@charset "UTF-8";
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.ablocks-invisible{visibility:hidden}.ablocks-icon-wrap{display:inline-block;font-size:50px;line-height:1}.ablocks-icon-wrap svg.ablocks-svg-icon{display:block;height:1em;line-height:1;width:1em}.ablocks-icon-wrap img.ablocks-image-icon{height:auto}.ablocks-background-video{background-size:cover;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}



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


.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-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-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-dasharray:1500 1500;stroke-width:.5em}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}
.ablocks-block--table table td,.ablocks-block--table table th{padding:8px}.ablocks-block--table table td p,.ablocks-block--table table th p{margin:0}.ablocks-block--table{overflow-y:auto}.ablocks-block--table table{margin:0;width:100%}.ablocks-block--table .ablocks-block--table-cell,.ablocks-block--table table,.ablocks-block--table-header .ablocks-block--table-cell{border:1px solid #242222}.ablocks-block--table .ablocks-block--table-cell,.ablocks-block--table .ablocks-block--table-header .ablocks-block--table-cel{padding:8px}.ablocks-block--table-row .ablocks-block--table-cell{min-height:40px}.ablocks-block--table .ablocks-block--table-footer,.ablocks-block--table .ablocks-block--table-header{background-color:#565c56}.ablocks-block--table.ablocks-block--table-row:hover{background-color:#f1f1f1}



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

.ablocks-block--advance-lists .ablocks-block-container .block-editor-inner-blocks{width:100%}.ablocks-block--advance-lists .ablocks-block-container .block-editor-inner-blocks .block-editor-block-list__layout,.ablocks-block--advance-lists>.ablocks-block-container{display:flex;flex-wrap:wrap}.ablocks-advance-list-add-button{background-color:#13191b;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;margin-bottom:20px;padding:12px 20px;width:fit-content}.ablocks-advance-list-add-button .ablocks-icon:before{color:#fff;margin-right:8px}.ablocks-block--advance-lists>.ablocks-block-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender{display:none}.ablocks-advance-list-item-text{margin:0!important}.ablocks-block--advance-list-item>.ablocks-editor-block-control-wrap{display:none!important}.ablocks-block--advance-list-item>.ablocks-block-container>.ablocks-advance-list-item-link{display:grid;grid-template-columns:auto 1fr;text-decoration:none}.ablocks-advance-list-item-text{margin:0;padding:0}.ablocks-advance-list-item-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-advance-list-item-text-sm{font-size:14px}.ablocks-advance-list-item-text-md{font-size:16px}.ablocks-advance-list-item-text-lg{font-size:20px}.ablocks-advance-list-item-text-xl{font-size:24px}.ablocks-block--advance-list-item>.ablocks-block-container>.ablocks-divider{grid-column:1/-1}.ablocks-advance-list-item-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-advance-list-item-divider__pattern-mask-element-icon--center,.ablocks-advance-list-item-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-advance-list-item-divider__pattern-mask-element-icon--center:after,.ablocks-advance-list-item-divider__pattern-mask-element-icon--center:before,.ablocks-advance-list-item-divider__pattern-mask-element-text--center:after,.ablocks-advance-list-item-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-advance-list-item-divider__pattern-mask-element-icon--left,.ablocks-advance-list-item-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-advance-list-item-divider__pattern-mask-element-icon--left:after,.ablocks-advance-list-item-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-advance-list-item-divider__pattern-mask-element-icon--right,.ablocks-advance-list-item-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-advance-list-item-divider__pattern-mask-element-icon--right:before,.ablocks-advance-list-item-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-advance-list-item-divider__pattern-css{border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color)}.ablocks-advance-list-item-divider__pattern-css-element-icon--center,.ablocks-advance-list-item-divider__pattern-css-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.ablocks-advance-list-item-divider__pattern-css-element-icon--center:after,.ablocks-advance-list-item-divider__pattern-css-element-icon--center:before,.ablocks-advance-list-item-divider__pattern-css-element-text--center:after,.ablocks-advance-list-item-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-advance-list-item-divider__pattern-css-element-icon--left,.ablocks-advance-list-item-divider__pattern-css-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;width:100%}.ablocks-advance-list-item-divider__pattern-css-element-icon--left:after,.ablocks-advance-list-item-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-advance-list-item-divider__pattern-css-element-icon--right,.ablocks-advance-list-item-divider__pattern-css-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;width:100%}.ablocks-advance-list-item-divider__pattern-css-element-icon--right:before,.ablocks-advance-list-item-divider__pattern-css-element-text--right:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-block--divider .ablocks-divider__element-icon{display:inline-block;line-height:1}

.ablocks-block-c98f16e0-c98d-4429-9310-7082077d903d { margin-top:0px;margin-right:0px;margin-bottom:-2px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#333F60;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c98f16e0-c98d-4429-9310-7082077d903d.ablocks-hide-on-desktop,.ablocks-block-c98f16e0-c98d-4429-9310-7082077d903d.ablocks-hide-on-tablet,.ablocks-block-c98f16e0-c98d-4429-9310-7082077d903d.ablocks-hide-on-mobile { display:none; } } .ablocks-block-c98f16e0-c98d-4429-9310-7082077d903d.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;overflow:visible; } .ablocks-block-c98f16e0-c98d-4429-9310-7082077d903d > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-c98f16e0-c98d-4429-9310-7082077d903d > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-c98f16e0-c98d-4429-9310-7082077d903d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-c98f16e0-c98d-4429-9310-7082077d903d > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-2fdcfc15-687c-4a73-86aa-eff0b4f86ac2 { padding-top:6px;padding-right:15px;padding-bottom:6px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2fdcfc15-687c-4a73-86aa-eff0b4f86ac2:hover { background:#ffffffb3; } .ablocks-block-2fdcfc15-687c-4a73-86aa-eff0b4f86ac2 { display:flex;justify-content:center; } .ablocks-block-2fdcfc15-687c-4a73-86aa-eff0b4f86ac2 .ablocks-image-figure img { width:107px;height:auto;opacity:1; } .ablocks-block-2fdcfc15-687c-4a73-86aa-eff0b4f86ac2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-2fdcfc15-687c-4a73-86aa-eff0b4f86ac2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } .image-hover-filter:hover img{ Opacity: 1; }
.ablocks-block-c400e265-8815-4a6d-beaa-69b9420545f7 { padding-top:16px;padding-right:15px;padding-bottom:15px;padding-left:15px;background:#fefefe;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c400e265-8815-4a6d-beaa-69b9420545f7 { display:flex;justify-content:center; } .ablocks-block-c400e265-8815-4a6d-beaa-69b9420545f7 .ablocks-image-figure img { width:88px;height:auto;opacity:1; } .ablocks-block-c400e265-8815-4a6d-beaa-69b9420545f7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-c400e265-8815-4a6d-beaa-69b9420545f7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a044b281-55fa-4b39-bde3-ee9b25b67e03 { padding-top:7px;padding-right:15px;padding-bottom:8px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a044b281-55fa-4b39-bde3-ee9b25b67e03:hover { background:#fefefeb3; } .ablocks-block-a044b281-55fa-4b39-bde3-ee9b25b67e03 { display:flex;justify-content:center; } .ablocks-block-a044b281-55fa-4b39-bde3-ee9b25b67e03 .ablocks-image-figure img { width:119px;height:auto;opacity:1; } .ablocks-block-a044b281-55fa-4b39-bde3-ee9b25b67e03 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-a044b281-55fa-4b39-bde3-ee9b25b67e03 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-174c5946-ebe3-4e27-a878-77090e857424 { padding-top:13px;padding-right:15px;padding-bottom:13px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-174c5946-ebe3-4e27-a878-77090e857424:hover { background:#ffffffb3; } .ablocks-block-174c5946-ebe3-4e27-a878-77090e857424 { display:flex;justify-content:center; } .ablocks-block-174c5946-ebe3-4e27-a878-77090e857424 .ablocks-image-figure img { width:112px;height:auto;opacity:1; } .ablocks-block-174c5946-ebe3-4e27-a878-77090e857424 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-174c5946-ebe3-4e27-a878-77090e857424 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f84a725f-66d6-4f16-b194-adee8123004b { padding-top:14px;padding-right:15px;padding-bottom:14px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f84a725f-66d6-4f16-b194-adee8123004b:hover { background:#fefefeb3; } .ablocks-block-f84a725f-66d6-4f16-b194-adee8123004b { display:flex;justify-content:center; } .ablocks-block-f84a725f-66d6-4f16-b194-adee8123004b .ablocks-image-figure img { width:130px;height:auto;opacity:1; } .ablocks-block-f84a725f-66d6-4f16-b194-adee8123004b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-f84a725f-66d6-4f16-b194-adee8123004b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8cf5cba8-4bc5-4104-9064-2b41cc7e8a7b { padding-top:14px;padding-right:15px;padding-bottom:14px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8cf5cba8-4bc5-4104-9064-2b41cc7e8a7b:hover { background:#ffffff80; } .ablocks-block-8cf5cba8-4bc5-4104-9064-2b41cc7e8a7b { display:flex;justify-content:center; } .ablocks-block-8cf5cba8-4bc5-4104-9064-2b41cc7e8a7b .ablocks-image-figure img { width:123px;height:auto;opacity:1; } .ablocks-block-8cf5cba8-4bc5-4104-9064-2b41cc7e8a7b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8cf5cba8-4bc5-4104-9064-2b41cc7e8a7b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-75a14cab-91ff-447f-bddc-3b70a1ae2a46 { padding-top:12px;padding-right:15px;padding-bottom:12px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-75a14cab-91ff-447f-bddc-3b70a1ae2a46:hover { background:#ffffffb3; } .ablocks-block-75a14cab-91ff-447f-bddc-3b70a1ae2a46 { display:flex;justify-content:center; } .ablocks-block-75a14cab-91ff-447f-bddc-3b70a1ae2a46 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-75a14cab-91ff-447f-bddc-3b70a1ae2a46 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-75a14cab-91ff-447f-bddc-3b70a1ae2a46 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-5f39ba03-b071-41c1-8c66-2c90a24fdf6c { padding-top:12px;padding-right:15px;padding-bottom:13px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f39ba03-b071-41c1-8c66-2c90a24fdf6c:hover { background:#fefefeb3; } .ablocks-block-5f39ba03-b071-41c1-8c66-2c90a24fdf6c { display:flex;justify-content:center; } .ablocks-block-5f39ba03-b071-41c1-8c66-2c90a24fdf6c .ablocks-image-figure img { width:60px;height:auto;opacity:1; } .ablocks-block-5f39ba03-b071-41c1-8c66-2c90a24fdf6c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-5f39ba03-b071-41c1-8c66-2c90a24fdf6c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0adc086b-48b5-4797-84da-253d74ee8894 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0adc086b-48b5-4797-84da-253d74ee8894.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-0adc086b-48b5-4797-84da-253d74ee8894 { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0adc086b-48b5-4797-84da-253d74ee8894.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 { border-width:1px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-menu { justify-content:left; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955.ablocks-menu { justify-content:left; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-main-menu > .ablocks-menu-item { color:#333f60;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#333f60;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-main-menu > .ablocks-menu-item:hover { color:333F60;background:#ffffff; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:333F60;background:#ffffff; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-block--menu-child-sub { width:247px; } @media screen and (max-width: 480px) { .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#333f60; } @media screen and (max-width: 480px) { .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:333F60; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#333f60; } @media screen and (max-width: 480px) { .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:333F60; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-0af24146-3ccd-45f2-aeff-cee084397955 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 

.ablocks-block-c8ff7fc6-c2db-46bd-b429-fd2209b0cda7 { width:99%;left:0%;overflow-y:auto;overflow-x:hidden; } 
.ablocks-block-ee980061-7874-4a9b-b50d-9f1a6a6989bb { margin-top:-4px;padding:12px;background:#ffffff;border-width:0px 1px 1px 1px;border-style:solid;border-color:#D0D5DD;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;box-shadow:0px 4px 24px -1px #10182829;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee980061-7874-4a9b-b50d-9f1a6a6989bb.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ee980061-7874-4a9b-b50d-9f1a6a6989bb { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-ee980061-7874-4a9b-b50d-9f1a6a6989bb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-f7393455-f29d-4162-85fe-a852e4a36eb2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f7393455-f29d-4162-85fe-a852e4a36eb2 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-f7393455-f29d-4162-85fe-a852e4a36eb2 .ablocks-button { font-family:Inter; } } .ablocks-block-f7393455-f29d-4162-85fe-a852e4a36eb2 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-f7393455-f29d-4162-85fe-a852e4a36eb2 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f7393455-f29d-4162-85fe-a852e4a36eb2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-f7393455-f29d-4162-85fe-a852e4a36eb2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1dae82a2-3fd7-481b-84a5-d8f89896682b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1dae82a2-3fd7-481b-84a5-d8f89896682b .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-1dae82a2-3fd7-481b-84a5-d8f89896682b .ablocks-button { font-family:Inter; } } .ablocks-block-1dae82a2-3fd7-481b-84a5-d8f89896682b .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-1dae82a2-3fd7-481b-84a5-d8f89896682b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1dae82a2-3fd7-481b-84a5-d8f89896682b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-1dae82a2-3fd7-481b-84a5-d8f89896682b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3a15c5a5-2ef0-45c1-9b4c-e88226d7e211 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3a15c5a5-2ef0-45c1-9b4c-e88226d7e211 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-3a15c5a5-2ef0-45c1-9b4c-e88226d7e211 .ablocks-button { font-family:Inter; } } .ablocks-block-3a15c5a5-2ef0-45c1-9b4c-e88226d7e211 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-3a15c5a5-2ef0-45c1-9b4c-e88226d7e211 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3a15c5a5-2ef0-45c1-9b4c-e88226d7e211 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-3a15c5a5-2ef0-45c1-9b4c-e88226d7e211 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-80067e74-756e-43a6-b2fa-a42c0e336d02 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-80067e74-756e-43a6-b2fa-a42c0e336d02 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-80067e74-756e-43a6-b2fa-a42c0e336d02 .ablocks-button { font-family:Inter; } } .ablocks-block-80067e74-756e-43a6-b2fa-a42c0e336d02 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-80067e74-756e-43a6-b2fa-a42c0e336d02 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-80067e74-756e-43a6-b2fa-a42c0e336d02 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-80067e74-756e-43a6-b2fa-a42c0e336d02 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4d9c313b-2303-40cc-8d94-91d27f82d7f0 { margin-top:0px;padding-top:30px;padding-bottom:30px;background:#FEFDFE;border-width:0px 0px 1px 0px;border-style:solid;border-color:#dedede;box-shadow:0px 2px 2px 0px rgba(19,25,27,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d9c313b-2303-40cc-8d94-91d27f82d7f0.ablocks-block--container { padding-top:30px;padding-bottom:30px;overflow:visible; } .ablocks-block-4d9c313b-2303-40cc-8d94-91d27f82d7f0 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } @media screen and (max-width: 800px) { .ablocks-block-4d9c313b-2303-40cc-8d94-91d27f82d7f0 > .ablocks-block-container { max-width:min(100%,1240px); } } .ablocks-block-4d9c313b-2303-40cc-8d94-91d27f82d7f0 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-4d9c313b-2303-40cc-8d94-91d27f82d7f0.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-b4bd1167-2ac9-4e1c-9fab-ef6c0545ce59 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4bd1167-2ac9-4e1c-9fab-ef6c0545ce59.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b4bd1167-2ac9-4e1c-9fab-ef6c0545ce59 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b4bd1167-2ac9-4e1c-9fab-ef6c0545ce59.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b4bd1167-2ac9-4e1c-9fab-ef6c0545ce59 { display:inline-flex; } 
.ablocks-block-ec32202b-06b4-46ee-ac9f-dc66cc95a342 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec32202b-06b4-46ee-ac9f-dc66cc95a342.ablocks-block--container { padding:0px;max-width:min(100%,16%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ec32202b-06b4-46ee-ac9f-dc66cc95a342.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ec32202b-06b4-46ee-ac9f-dc66cc95a342.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ec32202b-06b4-46ee-ac9f-dc66cc95a342 { 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-ec32202b-06b4-46ee-ac9f-dc66cc95a342 { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-ec32202b-06b4-46ee-ac9f-dc66cc95a342 { justify-content:space-between;justify-items:space-between;column-gap:72px; } } .ablocks-block-ec32202b-06b4-46ee-ac9f-dc66cc95a342.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-ec32202b-06b4-46ee-ac9f-dc66cc95a342.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-ec32202b-06b4-46ee-ac9f-dc66cc95a342.ablocks-has-block-container > .ablocks-block-container { justify-content:space-between;justify-items:space-between;column-gap:72px; } } .ablocks-block-ec32202b-06b4-46ee-ac9f-dc66cc95a342 { display:inline-flex; } 
.ablocks-block-9bb17b5f-5ee8-4a7a-aa7e-63375956272f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9bb17b5f-5ee8-4a7a-aa7e-63375956272f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9bb17b5f-5ee8-4a7a-aa7e-63375956272f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-9bb17b5f-5ee8-4a7a-aa7e-63375956272f { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-9bb17b5f-5ee8-4a7a-aa7e-63375956272f { align-items:flex-end; } } .ablocks-block-9bb17b5f-5ee8-4a7a-aa7e-63375956272f.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-9bb17b5f-5ee8-4a7a-aa7e-63375956272f.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-9bb17b5f-5ee8-4a7a-aa7e-63375956272f.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-menu { justify-content:center; } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745.ablocks-menu { justify-content:center; } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item { color:#101828;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-top:10px;padding-bottom:10px; } @media screen and (max-width: 800px) { .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item { background:#101828;padding:12px;margin-left:0px; } } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#101828;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-top:10px;padding-bottom:10px; } @media screen and (max-width: 800px) { .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { background:#101828;padding:12px;margin-left:0px; } } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item:hover { color:#101828; } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#101828; } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 480px) { .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-block--menu-child-sub { width:296px; } } @media screen and (max-width: 480px) { .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#101828; } @media screen and (max-width: 480px) { .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#ffffff !important; } } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#101828; } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#101828; } @media screen and (max-width: 480px) { .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#ffffff !important; } } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#101828; } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } @media screen and (max-width: 480px) { .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { padding-top:6px;padding-right:6px;padding-bottom:6px;padding-left:6px; } } .ablocks-block-281a4a00-4377-44b5-b7e7-d5c7e8ac1745 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#101828;height:3px;width:30px; } .ablocks-menu-child-mega{ background-color: transparent; top: 40px; border-radius:12px; box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.17); } @media screen and (min-device-width: 481px) and (max-device-width: 768px) { .mobile-menu .ablocks-block--menu-child-mega{ left: -208px!important; } }

.ablocks-block-e38a5c40-243b-4f3b-aeb8-0a66c5fd2867 { width:97%;left:2%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 800px) { .ablocks-block-e38a5c40-243b-4f3b-aeb8-0a66c5fd2867 { width:647px;left:8%; } } 
.ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87 { padding:20px;background:#ffffff;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87 { padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87 { margin-top:20px;padding:16px; } } .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87.ablocks-block--container { padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87.ablocks-block--container { padding:16px; } } .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87 { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87 { row-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87 { row-gap:32px; } } .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87.ablocks-has-block-container > .ablocks-block-container { row-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-f50b9f17-d2a9-4863-95aa-e4f6f34b3d87.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .
.ablocks-block-4f9aec9b-d91d-4516-a723-b4b85a195557 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f9aec9b-d91d-4516-a723-b4b85a195557.ablocks-block--container { padding:0px;max-width:min(100%,96%) !important;overflow:visible; } .ablocks-block-4f9aec9b-d91d-4516-a723-b4b85a195557 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-4f9aec9b-d91d-4516-a723-b4b85a195557 { flex-direction:column;row-gap:16px; } } .ablocks-block-4f9aec9b-d91d-4516-a723-b4b85a195557.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-4f9aec9b-d91d-4516-a723-b4b85a195557.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:16px; } } .ablocks-block-4f9aec9b-d91d-4516-a723-b4b85a195557 { display:inline-flex; } 
.ablocks-block-c1124ad2-b1c1-451e-a45c-dfe5736178ab { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c1124ad2-b1c1-451e-a45c-dfe5736178ab.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c1124ad2-b1c1-451e-a45c-dfe5736178ab { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-c1124ad2-b1c1-451e-a45c-dfe5736178ab.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 { padding:12px;transition:border 0s ease,background 0.5s ease,box-shadow 0s ease;border-style:none;position:relative; } @media screen and (max-width: 800px) { .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 { padding:10px; } } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:hover { background:#EBF0FF;border-radius:8px; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container), .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container), .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63.ablocks-block--info-box > .ablocks-block-container { gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container), .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .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-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > .ablocks-block-container > a .ablocks-icon-wrap { background:#ffffff;padding:12px;border:2px solid #ed9100;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } @media screen and (max-width: 800px) { .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:48px; } @media screen and (max-width: 800px) { .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:40px; } } @media screen and (max-width: 480px) { .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:50px; } } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ed9100; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .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-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#454D54;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .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-1d2a4599-621e-4b4c-9327-fef0f6973f63 .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-1d2a4599-621e-4b4c-9327-fef0f6973f63.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-1d2a4599-621e-4b4c-9327-fef0f6973f63.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-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#dddddd00;justify-content:center;color:#ED9100;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;padding:0px;margin-top:8px; } @media screen and (max-width: 800px) { .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter;margin-top:4px; } } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:14px; } .ablocks-block-1d2a4599-621e-4b4c-9327-fef0f6973f63 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ed9100; } 
.ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae { padding:12px;transition:border 0s ease,background 0.5s ease,box-shadow 0s ease;border-style:none;position:relative; } @media screen and (max-width: 800px) { .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae { padding:10px; } } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:hover { background:#EBF0FF;border-radius:8px; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container), .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container), .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae.ablocks-block--info-box > .ablocks-block-container { gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container), .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .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-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > .ablocks-block-container > a .ablocks-icon-wrap { background:#ffffff;padding:12px;border:2px solid #00AEFF;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } @media screen and (max-width: 800px) { .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:48px; } @media screen and (max-width: 800px) { .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > a .ablocks-icon-wrap > img.ablocks-image-icon { width:40px; } } @media screen and (max-width: 480px) { .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > a .ablocks-icon-wrap > img.ablocks-image-icon { width:50px; } } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#00AEFF; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .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-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#454D54;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .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-552b9a77-3518-4222-b9ef-e72f2e0d20ae .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-552b9a77-3518-4222-b9ef-e72f2e0d20ae.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-552b9a77-3518-4222-b9ef-e72f2e0d20ae.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-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#dddddd00;justify-content:center;color:#00AEFF;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;padding:0px;margin-top:8px; } @media screen and (max-width: 800px) { .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter;margin-top:4px; } } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:14px; } .ablocks-block-552b9a77-3518-4222-b9ef-e72f2e0d20ae .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#00AEFF; } 
.ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb { padding:12px;transition:border 0s ease,background 0.5s ease,box-shadow 0s ease;border-style:none;position:relative; } @media screen and (max-width: 800px) { .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb { padding:10px; } } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:hover { background:#EBF0FF;border-radius:8px; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container), .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container), .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.ablocks-block--info-box > .ablocks-block-container { gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container), .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .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-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > .ablocks-block-container > a .ablocks-icon-wrap { background:#ffffff;padding:12px;border:2px solid #7B68EE;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } @media screen and (max-width: 800px) { .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:48px; } @media screen and (max-width: 800px) { .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > a .ablocks-icon-wrap > img.ablocks-image-icon { width:40px; } } @media screen and (max-width: 480px) { .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > a .ablocks-icon-wrap > img.ablocks-image-icon { width:50px; } } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#7B68EE; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .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-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#454D54;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .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-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .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-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.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-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb.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-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#dddddd00;justify-content:center;color:#7B68EE;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;padding:0px;margin-top:8px; } @media screen and (max-width: 800px) { .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter;margin-top:4px; } } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:14px; } .ablocks-block-d09f4dd2-4da7-4f1f-b8fc-1b1a7534f4bb .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#7B68EE; } 
.ablocks-block-eacdbd58-320d-4f7d-8d4e-e08e6e4de959 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eacdbd58-320d-4f7d-8d4e-e08e6e4de959.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-eacdbd58-320d-4f7d-8d4e-e08e6e4de959 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-eacdbd58-320d-4f7d-8d4e-e08e6e4de959.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e { padding:12px;transition:border 0s ease,background 0.5s ease,box-shadow 0s ease;border-style:none;position:relative; } @media screen and (max-width: 800px) { .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e { padding:10px; } } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:hover { background:#EBF0FF;border-radius:8px; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container), .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container), .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.ablocks-block--info-box > .ablocks-block-container { gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container), .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .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-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > .ablocks-block-container > a .ablocks-icon-wrap { background:#ffffff;padding:12px;border:2px solid #FF5000;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } @media screen and (max-width: 800px) { .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:48px; } @media screen and (max-width: 800px) { .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > a .ablocks-icon-wrap > img.ablocks-image-icon { width:40px; } } @media screen and (max-width: 480px) { .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > a .ablocks-icon-wrap > img.ablocks-image-icon { width:50px; } } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FF5000; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .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-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#454D54;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .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-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .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-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.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-ef63f78b-b0e2-4416-92d0-bb7f2396f66e.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-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#dddddd00;justify-content:center;color:#FF5000;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;padding:0px;margin-top:8px; } @media screen and (max-width: 800px) { .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter;margin-top:4px; } } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:14px; } .ablocks-block-ef63f78b-b0e2-4416-92d0-bb7f2396f66e .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FF5000; } 
.ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 { padding:12px;transition:border 0s ease,background 0.5s ease,box-shadow 0s ease;border-style:none;position:relative; } @media screen and (max-width: 800px) { .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 { padding:10px; } } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:hover { background:#EBF0FF;border-radius:8px; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container), .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container), .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004.ablocks-block--info-box > .ablocks-block-container { gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container), .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .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-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > .ablocks-block-container > a .ablocks-icon-wrap { background:#ffffff;padding:12px;border:2px solid #008aff;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } @media screen and (max-width: 800px) { .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:48px; } @media screen and (max-width: 800px) { .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:40px; } } @media screen and (max-width: 480px) { .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:50px; } } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#008aff; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .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-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#454D54;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .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-678ee8e5-8301-491c-9217-10159e40d004 .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-678ee8e5-8301-491c-9217-10159e40d004.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-678ee8e5-8301-491c-9217-10159e40d004.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-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#dddddd00;justify-content:center;color:#008AFF;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;padding:0px;margin-top:8px; } @media screen and (max-width: 800px) { .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter;margin-top:4px; } } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:14px; } .ablocks-block-678ee8e5-8301-491c-9217-10159e40d004 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#008AFF; } 
.ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 { padding:12px;transition:border 0s ease,background 0.5s ease,box-shadow 0s ease;border-style:none;position:relative; } @media screen and (max-width: 800px) { .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 { padding:10px; } } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:hover { background:#EBF0FF;border-radius:8px; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container), .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container), .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182.ablocks-block--info-box > .ablocks-block-container { gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container), .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .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-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > .ablocks-block-container > a .ablocks-icon-wrap { background:#ffffff;padding:12px;border:2px solid #19B363;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } @media screen and (max-width: 800px) { .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:48px; } @media screen and (max-width: 800px) { .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:40px; } } @media screen and (max-width: 480px) { .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:50px; } } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#19B363; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .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-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#454D54;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .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-8accebb6-0801-4cc9-bc21-c1997096b182 .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-8accebb6-0801-4cc9-bc21-c1997096b182.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-8accebb6-0801-4cc9-bc21-c1997096b182.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-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#dddddd00;justify-content:center;color:#19B363;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:20px;padding:0px;margin-top:8px; } @media screen and (max-width: 800px) { .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter;margin-top:4px; } } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:14px; } .ablocks-block-8accebb6-0801-4cc9-bc21-c1997096b182 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#19B363; } 
.ablocks-block-c7034202-37bd-4c90-a888-2a555e276622 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c7034202-37bd-4c90-a888-2a555e276622 .ablocks-button { column-gap:10px;background:#F2F5F7;justify-content:center;width:100%;color:#13191B;border-top-left-radius:border-radius:4;px;border-top-right-radius:4px;border-bottom-right-radius:border-radius:4;px;border-bottom-left-radius:4px;font-family:Roboto,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c7034202-37bd-4c90-a888-2a555e276622 .ablocks-button { font-family:Roboto; } } .ablocks-block-c7034202-37bd-4c90-a888-2a555e276622 .ablocks-button:hover { transition-duration:s; } .ablocks-block-c7034202-37bd-4c90-a888-2a555e276622 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-c7034202-37bd-4c90-a888-2a555e276622 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:16px; } .ablocks-block-c7034202-37bd-4c90-a888-2a555e276622 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#13191B;transform:rotate(40deg); } 

.ablocks-block-582c76ba-3d84-419e-bcc4-672d27bd82b3 { width:810px;left:4%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 800px) { .ablocks-block-582c76ba-3d84-419e-bcc4-672d27bd82b3 { width:750px; } } @media screen and (max-width: 480px) { .ablocks-block-582c76ba-3d84-419e-bcc4-672d27bd82b3 { width:410px;height:730px;left:18%; } } 
.ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c { padding:24px;background:#FFF;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c { padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c { margin-top:20px;padding:16px; } } .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c.ablocks-block--container { padding:24px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c.ablocks-block--container { padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c.ablocks-block--container { padding:16px; } } .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c { row-gap:16px;column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c { flex-direction:column; } } .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c.ablocks-has-block-container > .ablocks-block-container { row-gap:16px;column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-b7521b5b-c41f-4ba3-b98f-0e623eade29c { display:inline-flex; } 
.ablocks-block-b20e2994-3ab2-4789-93d2-961aacd92764 { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:0px;border-width:0px 1px 0px 0px;border-style:solid;border-color:#dddddf;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b20e2994-3ab2-4789-93d2-961aacd92764 { padding-right:12px; } } @media screen and (max-width: 480px) { .ablocks-block-b20e2994-3ab2-4789-93d2-961aacd92764 { padding-bottom:12px;border-width:0px 0px 1px 0px; } } .ablocks-block-b20e2994-3ab2-4789-93d2-961aacd92764.ablocks-block--container { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b20e2994-3ab2-4789-93d2-961aacd92764.ablocks-block--container { padding-right:12px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b20e2994-3ab2-4789-93d2-961aacd92764.ablocks-block--container { padding-bottom:12px; } } .ablocks-block-b20e2994-3ab2-4789-93d2-961aacd92764 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b20e2994-3ab2-4789-93d2-961aacd92764.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f5d5bdcd-06d4-498a-8218-a518a3fc64e1 { padding-left:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f5d5bdcd-06d4-498a-8218-a518a3fc64e1 { text-align:left; } .ablocks-block-f5d5bdcd-06d4-498a-8218-a518a3fc64e1 .ablocks-heading-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-f5d5bdcd-06d4-498a-8218-a518a3fc64e1 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 { margin-top:24px;padding:10px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 { margin-top:16px; } } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507:hover { background:#EBF0FF;border-radius:6px; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507:not(.ablocks-has-block-container), .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .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-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 > .ablocks-block-container > a .ablocks-icon-wrap { background:transparent;padding:.5em;border:2px solid #ed9100;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ed9100; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:#DDDDDF; } @media screen and (max-width: 800px) { .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .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-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .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-9be41ce5-fc8f-41dc-9c89-78ddc9960507.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-9be41ce5-fc8f-41dc-9c89-78ddc9960507.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-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .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-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9be41ce5-fc8f-41dc-9c89-78ddc9960507 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 { margin-top:12px;padding:10px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46:hover { background:#EBF0FF;border-radius:6px; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46:not(.ablocks-has-block-container), .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .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-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 > .ablocks-block-container > a .ablocks-icon-wrap { background:transparent;padding:.5em;border:2px solid #00AEFF;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#00AEFF; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:#DDDDDF; } @media screen and (max-width: 800px) { .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .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-0a69ce11-acec-4e72-9cf7-02e722198a46 .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-0a69ce11-acec-4e72-9cf7-02e722198a46.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-0a69ce11-acec-4e72-9cf7-02e722198a46.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-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .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-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0a69ce11-acec-4e72-9cf7-02e722198a46 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c { margin-top:12px;padding:10px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c:hover { background:#EBF0FF;border-radius:6px; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c:not(.ablocks-has-block-container), .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .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-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c > .ablocks-block-container > a .ablocks-icon-wrap { background:transparent;padding:.5em;border:2px solid #7B68EE;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#7B68EE; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:#DDDDDF; } @media screen and (max-width: 800px) { .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .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-9765cadb-621e-4e31-b198-644c46a8008c .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-9765cadb-621e-4e31-b198-644c46a8008c.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-9765cadb-621e-4e31-b198-644c46a8008c.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-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .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-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9765cadb-621e-4e31-b198-644c46a8008c .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-57b0fa14-5e82-4dff-b0a1-1f0ce6510c5a { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:0px;border-width:0px 1px 0px 0px;border-style:solid;border-color:#dddddf;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-57b0fa14-5e82-4dff-b0a1-1f0ce6510c5a { padding-right:0px; } } @media screen and (max-width: 480px) { .ablocks-block-57b0fa14-5e82-4dff-b0a1-1f0ce6510c5a { padding-bottom:12px;border-width:0px 0px 1px 0px; } } .ablocks-block-57b0fa14-5e82-4dff-b0a1-1f0ce6510c5a.ablocks-block--container { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-57b0fa14-5e82-4dff-b0a1-1f0ce6510c5a.ablocks-block--container { padding-right:0px; } } @media screen and (max-width: 480px) { .ablocks-block-57b0fa14-5e82-4dff-b0a1-1f0ce6510c5a.ablocks-block--container { padding-bottom:12px; } } .ablocks-block-57b0fa14-5e82-4dff-b0a1-1f0ce6510c5a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-57b0fa14-5e82-4dff-b0a1-1f0ce6510c5a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d73d178a-4de1-4722-b133-2b47b30c0bd6 { padding-left:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d73d178a-4de1-4722-b133-2b47b30c0bd6 { text-align:left; } .ablocks-block-d73d178a-4de1-4722-b133-2b47b30c0bd6 .ablocks-heading-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-d73d178a-4de1-4722-b133-2b47b30c0bd6 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 { margin-top:24px;padding:10px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 { margin-top:16px; } } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4:hover { background:#EBF0FF;border-radius:6px; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4:not(.ablocks-has-block-container), .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .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-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 > .ablocks-block-container > a .ablocks-icon-wrap { background:transparent;padding:.5em;border:2px solid #008AFF;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#008AFF; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:#DDDDDF; } @media screen and (max-width: 800px) { .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .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-3849852f-8a98-4a1d-bf21-d031a825ffe4 .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-3849852f-8a98-4a1d-bf21-d031a825ffe4.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-3849852f-8a98-4a1d-bf21-d031a825ffe4.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-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .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-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3849852f-8a98-4a1d-bf21-d031a825ffe4 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e { margin-top:12px;padding:10px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e:hover { background:#EBF0FF;border-radius:6px; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e:not(.ablocks-has-block-container), .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .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-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e > .ablocks-block-container > a .ablocks-icon-wrap { background:transparent;padding:.5em;border:2px solid #FF5000;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FF5000; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:#DDDDDF; } @media screen and (max-width: 800px) { .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .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-ed021c7c-e954-4674-8a57-be92db7b1a3e .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-ed021c7c-e954-4674-8a57-be92db7b1a3e.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-ed021c7c-e954-4674-8a57-be92db7b1a3e.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-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .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-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ed021c7c-e954-4674-8a57-be92db7b1a3e .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe { margin-top:12px;padding:10px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe:hover { background:#EBF0FF;border-radius:6px; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe:not(.ablocks-has-block-container), .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .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-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe > .ablocks-block-container > a .ablocks-icon-wrap { background:transparent;padding:.5em;border:2px solid #19B363;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#19B363; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:#DDDDDF; } @media screen and (max-width: 800px) { .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .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-cdb105ba-a120-4edf-92f3-1ac00a3365fe .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-cdb105ba-a120-4edf-92f3-1ac00a3365fe.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-cdb105ba-a120-4edf-92f3-1ac00a3365fe.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-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .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-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-cdb105ba-a120-4edf-92f3-1ac00a3365fe .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-a25dfd36-c494-4121-80f8-c153e9ebb4d6 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a25dfd36-c494-4121-80f8-c153e9ebb4d6.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,52%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-a25dfd36-c494-4121-80f8-c153e9ebb4d6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a25dfd36-c494-4121-80f8-c153e9ebb4d6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a25dfd36-c494-4121-80f8-c153e9ebb4d6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0dd7c746-1cdd-4421-be38-002db55b2c5b { padding-left:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0dd7c746-1cdd-4421-be38-002db55b2c5b { text-align:left; } .ablocks-block-0dd7c746-1cdd-4421-be38-002db55b2c5b .ablocks-heading-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-0dd7c746-1cdd-4421-be38-002db55b2c5b .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 { margin-top:24px;padding:10px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 { margin-top:16px; } } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2:hover { background:#EBF0FF;border-radius:6px; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2:not(.ablocks-has-block-container), .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .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-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 > .ablocks-block-container > a .ablocks-icon-wrap { background:transparent;padding:.5em;border:2px solid #4956B8;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#4956B8; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:#DDDDDF; } @media screen and (max-width: 800px) { .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .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-a080163a-ce96-4878-88c9-3887ae9d19e2 .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-a080163a-ce96-4878-88c9-3887ae9d19e2.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-a080163a-ce96-4878-88c9-3887ae9d19e2.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-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .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-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a080163a-ce96-4878-88c9-3887ae9d19e2 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd { margin-top:12px;padding:10px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd:hover { background:#EBF0FF;border-radius:6px; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd:not(.ablocks-has-block-container), .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .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-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd > .ablocks-block-container > a .ablocks-icon-wrap { background:transparent;padding:.5em;border:2px solid #9013FE;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#9013FE; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:#DDDDDF; } @media screen and (max-width: 800px) { .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .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-12b17055-b85b-4d62-8296-b5a42baf67bd .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-12b17055-b85b-4d62-8296-b5a42baf67bd.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-12b17055-b85b-4d62-8296-b5a42baf67bd.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-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .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-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-12b17055-b85b-4d62-8296-b5a42baf67bd .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e { margin-top:12px;padding:10px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e:hover { background:#EBF0FF;border-radius:6px; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e:not(.ablocks-has-block-container), .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .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-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e > .ablocks-block-container > a .ablocks-icon-wrap { background:transparent;padding:.5em;border:2px solid #008AFB;font-size:unset;border-width:1px;border-style:solid;border-radius:4px; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#008AFB; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:#DDDDDF; } @media screen and (max-width: 800px) { .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .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-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .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-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e.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-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e.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-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .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-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6d6be5d1-e15d-4bd0-a6e6-58efeae89b6e .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 


.ablocks-block-1fc3da58-f85d-4e1f-bc7d-5b9f63b3544a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1fc3da58-f85d-4e1f-bc7d-5b9f63b3544a.ablocks-hide-on-desktop,.ablocks-block-1fc3da58-f85d-4e1f-bc7d-5b9f63b3544a.ablocks-hide-on-tablet,.ablocks-block-1fc3da58-f85d-4e1f-bc7d-5b9f63b3544a.ablocks-hide-on-mobile { display:none; } } .ablocks-block-1fc3da58-f85d-4e1f-bc7d-5b9f63b3544a.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1fc3da58-f85d-4e1f-bc7d-5b9f63b3544a.ablocks-block--container { max-width:min(100%,2%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1fc3da58-f85d-4e1f-bc7d-5b9f63b3544a.ablocks-block--container { max-width:min(100%,1%) !important; } } .ablocks-block-1fc3da58-f85d-4e1f-bc7d-5b9f63b3544a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1fc3da58-f85d-4e1f-bc7d-5b9f63b3544a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117.ablocks-hide-on-desktop,.ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117.ablocks-hide-on-tablet,.ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117.ablocks-hide-on-mobile { display:none; } } .ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117 { text-align:right; } .ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117 .ablocks-button { column-gap:12px;background:#1D1B4E;justify-content:left;color:#FFF;border-radius:99px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117 .ablocks-button { padding:0px; } } .ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117 .ablocks-button:hover { transition-duration:s; } .ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117 .ablocks-icon-wrap { background:#ffffff;border-radius:50%;padding:.5em;font-size:16px;padding-top:7px;padding-right:8px;padding-bottom:7px;padding-left:8px; } .ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:16px; } .ablocks-block-e87f12d7-ac65-4a45-b036-2c7b4095b117 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#1d1b4e;transform:rotate(40deg); } 
.ablocks-block-eaa505df-d6bf-4c1e-981b-e7768a7995f2 { padding-top:60px;padding-bottom:60px;background:#e6e6e9;border-width:1px;border-style:solid;border-color:#F4F4F5;border-radius:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eaa505df-d6bf-4c1e-981b-e7768a7995f2.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } .ablocks-block-eaa505df-d6bf-4c1e-981b-e7768a7995f2 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-eaa505df-d6bf-4c1e-981b-e7768a7995f2 > .ablocks-block-container { display:flex;flex-direction:column;min-height:7px;row-gap:20px;column-gap:20px; } .ablocks-block-eaa505df-d6bf-4c1e-981b-e7768a7995f2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:7px;row-gap:20px;column-gap:20px; } 
.ablocks-block-2c5c1a71-fe70-4850-9dcd-7a9589e76863 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-2c5c1a71-fe70-4850-9dcd-7a9589e76863 { padding-top:20px;padding-right:2px;padding-bottom:2px;padding-left:2px; } } .ablocks-block-2c5c1a71-fe70-4850-9dcd-7a9589e76863.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-2c5c1a71-fe70-4850-9dcd-7a9589e76863.ablocks-block--container { padding-top:20px;padding-right:2px;padding-bottom:2px;padding-left:2px; } } .ablocks-block-2c5c1a71-fe70-4850-9dcd-7a9589e76863 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2c5c1a71-fe70-4850-9dcd-7a9589e76863.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2c5c1a71-fe70-4850-9dcd-7a9589e76863 { display:inline-flex; } 
.ablocks-block-e96bbaa7-e58a-4bc8-a195-b00cb66fb80d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e96bbaa7-e58a-4bc8-a195-b00cb66fb80d { text-align:left; } .ablocks-block-e96bbaa7-e58a-4bc8-a195-b00cb66fb80d .ablocks-button { column-gap:8px;background:#dddddd00;justify-content:left;color:#74777C;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-e96bbaa7-e58a-4bc8-a195-b00cb66fb80d .ablocks-button { font-family:Inter; } } .ablocks-block-e96bbaa7-e58a-4bc8-a195-b00cb66fb80d .ablocks-button:hover { transition-duration:s; } .ablocks-block-e96bbaa7-e58a-4bc8-a195-b00cb66fb80d .ablocks-icon-wrap { font-size:12px; } .ablocks-block-e96bbaa7-e58a-4bc8-a195-b00cb66fb80d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:12px; } .ablocks-block-e96bbaa7-e58a-4bc8-a195-b00cb66fb80d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0fccff06-e139-4963-8d55-e6d7cb8523a1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0fccff06-e139-4963-8d55-e6d7cb8523a1 { text-align:left; } .ablocks-block-0fccff06-e139-4963-8d55-e6d7cb8523a1 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#13191B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:8px; } @media screen and (max-width: 800px) { .ablocks-block-0fccff06-e139-4963-8d55-e6d7cb8523a1 .ablocks-button { font-family:Inter; } } .ablocks-block-0fccff06-e139-4963-8d55-e6d7cb8523a1 .ablocks-button:hover { transition-duration:s; } .ablocks-block-0fccff06-e139-4963-8d55-e6d7cb8523a1 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-0fccff06-e139-4963-8d55-e6d7cb8523a1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-0fccff06-e139-4963-8d55-e6d7cb8523a1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-08feacc3-7547-4f0c-bd7d-ae2c11bf9dd2 { width:95%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-08feacc3-7547-4f0c-bd7d-ae2c11bf9dd2 { padding-top:2px;padding-right:2px;padding-bottom:54px;padding-left:2px; } } .ablocks-block-08feacc3-7547-4f0c-bd7d-ae2c11bf9dd2 { text-align:left; } .ablocks-block-08feacc3-7547-4f0c-bd7d-ae2c11bf9dd2 .ablocks-heading-text { font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.96px; } @media screen and (max-width: 800px) { .ablocks-block-08feacc3-7547-4f0c-bd7d-ae2c11bf9dd2 .ablocks-heading-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-08feacc3-7547-4f0c-bd7d-ae2c11bf9dd2 .ablocks-heading-text { font-size:24px;line-height:41px; } } 
.ablocks-block-60372326-2f96-40cb-abeb-eab6bb4cbc2b { 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: 480px) { .ablocks-block-60372326-2f96-40cb-abeb-eab6bb4cbc2b { margin-bottom:40px; } } .ablocks-block-60372326-2f96-40cb-abeb-eab6bb4cbc2b.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } .ablocks-block-60372326-2f96-40cb-abeb-eab6bb4cbc2b > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-60372326-2f96-40cb-abeb-eab6bb4cbc2b > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:42px;column-gap:20px; } .ablocks-block-60372326-2f96-40cb-abeb-eab6bb4cbc2b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:42px;column-gap:20px; } 
.ablocks-block-784e9fad-7113-41c3-9921-a5a9958bbc60 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-784e9fad-7113-41c3-9921-a5a9958bbc60 { padding-left:20px; } } .ablocks-block-784e9fad-7113-41c3-9921-a5a9958bbc60 { text-align:center; } .ablocks-block-784e9fad-7113-41c3-9921-a5a9958bbc60 .ablocks-heading-text { font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:36px;line-height:44px;letter-spacing:-0.72px; } @media screen and (max-width: 800px) { .ablocks-block-784e9fad-7113-41c3-9921-a5a9958bbc60 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88 { box-shadow:0px 4px 12px 0px #0000001A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88.ablocks-block--table table, .ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88.ablocks-block--table .ablocks-block--table-cell { border-style:solid;border-color:#DEDEDE; } .ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88.ablocks-block--table .ablocks-block--table-header { background:#f4f4f4 !important; } .ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88 .ablocks-block--table-body { background:!important; } .ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88 .ablocks-block--table-body:hover { background:!important; } .ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-44917432-3aad-4310-aeda-a36cae0b5d88.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-5645a435-7608-4ea3-961f-9662c9e95985 { background:!important; } .ablocks-block-5645a435-7608-4ea3-961f-9662c9e95985:hover { background:!important; } 
.ablocks-block-b839271e-095a-4e56-bfd9-1cde6a98c23b { justify-content:left; } 
.ablocks-block-10e11e66-c303-4f2f-9e4c-3428a6178d71 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-10e11e66-c303-4f2f-9e4c-3428a6178d71 { text-align:left; } .ablocks-block-10e11e66-c303-4f2f-9e4c-3428a6178d71 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-10e11e66-c303-4f2f-9e4c-3428a6178d71 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-10e11e66-c303-4f2f-9e4c-3428a6178d71 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-87cfeeab-1e51-4cff-a016-de0234637b22 { justify-content:left; } 
.ablocks-block-1adf3a83-54a2-47e5-983f-efc6e141127c { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-1adf3a83-54a2-47e5-983f-efc6e141127c { padding-right:40px;padding-left:40px; } } .ablocks-block-1adf3a83-54a2-47e5-983f-efc6e141127c { text-align:center; } .ablocks-block-1adf3a83-54a2-47e5-983f-efc6e141127c .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-1adf3a83-54a2-47e5-983f-efc6e141127c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-1adf3a83-54a2-47e5-983f-efc6e141127c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c341c316-12b0-4d44-b78e-aa8c8dff0b2e { justify-content:left; } 
.ablocks-block-7e03e0fd-8059-4c91-9d15-105c31928a11 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7e03e0fd-8059-4c91-9d15-105c31928a11 { padding-right:40px;padding-left:40px; } } .ablocks-block-7e03e0fd-8059-4c91-9d15-105c31928a11 { text-align:center; } .ablocks-block-7e03e0fd-8059-4c91-9d15-105c31928a11 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-7e03e0fd-8059-4c91-9d15-105c31928a11 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7e03e0fd-8059-4c91-9d15-105c31928a11 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-65408593-a38b-4926-bbc7-4b6e6a15a63a { justify-content:left; } 
.ablocks-block-b65a1548-6fc0-42c2-9c06-71ef8cb967be { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b65a1548-6fc0-42c2-9c06-71ef8cb967be { padding-right:40px;padding-left:40px; } } .ablocks-block-b65a1548-6fc0-42c2-9c06-71ef8cb967be { text-align:center; } .ablocks-block-b65a1548-6fc0-42c2-9c06-71ef8cb967be .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-b65a1548-6fc0-42c2-9c06-71ef8cb967be .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b65a1548-6fc0-42c2-9c06-71ef8cb967be .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1b904d38-77ea-495d-8ec1-4f5f871ddf30 { justify-content:left; } 
.ablocks-block-6604680c-a981-40a5-b284-19f15fd4d0c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6604680c-a981-40a5-b284-19f15fd4d0c4 { text-align:center; } .ablocks-block-6604680c-a981-40a5-b284-19f15fd4d0c4 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-6604680c-a981-40a5-b284-19f15fd4d0c4 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-6604680c-a981-40a5-b284-19f15fd4d0c4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-bc13f270-12a8-4a20-88b4-52662f04289e { background:!important; } .ablocks-block-bc13f270-12a8-4a20-88b4-52662f04289e:hover { background:!important; } 
.ablocks-block-e4efb82d-2ae8-4767-9b9d-e8f11dbeaa67 { justify-content:left; } 
.ablocks-block-3f3785ae-9268-4045-88c0-ac58d9ca29e2 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f3785ae-9268-4045-88c0-ac58d9ca29e2 { text-align:left; } .ablocks-block-3f3785ae-9268-4045-88c0-ac58d9ca29e2 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-3f3785ae-9268-4045-88c0-ac58d9ca29e2 .ablocks-button { font-family:Inter; } } .ablocks-block-3f3785ae-9268-4045-88c0-ac58d9ca29e2 .ablocks-button:hover { transition-duration:s; } .ablocks-block-3f3785ae-9268-4045-88c0-ac58d9ca29e2 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3f3785ae-9268-4045-88c0-ac58d9ca29e2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-3f3785ae-9268-4045-88c0-ac58d9ca29e2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5ed544c0-7c1a-4b08-9e28-9e0fc5a2d008 { justify-content:left; } 
.ablocks-block-e440ddca-3cbd-4a8d-8dc1-70a9978e7d20 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e440ddca-3cbd-4a8d-8dc1-70a9978e7d20 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e440ddca-3cbd-4a8d-8dc1-70a9978e7d20 { font-family:Inter; } } .ablocks-block-e440ddca-3cbd-4a8d-8dc1-70a9978e7d20 .ablocks-list { gap:20px;flex-direction:column;align-items:center;justify-content:flex-start; } .ablocks-block-e440ddca-3cbd-4a8d-8dc1-70a9978e7d20 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-e440ddca-3cbd-4a8d-8dc1-70a9978e7d20 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#00ad6b;fill:#00ad6b;font-size:19px; } .ablocks-block-e440ddca-3cbd-4a8d-8dc1-70a9978e7d20 .ablocks-list__item-content .ablocks-list__item-text { color:#00ad6b; } 
.ablocks-block-a266805c-f69f-4f42-977d-2246074fa306 { justify-content:left; } 
.ablocks-block-b60928dd-38c3-4dc6-9230-48894b137cd3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b60928dd-38c3-4dc6-9230-48894b137cd3 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b60928dd-38c3-4dc6-9230-48894b137cd3 { font-family:Inter; } } .ablocks-block-b60928dd-38c3-4dc6-9230-48894b137cd3 .ablocks-list { gap:20px;flex-direction:column;align-items:center;justify-content:flex-start; } .ablocks-block-b60928dd-38c3-4dc6-9230-48894b137cd3 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-b60928dd-38c3-4dc6-9230-48894b137cd3 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#367cff;fill:#367cff;font-size:19px; } .ablocks-block-b60928dd-38c3-4dc6-9230-48894b137cd3 .ablocks-list__item-content .ablocks-list__item-text { color:#367cff; } 
.ablocks-block-7366cb0f-675d-41d9-858f-e88989bec712 { justify-content:left; } 
.ablocks-block-1e17ddd5-f88e-4ab2-9e9c-2002c7bccd45 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1e17ddd5-f88e-4ab2-9e9c-2002c7bccd45 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1e17ddd5-f88e-4ab2-9e9c-2002c7bccd45 { font-family:Inter; } } .ablocks-block-1e17ddd5-f88e-4ab2-9e9c-2002c7bccd45 .ablocks-list { gap:20px;flex-direction:column;align-items:center;justify-content:flex-start; } .ablocks-block-1e17ddd5-f88e-4ab2-9e9c-2002c7bccd45 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-1e17ddd5-f88e-4ab2-9e9c-2002c7bccd45 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#00ad6b;fill:#00ad6b;font-size:19px; } .ablocks-block-1e17ddd5-f88e-4ab2-9e9c-2002c7bccd45 .ablocks-list__item-content .ablocks-list__item-text { color:#00ad6b; } 
.ablocks-block-0cfe2dd0-f81a-4789-834e-4b431b3ffa71 { justify-content:left; } 
.ablocks-block-0289b03f-5fb6-4d5e-a277-558f070952f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0289b03f-5fb6-4d5e-a277-558f070952f7 { text-align:center; } .ablocks-block-0289b03f-5fb6-4d5e-a277-558f070952f7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0289b03f-5fb6-4d5e-a277-558f070952f7 .ablocks-button { font-family:Inter; } } .ablocks-block-0289b03f-5fb6-4d5e-a277-558f070952f7 .ablocks-button:hover { transition-duration:s; } .ablocks-block-0289b03f-5fb6-4d5e-a277-558f070952f7 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0289b03f-5fb6-4d5e-a277-558f070952f7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0289b03f-5fb6-4d5e-a277-558f070952f7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-565a88c5-2080-4f17-8428-aa5776b3edfd { background:!important; } .ablocks-block-565a88c5-2080-4f17-8428-aa5776b3edfd:hover { background:!important; } 
.ablocks-block-a66ab673-674c-4e24-8cbd-c6477035533f { justify-content:left; } 
.ablocks-block-e1ce9871-397d-4e45-a3e0-cb6af6fdb147 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1ce9871-397d-4e45-a3e0-cb6af6fdb147 { text-align:left; } .ablocks-block-e1ce9871-397d-4e45-a3e0-cb6af6fdb147 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-e1ce9871-397d-4e45-a3e0-cb6af6fdb147 .ablocks-button { font-family:Inter; } } .ablocks-block-e1ce9871-397d-4e45-a3e0-cb6af6fdb147 .ablocks-button:hover { transition-duration:s; } .ablocks-block-e1ce9871-397d-4e45-a3e0-cb6af6fdb147 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e1ce9871-397d-4e45-a3e0-cb6af6fdb147 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-e1ce9871-397d-4e45-a3e0-cb6af6fdb147 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-8a8889e7-848a-4370-ac0d-705dca262f99 { justify-content:left; } 
.ablocks-block-89cd301b-202b-4a25-bd34-25d1ccbf1452 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89cd301b-202b-4a25-bd34-25d1ccbf1452 { text-align:center; } .ablocks-block-89cd301b-202b-4a25-bd34-25d1ccbf1452 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-89cd301b-202b-4a25-bd34-25d1ccbf1452 .ablocks-button { font-family:Inter; } } .ablocks-block-89cd301b-202b-4a25-bd34-25d1ccbf1452 .ablocks-button:hover { transition-duration:s; } .ablocks-block-89cd301b-202b-4a25-bd34-25d1ccbf1452 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-89cd301b-202b-4a25-bd34-25d1ccbf1452 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-89cd301b-202b-4a25-bd34-25d1ccbf1452 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-04c07a7a-6f79-40da-bfff-c1e5ca6e5199 { justify-content:left; } 
.ablocks-block-36ba787c-724d-4844-a858-5137b0725337 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-36ba787c-724d-4844-a858-5137b0725337 { text-align:center; } .ablocks-block-36ba787c-724d-4844-a858-5137b0725337 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-36ba787c-724d-4844-a858-5137b0725337 .ablocks-button { font-family:Inter; } } .ablocks-block-36ba787c-724d-4844-a858-5137b0725337 .ablocks-button:hover { transition-duration:s; } .ablocks-block-36ba787c-724d-4844-a858-5137b0725337 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-36ba787c-724d-4844-a858-5137b0725337 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-36ba787c-724d-4844-a858-5137b0725337 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-7e979ba4-a753-4ede-8394-8e3fae1d87c8 { justify-content:left; } 
.ablocks-block-1bb8563e-ae5f-4cce-84fb-d99f7dd09905 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-1bb8563e-ae5f-4cce-84fb-d99f7dd09905 { padding-right:30px;width:100%; } } .ablocks-block-1bb8563e-ae5f-4cce-84fb-d99f7dd09905 { text-align:center; } .ablocks-block-1bb8563e-ae5f-4cce-84fb-d99f7dd09905 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-1bb8563e-ae5f-4cce-84fb-d99f7dd09905 .ablocks-button { font-family:Inter; } } .ablocks-block-1bb8563e-ae5f-4cce-84fb-d99f7dd09905 .ablocks-button:hover { transition-duration:s; } .ablocks-block-1bb8563e-ae5f-4cce-84fb-d99f7dd09905 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1bb8563e-ae5f-4cce-84fb-d99f7dd09905 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1bb8563e-ae5f-4cce-84fb-d99f7dd09905 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-92c121c0-7601-46ed-8589-cdd6d4e6f0e4 { justify-content:left; } 
.ablocks-block-40111c92-ab8b-4790-b0b9-486d0db14e74 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-40111c92-ab8b-4790-b0b9-486d0db14e74 { padding-right:30px;width:100%; } } .ablocks-block-40111c92-ab8b-4790-b0b9-486d0db14e74 { text-align:center; } .ablocks-block-40111c92-ab8b-4790-b0b9-486d0db14e74 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-40111c92-ab8b-4790-b0b9-486d0db14e74 .ablocks-button { font-family:Inter; } } .ablocks-block-40111c92-ab8b-4790-b0b9-486d0db14e74 .ablocks-button:hover { transition-duration:s; } .ablocks-block-40111c92-ab8b-4790-b0b9-486d0db14e74 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-40111c92-ab8b-4790-b0b9-486d0db14e74 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-40111c92-ab8b-4790-b0b9-486d0db14e74 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-3aa5c34a-1766-4bf1-b452-16af48eaa865 { background:!important; } .ablocks-block-3aa5c34a-1766-4bf1-b452-16af48eaa865:hover { background:!important; } 
.ablocks-block-39f65b14-7dc2-4ca7-ad68-32b446661f66 { justify-content:left; } 
.ablocks-block-56383b0a-70ea-44f2-add6-430298baf27d { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-56383b0a-70ea-44f2-add6-430298baf27d { text-align:left; } .ablocks-block-56383b0a-70ea-44f2-add6-430298baf27d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-56383b0a-70ea-44f2-add6-430298baf27d .ablocks-button { font-family:Inter; } } .ablocks-block-56383b0a-70ea-44f2-add6-430298baf27d .ablocks-button:hover { transition-duration:s; } .ablocks-block-56383b0a-70ea-44f2-add6-430298baf27d .ablocks-icon-wrap { font-size:unset; } .ablocks-block-56383b0a-70ea-44f2-add6-430298baf27d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-56383b0a-70ea-44f2-add6-430298baf27d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-016c49ce-fcba-4b2f-8df4-856eee7283c2 { justify-content:left; } 
.ablocks-block-f59227a1-c442-43b3-8834-0983912c9ca1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f59227a1-c442-43b3-8834-0983912c9ca1 { text-align:center; } .ablocks-block-f59227a1-c442-43b3-8834-0983912c9ca1 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-f59227a1-c442-43b3-8834-0983912c9ca1 .ablocks-button { font-family:Inter; } } .ablocks-block-f59227a1-c442-43b3-8834-0983912c9ca1 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f59227a1-c442-43b3-8834-0983912c9ca1 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f59227a1-c442-43b3-8834-0983912c9ca1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f59227a1-c442-43b3-8834-0983912c9ca1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-4278f692-c8ae-4626-9580-16210d56b33d { justify-content:left; } 
.ablocks-block-ed80663c-720b-4999-9b91-5899feeecfcc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed80663c-720b-4999-9b91-5899feeecfcc { text-align:center; } .ablocks-block-ed80663c-720b-4999-9b91-5899feeecfcc .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ed80663c-720b-4999-9b91-5899feeecfcc .ablocks-button { font-family:Inter; } } .ablocks-block-ed80663c-720b-4999-9b91-5899feeecfcc .ablocks-button:hover { transition-duration:s; } .ablocks-block-ed80663c-720b-4999-9b91-5899feeecfcc .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ed80663c-720b-4999-9b91-5899feeecfcc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ed80663c-720b-4999-9b91-5899feeecfcc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-0ec14cef-b0ef-4fae-8d85-e94eae08ee74 { justify-content:left; } 
.ablocks-block-2311d033-d3d6-4905-8cb2-d01c3e35380d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2311d033-d3d6-4905-8cb2-d01c3e35380d { text-align:center; } .ablocks-block-2311d033-d3d6-4905-8cb2-d01c3e35380d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-2311d033-d3d6-4905-8cb2-d01c3e35380d .ablocks-button { font-family:Inter; } } .ablocks-block-2311d033-d3d6-4905-8cb2-d01c3e35380d .ablocks-button:hover { transition-duration:s; } .ablocks-block-2311d033-d3d6-4905-8cb2-d01c3e35380d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2311d033-d3d6-4905-8cb2-d01c3e35380d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2311d033-d3d6-4905-8cb2-d01c3e35380d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-8e9df228-4273-4d4e-9c29-5c8d71fcff2f { justify-content:left; } 
.ablocks-block-8397a382-e8cb-4e14-ab40-5afb9a9cd39a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8397a382-e8cb-4e14-ab40-5afb9a9cd39a { text-align:center; } .ablocks-block-8397a382-e8cb-4e14-ab40-5afb9a9cd39a .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#ffb224;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-8397a382-e8cb-4e14-ab40-5afb9a9cd39a .ablocks-button { font-family:Roboto; } } .ablocks-block-8397a382-e8cb-4e14-ab40-5afb9a9cd39a .ablocks-button:hover { transition-duration:s; } .ablocks-block-8397a382-e8cb-4e14-ab40-5afb9a9cd39a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8397a382-e8cb-4e14-ab40-5afb9a9cd39a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8397a382-e8cb-4e14-ab40-5afb9a9cd39a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFB224; } 
.ablocks-block-a43ab0f9-5082-452b-b2a7-f00278be2f74 { background:!important; } .ablocks-block-a43ab0f9-5082-452b-b2a7-f00278be2f74:hover { background:!important; } 
.ablocks-block-5e6e5479-ed77-4444-b8aa-2a68d3e4d5d1 { justify-content:left; } 
.ablocks-block-33597623-2a0c-423f-a940-16a9b2bb2d54 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33597623-2a0c-423f-a940-16a9b2bb2d54 { text-align:left; } .ablocks-block-33597623-2a0c-423f-a940-16a9b2bb2d54 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-33597623-2a0c-423f-a940-16a9b2bb2d54 .ablocks-button { font-family:Inter; } } .ablocks-block-33597623-2a0c-423f-a940-16a9b2bb2d54 .ablocks-button:hover { transition-duration:s; } .ablocks-block-33597623-2a0c-423f-a940-16a9b2bb2d54 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-33597623-2a0c-423f-a940-16a9b2bb2d54 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-33597623-2a0c-423f-a940-16a9b2bb2d54 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9a037867-4ec9-4a29-9fb8-c62d45308aa0 { justify-content:left; } 
.ablocks-block-66ee15f6-5daa-425c-8c51-ef9bb52f08a1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-66ee15f6-5daa-425c-8c51-ef9bb52f08a1 { text-align:center; } .ablocks-block-66ee15f6-5daa-425c-8c51-ef9bb52f08a1 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-66ee15f6-5daa-425c-8c51-ef9bb52f08a1 .ablocks-button { font-family:Inter; } } .ablocks-block-66ee15f6-5daa-425c-8c51-ef9bb52f08a1 .ablocks-button:hover { transition-duration:s; } .ablocks-block-66ee15f6-5daa-425c-8c51-ef9bb52f08a1 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-66ee15f6-5daa-425c-8c51-ef9bb52f08a1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-66ee15f6-5daa-425c-8c51-ef9bb52f08a1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-98dd3a70-2d2d-4d15-b65c-a63b225c2a68 { justify-content:left; } 
.ablocks-block-9f29de97-fec2-4cfd-9fd2-be8f6bd768da { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9f29de97-fec2-4cfd-9fd2-be8f6bd768da { text-align:center; } .ablocks-block-9f29de97-fec2-4cfd-9fd2-be8f6bd768da .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-9f29de97-fec2-4cfd-9fd2-be8f6bd768da .ablocks-button { font-family:Inter; } } .ablocks-block-9f29de97-fec2-4cfd-9fd2-be8f6bd768da .ablocks-button:hover { transition-duration:s; } .ablocks-block-9f29de97-fec2-4cfd-9fd2-be8f6bd768da .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9f29de97-fec2-4cfd-9fd2-be8f6bd768da .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-9f29de97-fec2-4cfd-9fd2-be8f6bd768da .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-eaf1c55b-e1c8-4136-9dc2-d60ab5184222 { justify-content:left; } 
.ablocks-block-4098be7e-8a72-4fcc-a309-accdd8ab0d9d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4098be7e-8a72-4fcc-a309-accdd8ab0d9d { text-align:center; } .ablocks-block-4098be7e-8a72-4fcc-a309-accdd8ab0d9d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-4098be7e-8a72-4fcc-a309-accdd8ab0d9d .ablocks-button { font-family:Inter; } } .ablocks-block-4098be7e-8a72-4fcc-a309-accdd8ab0d9d .ablocks-button:hover { transition-duration:s; } .ablocks-block-4098be7e-8a72-4fcc-a309-accdd8ab0d9d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4098be7e-8a72-4fcc-a309-accdd8ab0d9d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4098be7e-8a72-4fcc-a309-accdd8ab0d9d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-3cdc148a-a2f0-48fd-8106-856e2f779c8c { justify-content:left; } 
.ablocks-block-ece7fd43-c376-44b9-ac05-83201f91a115 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ece7fd43-c376-44b9-ac05-83201f91a115 { text-align:center; } .ablocks-block-ece7fd43-c376-44b9-ac05-83201f91a115 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#ffb224;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ece7fd43-c376-44b9-ac05-83201f91a115 .ablocks-button { font-family:Roboto; } } .ablocks-block-ece7fd43-c376-44b9-ac05-83201f91a115 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ece7fd43-c376-44b9-ac05-83201f91a115 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ece7fd43-c376-44b9-ac05-83201f91a115 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ece7fd43-c376-44b9-ac05-83201f91a115 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFB224; } 
.ablocks-block-37f1ccbc-0ece-4460-ab46-6cd79d9b2663 { background:!important; } .ablocks-block-37f1ccbc-0ece-4460-ab46-6cd79d9b2663:hover { background:!important; } 
.ablocks-block-cacd114b-ba71-411d-b319-26f53fc2c60f { justify-content:left; } 
.ablocks-block-976a78ac-bc8f-44d1-a99f-4d2afbcda36b { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-976a78ac-bc8f-44d1-a99f-4d2afbcda36b { text-align:left; } .ablocks-block-976a78ac-bc8f-44d1-a99f-4d2afbcda36b .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-976a78ac-bc8f-44d1-a99f-4d2afbcda36b .ablocks-button { font-family:Inter; } } .ablocks-block-976a78ac-bc8f-44d1-a99f-4d2afbcda36b .ablocks-button:hover { transition-duration:s; } .ablocks-block-976a78ac-bc8f-44d1-a99f-4d2afbcda36b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-976a78ac-bc8f-44d1-a99f-4d2afbcda36b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-976a78ac-bc8f-44d1-a99f-4d2afbcda36b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c4c8ece7-840d-41f3-9472-c562a6285740 { justify-content:left; } 
.ablocks-block-33a4daa2-3632-48cf-baa6-e0ea3039c750 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33a4daa2-3632-48cf-baa6-e0ea3039c750 { text-align:center; } .ablocks-block-33a4daa2-3632-48cf-baa6-e0ea3039c750 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-33a4daa2-3632-48cf-baa6-e0ea3039c750 .ablocks-button { font-family:Inter; } } .ablocks-block-33a4daa2-3632-48cf-baa6-e0ea3039c750 .ablocks-button:hover { transition-duration:s; } .ablocks-block-33a4daa2-3632-48cf-baa6-e0ea3039c750 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-33a4daa2-3632-48cf-baa6-e0ea3039c750 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-33a4daa2-3632-48cf-baa6-e0ea3039c750 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-875eb627-6635-4c97-a383-d9ef971eed63 { justify-content:left; } 
.ablocks-block-f745dbef-2a44-4362-b7ce-c81408caf378 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f745dbef-2a44-4362-b7ce-c81408caf378 { text-align:center; } .ablocks-block-f745dbef-2a44-4362-b7ce-c81408caf378 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-f745dbef-2a44-4362-b7ce-c81408caf378 .ablocks-button { font-family:Inter; } } .ablocks-block-f745dbef-2a44-4362-b7ce-c81408caf378 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f745dbef-2a44-4362-b7ce-c81408caf378 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f745dbef-2a44-4362-b7ce-c81408caf378 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f745dbef-2a44-4362-b7ce-c81408caf378 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-315f9ec2-6833-4614-9a4c-25bcef74da97 { justify-content:left; } 
.ablocks-block-1f591cb5-738d-4806-b0d9-b57538e4b722 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f591cb5-738d-4806-b0d9-b57538e4b722 { text-align:center; } .ablocks-block-1f591cb5-738d-4806-b0d9-b57538e4b722 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1f591cb5-738d-4806-b0d9-b57538e4b722 .ablocks-button { font-family:Inter; } } .ablocks-block-1f591cb5-738d-4806-b0d9-b57538e4b722 .ablocks-button:hover { transition-duration:s; } .ablocks-block-1f591cb5-738d-4806-b0d9-b57538e4b722 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1f591cb5-738d-4806-b0d9-b57538e4b722 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1f591cb5-738d-4806-b0d9-b57538e4b722 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-2bba291e-a6d6-472b-aa85-c382a5914acd { justify-content:left; } 
.ablocks-block-15fefbf6-dee8-4f2e-90ee-77c094bdb6e5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-15fefbf6-dee8-4f2e-90ee-77c094bdb6e5 { text-align:center; } .ablocks-block-15fefbf6-dee8-4f2e-90ee-77c094bdb6e5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-15fefbf6-dee8-4f2e-90ee-77c094bdb6e5 .ablocks-button { font-family:Inter; } } .ablocks-block-15fefbf6-dee8-4f2e-90ee-77c094bdb6e5 .ablocks-button:hover { transition-duration:s; } .ablocks-block-15fefbf6-dee8-4f2e-90ee-77c094bdb6e5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-15fefbf6-dee8-4f2e-90ee-77c094bdb6e5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-15fefbf6-dee8-4f2e-90ee-77c094bdb6e5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-7013908d-287c-4261-8804-466331e4c6d5 { background:!important; } .ablocks-block-7013908d-287c-4261-8804-466331e4c6d5:hover { background:!important; } 
.ablocks-block-d826f618-350e-44d3-a11d-7716ce03dfe6 { justify-content:left; } 
.ablocks-block-41c1b96e-a0d9-4c89-89bf-61096eb25425 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-41c1b96e-a0d9-4c89-89bf-61096eb25425 { text-align:left; } .ablocks-block-41c1b96e-a0d9-4c89-89bf-61096eb25425 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-41c1b96e-a0d9-4c89-89bf-61096eb25425 .ablocks-button { font-family:Inter; } } .ablocks-block-41c1b96e-a0d9-4c89-89bf-61096eb25425 .ablocks-button:hover { transition-duration:s; } .ablocks-block-41c1b96e-a0d9-4c89-89bf-61096eb25425 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-41c1b96e-a0d9-4c89-89bf-61096eb25425 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-41c1b96e-a0d9-4c89-89bf-61096eb25425 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-166fd5ab-89c2-4f7b-b4a4-c1e275d8dd5f { justify-content:left; } 
.ablocks-block-86d04c46-0920-4478-886f-d73813d20622 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-86d04c46-0920-4478-886f-d73813d20622 { text-align:center; } .ablocks-block-86d04c46-0920-4478-886f-d73813d20622 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-86d04c46-0920-4478-886f-d73813d20622 .ablocks-button { font-family:Inter; } } .ablocks-block-86d04c46-0920-4478-886f-d73813d20622 .ablocks-button:hover { transition-duration:s; } .ablocks-block-86d04c46-0920-4478-886f-d73813d20622 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-86d04c46-0920-4478-886f-d73813d20622 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-86d04c46-0920-4478-886f-d73813d20622 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-03ac449f-bb8d-44c8-9b82-022aaee1d7bf { justify-content:left; } 
.ablocks-block-2e7fbc8e-0c7d-49e9-a4ea-9cd26ef60d8f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e7fbc8e-0c7d-49e9-a4ea-9cd26ef60d8f { text-align:center; } .ablocks-block-2e7fbc8e-0c7d-49e9-a4ea-9cd26ef60d8f .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-2e7fbc8e-0c7d-49e9-a4ea-9cd26ef60d8f .ablocks-button { font-family:Inter; } } .ablocks-block-2e7fbc8e-0c7d-49e9-a4ea-9cd26ef60d8f .ablocks-button:hover { transition-duration:s; } .ablocks-block-2e7fbc8e-0c7d-49e9-a4ea-9cd26ef60d8f .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2e7fbc8e-0c7d-49e9-a4ea-9cd26ef60d8f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2e7fbc8e-0c7d-49e9-a4ea-9cd26ef60d8f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-22b5cb80-7473-48c0-87da-cf4f5a25cd5f { justify-content:left; } 
.ablocks-block-ef214849-270a-4988-b1aa-05b294f35cf2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ef214849-270a-4988-b1aa-05b294f35cf2 { padding-right:30px;width:100%; } } .ablocks-block-ef214849-270a-4988-b1aa-05b294f35cf2 { text-align:center; } .ablocks-block-ef214849-270a-4988-b1aa-05b294f35cf2 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-ef214849-270a-4988-b1aa-05b294f35cf2 .ablocks-button { font-family:Inter; } } .ablocks-block-ef214849-270a-4988-b1aa-05b294f35cf2 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ef214849-270a-4988-b1aa-05b294f35cf2 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ef214849-270a-4988-b1aa-05b294f35cf2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ef214849-270a-4988-b1aa-05b294f35cf2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-551b5180-db89-4337-a660-6ee79e49d6a9 { justify-content:left; } 
.ablocks-block-c8edda8f-c440-46a4-98f1-8c0559da073f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8edda8f-c440-46a4-98f1-8c0559da073f { text-align:center; } .ablocks-block-c8edda8f-c440-46a4-98f1-8c0559da073f .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c8edda8f-c440-46a4-98f1-8c0559da073f .ablocks-button { font-family:Inter; } } .ablocks-block-c8edda8f-c440-46a4-98f1-8c0559da073f .ablocks-button:hover { transition-duration:s; } .ablocks-block-c8edda8f-c440-46a4-98f1-8c0559da073f .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c8edda8f-c440-46a4-98f1-8c0559da073f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c8edda8f-c440-46a4-98f1-8c0559da073f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-4d473b21-31be-4996-8cb7-ef1166362216 { background:!important; } .ablocks-block-4d473b21-31be-4996-8cb7-ef1166362216:hover { background:!important; } 
.ablocks-block-a3413e8a-6a8c-4702-a061-0bd3c0012549 { justify-content:left; } 
.ablocks-block-6279728f-d40a-49dc-8d4d-d03af9c79503 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6279728f-d40a-49dc-8d4d-d03af9c79503 { text-align:left; } .ablocks-block-6279728f-d40a-49dc-8d4d-d03af9c79503 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-6279728f-d40a-49dc-8d4d-d03af9c79503 .ablocks-button { font-family:Inter; } } .ablocks-block-6279728f-d40a-49dc-8d4d-d03af9c79503 .ablocks-button:hover { transition-duration:s; } .ablocks-block-6279728f-d40a-49dc-8d4d-d03af9c79503 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-6279728f-d40a-49dc-8d4d-d03af9c79503 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-6279728f-d40a-49dc-8d4d-d03af9c79503 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3df85041-860e-4872-bee3-ff8b6f2b6a37 { justify-content:left; } 
.ablocks-block-33c2d23e-a1eb-42d5-a780-3e6076a82f96 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33c2d23e-a1eb-42d5-a780-3e6076a82f96 { text-align:center; } .ablocks-block-33c2d23e-a1eb-42d5-a780-3e6076a82f96 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-33c2d23e-a1eb-42d5-a780-3e6076a82f96 .ablocks-button { font-family:Inter; } } .ablocks-block-33c2d23e-a1eb-42d5-a780-3e6076a82f96 .ablocks-button:hover { transition-duration:s; } .ablocks-block-33c2d23e-a1eb-42d5-a780-3e6076a82f96 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-33c2d23e-a1eb-42d5-a780-3e6076a82f96 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-33c2d23e-a1eb-42d5-a780-3e6076a82f96 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-e8d37efd-6b47-4a37-a9ba-58fb22a162a5 { justify-content:left; } 
.ablocks-block-162c2254-a192-4592-bccd-59b920a3e4d5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-162c2254-a192-4592-bccd-59b920a3e4d5 { padding-right:30px;width:100%; } } .ablocks-block-162c2254-a192-4592-bccd-59b920a3e4d5 { text-align:center; } .ablocks-block-162c2254-a192-4592-bccd-59b920a3e4d5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-162c2254-a192-4592-bccd-59b920a3e4d5 .ablocks-button { font-family:Inter; } } .ablocks-block-162c2254-a192-4592-bccd-59b920a3e4d5 .ablocks-button:hover { transition-duration:s; } .ablocks-block-162c2254-a192-4592-bccd-59b920a3e4d5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-162c2254-a192-4592-bccd-59b920a3e4d5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-162c2254-a192-4592-bccd-59b920a3e4d5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-a67c0f3f-327d-4a21-926a-a79075237b96 { justify-content:left; } 
.ablocks-block-967ed0d4-eab3-4dc4-a5b0-a325e908f5da { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-967ed0d4-eab3-4dc4-a5b0-a325e908f5da { text-align:center; } .ablocks-block-967ed0d4-eab3-4dc4-a5b0-a325e908f5da .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-967ed0d4-eab3-4dc4-a5b0-a325e908f5da .ablocks-button { font-family:Inter; } } .ablocks-block-967ed0d4-eab3-4dc4-a5b0-a325e908f5da .ablocks-button:hover { transition-duration:s; } .ablocks-block-967ed0d4-eab3-4dc4-a5b0-a325e908f5da .ablocks-icon-wrap { font-size:20px; } .ablocks-block-967ed0d4-eab3-4dc4-a5b0-a325e908f5da .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-967ed0d4-eab3-4dc4-a5b0-a325e908f5da .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-4bfff2ae-32c0-4d6a-aeee-c0d854a46ed0 { justify-content:left; } 
.ablocks-block-57aa2754-3d06-41c7-aa40-7fb99d26a82f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-57aa2754-3d06-41c7-aa40-7fb99d26a82f { padding-right:30px;width:100%; } } .ablocks-block-57aa2754-3d06-41c7-aa40-7fb99d26a82f { text-align:center; } .ablocks-block-57aa2754-3d06-41c7-aa40-7fb99d26a82f .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-57aa2754-3d06-41c7-aa40-7fb99d26a82f .ablocks-button { font-family:Inter; } } .ablocks-block-57aa2754-3d06-41c7-aa40-7fb99d26a82f .ablocks-button:hover { transition-duration:s; } .ablocks-block-57aa2754-3d06-41c7-aa40-7fb99d26a82f .ablocks-icon-wrap { font-size:20px; } .ablocks-block-57aa2754-3d06-41c7-aa40-7fb99d26a82f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-57aa2754-3d06-41c7-aa40-7fb99d26a82f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-5dd89736-bfc8-4f05-a0b8-18c3a5eaf40b { background:!important; } .ablocks-block-5dd89736-bfc8-4f05-a0b8-18c3a5eaf40b:hover { background:!important; } 
.ablocks-block-65a8a1a4-391e-4841-9621-d3863abefd66 { justify-content:left; } 
.ablocks-block-05f46521-d57e-4f4c-af6e-3d26aef5b104 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05f46521-d57e-4f4c-af6e-3d26aef5b104 { text-align:left; } .ablocks-block-05f46521-d57e-4f4c-af6e-3d26aef5b104 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-05f46521-d57e-4f4c-af6e-3d26aef5b104 .ablocks-button { font-family:Inter; } } .ablocks-block-05f46521-d57e-4f4c-af6e-3d26aef5b104 .ablocks-button:hover { transition-duration:s; } .ablocks-block-05f46521-d57e-4f4c-af6e-3d26aef5b104 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-05f46521-d57e-4f4c-af6e-3d26aef5b104 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-05f46521-d57e-4f4c-af6e-3d26aef5b104 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4f7190d9-067f-49bf-b6ba-587c56509e7c { justify-content:left; } 
.ablocks-block-45424ec9-b4b4-4491-ae89-ffb46edfbc40 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-45424ec9-b4b4-4491-ae89-ffb46edfbc40 { text-align:center; } .ablocks-block-45424ec9-b4b4-4491-ae89-ffb46edfbc40 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-45424ec9-b4b4-4491-ae89-ffb46edfbc40 .ablocks-button { font-family:Inter; } } .ablocks-block-45424ec9-b4b4-4491-ae89-ffb46edfbc40 .ablocks-button:hover { transition-duration:s; } .ablocks-block-45424ec9-b4b4-4491-ae89-ffb46edfbc40 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-45424ec9-b4b4-4491-ae89-ffb46edfbc40 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-45424ec9-b4b4-4491-ae89-ffb46edfbc40 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-57ea14ec-4aab-434b-80a3-56ea5deda62c { justify-content:left; } 
.ablocks-block-18248065-a9ef-4bb2-9da3-36438852db6d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18248065-a9ef-4bb2-9da3-36438852db6d { text-align:center; } .ablocks-block-18248065-a9ef-4bb2-9da3-36438852db6d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-18248065-a9ef-4bb2-9da3-36438852db6d .ablocks-button { font-family:Inter; } } .ablocks-block-18248065-a9ef-4bb2-9da3-36438852db6d .ablocks-button:hover { transition-duration:s; } .ablocks-block-18248065-a9ef-4bb2-9da3-36438852db6d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-18248065-a9ef-4bb2-9da3-36438852db6d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-18248065-a9ef-4bb2-9da3-36438852db6d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-d8ddc8d4-5611-4686-97d1-cea28c50ff4d { justify-content:left; } 
.ablocks-block-5c4f0d5b-7f3e-4c89-8690-b9924538bdc7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c4f0d5b-7f3e-4c89-8690-b9924538bdc7 { text-align:center; } .ablocks-block-5c4f0d5b-7f3e-4c89-8690-b9924538bdc7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5c4f0d5b-7f3e-4c89-8690-b9924538bdc7 .ablocks-button { font-family:Inter; } } .ablocks-block-5c4f0d5b-7f3e-4c89-8690-b9924538bdc7 .ablocks-button:hover { transition-duration:s; } .ablocks-block-5c4f0d5b-7f3e-4c89-8690-b9924538bdc7 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5c4f0d5b-7f3e-4c89-8690-b9924538bdc7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5c4f0d5b-7f3e-4c89-8690-b9924538bdc7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-419708ec-695b-45a5-bb1f-ac20685db97c { justify-content:left; } 
.ablocks-block-70146b2d-3265-4e74-a28e-584f9058c635 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70146b2d-3265-4e74-a28e-584f9058c635 { text-align:center; } .ablocks-block-70146b2d-3265-4e74-a28e-584f9058c635 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-70146b2d-3265-4e74-a28e-584f9058c635 .ablocks-button { font-family:Inter; } } .ablocks-block-70146b2d-3265-4e74-a28e-584f9058c635 .ablocks-button:hover { transition-duration:s; } .ablocks-block-70146b2d-3265-4e74-a28e-584f9058c635 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-70146b2d-3265-4e74-a28e-584f9058c635 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-70146b2d-3265-4e74-a28e-584f9058c635 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-778d4728-9d35-42c3-bbc0-1428a46915af { background:!important; } .ablocks-block-778d4728-9d35-42c3-bbc0-1428a46915af:hover { background:!important; } 
.ablocks-block-469969f3-bce5-4104-b454-6c920d6e856b { justify-content:left; } 
.ablocks-block-e8e9640f-96be-4724-b8c5-0f1e698a671f { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8e9640f-96be-4724-b8c5-0f1e698a671f { text-align:left; } .ablocks-block-e8e9640f-96be-4724-b8c5-0f1e698a671f .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-e8e9640f-96be-4724-b8c5-0f1e698a671f .ablocks-button { font-family:Inter; } } .ablocks-block-e8e9640f-96be-4724-b8c5-0f1e698a671f .ablocks-button:hover { transition-duration:s; } .ablocks-block-e8e9640f-96be-4724-b8c5-0f1e698a671f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e8e9640f-96be-4724-b8c5-0f1e698a671f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-e8e9640f-96be-4724-b8c5-0f1e698a671f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-33beae9d-a3aa-4eae-b0f6-bdf75b4363dc { justify-content:left; } 
.ablocks-block-79ae8da3-73ef-4f52-9d72-f59a5e87d8ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-79ae8da3-73ef-4f52-9d72-f59a5e87d8ac { text-align:center; } .ablocks-block-79ae8da3-73ef-4f52-9d72-f59a5e87d8ac .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-79ae8da3-73ef-4f52-9d72-f59a5e87d8ac .ablocks-button { font-family:Inter; } } .ablocks-block-79ae8da3-73ef-4f52-9d72-f59a5e87d8ac .ablocks-button:hover { transition-duration:s; } .ablocks-block-79ae8da3-73ef-4f52-9d72-f59a5e87d8ac .ablocks-icon-wrap { font-size:20px; } .ablocks-block-79ae8da3-73ef-4f52-9d72-f59a5e87d8ac .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-79ae8da3-73ef-4f52-9d72-f59a5e87d8ac .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-cf1da165-a60e-4c28-97a5-04be220d2e36 { justify-content:left; } 
.ablocks-block-5f194923-d1b3-42ac-b7e5-9d766b8c7ec3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-5f194923-d1b3-42ac-b7e5-9d766b8c7ec3 { padding-right:30px;width:100%; } } .ablocks-block-5f194923-d1b3-42ac-b7e5-9d766b8c7ec3 { text-align:center; } .ablocks-block-5f194923-d1b3-42ac-b7e5-9d766b8c7ec3 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-5f194923-d1b3-42ac-b7e5-9d766b8c7ec3 .ablocks-button { font-family:Inter; } } .ablocks-block-5f194923-d1b3-42ac-b7e5-9d766b8c7ec3 .ablocks-button:hover { transition-duration:s; } .ablocks-block-5f194923-d1b3-42ac-b7e5-9d766b8c7ec3 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5f194923-d1b3-42ac-b7e5-9d766b8c7ec3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5f194923-d1b3-42ac-b7e5-9d766b8c7ec3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-8651cd52-d7aa-4e50-b558-a72ec3023947 { justify-content:left; } 
.ablocks-block-4672d1ce-498b-4f5f-81ae-7191ba5867c6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4672d1ce-498b-4f5f-81ae-7191ba5867c6 { text-align:center; } .ablocks-block-4672d1ce-498b-4f5f-81ae-7191ba5867c6 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-4672d1ce-498b-4f5f-81ae-7191ba5867c6 .ablocks-button { font-family:Inter; } } .ablocks-block-4672d1ce-498b-4f5f-81ae-7191ba5867c6 .ablocks-button:hover { transition-duration:s; } .ablocks-block-4672d1ce-498b-4f5f-81ae-7191ba5867c6 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4672d1ce-498b-4f5f-81ae-7191ba5867c6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4672d1ce-498b-4f5f-81ae-7191ba5867c6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-441b880c-fb64-4917-a647-39105fcb865a { justify-content:left; } 
.ablocks-block-81b44b63-2019-4ffa-9814-0da44a21e772 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-81b44b63-2019-4ffa-9814-0da44a21e772 { padding-right:30px;width:100%; } } .ablocks-block-81b44b63-2019-4ffa-9814-0da44a21e772 { text-align:center; } .ablocks-block-81b44b63-2019-4ffa-9814-0da44a21e772 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-81b44b63-2019-4ffa-9814-0da44a21e772 .ablocks-button { font-family:Inter; } } .ablocks-block-81b44b63-2019-4ffa-9814-0da44a21e772 .ablocks-button:hover { transition-duration:s; } .ablocks-block-81b44b63-2019-4ffa-9814-0da44a21e772 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-81b44b63-2019-4ffa-9814-0da44a21e772 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-81b44b63-2019-4ffa-9814-0da44a21e772 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-b3cad345-6f3d-4578-b3af-1e1999d60141 { background:!important; } .ablocks-block-b3cad345-6f3d-4578-b3af-1e1999d60141:hover { background:!important; } 
.ablocks-block-28013d9a-d864-4714-8d53-da8a05d4d2fe { justify-content:left; } 
.ablocks-block-28e3780a-72d2-4f80-a1f5-abef28be3c84 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28e3780a-72d2-4f80-a1f5-abef28be3c84 { text-align:left; } .ablocks-block-28e3780a-72d2-4f80-a1f5-abef28be3c84 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-28e3780a-72d2-4f80-a1f5-abef28be3c84 .ablocks-button { font-family:Inter; } } .ablocks-block-28e3780a-72d2-4f80-a1f5-abef28be3c84 .ablocks-button:hover { transition-duration:s; } .ablocks-block-28e3780a-72d2-4f80-a1f5-abef28be3c84 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-28e3780a-72d2-4f80-a1f5-abef28be3c84 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-28e3780a-72d2-4f80-a1f5-abef28be3c84 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-80ea977d-35c6-4437-a4a3-5db588708b73 { justify-content:left; } 
.ablocks-block-e27d4c53-326b-47cb-b731-1f1940503d33 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e27d4c53-326b-47cb-b731-1f1940503d33 { text-align:center; } .ablocks-block-e27d4c53-326b-47cb-b731-1f1940503d33 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e27d4c53-326b-47cb-b731-1f1940503d33 .ablocks-button { font-family:Inter; } } .ablocks-block-e27d4c53-326b-47cb-b731-1f1940503d33 .ablocks-button:hover { transition-duration:s; } .ablocks-block-e27d4c53-326b-47cb-b731-1f1940503d33 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e27d4c53-326b-47cb-b731-1f1940503d33 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e27d4c53-326b-47cb-b731-1f1940503d33 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-14eb3022-ab50-4097-88ca-40082c6f8df2 { justify-content:left; } 
.ablocks-block-3ca24f76-17c8-423e-90de-0552f6e9bbd4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3ca24f76-17c8-423e-90de-0552f6e9bbd4 { padding-right:30px;width:100%; } } .ablocks-block-3ca24f76-17c8-423e-90de-0552f6e9bbd4 { text-align:center; } .ablocks-block-3ca24f76-17c8-423e-90de-0552f6e9bbd4 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-3ca24f76-17c8-423e-90de-0552f6e9bbd4 .ablocks-button { font-family:Inter; } } .ablocks-block-3ca24f76-17c8-423e-90de-0552f6e9bbd4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-3ca24f76-17c8-423e-90de-0552f6e9bbd4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3ca24f76-17c8-423e-90de-0552f6e9bbd4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3ca24f76-17c8-423e-90de-0552f6e9bbd4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-0e0f99b4-9175-4053-ba83-fce6e242b4e7 { justify-content:left; } 
.ablocks-block-72eff45e-bfe5-4539-966e-8f882416b107 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72eff45e-bfe5-4539-966e-8f882416b107 { text-align:center; } .ablocks-block-72eff45e-bfe5-4539-966e-8f882416b107 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-72eff45e-bfe5-4539-966e-8f882416b107 .ablocks-button { font-family:Inter; } } .ablocks-block-72eff45e-bfe5-4539-966e-8f882416b107 .ablocks-button:hover { transition-duration:s; } .ablocks-block-72eff45e-bfe5-4539-966e-8f882416b107 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-72eff45e-bfe5-4539-966e-8f882416b107 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-72eff45e-bfe5-4539-966e-8f882416b107 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-623f5311-ef2a-4088-831a-22c001ee3a8d { justify-content:left; } 
.ablocks-block-a0313be0-ef0a-4269-a083-afd413769178 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a0313be0-ef0a-4269-a083-afd413769178 { padding-right:30px;width:100%; } } .ablocks-block-a0313be0-ef0a-4269-a083-afd413769178 { text-align:center; } .ablocks-block-a0313be0-ef0a-4269-a083-afd413769178 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-a0313be0-ef0a-4269-a083-afd413769178 .ablocks-button { font-family:Inter; } } .ablocks-block-a0313be0-ef0a-4269-a083-afd413769178 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a0313be0-ef0a-4269-a083-afd413769178 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a0313be0-ef0a-4269-a083-afd413769178 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a0313be0-ef0a-4269-a083-afd413769178 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-848638ac-7cd1-4c7b-b5c3-c10c077f9d84 { background:!important; } .ablocks-block-848638ac-7cd1-4c7b-b5c3-c10c077f9d84:hover { background:!important; } 
.ablocks-block-f49dc3c4-064f-4206-b072-259b5f4e991d { justify-content:left; } 
.ablocks-block-1aa62b21-afa2-4157-ad7c-658661722e06 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1aa62b21-afa2-4157-ad7c-658661722e06 { text-align:left; } .ablocks-block-1aa62b21-afa2-4157-ad7c-658661722e06 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-1aa62b21-afa2-4157-ad7c-658661722e06 .ablocks-button { font-family:Inter; } } .ablocks-block-1aa62b21-afa2-4157-ad7c-658661722e06 .ablocks-button:hover { transition-duration:s; } .ablocks-block-1aa62b21-afa2-4157-ad7c-658661722e06 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1aa62b21-afa2-4157-ad7c-658661722e06 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-1aa62b21-afa2-4157-ad7c-658661722e06 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ff912aa3-b01f-4ddf-b99c-ef74157b5211 { justify-content:left; } 
.ablocks-block-1af9b59b-1299-4bdb-bf13-8a2163d14fce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1af9b59b-1299-4bdb-bf13-8a2163d14fce { text-align:center; } .ablocks-block-1af9b59b-1299-4bdb-bf13-8a2163d14fce .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1af9b59b-1299-4bdb-bf13-8a2163d14fce .ablocks-button { font-family:Inter; } } .ablocks-block-1af9b59b-1299-4bdb-bf13-8a2163d14fce .ablocks-button:hover { transition-duration:s; } .ablocks-block-1af9b59b-1299-4bdb-bf13-8a2163d14fce .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1af9b59b-1299-4bdb-bf13-8a2163d14fce .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1af9b59b-1299-4bdb-bf13-8a2163d14fce .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-1a231236-eb08-4cf9-b224-41ab125f3897 { justify-content:left; } 
.ablocks-block-a4cf370c-8a06-42ac-ab62-e5225b508690 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4cf370c-8a06-42ac-ab62-e5225b508690 { text-align:center; } .ablocks-block-a4cf370c-8a06-42ac-ab62-e5225b508690 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a4cf370c-8a06-42ac-ab62-e5225b508690 .ablocks-button { font-family:Inter; } } .ablocks-block-a4cf370c-8a06-42ac-ab62-e5225b508690 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a4cf370c-8a06-42ac-ab62-e5225b508690 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a4cf370c-8a06-42ac-ab62-e5225b508690 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a4cf370c-8a06-42ac-ab62-e5225b508690 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-8db2e649-957d-4847-9c20-15e05aafe543 { justify-content:left; } 
.ablocks-block-88dbead0-2b76-4885-9a65-bb453ba45f7b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88dbead0-2b76-4885-9a65-bb453ba45f7b { text-align:center; } .ablocks-block-88dbead0-2b76-4885-9a65-bb453ba45f7b .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-88dbead0-2b76-4885-9a65-bb453ba45f7b .ablocks-button { font-family:Inter; } } .ablocks-block-88dbead0-2b76-4885-9a65-bb453ba45f7b .ablocks-button:hover { transition-duration:s; } .ablocks-block-88dbead0-2b76-4885-9a65-bb453ba45f7b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-88dbead0-2b76-4885-9a65-bb453ba45f7b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-88dbead0-2b76-4885-9a65-bb453ba45f7b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-bf10595f-80c2-47eb-8c35-22cf09620231 { justify-content:left; } 
.ablocks-block-0da1c81e-a1c0-4c8e-b89d-c4f42d813f83 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0da1c81e-a1c0-4c8e-b89d-c4f42d813f83 { text-align:center; } .ablocks-block-0da1c81e-a1c0-4c8e-b89d-c4f42d813f83 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0da1c81e-a1c0-4c8e-b89d-c4f42d813f83 .ablocks-button { font-family:Inter; } } .ablocks-block-0da1c81e-a1c0-4c8e-b89d-c4f42d813f83 .ablocks-button:hover { transition-duration:s; } .ablocks-block-0da1c81e-a1c0-4c8e-b89d-c4f42d813f83 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0da1c81e-a1c0-4c8e-b89d-c4f42d813f83 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0da1c81e-a1c0-4c8e-b89d-c4f42d813f83 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-262724d2-c0a6-45f5-ae42-11c03f607628 { background:!important; } .ablocks-block-262724d2-c0a6-45f5-ae42-11c03f607628:hover { background:!important; } 
.ablocks-block-d50e3c2d-c522-47d4-9701-91a3e46d73d6 { justify-content:left; } 
.ablocks-block-02a0ae93-6ede-48fa-ae90-a85ef3894fdf { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-02a0ae93-6ede-48fa-ae90-a85ef3894fdf { text-align:left; } .ablocks-block-02a0ae93-6ede-48fa-ae90-a85ef3894fdf .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-02a0ae93-6ede-48fa-ae90-a85ef3894fdf .ablocks-button { font-family:Inter; } } .ablocks-block-02a0ae93-6ede-48fa-ae90-a85ef3894fdf .ablocks-button:hover { transition-duration:s; } .ablocks-block-02a0ae93-6ede-48fa-ae90-a85ef3894fdf .ablocks-icon-wrap { font-size:unset; } .ablocks-block-02a0ae93-6ede-48fa-ae90-a85ef3894fdf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-02a0ae93-6ede-48fa-ae90-a85ef3894fdf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-81be1cd2-1d3e-487d-8349-c4cf36f3550e { justify-content:left; } 
.ablocks-block-0b928df1-e5b3-4e11-9654-34a5178f097b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b928df1-e5b3-4e11-9654-34a5178f097b { text-align:center; } .ablocks-block-0b928df1-e5b3-4e11-9654-34a5178f097b .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0b928df1-e5b3-4e11-9654-34a5178f097b .ablocks-button { font-family:Inter; } } .ablocks-block-0b928df1-e5b3-4e11-9654-34a5178f097b .ablocks-button:hover { transition-duration:s; } .ablocks-block-0b928df1-e5b3-4e11-9654-34a5178f097b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0b928df1-e5b3-4e11-9654-34a5178f097b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0b928df1-e5b3-4e11-9654-34a5178f097b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-a1a2ad95-1a9a-489e-b77a-87954befcad3 { justify-content:left; } 
.ablocks-block-715d8ba0-cc29-4ff6-9b35-4326d468e36a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-715d8ba0-cc29-4ff6-9b35-4326d468e36a { text-align:center; } .ablocks-block-715d8ba0-cc29-4ff6-9b35-4326d468e36a .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-715d8ba0-cc29-4ff6-9b35-4326d468e36a .ablocks-button { font-family:Inter; } } .ablocks-block-715d8ba0-cc29-4ff6-9b35-4326d468e36a .ablocks-button:hover { transition-duration:s; } .ablocks-block-715d8ba0-cc29-4ff6-9b35-4326d468e36a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-715d8ba0-cc29-4ff6-9b35-4326d468e36a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-715d8ba0-cc29-4ff6-9b35-4326d468e36a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-ccbf59fa-3e09-4636-aed3-573ba7202c58 { justify-content:left; } 
.ablocks-block-626e334b-bfd9-4030-81b5-704fe17ada6a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-626e334b-bfd9-4030-81b5-704fe17ada6a { padding-right:30px;width:100%; } } .ablocks-block-626e334b-bfd9-4030-81b5-704fe17ada6a { text-align:center; } .ablocks-block-626e334b-bfd9-4030-81b5-704fe17ada6a .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-626e334b-bfd9-4030-81b5-704fe17ada6a .ablocks-button { font-family:Inter; } } .ablocks-block-626e334b-bfd9-4030-81b5-704fe17ada6a .ablocks-button:hover { transition-duration:s; } .ablocks-block-626e334b-bfd9-4030-81b5-704fe17ada6a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-626e334b-bfd9-4030-81b5-704fe17ada6a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-626e334b-bfd9-4030-81b5-704fe17ada6a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-104571b0-eaa6-4e1e-b7f5-eabbc497cdfc { justify-content:left; } 
.ablocks-block-a5aef546-12b4-48a2-b51f-cacdb62c10fd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a5aef546-12b4-48a2-b51f-cacdb62c10fd { padding-right:30px;width:100%; } } .ablocks-block-a5aef546-12b4-48a2-b51f-cacdb62c10fd { text-align:center; } .ablocks-block-a5aef546-12b4-48a2-b51f-cacdb62c10fd .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-a5aef546-12b4-48a2-b51f-cacdb62c10fd .ablocks-button { font-family:Inter; } } .ablocks-block-a5aef546-12b4-48a2-b51f-cacdb62c10fd .ablocks-button:hover { transition-duration:s; } .ablocks-block-a5aef546-12b4-48a2-b51f-cacdb62c10fd .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a5aef546-12b4-48a2-b51f-cacdb62c10fd .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a5aef546-12b4-48a2-b51f-cacdb62c10fd .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-8c045f32-102f-4e75-930a-8cddc7a40fe0 { background:!important; } .ablocks-block-8c045f32-102f-4e75-930a-8cddc7a40fe0:hover { background:!important; } 
.ablocks-block-b0ddd964-8e1c-470a-8d3c-60d1091187ed { justify-content:left; } 
.ablocks-block-2bb80af0-7585-4ffc-ad3c-4de1eea2b8d1 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2bb80af0-7585-4ffc-ad3c-4de1eea2b8d1 { text-align:left; } .ablocks-block-2bb80af0-7585-4ffc-ad3c-4de1eea2b8d1 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-2bb80af0-7585-4ffc-ad3c-4de1eea2b8d1 .ablocks-button { font-family:Inter; } } .ablocks-block-2bb80af0-7585-4ffc-ad3c-4de1eea2b8d1 .ablocks-button:hover { transition-duration:s; } .ablocks-block-2bb80af0-7585-4ffc-ad3c-4de1eea2b8d1 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2bb80af0-7585-4ffc-ad3c-4de1eea2b8d1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-2bb80af0-7585-4ffc-ad3c-4de1eea2b8d1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-fffda69f-55c9-481d-9041-02153dc0bd61 { justify-content:left; } 
.ablocks-block-944aa612-b141-489a-a925-7c0abed65345 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-944aa612-b141-489a-a925-7c0abed65345 { text-align:center; } .ablocks-block-944aa612-b141-489a-a925-7c0abed65345 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-944aa612-b141-489a-a925-7c0abed65345 .ablocks-button { font-family:Inter; } } .ablocks-block-944aa612-b141-489a-a925-7c0abed65345 .ablocks-button:hover { transition-duration:s; } .ablocks-block-944aa612-b141-489a-a925-7c0abed65345 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-944aa612-b141-489a-a925-7c0abed65345 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-944aa612-b141-489a-a925-7c0abed65345 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-7d09d9c7-d09d-495e-a888-a5cd7cf75424 { justify-content:left; } 
.ablocks-block-4a9d0b54-7822-4013-a95a-70171ff79f14 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-4a9d0b54-7822-4013-a95a-70171ff79f14 { padding-right:30px;width:100%; } } .ablocks-block-4a9d0b54-7822-4013-a95a-70171ff79f14 { text-align:center; } .ablocks-block-4a9d0b54-7822-4013-a95a-70171ff79f14 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-4a9d0b54-7822-4013-a95a-70171ff79f14 .ablocks-button { font-family:Inter; } } .ablocks-block-4a9d0b54-7822-4013-a95a-70171ff79f14 .ablocks-button:hover { transition-duration:s; } .ablocks-block-4a9d0b54-7822-4013-a95a-70171ff79f14 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4a9d0b54-7822-4013-a95a-70171ff79f14 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4a9d0b54-7822-4013-a95a-70171ff79f14 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-a58a1330-9d45-4193-ad0f-6705cd2e7651 { justify-content:left; } 
.ablocks-block-ceab9aa4-fa0a-460d-ba0a-c36b1117e159 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ceab9aa4-fa0a-460d-ba0a-c36b1117e159 { padding-right:30px;width:100%; } } .ablocks-block-ceab9aa4-fa0a-460d-ba0a-c36b1117e159 { text-align:center; } .ablocks-block-ceab9aa4-fa0a-460d-ba0a-c36b1117e159 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-ceab9aa4-fa0a-460d-ba0a-c36b1117e159 .ablocks-button { font-family:Inter; } } .ablocks-block-ceab9aa4-fa0a-460d-ba0a-c36b1117e159 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ceab9aa4-fa0a-460d-ba0a-c36b1117e159 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ceab9aa4-fa0a-460d-ba0a-c36b1117e159 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ceab9aa4-fa0a-460d-ba0a-c36b1117e159 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-34e6a202-be9e-4924-aaf1-5149969100c9 { justify-content:left; } 
.ablocks-block-e23f2ed8-7d57-40ee-a99f-d41aaad55d3d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e23f2ed8-7d57-40ee-a99f-d41aaad55d3d { padding-right:30px;width:100%; } } .ablocks-block-e23f2ed8-7d57-40ee-a99f-d41aaad55d3d { text-align:center; } .ablocks-block-e23f2ed8-7d57-40ee-a99f-d41aaad55d3d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-e23f2ed8-7d57-40ee-a99f-d41aaad55d3d .ablocks-button { font-family:Inter; } } .ablocks-block-e23f2ed8-7d57-40ee-a99f-d41aaad55d3d .ablocks-button:hover { transition-duration:s; } .ablocks-block-e23f2ed8-7d57-40ee-a99f-d41aaad55d3d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e23f2ed8-7d57-40ee-a99f-d41aaad55d3d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e23f2ed8-7d57-40ee-a99f-d41aaad55d3d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-811bbcb4-1441-4035-a10b-ca8cfc737f52 { background:!important; } .ablocks-block-811bbcb4-1441-4035-a10b-ca8cfc737f52:hover { background:!important; } 
.ablocks-block-017beacd-46d2-490b-a175-7891fd666bb0 { justify-content:left; } 
.ablocks-block-f6817664-04d3-479f-8072-24798fa00150 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f6817664-04d3-479f-8072-24798fa00150 { text-align:left; } .ablocks-block-f6817664-04d3-479f-8072-24798fa00150 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-f6817664-04d3-479f-8072-24798fa00150 .ablocks-button { font-family:Inter; } } .ablocks-block-f6817664-04d3-479f-8072-24798fa00150 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f6817664-04d3-479f-8072-24798fa00150 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f6817664-04d3-479f-8072-24798fa00150 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-f6817664-04d3-479f-8072-24798fa00150 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-69c7a8da-8302-4620-8d8e-47cb217389c1 { justify-content:left; } 
.ablocks-block-31b818ad-c2de-4f99-b9eb-aac35ee3189d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-31b818ad-c2de-4f99-b9eb-aac35ee3189d { text-align:center; } .ablocks-block-31b818ad-c2de-4f99-b9eb-aac35ee3189d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-31b818ad-c2de-4f99-b9eb-aac35ee3189d .ablocks-button { font-family:Inter; } } .ablocks-block-31b818ad-c2de-4f99-b9eb-aac35ee3189d .ablocks-button:hover { transition-duration:s; } .ablocks-block-31b818ad-c2de-4f99-b9eb-aac35ee3189d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-31b818ad-c2de-4f99-b9eb-aac35ee3189d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-31b818ad-c2de-4f99-b9eb-aac35ee3189d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-3a57e95d-15b9-489f-bb39-d1f26b5eaa36 { justify-content:left; } 
.ablocks-block-d53c3f0f-c430-4fba-84f0-0866d9115d71 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d53c3f0f-c430-4fba-84f0-0866d9115d71 { padding-right:30px;width:100%; } } .ablocks-block-d53c3f0f-c430-4fba-84f0-0866d9115d71 { text-align:center; } .ablocks-block-d53c3f0f-c430-4fba-84f0-0866d9115d71 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-d53c3f0f-c430-4fba-84f0-0866d9115d71 .ablocks-button { font-family:Inter; } } .ablocks-block-d53c3f0f-c430-4fba-84f0-0866d9115d71 .ablocks-button:hover { transition-duration:s; } .ablocks-block-d53c3f0f-c430-4fba-84f0-0866d9115d71 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d53c3f0f-c430-4fba-84f0-0866d9115d71 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d53c3f0f-c430-4fba-84f0-0866d9115d71 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-ff0e03b8-f89d-4601-bf8f-66d2234dc8cc { justify-content:left; } 
.ablocks-block-aa09d165-9dc3-4882-877c-e7f4b5ce5080 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-aa09d165-9dc3-4882-877c-e7f4b5ce5080 { padding-right:30px;width:100%; } } .ablocks-block-aa09d165-9dc3-4882-877c-e7f4b5ce5080 { text-align:center; } .ablocks-block-aa09d165-9dc3-4882-877c-e7f4b5ce5080 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-aa09d165-9dc3-4882-877c-e7f4b5ce5080 .ablocks-button { font-family:Inter; } } .ablocks-block-aa09d165-9dc3-4882-877c-e7f4b5ce5080 .ablocks-button:hover { transition-duration:s; } .ablocks-block-aa09d165-9dc3-4882-877c-e7f4b5ce5080 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-aa09d165-9dc3-4882-877c-e7f4b5ce5080 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-aa09d165-9dc3-4882-877c-e7f4b5ce5080 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-f4dde05a-eb89-48ce-bd7e-77120db4b1fd { justify-content:left; } 
.ablocks-block-564c823b-dcdd-4bda-a7b0-c1a5be12d789 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-564c823b-dcdd-4bda-a7b0-c1a5be12d789 { padding-right:30px;width:100%; } } .ablocks-block-564c823b-dcdd-4bda-a7b0-c1a5be12d789 { text-align:center; } .ablocks-block-564c823b-dcdd-4bda-a7b0-c1a5be12d789 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-564c823b-dcdd-4bda-a7b0-c1a5be12d789 .ablocks-button { font-family:Inter; } } .ablocks-block-564c823b-dcdd-4bda-a7b0-c1a5be12d789 .ablocks-button:hover { transition-duration:s; } .ablocks-block-564c823b-dcdd-4bda-a7b0-c1a5be12d789 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-564c823b-dcdd-4bda-a7b0-c1a5be12d789 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-564c823b-dcdd-4bda-a7b0-c1a5be12d789 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-1a8ddc76-f065-4ce8-aa12-59e3993cdfcf { background:!important; } .ablocks-block-1a8ddc76-f065-4ce8-aa12-59e3993cdfcf:hover { background:!important; } 
.ablocks-block-b22ddab6-0858-4116-81da-51e2a3c765a1 { justify-content:left; } 
.ablocks-block-6106aafb-6ced-4977-9092-15c181906405 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6106aafb-6ced-4977-9092-15c181906405 { text-align:left; } .ablocks-block-6106aafb-6ced-4977-9092-15c181906405 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-6106aafb-6ced-4977-9092-15c181906405 .ablocks-button { font-family:Inter; } } .ablocks-block-6106aafb-6ced-4977-9092-15c181906405 .ablocks-button:hover { transition-duration:s; } .ablocks-block-6106aafb-6ced-4977-9092-15c181906405 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-6106aafb-6ced-4977-9092-15c181906405 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-6106aafb-6ced-4977-9092-15c181906405 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9204fee6-848d-42f6-8b42-da324ff5c548 { justify-content:left; } 
.ablocks-block-89bb3cdf-d893-4de4-b66d-52729ee20ebe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89bb3cdf-d893-4de4-b66d-52729ee20ebe { text-align:center; } .ablocks-block-89bb3cdf-d893-4de4-b66d-52729ee20ebe .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-89bb3cdf-d893-4de4-b66d-52729ee20ebe .ablocks-button { font-family:Inter; } } .ablocks-block-89bb3cdf-d893-4de4-b66d-52729ee20ebe .ablocks-button:hover { transition-duration:s; } .ablocks-block-89bb3cdf-d893-4de4-b66d-52729ee20ebe .ablocks-icon-wrap { font-size:20px; } .ablocks-block-89bb3cdf-d893-4de4-b66d-52729ee20ebe .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-89bb3cdf-d893-4de4-b66d-52729ee20ebe .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-274f885c-b49a-437f-8474-e8c92b11a05d { justify-content:left; } 
.ablocks-block-77a733c0-6c82-4c59-a01f-a8f6f54a96e4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-77a733c0-6c82-4c59-a01f-a8f6f54a96e4 { text-align:center; } .ablocks-block-77a733c0-6c82-4c59-a01f-a8f6f54a96e4 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-77a733c0-6c82-4c59-a01f-a8f6f54a96e4 .ablocks-button { font-family:Inter; } } .ablocks-block-77a733c0-6c82-4c59-a01f-a8f6f54a96e4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-77a733c0-6c82-4c59-a01f-a8f6f54a96e4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-77a733c0-6c82-4c59-a01f-a8f6f54a96e4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-77a733c0-6c82-4c59-a01f-a8f6f54a96e4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-b19cfa9e-ce51-4d13-a47e-e62ecc7b0a89 { justify-content:left; } 
.ablocks-block-b6056786-956f-480a-83bb-2556565f5bca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b6056786-956f-480a-83bb-2556565f5bca { padding-right:30px;width:100%; } } .ablocks-block-b6056786-956f-480a-83bb-2556565f5bca { text-align:center; } .ablocks-block-b6056786-956f-480a-83bb-2556565f5bca .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-b6056786-956f-480a-83bb-2556565f5bca .ablocks-button { font-family:Inter; } } .ablocks-block-b6056786-956f-480a-83bb-2556565f5bca .ablocks-button:hover { transition-duration:s; } .ablocks-block-b6056786-956f-480a-83bb-2556565f5bca .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b6056786-956f-480a-83bb-2556565f5bca .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b6056786-956f-480a-83bb-2556565f5bca .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-eb91b196-440b-4285-983b-61495b762051 { justify-content:left; } 
.ablocks-block-84c58f7f-e9e9-4b23-ab83-13cc42ff0ebd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-84c58f7f-e9e9-4b23-ab83-13cc42ff0ebd { text-align:center; } .ablocks-block-84c58f7f-e9e9-4b23-ab83-13cc42ff0ebd .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-84c58f7f-e9e9-4b23-ab83-13cc42ff0ebd .ablocks-button { font-family:Inter; } } .ablocks-block-84c58f7f-e9e9-4b23-ab83-13cc42ff0ebd .ablocks-button:hover { transition-duration:s; } .ablocks-block-84c58f7f-e9e9-4b23-ab83-13cc42ff0ebd .ablocks-icon-wrap { font-size:20px; } .ablocks-block-84c58f7f-e9e9-4b23-ab83-13cc42ff0ebd .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-84c58f7f-e9e9-4b23-ab83-13cc42ff0ebd .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-9b7b9677-00a3-46bd-9044-459659efb63c { background:!important; } .ablocks-block-9b7b9677-00a3-46bd-9044-459659efb63c:hover { background:!important; } 
.ablocks-block-f7514d66-9758-46f8-839f-920b7aa39667 { justify-content:left; } 
.ablocks-block-cd4f34d1-67ff-4d60-9256-baae3cd671e9 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd4f34d1-67ff-4d60-9256-baae3cd671e9 { text-align:left; } .ablocks-block-cd4f34d1-67ff-4d60-9256-baae3cd671e9 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-cd4f34d1-67ff-4d60-9256-baae3cd671e9 .ablocks-button { font-family:Inter; } } .ablocks-block-cd4f34d1-67ff-4d60-9256-baae3cd671e9 .ablocks-button:hover { transition-duration:s; } .ablocks-block-cd4f34d1-67ff-4d60-9256-baae3cd671e9 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-cd4f34d1-67ff-4d60-9256-baae3cd671e9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-cd4f34d1-67ff-4d60-9256-baae3cd671e9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d942fb62-787a-485b-8bcc-cf1af324c785 { justify-content:left; } 
.ablocks-block-41b646e4-1788-4ea2-afec-b87fb9314e4c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-41b646e4-1788-4ea2-afec-b87fb9314e4c { text-align:center; } .ablocks-block-41b646e4-1788-4ea2-afec-b87fb9314e4c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-41b646e4-1788-4ea2-afec-b87fb9314e4c .ablocks-button { font-family:Inter; } } .ablocks-block-41b646e4-1788-4ea2-afec-b87fb9314e4c .ablocks-button:hover { transition-duration:s; } .ablocks-block-41b646e4-1788-4ea2-afec-b87fb9314e4c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-41b646e4-1788-4ea2-afec-b87fb9314e4c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-41b646e4-1788-4ea2-afec-b87fb9314e4c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-fde6a280-ea93-41cb-8064-2863be82e077 { justify-content:left; } 
.ablocks-block-c2714d68-95f1-40b4-9f41-daa346d87c72 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2714d68-95f1-40b4-9f41-daa346d87c72 { text-align:center; } .ablocks-block-c2714d68-95f1-40b4-9f41-daa346d87c72 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c2714d68-95f1-40b4-9f41-daa346d87c72 .ablocks-button { font-family:Inter; } } .ablocks-block-c2714d68-95f1-40b4-9f41-daa346d87c72 .ablocks-button:hover { transition-duration:s; } .ablocks-block-c2714d68-95f1-40b4-9f41-daa346d87c72 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c2714d68-95f1-40b4-9f41-daa346d87c72 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c2714d68-95f1-40b4-9f41-daa346d87c72 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-38c710fa-d0b7-4d7d-962a-512702266357 { justify-content:left; } 
.ablocks-block-068dd707-aec1-4c9b-a712-c81857b6b874 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-068dd707-aec1-4c9b-a712-c81857b6b874 { text-align:center; } .ablocks-block-068dd707-aec1-4c9b-a712-c81857b6b874 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-068dd707-aec1-4c9b-a712-c81857b6b874 .ablocks-button { font-family:Inter; } } .ablocks-block-068dd707-aec1-4c9b-a712-c81857b6b874 .ablocks-button:hover { transition-duration:s; } .ablocks-block-068dd707-aec1-4c9b-a712-c81857b6b874 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-068dd707-aec1-4c9b-a712-c81857b6b874 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-068dd707-aec1-4c9b-a712-c81857b6b874 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-e801b0b1-b89b-41d9-abbd-988842824014 { justify-content:left; } 
.ablocks-block-7c93ead3-a7b0-42b9-b739-a2e5ff1eb04e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c93ead3-a7b0-42b9-b739-a2e5ff1eb04e { text-align:center; } .ablocks-block-7c93ead3-a7b0-42b9-b739-a2e5ff1eb04e .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7c93ead3-a7b0-42b9-b739-a2e5ff1eb04e .ablocks-button { font-family:Inter; } } .ablocks-block-7c93ead3-a7b0-42b9-b739-a2e5ff1eb04e .ablocks-button:hover { transition-duration:s; } .ablocks-block-7c93ead3-a7b0-42b9-b739-a2e5ff1eb04e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7c93ead3-a7b0-42b9-b739-a2e5ff1eb04e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-7c93ead3-a7b0-42b9-b739-a2e5ff1eb04e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-00f86ef1-5a35-4a5a-a747-5c9ba82beffa { background:!important; } .ablocks-block-00f86ef1-5a35-4a5a-a747-5c9ba82beffa:hover { background:!important; } 
.ablocks-block-6d044b55-f42c-4223-a29a-a25a5f0ed12b { justify-content:left; } 
.ablocks-block-928b03f0-6756-4713-b96d-6511170b0cd8 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-928b03f0-6756-4713-b96d-6511170b0cd8 { text-align:left; } .ablocks-block-928b03f0-6756-4713-b96d-6511170b0cd8 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-928b03f0-6756-4713-b96d-6511170b0cd8 .ablocks-button { font-family:Inter; } } .ablocks-block-928b03f0-6756-4713-b96d-6511170b0cd8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-928b03f0-6756-4713-b96d-6511170b0cd8 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-928b03f0-6756-4713-b96d-6511170b0cd8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-928b03f0-6756-4713-b96d-6511170b0cd8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-89c83ae0-3169-4bc8-a2fa-fcacf2ea3177 { justify-content:left; } 
.ablocks-block-5a09a500-bd1b-42ff-b1d6-daafb08979e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5a09a500-bd1b-42ff-b1d6-daafb08979e7 { text-align:center; } .ablocks-block-5a09a500-bd1b-42ff-b1d6-daafb08979e7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5a09a500-bd1b-42ff-b1d6-daafb08979e7 .ablocks-button { font-family:Inter; } } .ablocks-block-5a09a500-bd1b-42ff-b1d6-daafb08979e7 .ablocks-button:hover { transition-duration:s; } .ablocks-block-5a09a500-bd1b-42ff-b1d6-daafb08979e7 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5a09a500-bd1b-42ff-b1d6-daafb08979e7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5a09a500-bd1b-42ff-b1d6-daafb08979e7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-355c7319-97a4-4533-a06f-2074951a2f63 { justify-content:left; } 
.ablocks-block-2efa5662-83ff-4d0a-9aca-84c85337fb5c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-2efa5662-83ff-4d0a-9aca-84c85337fb5c { padding-right:30px;width:100%; } } .ablocks-block-2efa5662-83ff-4d0a-9aca-84c85337fb5c { text-align:center; } .ablocks-block-2efa5662-83ff-4d0a-9aca-84c85337fb5c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-2efa5662-83ff-4d0a-9aca-84c85337fb5c .ablocks-button { font-family:Inter; } } .ablocks-block-2efa5662-83ff-4d0a-9aca-84c85337fb5c .ablocks-button:hover { transition-duration:s; } .ablocks-block-2efa5662-83ff-4d0a-9aca-84c85337fb5c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2efa5662-83ff-4d0a-9aca-84c85337fb5c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2efa5662-83ff-4d0a-9aca-84c85337fb5c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-685b26db-87e5-4ddf-84f7-5d6ece7d2250 { justify-content:left; } 
.ablocks-block-a0e5b594-c110-4a01-b8a1-48ddd1710085 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a0e5b594-c110-4a01-b8a1-48ddd1710085 { padding-right:30px;width:100%; } } .ablocks-block-a0e5b594-c110-4a01-b8a1-48ddd1710085 { text-align:center; } .ablocks-block-a0e5b594-c110-4a01-b8a1-48ddd1710085 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-a0e5b594-c110-4a01-b8a1-48ddd1710085 .ablocks-button { font-family:Inter; } } .ablocks-block-a0e5b594-c110-4a01-b8a1-48ddd1710085 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a0e5b594-c110-4a01-b8a1-48ddd1710085 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a0e5b594-c110-4a01-b8a1-48ddd1710085 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a0e5b594-c110-4a01-b8a1-48ddd1710085 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-f7c6230e-cecb-457f-9ab5-244ad220bb91 { justify-content:left; } 
.ablocks-block-f2105e58-5a95-4cca-abf6-26f71bb27ade { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f2105e58-5a95-4cca-abf6-26f71bb27ade { padding-right:30px;width:100%; } } .ablocks-block-f2105e58-5a95-4cca-abf6-26f71bb27ade { text-align:center; } .ablocks-block-f2105e58-5a95-4cca-abf6-26f71bb27ade .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-f2105e58-5a95-4cca-abf6-26f71bb27ade .ablocks-button { font-family:Inter; } } .ablocks-block-f2105e58-5a95-4cca-abf6-26f71bb27ade .ablocks-button:hover { transition-duration:s; } .ablocks-block-f2105e58-5a95-4cca-abf6-26f71bb27ade .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f2105e58-5a95-4cca-abf6-26f71bb27ade .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f2105e58-5a95-4cca-abf6-26f71bb27ade .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-fe8750f2-c897-463f-a8d5-65768f3d9eff { background:!important; } .ablocks-block-fe8750f2-c897-463f-a8d5-65768f3d9eff:hover { background:!important; } 
.ablocks-block-25928c16-9a07-40f4-8eeb-76480f47e8c6 { justify-content:left; } 
.ablocks-block-93882953-9e52-42d5-9e1a-997116e6943a { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93882953-9e52-42d5-9e1a-997116e6943a { text-align:left; } .ablocks-block-93882953-9e52-42d5-9e1a-997116e6943a .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-93882953-9e52-42d5-9e1a-997116e6943a .ablocks-button { font-family:Inter; } } .ablocks-block-93882953-9e52-42d5-9e1a-997116e6943a .ablocks-button:hover { transition-duration:s; } .ablocks-block-93882953-9e52-42d5-9e1a-997116e6943a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-93882953-9e52-42d5-9e1a-997116e6943a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-93882953-9e52-42d5-9e1a-997116e6943a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c1e90b5d-7dd6-4939-9b89-291a10eb4ebb { justify-content:left; } 
.ablocks-block-c0c58478-f842-4578-968c-af6456f137d5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c0c58478-f842-4578-968c-af6456f137d5 { text-align:center; } .ablocks-block-c0c58478-f842-4578-968c-af6456f137d5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c0c58478-f842-4578-968c-af6456f137d5 .ablocks-button { font-family:Inter; } } .ablocks-block-c0c58478-f842-4578-968c-af6456f137d5 .ablocks-button:hover { transition-duration:s; } .ablocks-block-c0c58478-f842-4578-968c-af6456f137d5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c0c58478-f842-4578-968c-af6456f137d5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c0c58478-f842-4578-968c-af6456f137d5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-b2af0617-68cf-40ad-ab73-114da082d98c { justify-content:left; } 
.ablocks-block-bab1f866-f6b5-45c9-b3f4-740f6c9e1816 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bab1f866-f6b5-45c9-b3f4-740f6c9e1816 { padding-right:30px;width:100%; } } .ablocks-block-bab1f866-f6b5-45c9-b3f4-740f6c9e1816 { text-align:center; } .ablocks-block-bab1f866-f6b5-45c9-b3f4-740f6c9e1816 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-bab1f866-f6b5-45c9-b3f4-740f6c9e1816 .ablocks-button { font-family:Inter; } } .ablocks-block-bab1f866-f6b5-45c9-b3f4-740f6c9e1816 .ablocks-button:hover { transition-duration:s; } .ablocks-block-bab1f866-f6b5-45c9-b3f4-740f6c9e1816 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-bab1f866-f6b5-45c9-b3f4-740f6c9e1816 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-bab1f866-f6b5-45c9-b3f4-740f6c9e1816 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-cc201d7a-4fc3-43b5-bd66-77930f5263ef { justify-content:left; } 
.ablocks-block-de38b8b0-823e-4098-885f-060a854d927e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-de38b8b0-823e-4098-885f-060a854d927e { padding-right:30px;width:100%; } } .ablocks-block-de38b8b0-823e-4098-885f-060a854d927e { text-align:center; } .ablocks-block-de38b8b0-823e-4098-885f-060a854d927e .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-de38b8b0-823e-4098-885f-060a854d927e .ablocks-button { font-family:Inter; } } .ablocks-block-de38b8b0-823e-4098-885f-060a854d927e .ablocks-button:hover { transition-duration:s; } .ablocks-block-de38b8b0-823e-4098-885f-060a854d927e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-de38b8b0-823e-4098-885f-060a854d927e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-de38b8b0-823e-4098-885f-060a854d927e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-5dc39429-0a28-44a5-9d78-b765d318dca3 { justify-content:left; } 
.ablocks-block-a26fd66e-0b5b-44f6-8c78-b759c136e693 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a26fd66e-0b5b-44f6-8c78-b759c136e693 { padding-right:30px;width:100%; } } .ablocks-block-a26fd66e-0b5b-44f6-8c78-b759c136e693 { text-align:center; } .ablocks-block-a26fd66e-0b5b-44f6-8c78-b759c136e693 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-a26fd66e-0b5b-44f6-8c78-b759c136e693 .ablocks-button { font-family:Inter; } } .ablocks-block-a26fd66e-0b5b-44f6-8c78-b759c136e693 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a26fd66e-0b5b-44f6-8c78-b759c136e693 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a26fd66e-0b5b-44f6-8c78-b759c136e693 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a26fd66e-0b5b-44f6-8c78-b759c136e693 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-de8df407-afcc-4fca-817f-bfba7cf28047 { background:!important; } .ablocks-block-de8df407-afcc-4fca-817f-bfba7cf28047:hover { background:!important; } 
.ablocks-block-33b22b96-7853-4dbc-a96a-ce9f8c7da714 { justify-content:left; } 
.ablocks-block-d799537a-b87d-4f82-a179-54e8fb075615 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d799537a-b87d-4f82-a179-54e8fb075615 { text-align:left; } .ablocks-block-d799537a-b87d-4f82-a179-54e8fb075615 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-d799537a-b87d-4f82-a179-54e8fb075615 .ablocks-button { font-family:Inter; } } .ablocks-block-d799537a-b87d-4f82-a179-54e8fb075615 .ablocks-button:hover { transition-duration:s; } .ablocks-block-d799537a-b87d-4f82-a179-54e8fb075615 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d799537a-b87d-4f82-a179-54e8fb075615 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-d799537a-b87d-4f82-a179-54e8fb075615 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-702c7908-2724-4249-b00c-ccd5d7ccebb6 { justify-content:left; } 
.ablocks-block-08d670e4-cd01-483b-a31d-cdca59f25275 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08d670e4-cd01-483b-a31d-cdca59f25275 { text-align:center; } .ablocks-block-08d670e4-cd01-483b-a31d-cdca59f25275 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-08d670e4-cd01-483b-a31d-cdca59f25275 .ablocks-button { font-family:Inter; } } .ablocks-block-08d670e4-cd01-483b-a31d-cdca59f25275 .ablocks-button:hover { transition-duration:s; } .ablocks-block-08d670e4-cd01-483b-a31d-cdca59f25275 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-08d670e4-cd01-483b-a31d-cdca59f25275 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-08d670e4-cd01-483b-a31d-cdca59f25275 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-9d2b5f76-0bba-4918-991c-fa184067ee1c { justify-content:left; } 
.ablocks-block-8b0b162f-77e4-4711-98a5-8c6ce85181ba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8b0b162f-77e4-4711-98a5-8c6ce85181ba { padding-right:30px;width:100%; } } .ablocks-block-8b0b162f-77e4-4711-98a5-8c6ce85181ba { text-align:center; } .ablocks-block-8b0b162f-77e4-4711-98a5-8c6ce85181ba .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-8b0b162f-77e4-4711-98a5-8c6ce85181ba .ablocks-button { font-family:Inter; } } .ablocks-block-8b0b162f-77e4-4711-98a5-8c6ce85181ba .ablocks-button:hover { transition-duration:s; } .ablocks-block-8b0b162f-77e4-4711-98a5-8c6ce85181ba .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8b0b162f-77e4-4711-98a5-8c6ce85181ba .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8b0b162f-77e4-4711-98a5-8c6ce85181ba .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-10639e82-810e-4f2c-948f-97463f9b3713 { justify-content:left; } 
.ablocks-block-4e3cc95f-160f-420d-8377-892e458ebe10 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-4e3cc95f-160f-420d-8377-892e458ebe10 { padding-right:30px;width:100%; } } .ablocks-block-4e3cc95f-160f-420d-8377-892e458ebe10 { text-align:center; } .ablocks-block-4e3cc95f-160f-420d-8377-892e458ebe10 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-4e3cc95f-160f-420d-8377-892e458ebe10 .ablocks-button { font-family:Inter; } } .ablocks-block-4e3cc95f-160f-420d-8377-892e458ebe10 .ablocks-button:hover { transition-duration:s; } .ablocks-block-4e3cc95f-160f-420d-8377-892e458ebe10 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4e3cc95f-160f-420d-8377-892e458ebe10 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4e3cc95f-160f-420d-8377-892e458ebe10 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-d7a313a4-7b54-442d-bc44-91410b86b157 { justify-content:left; } 
.ablocks-block-01be7b7e-852f-49e9-a4ad-a4eecda5ebdc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-01be7b7e-852f-49e9-a4ad-a4eecda5ebdc { padding-right:30px;width:100%; } } .ablocks-block-01be7b7e-852f-49e9-a4ad-a4eecda5ebdc { text-align:center; } .ablocks-block-01be7b7e-852f-49e9-a4ad-a4eecda5ebdc .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-01be7b7e-852f-49e9-a4ad-a4eecda5ebdc .ablocks-button { font-family:Inter; } } .ablocks-block-01be7b7e-852f-49e9-a4ad-a4eecda5ebdc .ablocks-button:hover { transition-duration:s; } .ablocks-block-01be7b7e-852f-49e9-a4ad-a4eecda5ebdc .ablocks-icon-wrap { font-size:20px; } .ablocks-block-01be7b7e-852f-49e9-a4ad-a4eecda5ebdc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-01be7b7e-852f-49e9-a4ad-a4eecda5ebdc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-0b1431ee-f32a-4159-a72d-ce19f5f52af3 { background:!important; } .ablocks-block-0b1431ee-f32a-4159-a72d-ce19f5f52af3:hover { background:!important; } 
.ablocks-block-8d6a20aa-fbce-467b-bb58-b191d3ef2e0f { justify-content:left; } 
.ablocks-block-e38de289-acba-4ecd-92f5-ee75c10ea4e7 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e38de289-acba-4ecd-92f5-ee75c10ea4e7 { text-align:left; } .ablocks-block-e38de289-acba-4ecd-92f5-ee75c10ea4e7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-e38de289-acba-4ecd-92f5-ee75c10ea4e7 .ablocks-button { font-family:Inter; } } .ablocks-block-e38de289-acba-4ecd-92f5-ee75c10ea4e7 .ablocks-button:hover { transition-duration:s; } .ablocks-block-e38de289-acba-4ecd-92f5-ee75c10ea4e7 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e38de289-acba-4ecd-92f5-ee75c10ea4e7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-e38de289-acba-4ecd-92f5-ee75c10ea4e7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d502850d-ecb4-4e1f-aff3-68b383b11195 { justify-content:left; } 
.ablocks-block-d9f52f3d-5baf-4e92-8e14-2c1d7cdb9dc5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d9f52f3d-5baf-4e92-8e14-2c1d7cdb9dc5 { text-align:center; } .ablocks-block-d9f52f3d-5baf-4e92-8e14-2c1d7cdb9dc5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-d9f52f3d-5baf-4e92-8e14-2c1d7cdb9dc5 .ablocks-button { font-family:Inter; } } .ablocks-block-d9f52f3d-5baf-4e92-8e14-2c1d7cdb9dc5 .ablocks-button:hover { transition-duration:s; } .ablocks-block-d9f52f3d-5baf-4e92-8e14-2c1d7cdb9dc5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d9f52f3d-5baf-4e92-8e14-2c1d7cdb9dc5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d9f52f3d-5baf-4e92-8e14-2c1d7cdb9dc5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-fea3c138-bf08-4f52-ac47-f4248486efb4 { justify-content:left; } 
.ablocks-block-f47016c0-2daf-423f-b844-065e714fb532 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f47016c0-2daf-423f-b844-065e714fb532 { text-align:center; } .ablocks-block-f47016c0-2daf-423f-b844-065e714fb532 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-f47016c0-2daf-423f-b844-065e714fb532 .ablocks-button { font-family:Inter; } } .ablocks-block-f47016c0-2daf-423f-b844-065e714fb532 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f47016c0-2daf-423f-b844-065e714fb532 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f47016c0-2daf-423f-b844-065e714fb532 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f47016c0-2daf-423f-b844-065e714fb532 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-d8d6e26f-aafb-42c8-b235-b4282d4e33be { justify-content:left; } 
.ablocks-block-a802813f-9f55-4846-bfb6-af2f21a0bb65 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a802813f-9f55-4846-bfb6-af2f21a0bb65 { padding-right:30px;width:100%; } } .ablocks-block-a802813f-9f55-4846-bfb6-af2f21a0bb65 { text-align:center; } .ablocks-block-a802813f-9f55-4846-bfb6-af2f21a0bb65 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-a802813f-9f55-4846-bfb6-af2f21a0bb65 .ablocks-button { font-family:Inter; } } .ablocks-block-a802813f-9f55-4846-bfb6-af2f21a0bb65 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a802813f-9f55-4846-bfb6-af2f21a0bb65 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a802813f-9f55-4846-bfb6-af2f21a0bb65 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a802813f-9f55-4846-bfb6-af2f21a0bb65 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-f5502dd1-6d9a-44f7-817c-169932e0b649 { justify-content:left; } 
.ablocks-block-245fe3d2-3c14-4ef0-95a7-2be66169236c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-245fe3d2-3c14-4ef0-95a7-2be66169236c { padding-right:30px;width:100%; } } .ablocks-block-245fe3d2-3c14-4ef0-95a7-2be66169236c { text-align:center; } .ablocks-block-245fe3d2-3c14-4ef0-95a7-2be66169236c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-245fe3d2-3c14-4ef0-95a7-2be66169236c .ablocks-button { font-family:Inter; } } .ablocks-block-245fe3d2-3c14-4ef0-95a7-2be66169236c .ablocks-button:hover { transition-duration:s; } .ablocks-block-245fe3d2-3c14-4ef0-95a7-2be66169236c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-245fe3d2-3c14-4ef0-95a7-2be66169236c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-245fe3d2-3c14-4ef0-95a7-2be66169236c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-3a6ffbee-43ea-42dc-b48f-2ecceb5e7596 { background:!important; } .ablocks-block-3a6ffbee-43ea-42dc-b48f-2ecceb5e7596:hover { background:!important; } 
.ablocks-block-304b3e1d-a5f2-4549-913d-9353c371e455 { justify-content:left; } 
.ablocks-block-2c5cce32-5181-4c00-961d-4ef95f666cd8 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c5cce32-5181-4c00-961d-4ef95f666cd8 { text-align:left; } .ablocks-block-2c5cce32-5181-4c00-961d-4ef95f666cd8 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-2c5cce32-5181-4c00-961d-4ef95f666cd8 .ablocks-button { font-family:Inter; } } .ablocks-block-2c5cce32-5181-4c00-961d-4ef95f666cd8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-2c5cce32-5181-4c00-961d-4ef95f666cd8 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2c5cce32-5181-4c00-961d-4ef95f666cd8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-2c5cce32-5181-4c00-961d-4ef95f666cd8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-8d180471-18f3-4b09-b3e6-ebb41c577a41 { justify-content:left; } 
.ablocks-block-4b8fd4b0-e7fe-4f34-9ef1-831775b53ea5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b8fd4b0-e7fe-4f34-9ef1-831775b53ea5 { text-align:center; } .ablocks-block-4b8fd4b0-e7fe-4f34-9ef1-831775b53ea5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-4b8fd4b0-e7fe-4f34-9ef1-831775b53ea5 .ablocks-button { font-family:Inter; } } .ablocks-block-4b8fd4b0-e7fe-4f34-9ef1-831775b53ea5 .ablocks-button:hover { transition-duration:s; } .ablocks-block-4b8fd4b0-e7fe-4f34-9ef1-831775b53ea5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4b8fd4b0-e7fe-4f34-9ef1-831775b53ea5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4b8fd4b0-e7fe-4f34-9ef1-831775b53ea5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-eac531e6-fa62-4b78-b092-a54de4b3594c { justify-content:left; } 
.ablocks-block-46ed707d-c6ba-42df-8654-16f0a577d62b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46ed707d-c6ba-42df-8654-16f0a577d62b { text-align:center; } .ablocks-block-46ed707d-c6ba-42df-8654-16f0a577d62b .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-46ed707d-c6ba-42df-8654-16f0a577d62b .ablocks-button { font-family:Inter; } } .ablocks-block-46ed707d-c6ba-42df-8654-16f0a577d62b .ablocks-button:hover { transition-duration:s; } .ablocks-block-46ed707d-c6ba-42df-8654-16f0a577d62b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-46ed707d-c6ba-42df-8654-16f0a577d62b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-46ed707d-c6ba-42df-8654-16f0a577d62b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-ea2d3625-dfc5-4541-a3cd-7aa0fa0ceddb { justify-content:left; } 
.ablocks-block-5368466d-c031-4284-b388-ff71937c0479 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-5368466d-c031-4284-b388-ff71937c0479 { padding-right:30px;width:100%; } } .ablocks-block-5368466d-c031-4284-b388-ff71937c0479 { text-align:center; } .ablocks-block-5368466d-c031-4284-b388-ff71937c0479 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-5368466d-c031-4284-b388-ff71937c0479 .ablocks-button { font-family:Inter; } } .ablocks-block-5368466d-c031-4284-b388-ff71937c0479 .ablocks-button:hover { transition-duration:s; } .ablocks-block-5368466d-c031-4284-b388-ff71937c0479 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5368466d-c031-4284-b388-ff71937c0479 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5368466d-c031-4284-b388-ff71937c0479 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-f114ef95-c71b-470b-90d1-a00e7fdd26b7 { justify-content:left; } 
.ablocks-block-c687bf72-c548-4745-9bd8-da4639900560 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c687bf72-c548-4745-9bd8-da4639900560 { padding-right:30px;width:100%; } } .ablocks-block-c687bf72-c548-4745-9bd8-da4639900560 { text-align:center; } .ablocks-block-c687bf72-c548-4745-9bd8-da4639900560 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-c687bf72-c548-4745-9bd8-da4639900560 .ablocks-button { font-family:Inter; } } .ablocks-block-c687bf72-c548-4745-9bd8-da4639900560 .ablocks-button:hover { transition-duration:s; } .ablocks-block-c687bf72-c548-4745-9bd8-da4639900560 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c687bf72-c548-4745-9bd8-da4639900560 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c687bf72-c548-4745-9bd8-da4639900560 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-7bc98321-f7ad-4935-a1fb-61b2a79c6a88 { background:!important; } .ablocks-block-7bc98321-f7ad-4935-a1fb-61b2a79c6a88:hover { background:!important; } 
.ablocks-block-4fb13836-43b8-4d4a-8b53-fa8c2c8607c8 { justify-content:left; } 
.ablocks-block-c1d1ad17-8c54-4bf8-afa4-52e46af75c80 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c1d1ad17-8c54-4bf8-afa4-52e46af75c80 { text-align:left; } .ablocks-block-c1d1ad17-8c54-4bf8-afa4-52e46af75c80 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-c1d1ad17-8c54-4bf8-afa4-52e46af75c80 .ablocks-button { font-family:Inter; } } .ablocks-block-c1d1ad17-8c54-4bf8-afa4-52e46af75c80 .ablocks-button:hover { transition-duration:s; } .ablocks-block-c1d1ad17-8c54-4bf8-afa4-52e46af75c80 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c1d1ad17-8c54-4bf8-afa4-52e46af75c80 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-c1d1ad17-8c54-4bf8-afa4-52e46af75c80 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bdce3028-7141-4d7d-8417-70e05d629771 { justify-content:left; } 
.ablocks-block-e3fae8dd-04b0-49ce-b2da-bcb6395a829b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e3fae8dd-04b0-49ce-b2da-bcb6395a829b { text-align:center; } .ablocks-block-e3fae8dd-04b0-49ce-b2da-bcb6395a829b .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e3fae8dd-04b0-49ce-b2da-bcb6395a829b .ablocks-button { font-family:Inter; } } .ablocks-block-e3fae8dd-04b0-49ce-b2da-bcb6395a829b .ablocks-button:hover { transition-duration:s; } .ablocks-block-e3fae8dd-04b0-49ce-b2da-bcb6395a829b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e3fae8dd-04b0-49ce-b2da-bcb6395a829b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e3fae8dd-04b0-49ce-b2da-bcb6395a829b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-2c9d3fe6-b27d-4c33-aaff-3c1f0d50d0c4 { justify-content:left; } 
.ablocks-block-2632ec91-8e94-498d-accc-414a4086ab51 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2632ec91-8e94-498d-accc-414a4086ab51 { text-align:center; } .ablocks-block-2632ec91-8e94-498d-accc-414a4086ab51 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-2632ec91-8e94-498d-accc-414a4086ab51 .ablocks-button { font-family:Inter; } } .ablocks-block-2632ec91-8e94-498d-accc-414a4086ab51 .ablocks-button:hover { transition-duration:s; } .ablocks-block-2632ec91-8e94-498d-accc-414a4086ab51 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2632ec91-8e94-498d-accc-414a4086ab51 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2632ec91-8e94-498d-accc-414a4086ab51 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-683ae1e5-2e77-47fd-b260-d9a62981acc7 { justify-content:left; } 
.ablocks-block-47265ea8-2a13-4eb6-94fc-1ad61a78a3f0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-47265ea8-2a13-4eb6-94fc-1ad61a78a3f0 { text-align:center; } .ablocks-block-47265ea8-2a13-4eb6-94fc-1ad61a78a3f0 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-47265ea8-2a13-4eb6-94fc-1ad61a78a3f0 .ablocks-button { font-family:Inter; } } .ablocks-block-47265ea8-2a13-4eb6-94fc-1ad61a78a3f0 .ablocks-button:hover { transition-duration:s; } .ablocks-block-47265ea8-2a13-4eb6-94fc-1ad61a78a3f0 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-47265ea8-2a13-4eb6-94fc-1ad61a78a3f0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-47265ea8-2a13-4eb6-94fc-1ad61a78a3f0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-e25389c5-0d35-4c7a-b6bb-9042b68800a1 { justify-content:left; } 
.ablocks-block-516191d8-5214-433e-8531-3ecf73cbefc8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-516191d8-5214-433e-8531-3ecf73cbefc8 { text-align:center; } .ablocks-block-516191d8-5214-433e-8531-3ecf73cbefc8 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-516191d8-5214-433e-8531-3ecf73cbefc8 .ablocks-button { font-family:Inter; } } .ablocks-block-516191d8-5214-433e-8531-3ecf73cbefc8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-516191d8-5214-433e-8531-3ecf73cbefc8 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-516191d8-5214-433e-8531-3ecf73cbefc8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-516191d8-5214-433e-8531-3ecf73cbefc8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-0e04af16-2c6f-4eb0-8cfa-3c0ad27ce521 { background:!important; } .ablocks-block-0e04af16-2c6f-4eb0-8cfa-3c0ad27ce521:hover { background:!important; } 
.ablocks-block-9464d002-e2e1-4e71-bc65-b4eb179f1932 { justify-content:left; } 
.ablocks-block-0bf116d2-0b74-4bd3-aa6b-58eb4bad6680 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0bf116d2-0b74-4bd3-aa6b-58eb4bad6680 { text-align:left; } .ablocks-block-0bf116d2-0b74-4bd3-aa6b-58eb4bad6680 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-0bf116d2-0b74-4bd3-aa6b-58eb4bad6680 .ablocks-button { font-family:Inter; } } .ablocks-block-0bf116d2-0b74-4bd3-aa6b-58eb4bad6680 .ablocks-button:hover { transition-duration:s; } .ablocks-block-0bf116d2-0b74-4bd3-aa6b-58eb4bad6680 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0bf116d2-0b74-4bd3-aa6b-58eb4bad6680 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-0bf116d2-0b74-4bd3-aa6b-58eb4bad6680 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0dae8aff-b05e-4b73-9523-babafbb0df82 { justify-content:left; } 
.ablocks-block-79462bab-a1b9-4bf4-aebd-037827eba9cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-79462bab-a1b9-4bf4-aebd-037827eba9cb { text-align:center; } .ablocks-block-79462bab-a1b9-4bf4-aebd-037827eba9cb .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-79462bab-a1b9-4bf4-aebd-037827eba9cb .ablocks-button { font-family:Inter; } } .ablocks-block-79462bab-a1b9-4bf4-aebd-037827eba9cb .ablocks-button:hover { transition-duration:s; } .ablocks-block-79462bab-a1b9-4bf4-aebd-037827eba9cb .ablocks-icon-wrap { font-size:20px; } .ablocks-block-79462bab-a1b9-4bf4-aebd-037827eba9cb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-79462bab-a1b9-4bf4-aebd-037827eba9cb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-a5d483d6-1cee-46b8-8a81-1242e8360369 { justify-content:left; } 
.ablocks-block-1ef77a52-808a-4d99-8153-d8e83ef68047 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ef77a52-808a-4d99-8153-d8e83ef68047 { text-align:center; } .ablocks-block-1ef77a52-808a-4d99-8153-d8e83ef68047 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1ef77a52-808a-4d99-8153-d8e83ef68047 .ablocks-button { font-family:Inter; } } .ablocks-block-1ef77a52-808a-4d99-8153-d8e83ef68047 .ablocks-button:hover { transition-duration:s; } .ablocks-block-1ef77a52-808a-4d99-8153-d8e83ef68047 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1ef77a52-808a-4d99-8153-d8e83ef68047 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1ef77a52-808a-4d99-8153-d8e83ef68047 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-4e6b1979-c72d-4fb9-96ef-609ded3fe4ed { justify-content:left; } 
.ablocks-block-2f18130b-1735-45c7-9238-9f7a4329014f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f18130b-1735-45c7-9238-9f7a4329014f { text-align:center; } .ablocks-block-2f18130b-1735-45c7-9238-9f7a4329014f .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-2f18130b-1735-45c7-9238-9f7a4329014f .ablocks-button { font-family:Inter; } } .ablocks-block-2f18130b-1735-45c7-9238-9f7a4329014f .ablocks-button:hover { transition-duration:s; } .ablocks-block-2f18130b-1735-45c7-9238-9f7a4329014f .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2f18130b-1735-45c7-9238-9f7a4329014f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2f18130b-1735-45c7-9238-9f7a4329014f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-1f873957-8554-4621-9f61-0fb58e616078 { justify-content:left; } 
.ablocks-block-e1547966-f8af-49d9-923f-7c93ff52c114 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1547966-f8af-49d9-923f-7c93ff52c114 { text-align:center; } .ablocks-block-e1547966-f8af-49d9-923f-7c93ff52c114 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e1547966-f8af-49d9-923f-7c93ff52c114 .ablocks-button { font-family:Inter; } } .ablocks-block-e1547966-f8af-49d9-923f-7c93ff52c114 .ablocks-button:hover { transition-duration:s; } .ablocks-block-e1547966-f8af-49d9-923f-7c93ff52c114 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e1547966-f8af-49d9-923f-7c93ff52c114 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e1547966-f8af-49d9-923f-7c93ff52c114 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-1dc8cc8f-3edd-444b-bde9-105f89f331ab { background:!important; } .ablocks-block-1dc8cc8f-3edd-444b-bde9-105f89f331ab:hover { background:!important; } 
.ablocks-block-312fb356-327e-411f-afec-40ebe5746413 { justify-content:left; } 
.ablocks-block-52d64164-6bba-40f3-8f0e-3d2d949f4fb1 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-52d64164-6bba-40f3-8f0e-3d2d949f4fb1 { text-align:left; } .ablocks-block-52d64164-6bba-40f3-8f0e-3d2d949f4fb1 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-52d64164-6bba-40f3-8f0e-3d2d949f4fb1 .ablocks-button { font-family:Inter; } } .ablocks-block-52d64164-6bba-40f3-8f0e-3d2d949f4fb1 .ablocks-button:hover { transition-duration:s; } .ablocks-block-52d64164-6bba-40f3-8f0e-3d2d949f4fb1 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-52d64164-6bba-40f3-8f0e-3d2d949f4fb1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-52d64164-6bba-40f3-8f0e-3d2d949f4fb1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5fc6620c-8517-4306-b74e-4d9e20824a4c { justify-content:left; } 
.ablocks-block-88c61f41-d699-480d-860e-e2c70038b9f4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88c61f41-d699-480d-860e-e2c70038b9f4 { text-align:center; } .ablocks-block-88c61f41-d699-480d-860e-e2c70038b9f4 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-88c61f41-d699-480d-860e-e2c70038b9f4 .ablocks-button { font-family:Inter; } } .ablocks-block-88c61f41-d699-480d-860e-e2c70038b9f4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-88c61f41-d699-480d-860e-e2c70038b9f4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-88c61f41-d699-480d-860e-e2c70038b9f4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-88c61f41-d699-480d-860e-e2c70038b9f4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-4d71481d-f13d-4a04-a47f-4940e8056a90 { justify-content:left; } 
.ablocks-block-07b2de40-cf21-4fdd-a80e-90a408c0d887 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-07b2de40-cf21-4fdd-a80e-90a408c0d887 { padding-right:30px;width:100%; } } .ablocks-block-07b2de40-cf21-4fdd-a80e-90a408c0d887 { text-align:center; } .ablocks-block-07b2de40-cf21-4fdd-a80e-90a408c0d887 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-07b2de40-cf21-4fdd-a80e-90a408c0d887 .ablocks-button { font-family:Inter; } } .ablocks-block-07b2de40-cf21-4fdd-a80e-90a408c0d887 .ablocks-button:hover { transition-duration:s; } .ablocks-block-07b2de40-cf21-4fdd-a80e-90a408c0d887 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-07b2de40-cf21-4fdd-a80e-90a408c0d887 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-07b2de40-cf21-4fdd-a80e-90a408c0d887 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-ec113a94-d01d-497a-8097-afc0f03718ad { justify-content:left; } 
.ablocks-block-60dd9650-10eb-4920-b6ad-184be0a02457 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-60dd9650-10eb-4920-b6ad-184be0a02457 { text-align:center; } .ablocks-block-60dd9650-10eb-4920-b6ad-184be0a02457 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-60dd9650-10eb-4920-b6ad-184be0a02457 .ablocks-button { font-family:Inter; } } .ablocks-block-60dd9650-10eb-4920-b6ad-184be0a02457 .ablocks-button:hover { transition-duration:s; } .ablocks-block-60dd9650-10eb-4920-b6ad-184be0a02457 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-60dd9650-10eb-4920-b6ad-184be0a02457 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-60dd9650-10eb-4920-b6ad-184be0a02457 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-23e8955b-8176-4ce2-9be9-ada49099c8eb { justify-content:left; } 
.ablocks-block-0f00cc9e-038f-454e-9c9e-2752c93fd1e9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0f00cc9e-038f-454e-9c9e-2752c93fd1e9 { padding-right:30px;width:100%; } } .ablocks-block-0f00cc9e-038f-454e-9c9e-2752c93fd1e9 { text-align:center; } .ablocks-block-0f00cc9e-038f-454e-9c9e-2752c93fd1e9 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-0f00cc9e-038f-454e-9c9e-2752c93fd1e9 .ablocks-button { font-family:Inter; } } .ablocks-block-0f00cc9e-038f-454e-9c9e-2752c93fd1e9 .ablocks-button:hover { transition-duration:s; } .ablocks-block-0f00cc9e-038f-454e-9c9e-2752c93fd1e9 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0f00cc9e-038f-454e-9c9e-2752c93fd1e9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0f00cc9e-038f-454e-9c9e-2752c93fd1e9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-7c0d9bab-afa9-4ad5-b7f7-76e33e9ca1ef { background:!important; } .ablocks-block-7c0d9bab-afa9-4ad5-b7f7-76e33e9ca1ef:hover { background:!important; } 
.ablocks-block-19788374-7812-42d8-975e-f92ea6a64cc9 { justify-content:left; } 
.ablocks-block-ba5c9bc9-3249-45d4-bcee-e2c553fba3b6 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba5c9bc9-3249-45d4-bcee-e2c553fba3b6 { text-align:left; } .ablocks-block-ba5c9bc9-3249-45d4-bcee-e2c553fba3b6 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-ba5c9bc9-3249-45d4-bcee-e2c553fba3b6 .ablocks-button { font-family:Inter; } } .ablocks-block-ba5c9bc9-3249-45d4-bcee-e2c553fba3b6 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ba5c9bc9-3249-45d4-bcee-e2c553fba3b6 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-ba5c9bc9-3249-45d4-bcee-e2c553fba3b6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-ba5c9bc9-3249-45d4-bcee-e2c553fba3b6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-810d659c-2950-4006-938e-da50a53eb925 { justify-content:left; } 
.ablocks-block-d091817f-27d6-4080-9808-e2ec93c42bc7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d091817f-27d6-4080-9808-e2ec93c42bc7 { text-align:center; } .ablocks-block-d091817f-27d6-4080-9808-e2ec93c42bc7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-d091817f-27d6-4080-9808-e2ec93c42bc7 .ablocks-button { font-family:Inter; } } .ablocks-block-d091817f-27d6-4080-9808-e2ec93c42bc7 .ablocks-button:hover { transition-duration:s; } .ablocks-block-d091817f-27d6-4080-9808-e2ec93c42bc7 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d091817f-27d6-4080-9808-e2ec93c42bc7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d091817f-27d6-4080-9808-e2ec93c42bc7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-41cc0c8a-6979-4c05-bfe2-676cdfae16fb { justify-content:left; } 
.ablocks-block-ce907c0e-8ef1-4d48-a830-6505e5f27439 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ce907c0e-8ef1-4d48-a830-6505e5f27439 { padding-right:30px;width:100%; } } .ablocks-block-ce907c0e-8ef1-4d48-a830-6505e5f27439 { text-align:center; } .ablocks-block-ce907c0e-8ef1-4d48-a830-6505e5f27439 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-ce907c0e-8ef1-4d48-a830-6505e5f27439 .ablocks-button { font-family:Inter; } } .ablocks-block-ce907c0e-8ef1-4d48-a830-6505e5f27439 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ce907c0e-8ef1-4d48-a830-6505e5f27439 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ce907c0e-8ef1-4d48-a830-6505e5f27439 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ce907c0e-8ef1-4d48-a830-6505e5f27439 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-65ac1ec3-bcc6-40b5-ba65-db277879447b { justify-content:left; } 
.ablocks-block-fb1644ed-7df1-4fbb-bf84-1b5343a047c8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-fb1644ed-7df1-4fbb-bf84-1b5343a047c8 { padding-right:30px;width:100%; } } .ablocks-block-fb1644ed-7df1-4fbb-bf84-1b5343a047c8 { text-align:center; } .ablocks-block-fb1644ed-7df1-4fbb-bf84-1b5343a047c8 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-fb1644ed-7df1-4fbb-bf84-1b5343a047c8 .ablocks-button { font-family:Inter; } } .ablocks-block-fb1644ed-7df1-4fbb-bf84-1b5343a047c8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-fb1644ed-7df1-4fbb-bf84-1b5343a047c8 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fb1644ed-7df1-4fbb-bf84-1b5343a047c8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-fb1644ed-7df1-4fbb-bf84-1b5343a047c8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-1d1a5cc0-47ae-462b-8a52-9595f969f3fa { justify-content:left; } 
.ablocks-block-d691da20-e6a0-4930-9941-84ebb9797b5c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d691da20-e6a0-4930-9941-84ebb9797b5c { padding-right:30px;width:100%; } } .ablocks-block-d691da20-e6a0-4930-9941-84ebb9797b5c { text-align:center; } .ablocks-block-d691da20-e6a0-4930-9941-84ebb9797b5c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-d691da20-e6a0-4930-9941-84ebb9797b5c .ablocks-button { font-family:Inter; } } .ablocks-block-d691da20-e6a0-4930-9941-84ebb9797b5c .ablocks-button:hover { transition-duration:s; } .ablocks-block-d691da20-e6a0-4930-9941-84ebb9797b5c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d691da20-e6a0-4930-9941-84ebb9797b5c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d691da20-e6a0-4930-9941-84ebb9797b5c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-f5283560-7455-405d-87b5-35ade7894aef { background:!important; } .ablocks-block-f5283560-7455-405d-87b5-35ade7894aef:hover { background:!important; } 
.ablocks-block-8d47dabc-24bd-4e34-be37-07e5e204cf33 { justify-content:left; } 
.ablocks-block-27599202-c300-4b5c-9353-5e9b83179443 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-27599202-c300-4b5c-9353-5e9b83179443 { text-align:left; } .ablocks-block-27599202-c300-4b5c-9353-5e9b83179443 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-27599202-c300-4b5c-9353-5e9b83179443 .ablocks-button { font-family:Inter; } } .ablocks-block-27599202-c300-4b5c-9353-5e9b83179443 .ablocks-button:hover { transition-duration:s; } .ablocks-block-27599202-c300-4b5c-9353-5e9b83179443 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-27599202-c300-4b5c-9353-5e9b83179443 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-27599202-c300-4b5c-9353-5e9b83179443 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-76852b9e-7c8d-4485-b482-5b08ce7cbba4 { justify-content:left; } 
.ablocks-block-5b145ea9-9a06-4364-9ddb-6b4867575e84 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b145ea9-9a06-4364-9ddb-6b4867575e84 { text-align:center; } .ablocks-block-5b145ea9-9a06-4364-9ddb-6b4867575e84 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5b145ea9-9a06-4364-9ddb-6b4867575e84 .ablocks-button { font-family:Inter; } } .ablocks-block-5b145ea9-9a06-4364-9ddb-6b4867575e84 .ablocks-button:hover { transition-duration:s; } .ablocks-block-5b145ea9-9a06-4364-9ddb-6b4867575e84 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5b145ea9-9a06-4364-9ddb-6b4867575e84 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5b145ea9-9a06-4364-9ddb-6b4867575e84 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-cfa5fa3b-2471-41c9-8d43-95b0c35b498a { justify-content:left; } 
.ablocks-block-a6c40ac3-8316-4eed-b2e7-3c43254f7722 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a6c40ac3-8316-4eed-b2e7-3c43254f7722 { padding-right:30px;width:100%; } } .ablocks-block-a6c40ac3-8316-4eed-b2e7-3c43254f7722 { text-align:center; } .ablocks-block-a6c40ac3-8316-4eed-b2e7-3c43254f7722 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-a6c40ac3-8316-4eed-b2e7-3c43254f7722 .ablocks-button { font-family:Inter; } } .ablocks-block-a6c40ac3-8316-4eed-b2e7-3c43254f7722 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a6c40ac3-8316-4eed-b2e7-3c43254f7722 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a6c40ac3-8316-4eed-b2e7-3c43254f7722 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a6c40ac3-8316-4eed-b2e7-3c43254f7722 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-6a42b938-d5fe-4f8a-9d88-1657d2f80cb8 { justify-content:left; } 
.ablocks-block-5aa68fba-1471-4fd0-bc12-4046575f6000 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-5aa68fba-1471-4fd0-bc12-4046575f6000 { padding-right:30px;width:100%; } } .ablocks-block-5aa68fba-1471-4fd0-bc12-4046575f6000 { text-align:center; } .ablocks-block-5aa68fba-1471-4fd0-bc12-4046575f6000 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-5aa68fba-1471-4fd0-bc12-4046575f6000 .ablocks-button { font-family:Inter; } } .ablocks-block-5aa68fba-1471-4fd0-bc12-4046575f6000 .ablocks-button:hover { transition-duration:s; } .ablocks-block-5aa68fba-1471-4fd0-bc12-4046575f6000 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5aa68fba-1471-4fd0-bc12-4046575f6000 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5aa68fba-1471-4fd0-bc12-4046575f6000 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-7d2dba40-d75b-4bcb-9c8c-9c380100ca24 { justify-content:left; } 
.ablocks-block-19a7df84-1246-49af-8d7f-362e0623cf7e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-19a7df84-1246-49af-8d7f-362e0623cf7e { padding-right:30px;width:100%; } } .ablocks-block-19a7df84-1246-49af-8d7f-362e0623cf7e { text-align:center; } .ablocks-block-19a7df84-1246-49af-8d7f-362e0623cf7e .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-19a7df84-1246-49af-8d7f-362e0623cf7e .ablocks-button { font-family:Inter; } } .ablocks-block-19a7df84-1246-49af-8d7f-362e0623cf7e .ablocks-button:hover { transition-duration:s; } .ablocks-block-19a7df84-1246-49af-8d7f-362e0623cf7e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-19a7df84-1246-49af-8d7f-362e0623cf7e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-19a7df84-1246-49af-8d7f-362e0623cf7e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-ec5e9292-a0e4-4aad-9de0-a662410148de { background:!important; } .ablocks-block-ec5e9292-a0e4-4aad-9de0-a662410148de:hover { background:!important; } 
.ablocks-block-fb7eaaef-a527-47c5-b2f5-b8145d2f7971 { justify-content:left; } 
.ablocks-block-5df7785f-12a0-402b-a386-77b8c303a136 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5df7785f-12a0-402b-a386-77b8c303a136 { text-align:left; } .ablocks-block-5df7785f-12a0-402b-a386-77b8c303a136 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-5df7785f-12a0-402b-a386-77b8c303a136 .ablocks-button { font-family:Inter; } } .ablocks-block-5df7785f-12a0-402b-a386-77b8c303a136 .ablocks-button:hover { transition-duration:s; } .ablocks-block-5df7785f-12a0-402b-a386-77b8c303a136 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-5df7785f-12a0-402b-a386-77b8c303a136 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-5df7785f-12a0-402b-a386-77b8c303a136 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9bd0c280-537c-4ecd-9536-8cfe0a4b6967 { justify-content:left; } 
.ablocks-block-1c9ba9b9-6b03-489a-8f07-19ba2fbfbc7d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c9ba9b9-6b03-489a-8f07-19ba2fbfbc7d { text-align:center; } .ablocks-block-1c9ba9b9-6b03-489a-8f07-19ba2fbfbc7d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1c9ba9b9-6b03-489a-8f07-19ba2fbfbc7d .ablocks-button { font-family:Inter; } } .ablocks-block-1c9ba9b9-6b03-489a-8f07-19ba2fbfbc7d .ablocks-button:hover { transition-duration:s; } .ablocks-block-1c9ba9b9-6b03-489a-8f07-19ba2fbfbc7d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1c9ba9b9-6b03-489a-8f07-19ba2fbfbc7d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1c9ba9b9-6b03-489a-8f07-19ba2fbfbc7d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-0541d7bc-9566-4c4b-8a19-033426d475bc { justify-content:left; } 
.ablocks-block-b46da91c-bea7-4225-9e96-d36eb35163b0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b46da91c-bea7-4225-9e96-d36eb35163b0 { padding-right:30px;width:100%; } } .ablocks-block-b46da91c-bea7-4225-9e96-d36eb35163b0 { text-align:center; } .ablocks-block-b46da91c-bea7-4225-9e96-d36eb35163b0 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-b46da91c-bea7-4225-9e96-d36eb35163b0 .ablocks-button { font-family:Inter; } } .ablocks-block-b46da91c-bea7-4225-9e96-d36eb35163b0 .ablocks-button:hover { transition-duration:s; } .ablocks-block-b46da91c-bea7-4225-9e96-d36eb35163b0 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b46da91c-bea7-4225-9e96-d36eb35163b0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b46da91c-bea7-4225-9e96-d36eb35163b0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-40dbcee6-dd44-4bc2-939a-ac4da1e9c0fd { justify-content:left; } 
.ablocks-block-95267659-750d-45d8-baca-745b328e531c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95267659-750d-45d8-baca-745b328e531c { text-align:center; } .ablocks-block-95267659-750d-45d8-baca-745b328e531c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-95267659-750d-45d8-baca-745b328e531c .ablocks-button { font-family:Inter; } } .ablocks-block-95267659-750d-45d8-baca-745b328e531c .ablocks-button:hover { transition-duration:s; } .ablocks-block-95267659-750d-45d8-baca-745b328e531c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-95267659-750d-45d8-baca-745b328e531c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-95267659-750d-45d8-baca-745b328e531c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-7416bf00-b3d9-4150-bd77-a65b9d86b8e7 { justify-content:left; } 
.ablocks-block-ed74263a-517b-4a3a-a266-a2003feaf7ef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ed74263a-517b-4a3a-a266-a2003feaf7ef { padding-right:30px;width:100%; } } .ablocks-block-ed74263a-517b-4a3a-a266-a2003feaf7ef { text-align:center; } .ablocks-block-ed74263a-517b-4a3a-a266-a2003feaf7ef .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-ed74263a-517b-4a3a-a266-a2003feaf7ef .ablocks-button { font-family:Inter; } } .ablocks-block-ed74263a-517b-4a3a-a266-a2003feaf7ef .ablocks-button:hover { transition-duration:s; } .ablocks-block-ed74263a-517b-4a3a-a266-a2003feaf7ef .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ed74263a-517b-4a3a-a266-a2003feaf7ef .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ed74263a-517b-4a3a-a266-a2003feaf7ef .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-22ee3dc5-4526-42e1-8a40-68a12d6b79be { background:!important; } .ablocks-block-22ee3dc5-4526-42e1-8a40-68a12d6b79be:hover { background:!important; } 
.ablocks-block-6ca36028-b00e-4dc7-8920-975a92aab48a { justify-content:left; } 
.ablocks-block-7c836acb-b78f-4793-819a-6ec32330a823 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c836acb-b78f-4793-819a-6ec32330a823 { text-align:left; } .ablocks-block-7c836acb-b78f-4793-819a-6ec32330a823 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-7c836acb-b78f-4793-819a-6ec32330a823 .ablocks-button { font-family:Inter; } } .ablocks-block-7c836acb-b78f-4793-819a-6ec32330a823 .ablocks-button:hover { transition-duration:s; } .ablocks-block-7c836acb-b78f-4793-819a-6ec32330a823 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7c836acb-b78f-4793-819a-6ec32330a823 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-7c836acb-b78f-4793-819a-6ec32330a823 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5155592e-4535-4869-8b7d-6b4a767a0b88 { justify-content:left; } 
.ablocks-block-90fe3889-8cd1-497b-ab83-a5f412b3c35d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-90fe3889-8cd1-497b-ab83-a5f412b3c35d { text-align:center; } .ablocks-block-90fe3889-8cd1-497b-ab83-a5f412b3c35d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-90fe3889-8cd1-497b-ab83-a5f412b3c35d .ablocks-button { font-family:Inter; } } .ablocks-block-90fe3889-8cd1-497b-ab83-a5f412b3c35d .ablocks-button:hover { transition-duration:s; } .ablocks-block-90fe3889-8cd1-497b-ab83-a5f412b3c35d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-90fe3889-8cd1-497b-ab83-a5f412b3c35d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-90fe3889-8cd1-497b-ab83-a5f412b3c35d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-56d4a7f6-c5c3-427e-a7f7-ffa38fa3861c { justify-content:left; } 
.ablocks-block-964a4a41-bcd5-4299-9ae7-0a8c374e3f96 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-964a4a41-bcd5-4299-9ae7-0a8c374e3f96 { padding-right:30px;width:100%; } } .ablocks-block-964a4a41-bcd5-4299-9ae7-0a8c374e3f96 { text-align:center; } .ablocks-block-964a4a41-bcd5-4299-9ae7-0a8c374e3f96 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-964a4a41-bcd5-4299-9ae7-0a8c374e3f96 .ablocks-button { font-family:Inter; } } .ablocks-block-964a4a41-bcd5-4299-9ae7-0a8c374e3f96 .ablocks-button:hover { transition-duration:s; } .ablocks-block-964a4a41-bcd5-4299-9ae7-0a8c374e3f96 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-964a4a41-bcd5-4299-9ae7-0a8c374e3f96 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-964a4a41-bcd5-4299-9ae7-0a8c374e3f96 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-da61f69f-dad0-466b-b03f-3dd897241060 { justify-content:left; } 
.ablocks-block-e366f0da-cffb-49c2-875f-d764df024326 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e366f0da-cffb-49c2-875f-d764df024326 { padding-right:30px;width:100%; } } .ablocks-block-e366f0da-cffb-49c2-875f-d764df024326 { text-align:center; } .ablocks-block-e366f0da-cffb-49c2-875f-d764df024326 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-e366f0da-cffb-49c2-875f-d764df024326 .ablocks-button { font-family:Inter; } } .ablocks-block-e366f0da-cffb-49c2-875f-d764df024326 .ablocks-button:hover { transition-duration:s; } .ablocks-block-e366f0da-cffb-49c2-875f-d764df024326 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e366f0da-cffb-49c2-875f-d764df024326 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e366f0da-cffb-49c2-875f-d764df024326 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-9dac380b-db61-4970-a5a0-1553cbd00d04 { justify-content:left; } 
.ablocks-block-647711d8-c589-4c5a-ac6c-32ed5b07909b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-647711d8-c589-4c5a-ac6c-32ed5b07909b { padding-right:30px;width:100%; } } .ablocks-block-647711d8-c589-4c5a-ac6c-32ed5b07909b { text-align:center; } .ablocks-block-647711d8-c589-4c5a-ac6c-32ed5b07909b .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-647711d8-c589-4c5a-ac6c-32ed5b07909b .ablocks-button { font-family:Inter; } } .ablocks-block-647711d8-c589-4c5a-ac6c-32ed5b07909b .ablocks-button:hover { transition-duration:s; } .ablocks-block-647711d8-c589-4c5a-ac6c-32ed5b07909b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-647711d8-c589-4c5a-ac6c-32ed5b07909b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-647711d8-c589-4c5a-ac6c-32ed5b07909b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-22585ba5-82a8-4ef0-9e63-0bc959ae5403 { background:!important; } .ablocks-block-22585ba5-82a8-4ef0-9e63-0bc959ae5403:hover { background:!important; } 
.ablocks-block-a9acca4d-051f-4e8a-ae0b-aeec67c62787 { justify-content:left; } 
.ablocks-block-aa50c64b-9f9c-4266-8796-b1f951965ccd { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa50c64b-9f9c-4266-8796-b1f951965ccd { text-align:left; } .ablocks-block-aa50c64b-9f9c-4266-8796-b1f951965ccd .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-aa50c64b-9f9c-4266-8796-b1f951965ccd .ablocks-button { font-family:Inter; } } .ablocks-block-aa50c64b-9f9c-4266-8796-b1f951965ccd .ablocks-button:hover { transition-duration:s; } .ablocks-block-aa50c64b-9f9c-4266-8796-b1f951965ccd .ablocks-icon-wrap { font-size:unset; } .ablocks-block-aa50c64b-9f9c-4266-8796-b1f951965ccd .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-aa50c64b-9f9c-4266-8796-b1f951965ccd .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a29961db-fe5a-44dc-8f96-99d60f0d5cc7 { justify-content:left; } 
.ablocks-block-393958a2-77a6-4e06-88fe-9bd056935192 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-393958a2-77a6-4e06-88fe-9bd056935192 { text-align:center; } .ablocks-block-393958a2-77a6-4e06-88fe-9bd056935192 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-393958a2-77a6-4e06-88fe-9bd056935192 .ablocks-button { font-family:Inter; } } .ablocks-block-393958a2-77a6-4e06-88fe-9bd056935192 .ablocks-button:hover { transition-duration:s; } .ablocks-block-393958a2-77a6-4e06-88fe-9bd056935192 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-393958a2-77a6-4e06-88fe-9bd056935192 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-393958a2-77a6-4e06-88fe-9bd056935192 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-da775b19-de3c-46d4-92d5-167f2a04e062 { justify-content:left; } 
.ablocks-block-8e86e74e-9e32-4533-895c-7cb6e680b55c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8e86e74e-9e32-4533-895c-7cb6e680b55c { padding-right:30px;width:100%; } } .ablocks-block-8e86e74e-9e32-4533-895c-7cb6e680b55c { text-align:center; } .ablocks-block-8e86e74e-9e32-4533-895c-7cb6e680b55c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-8e86e74e-9e32-4533-895c-7cb6e680b55c .ablocks-button { font-family:Inter; } } .ablocks-block-8e86e74e-9e32-4533-895c-7cb6e680b55c .ablocks-button:hover { transition-duration:s; } .ablocks-block-8e86e74e-9e32-4533-895c-7cb6e680b55c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8e86e74e-9e32-4533-895c-7cb6e680b55c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8e86e74e-9e32-4533-895c-7cb6e680b55c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-ba7c9a89-eeb2-46a1-9973-022a482e9e4b { justify-content:left; } 
.ablocks-block-43a1d168-2e6f-4566-9caf-0790a52e018e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-43a1d168-2e6f-4566-9caf-0790a52e018e { padding-right:30px;width:100%; } } .ablocks-block-43a1d168-2e6f-4566-9caf-0790a52e018e { text-align:center; } .ablocks-block-43a1d168-2e6f-4566-9caf-0790a52e018e .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-43a1d168-2e6f-4566-9caf-0790a52e018e .ablocks-button { font-family:Inter; } } .ablocks-block-43a1d168-2e6f-4566-9caf-0790a52e018e .ablocks-button:hover { transition-duration:s; } .ablocks-block-43a1d168-2e6f-4566-9caf-0790a52e018e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-43a1d168-2e6f-4566-9caf-0790a52e018e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-43a1d168-2e6f-4566-9caf-0790a52e018e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-b827a455-c365-4b9e-b3f5-3fad4e7b5e1c { justify-content:left; } 
.ablocks-block-99dd6b91-3d34-44c1-b4f3-ce487ad3f253 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-99dd6b91-3d34-44c1-b4f3-ce487ad3f253 { padding-right:30px;width:100%; } } .ablocks-block-99dd6b91-3d34-44c1-b4f3-ce487ad3f253 { text-align:center; } .ablocks-block-99dd6b91-3d34-44c1-b4f3-ce487ad3f253 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-99dd6b91-3d34-44c1-b4f3-ce487ad3f253 .ablocks-button { font-family:Inter; } } .ablocks-block-99dd6b91-3d34-44c1-b4f3-ce487ad3f253 .ablocks-button:hover { transition-duration:s; } .ablocks-block-99dd6b91-3d34-44c1-b4f3-ce487ad3f253 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-99dd6b91-3d34-44c1-b4f3-ce487ad3f253 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-99dd6b91-3d34-44c1-b4f3-ce487ad3f253 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-b0705e5a-244f-4419-9523-93dfa8597fb7 { background:!important; } .ablocks-block-b0705e5a-244f-4419-9523-93dfa8597fb7:hover { background:!important; } 
.ablocks-block-d9c262df-725c-4349-85d6-d636bfca4eb5 { justify-content:left; } 
.ablocks-block-d27f3f3f-736e-4392-a7d5-371d0877b0f4 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d27f3f3f-736e-4392-a7d5-371d0877b0f4 { text-align:left; } .ablocks-block-d27f3f3f-736e-4392-a7d5-371d0877b0f4 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-d27f3f3f-736e-4392-a7d5-371d0877b0f4 .ablocks-button { font-family:Inter; } } .ablocks-block-d27f3f3f-736e-4392-a7d5-371d0877b0f4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-d27f3f3f-736e-4392-a7d5-371d0877b0f4 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d27f3f3f-736e-4392-a7d5-371d0877b0f4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-d27f3f3f-736e-4392-a7d5-371d0877b0f4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0cded6b1-1ac1-4a01-93d0-e9091134e7fe { justify-content:left; } 
.ablocks-block-269890e0-f87a-4430-bc4a-d16ebc8cfd4a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-269890e0-f87a-4430-bc4a-d16ebc8cfd4a { text-align:center; } .ablocks-block-269890e0-f87a-4430-bc4a-d16ebc8cfd4a .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-269890e0-f87a-4430-bc4a-d16ebc8cfd4a .ablocks-button { font-family:Inter; } } .ablocks-block-269890e0-f87a-4430-bc4a-d16ebc8cfd4a .ablocks-button:hover { transition-duration:s; } .ablocks-block-269890e0-f87a-4430-bc4a-d16ebc8cfd4a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-269890e0-f87a-4430-bc4a-d16ebc8cfd4a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-269890e0-f87a-4430-bc4a-d16ebc8cfd4a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-9ead70f3-5e97-4ca5-89f3-75c8cfc6e19b { justify-content:left; } 
.ablocks-block-17475823-13df-460d-9839-40bacf4fb0f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-17475823-13df-460d-9839-40bacf4fb0f5 { padding-right:30px;width:100%; } } .ablocks-block-17475823-13df-460d-9839-40bacf4fb0f5 { text-align:center; } .ablocks-block-17475823-13df-460d-9839-40bacf4fb0f5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-17475823-13df-460d-9839-40bacf4fb0f5 .ablocks-button { font-family:Inter; } } .ablocks-block-17475823-13df-460d-9839-40bacf4fb0f5 .ablocks-button:hover { transition-duration:s; } .ablocks-block-17475823-13df-460d-9839-40bacf4fb0f5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-17475823-13df-460d-9839-40bacf4fb0f5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-17475823-13df-460d-9839-40bacf4fb0f5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-ce98a9bb-da39-4a3f-ab27-4a835ade1a77 { justify-content:left; } 
.ablocks-block-c593a7cd-5322-4233-a7a8-8f66891f9dc2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c593a7cd-5322-4233-a7a8-8f66891f9dc2 { padding-right:30px;width:100%; } } .ablocks-block-c593a7cd-5322-4233-a7a8-8f66891f9dc2 { text-align:center; } .ablocks-block-c593a7cd-5322-4233-a7a8-8f66891f9dc2 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-c593a7cd-5322-4233-a7a8-8f66891f9dc2 .ablocks-button { font-family:Inter; } } .ablocks-block-c593a7cd-5322-4233-a7a8-8f66891f9dc2 .ablocks-button:hover { transition-duration:s; } .ablocks-block-c593a7cd-5322-4233-a7a8-8f66891f9dc2 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c593a7cd-5322-4233-a7a8-8f66891f9dc2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c593a7cd-5322-4233-a7a8-8f66891f9dc2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-c7ad480e-7f38-4719-b36e-354d4407770a { justify-content:left; } 
.ablocks-block-8e4d8ebe-89f7-4001-9c56-aeb6671e8640 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8e4d8ebe-89f7-4001-9c56-aeb6671e8640 { padding-right:30px;width:100%; } } .ablocks-block-8e4d8ebe-89f7-4001-9c56-aeb6671e8640 { text-align:center; } .ablocks-block-8e4d8ebe-89f7-4001-9c56-aeb6671e8640 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-8e4d8ebe-89f7-4001-9c56-aeb6671e8640 .ablocks-button { font-family:Inter; } } .ablocks-block-8e4d8ebe-89f7-4001-9c56-aeb6671e8640 .ablocks-button:hover { transition-duration:s; } .ablocks-block-8e4d8ebe-89f7-4001-9c56-aeb6671e8640 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8e4d8ebe-89f7-4001-9c56-aeb6671e8640 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8e4d8ebe-89f7-4001-9c56-aeb6671e8640 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-5887f32b-a105-4ffa-924e-d038314107e2 { background:!important; } .ablocks-block-5887f32b-a105-4ffa-924e-d038314107e2:hover { background:!important; } 
.ablocks-block-d994c8fd-5bd4-4f81-a61f-c29a7a605cc5 { justify-content:left; } 
.ablocks-block-1c46566e-3a95-4952-bed9-dd99b7b44cfe { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c46566e-3a95-4952-bed9-dd99b7b44cfe { text-align:left; } .ablocks-block-1c46566e-3a95-4952-bed9-dd99b7b44cfe .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-1c46566e-3a95-4952-bed9-dd99b7b44cfe .ablocks-button { font-family:Inter; } } .ablocks-block-1c46566e-3a95-4952-bed9-dd99b7b44cfe .ablocks-button:hover { transition-duration:s; } .ablocks-block-1c46566e-3a95-4952-bed9-dd99b7b44cfe .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1c46566e-3a95-4952-bed9-dd99b7b44cfe .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-1c46566e-3a95-4952-bed9-dd99b7b44cfe .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e87fb424-d8ca-4ac8-aeab-38efeef3013e { justify-content:left; } 
.ablocks-block-0bc05ce0-caf0-47db-8f9c-17c1fa0d00a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0bc05ce0-caf0-47db-8f9c-17c1fa0d00a8 { text-align:center; } .ablocks-block-0bc05ce0-caf0-47db-8f9c-17c1fa0d00a8 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0bc05ce0-caf0-47db-8f9c-17c1fa0d00a8 .ablocks-button { font-family:Inter; } } .ablocks-block-0bc05ce0-caf0-47db-8f9c-17c1fa0d00a8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-0bc05ce0-caf0-47db-8f9c-17c1fa0d00a8 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0bc05ce0-caf0-47db-8f9c-17c1fa0d00a8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0bc05ce0-caf0-47db-8f9c-17c1fa0d00a8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-3774425d-babc-401a-a2fe-00a644a2be9c { justify-content:left; } 
.ablocks-block-4c2a3282-d6e1-4ce8-9d4d-5bc1b5166cb5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-4c2a3282-d6e1-4ce8-9d4d-5bc1b5166cb5 { padding-right:30px;width:100%; } } .ablocks-block-4c2a3282-d6e1-4ce8-9d4d-5bc1b5166cb5 { text-align:center; } .ablocks-block-4c2a3282-d6e1-4ce8-9d4d-5bc1b5166cb5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-4c2a3282-d6e1-4ce8-9d4d-5bc1b5166cb5 .ablocks-button { font-family:Inter; } } .ablocks-block-4c2a3282-d6e1-4ce8-9d4d-5bc1b5166cb5 .ablocks-button:hover { transition-duration:s; } .ablocks-block-4c2a3282-d6e1-4ce8-9d4d-5bc1b5166cb5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4c2a3282-d6e1-4ce8-9d4d-5bc1b5166cb5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4c2a3282-d6e1-4ce8-9d4d-5bc1b5166cb5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-b77ba59a-9ac1-49b1-acbb-6c16ba9c1910 { justify-content:left; } 
.ablocks-block-06620003-5bff-4488-af07-94838254368c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-06620003-5bff-4488-af07-94838254368c { text-align:center; } .ablocks-block-06620003-5bff-4488-af07-94838254368c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-06620003-5bff-4488-af07-94838254368c .ablocks-button { font-family:Inter; } } .ablocks-block-06620003-5bff-4488-af07-94838254368c .ablocks-button:hover { transition-duration:s; } .ablocks-block-06620003-5bff-4488-af07-94838254368c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-06620003-5bff-4488-af07-94838254368c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-06620003-5bff-4488-af07-94838254368c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-8f46bc1a-63f5-4317-9d24-9341c6b65128 { justify-content:left; } 
.ablocks-block-235896ab-10d5-4abd-bd4a-e251b04441ba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-235896ab-10d5-4abd-bd4a-e251b04441ba { text-align:center; } .ablocks-block-235896ab-10d5-4abd-bd4a-e251b04441ba .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-235896ab-10d5-4abd-bd4a-e251b04441ba .ablocks-button { font-family:Inter; } } .ablocks-block-235896ab-10d5-4abd-bd4a-e251b04441ba .ablocks-button:hover { transition-duration:s; } .ablocks-block-235896ab-10d5-4abd-bd4a-e251b04441ba .ablocks-icon-wrap { font-size:20px; } .ablocks-block-235896ab-10d5-4abd-bd4a-e251b04441ba .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-235896ab-10d5-4abd-bd4a-e251b04441ba .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-3044f1ab-c7ab-499e-8391-4120dc813e85 { background:!important; } .ablocks-block-3044f1ab-c7ab-499e-8391-4120dc813e85:hover { background:!important; } 
.ablocks-block-c5ee9fc8-7810-4b72-8d84-bc65e77b91ca { justify-content:left; } 
.ablocks-block-9215a095-ae1c-43a3-b7c2-8f85393b7f1e { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9215a095-ae1c-43a3-b7c2-8f85393b7f1e { text-align:left; } .ablocks-block-9215a095-ae1c-43a3-b7c2-8f85393b7f1e .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-9215a095-ae1c-43a3-b7c2-8f85393b7f1e .ablocks-button { font-family:Inter; } } .ablocks-block-9215a095-ae1c-43a3-b7c2-8f85393b7f1e .ablocks-button:hover { transition-duration:s; } .ablocks-block-9215a095-ae1c-43a3-b7c2-8f85393b7f1e .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9215a095-ae1c-43a3-b7c2-8f85393b7f1e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-9215a095-ae1c-43a3-b7c2-8f85393b7f1e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-814e1881-efaa-4f48-b314-4eea22c0b68f { justify-content:left; } 
.ablocks-block-76533b32-29ef-4db6-bcb1-b369456b02ea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-76533b32-29ef-4db6-bcb1-b369456b02ea { text-align:center; } .ablocks-block-76533b32-29ef-4db6-bcb1-b369456b02ea .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-76533b32-29ef-4db6-bcb1-b369456b02ea .ablocks-button { font-family:Inter; } } .ablocks-block-76533b32-29ef-4db6-bcb1-b369456b02ea .ablocks-button:hover { transition-duration:s; } .ablocks-block-76533b32-29ef-4db6-bcb1-b369456b02ea .ablocks-icon-wrap { font-size:20px; } .ablocks-block-76533b32-29ef-4db6-bcb1-b369456b02ea .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-76533b32-29ef-4db6-bcb1-b369456b02ea .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-f48bd728-a89b-4e39-a915-328b7239025f { justify-content:left; } 
.ablocks-block-9cd2e65a-26b3-40cf-9dd5-12cb7d8fea4c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-9cd2e65a-26b3-40cf-9dd5-12cb7d8fea4c { padding-right:30px;width:100%; } } .ablocks-block-9cd2e65a-26b3-40cf-9dd5-12cb7d8fea4c { text-align:center; } .ablocks-block-9cd2e65a-26b3-40cf-9dd5-12cb7d8fea4c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-9cd2e65a-26b3-40cf-9dd5-12cb7d8fea4c .ablocks-button { font-family:Inter; } } .ablocks-block-9cd2e65a-26b3-40cf-9dd5-12cb7d8fea4c .ablocks-button:hover { transition-duration:s; } .ablocks-block-9cd2e65a-26b3-40cf-9dd5-12cb7d8fea4c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9cd2e65a-26b3-40cf-9dd5-12cb7d8fea4c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-9cd2e65a-26b3-40cf-9dd5-12cb7d8fea4c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-831f1380-78bf-4522-b8c9-e7d4da216586 { justify-content:left; } 
.ablocks-block-56d51c0d-ee78-4cce-b998-05fd314fbdf4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-56d51c0d-ee78-4cce-b998-05fd314fbdf4 { padding-right:30px;width:100%; } } .ablocks-block-56d51c0d-ee78-4cce-b998-05fd314fbdf4 { text-align:center; } .ablocks-block-56d51c0d-ee78-4cce-b998-05fd314fbdf4 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-56d51c0d-ee78-4cce-b998-05fd314fbdf4 .ablocks-button { font-family:Inter; } } .ablocks-block-56d51c0d-ee78-4cce-b998-05fd314fbdf4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-56d51c0d-ee78-4cce-b998-05fd314fbdf4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-56d51c0d-ee78-4cce-b998-05fd314fbdf4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-56d51c0d-ee78-4cce-b998-05fd314fbdf4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-ccc4f53a-37f1-452c-9964-cb7d32a02d8c { justify-content:left; } 
.ablocks-block-ff325ed1-306d-41f5-8266-706eb5a72dd7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff325ed1-306d-41f5-8266-706eb5a72dd7 { text-align:center; } .ablocks-block-ff325ed1-306d-41f5-8266-706eb5a72dd7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ff325ed1-306d-41f5-8266-706eb5a72dd7 .ablocks-button { font-family:Inter; } } .ablocks-block-ff325ed1-306d-41f5-8266-706eb5a72dd7 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ff325ed1-306d-41f5-8266-706eb5a72dd7 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ff325ed1-306d-41f5-8266-706eb5a72dd7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ff325ed1-306d-41f5-8266-706eb5a72dd7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-2992d352-2be7-46cc-8b91-2e867cfa5425 { background:!important; } .ablocks-block-2992d352-2be7-46cc-8b91-2e867cfa5425:hover { background:!important; } 
.ablocks-block-34190168-2b6a-408a-bdd0-de14b18330e5 { justify-content:left; } 
.ablocks-block-e75e9e10-a638-408b-ac50-5783560a9106 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e75e9e10-a638-408b-ac50-5783560a9106 { text-align:left; } .ablocks-block-e75e9e10-a638-408b-ac50-5783560a9106 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-e75e9e10-a638-408b-ac50-5783560a9106 .ablocks-button { font-family:Inter; } } .ablocks-block-e75e9e10-a638-408b-ac50-5783560a9106 .ablocks-button:hover { transition-duration:s; } .ablocks-block-e75e9e10-a638-408b-ac50-5783560a9106 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e75e9e10-a638-408b-ac50-5783560a9106 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-e75e9e10-a638-408b-ac50-5783560a9106 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a90d3ce5-e38c-4189-8f9b-324adedad743 { justify-content:left; } 
.ablocks-block-839020b4-c939-4226-8ee6-d3e934834318 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-839020b4-c939-4226-8ee6-d3e934834318 { text-align:center; } .ablocks-block-839020b4-c939-4226-8ee6-d3e934834318 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-839020b4-c939-4226-8ee6-d3e934834318 .ablocks-button { font-family:Inter; } } .ablocks-block-839020b4-c939-4226-8ee6-d3e934834318 .ablocks-button:hover { transition-duration:s; } .ablocks-block-839020b4-c939-4226-8ee6-d3e934834318 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-839020b4-c939-4226-8ee6-d3e934834318 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-839020b4-c939-4226-8ee6-d3e934834318 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-8fff6f99-a2de-4802-ad6a-77abb4a28d09 { justify-content:left; } 
.ablocks-block-d2d6223c-67f1-4313-8283-b7756b72248d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d2d6223c-67f1-4313-8283-b7756b72248d { padding-right:30px;width:100%; } } .ablocks-block-d2d6223c-67f1-4313-8283-b7756b72248d { text-align:center; } .ablocks-block-d2d6223c-67f1-4313-8283-b7756b72248d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-d2d6223c-67f1-4313-8283-b7756b72248d .ablocks-button { font-family:Inter; } } .ablocks-block-d2d6223c-67f1-4313-8283-b7756b72248d .ablocks-button:hover { transition-duration:s; } .ablocks-block-d2d6223c-67f1-4313-8283-b7756b72248d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d2d6223c-67f1-4313-8283-b7756b72248d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d2d6223c-67f1-4313-8283-b7756b72248d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-6f3f10b6-8c0d-4227-ba63-7df87ec1ddfd { justify-content:left; } 
.ablocks-block-ead20327-ddbc-4ed1-8365-4b8f3d6da041 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ead20327-ddbc-4ed1-8365-4b8f3d6da041 { text-align:center; } .ablocks-block-ead20327-ddbc-4ed1-8365-4b8f3d6da041 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#ffb224;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ead20327-ddbc-4ed1-8365-4b8f3d6da041 .ablocks-button { font-family:Inter; } } .ablocks-block-ead20327-ddbc-4ed1-8365-4b8f3d6da041 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ead20327-ddbc-4ed1-8365-4b8f3d6da041 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ead20327-ddbc-4ed1-8365-4b8f3d6da041 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ead20327-ddbc-4ed1-8365-4b8f3d6da041 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFB224; } 
.ablocks-block-70ec86be-8773-408c-b4ed-659f6641effa { justify-content:left; } 
.ablocks-block-9b423390-13ec-4ced-b540-1a70548d6c6a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-9b423390-13ec-4ced-b540-1a70548d6c6a { padding-right:30px;width:100%; } } .ablocks-block-9b423390-13ec-4ced-b540-1a70548d6c6a { text-align:center; } .ablocks-block-9b423390-13ec-4ced-b540-1a70548d6c6a .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-9b423390-13ec-4ced-b540-1a70548d6c6a .ablocks-button { font-family:Inter; } } .ablocks-block-9b423390-13ec-4ced-b540-1a70548d6c6a .ablocks-button:hover { transition-duration:s; } .ablocks-block-9b423390-13ec-4ced-b540-1a70548d6c6a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9b423390-13ec-4ced-b540-1a70548d6c6a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-9b423390-13ec-4ced-b540-1a70548d6c6a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-5e65bff2-a96d-4946-8120-16e474e1c009 { background:!important; } .ablocks-block-5e65bff2-a96d-4946-8120-16e474e1c009:hover { background:!important; } 
.ablocks-block-b67b6569-cb14-4b82-a093-44b02be61a65 { justify-content:left; } 
.ablocks-block-714fd0b4-3e45-4479-a44f-be1e254fe649 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-714fd0b4-3e45-4479-a44f-be1e254fe649 { text-align:left; } .ablocks-block-714fd0b4-3e45-4479-a44f-be1e254fe649 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-714fd0b4-3e45-4479-a44f-be1e254fe649 .ablocks-button { font-family:Inter; } } .ablocks-block-714fd0b4-3e45-4479-a44f-be1e254fe649 .ablocks-button:hover { transition-duration:s; } .ablocks-block-714fd0b4-3e45-4479-a44f-be1e254fe649 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-714fd0b4-3e45-4479-a44f-be1e254fe649 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-714fd0b4-3e45-4479-a44f-be1e254fe649 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7d64df74-bf36-4485-9c7d-a9583278b8d1 { justify-content:left; } 
.ablocks-block-72a774a5-fa25-4af4-bdcf-fdad0ff50920 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72a774a5-fa25-4af4-bdcf-fdad0ff50920 { text-align:center; } .ablocks-block-72a774a5-fa25-4af4-bdcf-fdad0ff50920 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-72a774a5-fa25-4af4-bdcf-fdad0ff50920 .ablocks-button { font-family:Inter; } } .ablocks-block-72a774a5-fa25-4af4-bdcf-fdad0ff50920 .ablocks-button:hover { transition-duration:s; } .ablocks-block-72a774a5-fa25-4af4-bdcf-fdad0ff50920 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-72a774a5-fa25-4af4-bdcf-fdad0ff50920 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-72a774a5-fa25-4af4-bdcf-fdad0ff50920 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-d544c734-8a80-423c-99c7-3470cb56f3f2 { justify-content:left; } 
.ablocks-block-b18100b2-ef8e-48c2-97ba-48823bdd0a2a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b18100b2-ef8e-48c2-97ba-48823bdd0a2a { text-align:center; } .ablocks-block-b18100b2-ef8e-48c2-97ba-48823bdd0a2a .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b18100b2-ef8e-48c2-97ba-48823bdd0a2a .ablocks-button { font-family:Inter; } } .ablocks-block-b18100b2-ef8e-48c2-97ba-48823bdd0a2a .ablocks-button:hover { transition-duration:s; } .ablocks-block-b18100b2-ef8e-48c2-97ba-48823bdd0a2a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b18100b2-ef8e-48c2-97ba-48823bdd0a2a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b18100b2-ef8e-48c2-97ba-48823bdd0a2a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-5798b1ed-3727-44ea-8b3b-78a673e29753 { justify-content:left; } 
.ablocks-block-8fcdb835-8edd-4d31-81db-8ec062d33cf1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8fcdb835-8edd-4d31-81db-8ec062d33cf1 { padding-right:30px;width:100%; } } .ablocks-block-8fcdb835-8edd-4d31-81db-8ec062d33cf1 { text-align:center; } .ablocks-block-8fcdb835-8edd-4d31-81db-8ec062d33cf1 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-8fcdb835-8edd-4d31-81db-8ec062d33cf1 .ablocks-button { font-family:Inter; } } .ablocks-block-8fcdb835-8edd-4d31-81db-8ec062d33cf1 .ablocks-button:hover { transition-duration:s; } .ablocks-block-8fcdb835-8edd-4d31-81db-8ec062d33cf1 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8fcdb835-8edd-4d31-81db-8ec062d33cf1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8fcdb835-8edd-4d31-81db-8ec062d33cf1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-81b48ef5-2974-4491-968b-215d7708a208 { justify-content:left; } 
.ablocks-block-56c350bb-5dee-4f4d-b328-5155a6b659a9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-56c350bb-5dee-4f4d-b328-5155a6b659a9 { text-align:center; } .ablocks-block-56c350bb-5dee-4f4d-b328-5155a6b659a9 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-56c350bb-5dee-4f4d-b328-5155a6b659a9 .ablocks-button { font-family:Inter; } } .ablocks-block-56c350bb-5dee-4f4d-b328-5155a6b659a9 .ablocks-button:hover { transition-duration:s; } .ablocks-block-56c350bb-5dee-4f4d-b328-5155a6b659a9 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-56c350bb-5dee-4f4d-b328-5155a6b659a9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-56c350bb-5dee-4f4d-b328-5155a6b659a9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-a086b5b0-71b1-4ec0-9119-2f6571422f42 { background:!important; } .ablocks-block-a086b5b0-71b1-4ec0-9119-2f6571422f42:hover { background:!important; } 
.ablocks-block-fa639643-8353-44c7-926a-32797f473ad6 { justify-content:left; } 
.ablocks-block-5f9d03b4-60ae-4104-9d93-7bdef9613d23 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f9d03b4-60ae-4104-9d93-7bdef9613d23 { text-align:left; } .ablocks-block-5f9d03b4-60ae-4104-9d93-7bdef9613d23 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-5f9d03b4-60ae-4104-9d93-7bdef9613d23 .ablocks-button { font-family:Inter; } } .ablocks-block-5f9d03b4-60ae-4104-9d93-7bdef9613d23 .ablocks-button:hover { transition-duration:s; } .ablocks-block-5f9d03b4-60ae-4104-9d93-7bdef9613d23 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-5f9d03b4-60ae-4104-9d93-7bdef9613d23 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-5f9d03b4-60ae-4104-9d93-7bdef9613d23 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5e33f8a6-e948-4ac6-b8c7-c8891e3018b2 { justify-content:left; } 
.ablocks-block-1c85f2ec-0820-42f4-8dee-baee8777a913 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c85f2ec-0820-42f4-8dee-baee8777a913 { text-align:center; } .ablocks-block-1c85f2ec-0820-42f4-8dee-baee8777a913 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1c85f2ec-0820-42f4-8dee-baee8777a913 .ablocks-button { font-family:Inter; } } .ablocks-block-1c85f2ec-0820-42f4-8dee-baee8777a913 .ablocks-button:hover { transition-duration:s; } .ablocks-block-1c85f2ec-0820-42f4-8dee-baee8777a913 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1c85f2ec-0820-42f4-8dee-baee8777a913 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1c85f2ec-0820-42f4-8dee-baee8777a913 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-6b67bdca-6758-443e-b6d7-489d054ebab0 { justify-content:left; } 
.ablocks-block-bea4de90-d6db-472d-b0e8-2dcaaec7318e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bea4de90-d6db-472d-b0e8-2dcaaec7318e { padding-right:30px;width:100%; } } .ablocks-block-bea4de90-d6db-472d-b0e8-2dcaaec7318e { text-align:center; } .ablocks-block-bea4de90-d6db-472d-b0e8-2dcaaec7318e .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-bea4de90-d6db-472d-b0e8-2dcaaec7318e .ablocks-button { font-family:Inter; } } .ablocks-block-bea4de90-d6db-472d-b0e8-2dcaaec7318e .ablocks-button:hover { transition-duration:s; } .ablocks-block-bea4de90-d6db-472d-b0e8-2dcaaec7318e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-bea4de90-d6db-472d-b0e8-2dcaaec7318e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-bea4de90-d6db-472d-b0e8-2dcaaec7318e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-8f9782d1-63ae-4f1b-841e-ef4f0ad64328 { justify-content:left; } 
.ablocks-block-5d93e63e-b540-4c9c-91b5-ba0b11ebbf8d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5d93e63e-b540-4c9c-91b5-ba0b11ebbf8d { text-align:center; } .ablocks-block-5d93e63e-b540-4c9c-91b5-ba0b11ebbf8d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5d93e63e-b540-4c9c-91b5-ba0b11ebbf8d .ablocks-button { font-family:Inter; } } .ablocks-block-5d93e63e-b540-4c9c-91b5-ba0b11ebbf8d .ablocks-button:hover { transition-duration:s; } .ablocks-block-5d93e63e-b540-4c9c-91b5-ba0b11ebbf8d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5d93e63e-b540-4c9c-91b5-ba0b11ebbf8d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5d93e63e-b540-4c9c-91b5-ba0b11ebbf8d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-6bfe0a2e-82da-49f8-b5de-024df4fbcb81 { justify-content:left; } 
.ablocks-block-6c0ab601-8c68-4b4b-9a34-4470b39f0855 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6c0ab601-8c68-4b4b-9a34-4470b39f0855 { text-align:center; } .ablocks-block-6c0ab601-8c68-4b4b-9a34-4470b39f0855 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#367CFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-6c0ab601-8c68-4b4b-9a34-4470b39f0855 .ablocks-button { font-family:Inter; } } .ablocks-block-6c0ab601-8c68-4b4b-9a34-4470b39f0855 .ablocks-button:hover { transition-duration:s; } .ablocks-block-6c0ab601-8c68-4b4b-9a34-4470b39f0855 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6c0ab601-8c68-4b4b-9a34-4470b39f0855 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-6c0ab601-8c68-4b4b-9a34-4470b39f0855 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#367CFF; } 
.ablocks-block-c1c60135-83b8-4f2d-ac04-5b2d80519c1c { background:!important; } .ablocks-block-c1c60135-83b8-4f2d-ac04-5b2d80519c1c:hover { background:!important; } 
.ablocks-block-324f8b07-07c5-4f26-8739-2dfc6de86618 { justify-content:left; } 
.ablocks-block-19cc1d1a-e264-4bd5-893c-37bf2beecc51 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-19cc1d1a-e264-4bd5-893c-37bf2beecc51 { text-align:left; } .ablocks-block-19cc1d1a-e264-4bd5-893c-37bf2beecc51 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-19cc1d1a-e264-4bd5-893c-37bf2beecc51 .ablocks-button { font-family:Inter; } } .ablocks-block-19cc1d1a-e264-4bd5-893c-37bf2beecc51 .ablocks-button:hover { transition-duration:s; } .ablocks-block-19cc1d1a-e264-4bd5-893c-37bf2beecc51 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-19cc1d1a-e264-4bd5-893c-37bf2beecc51 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-19cc1d1a-e264-4bd5-893c-37bf2beecc51 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7c08b63b-c3db-4876-abd3-90c0c66b841d { justify-content:left; } 
.ablocks-block-f9fc23ca-96c9-411b-ae71-ee0240e9baab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f9fc23ca-96c9-411b-ae71-ee0240e9baab { text-align:center; } .ablocks-block-f9fc23ca-96c9-411b-ae71-ee0240e9baab .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-f9fc23ca-96c9-411b-ae71-ee0240e9baab .ablocks-button { font-family:Inter; } } .ablocks-block-f9fc23ca-96c9-411b-ae71-ee0240e9baab .ablocks-button:hover { transition-duration:s; } .ablocks-block-f9fc23ca-96c9-411b-ae71-ee0240e9baab .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f9fc23ca-96c9-411b-ae71-ee0240e9baab .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f9fc23ca-96c9-411b-ae71-ee0240e9baab .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-8fd77156-741f-4b1c-8121-6641cb6f0375 { justify-content:left; } 
.ablocks-block-280a468d-69a3-4d17-87ab-9f02264ed568 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-280a468d-69a3-4d17-87ab-9f02264ed568 { padding-right:30px;width:100%; } } .ablocks-block-280a468d-69a3-4d17-87ab-9f02264ed568 { text-align:center; } .ablocks-block-280a468d-69a3-4d17-87ab-9f02264ed568 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-280a468d-69a3-4d17-87ab-9f02264ed568 .ablocks-button { font-family:Inter; } } .ablocks-block-280a468d-69a3-4d17-87ab-9f02264ed568 .ablocks-button:hover { transition-duration:s; } .ablocks-block-280a468d-69a3-4d17-87ab-9f02264ed568 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-280a468d-69a3-4d17-87ab-9f02264ed568 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-280a468d-69a3-4d17-87ab-9f02264ed568 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-af00224a-a98d-465f-97a5-7e572e71d38c { justify-content:left; } 
.ablocks-block-3bc0dba9-a3a0-4874-8c73-1b122fa4572c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3bc0dba9-a3a0-4874-8c73-1b122fa4572c { padding-right:30px;width:100%; } } .ablocks-block-3bc0dba9-a3a0-4874-8c73-1b122fa4572c { text-align:center; } .ablocks-block-3bc0dba9-a3a0-4874-8c73-1b122fa4572c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-3bc0dba9-a3a0-4874-8c73-1b122fa4572c .ablocks-button { font-family:Inter; } } .ablocks-block-3bc0dba9-a3a0-4874-8c73-1b122fa4572c .ablocks-button:hover { transition-duration:s; } .ablocks-block-3bc0dba9-a3a0-4874-8c73-1b122fa4572c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3bc0dba9-a3a0-4874-8c73-1b122fa4572c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3bc0dba9-a3a0-4874-8c73-1b122fa4572c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-192d236b-f347-4f25-be57-2b1dc76540a1 { justify-content:left; } 
.ablocks-block-2191425b-97fa-4cd9-8f17-794a978019a0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-2191425b-97fa-4cd9-8f17-794a978019a0 { padding-right:30px;width:100%; } } .ablocks-block-2191425b-97fa-4cd9-8f17-794a978019a0 { text-align:center; } .ablocks-block-2191425b-97fa-4cd9-8f17-794a978019a0 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-2191425b-97fa-4cd9-8f17-794a978019a0 .ablocks-button { font-family:Inter; } } .ablocks-block-2191425b-97fa-4cd9-8f17-794a978019a0 .ablocks-button:hover { transition-duration:s; } .ablocks-block-2191425b-97fa-4cd9-8f17-794a978019a0 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2191425b-97fa-4cd9-8f17-794a978019a0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2191425b-97fa-4cd9-8f17-794a978019a0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-201a7a4f-6c6b-4fe6-8d26-2a4f5ce5e8e8 { background:!important; } .ablocks-block-201a7a4f-6c6b-4fe6-8d26-2a4f5ce5e8e8:hover { background:!important; } 
.ablocks-block-810f5d37-d398-4899-af68-4f1e250c7b32 { justify-content:left; } 
.ablocks-block-437fb866-eb29-4eb5-9463-e7706e8775b3 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-437fb866-eb29-4eb5-9463-e7706e8775b3 { text-align:left; } .ablocks-block-437fb866-eb29-4eb5-9463-e7706e8775b3 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-437fb866-eb29-4eb5-9463-e7706e8775b3 .ablocks-button { font-family:Inter; } } .ablocks-block-437fb866-eb29-4eb5-9463-e7706e8775b3 .ablocks-button:hover { transition-duration:s; } .ablocks-block-437fb866-eb29-4eb5-9463-e7706e8775b3 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-437fb866-eb29-4eb5-9463-e7706e8775b3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-437fb866-eb29-4eb5-9463-e7706e8775b3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-24286f61-a680-4161-8149-6695be2fe4b8 { justify-content:left; } 
.ablocks-block-7e8140be-2251-4e8b-b25b-6d1c8f21fc31 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e8140be-2251-4e8b-b25b-6d1c8f21fc31 { text-align:center; } .ablocks-block-7e8140be-2251-4e8b-b25b-6d1c8f21fc31 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7e8140be-2251-4e8b-b25b-6d1c8f21fc31 .ablocks-button { font-family:Inter; } } .ablocks-block-7e8140be-2251-4e8b-b25b-6d1c8f21fc31 .ablocks-button:hover { transition-duration:s; } .ablocks-block-7e8140be-2251-4e8b-b25b-6d1c8f21fc31 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7e8140be-2251-4e8b-b25b-6d1c8f21fc31 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-7e8140be-2251-4e8b-b25b-6d1c8f21fc31 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-dec4347e-abaa-4e4d-a584-8d29915b4edc { justify-content:left; } 
.ablocks-block-69bceb9c-8e52-476f-89f5-0ed504b5cac0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-69bceb9c-8e52-476f-89f5-0ed504b5cac0 { padding-right:30px;width:100%; } } .ablocks-block-69bceb9c-8e52-476f-89f5-0ed504b5cac0 { text-align:center; } .ablocks-block-69bceb9c-8e52-476f-89f5-0ed504b5cac0 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-69bceb9c-8e52-476f-89f5-0ed504b5cac0 .ablocks-button { font-family:Inter; } } .ablocks-block-69bceb9c-8e52-476f-89f5-0ed504b5cac0 .ablocks-button:hover { transition-duration:s; } .ablocks-block-69bceb9c-8e52-476f-89f5-0ed504b5cac0 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-69bceb9c-8e52-476f-89f5-0ed504b5cac0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-69bceb9c-8e52-476f-89f5-0ed504b5cac0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-24339cb7-7fa6-4ca7-ba25-227b83ed7949 { justify-content:left; } 
.ablocks-block-00af2df8-68e8-4fca-a9e2-229c9d8c736d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-00af2df8-68e8-4fca-a9e2-229c9d8c736d { padding-right:30px;width:100%; } } .ablocks-block-00af2df8-68e8-4fca-a9e2-229c9d8c736d { text-align:center; } .ablocks-block-00af2df8-68e8-4fca-a9e2-229c9d8c736d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-00af2df8-68e8-4fca-a9e2-229c9d8c736d .ablocks-button { font-family:Inter; } } .ablocks-block-00af2df8-68e8-4fca-a9e2-229c9d8c736d .ablocks-button:hover { transition-duration:s; } .ablocks-block-00af2df8-68e8-4fca-a9e2-229c9d8c736d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-00af2df8-68e8-4fca-a9e2-229c9d8c736d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-00af2df8-68e8-4fca-a9e2-229c9d8c736d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-f6eb2ea2-c96e-4811-92a0-c07bcf4ff668 { justify-content:left; } 
.ablocks-block-21821a10-97bd-4a48-a7c2-c03b97ffb5d5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-21821a10-97bd-4a48-a7c2-c03b97ffb5d5 { padding-right:30px;width:100%; } } .ablocks-block-21821a10-97bd-4a48-a7c2-c03b97ffb5d5 { text-align:center; } .ablocks-block-21821a10-97bd-4a48-a7c2-c03b97ffb5d5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-21821a10-97bd-4a48-a7c2-c03b97ffb5d5 .ablocks-button { font-family:Inter; } } .ablocks-block-21821a10-97bd-4a48-a7c2-c03b97ffb5d5 .ablocks-button:hover { transition-duration:s; } .ablocks-block-21821a10-97bd-4a48-a7c2-c03b97ffb5d5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-21821a10-97bd-4a48-a7c2-c03b97ffb5d5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-21821a10-97bd-4a48-a7c2-c03b97ffb5d5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-5f307d38-606b-4e88-b5f2-7d3ebdc34c24 { background:!important; } .ablocks-block-5f307d38-606b-4e88-b5f2-7d3ebdc34c24:hover { background:!important; } 
.ablocks-block-ea031624-0f47-4781-854b-9ade77294ef5 { justify-content:left; } 
.ablocks-block-1191fce4-16a0-46e5-9ffe-4a9b1a0b8cb6 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1191fce4-16a0-46e5-9ffe-4a9b1a0b8cb6 { text-align:left; } .ablocks-block-1191fce4-16a0-46e5-9ffe-4a9b1a0b8cb6 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-1191fce4-16a0-46e5-9ffe-4a9b1a0b8cb6 .ablocks-button { font-family:Inter; } } .ablocks-block-1191fce4-16a0-46e5-9ffe-4a9b1a0b8cb6 .ablocks-button:hover { transition-duration:s; } .ablocks-block-1191fce4-16a0-46e5-9ffe-4a9b1a0b8cb6 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1191fce4-16a0-46e5-9ffe-4a9b1a0b8cb6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-1191fce4-16a0-46e5-9ffe-4a9b1a0b8cb6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f298122e-1272-4506-a943-77d3e9e20320 { justify-content:left; } 
.ablocks-block-0e2af652-a656-4325-855c-4ac1206d859e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e2af652-a656-4325-855c-4ac1206d859e { text-align:center; } .ablocks-block-0e2af652-a656-4325-855c-4ac1206d859e .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0e2af652-a656-4325-855c-4ac1206d859e .ablocks-button { font-family:Inter; } } .ablocks-block-0e2af652-a656-4325-855c-4ac1206d859e .ablocks-button:hover { transition-duration:s; } .ablocks-block-0e2af652-a656-4325-855c-4ac1206d859e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0e2af652-a656-4325-855c-4ac1206d859e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0e2af652-a656-4325-855c-4ac1206d859e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-fb09a982-27d0-4558-a6af-3f3c94806e13 { justify-content:left; } 
.ablocks-block-32b5a171-bab5-43d6-902b-ea8309fd8107 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-32b5a171-bab5-43d6-902b-ea8309fd8107 { padding-right:30px;width:100%; } } .ablocks-block-32b5a171-bab5-43d6-902b-ea8309fd8107 { text-align:center; } .ablocks-block-32b5a171-bab5-43d6-902b-ea8309fd8107 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-32b5a171-bab5-43d6-902b-ea8309fd8107 .ablocks-button { font-family:Inter; } } .ablocks-block-32b5a171-bab5-43d6-902b-ea8309fd8107 .ablocks-button:hover { transition-duration:s; } .ablocks-block-32b5a171-bab5-43d6-902b-ea8309fd8107 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-32b5a171-bab5-43d6-902b-ea8309fd8107 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-32b5a171-bab5-43d6-902b-ea8309fd8107 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-81974da3-3d27-49e3-a31a-0adb1cf9b4ce { justify-content:left; } 
.ablocks-block-554910ee-cc7d-412a-a906-7ff53c51223e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-554910ee-cc7d-412a-a906-7ff53c51223e { padding-right:30px;width:100%; } } .ablocks-block-554910ee-cc7d-412a-a906-7ff53c51223e { text-align:center; } .ablocks-block-554910ee-cc7d-412a-a906-7ff53c51223e .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-554910ee-cc7d-412a-a906-7ff53c51223e .ablocks-button { font-family:Inter; } } .ablocks-block-554910ee-cc7d-412a-a906-7ff53c51223e .ablocks-button:hover { transition-duration:s; } .ablocks-block-554910ee-cc7d-412a-a906-7ff53c51223e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-554910ee-cc7d-412a-a906-7ff53c51223e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-554910ee-cc7d-412a-a906-7ff53c51223e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-2b648bbb-15bf-4887-8715-949844890839 { justify-content:left; } 
.ablocks-block-f8075982-0257-449e-a44b-8932efc7aa82 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f8075982-0257-449e-a44b-8932efc7aa82 { padding-right:30px;width:100%; } } .ablocks-block-f8075982-0257-449e-a44b-8932efc7aa82 { text-align:center; } .ablocks-block-f8075982-0257-449e-a44b-8932efc7aa82 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-f8075982-0257-449e-a44b-8932efc7aa82 .ablocks-button { font-family:Inter; } } .ablocks-block-f8075982-0257-449e-a44b-8932efc7aa82 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f8075982-0257-449e-a44b-8932efc7aa82 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f8075982-0257-449e-a44b-8932efc7aa82 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f8075982-0257-449e-a44b-8932efc7aa82 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-5a621b77-81f2-4859-b7a0-89b25a903077 { background:!important; } .ablocks-block-5a621b77-81f2-4859-b7a0-89b25a903077:hover { background:!important; } 
.ablocks-block-d95b430b-c9d4-4225-ab4f-97ef19454ee2 { justify-content:left; } 
.ablocks-block-a257ec98-f253-45d3-80b3-d2abbc8316b8 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a257ec98-f253-45d3-80b3-d2abbc8316b8 { text-align:left; } .ablocks-block-a257ec98-f253-45d3-80b3-d2abbc8316b8 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-a257ec98-f253-45d3-80b3-d2abbc8316b8 .ablocks-button { font-family:Inter; } } .ablocks-block-a257ec98-f253-45d3-80b3-d2abbc8316b8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a257ec98-f253-45d3-80b3-d2abbc8316b8 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a257ec98-f253-45d3-80b3-d2abbc8316b8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-a257ec98-f253-45d3-80b3-d2abbc8316b8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d3cfa799-4bea-4798-aba4-74916f341602 { justify-content:left; } 
.ablocks-block-2a9522fb-38ec-4854-a52b-eac852a70851 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a9522fb-38ec-4854-a52b-eac852a70851 { text-align:center; } .ablocks-block-2a9522fb-38ec-4854-a52b-eac852a70851 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-2a9522fb-38ec-4854-a52b-eac852a70851 .ablocks-button { font-family:Inter; } } .ablocks-block-2a9522fb-38ec-4854-a52b-eac852a70851 .ablocks-button:hover { transition-duration:s; } .ablocks-block-2a9522fb-38ec-4854-a52b-eac852a70851 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2a9522fb-38ec-4854-a52b-eac852a70851 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2a9522fb-38ec-4854-a52b-eac852a70851 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-0024927c-d51a-4594-8640-bf0b2fbe81f1 { justify-content:left; } 
.ablocks-block-af96eecc-1d48-4af1-8893-e5c15e27c202 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-af96eecc-1d48-4af1-8893-e5c15e27c202 { padding-right:30px;width:100%; } } .ablocks-block-af96eecc-1d48-4af1-8893-e5c15e27c202 { text-align:center; } .ablocks-block-af96eecc-1d48-4af1-8893-e5c15e27c202 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-af96eecc-1d48-4af1-8893-e5c15e27c202 .ablocks-button { font-family:Inter; } } .ablocks-block-af96eecc-1d48-4af1-8893-e5c15e27c202 .ablocks-button:hover { transition-duration:s; } .ablocks-block-af96eecc-1d48-4af1-8893-e5c15e27c202 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-af96eecc-1d48-4af1-8893-e5c15e27c202 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-af96eecc-1d48-4af1-8893-e5c15e27c202 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-27a8e27a-86ed-44be-8e21-b0841dac1be5 { justify-content:left; } 
.ablocks-block-f5ea76ec-008f-4569-bcd8-c3a251dd1793 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f5ea76ec-008f-4569-bcd8-c3a251dd1793 { padding-right:30px;width:100%; } } .ablocks-block-f5ea76ec-008f-4569-bcd8-c3a251dd1793 { text-align:center; } .ablocks-block-f5ea76ec-008f-4569-bcd8-c3a251dd1793 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-f5ea76ec-008f-4569-bcd8-c3a251dd1793 .ablocks-button { font-family:Inter; } } .ablocks-block-f5ea76ec-008f-4569-bcd8-c3a251dd1793 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f5ea76ec-008f-4569-bcd8-c3a251dd1793 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f5ea76ec-008f-4569-bcd8-c3a251dd1793 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f5ea76ec-008f-4569-bcd8-c3a251dd1793 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-60bd13b9-f041-4c6a-8af1-88c680ba5fac { justify-content:left; } 
.ablocks-block-25b6c309-9a4b-4a60-8c83-acc174e960b4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-25b6c309-9a4b-4a60-8c83-acc174e960b4 { padding-right:30px;width:100%; } } .ablocks-block-25b6c309-9a4b-4a60-8c83-acc174e960b4 { text-align:center; } .ablocks-block-25b6c309-9a4b-4a60-8c83-acc174e960b4 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-25b6c309-9a4b-4a60-8c83-acc174e960b4 .ablocks-button { font-family:Inter; } } .ablocks-block-25b6c309-9a4b-4a60-8c83-acc174e960b4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-25b6c309-9a4b-4a60-8c83-acc174e960b4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-25b6c309-9a4b-4a60-8c83-acc174e960b4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-25b6c309-9a4b-4a60-8c83-acc174e960b4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-54eaf37a-de1a-4909-9165-32b528618b87 { background:!important; } .ablocks-block-54eaf37a-de1a-4909-9165-32b528618b87:hover { background:!important; } 
.ablocks-block-af0f0537-796f-416e-90ad-b3aa2edd3aac { justify-content:left; } 
.ablocks-block-dc5ce7a7-2511-47f3-a751-85f07109d361 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dc5ce7a7-2511-47f3-a751-85f07109d361 { text-align:left; } .ablocks-block-dc5ce7a7-2511-47f3-a751-85f07109d361 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-dc5ce7a7-2511-47f3-a751-85f07109d361 .ablocks-button { font-family:Inter; } } .ablocks-block-dc5ce7a7-2511-47f3-a751-85f07109d361 .ablocks-button:hover { transition-duration:s; } .ablocks-block-dc5ce7a7-2511-47f3-a751-85f07109d361 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-dc5ce7a7-2511-47f3-a751-85f07109d361 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-dc5ce7a7-2511-47f3-a751-85f07109d361 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e396b99e-8c02-45b7-abd5-c42299b54112 { justify-content:left; } 
.ablocks-block-74eaf404-b663-4906-b452-f68e97149f94 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-74eaf404-b663-4906-b452-f68e97149f94 { text-align:center; } .ablocks-block-74eaf404-b663-4906-b452-f68e97149f94 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-74eaf404-b663-4906-b452-f68e97149f94 .ablocks-button { font-family:Inter; } } .ablocks-block-74eaf404-b663-4906-b452-f68e97149f94 .ablocks-button:hover { transition-duration:s; } .ablocks-block-74eaf404-b663-4906-b452-f68e97149f94 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-74eaf404-b663-4906-b452-f68e97149f94 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-74eaf404-b663-4906-b452-f68e97149f94 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-1ef0fa60-4d76-4cc0-ba1c-824cdfc21878 { justify-content:left; } 
.ablocks-block-85208393-374d-4c6e-acb0-6bb7ace056be { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-85208393-374d-4c6e-acb0-6bb7ace056be { padding-right:30px;width:100%; } } .ablocks-block-85208393-374d-4c6e-acb0-6bb7ace056be { text-align:center; } .ablocks-block-85208393-374d-4c6e-acb0-6bb7ace056be .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-85208393-374d-4c6e-acb0-6bb7ace056be .ablocks-button { font-family:Inter; } } .ablocks-block-85208393-374d-4c6e-acb0-6bb7ace056be .ablocks-button:hover { transition-duration:s; } .ablocks-block-85208393-374d-4c6e-acb0-6bb7ace056be .ablocks-icon-wrap { font-size:20px; } .ablocks-block-85208393-374d-4c6e-acb0-6bb7ace056be .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-85208393-374d-4c6e-acb0-6bb7ace056be .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-acf60503-9fd4-47b8-8bd8-cc831f4e4fff { justify-content:left; } 
.ablocks-block-a3c56e6e-3a99-4865-aa0c-dea64c57f214 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a3c56e6e-3a99-4865-aa0c-dea64c57f214 { padding-right:30px;width:100%; } } .ablocks-block-a3c56e6e-3a99-4865-aa0c-dea64c57f214 { text-align:center; } .ablocks-block-a3c56e6e-3a99-4865-aa0c-dea64c57f214 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-a3c56e6e-3a99-4865-aa0c-dea64c57f214 .ablocks-button { font-family:Inter; } } .ablocks-block-a3c56e6e-3a99-4865-aa0c-dea64c57f214 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a3c56e6e-3a99-4865-aa0c-dea64c57f214 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a3c56e6e-3a99-4865-aa0c-dea64c57f214 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a3c56e6e-3a99-4865-aa0c-dea64c57f214 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-ebfc7d56-864f-41c1-9bb9-c212275ba513 { justify-content:left; } 
.ablocks-block-b55e5b8d-6f1e-44f2-bc51-07d3e5eeb3e9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b55e5b8d-6f1e-44f2-bc51-07d3e5eeb3e9 { padding-right:30px;width:100%; } } .ablocks-block-b55e5b8d-6f1e-44f2-bc51-07d3e5eeb3e9 { text-align:center; } .ablocks-block-b55e5b8d-6f1e-44f2-bc51-07d3e5eeb3e9 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-b55e5b8d-6f1e-44f2-bc51-07d3e5eeb3e9 .ablocks-button { font-family:Inter; } } .ablocks-block-b55e5b8d-6f1e-44f2-bc51-07d3e5eeb3e9 .ablocks-button:hover { transition-duration:s; } .ablocks-block-b55e5b8d-6f1e-44f2-bc51-07d3e5eeb3e9 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b55e5b8d-6f1e-44f2-bc51-07d3e5eeb3e9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b55e5b8d-6f1e-44f2-bc51-07d3e5eeb3e9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-f8b3e0ff-350e-4a2a-90b7-869f1c19087f { background:!important; } .ablocks-block-f8b3e0ff-350e-4a2a-90b7-869f1c19087f:hover { background:!important; } 
.ablocks-block-f264e903-8ed8-4b87-b265-68ac9c354933 { justify-content:left; } 
.ablocks-block-23331b61-f4e1-4219-ae2f-c47c9fb96fb3 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23331b61-f4e1-4219-ae2f-c47c9fb96fb3 { text-align:left; } .ablocks-block-23331b61-f4e1-4219-ae2f-c47c9fb96fb3 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-23331b61-f4e1-4219-ae2f-c47c9fb96fb3 .ablocks-button { font-family:Inter; } } .ablocks-block-23331b61-f4e1-4219-ae2f-c47c9fb96fb3 .ablocks-button:hover { transition-duration:s; } .ablocks-block-23331b61-f4e1-4219-ae2f-c47c9fb96fb3 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-23331b61-f4e1-4219-ae2f-c47c9fb96fb3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-23331b61-f4e1-4219-ae2f-c47c9fb96fb3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bc120d14-7837-414e-b21a-2e7a90eca343 { justify-content:left; } 
.ablocks-block-c2d697aa-3122-4b56-abcb-2bc02a79a803 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2d697aa-3122-4b56-abcb-2bc02a79a803 { text-align:center; } .ablocks-block-c2d697aa-3122-4b56-abcb-2bc02a79a803 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c2d697aa-3122-4b56-abcb-2bc02a79a803 .ablocks-button { font-family:Inter; } } .ablocks-block-c2d697aa-3122-4b56-abcb-2bc02a79a803 .ablocks-button:hover { transition-duration:s; } .ablocks-block-c2d697aa-3122-4b56-abcb-2bc02a79a803 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c2d697aa-3122-4b56-abcb-2bc02a79a803 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c2d697aa-3122-4b56-abcb-2bc02a79a803 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-87478ac2-d897-4f46-a38f-af4b9021efd6 { justify-content:left; } 
.ablocks-block-aaf4a763-482c-48c3-b0ac-310a59020e30 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-aaf4a763-482c-48c3-b0ac-310a59020e30 { padding-right:30px;width:100%; } } .ablocks-block-aaf4a763-482c-48c3-b0ac-310a59020e30 { text-align:center; } .ablocks-block-aaf4a763-482c-48c3-b0ac-310a59020e30 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-aaf4a763-482c-48c3-b0ac-310a59020e30 .ablocks-button { font-family:Inter; } } .ablocks-block-aaf4a763-482c-48c3-b0ac-310a59020e30 .ablocks-button:hover { transition-duration:s; } .ablocks-block-aaf4a763-482c-48c3-b0ac-310a59020e30 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-aaf4a763-482c-48c3-b0ac-310a59020e30 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-aaf4a763-482c-48c3-b0ac-310a59020e30 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-d0825ff0-9274-4ceb-8010-fff1059d1298 { justify-content:left; } 
.ablocks-block-1b4499ef-a1e3-4803-beb0-75fc0a22ac0b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-1b4499ef-a1e3-4803-beb0-75fc0a22ac0b { padding-right:30px;width:100%; } } .ablocks-block-1b4499ef-a1e3-4803-beb0-75fc0a22ac0b { text-align:center; } .ablocks-block-1b4499ef-a1e3-4803-beb0-75fc0a22ac0b .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-1b4499ef-a1e3-4803-beb0-75fc0a22ac0b .ablocks-button { font-family:Inter; } } .ablocks-block-1b4499ef-a1e3-4803-beb0-75fc0a22ac0b .ablocks-button:hover { transition-duration:s; } .ablocks-block-1b4499ef-a1e3-4803-beb0-75fc0a22ac0b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1b4499ef-a1e3-4803-beb0-75fc0a22ac0b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1b4499ef-a1e3-4803-beb0-75fc0a22ac0b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-968e5303-5beb-4edd-a433-b97370bcb99f { justify-content:left; } 
.ablocks-block-71bf2efe-ada5-40ee-b6bf-4ea0bf1c679b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-71bf2efe-ada5-40ee-b6bf-4ea0bf1c679b { padding-right:30px;width:100%; } } .ablocks-block-71bf2efe-ada5-40ee-b6bf-4ea0bf1c679b { text-align:center; } .ablocks-block-71bf2efe-ada5-40ee-b6bf-4ea0bf1c679b .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-71bf2efe-ada5-40ee-b6bf-4ea0bf1c679b .ablocks-button { font-family:Inter; } } .ablocks-block-71bf2efe-ada5-40ee-b6bf-4ea0bf1c679b .ablocks-button:hover { transition-duration:s; } .ablocks-block-71bf2efe-ada5-40ee-b6bf-4ea0bf1c679b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-71bf2efe-ada5-40ee-b6bf-4ea0bf1c679b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-71bf2efe-ada5-40ee-b6bf-4ea0bf1c679b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-0d0b5df0-77e7-476b-b554-1e09c5665ab1 { background:!important; } .ablocks-block-0d0b5df0-77e7-476b-b554-1e09c5665ab1:hover { background:!important; } 
.ablocks-block-b9ef3291-8e0b-47b9-b496-bdb04dcb84a7 { justify-content:left; } 
.ablocks-block-19a11a28-bff2-4cc1-80ab-f20028609a62 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-19a11a28-bff2-4cc1-80ab-f20028609a62 { text-align:left; } .ablocks-block-19a11a28-bff2-4cc1-80ab-f20028609a62 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-19a11a28-bff2-4cc1-80ab-f20028609a62 .ablocks-button { font-family:Inter; } } .ablocks-block-19a11a28-bff2-4cc1-80ab-f20028609a62 .ablocks-button:hover { transition-duration:s; } .ablocks-block-19a11a28-bff2-4cc1-80ab-f20028609a62 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-19a11a28-bff2-4cc1-80ab-f20028609a62 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-19a11a28-bff2-4cc1-80ab-f20028609a62 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-fc7d292c-2930-45ee-8c4d-886087f5aa41 { justify-content:left; } 
.ablocks-block-fe91db8a-c1aa-4be2-9b8c-d7b7583b9ce1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe91db8a-c1aa-4be2-9b8c-d7b7583b9ce1 { text-align:center; } .ablocks-block-fe91db8a-c1aa-4be2-9b8c-d7b7583b9ce1 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-fe91db8a-c1aa-4be2-9b8c-d7b7583b9ce1 .ablocks-button { font-family:Inter; } } .ablocks-block-fe91db8a-c1aa-4be2-9b8c-d7b7583b9ce1 .ablocks-button:hover { transition-duration:s; } .ablocks-block-fe91db8a-c1aa-4be2-9b8c-d7b7583b9ce1 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fe91db8a-c1aa-4be2-9b8c-d7b7583b9ce1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-fe91db8a-c1aa-4be2-9b8c-d7b7583b9ce1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-be9d2544-ca3b-4b52-86b6-968362f1d7f2 { justify-content:left; } 
.ablocks-block-693570c7-c1d5-488e-a033-4d67975f247c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-693570c7-c1d5-488e-a033-4d67975f247c { padding-right:30px;width:100%; } } .ablocks-block-693570c7-c1d5-488e-a033-4d67975f247c { text-align:center; } .ablocks-block-693570c7-c1d5-488e-a033-4d67975f247c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-693570c7-c1d5-488e-a033-4d67975f247c .ablocks-button { font-family:Inter; } } .ablocks-block-693570c7-c1d5-488e-a033-4d67975f247c .ablocks-button:hover { transition-duration:s; } .ablocks-block-693570c7-c1d5-488e-a033-4d67975f247c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-693570c7-c1d5-488e-a033-4d67975f247c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-693570c7-c1d5-488e-a033-4d67975f247c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-77d97e30-9e00-43ef-8df2-faabf6e75521 { justify-content:left; } 
.ablocks-block-b58edee1-8240-443a-94d5-ed4368d3dff4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b58edee1-8240-443a-94d5-ed4368d3dff4 { padding-right:30px;width:100%; } } .ablocks-block-b58edee1-8240-443a-94d5-ed4368d3dff4 { text-align:center; } .ablocks-block-b58edee1-8240-443a-94d5-ed4368d3dff4 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-b58edee1-8240-443a-94d5-ed4368d3dff4 .ablocks-button { font-family:Inter; } } .ablocks-block-b58edee1-8240-443a-94d5-ed4368d3dff4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-b58edee1-8240-443a-94d5-ed4368d3dff4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b58edee1-8240-443a-94d5-ed4368d3dff4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b58edee1-8240-443a-94d5-ed4368d3dff4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-ade30794-c669-4b92-85a0-f371c71f5ec1 { justify-content:left; } 
.ablocks-block-9b00075a-1b0c-4ba2-9832-e12e5744122c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-9b00075a-1b0c-4ba2-9832-e12e5744122c { padding-right:30px;width:100%; } } .ablocks-block-9b00075a-1b0c-4ba2-9832-e12e5744122c { text-align:center; } .ablocks-block-9b00075a-1b0c-4ba2-9832-e12e5744122c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-9b00075a-1b0c-4ba2-9832-e12e5744122c .ablocks-button { font-family:Inter; } } .ablocks-block-9b00075a-1b0c-4ba2-9832-e12e5744122c .ablocks-button:hover { transition-duration:s; } .ablocks-block-9b00075a-1b0c-4ba2-9832-e12e5744122c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9b00075a-1b0c-4ba2-9832-e12e5744122c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-9b00075a-1b0c-4ba2-9832-e12e5744122c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-fdf577c2-b6b8-4e59-919a-45bfc7f1d801 { background:!important; } .ablocks-block-fdf577c2-b6b8-4e59-919a-45bfc7f1d801:hover { background:!important; } 
.ablocks-block-3d9b70e3-9f29-4191-bb7d-89223effd172 { justify-content:left; } 
.ablocks-block-a0c9dcb1-9274-4be2-bee8-5af97412c344 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0c9dcb1-9274-4be2-bee8-5af97412c344 { text-align:left; } .ablocks-block-a0c9dcb1-9274-4be2-bee8-5af97412c344 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-a0c9dcb1-9274-4be2-bee8-5af97412c344 .ablocks-button { font-family:Inter; } } .ablocks-block-a0c9dcb1-9274-4be2-bee8-5af97412c344 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a0c9dcb1-9274-4be2-bee8-5af97412c344 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a0c9dcb1-9274-4be2-bee8-5af97412c344 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-a0c9dcb1-9274-4be2-bee8-5af97412c344 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3250d4f7-c274-426f-a89f-7dab934faf93 { justify-content:left; } 
.ablocks-block-bdfa8284-7476-44a9-9776-2cd1c5afc8f3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bdfa8284-7476-44a9-9776-2cd1c5afc8f3 { text-align:center; } .ablocks-block-bdfa8284-7476-44a9-9776-2cd1c5afc8f3 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-bdfa8284-7476-44a9-9776-2cd1c5afc8f3 .ablocks-button { font-family:Inter; } } .ablocks-block-bdfa8284-7476-44a9-9776-2cd1c5afc8f3 .ablocks-button:hover { transition-duration:s; } .ablocks-block-bdfa8284-7476-44a9-9776-2cd1c5afc8f3 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-bdfa8284-7476-44a9-9776-2cd1c5afc8f3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-bdfa8284-7476-44a9-9776-2cd1c5afc8f3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-57bc4209-2e72-4ab1-b82c-8e62e13921d0 { justify-content:left; } 
.ablocks-block-7489306c-0b91-4223-ba71-68c17f11d037 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7489306c-0b91-4223-ba71-68c17f11d037 { padding-right:30px;width:100%; } } .ablocks-block-7489306c-0b91-4223-ba71-68c17f11d037 { text-align:center; } .ablocks-block-7489306c-0b91-4223-ba71-68c17f11d037 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-7489306c-0b91-4223-ba71-68c17f11d037 .ablocks-button { font-family:Inter; } } .ablocks-block-7489306c-0b91-4223-ba71-68c17f11d037 .ablocks-button:hover { transition-duration:s; } .ablocks-block-7489306c-0b91-4223-ba71-68c17f11d037 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7489306c-0b91-4223-ba71-68c17f11d037 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-7489306c-0b91-4223-ba71-68c17f11d037 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-d5317174-e843-4ae9-bb3b-5b042ce772e3 { justify-content:left; } 
.ablocks-block-46d524d1-f748-4915-893e-a496003083ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-46d524d1-f748-4915-893e-a496003083ac { padding-right:30px;width:100%; } } .ablocks-block-46d524d1-f748-4915-893e-a496003083ac { text-align:center; } .ablocks-block-46d524d1-f748-4915-893e-a496003083ac .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-46d524d1-f748-4915-893e-a496003083ac .ablocks-button { font-family:Inter; } } .ablocks-block-46d524d1-f748-4915-893e-a496003083ac .ablocks-button:hover { transition-duration:s; } .ablocks-block-46d524d1-f748-4915-893e-a496003083ac .ablocks-icon-wrap { font-size:20px; } .ablocks-block-46d524d1-f748-4915-893e-a496003083ac .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-46d524d1-f748-4915-893e-a496003083ac .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-dc6adc70-5e6d-4a17-a37c-69dcbd9a0363 { justify-content:left; } 
.ablocks-block-3a25cbfd-f304-4b43-8aca-4e7debcaf0fd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3a25cbfd-f304-4b43-8aca-4e7debcaf0fd { padding-right:30px;width:100%; } } .ablocks-block-3a25cbfd-f304-4b43-8aca-4e7debcaf0fd { text-align:center; } .ablocks-block-3a25cbfd-f304-4b43-8aca-4e7debcaf0fd .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-3a25cbfd-f304-4b43-8aca-4e7debcaf0fd .ablocks-button { font-family:Inter; } } .ablocks-block-3a25cbfd-f304-4b43-8aca-4e7debcaf0fd .ablocks-button:hover { transition-duration:s; } .ablocks-block-3a25cbfd-f304-4b43-8aca-4e7debcaf0fd .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3a25cbfd-f304-4b43-8aca-4e7debcaf0fd .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3a25cbfd-f304-4b43-8aca-4e7debcaf0fd .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-ba6f3b16-4e40-4272-b657-db41c3475141 { background:!important; } .ablocks-block-ba6f3b16-4e40-4272-b657-db41c3475141:hover { background:!important; } 
.ablocks-block-3fb00c31-a97a-4623-91da-c51c0eb5faad { justify-content:left; } 
.ablocks-block-d34a4e02-e1d7-45b5-843a-b239c4c33235 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d34a4e02-e1d7-45b5-843a-b239c4c33235 { text-align:left; } .ablocks-block-d34a4e02-e1d7-45b5-843a-b239c4c33235 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-d34a4e02-e1d7-45b5-843a-b239c4c33235 .ablocks-button { font-family:Inter; } } .ablocks-block-d34a4e02-e1d7-45b5-843a-b239c4c33235 .ablocks-button:hover { transition-duration:s; } .ablocks-block-d34a4e02-e1d7-45b5-843a-b239c4c33235 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d34a4e02-e1d7-45b5-843a-b239c4c33235 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-d34a4e02-e1d7-45b5-843a-b239c4c33235 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0a3053c5-0597-45fa-a00a-242451c389b2 { justify-content:left; } 
.ablocks-block-55bc778a-cc4f-415e-b7d9-a593e69d7069 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55bc778a-cc4f-415e-b7d9-a593e69d7069 { text-align:center; } .ablocks-block-55bc778a-cc4f-415e-b7d9-a593e69d7069 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-55bc778a-cc4f-415e-b7d9-a593e69d7069 .ablocks-button { font-family:Inter; } } .ablocks-block-55bc778a-cc4f-415e-b7d9-a593e69d7069 .ablocks-button:hover { transition-duration:s; } .ablocks-block-55bc778a-cc4f-415e-b7d9-a593e69d7069 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-55bc778a-cc4f-415e-b7d9-a593e69d7069 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-55bc778a-cc4f-415e-b7d9-a593e69d7069 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-7c52bcc8-cb9e-475d-a2e9-0975556f8a8a { justify-content:left; } 
.ablocks-block-0e86efb2-b0c1-460b-bf09-a69d2168db38 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0e86efb2-b0c1-460b-bf09-a69d2168db38 { padding-right:30px;width:100%; } } .ablocks-block-0e86efb2-b0c1-460b-bf09-a69d2168db38 { text-align:center; } .ablocks-block-0e86efb2-b0c1-460b-bf09-a69d2168db38 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-0e86efb2-b0c1-460b-bf09-a69d2168db38 .ablocks-button { font-family:Inter; } } .ablocks-block-0e86efb2-b0c1-460b-bf09-a69d2168db38 .ablocks-button:hover { transition-duration:s; } .ablocks-block-0e86efb2-b0c1-460b-bf09-a69d2168db38 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0e86efb2-b0c1-460b-bf09-a69d2168db38 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0e86efb2-b0c1-460b-bf09-a69d2168db38 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-3dc40024-8d44-4b71-8ad3-74f641f5bb2d { justify-content:left; } 
.ablocks-block-0404efa7-f9d3-4600-b2fb-5dc902ae43a5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0404efa7-f9d3-4600-b2fb-5dc902ae43a5 { padding-right:30px;width:100%; } } .ablocks-block-0404efa7-f9d3-4600-b2fb-5dc902ae43a5 { text-align:center; } .ablocks-block-0404efa7-f9d3-4600-b2fb-5dc902ae43a5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-0404efa7-f9d3-4600-b2fb-5dc902ae43a5 .ablocks-button { font-family:Inter; } } .ablocks-block-0404efa7-f9d3-4600-b2fb-5dc902ae43a5 .ablocks-button:hover { transition-duration:s; } .ablocks-block-0404efa7-f9d3-4600-b2fb-5dc902ae43a5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0404efa7-f9d3-4600-b2fb-5dc902ae43a5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0404efa7-f9d3-4600-b2fb-5dc902ae43a5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-a5ae4a4d-c29a-4ae8-9088-d916a0815d12 { justify-content:left; } 
.ablocks-block-255cab4f-3ca7-4446-9c55-bcc89e85297c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-255cab4f-3ca7-4446-9c55-bcc89e85297c { padding-right:30px;width:100%; } } .ablocks-block-255cab4f-3ca7-4446-9c55-bcc89e85297c { text-align:center; } .ablocks-block-255cab4f-3ca7-4446-9c55-bcc89e85297c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-255cab4f-3ca7-4446-9c55-bcc89e85297c .ablocks-button { font-family:Inter; } } .ablocks-block-255cab4f-3ca7-4446-9c55-bcc89e85297c .ablocks-button:hover { transition-duration:s; } .ablocks-block-255cab4f-3ca7-4446-9c55-bcc89e85297c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-255cab4f-3ca7-4446-9c55-bcc89e85297c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-255cab4f-3ca7-4446-9c55-bcc89e85297c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-16700327-2b38-484c-a705-5ba469f60c0f { background:!important; } .ablocks-block-16700327-2b38-484c-a705-5ba469f60c0f:hover { background:!important; } 
.ablocks-block-a59b158a-266b-4663-8a04-bcfd9fdc2d04 { justify-content:left; } 
.ablocks-block-01f82875-f6f3-4e81-b9e7-fa93ee0b8eac { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01f82875-f6f3-4e81-b9e7-fa93ee0b8eac { text-align:left; } .ablocks-block-01f82875-f6f3-4e81-b9e7-fa93ee0b8eac .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-01f82875-f6f3-4e81-b9e7-fa93ee0b8eac .ablocks-button { font-family:Inter; } } .ablocks-block-01f82875-f6f3-4e81-b9e7-fa93ee0b8eac .ablocks-button:hover { transition-duration:s; } .ablocks-block-01f82875-f6f3-4e81-b9e7-fa93ee0b8eac .ablocks-icon-wrap { font-size:unset; } .ablocks-block-01f82875-f6f3-4e81-b9e7-fa93ee0b8eac .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-01f82875-f6f3-4e81-b9e7-fa93ee0b8eac .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ef090c51-b50c-4dfc-bcb9-63832247ee2b { justify-content:left; } 
.ablocks-block-10ce0ce7-7e01-4475-85af-7cb41d791ab9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-10ce0ce7-7e01-4475-85af-7cb41d791ab9 { text-align:center; } .ablocks-block-10ce0ce7-7e01-4475-85af-7cb41d791ab9 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-10ce0ce7-7e01-4475-85af-7cb41d791ab9 .ablocks-button { font-family:Inter; } } .ablocks-block-10ce0ce7-7e01-4475-85af-7cb41d791ab9 .ablocks-button:hover { transition-duration:s; } .ablocks-block-10ce0ce7-7e01-4475-85af-7cb41d791ab9 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-10ce0ce7-7e01-4475-85af-7cb41d791ab9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-10ce0ce7-7e01-4475-85af-7cb41d791ab9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-4b6bd303-3bca-4f35-bba8-89cf4f9f348e { justify-content:left; } 
.ablocks-block-eddc565a-9eea-4bfa-a37e-482a91363b3a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-eddc565a-9eea-4bfa-a37e-482a91363b3a { padding-right:30px;width:100%; } } .ablocks-block-eddc565a-9eea-4bfa-a37e-482a91363b3a { text-align:center; } .ablocks-block-eddc565a-9eea-4bfa-a37e-482a91363b3a .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-eddc565a-9eea-4bfa-a37e-482a91363b3a .ablocks-button { font-family:Inter; } } .ablocks-block-eddc565a-9eea-4bfa-a37e-482a91363b3a .ablocks-button:hover { transition-duration:s; } .ablocks-block-eddc565a-9eea-4bfa-a37e-482a91363b3a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-eddc565a-9eea-4bfa-a37e-482a91363b3a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-eddc565a-9eea-4bfa-a37e-482a91363b3a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-180fec1e-e7c3-4f8b-8e23-e13121a39f03 { justify-content:left; } 
.ablocks-block-3628e86b-ab9b-44b3-a664-1be902497986 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3628e86b-ab9b-44b3-a664-1be902497986 { padding-right:30px;width:100%; } } .ablocks-block-3628e86b-ab9b-44b3-a664-1be902497986 { text-align:center; } .ablocks-block-3628e86b-ab9b-44b3-a664-1be902497986 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-3628e86b-ab9b-44b3-a664-1be902497986 .ablocks-button { font-family:Inter; } } .ablocks-block-3628e86b-ab9b-44b3-a664-1be902497986 .ablocks-button:hover { transition-duration:s; } .ablocks-block-3628e86b-ab9b-44b3-a664-1be902497986 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3628e86b-ab9b-44b3-a664-1be902497986 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3628e86b-ab9b-44b3-a664-1be902497986 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-119140f6-bc6b-4c75-956b-cf29c8b95bac { justify-content:left; } 
.ablocks-block-ed808674-0e4e-47ef-b25f-5b328e1dd9b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ed808674-0e4e-47ef-b25f-5b328e1dd9b5 { padding-right:30px;width:100%; } } .ablocks-block-ed808674-0e4e-47ef-b25f-5b328e1dd9b5 { text-align:center; } .ablocks-block-ed808674-0e4e-47ef-b25f-5b328e1dd9b5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-ed808674-0e4e-47ef-b25f-5b328e1dd9b5 .ablocks-button { font-family:Inter; } } .ablocks-block-ed808674-0e4e-47ef-b25f-5b328e1dd9b5 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ed808674-0e4e-47ef-b25f-5b328e1dd9b5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ed808674-0e4e-47ef-b25f-5b328e1dd9b5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ed808674-0e4e-47ef-b25f-5b328e1dd9b5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-c6d3e6c5-de48-45d4-b756-3c9cec80d2ad { background:!important; } .ablocks-block-c6d3e6c5-de48-45d4-b756-3c9cec80d2ad:hover { background:!important; } 
.ablocks-block-67137b01-2d1e-44df-bf29-d98f7c4b1905 { justify-content:left; } 
.ablocks-block-f36ce2ec-c7db-4fa3-8ab9-986f23e357c8 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f36ce2ec-c7db-4fa3-8ab9-986f23e357c8 { text-align:left; } .ablocks-block-f36ce2ec-c7db-4fa3-8ab9-986f23e357c8 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-f36ce2ec-c7db-4fa3-8ab9-986f23e357c8 .ablocks-button { font-family:Inter; } } .ablocks-block-f36ce2ec-c7db-4fa3-8ab9-986f23e357c8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f36ce2ec-c7db-4fa3-8ab9-986f23e357c8 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f36ce2ec-c7db-4fa3-8ab9-986f23e357c8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-f36ce2ec-c7db-4fa3-8ab9-986f23e357c8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c9f32d94-e888-416f-a68c-07f9e9141da3 { justify-content:left; } 
.ablocks-block-223a3831-a8ad-4d6b-ae0e-4ded51e9a5e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-223a3831-a8ad-4d6b-ae0e-4ded51e9a5e2 { text-align:center; } .ablocks-block-223a3831-a8ad-4d6b-ae0e-4ded51e9a5e2 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-223a3831-a8ad-4d6b-ae0e-4ded51e9a5e2 .ablocks-button { font-family:Inter; } } .ablocks-block-223a3831-a8ad-4d6b-ae0e-4ded51e9a5e2 .ablocks-button:hover { transition-duration:s; } .ablocks-block-223a3831-a8ad-4d6b-ae0e-4ded51e9a5e2 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-223a3831-a8ad-4d6b-ae0e-4ded51e9a5e2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-223a3831-a8ad-4d6b-ae0e-4ded51e9a5e2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-5987e7ba-35ec-4fdb-9fd6-e3b064ea145a { justify-content:left; } 
.ablocks-block-88e0f3f5-3f42-4fbd-859e-098c41ba21d4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-88e0f3f5-3f42-4fbd-859e-098c41ba21d4 { padding-right:30px;width:100%; } } .ablocks-block-88e0f3f5-3f42-4fbd-859e-098c41ba21d4 { text-align:center; } .ablocks-block-88e0f3f5-3f42-4fbd-859e-098c41ba21d4 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-88e0f3f5-3f42-4fbd-859e-098c41ba21d4 .ablocks-button { font-family:Inter; } } .ablocks-block-88e0f3f5-3f42-4fbd-859e-098c41ba21d4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-88e0f3f5-3f42-4fbd-859e-098c41ba21d4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-88e0f3f5-3f42-4fbd-859e-098c41ba21d4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-88e0f3f5-3f42-4fbd-859e-098c41ba21d4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-de62ef2e-3427-453d-b2ef-baf9546064b1 { justify-content:left; } 
.ablocks-block-eccf91ce-659d-4da4-8c41-69bb61063dff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-eccf91ce-659d-4da4-8c41-69bb61063dff { padding-right:30px;width:100%; } } .ablocks-block-eccf91ce-659d-4da4-8c41-69bb61063dff { text-align:center; } .ablocks-block-eccf91ce-659d-4da4-8c41-69bb61063dff .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-eccf91ce-659d-4da4-8c41-69bb61063dff .ablocks-button { font-family:Inter; } } .ablocks-block-eccf91ce-659d-4da4-8c41-69bb61063dff .ablocks-button:hover { transition-duration:s; } .ablocks-block-eccf91ce-659d-4da4-8c41-69bb61063dff .ablocks-icon-wrap { font-size:20px; } .ablocks-block-eccf91ce-659d-4da4-8c41-69bb61063dff .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-eccf91ce-659d-4da4-8c41-69bb61063dff .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-4aa24cd8-f6c2-4393-adcf-b2df3632990f { justify-content:left; } 
.ablocks-block-2cab118a-292e-4be2-adc0-1136c0631a05 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-2cab118a-292e-4be2-adc0-1136c0631a05 { padding-right:30px;width:100%; } } .ablocks-block-2cab118a-292e-4be2-adc0-1136c0631a05 { text-align:center; } .ablocks-block-2cab118a-292e-4be2-adc0-1136c0631a05 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-2cab118a-292e-4be2-adc0-1136c0631a05 .ablocks-button { font-family:Inter; } } .ablocks-block-2cab118a-292e-4be2-adc0-1136c0631a05 .ablocks-button:hover { transition-duration:s; } .ablocks-block-2cab118a-292e-4be2-adc0-1136c0631a05 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2cab118a-292e-4be2-adc0-1136c0631a05 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2cab118a-292e-4be2-adc0-1136c0631a05 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-e8ffffb5-34d5-4134-9437-19f9740964f8 { background:!important; } .ablocks-block-e8ffffb5-34d5-4134-9437-19f9740964f8:hover { background:!important; } 
.ablocks-block-316595bb-6229-4909-bfe4-dbc7de569bff { justify-content:left; } 
.ablocks-block-52c1eb37-a7df-45db-90d3-aafcea5c4531 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-52c1eb37-a7df-45db-90d3-aafcea5c4531 { text-align:left; } .ablocks-block-52c1eb37-a7df-45db-90d3-aafcea5c4531 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-52c1eb37-a7df-45db-90d3-aafcea5c4531 .ablocks-button { font-family:Inter; } } .ablocks-block-52c1eb37-a7df-45db-90d3-aafcea5c4531 .ablocks-button:hover { transition-duration:s; } .ablocks-block-52c1eb37-a7df-45db-90d3-aafcea5c4531 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-52c1eb37-a7df-45db-90d3-aafcea5c4531 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-52c1eb37-a7df-45db-90d3-aafcea5c4531 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b74277b2-d5df-4e1a-b866-d7002c243d71 { justify-content:left; } 
.ablocks-block-e473def9-1a13-4146-aa5f-8b49234b69ec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e473def9-1a13-4146-aa5f-8b49234b69ec { text-align:center; } .ablocks-block-e473def9-1a13-4146-aa5f-8b49234b69ec .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e473def9-1a13-4146-aa5f-8b49234b69ec .ablocks-button { font-family:Inter; } } .ablocks-block-e473def9-1a13-4146-aa5f-8b49234b69ec .ablocks-button:hover { transition-duration:s; } .ablocks-block-e473def9-1a13-4146-aa5f-8b49234b69ec .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e473def9-1a13-4146-aa5f-8b49234b69ec .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e473def9-1a13-4146-aa5f-8b49234b69ec .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-5ff71bf4-e36f-417d-852d-3420fb11f13b { justify-content:left; } 
.ablocks-block-f8b97248-14a6-4560-b375-2e8de48d18a7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f8b97248-14a6-4560-b375-2e8de48d18a7 { padding-right:30px;width:100%; } } .ablocks-block-f8b97248-14a6-4560-b375-2e8de48d18a7 { text-align:center; } .ablocks-block-f8b97248-14a6-4560-b375-2e8de48d18a7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-f8b97248-14a6-4560-b375-2e8de48d18a7 .ablocks-button { font-family:Inter; } } .ablocks-block-f8b97248-14a6-4560-b375-2e8de48d18a7 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f8b97248-14a6-4560-b375-2e8de48d18a7 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f8b97248-14a6-4560-b375-2e8de48d18a7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f8b97248-14a6-4560-b375-2e8de48d18a7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-1f94b218-2cb6-43e5-be34-c327bbf6818f { justify-content:left; } 
.ablocks-block-601c9b60-a909-4adc-865c-3894cc93fa51 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-601c9b60-a909-4adc-865c-3894cc93fa51 { text-align:center; } .ablocks-block-601c9b60-a909-4adc-865c-3894cc93fa51 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#ffb224;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-601c9b60-a909-4adc-865c-3894cc93fa51 .ablocks-button { font-family:Inter; } } .ablocks-block-601c9b60-a909-4adc-865c-3894cc93fa51 .ablocks-button:hover { transition-duration:s; } .ablocks-block-601c9b60-a909-4adc-865c-3894cc93fa51 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-601c9b60-a909-4adc-865c-3894cc93fa51 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-601c9b60-a909-4adc-865c-3894cc93fa51 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFB224; } 
.ablocks-block-7dbc216a-ef1c-4fe2-a7aa-9d99cb682164 { justify-content:left; } 
.ablocks-block-6e590fa3-66f3-404d-bdf0-07fe0723e587 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-6e590fa3-66f3-404d-bdf0-07fe0723e587 { padding-right:30px;width:100%; } } .ablocks-block-6e590fa3-66f3-404d-bdf0-07fe0723e587 { text-align:center; } .ablocks-block-6e590fa3-66f3-404d-bdf0-07fe0723e587 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-6e590fa3-66f3-404d-bdf0-07fe0723e587 .ablocks-button { font-family:Inter; } } .ablocks-block-6e590fa3-66f3-404d-bdf0-07fe0723e587 .ablocks-button:hover { transition-duration:s; } .ablocks-block-6e590fa3-66f3-404d-bdf0-07fe0723e587 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6e590fa3-66f3-404d-bdf0-07fe0723e587 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-6e590fa3-66f3-404d-bdf0-07fe0723e587 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-e7b74930-890a-4176-a710-0a4a92132978 { background:!important; } .ablocks-block-e7b74930-890a-4176-a710-0a4a92132978:hover { background:!important; } 
.ablocks-block-332455b7-f3de-4655-b9d3-1ef1aa4791e0 { justify-content:left; } 
.ablocks-block-69fa3c2e-bb7b-47c5-a4f6-5196f6e1ff89 { padding-top:5px;padding-bottom:5px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69fa3c2e-bb7b-47c5-a4f6-5196f6e1ff89 { text-align:left; } .ablocks-block-69fa3c2e-bb7b-47c5-a4f6-5196f6e1ff89 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-69fa3c2e-bb7b-47c5-a4f6-5196f6e1ff89 .ablocks-button { font-family:Inter; } } .ablocks-block-69fa3c2e-bb7b-47c5-a4f6-5196f6e1ff89 .ablocks-button:hover { transition-duration:s; } .ablocks-block-69fa3c2e-bb7b-47c5-a4f6-5196f6e1ff89 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-69fa3c2e-bb7b-47c5-a4f6-5196f6e1ff89 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-69fa3c2e-bb7b-47c5-a4f6-5196f6e1ff89 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5e1b8720-2ab4-4457-b9ae-561c45834b88 { justify-content:left; } 
.ablocks-block-2b7d22da-4644-4497-8769-e79d69efc6b6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b7d22da-4644-4497-8769-e79d69efc6b6 { text-align:center; } .ablocks-block-2b7d22da-4644-4497-8769-e79d69efc6b6 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-2b7d22da-4644-4497-8769-e79d69efc6b6 .ablocks-button { font-family:Inter; } } .ablocks-block-2b7d22da-4644-4497-8769-e79d69efc6b6 .ablocks-button:hover { transition-duration:s; } .ablocks-block-2b7d22da-4644-4497-8769-e79d69efc6b6 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2b7d22da-4644-4497-8769-e79d69efc6b6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2b7d22da-4644-4497-8769-e79d69efc6b6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-8b665508-d40e-4104-9402-6305bf37f9ce { justify-content:left; } 
.ablocks-block-58af6624-4c10-47bd-9028-f98f28c133ca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-58af6624-4c10-47bd-9028-f98f28c133ca { padding-right:30px;width:100%; } } .ablocks-block-58af6624-4c10-47bd-9028-f98f28c133ca { text-align:center; } .ablocks-block-58af6624-4c10-47bd-9028-f98f28c133ca .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#FF4D4D;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-right:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-58af6624-4c10-47bd-9028-f98f28c133ca .ablocks-button { font-family:Inter; } } .ablocks-block-58af6624-4c10-47bd-9028-f98f28c133ca .ablocks-button:hover { transition-duration:s; } .ablocks-block-58af6624-4c10-47bd-9028-f98f28c133ca .ablocks-icon-wrap { font-size:20px; } .ablocks-block-58af6624-4c10-47bd-9028-f98f28c133ca .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-58af6624-4c10-47bd-9028-f98f28c133ca .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF4D4D; } 
.ablocks-block-0ebde437-6eef-4c06-95b1-33188b06d061 { justify-content:left; } 
.ablocks-block-57a600c5-4af6-4923-8663-0a428dc2364e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57a600c5-4af6-4923-8663-0a428dc2364e { text-align:center; } .ablocks-block-57a600c5-4af6-4923-8663-0a428dc2364e .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-57a600c5-4af6-4923-8663-0a428dc2364e .ablocks-button { font-family:Inter; } } .ablocks-block-57a600c5-4af6-4923-8663-0a428dc2364e .ablocks-button:hover { transition-duration:s; } .ablocks-block-57a600c5-4af6-4923-8663-0a428dc2364e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-57a600c5-4af6-4923-8663-0a428dc2364e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-57a600c5-4af6-4923-8663-0a428dc2364e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-c6f257be-7c3c-407a-b6a8-7f211d43fe65 { justify-content:left; } 
.ablocks-block-b38b945c-ba3b-4282-96d8-0ca99c72850e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b38b945c-ba3b-4282-96d8-0ca99c72850e { text-align:center; } .ablocks-block-b38b945c-ba3b-4282-96d8-0ca99c72850e .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#00AD6B;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b38b945c-ba3b-4282-96d8-0ca99c72850e .ablocks-button { font-family:Inter; } } .ablocks-block-b38b945c-ba3b-4282-96d8-0ca99c72850e .ablocks-button:hover { transition-duration:s; } .ablocks-block-b38b945c-ba3b-4282-96d8-0ca99c72850e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b38b945c-ba3b-4282-96d8-0ca99c72850e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b38b945c-ba3b-4282-96d8-0ca99c72850e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#00AD6B; } 
.ablocks-block-5fe1b98e-fe01-4d6e-96bd-9530dc19d0b7 { margin-top:0px;padding-top:30px;padding-bottom:70px;border-width:0px;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5fe1b98e-fe01-4d6e-96bd-9530dc19d0b7.ablocks-block--container { padding-top:30px;padding-bottom:70px;overflow:visible; } .ablocks-block-5fe1b98e-fe01-4d6e-96bd-9530dc19d0b7 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-5fe1b98e-fe01-4d6e-96bd-9530dc19d0b7 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:42px;column-gap:20px; } .ablocks-block-5fe1b98e-fe01-4d6e-96bd-9530dc19d0b7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:42px;column-gap:20px; } 
.ablocks-block-40df18ec-a221-4d40-b725-bef0be8207f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-40df18ec-a221-4d40-b725-bef0be8207f7 { padding-left:20px; } } .ablocks-block-40df18ec-a221-4d40-b725-bef0be8207f7 { text-align:left; } .ablocks-block-40df18ec-a221-4d40-b725-bef0be8207f7 .ablocks-heading-text { font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:36px;line-height:44px;letter-spacing:-0.72px; } @media screen and (max-width: 800px) { .ablocks-block-40df18ec-a221-4d40-b725-bef0be8207f7 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0 { box-shadow:0px 4px 12px 0px #0000001A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0.ablocks-block--table table, .ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0.ablocks-block--table .ablocks-block--table-cell { border-style:solid;border-color:#DEDEDE; } .ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0.ablocks-block--table .ablocks-block--table-header { background:#f4f4f4 !important; } .ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0 .ablocks-block--table-body { background:#ffffff !important; } .ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0 .ablocks-block--table-body:hover { background:!important; } .ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-8784e8f7-b116-4462-a470-e4ab05e87bf0.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-dd823195-befd-4369-9c43-aa237e8c351c { background:!important; } .ablocks-block-dd823195-befd-4369-9c43-aa237e8c351c:hover { background:!important; } 
.ablocks-block-0fa02bcb-20c5-4b7f-ad3c-1b67a2302107 { justify-content:left; } 
.ablocks-block-1b77e0b2-8d87-4d08-8b87-11edb87b745f { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-1b77e0b2-8d87-4d08-8b87-11edb87b745f { padding-right:160px;width:100%; } } .ablocks-block-1b77e0b2-8d87-4d08-8b87-11edb87b745f { text-align:left; } .ablocks-block-1b77e0b2-8d87-4d08-8b87-11edb87b745f .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-1b77e0b2-8d87-4d08-8b87-11edb87b745f .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-1b77e0b2-8d87-4d08-8b87-11edb87b745f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8710ae65-3de9-4cb9-b0a3-0f817d39e2dc { justify-content:left; } 
.ablocks-block-265ad416-4ae6-4211-8b2e-53df56e6592d { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-265ad416-4ae6-4211-8b2e-53df56e6592d { padding-right:40px;padding-left:40px; } } .ablocks-block-265ad416-4ae6-4211-8b2e-53df56e6592d { text-align:center; } .ablocks-block-265ad416-4ae6-4211-8b2e-53df56e6592d .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-265ad416-4ae6-4211-8b2e-53df56e6592d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-265ad416-4ae6-4211-8b2e-53df56e6592d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e48dead5-1063-480a-805d-f6296503b456 { justify-content:left; } 
.ablocks-block-250751c4-2355-4f0e-b756-6a421c3ee892 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-250751c4-2355-4f0e-b756-6a421c3ee892 { padding-right:40px;padding-left:40px; } } .ablocks-block-250751c4-2355-4f0e-b756-6a421c3ee892 { text-align:center; } .ablocks-block-250751c4-2355-4f0e-b756-6a421c3ee892 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-250751c4-2355-4f0e-b756-6a421c3ee892 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-250751c4-2355-4f0e-b756-6a421c3ee892 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5cd52d16-34ca-47d4-8494-034882746ff5 { justify-content:left; } 
.ablocks-block-f96d1c91-36e6-4642-82af-66b9c40f7d29 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f96d1c91-36e6-4642-82af-66b9c40f7d29 { padding-right:40px;padding-left:40px; } } .ablocks-block-f96d1c91-36e6-4642-82af-66b9c40f7d29 { text-align:center; } .ablocks-block-f96d1c91-36e6-4642-82af-66b9c40f7d29 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-f96d1c91-36e6-4642-82af-66b9c40f7d29 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-f96d1c91-36e6-4642-82af-66b9c40f7d29 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-97ef3602-aef2-4539-89f7-bb627ef99c80 { justify-content:left; } 
.ablocks-block-288c4e33-31a9-4c11-b0c2-edca9acefe22 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-288c4e33-31a9-4c11-b0c2-edca9acefe22 { padding-right:94px;padding-left:40px;width:100%; } } .ablocks-block-288c4e33-31a9-4c11-b0c2-edca9acefe22 { text-align:center; } @media screen and (max-width: 480px) { .ablocks-block-288c4e33-31a9-4c11-b0c2-edca9acefe22 { text-align:left; } } .ablocks-block-288c4e33-31a9-4c11-b0c2-edca9acefe22 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-288c4e33-31a9-4c11-b0c2-edca9acefe22 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-288c4e33-31a9-4c11-b0c2-edca9acefe22 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-0ff4a56e-844e-4e6f-a47c-f802ab9a7234 { background:!important; } .ablocks-block-0ff4a56e-844e-4e6f-a47c-f802ab9a7234:hover { background:!important; } 
.ablocks-block-b80e9b78-5b06-4560-87e2-918ee6b3b5e3 { justify-content:left; } 
.ablocks-block-d8c258a8-8030-4b56-b39e-4f2a9a750573 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d8c258a8-8030-4b56-b39e-4f2a9a750573 { text-align:left; } .ablocks-block-d8c258a8-8030-4b56-b39e-4f2a9a750573 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-d8c258a8-8030-4b56-b39e-4f2a9a750573 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-d8c258a8-8030-4b56-b39e-4f2a9a750573 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8ae447a2-1a86-415f-b443-d37d92b3766e { justify-content:left; } 
.ablocks-block-91443e6d-2c07-4de5-b2c5-1b2faedfeacf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91443e6d-2c07-4de5-b2c5-1b2faedfeacf { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-91443e6d-2c07-4de5-b2c5-1b2faedfeacf .ablocks-icon-wrap { font-size:20px; } .ablocks-block-91443e6d-2c07-4de5-b2c5-1b2faedfeacf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-91443e6d-2c07-4de5-b2c5-1b2faedfeacf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-583035e6-e2e2-4d42-8bd9-92a06536774d { justify-content:left; } 
.ablocks-block-c7a4abe0-bbfa-4921-bfe3-2a2c32cb0a3a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c7a4abe0-bbfa-4921-bfe3-2a2c32cb0a3a { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-c7a4abe0-bbfa-4921-bfe3-2a2c32cb0a3a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c7a4abe0-bbfa-4921-bfe3-2a2c32cb0a3a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c7a4abe0-bbfa-4921-bfe3-2a2c32cb0a3a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-0718521a-1937-4c13-9710-0538f690ba38 { justify-content:left; } 
.ablocks-block-460a1a1c-624f-48b5-8990-022135698e4c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-460a1a1c-624f-48b5-8990-022135698e4c { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-460a1a1c-624f-48b5-8990-022135698e4c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-460a1a1c-624f-48b5-8990-022135698e4c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-460a1a1c-624f-48b5-8990-022135698e4c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-becef74a-9f21-4533-8932-f52df8a55de6 { justify-content:left; } 
.ablocks-block-07813272-3518-4fa7-b1fd-d756ab4bba8b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-07813272-3518-4fa7-b1fd-d756ab4bba8b { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-07813272-3518-4fa7-b1fd-d756ab4bba8b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-07813272-3518-4fa7-b1fd-d756ab4bba8b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-07813272-3518-4fa7-b1fd-d756ab4bba8b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-175ee35d-e6f4-4a60-824e-c836c03796c7 { background:!important; } .ablocks-block-175ee35d-e6f4-4a60-824e-c836c03796c7:hover { background:!important; } 
.ablocks-block-633e462f-be08-472e-824d-e07229ddd395 { justify-content:left; } 
.ablocks-block-e395b5dc-23aa-40dc-b8ee-7902f7f8c415 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e395b5dc-23aa-40dc-b8ee-7902f7f8c415 { text-align:left; } .ablocks-block-e395b5dc-23aa-40dc-b8ee-7902f7f8c415 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e395b5dc-23aa-40dc-b8ee-7902f7f8c415 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e395b5dc-23aa-40dc-b8ee-7902f7f8c415 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-785d1034-4593-4b10-a0dd-7e5ff8a030e4 { justify-content:left; } 
.ablocks-block-1ad3f631-4e96-4978-b56e-203ec546d002 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ad3f631-4e96-4978-b56e-203ec546d002 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-1ad3f631-4e96-4978-b56e-203ec546d002 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1ad3f631-4e96-4978-b56e-203ec546d002 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1ad3f631-4e96-4978-b56e-203ec546d002 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-bfc358a9-b329-4c86-86c8-3628f29313df { justify-content:left; } 
.ablocks-block-eea1126d-f31e-4aa1-b616-fef1edb76c3a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eea1126d-f31e-4aa1-b616-fef1edb76c3a { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-eea1126d-f31e-4aa1-b616-fef1edb76c3a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-eea1126d-f31e-4aa1-b616-fef1edb76c3a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-eea1126d-f31e-4aa1-b616-fef1edb76c3a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-323d7f69-0d06-41ef-950f-b16c1b975129 { justify-content:left; } 
.ablocks-block-f2fc898d-7d21-4bcf-98e6-19a082770944 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2fc898d-7d21-4bcf-98e6-19a082770944 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-f2fc898d-7d21-4bcf-98e6-19a082770944 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f2fc898d-7d21-4bcf-98e6-19a082770944 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f2fc898d-7d21-4bcf-98e6-19a082770944 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-f7c82728-6c43-44b3-871c-2ed9f0a6a324 { justify-content:left; } 
.ablocks-block-4804392d-ea3f-4acb-a41f-26d3a4915028 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4804392d-ea3f-4acb-a41f-26d3a4915028 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-4804392d-ea3f-4acb-a41f-26d3a4915028 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4804392d-ea3f-4acb-a41f-26d3a4915028 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4804392d-ea3f-4acb-a41f-26d3a4915028 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-08e73b36-853d-479d-8c61-56401795e36f { background:!important; } .ablocks-block-08e73b36-853d-479d-8c61-56401795e36f:hover { background:!important; } 
.ablocks-block-3899daf4-e403-4d5a-b455-f2ac2a9c2b76 { justify-content:left; } 
.ablocks-block-b94518ed-078a-458e-bd30-084894b14e53 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b94518ed-078a-458e-bd30-084894b14e53 { text-align:left; } .ablocks-block-b94518ed-078a-458e-bd30-084894b14e53 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b94518ed-078a-458e-bd30-084894b14e53 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b94518ed-078a-458e-bd30-084894b14e53 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f1d21929-ef4e-47c3-bb2c-059875f817fd { justify-content:left; } 
.ablocks-block-64af0de8-2e8a-4757-b949-0804e78b47ad { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64af0de8-2e8a-4757-b949-0804e78b47ad { text-align:center; } .ablocks-block-64af0de8-2e8a-4757-b949-0804e78b47ad .ablocks-paragraph-text { color:#383232;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-64af0de8-2e8a-4757-b949-0804e78b47ad .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-64af0de8-2e8a-4757-b949-0804e78b47ad .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f2767300-0158-4d8e-b791-0bcd778dc36f { justify-content:left; } 
.ablocks-block-46329955-c677-485a-884b-71af939ade3d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46329955-c677-485a-884b-71af939ade3d { text-align:center; } .ablocks-block-46329955-c677-485a-884b-71af939ade3d .ablocks-paragraph-text { color:#383232;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-46329955-c677-485a-884b-71af939ade3d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-46329955-c677-485a-884b-71af939ade3d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f562f18a-397c-4d07-be97-0eacf67f532b { justify-content:left; } 
.ablocks-block-876c30b9-21d7-4779-b9cb-6a34672d6036 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-876c30b9-21d7-4779-b9cb-6a34672d6036 { text-align:center; } .ablocks-block-876c30b9-21d7-4779-b9cb-6a34672d6036 .ablocks-paragraph-text { color:#383232;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-876c30b9-21d7-4779-b9cb-6a34672d6036 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-876c30b9-21d7-4779-b9cb-6a34672d6036 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ed3877fc-b004-4717-b1ef-bf582a4356c9 { justify-content:left; } 
.ablocks-block-63cf5024-c96a-4714-9ad7-668628a33a3f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-63cf5024-c96a-4714-9ad7-668628a33a3f { text-align:center; } .ablocks-block-63cf5024-c96a-4714-9ad7-668628a33a3f .ablocks-paragraph-text { color:#383232;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-63cf5024-c96a-4714-9ad7-668628a33a3f .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-63cf5024-c96a-4714-9ad7-668628a33a3f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3daa7cbf-47c0-40d0-8f30-82097cc9913e { background:!important; } .ablocks-block-3daa7cbf-47c0-40d0-8f30-82097cc9913e:hover { background:!important; } 
.ablocks-block-38dbf9eb-5ac6-474a-85e0-0d1a1f531101 { justify-content:left; } 
.ablocks-block-e5aa0c5e-e1d3-4a6b-97e6-d35336bb53ad { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5aa0c5e-e1d3-4a6b-97e6-d35336bb53ad { text-align:left; } .ablocks-block-e5aa0c5e-e1d3-4a6b-97e6-d35336bb53ad .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e5aa0c5e-e1d3-4a6b-97e6-d35336bb53ad .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e5aa0c5e-e1d3-4a6b-97e6-d35336bb53ad .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9be31f77-294a-4dc8-9ac9-88538bbcceda { justify-content:left; } 
.ablocks-block-aae94fd4-ad3e-4adf-9a07-35ecaa0cc473 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aae94fd4-ad3e-4adf-9a07-35ecaa0cc473 { text-align:center; } .ablocks-block-aae94fd4-ad3e-4adf-9a07-35ecaa0cc473 .ablocks-paragraph-text { color:#383232;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-aae94fd4-ad3e-4adf-9a07-35ecaa0cc473 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-aae94fd4-ad3e-4adf-9a07-35ecaa0cc473 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-97ed6316-55d8-4645-9c86-71481d50765b { justify-content:left; } 
.ablocks-block-7dcb8f8d-3a6a-4e62-9964-ce2b188bad09 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dcb8f8d-3a6a-4e62-9964-ce2b188bad09 { text-align:center; } .ablocks-block-7dcb8f8d-3a6a-4e62-9964-ce2b188bad09 .ablocks-paragraph-text { color:#383232;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7dcb8f8d-3a6a-4e62-9964-ce2b188bad09 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7dcb8f8d-3a6a-4e62-9964-ce2b188bad09 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6ed1c02d-c1e9-437a-8ca2-ec04fccd3d36 { justify-content:left; } 
.ablocks-block-42ef3e63-63ff-42c7-a0de-6cff52f7d9cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42ef3e63-63ff-42c7-a0de-6cff52f7d9cb { text-align:center; } .ablocks-block-42ef3e63-63ff-42c7-a0de-6cff52f7d9cb .ablocks-paragraph-text { color:#383232;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-42ef3e63-63ff-42c7-a0de-6cff52f7d9cb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-42ef3e63-63ff-42c7-a0de-6cff52f7d9cb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cabd17d2-add9-4622-b99e-b6c8298c8763 { justify-content:left; } 
.ablocks-block-e0c0fbeb-db0a-4faa-9f53-015c18520a80 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e0c0fbeb-db0a-4faa-9f53-015c18520a80 { text-align:center; } .ablocks-block-e0c0fbeb-db0a-4faa-9f53-015c18520a80 .ablocks-paragraph-text { color:#383232;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e0c0fbeb-db0a-4faa-9f53-015c18520a80 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e0c0fbeb-db0a-4faa-9f53-015c18520a80 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bb8e32ba-72e0-4d50-b4c2-968434134e4c { margin-top:0px;margin-left:80px;padding-top:60px;padding-bottom:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bb8e32ba-72e0-4d50-b4c2-968434134e4c { margin:0px; } } .ablocks-block-bb8e32ba-72e0-4d50-b4c2-968434134e4c.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } .ablocks-block-bb8e32ba-72e0-4d50-b4c2-968434134e4c > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-bb8e32ba-72e0-4d50-b4c2-968434134e4c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } .ablocks-block-bb8e32ba-72e0-4d50-b4c2-968434134e4c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } 
.ablocks-block-f7edaee1-8c24-4e4a-bf72-a9033b10df5a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f7edaee1-8c24-4e4a-bf72-a9033b10df5a { text-align:center; } .ablocks-block-f7edaee1-8c24-4e4a-bf72-a9033b10df5a .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-f7edaee1-8c24-4e4a-bf72-a9033b10df5a .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-f7edaee1-8c24-4e4a-bf72-a9033b10df5a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-31cd4893-b536-4504-bac5-e2ae6dfc5fb4 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-31cd4893-b536-4504-bac5-e2ae6dfc5fb4 { text-align:center; } .ablocks-block-31cd4893-b536-4504-bac5-e2ae6dfc5fb4 .ablocks-paragraph-text { color:#000;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-31cd4893-b536-4504-bac5-e2ae6dfc5fb4 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-31cd4893-b536-4504-bac5-e2ae6dfc5fb4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-699bd231-3397-41e0-9e69-d86059cebf76 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-699bd231-3397-41e0-9e69-d86059cebf76 { text-align:center; } .ablocks-block-699bd231-3397-41e0-9e69-d86059cebf76 .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-699bd231-3397-41e0-9e69-d86059cebf76 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-699bd231-3397-41e0-9e69-d86059cebf76 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7d1118f2-f615-45ba-a44a-a0b8499c3410 { margin-top:0px;padding-top:60px;padding-bottom:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d1118f2-f615-45ba-a44a-a0b8499c3410.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } .ablocks-block-7d1118f2-f615-45ba-a44a-a0b8499c3410 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-7d1118f2-f615-45ba-a44a-a0b8499c3410 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-7d1118f2-f615-45ba-a44a-a0b8499c3410.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba { box-shadow:0px 4px 12px 0px #0000001A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba { width:100%; } } .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba.ablocks-block--table table, .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba.ablocks-block--table .ablocks-block--table-cell { border-style:solid;border-color:#DEDEDE; } .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba.ablocks-block--table .ablocks-block--table-header { background:#f4f4f4 !important; } .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba .ablocks-block--table-body { background:!important; } .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba .ablocks-block--table-body:hover { background:!important; } .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-a24ef2d8-7d8a-4aba-8ebb-b9e3935c3aba.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-d6a7b221-c2b6-4ac7-ad81-1549e2e7096c { background:!important; } .ablocks-block-d6a7b221-c2b6-4ac7-ad81-1549e2e7096c:hover { background:!important; } 
.ablocks-block-c3c9df1f-7416-43f4-b488-a901391ccf1c { justify-content:left; } 
.ablocks-block-98fd217b-2258-44eb-8fd3-82137418328c { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-98fd217b-2258-44eb-8fd3-82137418328c { padding-right:191px; } } .ablocks-block-98fd217b-2258-44eb-8fd3-82137418328c { text-align:left; } .ablocks-block-98fd217b-2258-44eb-8fd3-82137418328c .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-98fd217b-2258-44eb-8fd3-82137418328c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-98fd217b-2258-44eb-8fd3-82137418328c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-36e0f883-5e8a-4147-8732-b117ca57a944 { justify-content:left; } 
.ablocks-block-e6c87794-9872-4eba-98ff-99bd336a6642 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e6c87794-9872-4eba-98ff-99bd336a6642 { padding-right:40px;padding-left:40px; } } .ablocks-block-e6c87794-9872-4eba-98ff-99bd336a6642 { text-align:center; } .ablocks-block-e6c87794-9872-4eba-98ff-99bd336a6642 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-e6c87794-9872-4eba-98ff-99bd336a6642 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e6c87794-9872-4eba-98ff-99bd336a6642 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9f8ad947-855f-4452-b9c5-be685191b198 { justify-content:left; } 
.ablocks-block-5f330e0b-2ac3-445b-a9cd-7aa3da973dc8 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-5f330e0b-2ac3-445b-a9cd-7aa3da973dc8 { padding-right:40px;padding-left:40px; } } .ablocks-block-5f330e0b-2ac3-445b-a9cd-7aa3da973dc8 { text-align:center; } .ablocks-block-5f330e0b-2ac3-445b-a9cd-7aa3da973dc8 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-5f330e0b-2ac3-445b-a9cd-7aa3da973dc8 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-5f330e0b-2ac3-445b-a9cd-7aa3da973dc8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-81969c55-1d97-436e-b682-c711e5ecf2cf { justify-content:left; } 
.ablocks-block-106813b6-0a48-4519-9be7-b0fbfed78019 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-106813b6-0a48-4519-9be7-b0fbfed78019 { padding-right:40px;padding-left:40px; } } .ablocks-block-106813b6-0a48-4519-9be7-b0fbfed78019 { text-align:center; } .ablocks-block-106813b6-0a48-4519-9be7-b0fbfed78019 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-106813b6-0a48-4519-9be7-b0fbfed78019 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-106813b6-0a48-4519-9be7-b0fbfed78019 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-01591076-3e69-4a02-bddb-992f1fe0d4fb { justify-content:left; } 
.ablocks-block-d285b11d-a67f-4fb0-8902-1d0bab07c39a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d285b11d-a67f-4fb0-8902-1d0bab07c39a { padding-right:68px;padding-left:40px;width:100%; } } .ablocks-block-d285b11d-a67f-4fb0-8902-1d0bab07c39a { text-align:center; } @media screen and (max-width: 480px) { .ablocks-block-d285b11d-a67f-4fb0-8902-1d0bab07c39a { text-align:left; } } .ablocks-block-d285b11d-a67f-4fb0-8902-1d0bab07c39a .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-d285b11d-a67f-4fb0-8902-1d0bab07c39a .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-d285b11d-a67f-4fb0-8902-1d0bab07c39a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-ec903ac3-5aef-4e30-b85e-29815903a79f { background:!important; } .ablocks-block-ec903ac3-5aef-4e30-b85e-29815903a79f:hover { background:!important; } 
.ablocks-block-fa3de86a-238b-441c-aedd-518419b9d584 { justify-content:left; } 
.ablocks-block-7c1ce19a-da6a-4976-8d7e-dbad61bcf12d { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c1ce19a-da6a-4976-8d7e-dbad61bcf12d { text-align:left; } .ablocks-block-7c1ce19a-da6a-4976-8d7e-dbad61bcf12d .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7c1ce19a-da6a-4976-8d7e-dbad61bcf12d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7c1ce19a-da6a-4976-8d7e-dbad61bcf12d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-37108c49-1eae-4c8b-bc1f-1e351dcb3084 { justify-content:left; } 
.ablocks-block-f7607019-430d-4ad3-bec3-320b50c378d0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f7607019-430d-4ad3-bec3-320b50c378d0 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-f7607019-430d-4ad3-bec3-320b50c378d0 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f7607019-430d-4ad3-bec3-320b50c378d0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f7607019-430d-4ad3-bec3-320b50c378d0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-31696bef-9b73-4adc-95aa-8f6f4837aa0a { justify-content:left; } 
.ablocks-block-c2fe08ad-6c17-46d7-92d7-2a41b75bb8f9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2fe08ad-6c17-46d7-92d7-2a41b75bb8f9 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-c2fe08ad-6c17-46d7-92d7-2a41b75bb8f9 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c2fe08ad-6c17-46d7-92d7-2a41b75bb8f9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c2fe08ad-6c17-46d7-92d7-2a41b75bb8f9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-9e2279be-5dc4-4671-a615-06edb7bd8c40 { justify-content:left; } 
.ablocks-block-dfb7de96-29fe-4e50-8dc6-ef3991855e3e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dfb7de96-29fe-4e50-8dc6-ef3991855e3e { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-dfb7de96-29fe-4e50-8dc6-ef3991855e3e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-dfb7de96-29fe-4e50-8dc6-ef3991855e3e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-dfb7de96-29fe-4e50-8dc6-ef3991855e3e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-a1380c7c-297f-46c8-8eaf-71cdde96f28c { justify-content:left; } 
.ablocks-block-4b90fe3e-c187-440a-912e-55f53897d148 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b90fe3e-c187-440a-912e-55f53897d148 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-4b90fe3e-c187-440a-912e-55f53897d148 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4b90fe3e-c187-440a-912e-55f53897d148 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4b90fe3e-c187-440a-912e-55f53897d148 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-dd0a61ae-1510-4b1c-97fa-7040a725b8ec { background:!important; } .ablocks-block-dd0a61ae-1510-4b1c-97fa-7040a725b8ec:hover { background:!important; } 
.ablocks-block-b4785b67-989d-4c81-ab2b-5902fd8d495e { justify-content:left; } 
.ablocks-block-cc5eb516-2d61-415b-8596-8b08c8aa3a2e { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cc5eb516-2d61-415b-8596-8b08c8aa3a2e { text-align:left; } .ablocks-block-cc5eb516-2d61-415b-8596-8b08c8aa3a2e .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-cc5eb516-2d61-415b-8596-8b08c8aa3a2e .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-cc5eb516-2d61-415b-8596-8b08c8aa3a2e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3de9ce50-a572-4dd5-a54e-2de45b1494ca { justify-content:left; } 
.ablocks-block-8cd63f7f-91b3-4350-b10a-aef3348269fc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8cd63f7f-91b3-4350-b10a-aef3348269fc { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-8cd63f7f-91b3-4350-b10a-aef3348269fc .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8cd63f7f-91b3-4350-b10a-aef3348269fc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8cd63f7f-91b3-4350-b10a-aef3348269fc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-8273b9bf-9cb8-470c-a8b2-9a162777cc79 { justify-content:left; } 
.ablocks-block-f2d9a4d8-ee2f-40c2-9044-b6285a77f99c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2d9a4d8-ee2f-40c2-9044-b6285a77f99c { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-f2d9a4d8-ee2f-40c2-9044-b6285a77f99c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f2d9a4d8-ee2f-40c2-9044-b6285a77f99c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f2d9a4d8-ee2f-40c2-9044-b6285a77f99c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-28e821b8-1b4a-4443-9a7f-cd913a0bd796 { justify-content:left; } 
.ablocks-block-b2ea8bfe-f6a8-4d50-b86d-dc269ae68024 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b2ea8bfe-f6a8-4d50-b86d-dc269ae68024 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-b2ea8bfe-f6a8-4d50-b86d-dc269ae68024 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b2ea8bfe-f6a8-4d50-b86d-dc269ae68024 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b2ea8bfe-f6a8-4d50-b86d-dc269ae68024 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-8151d9a6-c3ab-4dab-86ad-05c65b58ddda { justify-content:left; } 
.ablocks-block-54e8f269-75b6-4b16-ba33-b9f9b195b13a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54e8f269-75b6-4b16-ba33-b9f9b195b13a { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-54e8f269-75b6-4b16-ba33-b9f9b195b13a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-54e8f269-75b6-4b16-ba33-b9f9b195b13a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-54e8f269-75b6-4b16-ba33-b9f9b195b13a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-3df59134-87dd-4157-9523-8b20d250f6ef { background:!important; } .ablocks-block-3df59134-87dd-4157-9523-8b20d250f6ef:hover { background:!important; } 
.ablocks-block-1d3152b5-2659-48eb-a54b-9a3db5c0a504 { justify-content:left; } 
.ablocks-block-3876ed35-d99f-45a3-8a44-dc3ff36ee13c { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3876ed35-d99f-45a3-8a44-dc3ff36ee13c { text-align:left; } .ablocks-block-3876ed35-d99f-45a3-8a44-dc3ff36ee13c .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3876ed35-d99f-45a3-8a44-dc3ff36ee13c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-3876ed35-d99f-45a3-8a44-dc3ff36ee13c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6284e57c-23c6-4b90-925e-7dddda6fc6ca { justify-content:left; } 
.ablocks-block-3401666c-8b52-4133-b45b-85046a367ca5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3401666c-8b52-4133-b45b-85046a367ca5 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-3401666c-8b52-4133-b45b-85046a367ca5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3401666c-8b52-4133-b45b-85046a367ca5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3401666c-8b52-4133-b45b-85046a367ca5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-5915f8da-6893-49fc-a1fb-393cb1806b3b { justify-content:left; } 
.ablocks-block-5496a287-5a93-41c9-94b0-33c660c750aa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5496a287-5a93-41c9-94b0-33c660c750aa { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-5496a287-5a93-41c9-94b0-33c660c750aa .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5496a287-5a93-41c9-94b0-33c660c750aa .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5496a287-5a93-41c9-94b0-33c660c750aa .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-a054eb21-c42c-4c0c-8c49-0c0b03a65673 { justify-content:left; } 
.ablocks-block-c6e3e4d7-e947-4d8f-bb2f-abd0e39c9191 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c6e3e4d7-e947-4d8f-bb2f-abd0e39c9191 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-c6e3e4d7-e947-4d8f-bb2f-abd0e39c9191 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c6e3e4d7-e947-4d8f-bb2f-abd0e39c9191 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c6e3e4d7-e947-4d8f-bb2f-abd0e39c9191 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-9a0c7748-c697-45dc-819b-add1fa573e7a { justify-content:left; } 
.ablocks-block-6e82524b-7194-4a1e-bd5e-f2007addf423 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e82524b-7194-4a1e-bd5e-f2007addf423 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-6e82524b-7194-4a1e-bd5e-f2007addf423 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6e82524b-7194-4a1e-bd5e-f2007addf423 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-6e82524b-7194-4a1e-bd5e-f2007addf423 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-1ab92323-819b-446a-862c-f24eed159cd0 { background:!important; } .ablocks-block-1ab92323-819b-446a-862c-f24eed159cd0:hover { background:!important; } 
.ablocks-block-984d2c0e-ce20-4077-bb2a-ca353730576d { justify-content:left; } 
.ablocks-block-65eb5846-d7df-403b-80d9-a57dbd913927 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65eb5846-d7df-403b-80d9-a57dbd913927 { text-align:left; } .ablocks-block-65eb5846-d7df-403b-80d9-a57dbd913927 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-65eb5846-d7df-403b-80d9-a57dbd913927 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-65eb5846-d7df-403b-80d9-a57dbd913927 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ad37624c-12b8-48d2-b562-8d1e6dfd035e { justify-content:left; } 
.ablocks-block-2a0d63be-bec2-4d68-a91f-c72727add33a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a0d63be-bec2-4d68-a91f-c72727add33a { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-2a0d63be-bec2-4d68-a91f-c72727add33a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2a0d63be-bec2-4d68-a91f-c72727add33a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2a0d63be-bec2-4d68-a91f-c72727add33a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-e732ae8e-d56e-455e-bcd5-e0baec130333 { justify-content:left; } 
.ablocks-block-72ae3865-d1e6-4f92-bc52-52e28c155796 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72ae3865-d1e6-4f92-bc52-52e28c155796 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-72ae3865-d1e6-4f92-bc52-52e28c155796 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-72ae3865-d1e6-4f92-bc52-52e28c155796 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-72ae3865-d1e6-4f92-bc52-52e28c155796 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-32fc798b-3f0e-4624-b895-3498085db8fc { justify-content:left; } 
.ablocks-block-a6ce8e59-4635-47d3-8694-1236c6cea457 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6ce8e59-4635-47d3-8694-1236c6cea457 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-a6ce8e59-4635-47d3-8694-1236c6cea457 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a6ce8e59-4635-47d3-8694-1236c6cea457 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a6ce8e59-4635-47d3-8694-1236c6cea457 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-0ede2cb0-5167-4ed3-853b-86155d54a72b { justify-content:left; } 
.ablocks-block-82cca68f-2123-4329-8e7a-3c7640e39d9c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82cca68f-2123-4329-8e7a-3c7640e39d9c { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-82cca68f-2123-4329-8e7a-3c7640e39d9c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-82cca68f-2123-4329-8e7a-3c7640e39d9c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-82cca68f-2123-4329-8e7a-3c7640e39d9c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-e1e4ac2f-3f62-49b0-bfda-bb8ac1aae753 { background:!important; } .ablocks-block-e1e4ac2f-3f62-49b0-bfda-bb8ac1aae753:hover { background:!important; } 
.ablocks-block-429b3fa8-b767-46df-a532-24230b28ecf8 { justify-content:left; } 
.ablocks-block-341bee0e-3485-445e-ac9f-f461f624f086 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-341bee0e-3485-445e-ac9f-f461f624f086 { text-align:left; } .ablocks-block-341bee0e-3485-445e-ac9f-f461f624f086 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-341bee0e-3485-445e-ac9f-f461f624f086 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-341bee0e-3485-445e-ac9f-f461f624f086 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2e5ee11b-fcf6-4291-978a-f22aeacc06d4 { justify-content:left; } 
.ablocks-block-29f5c600-8020-44ad-8439-34ac05dcbec4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29f5c600-8020-44ad-8439-34ac05dcbec4 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-29f5c600-8020-44ad-8439-34ac05dcbec4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-29f5c600-8020-44ad-8439-34ac05dcbec4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-29f5c600-8020-44ad-8439-34ac05dcbec4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-ab364d68-68cd-471a-ba24-2e172c6debb0 { justify-content:left; } 
.ablocks-block-e5e83257-6a0c-454d-bf27-0b891e7b6ea7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5e83257-6a0c-454d-bf27-0b891e7b6ea7 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-e5e83257-6a0c-454d-bf27-0b891e7b6ea7 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e5e83257-6a0c-454d-bf27-0b891e7b6ea7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e5e83257-6a0c-454d-bf27-0b891e7b6ea7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-f409ecee-e440-471b-ba79-5cda6450813a { justify-content:left; } 
.ablocks-block-2612e7ff-4399-48f7-80c1-32ac169472ff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2612e7ff-4399-48f7-80c1-32ac169472ff { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-2612e7ff-4399-48f7-80c1-32ac169472ff .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2612e7ff-4399-48f7-80c1-32ac169472ff .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2612e7ff-4399-48f7-80c1-32ac169472ff .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-1a4125aa-3dd5-43f3-8181-d89a15948ee8 { justify-content:left; } 
.ablocks-block-1df76082-f0ea-440c-9b95-0853df868de0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1df76082-f0ea-440c-9b95-0853df868de0 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-1df76082-f0ea-440c-9b95-0853df868de0 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1df76082-f0ea-440c-9b95-0853df868de0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1df76082-f0ea-440c-9b95-0853df868de0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-34167709-2436-4157-b78c-4651ac2ee124 { background:!important; } .ablocks-block-34167709-2436-4157-b78c-4651ac2ee124:hover { background:!important; } 
.ablocks-block-e70b467a-185a-4564-8cc3-d2aca674611c { justify-content:left; } 
.ablocks-block-526eadb2-7893-4980-881d-37c5d7373088 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-526eadb2-7893-4980-881d-37c5d7373088 { text-align:left; } .ablocks-block-526eadb2-7893-4980-881d-37c5d7373088 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-526eadb2-7893-4980-881d-37c5d7373088 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-526eadb2-7893-4980-881d-37c5d7373088 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0f09fc78-e5ae-447b-a724-b1dc847135ac { justify-content:left; } 
.ablocks-block-781ce3d4-3654-428a-976d-6ffade9973f6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-781ce3d4-3654-428a-976d-6ffade9973f6 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-781ce3d4-3654-428a-976d-6ffade9973f6 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-781ce3d4-3654-428a-976d-6ffade9973f6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-781ce3d4-3654-428a-976d-6ffade9973f6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-79d625d1-7e08-4d5a-97c5-578efd28bd51 { justify-content:left; } 
.ablocks-block-1bd3ccd6-06de-45d1-a62e-3127cd7e8221 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1bd3ccd6-06de-45d1-a62e-3127cd7e8221 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-1bd3ccd6-06de-45d1-a62e-3127cd7e8221 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1bd3ccd6-06de-45d1-a62e-3127cd7e8221 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1bd3ccd6-06de-45d1-a62e-3127cd7e8221 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-959664cf-e3c7-4c3c-bb82-5f7671c663de { justify-content:left; } 
.ablocks-block-0b4a2958-578b-49aa-9e6f-6915925a5d91 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b4a2958-578b-49aa-9e6f-6915925a5d91 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-0b4a2958-578b-49aa-9e6f-6915925a5d91 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0b4a2958-578b-49aa-9e6f-6915925a5d91 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0b4a2958-578b-49aa-9e6f-6915925a5d91 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-2153cf09-75a1-4c34-ba97-1ca51c63b579 { justify-content:left; } 
.ablocks-block-d34fdebb-c51f-468f-948e-d763237ff076 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d34fdebb-c51f-468f-948e-d763237ff076 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-d34fdebb-c51f-468f-948e-d763237ff076 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d34fdebb-c51f-468f-948e-d763237ff076 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d34fdebb-c51f-468f-948e-d763237ff076 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-bdabbbfe-7b53-4fcb-b754-b279d494e14c { background:!important; } .ablocks-block-bdabbbfe-7b53-4fcb-b754-b279d494e14c:hover { background:!important; } 
.ablocks-block-7d958c37-9c38-4d27-ab14-976d08c40f99 { justify-content:left; } 
.ablocks-block-b2bfffd5-4953-4685-8a75-e29858e69161 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b2bfffd5-4953-4685-8a75-e29858e69161 { text-align:left; } .ablocks-block-b2bfffd5-4953-4685-8a75-e29858e69161 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b2bfffd5-4953-4685-8a75-e29858e69161 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b2bfffd5-4953-4685-8a75-e29858e69161 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b28b90db-307c-4c5e-805b-b7d7b89f51de { justify-content:left; } 
.ablocks-block-c8f81ab7-908e-4e26-a9e9-c386f5b8f40e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8f81ab7-908e-4e26-a9e9-c386f5b8f40e { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-c8f81ab7-908e-4e26-a9e9-c386f5b8f40e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c8f81ab7-908e-4e26-a9e9-c386f5b8f40e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c8f81ab7-908e-4e26-a9e9-c386f5b8f40e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-53695594-9ebe-45a1-bbb2-d4ffbc14b1fa { justify-content:left; } 
.ablocks-block-e5834927-8799-41fe-aec3-e72ac8fe24dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5834927-8799-41fe-aec3-e72ac8fe24dc { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-e5834927-8799-41fe-aec3-e72ac8fe24dc .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e5834927-8799-41fe-aec3-e72ac8fe24dc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e5834927-8799-41fe-aec3-e72ac8fe24dc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-205f23fc-8d1b-412f-9da7-991bd0bf78a8 { justify-content:left; } 
.ablocks-block-b1e96a7b-250f-4dec-98f2-16eefe28e469 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b1e96a7b-250f-4dec-98f2-16eefe28e469 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-b1e96a7b-250f-4dec-98f2-16eefe28e469 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b1e96a7b-250f-4dec-98f2-16eefe28e469 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b1e96a7b-250f-4dec-98f2-16eefe28e469 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-ab584a66-c0e9-4aa6-b6c1-ea7a64e561c9 { justify-content:left; } 
.ablocks-block-d84db0e9-c534-4121-b7cd-fe6777742f09 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d84db0e9-c534-4121-b7cd-fe6777742f09 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-d84db0e9-c534-4121-b7cd-fe6777742f09 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d84db0e9-c534-4121-b7cd-fe6777742f09 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d84db0e9-c534-4121-b7cd-fe6777742f09 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-90c23526-94e8-4a58-b7e4-968b987edb32 { margin-top:0px;margin-left:80px;padding-top:60px;padding-bottom:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-90c23526-94e8-4a58-b7e4-968b987edb32.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } .ablocks-block-90c23526-94e8-4a58-b7e4-968b987edb32 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-90c23526-94e8-4a58-b7e4-968b987edb32 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-90c23526-94e8-4a58-b7e4-968b987edb32.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-acf5ac5a-c5f0-464a-91b1-f95cdb65a4d7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-acf5ac5a-c5f0-464a-91b1-f95cdb65a4d7 { text-align:center; } .ablocks-block-acf5ac5a-c5f0-464a-91b1-f95cdb65a4d7 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-acf5ac5a-c5f0-464a-91b1-f95cdb65a4d7 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-acf5ac5a-c5f0-464a-91b1-f95cdb65a4d7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-407396b9-0f86-4bc7-a67b-57ddb1a79f9c { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-407396b9-0f86-4bc7-a67b-57ddb1a79f9c { text-align:center; } .ablocks-block-407396b9-0f86-4bc7-a67b-57ddb1a79f9c .ablocks-paragraph-text { color:#000;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-407396b9-0f86-4bc7-a67b-57ddb1a79f9c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-407396b9-0f86-4bc7-a67b-57ddb1a79f9c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-069a6711-d9c5-43ef-8089-eb57aeb0ffb2 { margin-top:-19px;margin-bottom:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-069a6711-d9c5-43ef-8089-eb57aeb0ffb2 { text-align:center; } .ablocks-block-069a6711-d9c5-43ef-8089-eb57aeb0ffb2 .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-069a6711-d9c5-43ef-8089-eb57aeb0ffb2 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-069a6711-d9c5-43ef-8089-eb57aeb0ffb2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2b29a111-6fa8-43cc-83ce-50c874827085 { margin-top:0px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b29a111-6fa8-43cc-83ce-50c874827085.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-2b29a111-6fa8-43cc-83ce-50c874827085 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-2b29a111-6fa8-43cc-83ce-50c874827085 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-2b29a111-6fa8-43cc-83ce-50c874827085.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25 { box-shadow:0px 4px 12px 0px #0000001A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25.ablocks-block--table table, .ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25.ablocks-block--table .ablocks-block--table-cell { border-style:solid;border-color:#DEDEDE; } .ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25.ablocks-block--table .ablocks-block--table-header { background:#f4f4f4 !important; } .ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25 .ablocks-block--table-body { background:!important; } .ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25 .ablocks-block--table-body:hover { background:!important; } .ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-3cb25ed0-af45-4e1e-a3e1-57071f2e6e25.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-36cc183e-e44c-4cd8-82b6-620070627ee7 { background:!important; } .ablocks-block-36cc183e-e44c-4cd8-82b6-620070627ee7:hover { background:!important; } 
.ablocks-block-1234523a-237a-4fb7-a3e4-a89be613cfe9 { justify-content:left; } 
.ablocks-block-5e655ed5-b0cd-4566-b0d5-0c9843804e31 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-5e655ed5-b0cd-4566-b0d5-0c9843804e31 { padding-right:138px; } } .ablocks-block-5e655ed5-b0cd-4566-b0d5-0c9843804e31 { text-align:left; } .ablocks-block-5e655ed5-b0cd-4566-b0d5-0c9843804e31 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-5e655ed5-b0cd-4566-b0d5-0c9843804e31 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-5e655ed5-b0cd-4566-b0d5-0c9843804e31 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d2948842-6d87-4042-84ec-9c324211575f { justify-content:left; } 
.ablocks-block-4ba026ca-26af-42e2-917c-54f171d526f6 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-4ba026ca-26af-42e2-917c-54f171d526f6 { padding-right:40px;padding-left:40px; } } .ablocks-block-4ba026ca-26af-42e2-917c-54f171d526f6 { text-align:center; } .ablocks-block-4ba026ca-26af-42e2-917c-54f171d526f6 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-4ba026ca-26af-42e2-917c-54f171d526f6 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-4ba026ca-26af-42e2-917c-54f171d526f6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2c44ec19-9c2e-4180-b250-2b0f8af69bfa { justify-content:left; } 
.ablocks-block-e761aab4-8923-4244-8275-d38e2212d71d { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e761aab4-8923-4244-8275-d38e2212d71d { padding-right:40px;padding-left:40px; } } .ablocks-block-e761aab4-8923-4244-8275-d38e2212d71d { text-align:center; } .ablocks-block-e761aab4-8923-4244-8275-d38e2212d71d .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-e761aab4-8923-4244-8275-d38e2212d71d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e761aab4-8923-4244-8275-d38e2212d71d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d7c0a63e-7a78-4b73-9e94-05904caaceea { justify-content:left; } 
.ablocks-block-eb7b7ff9-a115-47cd-8aba-cd2475632f70 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-eb7b7ff9-a115-47cd-8aba-cd2475632f70 { padding-right:40px;padding-left:40px; } } .ablocks-block-eb7b7ff9-a115-47cd-8aba-cd2475632f70 { text-align:center; } .ablocks-block-eb7b7ff9-a115-47cd-8aba-cd2475632f70 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-eb7b7ff9-a115-47cd-8aba-cd2475632f70 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-eb7b7ff9-a115-47cd-8aba-cd2475632f70 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dd199a41-a9f8-490d-8d9b-45f61a80878d { justify-content:left; } 
.ablocks-block-b6d47202-02a6-4e16-895b-835995bbadaf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b6d47202-02a6-4e16-895b-835995bbadaf { padding-right:77px;padding-left:40px;width:100%; } } .ablocks-block-b6d47202-02a6-4e16-895b-835995bbadaf { text-align:center; } @media screen and (max-width: 480px) { .ablocks-block-b6d47202-02a6-4e16-895b-835995bbadaf { text-align:left; } } .ablocks-block-b6d47202-02a6-4e16-895b-835995bbadaf .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-b6d47202-02a6-4e16-895b-835995bbadaf .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b6d47202-02a6-4e16-895b-835995bbadaf .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-1a5d72ae-a370-4f16-bd9d-7bca8227d333 { background:!important; } .ablocks-block-1a5d72ae-a370-4f16-bd9d-7bca8227d333:hover { background:!important; } 
.ablocks-block-e997be33-f3fc-4c4d-bb27-cccf7e811e6d { justify-content:left; } 
.ablocks-block-788a501d-7bd0-4628-bbb6-d65fbdddb202 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-788a501d-7bd0-4628-bbb6-d65fbdddb202 { text-align:left; } .ablocks-block-788a501d-7bd0-4628-bbb6-d65fbdddb202 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-788a501d-7bd0-4628-bbb6-d65fbdddb202 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-788a501d-7bd0-4628-bbb6-d65fbdddb202 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1e05db4c-c0d6-45ed-a55e-e2cc9782492f { justify-content:left; } 
.ablocks-block-f2420fb2-a574-4b9c-9ca1-f3e57781878a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2420fb2-a574-4b9c-9ca1-f3e57781878a { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-f2420fb2-a574-4b9c-9ca1-f3e57781878a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f2420fb2-a574-4b9c-9ca1-f3e57781878a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f2420fb2-a574-4b9c-9ca1-f3e57781878a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-346fdbdb-f24e-4cc0-bfec-7bfda9054aa7 { justify-content:left; } 
.ablocks-block-c7e87edc-f6ba-496e-95bc-43b805fc697d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c7e87edc-f6ba-496e-95bc-43b805fc697d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-c7e87edc-f6ba-496e-95bc-43b805fc697d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c7e87edc-f6ba-496e-95bc-43b805fc697d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c7e87edc-f6ba-496e-95bc-43b805fc697d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-5dcb1abb-ac30-40f9-aa0a-6aa81ee1de70 { justify-content:left; } 
.ablocks-block-d4efce06-5262-48b1-beb9-88c07243f030 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d4efce06-5262-48b1-beb9-88c07243f030 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-d4efce06-5262-48b1-beb9-88c07243f030 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d4efce06-5262-48b1-beb9-88c07243f030 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d4efce06-5262-48b1-beb9-88c07243f030 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-6b2a7a35-b252-4432-b1e8-0c1894e74dc3 { justify-content:left; } 
.ablocks-block-0aca02a2-9e3b-426d-b989-fc9679aa21ca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0aca02a2-9e3b-426d-b989-fc9679aa21ca { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-0aca02a2-9e3b-426d-b989-fc9679aa21ca .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0aca02a2-9e3b-426d-b989-fc9679aa21ca .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0aca02a2-9e3b-426d-b989-fc9679aa21ca .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-337636e3-d4cb-41b2-a22c-d7e555943a1b { background:!important; } .ablocks-block-337636e3-d4cb-41b2-a22c-d7e555943a1b:hover { background:!important; } 
.ablocks-block-8d721bcb-3bb1-48d5-b3df-93e5b53fe11e { justify-content:left; } 
.ablocks-block-0134018a-9e72-4fd6-acbf-e928e0cc10d3 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0134018a-9e72-4fd6-acbf-e928e0cc10d3 { text-align:left; } .ablocks-block-0134018a-9e72-4fd6-acbf-e928e0cc10d3 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0134018a-9e72-4fd6-acbf-e928e0cc10d3 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-0134018a-9e72-4fd6-acbf-e928e0cc10d3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-28bf5ceb-d49c-4e80-b9f9-8ce6f1f66f44 { justify-content:left; } 
.ablocks-block-b2ffa9a4-00d8-4c12-8a23-e9f873a3ee77 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b2ffa9a4-00d8-4c12-8a23-e9f873a3ee77 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-b2ffa9a4-00d8-4c12-8a23-e9f873a3ee77 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b2ffa9a4-00d8-4c12-8a23-e9f873a3ee77 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b2ffa9a4-00d8-4c12-8a23-e9f873a3ee77 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-48c14335-f0fb-49da-be47-af703ae400f8 { justify-content:left; } 
.ablocks-block-4b716d9e-676c-4eb0-9872-415ac08dffd7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b716d9e-676c-4eb0-9872-415ac08dffd7 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-4b716d9e-676c-4eb0-9872-415ac08dffd7 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4b716d9e-676c-4eb0-9872-415ac08dffd7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4b716d9e-676c-4eb0-9872-415ac08dffd7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-b2ace0bb-c5ad-4d16-8e9a-947482cb7916 { justify-content:left; } 
.ablocks-block-0b3bfedc-bc26-493b-a94e-4573eda1cfe6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b3bfedc-bc26-493b-a94e-4573eda1cfe6 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-0b3bfedc-bc26-493b-a94e-4573eda1cfe6 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0b3bfedc-bc26-493b-a94e-4573eda1cfe6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0b3bfedc-bc26-493b-a94e-4573eda1cfe6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-11a2443e-b17e-44f2-a9cb-6c0d81f7da6a { justify-content:left; } 
.ablocks-block-26b4117a-dda9-4de7-bec7-6d04f2871bf4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-26b4117a-dda9-4de7-bec7-6d04f2871bf4 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-26b4117a-dda9-4de7-bec7-6d04f2871bf4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-26b4117a-dda9-4de7-bec7-6d04f2871bf4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-26b4117a-dda9-4de7-bec7-6d04f2871bf4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-e6909376-f1e1-4171-9751-6e994f7c6f7a { background:!important; } .ablocks-block-e6909376-f1e1-4171-9751-6e994f7c6f7a:hover { background:!important; } 
.ablocks-block-15b98a39-a793-4443-a93c-28edd30cfd00 { justify-content:left; } 
.ablocks-block-796f93a7-b952-4292-b9e5-f7e7c15d114a { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-796f93a7-b952-4292-b9e5-f7e7c15d114a { text-align:left; } .ablocks-block-796f93a7-b952-4292-b9e5-f7e7c15d114a .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-796f93a7-b952-4292-b9e5-f7e7c15d114a .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-796f93a7-b952-4292-b9e5-f7e7c15d114a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a7464662-7543-4e44-af8c-5a990626efb3 { justify-content:left; } 
.ablocks-block-073ed7cb-e4e8-48ea-a12e-e63fdafa4b20 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-073ed7cb-e4e8-48ea-a12e-e63fdafa4b20 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-073ed7cb-e4e8-48ea-a12e-e63fdafa4b20 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-073ed7cb-e4e8-48ea-a12e-e63fdafa4b20 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-073ed7cb-e4e8-48ea-a12e-e63fdafa4b20 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-35a1ae3c-1be9-4fcb-a704-3422fb0a3459 { justify-content:left; } 
.ablocks-block-85b791dc-cb30-4c17-8012-1b7386f380d3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85b791dc-cb30-4c17-8012-1b7386f380d3 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-85b791dc-cb30-4c17-8012-1b7386f380d3 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-85b791dc-cb30-4c17-8012-1b7386f380d3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-85b791dc-cb30-4c17-8012-1b7386f380d3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-6817506f-a613-4eb3-a875-abf5698bb25f { justify-content:left; } 
.ablocks-block-333d0b69-255c-436c-82a6-e43dffb4f95e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-333d0b69-255c-436c-82a6-e43dffb4f95e { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-333d0b69-255c-436c-82a6-e43dffb4f95e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-333d0b69-255c-436c-82a6-e43dffb4f95e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-333d0b69-255c-436c-82a6-e43dffb4f95e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-c0f84bb7-3ddb-46d1-874d-8d2c6688f974 { justify-content:left; } 
.ablocks-block-2590e10a-7bd5-410a-b94f-4283305f5c71 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2590e10a-7bd5-410a-b94f-4283305f5c71 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-2590e10a-7bd5-410a-b94f-4283305f5c71 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2590e10a-7bd5-410a-b94f-4283305f5c71 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2590e10a-7bd5-410a-b94f-4283305f5c71 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-47f61876-d0cb-4d37-bd9d-ddeda4181e22 { margin-top:0px;margin-left:80px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-47f61876-d0cb-4d37-bd9d-ddeda4181e22 { margin:0px; } } .ablocks-block-47f61876-d0cb-4d37-bd9d-ddeda4181e22.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-47f61876-d0cb-4d37-bd9d-ddeda4181e22 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-47f61876-d0cb-4d37-bd9d-ddeda4181e22 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-47f61876-d0cb-4d37-bd9d-ddeda4181e22.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-38714f91-f93b-489a-b67e-f20d0469e482 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-38714f91-f93b-489a-b67e-f20d0469e482 { text-align:center; } .ablocks-block-38714f91-f93b-489a-b67e-f20d0469e482 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-38714f91-f93b-489a-b67e-f20d0469e482 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-38714f91-f93b-489a-b67e-f20d0469e482 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e32a28cc-ff2e-4330-b845-8912cbd87d4d { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e32a28cc-ff2e-4330-b845-8912cbd87d4d { text-align:center; } .ablocks-block-e32a28cc-ff2e-4330-b845-8912cbd87d4d .ablocks-paragraph-text { color:#000;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-e32a28cc-ff2e-4330-b845-8912cbd87d4d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e32a28cc-ff2e-4330-b845-8912cbd87d4d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a4eea39f-a3a3-4062-8164-2248cf2233ff { margin-top:-19px;margin-bottom:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4eea39f-a3a3-4062-8164-2248cf2233ff { text-align:center; } .ablocks-block-a4eea39f-a3a3-4062-8164-2248cf2233ff .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-a4eea39f-a3a3-4062-8164-2248cf2233ff .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a4eea39f-a3a3-4062-8164-2248cf2233ff .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7f74dbd3-71a5-4270-a199-3a7f28972b52 { margin-top:0px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f74dbd3-71a5-4270-a199-3a7f28972b52.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-7f74dbd3-71a5-4270-a199-3a7f28972b52 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-7f74dbd3-71a5-4270-a199-3a7f28972b52 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-7f74dbd3-71a5-4270-a199-3a7f28972b52.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3 { box-shadow:0px 4px 12px 0px #0000001A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3.ablocks-block--table table, .ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3.ablocks-block--table .ablocks-block--table-cell { border-style:solid;border-color:#DEDEDE; } .ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3.ablocks-block--table .ablocks-block--table-header { background:#f4f4f4 !important; } .ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3 .ablocks-block--table-body { background:!important; } .ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3 .ablocks-block--table-body:hover { background:!important; } .ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-c717dbd0-8ea8-48d2-afdd-ed4646730fc3.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-aacde267-48b7-421f-a14b-0c38ad9dfe7c { background:!important; } .ablocks-block-aacde267-48b7-421f-a14b-0c38ad9dfe7c:hover { background:!important; } 
.ablocks-block-5985c4c6-d182-4fbf-b4e1-e41cdcbb4c61 { justify-content:left; } 
.ablocks-block-66a03039-1dbb-45a8-a77a-f6222ca2eb21 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-66a03039-1dbb-45a8-a77a-f6222ca2eb21 { padding-right:167px; } } .ablocks-block-66a03039-1dbb-45a8-a77a-f6222ca2eb21 { text-align:left; } .ablocks-block-66a03039-1dbb-45a8-a77a-f6222ca2eb21 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-66a03039-1dbb-45a8-a77a-f6222ca2eb21 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-66a03039-1dbb-45a8-a77a-f6222ca2eb21 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-734d4e82-92b1-4e9c-876d-108704aa2353 { justify-content:left; } 
.ablocks-block-172bb890-1191-4a2f-9144-5278d580708c { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-172bb890-1191-4a2f-9144-5278d580708c { padding-right:40px;padding-left:40px; } } .ablocks-block-172bb890-1191-4a2f-9144-5278d580708c { text-align:center; } .ablocks-block-172bb890-1191-4a2f-9144-5278d580708c .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-172bb890-1191-4a2f-9144-5278d580708c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-172bb890-1191-4a2f-9144-5278d580708c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-99c0bdd0-f802-479e-ace1-c30443089812 { justify-content:left; } 
.ablocks-block-182d0e08-ed86-410b-87bb-5fbad6c916c8 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-182d0e08-ed86-410b-87bb-5fbad6c916c8 { padding-right:40px;padding-left:40px; } } .ablocks-block-182d0e08-ed86-410b-87bb-5fbad6c916c8 { text-align:center; } .ablocks-block-182d0e08-ed86-410b-87bb-5fbad6c916c8 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-182d0e08-ed86-410b-87bb-5fbad6c916c8 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-182d0e08-ed86-410b-87bb-5fbad6c916c8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3189ac5f-0303-4f7b-b6af-3d492ca7450d { justify-content:left; } 
.ablocks-block-caddf9c2-a28a-46fd-b6c1-f5ecaae80819 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-caddf9c2-a28a-46fd-b6c1-f5ecaae80819 { padding-right:40px;padding-left:40px; } } .ablocks-block-caddf9c2-a28a-46fd-b6c1-f5ecaae80819 { text-align:center; } .ablocks-block-caddf9c2-a28a-46fd-b6c1-f5ecaae80819 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-caddf9c2-a28a-46fd-b6c1-f5ecaae80819 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-caddf9c2-a28a-46fd-b6c1-f5ecaae80819 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0c9ac448-5f65-4e0a-b899-e4c2d235b94f { justify-content:left; } 
.ablocks-block-bf7fbe4e-ceca-4bda-8369-2a0943db5931 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bf7fbe4e-ceca-4bda-8369-2a0943db5931 { padding-right:74px;padding-left:40px;width:100%; } } .ablocks-block-bf7fbe4e-ceca-4bda-8369-2a0943db5931 { text-align:center; } @media screen and (max-width: 480px) { .ablocks-block-bf7fbe4e-ceca-4bda-8369-2a0943db5931 { text-align:left; } } .ablocks-block-bf7fbe4e-ceca-4bda-8369-2a0943db5931 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-bf7fbe4e-ceca-4bda-8369-2a0943db5931 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-bf7fbe4e-ceca-4bda-8369-2a0943db5931 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-6481f5cf-ac30-41da-80a9-e1d8b0d08805 { background:!important; } .ablocks-block-6481f5cf-ac30-41da-80a9-e1d8b0d08805:hover { background:!important; } 
.ablocks-block-9602e073-33b8-49e9-889b-a288092ab633 { justify-content:left; } 
.ablocks-block-e4c1f84c-3dd3-4c13-89fa-22ee3e64a598 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4c1f84c-3dd3-4c13-89fa-22ee3e64a598 { text-align:left; } .ablocks-block-e4c1f84c-3dd3-4c13-89fa-22ee3e64a598 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e4c1f84c-3dd3-4c13-89fa-22ee3e64a598 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e4c1f84c-3dd3-4c13-89fa-22ee3e64a598 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c7f99f95-c3b6-4009-a88f-8576c683c2fb { justify-content:left; } 
.ablocks-block-f479e2a9-6cf2-4827-bc34-d339aba5523d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f479e2a9-6cf2-4827-bc34-d339aba5523d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-f479e2a9-6cf2-4827-bc34-d339aba5523d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f479e2a9-6cf2-4827-bc34-d339aba5523d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f479e2a9-6cf2-4827-bc34-d339aba5523d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-ea8ace38-08d5-4ba1-92df-0295cdb0d4c2 { justify-content:left; } 
.ablocks-block-169690ff-6bfd-4eba-875d-a0a2d61c1643 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-169690ff-6bfd-4eba-875d-a0a2d61c1643 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-169690ff-6bfd-4eba-875d-a0a2d61c1643 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-169690ff-6bfd-4eba-875d-a0a2d61c1643 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-169690ff-6bfd-4eba-875d-a0a2d61c1643 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-1c57a198-1717-4bbf-bcc5-f9e7fc00055e { justify-content:left; } 
.ablocks-block-8b4a04dd-db77-40ae-b5b0-116fb4785cc9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b4a04dd-db77-40ae-b5b0-116fb4785cc9 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-8b4a04dd-db77-40ae-b5b0-116fb4785cc9 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8b4a04dd-db77-40ae-b5b0-116fb4785cc9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8b4a04dd-db77-40ae-b5b0-116fb4785cc9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-ff3b45b3-e5d0-4c24-a006-9f28d0cfb4ef { justify-content:left; } 
.ablocks-block-5b75236d-a5e0-4a56-888d-9f524958fc9c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b75236d-a5e0-4a56-888d-9f524958fc9c { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-5b75236d-a5e0-4a56-888d-9f524958fc9c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5b75236d-a5e0-4a56-888d-9f524958fc9c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5b75236d-a5e0-4a56-888d-9f524958fc9c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-0de2645d-0b67-437b-9aba-abde8ac17d4a { background:!important; } .ablocks-block-0de2645d-0b67-437b-9aba-abde8ac17d4a:hover { background:!important; } 
.ablocks-block-2715312f-7e01-4afb-9ad5-1e8c1b4df430 { justify-content:left; } 
.ablocks-block-36c6a0f1-3ccb-4d3a-923f-679929bf7b3d { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-36c6a0f1-3ccb-4d3a-923f-679929bf7b3d { text-align:left; } .ablocks-block-36c6a0f1-3ccb-4d3a-923f-679929bf7b3d .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-36c6a0f1-3ccb-4d3a-923f-679929bf7b3d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-36c6a0f1-3ccb-4d3a-923f-679929bf7b3d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5ff8527a-9e65-4925-908e-6d0325a6ec8b { justify-content:left; } 
.ablocks-block-8aae133c-2eb1-416d-8f6b-d0d2ba39324b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8aae133c-2eb1-416d-8f6b-d0d2ba39324b { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-8aae133c-2eb1-416d-8f6b-d0d2ba39324b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8aae133c-2eb1-416d-8f6b-d0d2ba39324b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8aae133c-2eb1-416d-8f6b-d0d2ba39324b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-33bb882c-bee4-4eaa-aa4a-5b9b96d014a3 { justify-content:left; } 
.ablocks-block-8d2adcd7-3431-47a8-9f4b-83ba18775985 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8d2adcd7-3431-47a8-9f4b-83ba18775985 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-8d2adcd7-3431-47a8-9f4b-83ba18775985 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8d2adcd7-3431-47a8-9f4b-83ba18775985 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8d2adcd7-3431-47a8-9f4b-83ba18775985 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-e4b7bf22-5751-412c-899a-849982a1a40c { justify-content:left; } 
.ablocks-block-f6057d27-f176-4ce8-80fa-f6e301c16707 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f6057d27-f176-4ce8-80fa-f6e301c16707 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-f6057d27-f176-4ce8-80fa-f6e301c16707 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f6057d27-f176-4ce8-80fa-f6e301c16707 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f6057d27-f176-4ce8-80fa-f6e301c16707 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-834385eb-aedf-4bc2-86a1-509831089387 { justify-content:left; } 
.ablocks-block-88bd51bf-bbe4-4c06-be3c-4c4fa0f25e8b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88bd51bf-bbe4-4c06-be3c-4c4fa0f25e8b { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-88bd51bf-bbe4-4c06-be3c-4c4fa0f25e8b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-88bd51bf-bbe4-4c06-be3c-4c4fa0f25e8b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-88bd51bf-bbe4-4c06-be3c-4c4fa0f25e8b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-e2b1deb7-ebc4-4962-ad17-9c842f81632e { margin-top:0px;margin-left:80px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e2b1deb7-ebc4-4962-ad17-9c842f81632e { margin:0px; } } .ablocks-block-e2b1deb7-ebc4-4962-ad17-9c842f81632e.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-e2b1deb7-ebc4-4962-ad17-9c842f81632e > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-e2b1deb7-ebc4-4962-ad17-9c842f81632e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } .ablocks-block-e2b1deb7-ebc4-4962-ad17-9c842f81632e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } 
.ablocks-block-78e4a1f1-e7fb-4055-a37c-81f89a40eabb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-78e4a1f1-e7fb-4055-a37c-81f89a40eabb { text-align:center; } .ablocks-block-78e4a1f1-e7fb-4055-a37c-81f89a40eabb .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-78e4a1f1-e7fb-4055-a37c-81f89a40eabb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-78e4a1f1-e7fb-4055-a37c-81f89a40eabb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8c18d0d8-ec08-4eb3-9109-af2fafe75c1d { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c18d0d8-ec08-4eb3-9109-af2fafe75c1d { text-align:center; } .ablocks-block-8c18d0d8-ec08-4eb3-9109-af2fafe75c1d .ablocks-paragraph-text { color:#000;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-8c18d0d8-ec08-4eb3-9109-af2fafe75c1d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-8c18d0d8-ec08-4eb3-9109-af2fafe75c1d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fc8b3777-921a-45a9-b993-8c8519cee7ec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc8b3777-921a-45a9-b993-8c8519cee7ec { text-align:center; } .ablocks-block-fc8b3777-921a-45a9-b993-8c8519cee7ec .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-fc8b3777-921a-45a9-b993-8c8519cee7ec .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-fc8b3777-921a-45a9-b993-8c8519cee7ec .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6880b969-df6c-4c18-8126-57f9c4c9052d { margin-top:0px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6880b969-df6c-4c18-8126-57f9c4c9052d.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-6880b969-df6c-4c18-8126-57f9c4c9052d > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6880b969-df6c-4c18-8126-57f9c4c9052d > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-6880b969-df6c-4c18-8126-57f9c4c9052d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf { box-shadow:0px 4px 12px 0px #0000001A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf.ablocks-block--table table, .ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf.ablocks-block--table .ablocks-block--table-cell { border-style:solid;border-color:#DEDEDE; } .ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf.ablocks-block--table .ablocks-block--table-header { background:#f4f4f4 !important; } .ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf .ablocks-block--table-body { background:!important; } .ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf .ablocks-block--table-body:hover { background:!important; } .ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-d6fded1b-d221-478d-8f63-d6e29efd81bf.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-634e8f78-8032-44f5-bd2b-810f33ef728c { background:!important; } .ablocks-block-634e8f78-8032-44f5-bd2b-810f33ef728c:hover { background:!important; } 
.ablocks-block-0a4c0f79-296f-4edd-b700-f0b2e5c417fe { justify-content:left; } 
.ablocks-block-bd9b62d2-20d0-4569-8ebf-e467128016e6 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bd9b62d2-20d0-4569-8ebf-e467128016e6 { padding-right:170px;width:100%; } } .ablocks-block-bd9b62d2-20d0-4569-8ebf-e467128016e6 { text-align:left; } .ablocks-block-bd9b62d2-20d0-4569-8ebf-e467128016e6 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-bd9b62d2-20d0-4569-8ebf-e467128016e6 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-bd9b62d2-20d0-4569-8ebf-e467128016e6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bd5455d2-f79c-43c6-aace-4856a74adca9 { justify-content:left; } 
.ablocks-block-b83a529e-2ceb-4e84-8bdb-7180d8523a58 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b83a529e-2ceb-4e84-8bdb-7180d8523a58 { padding-right:40px;padding-left:40px; } } .ablocks-block-b83a529e-2ceb-4e84-8bdb-7180d8523a58 { text-align:center; } .ablocks-block-b83a529e-2ceb-4e84-8bdb-7180d8523a58 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-b83a529e-2ceb-4e84-8bdb-7180d8523a58 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b83a529e-2ceb-4e84-8bdb-7180d8523a58 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-34699f22-fbd5-434c-a0ce-03ad0669bbda { justify-content:left; } 
.ablocks-block-a87bb4de-d9e7-41a8-92d4-359874faa974 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a87bb4de-d9e7-41a8-92d4-359874faa974 { padding-right:40px;padding-left:40px; } } .ablocks-block-a87bb4de-d9e7-41a8-92d4-359874faa974 { text-align:center; } .ablocks-block-a87bb4de-d9e7-41a8-92d4-359874faa974 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-a87bb4de-d9e7-41a8-92d4-359874faa974 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a87bb4de-d9e7-41a8-92d4-359874faa974 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1d2b10bb-7bbc-4618-9aab-9deefbc2bf47 { justify-content:left; } 
.ablocks-block-c9f99af8-8d9b-42d1-b99c-c90ce3bd2661 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c9f99af8-8d9b-42d1-b99c-c90ce3bd2661 { padding-right:40px;padding-left:40px; } } .ablocks-block-c9f99af8-8d9b-42d1-b99c-c90ce3bd2661 { text-align:center; } .ablocks-block-c9f99af8-8d9b-42d1-b99c-c90ce3bd2661 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-c9f99af8-8d9b-42d1-b99c-c90ce3bd2661 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-c9f99af8-8d9b-42d1-b99c-c90ce3bd2661 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-aa33e80e-4d32-49c6-8a2d-2057660f93ba { justify-content:left; } 
.ablocks-block-fa4c4d1a-538f-4a34-8a37-aa848b2a7a34 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-fa4c4d1a-538f-4a34-8a37-aa848b2a7a34 { padding-right:71px;padding-left:40px;width:100%; } } .ablocks-block-fa4c4d1a-538f-4a34-8a37-aa848b2a7a34 { text-align:center; } @media screen and (max-width: 480px) { .ablocks-block-fa4c4d1a-538f-4a34-8a37-aa848b2a7a34 { text-align:left; } } .ablocks-block-fa4c4d1a-538f-4a34-8a37-aa848b2a7a34 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-fa4c4d1a-538f-4a34-8a37-aa848b2a7a34 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-fa4c4d1a-538f-4a34-8a37-aa848b2a7a34 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-728f64de-66e8-473c-9573-53a5ec8ae45e { background:!important; } .ablocks-block-728f64de-66e8-473c-9573-53a5ec8ae45e:hover { background:!important; } 
.ablocks-block-0a041f4c-ae25-42a2-95b7-b198ceff1ca0 { justify-content:left; } 
.ablocks-block-6dbe91d2-035d-4a40-bdd6-e1c0223c0726 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6dbe91d2-035d-4a40-bdd6-e1c0223c0726 { text-align:left; } .ablocks-block-6dbe91d2-035d-4a40-bdd6-e1c0223c0726 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-6dbe91d2-035d-4a40-bdd6-e1c0223c0726 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-6dbe91d2-035d-4a40-bdd6-e1c0223c0726 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d3dfd70d-6825-4a13-8b43-a789f53609ca { justify-content:left; } 
.ablocks-block-ad154b79-64f9-4260-ae17-ab1ba4e842ba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ad154b79-64f9-4260-ae17-ab1ba4e842ba { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-ad154b79-64f9-4260-ae17-ab1ba4e842ba .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ad154b79-64f9-4260-ae17-ab1ba4e842ba .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ad154b79-64f9-4260-ae17-ab1ba4e842ba .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-01b907d5-307b-4fe6-a7a1-50b07d00373b { justify-content:left; } 
.ablocks-block-655f1aca-f9b9-453b-835d-285545e4db97 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-655f1aca-f9b9-453b-835d-285545e4db97 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-655f1aca-f9b9-453b-835d-285545e4db97 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-655f1aca-f9b9-453b-835d-285545e4db97 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-655f1aca-f9b9-453b-835d-285545e4db97 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-b705e937-77d9-43ff-9d13-ec5421fbfa57 { justify-content:left; } 
.ablocks-block-a28bfec1-680d-4229-bfc1-8df1e2024ffb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a28bfec1-680d-4229-bfc1-8df1e2024ffb { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-a28bfec1-680d-4229-bfc1-8df1e2024ffb .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a28bfec1-680d-4229-bfc1-8df1e2024ffb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a28bfec1-680d-4229-bfc1-8df1e2024ffb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-8d6e0743-6912-4fa2-a174-d20f6762cd53 { justify-content:left; } 
.ablocks-block-299fcf88-86b0-495d-8129-356832eb0405 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-299fcf88-86b0-495d-8129-356832eb0405 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-299fcf88-86b0-495d-8129-356832eb0405 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-299fcf88-86b0-495d-8129-356832eb0405 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-299fcf88-86b0-495d-8129-356832eb0405 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-1cb539f7-344c-4453-bb1e-c7bb4a1274c9 { background:!important; } .ablocks-block-1cb539f7-344c-4453-bb1e-c7bb4a1274c9:hover { background:!important; } 
.ablocks-block-60e2b5a0-945a-4fdd-b404-d4bf25cb277b { justify-content:left; } 
.ablocks-block-74a54720-0138-4ee9-9d0b-58a110460010 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-74a54720-0138-4ee9-9d0b-58a110460010 { text-align:left; } .ablocks-block-74a54720-0138-4ee9-9d0b-58a110460010 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-74a54720-0138-4ee9-9d0b-58a110460010 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-74a54720-0138-4ee9-9d0b-58a110460010 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dc3c5940-8c85-4e88-bde3-c097e6b8e5b4 { justify-content:left; } 
.ablocks-block-db8425a0-eaed-4af0-b767-d77098bb5503 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db8425a0-eaed-4af0-b767-d77098bb5503 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-db8425a0-eaed-4af0-b767-d77098bb5503 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-db8425a0-eaed-4af0-b767-d77098bb5503 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-db8425a0-eaed-4af0-b767-d77098bb5503 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-010a3b25-221a-4aa2-9f39-adff0feb407d { justify-content:left; } 
.ablocks-block-98aff602-e7a4-4375-bf23-7d936877d241 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-98aff602-e7a4-4375-bf23-7d936877d241 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-98aff602-e7a4-4375-bf23-7d936877d241 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-98aff602-e7a4-4375-bf23-7d936877d241 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-98aff602-e7a4-4375-bf23-7d936877d241 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-caebcea5-c70d-429b-a56f-3240dc84d2ae { justify-content:left; } 
.ablocks-block-a9df5e94-e739-4210-993c-10074d05c7d1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9df5e94-e739-4210-993c-10074d05c7d1 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-a9df5e94-e739-4210-993c-10074d05c7d1 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a9df5e94-e739-4210-993c-10074d05c7d1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a9df5e94-e739-4210-993c-10074d05c7d1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-6f38e3d7-cb89-4b3d-aec3-d4b48c394e08 { justify-content:left; } 
.ablocks-block-7e4e022b-b006-4c90-9f9e-f0daba2daa46 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e4e022b-b006-4c90-9f9e-f0daba2daa46 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-7e4e022b-b006-4c90-9f9e-f0daba2daa46 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7e4e022b-b006-4c90-9f9e-f0daba2daa46 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-7e4e022b-b006-4c90-9f9e-f0daba2daa46 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-be08d66c-f39d-470a-bc68-bc65e3d43c70 { background:!important; } .ablocks-block-be08d66c-f39d-470a-bc68-bc65e3d43c70:hover { background:!important; } 
.ablocks-block-0d3f4721-fae8-4274-9be8-ae134f8bb38d { justify-content:left; } 
.ablocks-block-4c143600-1e14-471a-93d5-45cc203a6eeb { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c143600-1e14-471a-93d5-45cc203a6eeb { text-align:left; } .ablocks-block-4c143600-1e14-471a-93d5-45cc203a6eeb .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-4c143600-1e14-471a-93d5-45cc203a6eeb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-4c143600-1e14-471a-93d5-45cc203a6eeb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6fe4a70b-8d44-4c98-812c-053fb9315e6e { justify-content:left; } 
.ablocks-block-e0d93dc3-1159-4e91-8eb3-ebe908d45cc9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e0d93dc3-1159-4e91-8eb3-ebe908d45cc9 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-e0d93dc3-1159-4e91-8eb3-ebe908d45cc9 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e0d93dc3-1159-4e91-8eb3-ebe908d45cc9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e0d93dc3-1159-4e91-8eb3-ebe908d45cc9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-e69c9fc7-bf9e-4629-bcde-4b81af41f363 { justify-content:left; } 
.ablocks-block-d1190b81-5af4-434c-91bb-193f0bbc747c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1190b81-5af4-434c-91bb-193f0bbc747c { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-d1190b81-5af4-434c-91bb-193f0bbc747c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d1190b81-5af4-434c-91bb-193f0bbc747c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d1190b81-5af4-434c-91bb-193f0bbc747c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-293ff791-cfc2-468f-8f39-839159ba9469 { justify-content:left; } 
.ablocks-block-852b3f9a-00e9-4ee8-8ca5-37d50d0bff37 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-852b3f9a-00e9-4ee8-8ca5-37d50d0bff37 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-852b3f9a-00e9-4ee8-8ca5-37d50d0bff37 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-852b3f9a-00e9-4ee8-8ca5-37d50d0bff37 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-852b3f9a-00e9-4ee8-8ca5-37d50d0bff37 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-225fe604-f60b-49a2-8b39-0dad88a767e8 { justify-content:left; } 
.ablocks-block-2bc2f753-04f3-4f7c-bf8b-538a735d5eea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2bc2f753-04f3-4f7c-bf8b-538a735d5eea { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-2bc2f753-04f3-4f7c-bf8b-538a735d5eea .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2bc2f753-04f3-4f7c-bf8b-538a735d5eea .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2bc2f753-04f3-4f7c-bf8b-538a735d5eea .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-f4124111-bd19-4534-bf92-9ac15e42c249 { margin-top:0px;margin-left:80px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f4124111-bd19-4534-bf92-9ac15e42c249 { margin:0px; } } .ablocks-block-f4124111-bd19-4534-bf92-9ac15e42c249.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-f4124111-bd19-4534-bf92-9ac15e42c249 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-f4124111-bd19-4534-bf92-9ac15e42c249 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } .ablocks-block-f4124111-bd19-4534-bf92-9ac15e42c249.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } 
.ablocks-block-6e776cc1-b132-4cd9-87af-8deb7b415c45 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e776cc1-b132-4cd9-87af-8deb7b415c45 { text-align:center; } .ablocks-block-6e776cc1-b132-4cd9-87af-8deb7b415c45 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-6e776cc1-b132-4cd9-87af-8deb7b415c45 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-6e776cc1-b132-4cd9-87af-8deb7b415c45 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-485f3edb-b02a-4243-bdbf-1040695301ae { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-485f3edb-b02a-4243-bdbf-1040695301ae { text-align:center; } .ablocks-block-485f3edb-b02a-4243-bdbf-1040695301ae .ablocks-paragraph-text { color:#000;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-485f3edb-b02a-4243-bdbf-1040695301ae .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-485f3edb-b02a-4243-bdbf-1040695301ae .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0ea45a73-ee46-4a66-b824-26fe25741f4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0ea45a73-ee46-4a66-b824-26fe25741f4f { text-align:center; } .ablocks-block-0ea45a73-ee46-4a66-b824-26fe25741f4f .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-0ea45a73-ee46-4a66-b824-26fe25741f4f .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-0ea45a73-ee46-4a66-b824-26fe25741f4f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0c76601d-eb9f-4369-a43a-7c4eda97791d { margin-top:0px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0c76601d-eb9f-4369-a43a-7c4eda97791d.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-0c76601d-eb9f-4369-a43a-7c4eda97791d > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0c76601d-eb9f-4369-a43a-7c4eda97791d > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-0c76601d-eb9f-4369-a43a-7c4eda97791d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811 { box-shadow:0px 4px 12px 0px #0000001A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811.ablocks-block--table table, .ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811.ablocks-block--table .ablocks-block--table-cell { border-style:solid;border-color:#DEDEDE; } .ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811.ablocks-block--table .ablocks-block--table-header { background:#f4f4f4 !important; } .ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811 .ablocks-block--table-body { background:!important; } .ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811 .ablocks-block--table-body:hover { background:!important; } .ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-8e250d6c-6b3b-4fde-bd07-c701c3784811.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-44ab9e96-5af6-4758-96ab-3b33bcd2018b { background:!important; } .ablocks-block-44ab9e96-5af6-4758-96ab-3b33bcd2018b:hover { background:!important; } 
.ablocks-block-1537433d-d77c-4ae4-aa81-daa59c55813d { justify-content:left; } 
.ablocks-block-7e8fcb9b-87d5-4967-ac60-5db38c770b9a { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7e8fcb9b-87d5-4967-ac60-5db38c770b9a { padding-right:168px;width:100%; } } .ablocks-block-7e8fcb9b-87d5-4967-ac60-5db38c770b9a { text-align:left; } .ablocks-block-7e8fcb9b-87d5-4967-ac60-5db38c770b9a .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-7e8fcb9b-87d5-4967-ac60-5db38c770b9a .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7e8fcb9b-87d5-4967-ac60-5db38c770b9a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ec33b7c2-d981-460f-bad3-4a74bebfde95 { justify-content:left; } 
.ablocks-block-627e0964-8bff-435a-aa69-10e8de583463 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-627e0964-8bff-435a-aa69-10e8de583463 { padding-right:40px;padding-left:40px; } } .ablocks-block-627e0964-8bff-435a-aa69-10e8de583463 { text-align:center; } .ablocks-block-627e0964-8bff-435a-aa69-10e8de583463 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-627e0964-8bff-435a-aa69-10e8de583463 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-627e0964-8bff-435a-aa69-10e8de583463 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-eb49bb88-a564-4fdc-891d-69406bf114af { justify-content:left; } 
.ablocks-block-285941ed-f8ed-4d8a-8860-feeb08a25ba0 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-285941ed-f8ed-4d8a-8860-feeb08a25ba0 { padding-right:40px;padding-left:40px; } } .ablocks-block-285941ed-f8ed-4d8a-8860-feeb08a25ba0 { text-align:center; } .ablocks-block-285941ed-f8ed-4d8a-8860-feeb08a25ba0 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-285941ed-f8ed-4d8a-8860-feeb08a25ba0 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-285941ed-f8ed-4d8a-8860-feeb08a25ba0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-28379dd0-7c1a-4ee6-902c-b1529401ed28 { justify-content:left; } 
.ablocks-block-efbbf0f7-2223-47d0-835a-80c898ca29f6 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-efbbf0f7-2223-47d0-835a-80c898ca29f6 { padding-right:40px;padding-left:40px; } } .ablocks-block-efbbf0f7-2223-47d0-835a-80c898ca29f6 { text-align:center; } .ablocks-block-efbbf0f7-2223-47d0-835a-80c898ca29f6 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-efbbf0f7-2223-47d0-835a-80c898ca29f6 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-efbbf0f7-2223-47d0-835a-80c898ca29f6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c6045074-be9a-4186-9618-8a39289ea8c8 { justify-content:left; } 
.ablocks-block-ff81e92c-f312-4e45-acf1-237b2b7069ad { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ff81e92c-f312-4e45-acf1-237b2b7069ad { padding-right:70px;padding-left:40px;width:100%; } } .ablocks-block-ff81e92c-f312-4e45-acf1-237b2b7069ad { text-align:center; } @media screen and (max-width: 480px) { .ablocks-block-ff81e92c-f312-4e45-acf1-237b2b7069ad { text-align:left; } } .ablocks-block-ff81e92c-f312-4e45-acf1-237b2b7069ad .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-ff81e92c-f312-4e45-acf1-237b2b7069ad .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-ff81e92c-f312-4e45-acf1-237b2b7069ad .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-c24b5689-4b9e-4dba-9b85-546d6e6deade { background:!important; } .ablocks-block-c24b5689-4b9e-4dba-9b85-546d6e6deade:hover { background:!important; } 
.ablocks-block-5bd27350-3b87-490a-bfb8-83c4883a0349 { justify-content:left; } 
.ablocks-block-8df63ddf-cfe1-44fe-b764-66d0f346fd5d { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8df63ddf-cfe1-44fe-b764-66d0f346fd5d { text-align:left; } .ablocks-block-8df63ddf-cfe1-44fe-b764-66d0f346fd5d .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-8df63ddf-cfe1-44fe-b764-66d0f346fd5d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-8df63ddf-cfe1-44fe-b764-66d0f346fd5d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-df2e4429-7f9f-49d6-81b9-2c58f3e134f4 { justify-content:left; } 
.ablocks-block-a0d64110-16e3-4570-ac72-b0c4dc59084b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0d64110-16e3-4570-ac72-b0c4dc59084b { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-a0d64110-16e3-4570-ac72-b0c4dc59084b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a0d64110-16e3-4570-ac72-b0c4dc59084b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a0d64110-16e3-4570-ac72-b0c4dc59084b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-bbb1f41c-6dd4-415f-97db-7cf2d5fa99d8 { justify-content:left; } 
.ablocks-block-3b0d7600-8950-4ea8-a688-5139c3dae5ab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b0d7600-8950-4ea8-a688-5139c3dae5ab { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-3b0d7600-8950-4ea8-a688-5139c3dae5ab .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3b0d7600-8950-4ea8-a688-5139c3dae5ab .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3b0d7600-8950-4ea8-a688-5139c3dae5ab .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-bb8f89bd-f62a-410c-b587-61cd4fc2dce7 { justify-content:left; } 
.ablocks-block-82e6f742-be59-457f-819e-a3d31fee7133 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82e6f742-be59-457f-819e-a3d31fee7133 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-82e6f742-be59-457f-819e-a3d31fee7133 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-82e6f742-be59-457f-819e-a3d31fee7133 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-82e6f742-be59-457f-819e-a3d31fee7133 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-de1235b4-4ed8-4b8b-a51e-15492821efc9 { justify-content:left; } 
.ablocks-block-177e5588-b8fe-462b-9eb3-42e52090896d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-177e5588-b8fe-462b-9eb3-42e52090896d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-177e5588-b8fe-462b-9eb3-42e52090896d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-177e5588-b8fe-462b-9eb3-42e52090896d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-177e5588-b8fe-462b-9eb3-42e52090896d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-0984cc3c-a16a-45ba-b7b0-cff905ed935f { margin-top:0px;margin-left:80px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0984cc3c-a16a-45ba-b7b0-cff905ed935f { margin:0px; } } .ablocks-block-0984cc3c-a16a-45ba-b7b0-cff905ed935f.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-0984cc3c-a16a-45ba-b7b0-cff905ed935f > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0984cc3c-a16a-45ba-b7b0-cff905ed935f > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } .ablocks-block-0984cc3c-a16a-45ba-b7b0-cff905ed935f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } 
.ablocks-block-a91eca62-fb2b-4c52-8c97-2ce4257515ee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a91eca62-fb2b-4c52-8c97-2ce4257515ee { text-align:center; } .ablocks-block-a91eca62-fb2b-4c52-8c97-2ce4257515ee .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-a91eca62-fb2b-4c52-8c97-2ce4257515ee .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a91eca62-fb2b-4c52-8c97-2ce4257515ee .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c5b0766a-7c35-482d-b3f5-83b6681b7aa7 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c5b0766a-7c35-482d-b3f5-83b6681b7aa7 { text-align:center; } .ablocks-block-c5b0766a-7c35-482d-b3f5-83b6681b7aa7 .ablocks-paragraph-text { color:#000;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-c5b0766a-7c35-482d-b3f5-83b6681b7aa7 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-c5b0766a-7c35-482d-b3f5-83b6681b7aa7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-67db6ee0-96a7-477f-a3b7-e62bdc77405a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-67db6ee0-96a7-477f-a3b7-e62bdc77405a { text-align:center; } .ablocks-block-67db6ee0-96a7-477f-a3b7-e62bdc77405a .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-67db6ee0-96a7-477f-a3b7-e62bdc77405a .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-67db6ee0-96a7-477f-a3b7-e62bdc77405a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-28db8cca-f527-449f-883d-205c035c0d59 { margin-top:0px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28db8cca-f527-449f-883d-205c035c0d59.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-28db8cca-f527-449f-883d-205c035c0d59 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-28db8cca-f527-449f-883d-205c035c0d59 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-28db8cca-f527-449f-883d-205c035c0d59.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8 { box-shadow:0px 4px 12px 0px #0000001A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8.ablocks-block--table table, .ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8.ablocks-block--table .ablocks-block--table-cell { border-style:solid;border-color:#DEDEDE; } .ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8.ablocks-block--table .ablocks-block--table-header { background:#f4f4f4 !important; } .ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8 .ablocks-block--table-body { background:!important; } .ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8 .ablocks-block--table-body:hover { background:!important; } .ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-66121bff-0094-4b0e-9555-baf4f850c9b8.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-8e07020e-d71f-4066-9bcd-f0726cd36aae { background:!important; } .ablocks-block-8e07020e-d71f-4066-9bcd-f0726cd36aae:hover { background:!important; } 
.ablocks-block-a80fac23-c44c-4a7e-825e-7e17b49def65 { justify-content:left; } 
.ablocks-block-e3a5fbca-1efb-45e1-8aa8-46bf720ee890 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e3a5fbca-1efb-45e1-8aa8-46bf720ee890 { padding-right:123px;width:100%; } } .ablocks-block-e3a5fbca-1efb-45e1-8aa8-46bf720ee890 { text-align:left; } .ablocks-block-e3a5fbca-1efb-45e1-8aa8-46bf720ee890 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-e3a5fbca-1efb-45e1-8aa8-46bf720ee890 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e3a5fbca-1efb-45e1-8aa8-46bf720ee890 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d26dcbe0-e84a-4f91-93b4-e8cf154e7731 { justify-content:left; } 
.ablocks-block-9bbaefa0-cd5d-4fd0-a3d4-a513d9fed5f8 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-9bbaefa0-cd5d-4fd0-a3d4-a513d9fed5f8 { padding-right:40px;padding-left:40px; } } .ablocks-block-9bbaefa0-cd5d-4fd0-a3d4-a513d9fed5f8 { text-align:center; } .ablocks-block-9bbaefa0-cd5d-4fd0-a3d4-a513d9fed5f8 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-9bbaefa0-cd5d-4fd0-a3d4-a513d9fed5f8 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-9bbaefa0-cd5d-4fd0-a3d4-a513d9fed5f8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5b8ec731-753c-4cc3-bc31-87db5c0bde39 { justify-content:left; } 
.ablocks-block-cfa1a68f-aecf-44f1-80d0-2d12d1be63de { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-cfa1a68f-aecf-44f1-80d0-2d12d1be63de { padding-right:40px;padding-left:40px; } } .ablocks-block-cfa1a68f-aecf-44f1-80d0-2d12d1be63de { text-align:center; } .ablocks-block-cfa1a68f-aecf-44f1-80d0-2d12d1be63de .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-cfa1a68f-aecf-44f1-80d0-2d12d1be63de .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-cfa1a68f-aecf-44f1-80d0-2d12d1be63de .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-671df7f7-822e-42d3-a99e-91e1b9bb6f5d { justify-content:left; } 
.ablocks-block-6d4eb824-e651-4581-9b2f-4ac2e09f6c7a { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-6d4eb824-e651-4581-9b2f-4ac2e09f6c7a { padding-right:40px;padding-left:40px; } } .ablocks-block-6d4eb824-e651-4581-9b2f-4ac2e09f6c7a { text-align:center; } .ablocks-block-6d4eb824-e651-4581-9b2f-4ac2e09f6c7a .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-6d4eb824-e651-4581-9b2f-4ac2e09f6c7a .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-6d4eb824-e651-4581-9b2f-4ac2e09f6c7a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-04ceda87-705c-45a3-9b79-97133f4d792e { justify-content:left; } 
.ablocks-block-563b2937-e5f3-40e0-8b8c-c4b058fc8671 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-563b2937-e5f3-40e0-8b8c-c4b058fc8671 { text-align:center; } .ablocks-block-563b2937-e5f3-40e0-8b8c-c4b058fc8671 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-563b2937-e5f3-40e0-8b8c-c4b058fc8671 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-563b2937-e5f3-40e0-8b8c-c4b058fc8671 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-705a1277-e01f-4487-a0cf-367e6864c195 { background:!important; } .ablocks-block-705a1277-e01f-4487-a0cf-367e6864c195:hover { background:!important; } 
.ablocks-block-307d0d0d-b261-4c5c-ba98-0b000b55fd8d { justify-content:left; } 
.ablocks-block-67d1b60c-555a-479a-bfad-f3f3fa9c1f4b { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-67d1b60c-555a-479a-bfad-f3f3fa9c1f4b { text-align:left; } .ablocks-block-67d1b60c-555a-479a-bfad-f3f3fa9c1f4b .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-67d1b60c-555a-479a-bfad-f3f3fa9c1f4b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-67d1b60c-555a-479a-bfad-f3f3fa9c1f4b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4fdc5efb-8bb0-4f9a-80d7-87795a412df9 { justify-content:left; } 
.ablocks-block-81ca0aff-71db-4adb-8084-2c37bc062dc2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81ca0aff-71db-4adb-8084-2c37bc062dc2 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-81ca0aff-71db-4adb-8084-2c37bc062dc2 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-81ca0aff-71db-4adb-8084-2c37bc062dc2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-81ca0aff-71db-4adb-8084-2c37bc062dc2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-99ccf2b1-52ad-481d-912a-cd6baf4acfef { justify-content:left; } 
.ablocks-block-a1e49254-17c2-48aa-983f-0ea96f93c2a5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1e49254-17c2-48aa-983f-0ea96f93c2a5 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-a1e49254-17c2-48aa-983f-0ea96f93c2a5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a1e49254-17c2-48aa-983f-0ea96f93c2a5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a1e49254-17c2-48aa-983f-0ea96f93c2a5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-6e29a9ab-e8ba-47cf-b5e3-07ecee1c7099 { justify-content:left; } 
.ablocks-block-dcb5db22-4a26-4892-9e56-9bc60b1df21d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dcb5db22-4a26-4892-9e56-9bc60b1df21d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-dcb5db22-4a26-4892-9e56-9bc60b1df21d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-dcb5db22-4a26-4892-9e56-9bc60b1df21d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-dcb5db22-4a26-4892-9e56-9bc60b1df21d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-d5b82873-af7a-403f-8654-28da0581af87 { justify-content:left; } 
.ablocks-block-daafea72-cc9c-4dc8-aa28-0939aefb2102 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-daafea72-cc9c-4dc8-aa28-0939aefb2102 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-daafea72-cc9c-4dc8-aa28-0939aefb2102 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-daafea72-cc9c-4dc8-aa28-0939aefb2102 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-daafea72-cc9c-4dc8-aa28-0939aefb2102 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-c847304c-9511-48ad-a5a9-dd2e6f97387d { background:!important; } .ablocks-block-c847304c-9511-48ad-a5a9-dd2e6f97387d:hover { background:!important; } 
.ablocks-block-c6b61733-ace0-4e22-abfa-d2189c124873 { justify-content:left; } 
.ablocks-block-38c29a3d-9435-4e14-8a0f-cfd1391ba3af { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-38c29a3d-9435-4e14-8a0f-cfd1391ba3af { text-align:left; } .ablocks-block-38c29a3d-9435-4e14-8a0f-cfd1391ba3af .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-38c29a3d-9435-4e14-8a0f-cfd1391ba3af .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-38c29a3d-9435-4e14-8a0f-cfd1391ba3af .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2e8c1773-63ec-4423-9ea2-b546ad1b6b44 { justify-content:left; } 
.ablocks-block-04f1deb6-45d1-4512-94af-98cf848d420c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-04f1deb6-45d1-4512-94af-98cf848d420c { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-04f1deb6-45d1-4512-94af-98cf848d420c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-04f1deb6-45d1-4512-94af-98cf848d420c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-04f1deb6-45d1-4512-94af-98cf848d420c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-eca58452-358f-4cc8-b48b-8cebd2b2f120 { justify-content:left; } 
.ablocks-block-1759d0a1-e568-44e3-8202-09eb1171458d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1759d0a1-e568-44e3-8202-09eb1171458d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-1759d0a1-e568-44e3-8202-09eb1171458d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1759d0a1-e568-44e3-8202-09eb1171458d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1759d0a1-e568-44e3-8202-09eb1171458d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-db5beb6a-f8d9-4b49-8fcf-861ad24143fb { justify-content:left; } 
.ablocks-block-050ea0dd-0218-4189-a102-c64d6a38af4a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-050ea0dd-0218-4189-a102-c64d6a38af4a { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-050ea0dd-0218-4189-a102-c64d6a38af4a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-050ea0dd-0218-4189-a102-c64d6a38af4a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-050ea0dd-0218-4189-a102-c64d6a38af4a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-36234f67-eea3-4ea0-aad5-78ab6a3451cf { justify-content:left; } 
.ablocks-block-729f8428-e468-4324-a0aa-7d6f456c846b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-729f8428-e468-4324-a0aa-7d6f456c846b { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-729f8428-e468-4324-a0aa-7d6f456c846b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-729f8428-e468-4324-a0aa-7d6f456c846b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-729f8428-e468-4324-a0aa-7d6f456c846b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-43b9059a-85f2-43d2-af82-248bc3e5007b { background:!important; } .ablocks-block-43b9059a-85f2-43d2-af82-248bc3e5007b:hover { background:!important; } 
.ablocks-block-c9f4e283-ebc1-43bf-9714-946043b187af { justify-content:left; } 
.ablocks-block-82d94873-0f61-4bc2-bb4d-648a4c901108 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82d94873-0f61-4bc2-bb4d-648a4c901108 { text-align:left; } .ablocks-block-82d94873-0f61-4bc2-bb4d-648a4c901108 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-82d94873-0f61-4bc2-bb4d-648a4c901108 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-82d94873-0f61-4bc2-bb4d-648a4c901108 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-83c7835e-ef7f-4eb9-a423-450a5933564f { justify-content:left; } 
.ablocks-block-1edd491c-3323-4916-b9e9-3ad140f51803 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1edd491c-3323-4916-b9e9-3ad140f51803 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-1edd491c-3323-4916-b9e9-3ad140f51803 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1edd491c-3323-4916-b9e9-3ad140f51803 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1edd491c-3323-4916-b9e9-3ad140f51803 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-20ba2a5f-7d8b-450f-bd78-793afe4f4c82 { justify-content:left; } 
.ablocks-block-c53bdb6c-b5c3-468b-8173-54d07b0907ea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c53bdb6c-b5c3-468b-8173-54d07b0907ea { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-c53bdb6c-b5c3-468b-8173-54d07b0907ea .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c53bdb6c-b5c3-468b-8173-54d07b0907ea .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c53bdb6c-b5c3-468b-8173-54d07b0907ea .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-6a2f6570-0703-47a5-a8ed-9988490610ae { justify-content:left; } 
.ablocks-block-caab8844-7bd1-4183-ba7f-b617c9ab18e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-caab8844-7bd1-4183-ba7f-b617c9ab18e2 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-caab8844-7bd1-4183-ba7f-b617c9ab18e2 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-caab8844-7bd1-4183-ba7f-b617c9ab18e2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-caab8844-7bd1-4183-ba7f-b617c9ab18e2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-0cff6e2d-ae65-4d3b-988d-80b956ceeb75 { justify-content:left; } 
.ablocks-block-5f188882-2ab9-444a-9b01-aae589a90c7c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f188882-2ab9-444a-9b01-aae589a90c7c { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-5f188882-2ab9-444a-9b01-aae589a90c7c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5f188882-2ab9-444a-9b01-aae589a90c7c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5f188882-2ab9-444a-9b01-aae589a90c7c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-b23a535d-13f0-4a2c-ad19-e310481aa3ca { background:!important; } .ablocks-block-b23a535d-13f0-4a2c-ad19-e310481aa3ca:hover { background:!important; } 
.ablocks-block-4df839dd-3418-4ae3-bd05-137ff3c9c335 { justify-content:left; } 
.ablocks-block-e635a8b9-8ff3-450f-afce-b732d4cdaf1d { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e635a8b9-8ff3-450f-afce-b732d4cdaf1d { text-align:left; } .ablocks-block-e635a8b9-8ff3-450f-afce-b732d4cdaf1d .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e635a8b9-8ff3-450f-afce-b732d4cdaf1d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e635a8b9-8ff3-450f-afce-b732d4cdaf1d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1016f9f5-5417-447f-a5e0-68fb65c9eeb0 { justify-content:left; } 
.ablocks-block-39d2a61a-93b1-435c-a172-bb826936684c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39d2a61a-93b1-435c-a172-bb826936684c { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-39d2a61a-93b1-435c-a172-bb826936684c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-39d2a61a-93b1-435c-a172-bb826936684c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-39d2a61a-93b1-435c-a172-bb826936684c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-26fa27ca-0601-4d44-b3f2-87f4b3f91925 { justify-content:left; } 
.ablocks-block-403f22af-7578-4a1f-b6cf-6d8729d59bbe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-403f22af-7578-4a1f-b6cf-6d8729d59bbe { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-403f22af-7578-4a1f-b6cf-6d8729d59bbe .ablocks-icon-wrap { font-size:20px; } .ablocks-block-403f22af-7578-4a1f-b6cf-6d8729d59bbe .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-403f22af-7578-4a1f-b6cf-6d8729d59bbe .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-4a4e51c4-2c0f-46c4-9caa-8368c0992f16 { justify-content:left; } 
.ablocks-block-3ceb2357-90a3-4cf1-a76a-786c59e4f4f2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3ceb2357-90a3-4cf1-a76a-786c59e4f4f2 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-3ceb2357-90a3-4cf1-a76a-786c59e4f4f2 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3ceb2357-90a3-4cf1-a76a-786c59e4f4f2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3ceb2357-90a3-4cf1-a76a-786c59e4f4f2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-a8413ce8-db92-499d-bf8f-b84f7db4f603 { justify-content:left; } 
.ablocks-block-94f9b3b2-07c7-4eeb-9bb7-8b67a89794d2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-94f9b3b2-07c7-4eeb-9bb7-8b67a89794d2 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-94f9b3b2-07c7-4eeb-9bb7-8b67a89794d2 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-94f9b3b2-07c7-4eeb-9bb7-8b67a89794d2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-94f9b3b2-07c7-4eeb-9bb7-8b67a89794d2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-62e7082c-2b43-4040-87a8-9990bd6d53a6 { background:!important; } .ablocks-block-62e7082c-2b43-4040-87a8-9990bd6d53a6:hover { background:!important; } 
.ablocks-block-1b7356f7-5880-4734-a290-47b8145bdc5e { justify-content:left; } 
.ablocks-block-ffeb7503-78aa-4f2d-911a-0c553a5b12f1 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ffeb7503-78aa-4f2d-911a-0c553a5b12f1 { text-align:left; } .ablocks-block-ffeb7503-78aa-4f2d-911a-0c553a5b12f1 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ffeb7503-78aa-4f2d-911a-0c553a5b12f1 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-ffeb7503-78aa-4f2d-911a-0c553a5b12f1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5676a7ef-edb5-436e-bc09-4d4a245e03c0 { justify-content:left; } 
.ablocks-block-9444670c-684f-4609-b757-c5ab031069bd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9444670c-684f-4609-b757-c5ab031069bd { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-9444670c-684f-4609-b757-c5ab031069bd .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9444670c-684f-4609-b757-c5ab031069bd .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-9444670c-684f-4609-b757-c5ab031069bd .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-a8e40a09-f05f-476e-b526-6858eca46dba { justify-content:left; } 
.ablocks-block-04665e7c-c97b-446f-aae0-2c8c57907307 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-04665e7c-c97b-446f-aae0-2c8c57907307 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-04665e7c-c97b-446f-aae0-2c8c57907307 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-04665e7c-c97b-446f-aae0-2c8c57907307 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-04665e7c-c97b-446f-aae0-2c8c57907307 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-35c73a62-5892-4d56-8c21-2fb9fed12363 { justify-content:left; } 
.ablocks-block-009d2a1b-a5da-4a28-9457-21b74cb61ddc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-009d2a1b-a5da-4a28-9457-21b74cb61ddc { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-009d2a1b-a5da-4a28-9457-21b74cb61ddc .ablocks-icon-wrap { font-size:20px; } .ablocks-block-009d2a1b-a5da-4a28-9457-21b74cb61ddc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-009d2a1b-a5da-4a28-9457-21b74cb61ddc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-6283f8d3-35a2-42c8-9d5f-80d33ad59252 { justify-content:left; } 
.ablocks-block-3bd7122d-27ff-420a-b89b-a90bb9f5f332 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3bd7122d-27ff-420a-b89b-a90bb9f5f332 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-3bd7122d-27ff-420a-b89b-a90bb9f5f332 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3bd7122d-27ff-420a-b89b-a90bb9f5f332 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3bd7122d-27ff-420a-b89b-a90bb9f5f332 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-293a9bda-94a7-4e73-91bd-9301ac79a623 { margin-top:0px;margin-left:80px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-293a9bda-94a7-4e73-91bd-9301ac79a623 { margin:0px; } } .ablocks-block-293a9bda-94a7-4e73-91bd-9301ac79a623.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-293a9bda-94a7-4e73-91bd-9301ac79a623 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-293a9bda-94a7-4e73-91bd-9301ac79a623 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } .ablocks-block-293a9bda-94a7-4e73-91bd-9301ac79a623.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } 
.ablocks-block-577e05b7-2360-44ab-a257-3e3d896e81c7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-577e05b7-2360-44ab-a257-3e3d896e81c7 { text-align:center; } .ablocks-block-577e05b7-2360-44ab-a257-3e3d896e81c7 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-577e05b7-2360-44ab-a257-3e3d896e81c7 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-577e05b7-2360-44ab-a257-3e3d896e81c7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7c62a1e0-68d7-4afd-9c91-633628c730ae { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c62a1e0-68d7-4afd-9c91-633628c730ae { text-align:center; } .ablocks-block-7c62a1e0-68d7-4afd-9c91-633628c730ae .ablocks-paragraph-text { color:#000;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-7c62a1e0-68d7-4afd-9c91-633628c730ae .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7c62a1e0-68d7-4afd-9c91-633628c730ae .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c20cc3dd-9fc5-4935-9b59-391ae8185d29 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c20cc3dd-9fc5-4935-9b59-391ae8185d29 { text-align:center; } .ablocks-block-c20cc3dd-9fc5-4935-9b59-391ae8185d29 .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-c20cc3dd-9fc5-4935-9b59-391ae8185d29 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-c20cc3dd-9fc5-4935-9b59-391ae8185d29 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b298aaaa-5c44-4b2f-963a-43467bd61371 { margin-top:0px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b298aaaa-5c44-4b2f-963a-43467bd61371.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-b298aaaa-5c44-4b2f-963a-43467bd61371 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-b298aaaa-5c44-4b2f-963a-43467bd61371 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-b298aaaa-5c44-4b2f-963a-43467bd61371.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68 { box-shadow:0px 4px 12px 0px #0000001A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68.ablocks-block--table table, .ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68.ablocks-block--table .ablocks-block--table-cell { border-style:solid;border-color:#DEDEDE; } .ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68.ablocks-block--table .ablocks-block--table-header { background:#f4f4f4 !important; } .ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68 .ablocks-block--table-body { background:!important; } .ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68 .ablocks-block--table-body:hover { background:!important; } .ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-5998d096-37c0-42ef-8515-d5195823ba68.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-07bb5f95-f11f-402b-ac69-de6e43b07374 { background:!important; } .ablocks-block-07bb5f95-f11f-402b-ac69-de6e43b07374:hover { background:!important; } 
.ablocks-block-313bc5d4-202d-407e-a1d2-7a43a64ea04a { justify-content:left; } 
.ablocks-block-76b917be-4cdd-4897-b20e-7de690437306 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-76b917be-4cdd-4897-b20e-7de690437306 { padding-right:128px;width:100%; } } .ablocks-block-76b917be-4cdd-4897-b20e-7de690437306 { text-align:left; } .ablocks-block-76b917be-4cdd-4897-b20e-7de690437306 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-76b917be-4cdd-4897-b20e-7de690437306 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-76b917be-4cdd-4897-b20e-7de690437306 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fd0234da-b3ea-4b49-940e-79b559c1159f { justify-content:left; } 
.ablocks-block-045ba001-7966-4a2f-897e-ed39b0c19884 { padding-right:10px;padding-left:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-045ba001-7966-4a2f-897e-ed39b0c19884 { padding-right:40px;padding-left:40px; } } .ablocks-block-045ba001-7966-4a2f-897e-ed39b0c19884 { text-align:center; } .ablocks-block-045ba001-7966-4a2f-897e-ed39b0c19884 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-045ba001-7966-4a2f-897e-ed39b0c19884 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-045ba001-7966-4a2f-897e-ed39b0c19884 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dc920f7f-af7a-4749-a005-25f07c8be147 { justify-content:left; } 
.ablocks-block-eecc94fc-7a15-4d86-a26e-9659ed023c04 { padding-right:10px;padding-left:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-eecc94fc-7a15-4d86-a26e-9659ed023c04 { padding-right:40px;padding-left:40px; } } .ablocks-block-eecc94fc-7a15-4d86-a26e-9659ed023c04 { text-align:center; } .ablocks-block-eecc94fc-7a15-4d86-a26e-9659ed023c04 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-eecc94fc-7a15-4d86-a26e-9659ed023c04 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-eecc94fc-7a15-4d86-a26e-9659ed023c04 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-070531a2-0a33-48ee-bea5-ca413e72b679 { justify-content:left; } 
.ablocks-block-95d3aa6e-b155-4000-ba80-f426514f1715 { padding-right:10px;padding-left:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-95d3aa6e-b155-4000-ba80-f426514f1715 { padding-right:40px;padding-left:40px; } } .ablocks-block-95d3aa6e-b155-4000-ba80-f426514f1715 { text-align:center; } .ablocks-block-95d3aa6e-b155-4000-ba80-f426514f1715 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-95d3aa6e-b155-4000-ba80-f426514f1715 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-95d3aa6e-b155-4000-ba80-f426514f1715 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-356cd5eb-f025-455c-809f-9db1a7d4de10 { justify-content:left; } 
.ablocks-block-8f88f42e-aaac-4b5c-925f-1c1d50449c40 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8f88f42e-aaac-4b5c-925f-1c1d50449c40 { padding-right:70px;padding-left:40px;width:100%; } } .ablocks-block-8f88f42e-aaac-4b5c-925f-1c1d50449c40 { text-align:center; } @media screen and (max-width: 480px) { .ablocks-block-8f88f42e-aaac-4b5c-925f-1c1d50449c40 { text-align:left; } } .ablocks-block-8f88f42e-aaac-4b5c-925f-1c1d50449c40 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-8f88f42e-aaac-4b5c-925f-1c1d50449c40 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-8f88f42e-aaac-4b5c-925f-1c1d50449c40 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-1b26b4b7-2315-4211-be6f-a310615ab04a { background:!important; } .ablocks-block-1b26b4b7-2315-4211-be6f-a310615ab04a:hover { background:!important; } 
.ablocks-block-265cba3a-969f-48ff-ab14-1bc1324ce891 { justify-content:left; } 
.ablocks-block-d147da46-ac69-4412-98d0-f01576c5c392 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d147da46-ac69-4412-98d0-f01576c5c392 { text-align:left; } .ablocks-block-d147da46-ac69-4412-98d0-f01576c5c392 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-d147da46-ac69-4412-98d0-f01576c5c392 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-d147da46-ac69-4412-98d0-f01576c5c392 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a3fff186-58c7-4c2c-8ba2-c69dc22d44ab { justify-content:left; } 
.ablocks-block-c546a118-452d-460c-900c-b0de4a827f6f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c546a118-452d-460c-900c-b0de4a827f6f { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-c546a118-452d-460c-900c-b0de4a827f6f .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c546a118-452d-460c-900c-b0de4a827f6f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c546a118-452d-460c-900c-b0de4a827f6f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-3a0f41a9-656c-49f2-bc2a-373e960125fd { justify-content:left; } 
.ablocks-block-e3ddabd0-b2d9-4f2b-b06a-b8ad631ce082 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e3ddabd0-b2d9-4f2b-b06a-b8ad631ce082 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-e3ddabd0-b2d9-4f2b-b06a-b8ad631ce082 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e3ddabd0-b2d9-4f2b-b06a-b8ad631ce082 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e3ddabd0-b2d9-4f2b-b06a-b8ad631ce082 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-b2843c2b-1eff-45b7-b4b5-892e0d04c471 { justify-content:left; } 
.ablocks-block-1d2337d3-c414-409a-aaf3-e46e65d99103 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d2337d3-c414-409a-aaf3-e46e65d99103 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-1d2337d3-c414-409a-aaf3-e46e65d99103 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1d2337d3-c414-409a-aaf3-e46e65d99103 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1d2337d3-c414-409a-aaf3-e46e65d99103 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-3ba79b26-0da8-4066-894b-ba33961a1838 { justify-content:left; } 
.ablocks-block-f2e46fb2-3613-462a-a4b4-ebc98a5bcc63 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2e46fb2-3613-462a-a4b4-ebc98a5bcc63 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-f2e46fb2-3613-462a-a4b4-ebc98a5bcc63 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f2e46fb2-3613-462a-a4b4-ebc98a5bcc63 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-f2e46fb2-3613-462a-a4b4-ebc98a5bcc63 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-868eb6d2-670c-4ae7-8dad-991a36d44d58 { background:!important; } .ablocks-block-868eb6d2-670c-4ae7-8dad-991a36d44d58:hover { background:!important; } 
.ablocks-block-6b250517-3a16-4a68-ae53-bb1d3aee669e { justify-content:left; } 
.ablocks-block-d98859c2-fddd-43a6-82f4-ccc54e15baeb { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d98859c2-fddd-43a6-82f4-ccc54e15baeb { text-align:left; } .ablocks-block-d98859c2-fddd-43a6-82f4-ccc54e15baeb .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-d98859c2-fddd-43a6-82f4-ccc54e15baeb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-d98859c2-fddd-43a6-82f4-ccc54e15baeb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ab22decc-25d4-4215-8487-98b6eed3e422 { justify-content:left; } 
.ablocks-block-a09198e0-3511-4922-b8d1-9259421c7fab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a09198e0-3511-4922-b8d1-9259421c7fab { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-a09198e0-3511-4922-b8d1-9259421c7fab .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a09198e0-3511-4922-b8d1-9259421c7fab .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a09198e0-3511-4922-b8d1-9259421c7fab .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-b26f32ab-8d03-4b7f-b2c2-de1e3461dfbe { justify-content:left; } 
.ablocks-block-faced598-5a29-4077-84b4-8e7ad96c7c9b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-faced598-5a29-4077-84b4-8e7ad96c7c9b { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-faced598-5a29-4077-84b4-8e7ad96c7c9b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-faced598-5a29-4077-84b4-8e7ad96c7c9b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-faced598-5a29-4077-84b4-8e7ad96c7c9b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-8aefc133-2978-4bdb-b305-34e13d7750a0 { justify-content:left; } 
.ablocks-block-d2bacd84-0ff4-4402-a11d-a3d57d4655a6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d2bacd84-0ff4-4402-a11d-a3d57d4655a6 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-d2bacd84-0ff4-4402-a11d-a3d57d4655a6 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d2bacd84-0ff4-4402-a11d-a3d57d4655a6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d2bacd84-0ff4-4402-a11d-a3d57d4655a6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-c4937899-52bf-4fe5-aba0-ebd948138cca { justify-content:left; } 
.ablocks-block-160e4fa4-bfca-400c-8fbd-cfc8ab43b5d8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-160e4fa4-bfca-400c-8fbd-cfc8ab43b5d8 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-160e4fa4-bfca-400c-8fbd-cfc8ab43b5d8 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-160e4fa4-bfca-400c-8fbd-cfc8ab43b5d8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-160e4fa4-bfca-400c-8fbd-cfc8ab43b5d8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-7ef1068a-326d-4221-b613-0ea7bca38784 { background:!important; } .ablocks-block-7ef1068a-326d-4221-b613-0ea7bca38784:hover { background:!important; } 
.ablocks-block-f8ace600-b1f9-4f2d-803f-59931d2124c5 { justify-content:left; } 
.ablocks-block-a7ccbbb1-d7d5-45b0-8c25-9568ae8f156f { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7ccbbb1-d7d5-45b0-8c25-9568ae8f156f { text-align:left; } .ablocks-block-a7ccbbb1-d7d5-45b0-8c25-9568ae8f156f .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a7ccbbb1-d7d5-45b0-8c25-9568ae8f156f .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a7ccbbb1-d7d5-45b0-8c25-9568ae8f156f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-69f6607a-506e-4415-83ad-802a0d47128c { justify-content:left; } 
.ablocks-block-8c68b446-3e29-4176-ac26-90407f52321f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c68b446-3e29-4176-ac26-90407f52321f { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-8c68b446-3e29-4176-ac26-90407f52321f .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8c68b446-3e29-4176-ac26-90407f52321f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8c68b446-3e29-4176-ac26-90407f52321f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-828bc1f7-8c75-400b-9170-bb2a67d674b3 { justify-content:left; } 
.ablocks-block-ec6bdd25-72d9-4436-ba15-effcfe7cb666 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec6bdd25-72d9-4436-ba15-effcfe7cb666 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-ec6bdd25-72d9-4436-ba15-effcfe7cb666 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ec6bdd25-72d9-4436-ba15-effcfe7cb666 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ec6bdd25-72d9-4436-ba15-effcfe7cb666 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-cdf7314b-0967-4f2b-8385-130cb5786f0d { justify-content:left; } 
.ablocks-block-d24c5e59-5289-47bf-add1-27446b4284a6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d24c5e59-5289-47bf-add1-27446b4284a6 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-d24c5e59-5289-47bf-add1-27446b4284a6 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d24c5e59-5289-47bf-add1-27446b4284a6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d24c5e59-5289-47bf-add1-27446b4284a6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-d5cc5998-06b5-4884-8245-4b706a6eb810 { justify-content:left; } 
.ablocks-block-6dafb7b9-8d30-49e2-b268-bf0b3614e1d1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6dafb7b9-8d30-49e2-b268-bf0b3614e1d1 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-6dafb7b9-8d30-49e2-b268-bf0b3614e1d1 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6dafb7b9-8d30-49e2-b268-bf0b3614e1d1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-6dafb7b9-8d30-49e2-b268-bf0b3614e1d1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-383733b0-805f-4a54-a052-2d78d667fa7c { margin-top:0px;margin-left:80px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-383733b0-805f-4a54-a052-2d78d667fa7c { margin:0px; } } .ablocks-block-383733b0-805f-4a54-a052-2d78d667fa7c.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-383733b0-805f-4a54-a052-2d78d667fa7c > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-383733b0-805f-4a54-a052-2d78d667fa7c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } .ablocks-block-383733b0-805f-4a54-a052-2d78d667fa7c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } 
.ablocks-block-65c9e595-e1c3-432e-84dd-6197601dd49a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65c9e595-e1c3-432e-84dd-6197601dd49a { text-align:center; } .ablocks-block-65c9e595-e1c3-432e-84dd-6197601dd49a .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-65c9e595-e1c3-432e-84dd-6197601dd49a .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-65c9e595-e1c3-432e-84dd-6197601dd49a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4a97ebba-de10-42a8-ace8-da2510cfa2d6 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a97ebba-de10-42a8-ace8-da2510cfa2d6 { text-align:center; } .ablocks-block-4a97ebba-de10-42a8-ace8-da2510cfa2d6 .ablocks-paragraph-text { color:#000;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-4a97ebba-de10-42a8-ace8-da2510cfa2d6 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-4a97ebba-de10-42a8-ace8-da2510cfa2d6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-58ef4750-a8fd-464d-bae5-2bfc3267079c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-58ef4750-a8fd-464d-bae5-2bfc3267079c { text-align:center; } .ablocks-block-58ef4750-a8fd-464d-bae5-2bfc3267079c .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-58ef4750-a8fd-464d-bae5-2bfc3267079c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-58ef4750-a8fd-464d-bae5-2bfc3267079c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0dc03a18-efe5-4f3c-a965-8a329ee9d498 { margin-top:0px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0dc03a18-efe5-4f3c-a965-8a329ee9d498.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-0dc03a18-efe5-4f3c-a965-8a329ee9d498 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0dc03a18-efe5-4f3c-a965-8a329ee9d498 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-0dc03a18-efe5-4f3c-a965-8a329ee9d498.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3 { box-shadow:0px 4px 12px 0px #0000001A;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3.ablocks-block--table table, .ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3.ablocks-block--table .ablocks-block--table-cell { border-style:solid;border-color:#DEDEDE; } .ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3.ablocks-block--table .ablocks-block--table-header { background:#f4f4f4 !important; } .ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3 .ablocks-block--table-body { background:!important; } .ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3 .ablocks-block--table-body:hover { background:!important; } .ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-ab852f5e-85c8-433a-8f7b-edf82d8ea9d3.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-c7f087ea-07b9-46da-9c05-5bc66b6029c5 { background:!important; } .ablocks-block-c7f087ea-07b9-46da-9c05-5bc66b6029c5:hover { background:!important; } 
.ablocks-block-ea507243-39cb-4915-9e4f-0cdc63c2ed38 { justify-content:left; } 
.ablocks-block-baf2cdf1-785c-4cbb-be50-3ef07c777c9e { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-baf2cdf1-785c-4cbb-be50-3ef07c777c9e { padding-right:140px; } } .ablocks-block-baf2cdf1-785c-4cbb-be50-3ef07c777c9e { text-align:left; } .ablocks-block-baf2cdf1-785c-4cbb-be50-3ef07c777c9e .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-baf2cdf1-785c-4cbb-be50-3ef07c777c9e .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-baf2cdf1-785c-4cbb-be50-3ef07c777c9e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ae806068-4a08-48c8-8f74-177ee051b405 { justify-content:left; } 
.ablocks-block-969390f2-2fce-4b3d-9873-99da56bdb3ab { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-969390f2-2fce-4b3d-9873-99da56bdb3ab { padding-right:40px;padding-left:40px; } } .ablocks-block-969390f2-2fce-4b3d-9873-99da56bdb3ab { text-align:center; } .ablocks-block-969390f2-2fce-4b3d-9873-99da56bdb3ab .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-969390f2-2fce-4b3d-9873-99da56bdb3ab .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-969390f2-2fce-4b3d-9873-99da56bdb3ab .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f61140f3-d5c9-4c1a-b6b0-696458054afd { justify-content:left; } 
.ablocks-block-302b84a3-7946-476b-be72-3d389a974e7b { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-302b84a3-7946-476b-be72-3d389a974e7b { padding-right:40px;padding-left:40px; } } .ablocks-block-302b84a3-7946-476b-be72-3d389a974e7b { text-align:center; } .ablocks-block-302b84a3-7946-476b-be72-3d389a974e7b .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-302b84a3-7946-476b-be72-3d389a974e7b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-302b84a3-7946-476b-be72-3d389a974e7b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-89f2fd9a-36f2-48d2-b1bc-5483c8b0a598 { justify-content:left; } 
.ablocks-block-e87c15d8-f6d6-4765-b690-704dc61352f9 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e87c15d8-f6d6-4765-b690-704dc61352f9 { padding-right:40px;padding-left:40px; } } .ablocks-block-e87c15d8-f6d6-4765-b690-704dc61352f9 { text-align:center; } .ablocks-block-e87c15d8-f6d6-4765-b690-704dc61352f9 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-e87c15d8-f6d6-4765-b690-704dc61352f9 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e87c15d8-f6d6-4765-b690-704dc61352f9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7062479e-e51b-4926-9198-c9f7e543a771 { justify-content:left; } 
.ablocks-block-3be8459c-03d9-4300-9ab2-84367e054dd4 { padding-right:20px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3be8459c-03d9-4300-9ab2-84367e054dd4 { padding-right:40px;padding-left:40px; } } .ablocks-block-3be8459c-03d9-4300-9ab2-84367e054dd4 { text-align:center; } .ablocks-block-3be8459c-03d9-4300-9ab2-84367e054dd4 .ablocks-paragraph-text { color:#13191B;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-3be8459c-03d9-4300-9ab2-84367e054dd4 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-3be8459c-03d9-4300-9ab2-84367e054dd4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-17947747-be4a-4f9c-8528-ab464942f828 { background:!important; } .ablocks-block-17947747-be4a-4f9c-8528-ab464942f828:hover { background:!important; } 
.ablocks-block-aa635271-1768-41c4-8c99-896589c699b7 { justify-content:left; } 
.ablocks-block-0bcd8c72-f44a-4e7a-bcde-a684f2affe55 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0bcd8c72-f44a-4e7a-bcde-a684f2affe55 { text-align:left; } .ablocks-block-0bcd8c72-f44a-4e7a-bcde-a684f2affe55 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0bcd8c72-f44a-4e7a-bcde-a684f2affe55 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-0bcd8c72-f44a-4e7a-bcde-a684f2affe55 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cd628523-96d8-4f7e-9c57-45a77fe78e18 { justify-content:left; } 
.ablocks-block-2b262dd4-54ae-4687-bd0d-49794ec95ed3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b262dd4-54ae-4687-bd0d-49794ec95ed3 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-2b262dd4-54ae-4687-bd0d-49794ec95ed3 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2b262dd4-54ae-4687-bd0d-49794ec95ed3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2b262dd4-54ae-4687-bd0d-49794ec95ed3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-89142de5-9c46-4095-9eee-94f040985405 { justify-content:left; } 
.ablocks-block-3c9e15ad-8334-4cbd-9390-1af1d0b2258f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c9e15ad-8334-4cbd-9390-1af1d0b2258f { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-3c9e15ad-8334-4cbd-9390-1af1d0b2258f .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3c9e15ad-8334-4cbd-9390-1af1d0b2258f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3c9e15ad-8334-4cbd-9390-1af1d0b2258f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-26372e65-686d-4d0f-8c9e-2e87cf9a0828 { justify-content:left; } 
.ablocks-block-76863fd8-2324-489b-9510-277918b40c8e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-76863fd8-2324-489b-9510-277918b40c8e { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-76863fd8-2324-489b-9510-277918b40c8e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-76863fd8-2324-489b-9510-277918b40c8e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-76863fd8-2324-489b-9510-277918b40c8e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-fcbfab57-36e0-4f3f-a759-6345ccb5046c { justify-content:left; } 
.ablocks-block-a6e4b4d3-e81e-4418-8517-a853af43a943 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6e4b4d3-e81e-4418-8517-a853af43a943 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-a6e4b4d3-e81e-4418-8517-a853af43a943 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a6e4b4d3-e81e-4418-8517-a853af43a943 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a6e4b4d3-e81e-4418-8517-a853af43a943 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-d765f011-95df-41cf-b4d0-a5cd5cc183b7 { background:!important; } .ablocks-block-d765f011-95df-41cf-b4d0-a5cd5cc183b7:hover { background:!important; } 
.ablocks-block-9b58ef68-c7a8-4516-8697-a10b597a0070 { justify-content:left; } 
.ablocks-block-e1c5ba79-66f7-40b8-9685-5a4a27c6aea8 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1c5ba79-66f7-40b8-9685-5a4a27c6aea8 { text-align:left; } .ablocks-block-e1c5ba79-66f7-40b8-9685-5a4a27c6aea8 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e1c5ba79-66f7-40b8-9685-5a4a27c6aea8 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e1c5ba79-66f7-40b8-9685-5a4a27c6aea8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fbbe1f50-c2f6-47b1-b8b2-7730e833baf6 { justify-content:left; } 
.ablocks-block-b5421e30-5025-4097-97d0-2298a2d9df38 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5421e30-5025-4097-97d0-2298a2d9df38 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-b5421e30-5025-4097-97d0-2298a2d9df38 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b5421e30-5025-4097-97d0-2298a2d9df38 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b5421e30-5025-4097-97d0-2298a2d9df38 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-fa5eae90-25a3-4044-b844-e6eedb21a140 { justify-content:left; } 
.ablocks-block-16fa26cf-b020-442f-a064-62a50510cbe3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-16fa26cf-b020-442f-a064-62a50510cbe3 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-16fa26cf-b020-442f-a064-62a50510cbe3 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-16fa26cf-b020-442f-a064-62a50510cbe3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-16fa26cf-b020-442f-a064-62a50510cbe3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-04987cb2-169a-4045-ad70-70fed4828b74 { justify-content:left; } 
.ablocks-block-6b1d9506-e4b1-41aa-bbff-3bd8e8b95213 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b1d9506-e4b1-41aa-bbff-3bd8e8b95213 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-6b1d9506-e4b1-41aa-bbff-3bd8e8b95213 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6b1d9506-e4b1-41aa-bbff-3bd8e8b95213 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-6b1d9506-e4b1-41aa-bbff-3bd8e8b95213 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-8fbdcf4b-c57b-4258-99e1-a5d2288a46bb { justify-content:left; } 
.ablocks-block-9a14f99e-5c3f-47a9-8910-71231e5e2355 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9a14f99e-5c3f-47a9-8910-71231e5e2355 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-9a14f99e-5c3f-47a9-8910-71231e5e2355 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9a14f99e-5c3f-47a9-8910-71231e5e2355 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-9a14f99e-5c3f-47a9-8910-71231e5e2355 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-7458e0a9-08ce-41af-83ab-ac23412398aa { background:!important; } .ablocks-block-7458e0a9-08ce-41af-83ab-ac23412398aa:hover { background:!important; } 
.ablocks-block-c2e1ffa9-08db-4a1c-b841-dcc0d11b0f8a { justify-content:left; } 
.ablocks-block-a11cd7af-e33a-41b2-b1cc-81cf79e27cab { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a11cd7af-e33a-41b2-b1cc-81cf79e27cab { text-align:left; } .ablocks-block-a11cd7af-e33a-41b2-b1cc-81cf79e27cab .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a11cd7af-e33a-41b2-b1cc-81cf79e27cab .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a11cd7af-e33a-41b2-b1cc-81cf79e27cab .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7314237b-9912-4b8f-9dd0-583119988fa4 { justify-content:left; } 
.ablocks-block-1bcd89f4-5d25-47dd-bb1e-7ca49af2681c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1bcd89f4-5d25-47dd-bb1e-7ca49af2681c { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-1bcd89f4-5d25-47dd-bb1e-7ca49af2681c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1bcd89f4-5d25-47dd-bb1e-7ca49af2681c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1bcd89f4-5d25-47dd-bb1e-7ca49af2681c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-9ddaf21e-67fb-4d34-90a6-35b3b985d99b { justify-content:left; } 
.ablocks-block-ab6c5b6e-2890-445e-b6a0-1c67d6106612 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab6c5b6e-2890-445e-b6a0-1c67d6106612 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-ab6c5b6e-2890-445e-b6a0-1c67d6106612 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ab6c5b6e-2890-445e-b6a0-1c67d6106612 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ab6c5b6e-2890-445e-b6a0-1c67d6106612 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-9d02a76a-92db-4666-bc43-13bbef542c02 { justify-content:left; } 
.ablocks-block-8d88a686-09aa-462c-ac0f-e9cd51ed40d4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8d88a686-09aa-462c-ac0f-e9cd51ed40d4 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-8d88a686-09aa-462c-ac0f-e9cd51ed40d4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8d88a686-09aa-462c-ac0f-e9cd51ed40d4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8d88a686-09aa-462c-ac0f-e9cd51ed40d4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-a8a1ec04-0cd5-4402-aa2e-80b87f9c0ae8 { justify-content:left; } 
.ablocks-block-fc38b8e5-d606-4bcd-bcfb-40ed52dfe550 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc38b8e5-d606-4bcd-bcfb-40ed52dfe550 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-fc38b8e5-d606-4bcd-bcfb-40ed52dfe550 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fc38b8e5-d606-4bcd-bcfb-40ed52dfe550 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-fc38b8e5-d606-4bcd-bcfb-40ed52dfe550 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-57496c55-df78-4035-be8e-bd0328a25192 { background:!important; } .ablocks-block-57496c55-df78-4035-be8e-bd0328a25192:hover { background:!important; } 
.ablocks-block-4a88f1df-f7ab-4648-ae8a-db706e003a96 { justify-content:left; } 
.ablocks-block-3073c92b-9641-4fac-8ca4-6a4e1b686ec5 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3073c92b-9641-4fac-8ca4-6a4e1b686ec5 { text-align:left; } .ablocks-block-3073c92b-9641-4fac-8ca4-6a4e1b686ec5 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3073c92b-9641-4fac-8ca4-6a4e1b686ec5 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-3073c92b-9641-4fac-8ca4-6a4e1b686ec5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e87c852f-7b90-4448-a03b-fd223e03e115 { justify-content:left; } 
.ablocks-block-d27c61b4-25bc-473a-98a6-f94fa8dcf4f2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d27c61b4-25bc-473a-98a6-f94fa8dcf4f2 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-d27c61b4-25bc-473a-98a6-f94fa8dcf4f2 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d27c61b4-25bc-473a-98a6-f94fa8dcf4f2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d27c61b4-25bc-473a-98a6-f94fa8dcf4f2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-b06b6aff-7bae-4399-81ad-cd77a682de1d { justify-content:left; } 
.ablocks-block-ea4b52a9-eda9-4161-91e6-6cafceee68ed { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea4b52a9-eda9-4161-91e6-6cafceee68ed { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-ea4b52a9-eda9-4161-91e6-6cafceee68ed .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ea4b52a9-eda9-4161-91e6-6cafceee68ed .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ea4b52a9-eda9-4161-91e6-6cafceee68ed .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-774a39f3-710c-498a-885d-322c5ff9ead5 { justify-content:left; } 
.ablocks-block-fa03b004-6dc7-4257-9724-d64815ec84c6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa03b004-6dc7-4257-9724-d64815ec84c6 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-fa03b004-6dc7-4257-9724-d64815ec84c6 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fa03b004-6dc7-4257-9724-d64815ec84c6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-fa03b004-6dc7-4257-9724-d64815ec84c6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-ee12c0ae-0433-4f6e-9e4c-2eb111610a5b { justify-content:left; } 
.ablocks-block-fa64c64c-44f6-45b9-b1f0-2b6e80d73d7d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa64c64c-44f6-45b9-b1f0-2b6e80d73d7d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-fa64c64c-44f6-45b9-b1f0-2b6e80d73d7d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fa64c64c-44f6-45b9-b1f0-2b6e80d73d7d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-fa64c64c-44f6-45b9-b1f0-2b6e80d73d7d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-7676a033-3c81-4079-9ce6-e71325cffe63 { background:!important; } .ablocks-block-7676a033-3c81-4079-9ce6-e71325cffe63:hover { background:!important; } 
.ablocks-block-b216dec7-c106-4962-86e9-d80537f204ed { justify-content:left; } 
.ablocks-block-825da2e9-3503-42d3-a0ad-aaa86562fa21 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-825da2e9-3503-42d3-a0ad-aaa86562fa21 { text-align:left; } .ablocks-block-825da2e9-3503-42d3-a0ad-aaa86562fa21 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-825da2e9-3503-42d3-a0ad-aaa86562fa21 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-825da2e9-3503-42d3-a0ad-aaa86562fa21 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-940dec77-3e8f-4d56-ac13-7f89a744f46d { justify-content:left; } 
.ablocks-block-ff580c3d-92a7-4e06-ba40-7c5de6099a00 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff580c3d-92a7-4e06-ba40-7c5de6099a00 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-ff580c3d-92a7-4e06-ba40-7c5de6099a00 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ff580c3d-92a7-4e06-ba40-7c5de6099a00 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ff580c3d-92a7-4e06-ba40-7c5de6099a00 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-051b4caf-2a10-4729-9786-cca3f182453a { justify-content:left; } 
.ablocks-block-8b67f42f-2e57-4319-ba0b-bf71417d9129 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b67f42f-2e57-4319-ba0b-bf71417d9129.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8b67f42f-2e57-4319-ba0b-bf71417d9129 { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:1px;column-gap:6px; } .ablocks-block-8b67f42f-2e57-4319-ba0b-bf71417d9129.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:1px;column-gap:6px; } .ablocks-block-8b67f42f-2e57-4319-ba0b-bf71417d9129 { display:inline-flex; } 
.ablocks-block-54e9cf74-8160-4454-8c53-bf21c76b41ea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54e9cf74-8160-4454-8c53-bf21c76b41ea { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-54e9cf74-8160-4454-8c53-bf21c76b41ea .ablocks-icon-wrap { font-size:20px; } .ablocks-block-54e9cf74-8160-4454-8c53-bf21c76b41ea .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-54e9cf74-8160-4454-8c53-bf21c76b41ea .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-86d9eb65-acb6-44d2-be5e-94d3d8f40cfb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-86d9eb65-acb6-44d2-be5e-94d3d8f40cfb { text-align:left; } .ablocks-block-86d9eb65-acb6-44d2-be5e-94d3d8f40cfb .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-86d9eb65-acb6-44d2-be5e-94d3d8f40cfb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-86d9eb65-acb6-44d2-be5e-94d3d8f40cfb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ed2c193d-55ec-410f-8b86-784858c0e03b { justify-content:left; } 
.ablocks-block-921724bc-f5a5-4b9b-93e3-3968869faed4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-921724bc-f5a5-4b9b-93e3-3968869faed4 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-921724bc-f5a5-4b9b-93e3-3968869faed4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-921724bc-f5a5-4b9b-93e3-3968869faed4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-921724bc-f5a5-4b9b-93e3-3968869faed4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-65e0097f-8ec3-4a5b-853f-8af0e5adf3de { justify-content:left; } 
.ablocks-block-35edac2c-070e-491e-bba4-e67170078025 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-35edac2c-070e-491e-bba4-e67170078025 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-35edac2c-070e-491e-bba4-e67170078025 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-35edac2c-070e-491e-bba4-e67170078025 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-35edac2c-070e-491e-bba4-e67170078025 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-bbc2c9b3-560e-4e07-a31a-83c4d00a5ade { background:!important; } .ablocks-block-bbc2c9b3-560e-4e07-a31a-83c4d00a5ade:hover { background:!important; } 
.ablocks-block-bd8f7726-d502-4029-b593-985f7030ac7e { justify-content:left; } 
.ablocks-block-eb2ee402-4663-4382-a7ae-215aac8caec4 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb2ee402-4663-4382-a7ae-215aac8caec4 { text-align:left; } .ablocks-block-eb2ee402-4663-4382-a7ae-215aac8caec4 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-eb2ee402-4663-4382-a7ae-215aac8caec4 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-eb2ee402-4663-4382-a7ae-215aac8caec4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-97926b52-7d4b-4281-b9ed-5ecc4a0db1ab { justify-content:left; } 
.ablocks-block-548132ed-5637-497d-a040-61d56713ae52 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-548132ed-5637-497d-a040-61d56713ae52 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-548132ed-5637-497d-a040-61d56713ae52 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-548132ed-5637-497d-a040-61d56713ae52 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-548132ed-5637-497d-a040-61d56713ae52 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-6d2c8f24-572c-4112-ad37-11f0cf143370 { justify-content:left; } 
.ablocks-block-2727ab1e-04b5-4805-a2c9-9afb40b7b1d6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2727ab1e-04b5-4805-a2c9-9afb40b7b1d6 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-2727ab1e-04b5-4805-a2c9-9afb40b7b1d6 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2727ab1e-04b5-4805-a2c9-9afb40b7b1d6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2727ab1e-04b5-4805-a2c9-9afb40b7b1d6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-627ca51c-16fa-4550-a0bd-aa5680691163 { justify-content:left; } 
.ablocks-block-5fce5653-f516-46b8-ba20-b8648a266299 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5fce5653-f516-46b8-ba20-b8648a266299 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-5fce5653-f516-46b8-ba20-b8648a266299 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5fce5653-f516-46b8-ba20-b8648a266299 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5fce5653-f516-46b8-ba20-b8648a266299 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-52ed8255-9b69-4a7e-b9c9-2c6cf39c48b0 { justify-content:left; } 
.ablocks-block-60a37290-962f-48f5-a1f0-a7333383f8d0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-60a37290-962f-48f5-a1f0-a7333383f8d0 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-60a37290-962f-48f5-a1f0-a7333383f8d0 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-60a37290-962f-48f5-a1f0-a7333383f8d0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-60a37290-962f-48f5-a1f0-a7333383f8d0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-75cb32d8-5fb6-4aad-aa44-7ea8b7898297 { background:!important; } .ablocks-block-75cb32d8-5fb6-4aad-aa44-7ea8b7898297:hover { background:!important; } 
.ablocks-block-dc898a1e-16fb-43ac-90e1-50b0b94646af { justify-content:left; } 
.ablocks-block-a7b09be0-8ab5-43d1-9b23-deae064abc61 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7b09be0-8ab5-43d1-9b23-deae064abc61 { text-align:left; } .ablocks-block-a7b09be0-8ab5-43d1-9b23-deae064abc61 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a7b09be0-8ab5-43d1-9b23-deae064abc61 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a7b09be0-8ab5-43d1-9b23-deae064abc61 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c8c1da3c-f8e0-45ac-9359-83a8a1ffef56 { justify-content:left; } 
.ablocks-block-5855e6f0-b415-4777-b7e6-c37564554664 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5855e6f0-b415-4777-b7e6-c37564554664 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-5855e6f0-b415-4777-b7e6-c37564554664 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5855e6f0-b415-4777-b7e6-c37564554664 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5855e6f0-b415-4777-b7e6-c37564554664 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-f6b7d143-563c-4dc6-8f8e-694fe8d0a1c2 { justify-content:left; } 
.ablocks-block-b54315af-ac64-4a4f-ab10-7c25d07e1d8b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b54315af-ac64-4a4f-ab10-7c25d07e1d8b { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-b54315af-ac64-4a4f-ab10-7c25d07e1d8b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b54315af-ac64-4a4f-ab10-7c25d07e1d8b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b54315af-ac64-4a4f-ab10-7c25d07e1d8b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-d2b1c8a1-4a61-4554-a24e-fcb0a0833eab { justify-content:left; } 
.ablocks-block-d0b8cf7a-3dcd-4aee-bdc9-002cf081a5cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d0b8cf7a-3dcd-4aee-bdc9-002cf081a5cb { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-d0b8cf7a-3dcd-4aee-bdc9-002cf081a5cb .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d0b8cf7a-3dcd-4aee-bdc9-002cf081a5cb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d0b8cf7a-3dcd-4aee-bdc9-002cf081a5cb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-a7103395-05ff-40ef-a230-588779a73351 { justify-content:left; } 
.ablocks-block-c6ae4431-ffc8-4459-a24f-3c135be18862 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c6ae4431-ffc8-4459-a24f-3c135be18862 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-c6ae4431-ffc8-4459-a24f-3c135be18862 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c6ae4431-ffc8-4459-a24f-3c135be18862 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c6ae4431-ffc8-4459-a24f-3c135be18862 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-0330d4f5-3d07-44da-a24d-1e72aaf1fb08 { background:!important; } .ablocks-block-0330d4f5-3d07-44da-a24d-1e72aaf1fb08:hover { background:!important; } 
.ablocks-block-dfd54d85-84b3-4aeb-9496-2c0fdb8dfd3c { justify-content:left; } 
.ablocks-block-2a298430-47ac-4482-b4d2-aed6e160f713 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a298430-47ac-4482-b4d2-aed6e160f713 { text-align:left; } .ablocks-block-2a298430-47ac-4482-b4d2-aed6e160f713 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-2a298430-47ac-4482-b4d2-aed6e160f713 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-2a298430-47ac-4482-b4d2-aed6e160f713 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4882702c-cea2-4ed0-b51d-1df4f5734780 { justify-content:left; } 
.ablocks-block-d1e11af2-8d28-4a13-88df-63f6cab06936 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1e11af2-8d28-4a13-88df-63f6cab06936 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-d1e11af2-8d28-4a13-88df-63f6cab06936 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d1e11af2-8d28-4a13-88df-63f6cab06936 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d1e11af2-8d28-4a13-88df-63f6cab06936 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-d025baeb-cbf0-4df2-a041-2ea4d876445a { justify-content:left; } 
.ablocks-block-a7633854-aecf-47cc-bbda-db5fbdf2e1f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7633854-aecf-47cc-bbda-db5fbdf2e1f5 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-a7633854-aecf-47cc-bbda-db5fbdf2e1f5 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a7633854-aecf-47cc-bbda-db5fbdf2e1f5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a7633854-aecf-47cc-bbda-db5fbdf2e1f5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-cf52d13b-9ac4-492a-a6fc-a17f8460118b { justify-content:left; } 
.ablocks-block-72b78329-afdf-492c-81e4-74359bebce1e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72b78329-afdf-492c-81e4-74359bebce1e { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-72b78329-afdf-492c-81e4-74359bebce1e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-72b78329-afdf-492c-81e4-74359bebce1e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-72b78329-afdf-492c-81e4-74359bebce1e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-726d94f5-22a6-4199-9afb-fc6a27bec052 { justify-content:left; } 
.ablocks-block-b6e25366-0c30-48c0-bc3b-7daa5e8c653d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6e25366-0c30-48c0-bc3b-7daa5e8c653d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-b6e25366-0c30-48c0-bc3b-7daa5e8c653d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b6e25366-0c30-48c0-bc3b-7daa5e8c653d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b6e25366-0c30-48c0-bc3b-7daa5e8c653d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-8fea5c4b-f82a-449d-87a8-c47276bf7d02 { background:!important; } .ablocks-block-8fea5c4b-f82a-449d-87a8-c47276bf7d02:hover { background:!important; } 
.ablocks-block-734dae91-dedb-4989-80d9-1b59d3f1cb75 { justify-content:left; } 
.ablocks-block-b596f26b-c624-4daf-a445-5bb6caecb77b { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b596f26b-c624-4daf-a445-5bb6caecb77b { text-align:left; } .ablocks-block-b596f26b-c624-4daf-a445-5bb6caecb77b .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b596f26b-c624-4daf-a445-5bb6caecb77b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b596f26b-c624-4daf-a445-5bb6caecb77b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-411bba4e-bcf6-4181-87d5-8712459bfaa4 { justify-content:left; } 
.ablocks-block-49c3a20b-3100-4d9b-a7fd-2cdf6930ead2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-49c3a20b-3100-4d9b-a7fd-2cdf6930ead2 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-49c3a20b-3100-4d9b-a7fd-2cdf6930ead2 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-49c3a20b-3100-4d9b-a7fd-2cdf6930ead2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-49c3a20b-3100-4d9b-a7fd-2cdf6930ead2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-b864ec07-9fbc-4cf5-aa8b-4776963774b5 { justify-content:left; } 
.ablocks-block-8409afda-17c2-47df-b9f4-117996b3dab4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8409afda-17c2-47df-b9f4-117996b3dab4.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8409afda-17c2-47df-b9f4-117996b3dab4 { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:4px;column-gap:6px; } .ablocks-block-8409afda-17c2-47df-b9f4-117996b3dab4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:4px;column-gap:6px; } .ablocks-block-8409afda-17c2-47df-b9f4-117996b3dab4 { display:inline-flex; } 
.ablocks-block-9d55ac64-e423-4587-8445-ee800798475b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9d55ac64-e423-4587-8445-ee800798475b { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-9d55ac64-e423-4587-8445-ee800798475b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9d55ac64-e423-4587-8445-ee800798475b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-9d55ac64-e423-4587-8445-ee800798475b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-09d576e6-05bc-4a83-90b5-eb30c7aa41ea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09d576e6-05bc-4a83-90b5-eb30c7aa41ea { text-align:left; } .ablocks-block-09d576e6-05bc-4a83-90b5-eb30c7aa41ea .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-09d576e6-05bc-4a83-90b5-eb30c7aa41ea .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-09d576e6-05bc-4a83-90b5-eb30c7aa41ea .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-79ad8ba2-dda1-440e-aa38-3f29615dfddf { justify-content:left; } 
.ablocks-block-3aa29753-3f10-4a63-a95f-ee5061765765 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3aa29753-3f10-4a63-a95f-ee5061765765 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-3aa29753-3f10-4a63-a95f-ee5061765765 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3aa29753-3f10-4a63-a95f-ee5061765765 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3aa29753-3f10-4a63-a95f-ee5061765765 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-e2abdc1c-f8fe-4911-b914-a3bc09b79788 { justify-content:left; } 
.ablocks-block-225b27b0-abd8-4151-8046-c93c4754791a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-225b27b0-abd8-4151-8046-c93c4754791a { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-225b27b0-abd8-4151-8046-c93c4754791a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-225b27b0-abd8-4151-8046-c93c4754791a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-225b27b0-abd8-4151-8046-c93c4754791a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-f3cfa359-eb16-4e31-9c13-98c1b078f87f { background:!important; } .ablocks-block-f3cfa359-eb16-4e31-9c13-98c1b078f87f:hover { background:!important; } 
.ablocks-block-e3482ead-e911-43e8-9c1a-7286b980fe14 { justify-content:left; } 
.ablocks-block-5e8f296b-e542-431e-88e9-8d29bc368e85 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e8f296b-e542-431e-88e9-8d29bc368e85 { text-align:left; } .ablocks-block-5e8f296b-e542-431e-88e9-8d29bc368e85 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5e8f296b-e542-431e-88e9-8d29bc368e85 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-5e8f296b-e542-431e-88e9-8d29bc368e85 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-de499e80-1b11-497e-b1cc-42f58638b877 { justify-content:left; } 
.ablocks-block-85431dac-55d4-4dfb-b1e1-c4b1f9401f7a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85431dac-55d4-4dfb-b1e1-c4b1f9401f7a { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-85431dac-55d4-4dfb-b1e1-c4b1f9401f7a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-85431dac-55d4-4dfb-b1e1-c4b1f9401f7a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-85431dac-55d4-4dfb-b1e1-c4b1f9401f7a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-516c70ec-665e-44cb-be76-9c5e2566b01b { justify-content:left; } 
.ablocks-block-6f653158-556f-44eb-9ee8-11cf01f61bc0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6f653158-556f-44eb-9ee8-11cf01f61bc0 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-6f653158-556f-44eb-9ee8-11cf01f61bc0 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6f653158-556f-44eb-9ee8-11cf01f61bc0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-6f653158-556f-44eb-9ee8-11cf01f61bc0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-6c08bcbd-0d7e-4c7f-9d4c-cdafcdd056ed { justify-content:left; } 
.ablocks-block-9aceb986-c671-4941-9b9c-578bbfdd6e9d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9aceb986-c671-4941-9b9c-578bbfdd6e9d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-9aceb986-c671-4941-9b9c-578bbfdd6e9d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9aceb986-c671-4941-9b9c-578bbfdd6e9d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-9aceb986-c671-4941-9b9c-578bbfdd6e9d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-a267c5e5-cf26-47ac-858c-75e566c0cecb { justify-content:left; } 
.ablocks-block-2a123aa6-fc15-490a-a7e8-e303dd31bc2a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a123aa6-fc15-490a-a7e8-e303dd31bc2a { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-2a123aa6-fc15-490a-a7e8-e303dd31bc2a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2a123aa6-fc15-490a-a7e8-e303dd31bc2a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2a123aa6-fc15-490a-a7e8-e303dd31bc2a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-55cbe575-e9db-4a2e-87d2-9eba74c5010a { background:!important; } .ablocks-block-55cbe575-e9db-4a2e-87d2-9eba74c5010a:hover { background:!important; } 
.ablocks-block-a450b182-fc8c-483d-afcf-e64df6a2022f { justify-content:left; } 
.ablocks-block-a5bf8e37-10d2-493b-87b8-b25af3c9829c { padding-top:9px;padding-bottom:9px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a5bf8e37-10d2-493b-87b8-b25af3c9829c { text-align:left; } .ablocks-block-a5bf8e37-10d2-493b-87b8-b25af3c9829c .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a5bf8e37-10d2-493b-87b8-b25af3c9829c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a5bf8e37-10d2-493b-87b8-b25af3c9829c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-279e01ad-9674-42a6-b44b-59f448423bf1 { justify-content:left; } 
.ablocks-block-8ab10170-9174-4185-bd20-54720ada082b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ab10170-9174-4185-bd20-54720ada082b { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-8ab10170-9174-4185-bd20-54720ada082b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8ab10170-9174-4185-bd20-54720ada082b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8ab10170-9174-4185-bd20-54720ada082b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-842b336b-4303-4cbe-972c-53380c8c039b { justify-content:left; } 
.ablocks-block-78cafda1-f41a-4b90-92a2-3115233ad23f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-78cafda1-f41a-4b90-92a2-3115233ad23f { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-78cafda1-f41a-4b90-92a2-3115233ad23f .ablocks-icon-wrap { font-size:20px; } .ablocks-block-78cafda1-f41a-4b90-92a2-3115233ad23f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-78cafda1-f41a-4b90-92a2-3115233ad23f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-72b60af6-9f5f-4e78-8207-acd0e5bf6769 { justify-content:left; } 
.ablocks-block-0a3dfa19-e64a-46fc-91fe-3a8e062b9751 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a3dfa19-e64a-46fc-91fe-3a8e062b9751 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-0a3dfa19-e64a-46fc-91fe-3a8e062b9751 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0a3dfa19-e64a-46fc-91fe-3a8e062b9751 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0a3dfa19-e64a-46fc-91fe-3a8e062b9751 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-6d7d0fb1-fb81-461c-b5f6-7ddd0f13f62b { justify-content:left; } 
.ablocks-block-e8aa90ae-4455-4b6b-9aff-d1fab63c1a05 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8aa90ae-4455-4b6b-9aff-d1fab63c1a05 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-e8aa90ae-4455-4b6b-9aff-d1fab63c1a05 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e8aa90ae-4455-4b6b-9aff-d1fab63c1a05 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e8aa90ae-4455-4b6b-9aff-d1fab63c1a05 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-7e9ddf8b-1299-4e97-90c4-11bdb43826c9 { background:!important; } .ablocks-block-7e9ddf8b-1299-4e97-90c4-11bdb43826c9:hover { background:!important; } 
.ablocks-block-1d47600c-d12a-4045-b445-1f2b492d099f { justify-content:left; } 
.ablocks-block-19524262-5e5e-46e4-b78d-f6a0f147d0c9 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-19524262-5e5e-46e4-b78d-f6a0f147d0c9 { text-align:left; } .ablocks-block-19524262-5e5e-46e4-b78d-f6a0f147d0c9 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-19524262-5e5e-46e4-b78d-f6a0f147d0c9 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-19524262-5e5e-46e4-b78d-f6a0f147d0c9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a521c6d2-7ec4-4c5e-8cec-a4985b9bbb37 { justify-content:left; } 
.ablocks-block-224a6b1f-3f03-458b-9e52-fd2c422ef0f4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-224a6b1f-3f03-458b-9e52-fd2c422ef0f4 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-224a6b1f-3f03-458b-9e52-fd2c422ef0f4 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-224a6b1f-3f03-458b-9e52-fd2c422ef0f4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-224a6b1f-3f03-458b-9e52-fd2c422ef0f4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-2374fa26-d489-4e2e-a821-990782046b88 { justify-content:left; } 
.ablocks-block-817e89cf-1729-486d-a7c4-19492ccf3735 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-817e89cf-1729-486d-a7c4-19492ccf3735 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-817e89cf-1729-486d-a7c4-19492ccf3735 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-817e89cf-1729-486d-a7c4-19492ccf3735 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-817e89cf-1729-486d-a7c4-19492ccf3735 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-a33ac54f-0186-4258-8cfc-2366cccee057 { justify-content:left; } 
.ablocks-block-573e1c46-0612-4e32-bec1-d2c80413abfa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-573e1c46-0612-4e32-bec1-d2c80413abfa { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-573e1c46-0612-4e32-bec1-d2c80413abfa .ablocks-icon-wrap { font-size:20px; } .ablocks-block-573e1c46-0612-4e32-bec1-d2c80413abfa .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-573e1c46-0612-4e32-bec1-d2c80413abfa .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-55b4cd5a-b210-4c66-8496-e99ae7d71232 { justify-content:left; } 
.ablocks-block-206f5421-3ef4-4f38-bd5d-fcadbd73ac28 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-206f5421-3ef4-4f38-bd5d-fcadbd73ac28 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-206f5421-3ef4-4f38-bd5d-fcadbd73ac28 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-206f5421-3ef4-4f38-bd5d-fcadbd73ac28 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-206f5421-3ef4-4f38-bd5d-fcadbd73ac28 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-5ac80b17-2ded-4f21-b6c6-7cec0bbc731a { background:!important; } .ablocks-block-5ac80b17-2ded-4f21-b6c6-7cec0bbc731a:hover { background:!important; } 
.ablocks-block-4e009916-f50c-47dc-a40c-0467ee978365 { justify-content:left; } 
.ablocks-block-7e3174ab-8730-4ade-aaec-bf00b9377bc0 { padding-top:10px;padding-bottom:10px;padding-left:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e3174ab-8730-4ade-aaec-bf00b9377bc0 { text-align:left; } .ablocks-block-7e3174ab-8730-4ade-aaec-bf00b9377bc0 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7e3174ab-8730-4ade-aaec-bf00b9377bc0 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7e3174ab-8730-4ade-aaec-bf00b9377bc0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4c2fbae9-4663-499f-a516-95e299732a20 { justify-content:left; } 
.ablocks-block-193e6dc4-e7e8-49f2-b413-3056d1d76561 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-193e6dc4-e7e8-49f2-b413-3056d1d76561 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-193e6dc4-e7e8-49f2-b413-3056d1d76561 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-193e6dc4-e7e8-49f2-b413-3056d1d76561 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-193e6dc4-e7e8-49f2-b413-3056d1d76561 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#06b532; } 
.ablocks-block-df2bceda-6929-42f3-af12-23210950da4c { justify-content:left; } 
.ablocks-block-38febf86-107e-4823-bb74-ece4a71f329b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-38febf86-107e-4823-bb74-ece4a71f329b { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-38febf86-107e-4823-bb74-ece4a71f329b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-38febf86-107e-4823-bb74-ece4a71f329b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-38febf86-107e-4823-bb74-ece4a71f329b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-61f8e8a9-23b4-41c0-9530-6d4b1f6d30ce { justify-content:left; } 
.ablocks-block-01c76a3a-9868-485c-b2e4-a7d4dbe78509 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01c76a3a-9868-485c-b2e4-a7d4dbe78509 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-01c76a3a-9868-485c-b2e4-a7d4dbe78509 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-01c76a3a-9868-485c-b2e4-a7d4dbe78509 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-01c76a3a-9868-485c-b2e4-a7d4dbe78509 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-06cbf190-b698-4bbc-97f8-15e35dcbe614 { justify-content:left; } 
.ablocks-block-992f2bda-7af7-4297-9889-3755d01ccf34 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-992f2bda-7af7-4297-9889-3755d01ccf34 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-992f2bda-7af7-4297-9889-3755d01ccf34 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-992f2bda-7af7-4297-9889-3755d01ccf34 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-992f2bda-7af7-4297-9889-3755d01ccf34 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#fb0000; } 
.ablocks-block-b9ce6d2e-842e-4c17-b5b9-a7afbe38e3a9 { margin-top:0px;margin-left:80px;padding-top:80px;padding-bottom:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b9ce6d2e-842e-4c17-b5b9-a7afbe38e3a9 { margin:0px; } } .ablocks-block-b9ce6d2e-842e-4c17-b5b9-a7afbe38e3a9.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } .ablocks-block-b9ce6d2e-842e-4c17-b5b9-a7afbe38e3a9 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-b9ce6d2e-842e-4c17-b5b9-a7afbe38e3a9 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } .ablocks-block-b9ce6d2e-842e-4c17-b5b9-a7afbe38e3a9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:2px;column-gap:20px; } 
.ablocks-block-95f6a240-4bed-4384-aea8-619dc6f80819 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95f6a240-4bed-4384-aea8-619dc6f80819 { text-align:center; } .ablocks-block-95f6a240-4bed-4384-aea8-619dc6f80819 .ablocks-paragraph-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-95f6a240-4bed-4384-aea8-619dc6f80819 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-95f6a240-4bed-4384-aea8-619dc6f80819 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-57f24184-f140-49f6-a78a-cc9b7ae7d8b8 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57f24184-f140-49f6-a78a-cc9b7ae7d8b8 { text-align:center; } .ablocks-block-57f24184-f140-49f6-a78a-cc9b7ae7d8b8 .ablocks-paragraph-text { color:#000;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-57f24184-f140-49f6-a78a-cc9b7ae7d8b8 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-57f24184-f140-49f6-a78a-cc9b7ae7d8b8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f1b92f76-4ab7-4677-b8f8-20da90bd171f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f1b92f76-4ab7-4677-b8f8-20da90bd171f { text-align:center; } .ablocks-block-f1b92f76-4ab7-4677-b8f8-20da90bd171f .ablocks-paragraph-text { color:#000000;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-f1b92f76-4ab7-4677-b8f8-20da90bd171f .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-f1b92f76-4ab7-4677-b8f8-20da90bd171f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dd23343b-94f6-40ab-abae-2f802b02dc6d { margin-top:-19px;padding-bottom:96px;background:#fafafafa;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dd23343b-94f6-40ab-abae-2f802b02dc6d { padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-dd23343b-94f6-40ab-abae-2f802b02dc6d { padding-bottom:40px; } } .ablocks-block-dd23343b-94f6-40ab-abae-2f802b02dc6d.ablocks-block--container { padding-bottom:96px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-dd23343b-94f6-40ab-abae-2f802b02dc6d.ablocks-block--container { padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-dd23343b-94f6-40ab-abae-2f802b02dc6d.ablocks-block--container { padding-bottom:40px; } } .ablocks-block-dd23343b-94f6-40ab-abae-2f802b02dc6d > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-dd23343b-94f6-40ab-abae-2f802b02dc6d > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-dd23343b-94f6-40ab-abae-2f802b02dc6d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5 { margin-top:0px;padding-top:57px;padding-right:40px;padding-bottom:75px;padding-left:64px;background-image:url("https://ablocks.pro/wp-content/uploads/2025/07/frame_1618873486.webp");background-position:center;background-repeat:no-repeat;background-size:cover;border-width:0px 0px 1px 0px;border-style:solid;border-color:rgba(1,22,39,0.16);border-radius:20px;box-shadow:0px 10px 30px 0px rgba(0,0,0,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5 { padding-top:24px;padding-right:24px;padding-bottom:16px;padding-left:16px; } } @media screen and (max-width: 480px) { .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5 { padding-right:8px;padding-bottom:200px;background-image:url("https://ablocks.pro/wp-content/uploads/2025/07/frame_1618873560.webp");border-radius:12px; } } .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5.ablocks-block--container { padding-top:57px;padding-right:40px;padding-bottom:75px;padding-left:64px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:16px;padding-left:16px; } } @media screen and (max-width: 480px) { .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5.ablocks-block--container { padding-right:8px;padding-bottom:200px; } } .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5 { column-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5 { flex-direction:column;align-items:flex-start;row-gap:34px; } } .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5.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: 800px) { .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5.ablocks-has-block-container > .ablocks-block-container { column-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:34px; } } .ablocks-block-df4d03b4-9089-4ffe-b553-18ff4b274fb5 { display:inline-flex; } 
.ablocks-block-0a708db0-be9c-4eac-bf14-ac8aff2e0fe7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a708db0-be9c-4eac-bf14-ac8aff2e0fe7.ablocks-block--container { padding:0px;max-width:min(100%,29%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0a708db0-be9c-4eac-bf14-ac8aff2e0fe7.ablocks-block--container { max-width:min(100%,36%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0a708db0-be9c-4eac-bf14-ac8aff2e0fe7.ablocks-block--container { max-width:min(100%,90%) !important; } } .ablocks-block-0a708db0-be9c-4eac-bf14-ac8aff2e0fe7 { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0a708db0-be9c-4eac-bf14-ac8aff2e0fe7 { row-gap:16px; } } .ablocks-block-0a708db0-be9c-4eac-bf14-ac8aff2e0fe7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0a708db0-be9c-4eac-bf14-ac8aff2e0fe7.ablocks-has-block-container > .ablocks-block-container { row-gap:16px; } } 
.ablocks-block-a05317d7-a096-467b-9e7e-e2a2de1c69c1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a05317d7-a096-467b-9e7e-e2a2de1c69c1 { text-align:left; } .ablocks-block-a05317d7-a096-467b-9e7e-e2a2de1c69c1 .ablocks-heading-text { color:#FFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.96px; } @media screen and (max-width: 800px) { .ablocks-block-a05317d7-a096-467b-9e7e-e2a2de1c69c1 .ablocks-heading-text { font-family:Inter;font-size:42px;line-height:54px; } } @media screen and (max-width: 480px) { .ablocks-block-a05317d7-a096-467b-9e7e-e2a2de1c69c1 .ablocks-heading-text { font-size:40px;line-height:52px; } } 
.ablocks-block-acbdf672-d8d8-4664-a7ef-00aafb716e62 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-acbdf672-d8d8-4664-a7ef-00aafb716e62 { text-align:left; } .ablocks-block-acbdf672-d8d8-4664-a7ef-00aafb716e62 .ablocks-button { column-gap:12px;background:#FFF;justify-content:left;color:#13191B;border-radius:99px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;padding-top:6px;padding-right:8px;padding-bottom:6px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-acbdf672-d8d8-4664-a7ef-00aafb716e62 .ablocks-button { font-family:Inter; } } .ablocks-block-acbdf672-d8d8-4664-a7ef-00aafb716e62 .ablocks-button:hover { transition-duration:s; } .ablocks-block-acbdf672-d8d8-4664-a7ef-00aafb716e62 .ablocks-icon-wrap { background:#13191b;border-radius:50%;padding:.5em;font-size:16px; } .ablocks-block-acbdf672-d8d8-4664-a7ef-00aafb716e62 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:16px; } .ablocks-block-acbdf672-d8d8-4664-a7ef-00aafb716e62 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff;transform:rotate(40deg); } 
.ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943 { margin-top:0px;padding-top:100px;padding-bottom:20px;background:linear-gradient(98deg,#F1EBFB 1.00%,#FFF 24.00%,#FBFAFB 70.00%,#E8F9FF 87.00%);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943 { padding-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943 { padding-top:50px; } } .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943.ablocks-block--container { padding-top:100px;padding-bottom:20px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943.ablocks-block--container { padding-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943.ablocks-block--container { padding-top:50px; } } .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } @media screen and (max-width: 800px) { .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943 > .ablocks-block-container { max-width:min(100%,1280px); } } .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943 > .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-54a4d3ec-c0f4-48e6-a822-38d8f43b2943 > .ablocks-block-container { row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943 > .ablocks-block-container { row-gap:24px; } } .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943.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-54a4d3ec-c0f4-48e6-a822-38d8f43b2943.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943.ablocks-has-block-container > .ablocks-block-container { row-gap:24px; } } .ablocks-block-54a4d3ec-c0f4-48e6-a822-38d8f43b2943::before { border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px; } 
.ablocks-block-e13a92bf-2b39-4062-8e9d-bdee43758ee7 { padding-top:0px;padding-right:0px;padding-bottom:48px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:rgba(29,27,78,0.24);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e13a92bf-2b39-4062-8e9d-bdee43758ee7 { padding-bottom:30px; } } .ablocks-block-e13a92bf-2b39-4062-8e9d-bdee43758ee7.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:48px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e13a92bf-2b39-4062-8e9d-bdee43758ee7.ablocks-block--container { padding-bottom:30px; } } .ablocks-block-e13a92bf-2b39-4062-8e9d-bdee43758ee7 { 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-e13a92bf-2b39-4062-8e9d-bdee43758ee7 { column-gap:32px; } } @media screen and (max-width: 480px) { .ablocks-block-e13a92bf-2b39-4062-8e9d-bdee43758ee7 { flex-direction:column;row-gap:32px; } } .ablocks-block-e13a92bf-2b39-4062-8e9d-bdee43758ee7.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-e13a92bf-2b39-4062-8e9d-bdee43758ee7.ablocks-has-block-container > .ablocks-block-container { column-gap:32px; } } @media screen and (max-width: 480px) { .ablocks-block-e13a92bf-2b39-4062-8e9d-bdee43758ee7.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-e13a92bf-2b39-4062-8e9d-bdee43758ee7 { display:inline-flex; } 
.ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c:not(.ablocks-has-block-container), .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .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-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:36px;line-height:44px;letter-spacing:-0.72px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:30px;line-height:40px; } } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .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-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#101828;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:#101828;transition-duration:s; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .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-02369671-2c1e-4add-84fa-d2eda5a5e89c .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-02369671-2c1e-4add-84fa-d2eda5a5e89c.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-02369671-2c1e-4add-84fa-d2eda5a5e89c.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-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .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-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-02369671-2c1e-4add-84fa-d2eda5a5e89c .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4fc53550-9d2b-4b25-b19c-fa2c7b76fead { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4fc53550-9d2b-4b25-b19c-fa2c7b76fead.ablocks-block--container { padding:0px;max-width:min(100%,51%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4fc53550-9d2b-4b25-b19c-fa2c7b76fead.ablocks-block--container { max-width:min(100%,63%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-4fc53550-9d2b-4b25-b19c-fa2c7b76fead.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-4fc53550-9d2b-4b25-b19c-fa2c7b76fead { display:flex;flex-direction:column;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4fc53550-9d2b-4b25-b19c-fa2c7b76fead.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b { margin-top:0px;padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder { flex-direction:row;align-items:center; } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__label { color:#00000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__helper-text { font-family:Inter,sans-serif;text-align:left;margin-bottom:10px;display:none;margin-top:10px; } @media screen and (max-width: 800px) { .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__helper-text { font-family:Inter; } } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__input , .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__select , .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder-timepicker-input , .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder-datepicker-input { background:white;text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;border-width:1px;border-style:solid;border-color:#1e90ff;border-radius:100px;padding-top:24px !important;padding-right:24px !important;padding-bottom:24px !important;padding-left:24px !important;color:#949494!important;box-sizing:border-box; } @media screen and (max-width: 800px) { .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__input , .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__select , .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder-timepicker-input , .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder-datepicker-input { font-family:Inter; } } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__input::placeholder { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;text-align:left;color:#949494!important; } @media screen and (max-width: 800px) { .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__input::placeholder { font-family:Inter; } } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__input-icon,.ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__submit-button { text-align:center;align-self:center; } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__submit-button { color:#FFF;background:#1e90ff;border-radius:100px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__submit-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-form-builder__submit-button { font-size:14px;line-height:21px; } } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-6a2a1af2-3e47-44cd-934d-813ac542220b .ablocks-block--form-builder__feedback-message { text-align:center; } .ablocks-block-error-wrap { height: 0; } 4:18 .ablocks-block-error-wrap { height: 0; } button.ablocks-form-builder__submit-button.ablocks-form-builder__submit-button--medium { margin-top: 0; } .ablocks-block--form-builder form { flex-direction: row; }
.ablocks-block-5fd0d342-a43d-49ee-9aa7-070594aab70b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5fd0d342-a43d-49ee-9aa7-070594aab70b.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-5fd0d342-a43d-49ee-9aa7-070594aab70b .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-5fd0d342-a43d-49ee-9aa7-070594aab70b .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-82ab5795-b7ac-4104-8e82-8e1bddfbe509 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82ab5795-b7ac-4104-8e82-8e1bddfbe509.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-82ab5795-b7ac-4104-8e82-8e1bddfbe509 { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-82ab5795-b7ac-4104-8e82-8e1bddfbe509 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-82ab5795-b7ac-4104-8e82-8e1bddfbe509 { row-gap:24px; } } .ablocks-block-82ab5795-b7ac-4104-8e82-8e1bddfbe509.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-82ab5795-b7ac-4104-8e82-8e1bddfbe509.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-82ab5795-b7ac-4104-8e82-8e1bddfbe509.ablocks-has-block-container > .ablocks-block-container { row-gap:24px; } } 
.ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98 { padding-top:48px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#ffffff4d;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98 { padding-top:40px; } } @media screen and (max-width: 480px) { .ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98 { padding-top:24px; } } .ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98.ablocks-block--container { padding-top:48px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98.ablocks-block--container { padding-top:40px;max-width:min(100%,1600%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98.ablocks-block--container { padding-top:24px; } } .ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98 { flex-direction:column;row-gap:24px;column-gap:12px; } } .ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px;column-gap:12px; } } .ablocks-block-a4418f28-68fc-4819-9eed-67f618d7fa98 { display:inline-flex; } 
.ablocks-block-6b6163ca-2494-4a38-900a-14cb52f9a7dd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b6163ca-2494-4a38-900a-14cb52f9a7dd.ablocks-block--container { padding:0px;max-width:min(100%,28%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6b6163ca-2494-4a38-900a-14cb52f9a7dd.ablocks-block--container { max-width:min(100%,40%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6b6163ca-2494-4a38-900a-14cb52f9a7dd.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6b6163ca-2494-4a38-900a-14cb52f9a7dd { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-6b6163ca-2494-4a38-900a-14cb52f9a7dd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-09ecd431-6b24-4f0c-9fc1-ce2b8169a717 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09ecd431-6b24-4f0c-9fc1-ce2b8169a717 { text-align:left; } .ablocks-block-09ecd431-6b24-4f0c-9fc1-ce2b8169a717 .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-09ecd431-6b24-4f0c-9fc1-ce2b8169a717 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-09ecd431-6b24-4f0c-9fc1-ce2b8169a717 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9bfae6ab-3195-4bfd-88ae-12804d379ba5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9bfae6ab-3195-4bfd-88ae-12804d379ba5.ablocks-block--advance-lists > .ablocks-block-container { flex-direction:column;text-align:start;align-items:start;gap:6px; } .ablocks-block-9bfae6ab-3195-4bfd-88ae-12804d379ba5 .ablocks-block-container .ablocks-advance-list-item-text { color:#101828;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-9bfae6ab-3195-4bfd-88ae-12804d379ba5 .ablocks-block-container .ablocks-advance-list-item-text { font-family:Inter; } } .ablocks-block-9bfae6ab-3195-4bfd-88ae-12804d379ba5 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9bfae6ab-3195-4bfd-88ae-12804d379ba5 .ablocks-advance-list-item-divider__pattern-css { --ablocks-divider-pattern-color:black;--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:4px; } 
.ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43.ablocks-block--advance-list-item .ablocks-block-container .ablocks-advance-list-item-link { justify-items:start;gap:6px; } .ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:6px; } .ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#101828; } .ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#101828; } .ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-970fb347-7a50-40d8-a9c5-fbc262532e43 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0.ablocks-block--advance-list-item .ablocks-block-container .ablocks-advance-list-item-link { justify-items:start;gap:6px; } .ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:6px; } .ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#101828; } .ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#101828; } .ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9b69449e-24f4-4e79-ad69-8ebfdc7c83b0 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-3b492248-9997-4aad-a8ac-62be2ecd905c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b492248-9997-4aad-a8ac-62be2ecd905c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3b492248-9997-4aad-a8ac-62be2ecd905c { display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:12px;column-gap:12px; } @media screen and (max-width: 800px) { .ablocks-block-3b492248-9997-4aad-a8ac-62be2ecd905c { justify-content:space-between;justify-items:space-between; } } .ablocks-block-3b492248-9997-4aad-a8ac-62be2ecd905c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:12px;column-gap:12px; } @media screen and (max-width: 800px) { .ablocks-block-3b492248-9997-4aad-a8ac-62be2ecd905c.ablocks-has-block-container > .ablocks-block-container { justify-content:space-between;justify-items:space-between; } } .ablocks-block-3b492248-9997-4aad-a8ac-62be2ecd905c { display:inline-flex; } 
.ablocks-block-f8a401d7-9691-4bb7-9a63-b0ddc9613499 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8a401d7-9691-4bb7-9a63-b0ddc9613499 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-f8a401d7-9691-4bb7-9a63-b0ddc9613499 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f8a401d7-9691-4bb7-9a63-b0ddc9613499 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } @media screen and (max-width: 800px) { .ablocks-block-f8a401d7-9691-4bb7-9a63-b0ddc9613499 .ablocks-icon-wrap img.ablocks-image-icon { width:22px; } } @media screen and (max-width: 480px) { .ablocks-block-f8a401d7-9691-4bb7-9a63-b0ddc9613499 .ablocks-icon-wrap img.ablocks-image-icon { width:27px; } } .ablocks-block-f8a401d7-9691-4bb7-9a63-b0ddc9613499 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#1d1b4e; } 
.ablocks-block-3d49ac71-d497-4da1-8921-4e2f09773a32 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3d49ac71-d497-4da1-8921-4e2f09773a32 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3d49ac71-d497-4da1-8921-4e2f09773a32 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3d49ac71-d497-4da1-8921-4e2f09773a32 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:28px; } @media screen and (max-width: 800px) { .ablocks-block-3d49ac71-d497-4da1-8921-4e2f09773a32 .ablocks-icon-wrap img.ablocks-image-icon { width:25px; } } .ablocks-block-3d49ac71-d497-4da1-8921-4e2f09773a32 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#1d1b4e; } 
.ablocks-block-ec5a0f69-44bb-4fb9-87fc-9a00674b3127 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec5a0f69-44bb-4fb9-87fc-9a00674b3127 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ec5a0f69-44bb-4fb9-87fc-9a00674b3127 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-ec5a0f69-44bb-4fb9-87fc-9a00674b3127 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:28px; } @media screen and (max-width: 800px) { .ablocks-block-ec5a0f69-44bb-4fb9-87fc-9a00674b3127 .ablocks-icon-wrap img.ablocks-image-icon { width:25px; } } .ablocks-block-ec5a0f69-44bb-4fb9-87fc-9a00674b3127 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#1d1b4e; } 
.ablocks-block-73e49574-e121-4ae7-88c7-b2370bd42a89 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-73e49574-e121-4ae7-88c7-b2370bd42a89 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-73e49574-e121-4ae7-88c7-b2370bd42a89 .ablocks-icon-wrap { font-size:30px; } @media screen and (max-width: 800px) { .ablocks-block-73e49574-e121-4ae7-88c7-b2370bd42a89 .ablocks-icon-wrap { font-size:26px; } } .ablocks-block-73e49574-e121-4ae7-88c7-b2370bd42a89 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } @media screen and (max-width: 800px) { .ablocks-block-73e49574-e121-4ae7-88c7-b2370bd42a89 .ablocks-icon-wrap img.ablocks-image-icon { width:26px; } } .ablocks-block-73e49574-e121-4ae7-88c7-b2370bd42a89 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#1d1b4e; } 
.ablocks-block-e4414e02-ffb9-4530-b0c7-7ec756dd2cba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4414e02-ffb9-4530-b0c7-7ec756dd2cba { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-e4414e02-ffb9-4530-b0c7-7ec756dd2cba .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e4414e02-ffb9-4530-b0c7-7ec756dd2cba .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:28px; } @media screen and (max-width: 800px) { .ablocks-block-e4414e02-ffb9-4530-b0c7-7ec756dd2cba .ablocks-icon-wrap img.ablocks-image-icon { width:26px; } } @media screen and (max-width: 480px) { .ablocks-block-e4414e02-ffb9-4530-b0c7-7ec756dd2cba .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-e4414e02-ffb9-4530-b0c7-7ec756dd2cba .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#1d1b4e; } 
.ablocks-block-fd90c5ca-7b31-41bf-80c6-468528455f29 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fd90c5ca-7b31-41bf-80c6-468528455f29.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fd90c5ca-7b31-41bf-80c6-468528455f29 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 480px) { .ablocks-block-fd90c5ca-7b31-41bf-80c6-468528455f29 { flex-direction:column;row-gap:24px; } } .ablocks-block-fd90c5ca-7b31-41bf-80c6-468528455f29.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 480px) { .ablocks-block-fd90c5ca-7b31-41bf-80c6-468528455f29.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-fd90c5ca-7b31-41bf-80c6-468528455f29 { display:inline-flex; } 
.ablocks-block-c51ac5d9-0d13-4a95-978a-4d052cda67fb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c51ac5d9-0d13-4a95-978a-4d052cda67fb.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c51ac5d9-0d13-4a95-978a-4d052cda67fb.ablocks-block--container { max-width:min(100%,14%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c51ac5d9-0d13-4a95-978a-4d052cda67fb.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c51ac5d9-0d13-4a95-978a-4d052cda67fb { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-c51ac5d9-0d13-4a95-978a-4d052cda67fb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-ca2396ab-40bf-494a-ace9-e33b2c4608b4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca2396ab-40bf-494a-ace9-e33b2c4608b4 { text-align:left; } .ablocks-block-ca2396ab-40bf-494a-ace9-e33b2c4608b4 .ablocks-heading-text { color:#101828;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ca2396ab-40bf-494a-ace9-e33b2c4608b4 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-82384b4b-e4e7-4117-a30c-3fc45c988c33 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82384b4b-e4e7-4117-a30c-3fc45c988c33 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-82384b4b-e4e7-4117-a30c-3fc45c988c33 { font-family:Inter; } } .ablocks-block-82384b4b-e4e7-4117-a30c-3fc45c988c33 .ablocks-list { gap:12px;justify-content:flex-start; } .ablocks-block-82384b4b-e4e7-4117-a30c-3fc45c988c33 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-82384b4b-e4e7-4117-a30c-3fc45c988c33 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-82384b4b-e4e7-4117-a30c-3fc45c988c33 .ablocks-list__item-content .ablocks-list__item-text { color:#101828; } 
.ablocks-block-8b7321cf-7a40-4c65-a3cd-2b4eb04a047b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b7321cf-7a40-4c65-a3cd-2b4eb04a047b.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8b7321cf-7a40-4c65-a3cd-2b4eb04a047b.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8b7321cf-7a40-4c65-a3cd-2b4eb04a047b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8b7321cf-7a40-4c65-a3cd-2b4eb04a047b { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-8b7321cf-7a40-4c65-a3cd-2b4eb04a047b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-7a7d6a3d-bb10-4937-a008-2a76971257fd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a7d6a3d-bb10-4937-a008-2a76971257fd { text-align:left; } .ablocks-block-7a7d6a3d-bb10-4937-a008-2a76971257fd .ablocks-heading-text { color:#101828;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7a7d6a3d-bb10-4937-a008-2a76971257fd .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-19abec23-985a-4d0f-b1cb-2df72fa0422a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-19abec23-985a-4d0f-b1cb-2df72fa0422a { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-19abec23-985a-4d0f-b1cb-2df72fa0422a { font-family:Inter; } } .ablocks-block-19abec23-985a-4d0f-b1cb-2df72fa0422a .ablocks-list { gap:14px;justify-content:flex-start; } .ablocks-block-19abec23-985a-4d0f-b1cb-2df72fa0422a .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-19abec23-985a-4d0f-b1cb-2df72fa0422a .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-19abec23-985a-4d0f-b1cb-2df72fa0422a .ablocks-list__item-content .ablocks-list__item-text { color:#101828; } 
.ablocks-block-276b8458-b199-4d20-be26-b544562741b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-276b8458-b199-4d20-be26-b544562741b5 { text-align:left; } .ablocks-block-276b8458-b199-4d20-be26-b544562741b5 .ablocks-heading-text { color:#101828;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-276b8458-b199-4d20-be26-b544562741b5 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-36b8be68-5bf5-4b4f-b81c-8bde0064eaf2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-36b8be68-5bf5-4b4f-b81c-8bde0064eaf2 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-36b8be68-5bf5-4b4f-b81c-8bde0064eaf2 { font-family:Inter; } } .ablocks-block-36b8be68-5bf5-4b4f-b81c-8bde0064eaf2 .ablocks-list { gap:14px;justify-content:flex-start; } .ablocks-block-36b8be68-5bf5-4b4f-b81c-8bde0064eaf2 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-36b8be68-5bf5-4b4f-b81c-8bde0064eaf2 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-36b8be68-5bf5-4b4f-b81c-8bde0064eaf2 .ablocks-list__item-content .ablocks-list__item-text { color:#101828; } 
.ablocks-block-06db8c6b-64ac-4526-8b02-5a7aa38d3aea { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-06db8c6b-64ac-4526-8b02-5a7aa38d3aea.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-06db8c6b-64ac-4526-8b02-5a7aa38d3aea.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-06db8c6b-64ac-4526-8b02-5a7aa38d3aea { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-06db8c6b-64ac-4526-8b02-5a7aa38d3aea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-3783a617-16a2-415e-900a-61dcd47d3aa5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3783a617-16a2-415e-900a-61dcd47d3aa5 { text-align:left; } .ablocks-block-3783a617-16a2-415e-900a-61dcd47d3aa5 .ablocks-heading-text { color:#101828;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3783a617-16a2-415e-900a-61dcd47d3aa5 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-b553aaca-f4b2-478d-b649-d5708ce66870 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b553aaca-f4b2-478d-b649-d5708ce66870 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b553aaca-f4b2-478d-b649-d5708ce66870 { font-family:Inter; } } .ablocks-block-b553aaca-f4b2-478d-b649-d5708ce66870 .ablocks-list { gap:16px;justify-content:flex-start; } .ablocks-block-b553aaca-f4b2-478d-b649-d5708ce66870 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-b553aaca-f4b2-478d-b649-d5708ce66870 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-b553aaca-f4b2-478d-b649-d5708ce66870 .ablocks-list__item-content .ablocks-list__item-text { color:#101828; } 
.ablocks-block-2a1bec5e-44e5-4e5c-834d-26778d6371b7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a1bec5e-44e5-4e5c-834d-26778d6371b7.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2a1bec5e-44e5-4e5c-834d-26778d6371b7.ablocks-block--container { max-width:min(100%,15%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2a1bec5e-44e5-4e5c-834d-26778d6371b7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2a1bec5e-44e5-4e5c-834d-26778d6371b7 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-2a1bec5e-44e5-4e5c-834d-26778d6371b7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-f7da3e0c-9780-40ef-8636-a423cd4b0390 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f7da3e0c-9780-40ef-8636-a423cd4b0390 { text-align:left; } .ablocks-block-f7da3e0c-9780-40ef-8636-a423cd4b0390 .ablocks-heading-text { color:#101828;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-f7da3e0c-9780-40ef-8636-a423cd4b0390 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-7e415ad0-5ab2-4048-93aa-ff272bf7a9db { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e415ad0-5ab2-4048-93aa-ff272bf7a9db { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7e415ad0-5ab2-4048-93aa-ff272bf7a9db { font-family:Inter; } } .ablocks-block-7e415ad0-5ab2-4048-93aa-ff272bf7a9db .ablocks-list { gap:14px;justify-content:flex-start; } .ablocks-block-7e415ad0-5ab2-4048-93aa-ff272bf7a9db .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-7e415ad0-5ab2-4048-93aa-ff272bf7a9db .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-7e415ad0-5ab2-4048-93aa-ff272bf7a9db .ablocks-list__item-content .ablocks-list__item-text { color:#101828; } 
.ablocks-block-9071c634-379c-499e-9624-ee30c3e1be04 { padding-top:20px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#ffffff4d;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9071c634-379c-499e-9624-ee30c3e1be04 { padding-top:12px;padding-bottom:12px; } } .ablocks-block-9071c634-379c-499e-9624-ee30c3e1be04.ablocks-block--container { padding-top:20px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9071c634-379c-499e-9624-ee30c3e1be04.ablocks-block--container { padding-top:12px;padding-bottom:12px; } } .ablocks-block-9071c634-379c-499e-9624-ee30c3e1be04 { 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: 480px) { .ablocks-block-9071c634-379c-499e-9624-ee30c3e1be04 { flex-direction:column;row-gap:14px; } } .ablocks-block-9071c634-379c-499e-9624-ee30c3e1be04.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: 480px) { .ablocks-block-9071c634-379c-499e-9624-ee30c3e1be04.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:14px; } } .ablocks-block-9071c634-379c-499e-9624-ee30c3e1be04 { display:inline-flex; } 
.ablocks-block-82365533-f0c5-43a2-a071-d756fc1f685e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82365533-f0c5-43a2-a071-d756fc1f685e { text-align:left; } .ablocks-block-82365533-f0c5-43a2-a071-d756fc1f685e .ablocks-paragraph-text { color:#898C8F;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-82365533-f0c5-43a2-a071-d756fc1f685e .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-82365533-f0c5-43a2-a071-d756fc1f685e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7bccd226-c53a-441a-a3c0-5cb73ccb6f14 { padding:0px;width:13%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7bccd226-c53a-441a-a3c0-5cb73ccb6f14 { width:40%; } } @media screen and (max-width: 480px) { .ablocks-block-7bccd226-c53a-441a-a3c0-5cb73ccb6f14 { width:100%; } } .ablocks-block-7bccd226-c53a-441a-a3c0-5cb73ccb6f14 { display:flex;justify-content:center; } .ablocks-block-7bccd226-c53a-441a-a3c0-5cb73ccb6f14 .ablocks-image-figure img { width:150px;height:auto;opacity:1; } .ablocks-block-7bccd226-c53a-441a-a3c0-5cb73ccb6f14 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7bccd226-c53a-441a-a3c0-5cb73ccb6f14 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
