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



/**
 * Swiper 11.1.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 24, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.leaflet-control-fullscreen a {
  background:#fff url(./fullscreen.png) no-repeat 0 0;
  background-size:26px 52px;
  }
  .leaflet-touch .leaflet-control-fullscreen a {
    background-position: 2px 2px;
    }
  .leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position:0 -26px;
    }
  .leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position: 2px -24px;
    }

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width:100%!important;
  height:100%!important;
  }
.leaflet-container.leaflet-fullscreen-on {
  width:100%!important;
  height:100%!important;
  }

.leaflet-pseudo-fullscreen {
  position:fixed!important;
  width:100%!important;
  height:100%!important;
  top:0!important;
  left:0!important;
  z-index:99999;
  }

@media
  (-webkit-min-device-pixel-ratio:2),
  (min-resolution:192dpi) {
    .leaflet-control-fullscreen a {
      background-image:url(./fullscreen@2x.png);
    }
  }

.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--social-shares .ablocks-block-container,.ablocks-block--social-shares:not(.ablocks-has-container){align-items:center;display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-social-share{background-color:#fff;border:2px solid #eeeef7;border-radius:100%!important;color:#fff;cursor:pointer;height:48px;padding:14px;transition:background-color .3s ease,border-color .3s ease;width:48px}.ablocks-social-share>.ablocks-svg-icon{height:16px;width:16px;fill:#000!important}.ablocks-social-share:hover{background-color:#f3e8e8;color:#fff}.ablocks-social-share-item--icon>.ablocks-svg-icon{height:25px}.ablocks-block--social-shares .ablocks-social-share-item{color:#fff!important;text-decoration:none!important}.ablocks-social-share-item{align-items:center;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;text-align:center;text-decoration:none;width:fit-content}.ablocks-social-share-item:hover{background:var(--background-hover)!important}.ablocks-block--social-shares .ablocks-social-share-icon-size{height:20px;width:21px}.ablocks-social-share-item--icon{align-items:center;border-radius:4px;display:flex;height:42px;justify-content:center;padding:-10px;transition:background .3s ease;width:43px}.ablocks-social-share-item--icon:hover{background:var(--hover-icon-bg-color)!important}.ablocks-social-share-item--text{align-items:center;border-radius:4px;display:flex;font-size:16px;height:26px;justify-content:center;padding:0 8px;transition:background .3s ease;width:80px}.ablocks-social-share-item--text:hover{background:var(--hover-text-bg-color)!important}.ablocks-social-share-item--rounded{border-radius:15px}.ablocks-social-share-item--circle{border-radius:24px}.ablocks-social-share-item--circle-full{border-radius:100%!important}.ablocks-social-share-item-icon--icon-text-Square{border-radius:4px 0 0 4px!important}.ablocks-social-share-item-text--icon-text-Square{border-radius:0 4px 4px 0!important}.ablocks-social-share-item--facebook-icon-bg{background-color:#366cdd}.ablocks-social-share-item--facebook-icon-bg>.ablocks_icon_size>.ablocks-svg-icon{height:23px;width:1.5rem}.ablocks-social-share-item--facebook-icon-bg:hover{background-color:#2a4eb5}.ablocks-social-share-item--facebook-bg{background-color:#3b5998}.ablocks-social-share-item--facebook-bg:hover{background-color:#2d4373}.ablocks-social-share-item--twitter-bg{background-color:#007aa5}.ablocks-social-share-item--twitter-bg:hover{background-color:#005f82}.ablocks-social-share-item--twitter-icon-bg{background-color:#27c1e4}.ablocks-social-share-item--twitter-icon-bg:hover{background-color:#38b0d8}.ablocks-social-share-item--linkedin-icon-bg{background-color:#0077b5}.ablocks-social-share-item--linkedin-icon-bg:hover{background-color:#005f87}.ablocks-social-share-item--linkedin-bg{background-color:#4c8caf}.ablocks-social-share-item--linkedin-bg:hover{background-color:#3a6f87}.ablocks-social-share-item--pinterest-icon-bg{background-color:#e60023}.ablocks-social-share-item--pinterest-icon-bg:hover{background-color:#b8001b}.ablocks-social-share-item--pinterest-bg{background-color:#df2d47}.ablocks-social-share-item--pinterest-bg:hover{background-color:#bf2037}.ablocks-social-share-item--reddit-icon-bg{background-color:#ff4500}.ablocks-social-share-item--reddit-icon-bg:hover{background-color:#cc3700}.ablocks-social-share-item--reddit-bg{background-color:#c45b36}.ablocks-social-share-item--reddit-bg:hover{background-color:#a0492c}.ablocks-social-share-item--vk-icon-bg{background-color:#216bbe}.ablocks-social-share-item--vk-icon-bg:hover{background-color:#1a54a0}.ablocks-social-share-item--vk-bg{background-color:#4680c2}.ablocks-social-share-item--vk-bg:hover{background-color:#3666a0}.ablocks-social-share-item--ok-icon-bg{background-color:#f57c00}.ablocks-social-share-item--ok-icon-bg:hover{background-color:#c46200}.ablocks-social-share-item--ok-bg{background-color:#b17941}.ablocks-social-share-item--ok-bg:hover{background-color:#8f5e33}.ablocks-social-share-item--tumblr-icon-bg{background-color:#0a2d5c}.ablocks-social-share-item--tumblr-icon-bg:hover{background-color:#081c40}.ablocks-social-share-item--tumblr-bg{background-color:#35465c}.ablocks-social-share-item--tumblr-bg:hover{background-color:#2a3647}.ablocks-social-share-item--digg-icon-bg{background-color:#185396}.ablocks-social-share-item--digg-icon-bg:hover{background-color:#143d73}.ablocks-social-share-item--digg-bg{background-color:#4c75a3}.ablocks-social-share-item--digg-bg:hover{background-color:#395782}.ablocks-social-share-item--skype-icon-bg{background-color:#00aff0}.ablocks-social-share-item--skype-icon-bg:hover{background-color:#08c}.ablocks-social-share-item--skype-bg{background-color:#3a96b8}.ablocks-social-share-item--skype-bg:hover{background-color:#2e7590}.ablocks-social-share-item--stumbleupon-icon-bg{background-color:#e03a0c}.ablocks-social-share-item--stumbleupon-icon-bg:hover{background-color:#b72f0a}.ablocks-social-share-item--stumbleupon-bg{background-color:#ec572f}.ablocks-social-share-item--stumbleupon-bg:hover{background-color:#d1421c}.ablocks-social-share-item--mix-icon-bg{background-color:#bb7504}.ablocks-social-share-item--mix-icon-bg:hover{background-color:#945c03}.ablocks-social-share-item--mix-bg{background-color:#f5a623}.ablocks-social-share-item--mix-bg:hover{background-color:#d28d1f}.ablocks-social-share-item--telegram-icon-bg{background-color:#08c}.ablocks-social-share-item--telegram-bg>.ablocks_icon_size>.ablocks-svg-icon{height:21px;width:1.5rem}.ablocks-social-share-item--telegram-bg{background-color:#006fa1}.ablocks-social-share-item--telegram-bg:hover{background-color:#005679}.social-pocket-icon{background-color:#c91830}.social-pocket-icon:hover{background-color:#a41426}.social-button--pocket{background-color:#ef4056}.social-button--pocket:hover{background-color:#d33044}.social-xlng-icon{background-color:#0875a8}.social-xlng-icon:hover{background-color:#065b82}.ablocks-social-share-item--xlng-bg{background-color:#1878a5}.ablocks-social-share-item--xlng-bg:hover{background-color:#135f80}.ablocks-social-share-item--whatsapp-icon-bg{background-color:#05c94d}.ablocks-social-share-item--whatsapp-icon-bg:hover{background-color:#039639}.ablocks-social-share-item--whatsapp-bg{background-color:#25d366}.ablocks-social-share-item--whatsapp-bg:hover{background-color:#1ea952}.ablocks-social-share-item--email-icon-bg{background-color:#bd2112}.ablocks-social-share-item--email-icon-bg:hover{background-color:#941a0e}.ablocks-social-share-item--email-bg{background-color:#d44638}.ablocks-social-share-item--email-bg:hover{background-color:#b0352b}.ablocks-social-share-item--print-icon-bg{background-color:#aaa}.ablocks-social-share-item--print-icon-bg:hover{background-color:#888}.ablocks-social-share-item--print-bg{background-color:#9a9a9a}.ablocks-social-share-item--print-bg:hover{background-color:#7a7a7a}.ablocks-social-share-item--pocket-icon-bg{background-color:#cd3a4d}.ablocks-social-share-item--pocket-icon-bg:hover{background-color:#c03}.ablocks-social-share-item--pocket-bg{background-color:#e54254}.ablocks-social-share-item--pocket-bg:hover{background-color:#b83244}.social-x-icon{background-color:#000}.social-x-icon:hover{background-color:#1a1a1a}.social-button--x{background-color:#272525}.social-button--x:hover{background-color:#1f1f1f}.social-threads-icon{background-color:#000}.social-threads-icon:hover{background-color:#1a1a1a}.social-button--threads{background-color:#161616}.social-button--threads:hover{background-color:#0f0f0f}.ablocks-social-share-item--gmail-icon-bg{background-color:#a5584e}.ablocks-social-share-item--gmail-icon-bg:hover{background-color:#b23121}.ablocks-social-share-item--gmail-bg{background-color:#d14836}.ablocks-social-share-item--gmail-bg:hover{background-color:#b23121}.ablocks-social-share-item--messenger-icon-bg{background-color:#0084ff}.ablocks-social-share-item--messenger-icon-bg:hover{background-color:#006bd6}.ablocks-social-share-item--messenger-bg{background-color:#00a6fb}.ablocks-social-share-item--messenger-bg:hover{background-color:#0084ff}.ablocks-social-share-item--flipboard-icon-bg{background-color:#e12828}.ablocks-social-share-item--flipboard-icon-bg:hover{background-color:#c41e1e}.ablocks-social-share-item--flipboard-bg{background-color:#f03030}.ablocks-social-share-item--flipboard-bg:hover{background-color:#d42525}.ablocks-social-share-item--blogger-icon-bg{background-color:#ff5722}.ablocks-social-share-item--blogger-icon-bg:hover{background-color:#e64a19}.ablocks-social-share-item--blogger-bg{background-color:#ff6f47}.ablocks-social-share-item--blogger-bg:hover{background-color:#e64a19}
.ablocks-toc-body{padding:20px}.ablocks-toc-body .ablocks-toc-list{margin:0;padding:0 0 0 10px}.ablocks-toc-list .ablock-has-subitems{margin:0;padding:0}.ablocks-toc-item .ablocks-toc-list{padding-left:30px}.ablocks-toc__header{align-items:center;background-color:#fff;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:15px 20px}.ablocks-toc__header-title{font-size:20px;font-weight:500}.ablocks-toc__header-toggle-icon{align-items:center;display:flex;justify-content:end;text-align:right}.ablocks-toc__header-toggle-icon svg{height:20px;width:20px}.ablocks-toc__hide,div.ablocks-toc-body.ablocks-toc__collapse{display:none}.ablocks-toc-item-link{transition:color .3s ease}.ablocks-toc-item-link:hover{color:#0073aa}
.ablocks-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-width:.5em;stroke-dasharray:1500 1500}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}

.ablocks-paragraph-text{margin:0;padding:0}.ablocks-paragraph-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-paragraph-text-sm{font-size:14px}.ablocks-paragraph-text-md{font-size:16px}.ablocks-paragraph-text-lg{font-size:20px}
.ablocks-block--icon .ablocks-block-container{display:flex}
.ablocks-counter__icon{display:inline-flex}.ablocks-counter__content{font-size:40px;z-index:1}.ablocks-counter__text{font-size:16px}.ablocks-block--counter--number .ablocks-block-container,.ablocks-block--counter--number:not(.ablocks-has-container){align-items:center;display:flex}.ablocks-block--counter--circle .ablocks-block-container,.ablocks-block--counter--circle:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--circle .ablocks-circle-counter__outer{position:relative}.ablocks-block--counter--circle .ablocks-circle-counter__inner{align-items:center;border-radius:50%;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%!important;z-index:1}.ablocks-block--counter--circle .ablocks-circle-counter__svg{border-radius:50%}.ablocks-block--counter--circle .ablocks-circle-counter__progress{stroke:#000;fill:none}.ablocks-block--counter--circle .ablocks-circle-counter__background{stroke:#d6d6d6;fill:none}.ablocks-block--counter--bar .ablocks-block-container,.ablocks-block--counter--bar:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--bar .ablocks-block-container{width:100%}.ablocks-block--counter--bar{box-sizing:border-box;overflow:hidden}.ablocks-block--counter--bar .ablocks-bar-counter__background{background-color:#dadada;height:100%;width:100%}.ablocks-block--counter--bar .ablocks-bar-counter__progress{align-items:center;background-color:#000;color:#fff;display:flex;height:100%;width:auto}.ablocks-block--counter--bar .ablocks-counter__content{align-items:center;color:#fff;display:flex;font-size:16px;padding:0 5px}
.ablocks-block--divider{flex-grow:1;width:100%}.ablocks-block--divider .ablocks-block-container,.ablocks-block--divider:not(.ablocks-has-block-container){align-items:center;display:flex;min-height:50px;width:100%}.ablocks-divider__pattern-mask{align-items:center;background-color:var(--ablocks-divider-pattern-color);display:flex;height:100%;mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center,.ablocks-divider__pattern-mask-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center:after,.ablocks-divider__pattern-mask-element-icon--center:before,.ablocks-divider__pattern-mask-element-text--center:after,.ablocks-divider__pattern-mask-element-text--center:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--left,.ablocks-divider__pattern-mask-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--left:after,.ablocks-divider__pattern-mask-element-text--left:after{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--right,.ablocks-divider__pattern-mask-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--right:before,.ablocks-divider__pattern-mask-element-text--right:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-css{border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);width:100%}.ablocks-divider__pattern-css-element-icon--center,.ablocks-divider__pattern-css-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--center:after,.ablocks-divider__pattern-css-element-icon--center:before,.ablocks-divider__pattern-css-element-text--center:after,.ablocks-divider__pattern-css-element-text--center:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--left,.ablocks-divider__pattern-css-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--left:after,.ablocks-divider__pattern-css-element-text--left:after{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--right,.ablocks-divider__pattern-css-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;width:100%}.ablocks-divider__pattern-css-element-icon--right:before,.ablocks-divider__pattern-css-element-text--right:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-block--divider .ablocks-divider__element-icon{display:inline-block;line-height:1}
.ablocks-block--filterable-cards .filterable-cards_filter{cursor:pointer;display:flex;flex-wrap:wrap;padding:4px}.ablocks-block--filterable-cards .filterable-cards_filter li{list-style-type:none}.ablocks-block--filterable-cards .filterable-cards_filter .filterable-filter-button{margin-bottom:10px;padding:0 32px;text-decoration:none}.ablocks-block--filterable-cards .filterable-filter-button-active{border-radius:5px;color:#fff}.ablocks-block--filterable-cards .ablocks-block--filterable-cards-item{display:none}.ablocks-block--filterable-cards .filterable-cards-filter-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px;position:relative}.ablocks-block--filterable-cards .filterable-cards-filter-wrap .filterable-cards_filter{display:flex;flex-direction:column;margin:0;position:relative}.ablocks-block--filterable-cards .filterable-cards-filter-wrap .filterable-cards_filter .filterable-search-toggle-btn{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;justify-content:space-between;margin:-4px;padding:6px 16px;width:160px}.ablocks-block--filterable-cards .filterable-search-toggle-btn .filterable-search-select{font-size:20px;font-style:normal;font-weight:500;line-height:20px;text-align:center}.ablocks-block--filterable-cards .filterable-cards-filter-wrap .filterable-cards_filter-list-dropdown{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:none;flex-direction:column;left:0;position:absolute;top:37px;width:100%;z-index:100}.ablocks-block--filterable-cards .filterable-searchInput{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;gap:8px;line-height:normal;padding:10px 16px;width:300px}.ablocks-block--filterable-cards .filterable-cards-wrap{margin-top:20px}.ablocks-block--filterable-cards .filterable-cards-load-more-wrapper{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:16px}.ablocks-block--filterable-cards .filterable-cards-showMore-button{align-items:center;background:#13191b;border-radius:8px;display:flex;gap:8px;height:40px;justify-content:center;padding:0 20px;visibility:hidden}.ablocks-block--filterable-cards .ablocks-block-container>.block-editor-inner-blocks>.block-editor-block-list__layout{display:inline}.ablocks-filtrable-card-add-button{background-color:#13191b;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;margin-top:16px;padding:8px 20px;width:fit-content}.ablocks-filtrable-card-add-button span{margin-right:8px}.ablocks-filtrable-card-add-button .ablocks-icon--plus:before{color:#fff!important}.ablocks-block--filterable-cards .filterable-search-item-not-found-text{border-radius:0;color:#858e9a;display:none;font-size:16px;margin:20px 0;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(70px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes rotate{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.ablocks-block--filterable-cards-item.fade-in{animation:fadeIn var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.slide-up{animation:slideUp var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.zoom-in{animation:zoomIn var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.rotate{animation:rotate var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.slide-in-left{animation:slideInLeft var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.slide-in-right{animation:slideInRight var(--animation-duration) ease-in-out forwards}

.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-stacked-cards-default.ablocks-block--stacked-cards{box-sizing:border-box;}.ablocks-stacked-cards-default.ablocks-block--stacked-cards > .ablocks-block-container{margin:0 auto;display:grid;grid-template-rows:repeat(var(--cards-count),var(--card-height));}.ablocks-stacked-cards-default .ablocks-block--stacked-cards-child{position:sticky;top:0;overflow:auto;}.ablocks-block--stacked-cards.ablocks-stacked-cards-default .ablocks-block--stacked-cards-child:last-child{padding-bottom:0;}.ablocks-block--stacked-cards-child > .ablocks-block-container{padding:60px;will-change:transform;background:white;border-radius:14px;display:block;overflow:auto;transform-origin:center top;background-color:#eeee8e;font-size:1.5rem;transition:transform 0.2s ease,filter 0.2s ease;}.ablocks-stacked-cards-rotation{max-width:100%;height:300vh;position:relative;display:flex;justify-content:center;overflow-x:clip;}.ablocks-stacked-cards-rotation > .ablocks-block-container{height:100vh;display:flex;align-items:center;justify-content:center;position:sticky;top:0;box-sizing:border-box;flex-basis:50%;}.ablocks-stacked-cards-rotation .ablocks-block-container .ablocks-block--stacked-cards-child{box-sizing:border-box;padding:35px;border-radius:6mm;display:flex;flex-direction:column;flex-direction:column;position:absolute;top:50%;left:50%;transition:0.5s ease-in-out;overflow:auto;}.ablocks-stacked-cards-rotation > .ablocks-block-container .ablocks-block--stacked-cards-child > .ablocks-block-container{display:block;overflow:auto;}.ablocks-stacked-cards__note{font-size:11px;color:#9da5ae;font-style:italic;line-height:1.3;margin:0 10px 0 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-tabs{display:flex;margin:0;padding:0}.ablocks-block-tabs li{list-style:none}.ablocks-block-tabs a{text-decoration:none!important}.ablocks-block-tabs__tab-panel{display:flex;margin:0;padding:0}.ablocks-block-tabs__tab{border:1px solid #e0e0e0;cursor:pointer;position:relative;text-align:center}.ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar{bottom:0;height:4px;left:0;position:absolute}.ablocks-block-tabs__tab-menu{background-color:transparent;color:#000;cursor:pointer;display:inline-flex;padding:8px 18px;position:relative}.ablocks-block-tabs__tab-menu-title{font-size:20px;margin:0}.ablocks-block-tabs__tab-active a{background-color:#fff!important;border:none}.ablocks-block-tabs .ablocks-block-tabs__icon .ablocks-icon-wrap img.ablocks-image-icon{max-width:none!important}.ablocks-block-tabs__add-tab{align-items:center;color:#000;cursor:pointer;display:flex;justify-content:center;padding:6px 18px;width:auto!important}.ablocks-block-tabs__add-tab .ablocks-icon--plus:before{color:#000!important;font-size:25px;font-weight:900}.ablocks-block-tabs__tab-menu{align-items:center;display:flex;outline-style:none!important}.ablocks-block-tabs__tab-menu-content{display:flex;flex-direction:column;text-align:start}.ablocks-block-tabs__tab-menu-subtitle{font-size:14px;line-height:21px;margin:0}.ablocks-block-tabs__body{flex-grow:1;max-width:100%;padding:10px;position:relative}.ablocks-block-tabs__body .block-editor-button-block-appender{height:60px}.ablocks-block--tabs-child{display:none}.ablocks-block-tabs .has-child-selected{display:block}.ablocks-block-tabs__tab-controls{display:none;max-width:100%;position:absolute;top:-35px;z-index:10}.ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-controls{display:block}.ablocks-block-tabs__tab-controls .components-toolbar{background-color:#0a0909;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:20px}.ablocks-block-tabs .ablocks-icon--close,.ablocks-block-tabs .ablocks-icon--direction-row-horizontal,.ablocks-block-tabs .ablocks-icon--direction-row-reversed{padding:8px 2px}.ablocks-block-tabs .ablocks-icon--close:before,.ablocks-block-tabs .ablocks-icon--direction-row-horizontal:before,.ablocks-block-tabs .ablocks-icon--direction-row-reversed:before{color:#fff!important;font-size:17px}.ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar{display:block}.ablocks-block-tabs__progressbar{display:none}.ablocks-block-tabs__progressbar-editor{display:none!important}

.ablocks-carousel-swiper .swiper-wrapper{display:flex;height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide{height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom{align-items:baseline;display:flex;justify-content:center}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button{background-color:#000;border:1px solid #000;border-radius:5px;color:#fff;cursor:pointer;outline:none;padding:10px 15px;transition:.4s ease}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button:hover{background-color:transparent;border:1px solid #000;color:#000;cursor:pointer;outline:none;padding:10px 15px}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button{border:none;cursor:pointer;font-size:25px;outline:none;position:absolute;transform:translateY(-50%);z-index:5}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-icon-wrap{box-sizing:unset}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button--disabled{opacity:.6}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-svg-icon{border-radius:50%;height:1em;width:1em}.ablocks-carousel-pagination{align-items:center;display:flex;gap:10px;height:fit-content;justify-content:center;position:absolute;width:fit-content!important;z-index:5}.ablocks-carousel-pagination .swiper-pagination-bullet{opacity:1;outline:none}.ablocks-carousel-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{gap:0}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.ablocks-carousel-autoplay-progress{align-items:center;bottom:16px;color:#000;display:flex;font-weight:700;height:48px;justify-content:center;position:absolute;right:16px;width:48px;z-index:10}.ablocks-carousel-autoplay-progress svg{--progress:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10;stroke-width:4px;stroke:#000;fill:none;stroke-dashoffset:calc(125.6px*(1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}.ablocks-carousel-navigation__buttons .swiper-button-lock{display:block!important}

@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ablocks-loop-loading-spinner{animation:spin 1s linear infinite;border:2px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#3498db;display:inline-block;height:16px;width:16px}.ablocks-loop-term-filter{align-items:center;background-color:#f4f4f5;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:20px;justify-content:center;margin-bottom:15px;padding:4px 32px}.ablocks-loop-term-filter--active{background:#000;color:#fff}.ablocks-block--loop-load-more{align-items:center;cursor:pointer!important;display:flex;justify-content:center;margin-top:15px;width:100%}.ablocks-block--loop-load-more .ablocks-loop-load-more__text{align-items:center;background:#13191b;border-radius:8px;display:flex;gap:8px;height:40px;justify-content:center;padding:0 20px}
.ablocks-loop-template-item{border:1px solid #f2f2f2;border-radius:8px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:20px}.ablocks-block-post{border:1px solid #f2f2f2;border-radius:8px;padding:20px}.ablocks-loop-term-filter--active{border:none;border-radius:8px;font-size:20px;padding:4px 32px}.wp-block-ablocks-loop-builder{align-items:center;display:flex;flex-direction:column}
.ablocks-modal-trigger-wrap .ablocks-modal-button{background-color:#1759d2;border:1px solid #1759d2;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;padding:5px 15px;transition:.5s}.ablocks-modal-trigger-wrap .ablocks-modal-button:hover{background-color:#06307e;border-color:#06307e}.ablocks-block-modal---panel-wrap{background:rgba(0,0,0,.7);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .5s,visibility .3s;visibility:hidden;z-index:99999}.ablocks-block--modal.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{min-height:100%;top:0;transform:none;width:400px}.ablocks-block--modal.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:0}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:0}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:unset}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:-5px;transform:translateX(-100%)}.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:0;top:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{top:0}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{position:absolute;top:100%;width:600px;z-index:999999}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{display:none;left:0;transform:none}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{display:block}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:calc(100% + 5px);transform:none}.ablocks-block--modal.ablocks-block-modal-panel-direction--right.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:unset;right:calc(100% + 5px)}.ablocks-block--modal.ablocks-block-modal-panel-direction--left.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{left:unset;right:100%}.ablocks-block--modal.ablocks-block-modal-panel-direction--right.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{left:100%}.ablocks-block--modal.ablocks-block-modal-panel-direction--top.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap,.ablocks-block--modal.ablocks-block-modal-panel-direction--top.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{bottom:100%;top:unset}.ablocks-block--modal.ablocks-block-modal-panel-direction--bottom.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{bottom:unset;top:100%}.ablocks-block--modal.ablocks-block-modal-position--popup.ablocks-block-modal-panel-popup-on-top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{top:0;transform:translate(-50%)}.ablocks-modal-trigger-wrap{cursor:pointer}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open .ablocks-block-modal---panel-wrap{opacity:1!important;visibility:visible!important}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{background-color:#fff;border:1px solid #ddd;box-sizing:border-box;display:flex;left:50%;max-width:92vw;min-height:400px;padding:40px 20px 20px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:1s;width:600px}.ablocks-block-modal---panel-wrap .ablocks-modal-popup--content{overflow:hidden;width:100%}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{align-items:center;background-color:#fff;border:1px solid #eee;border-radius:50%;cursor:pointer;display:flex;height:25px;justify-content:center;position:absolute;right:12px;top:12px;width:25px}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close svg{fill:#aaa;height:12px;width:12px}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block--modal-panel{position:static}


.ablocks-block--map .leaflet-popup-content h6{margin-bottom:10px;margin-top:0}.ablocks-block--map .leaflet-popup-content p{margin-bottom:0;margin-top:0}.ablocks-block--map{width:100%!important}
.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{padding-right:5px;width:14px;fill:gray}.ablocks-block--form-builder__feedback-message p{margin:0;padding:0}.ablocks-form-builder__field__content{align-items:center;display:flex}.ablocks-form-builder__field__content .ablocks-form-builder__label{cursor:pointer;margin-top:10px;padding-left:2px}.ablocks-form-builder__checkbox .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-top:-14px;padding-left:19px}.ablocks-block-block-wrap{height:16px}.ablocks-form-builder__field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__field.error-msg .ablocks-form-builder-input{border-color:red}.ablocks-form-builder__input-icon{font-size:18px;left:10px;position:absolute;top:75%;transform:translateY(-50%)}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{visibility:hidden}.components-popover__content>.components-accessible-toolbar>.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-toolbar-group>.components-button:hover{color:var(--ablocks-primary-color)}.ablocks-block--form-multi-step{padding:20px 10px;width:100%}.ablocks-form-multi-step__btns{align-items:center;display:flex;gap:10px;margin-top:24px}.ablocks-form-multi-step__btns button{background-color:#000;border:none;border-radius:5px;color:#fff;outline:none;padding:10px 30px}.ablocks-form-multi-step__btns button:first-of-type{background-color:#fff;border:1px solid #707070;color:#000;margin-right:auto}.ablocks-form-multi-step__btns button:nth-of-type(2){margin-left:auto}.ablocks-form-multi-step-child{display:none}.ablocks-form-multi-step-child--active{display:flex;flex-wrap:wrap}.ablocks-form-multi-step__progress{margin-bottom:20px}.ablocks-form-multi-step__progress,.ablocks-form-multi-step__step-wrapper{align-items:center;display:flex;justify-content:center}.ablocks-form-multi-step__step{align-items:center;display:flex}.ablocks-form-multi-step__step-number{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:flex;height:24px;justify-content:center;margin-right:5px;width:24px}.ablocks-form-multi-step__step-title{color:#000}.ablocks-form-multi-step__divider{color:#ccc;margin:0 8px}.ablocks-form-multi-step__step-wrapper:last-child .ablocks-form-multi-step__divider{display:none}.ablocks-form-multi-step__step--active .ablocks-form-multi-step__step-number{background-color:#000;border:none;color:#fff}.ablocks-editor-multi-step__wrapper{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:10px}.ablocks-block--form-multi-step .block-editor-block-list__block.ablocks-block.is-selected>.ablocks-editor-block-control-wrap{display:none!important}.ablocks-editor-multi-step{border:1px solid #ddd;border-radius:4px;margin:10px 0}.ablocks-editor-multi-step__content-wrapper{align-items:center;display:flex;flex:1;gap:10px}.ablocks-editor-multi-step__inner-content{padding:10px}.ablocks-editor-multi-step__new-option input{border:1px solid #1b1b1b;border-radius:5px;outline:none;padding:10px;width:100%}.ablocks-editor-multi-step__new-option input:focus{border:1px solid #1b1b1b;box-shadow:none;outline:none}.ablocks-editor-multi-step__new-option button{background-color:#fff;border:1px solid #1b1b1b;border-radius:5px;cursor:pointer;margin:10px 0;padding:10px 15px;width:100%}.ablocks-block-form-custom-input .ablocks-block-container>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;width:100%}:not(.block-editor-block-list__block).ablocks-block-form-custom-input--is-root.alignfull{margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-block-form-custom-input{box-sizing:border-box!important;max-width:min(100%,100%);padding:var(--ablocks-container-padding);width:100%}.ablocks-block-form-custom-input--is-root{margin-left:auto!important;margin-right:auto!important}:not(.block-editor-block-list__block).ablocks-block-form-custom-input>.ablocks-block-container{display:flex}.ablocks-form-builder-input{width:100%}.ablocks-form-builder__label--required:after{color:red;content:"*"}.ablocks-form-builder__input-show-icon{padding:10px 40px}.ablocks-block--form-password .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{background:transparent;border:none;color:#007cba;cursor:pointer;font-size:14px;opacity:0;padding:0;position:absolute;right:10px;top:63%;transform:translateY(-50%);transition:color .3s;visibility:none}.ablocks-form-builder__input-toggle--hide-password--active,.ablocks-form-builder__input-toggle--show-password--active{opacity:1;visibility:visible}.ablocks-block--form-builder .wp-block-ablocks-form-radio{width:100%}.ablocks-form-builder__radio-all-options{display:flex;flex-wrap:wrap}.ablocks-form-builder__radio-option{align-items:center;border:1px solid hsl(from #1e1e1e h s l/.25);border-radius:6px;color:#1e1e1e;cursor:pointer;display:flex;font-size:16px;font-weight:400;gap:8px;justify-content:space-between;margin:4px;padding:10px 12px}.ablocks-form-builder__radio-content{align-items:center;display:flex;gap:5px}.ablocks-form-builder__radio-content .ablocks-icon-wrap{font-size:20px}.ablocks-form-builder__radio-option{background-color:#fff}.ablocks-form-builder__radio-option.checked{background-color:green}.ablocks-form-builder__radio-field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-6px}.ablocks-editor-radio__wrapper{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:10px}.ablocks-editor-radio{border:1px solid #ddd;border-radius:4px;margin:10px 0}.ablocks-editor-radio__content-wrapper{align-items:center;display:flex;flex:1;gap:10px}.ablocks-editor-radio__inner-content{padding:10px}.ablocks-editor-radio__new-option input{border:1px solid #1b1b1b;border-radius:5px;outline:none;padding:10px;width:100%}.ablocks-editor-radio__new-option input:focus{border:1px solid #1b1b1b;box-shadow:none;outline:none}.ablocks-editor-radio__new-option button{background-color:#fff;border:1px solid #1b1b1b;border-radius:5px;cursor:pointer;margin:10px 0;padding:10px 15px;width:100%}.ablocks-form-builder__field .ablocks-form-builder__select{max-width:100%;padding:8px 16px;width:100%}.ablocks-form-builder__field{box-sizing:border-box;width:100%}.ablocks-form-builder__field.error-msg .ablocks-form-builder__field__text{border-color:red}.ablocks-form-builder__field.error-msg .ablocks-block-error-msg{color:#dc2626;font-size:12px;font-weight:500;visibility:visible}.ablocks-form-builder-textarea .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-14px}.ablocks-form-builder__field__label{display:block;text-transform:capitalize}.ablocks-form-builder__field__text{display:flex}textarea.ablocks-form-builder__field__text{border:1px solid rgba(0,0,0,.493);border-radius:3px;box-sizing:border-box;outline:none;padding:12px;resize:vertical;width:100%}.ablocks-form-builder__field__text textarea::placeholder{opacity:.8}.ablocks-form-builder__field__text textarea:focus{border:none;outline:none}


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

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




.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-desktop,.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-tablet,.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-mobile { display:none; } } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-block--container { padding:0px;max-width:min(100%,19%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-block--container { max-width:min(100%,2%) !important; } } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-desktop,.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-tablet,.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-mobile { display:none; } } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 { text-align:left; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button { column-gap:6px;background:#9B8AFB;justify-content:left;color:#fefefe;border-width:1px;border-style:none;border-color:#ffffff;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.18px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button { font-family:Inter; } } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button:hover { transition-duration:s; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { margin-top:0px;margin-right:0px;margin-left:0px;padding-top:52px;padding-right:96px;padding-bottom:62px;padding-left:96px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { padding-right:26px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { padding-top:80px;padding-right:10px;padding-left:10px; } } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-top:52px;padding-right:96px;padding-bottom:62px;padding-left:96px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-right:26px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-top:80px;padding-right:10px;padding-left:10px; } } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6 { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-block--container { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,7%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { margin:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { padding-top:30px; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-block--container { padding-top:30px; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { align-items:flex-start; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d { background:#ffffff00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d.ablocks-block--social-shares:not(.ablocks-has-container), .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d.ablocks-block--social-shares .ablocks-block-container { flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share { border-width:1px;border-style:solid;border-color:#dedede;height:48px;width:48px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share:hover { background:#ffffff00; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share > .ablocks-svg-icon { fill:#13191B!important;width:16px;height:16px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item { border-width:1px;border-style:solid;border-color:#dedede;border-radius:6px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--icon { width:48px;height:48px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--icon>.ablocks-svg-icon { height:20px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--text { width:80px;height:42px; } @media screen and (max-width: 800px) { .ablocks-block.ablocks-block--social-shares.sisocialcustomcss { flex-direction: row; } } 
.ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { margin-top:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { margin-top:40px; } } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,68%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .table-content .ablocks-block--table-of-content{ display: none; } 
.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec { width:100%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-desktop,.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-tablet,.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-mobile { display:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header-title { font-family:Bricolage Grotesque;font-weight:400;color:#000000; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header { background:#F9FBFF; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body { background:#F9FBFF; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header-toggle-icon .ablocks-toc__show { font-size:20px; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body .ablocks-toc-list { list-style-type:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-list, .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-list li a { color:#333;font-family:Bricolage Grotesque;font-weight:400;text-decoration:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body .ablocks-toc-list li a { line-height:30px; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec a.ablocks-toc-item-link.active { color:#2763f3; } 
.ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 { text-align:left; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#7B68EE;border-radius:0px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button { font-family:Inter; } } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button:hover { transition-duration:0s; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7B68EE; } 
.ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b { display:flex;justify-content:center; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 { text-align:center; } .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { color:#0F0E16;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:36px;line-height:54px; } @media screen and (max-width: 800px) { .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { font-size:28px;line-height:46px; } } 
.ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { margin-top:12px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { flex-wrap:wrap; } } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { display:inline-flex; } 
.ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 { display:flex;justify-content:left; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img { width:30px;height:auto;opacity:1;border-radius:100px; } @media screen and (max-width: 480px) { .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img { width:24px; } } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845:not(.ablocks-has-block-container), .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845.ablocks-block--dual-button > .ablocks-block-container { gap:16px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845:not(.ablocks-has-block-container), .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 .ablocks-button { font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 .ablocks-button { font-family:Inter; } } 
.ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a { text-align:left; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { column-gap:16px;background:#ffffff00;justify-content:left;color:#000;border-width:0px 1px 0px 0px;border-style:none;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { font-size:14px;line-height:22px; } } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button:hover { transition-duration:0s; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e { text-align:left; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { column-gap:8px;background:#ffffff00;justify-content:left;color:#000;border-width:0px 1px 0px 1px;border-style:solid;border-color:#A7AAAD;border-radius:0px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding-top:0px;padding-right:16px;padding-bottom:0px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { font-size:14px;line-height:24px; } } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button:hover { transition-duration:0s; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap { font-size:14px; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7b68ee; } 
.ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473:not(.ablocks-has-block-container), .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473.ablocks-block--dual-button > .ablocks-block-container { gap:16px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 .ablocks-button { 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-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 .ablocks-button { font-family:Inter; } } 
.ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb { text-align:left; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:left;color:#454D54;border-width:0px 0px 0px 0px;border-style:none;border-color:#A7AAAD;border-radius:0px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { font-size:14px; } } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button:hover { transition-duration:0s; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap { font-size:14px; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ed9100; } 
.ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499 { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { max-width:min(100%,44%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 { padding:24px;border-width:1px;border-style:solid;border-color:#ededed;border-radius:4px;width:100%;box-shadow:2px 1px 9px 0px rgba(0,0,0,0.06);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-title { font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:none;font-size:16px;line-height:20px;color:#000; } @media screen and (max-width: 800px) { .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-title { font-family:Inter; } } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header { background:#ffffff;padding:0px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body { background:#ffffff;padding-top:12px;padding-right:0px;padding-bottom:0px;padding-left:0px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-toggle-icon .ablocks-toc__show { font-size:20px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body .ablocks-toc-list { list-style-type:none; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list, .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list li a { color:#454F59;font-family:Inter,sans-serif;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list, .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list li a { font-family:Inter; } } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body .ablocks-toc-list li a { line-height:20px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 a.ablocks-toc-item-link.active { color:#2763f3; } .ablocks-toc-list li a { font-weight: 400; } .ablocks-toc-list li { padding-bottom: 10px; }
.ablocks-block-27fc0875-0d39-4ace-9916-36d92f7dafe9 { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#FAFDF2;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-27fc0875-0d39-4ace-9916-36d92f7dafe9 { padding-top:40px;padding-bottom:60px; } } .ablocks-block-27fc0875-0d39-4ace-9916-36d92f7dafe9.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-27fc0875-0d39-4ace-9916-36d92f7dafe9.ablocks-block--container { padding-top:40px;padding-bottom:60px; } } .ablocks-block-27fc0875-0d39-4ace-9916-36d92f7dafe9 > .ablocks-block-container { max-width:min(100%,1596px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-27fc0875-0d39-4ace-9916-36d92f7dafe9 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-27fc0875-0d39-4ace-9916-36d92f7dafe9.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-7d562089-dd06-46fe-bdee-84e121a07147 { padding-top:40px;padding-right:75px;padding-bottom:40px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147 { padding-top:0px;padding-right:0px;padding-bottom:10px; } } @media screen and (max-width: 480px) { .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147 { padding:0px; } } .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147.ablocks-block--container { padding-top:40px;padding-right:75px;padding-bottom:40px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:10px; } } @media screen and (max-width: 480px) { .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147.ablocks-block--container { padding:0px; } } .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:92px; } @media screen and (max-width: 800px) { .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147 { flex-direction:column;row-gap:90px;column-gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147 { row-gap:50px;column-gap:20px; } } .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147.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:92px; } @media screen and (max-width: 800px) { .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:90px;column-gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147.ablocks-has-block-container > .ablocks-block-container { row-gap:50px;column-gap:20px; } } .ablocks-block-7d562089-dd06-46fe-bdee-84e121a07147 { display:inline-flex; } 
.ablocks-block-682268ad-e190-45d4-9b56-dd1ceecdf6ec { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-682268ad-e190-45d4-9b56-dd1ceecdf6ec.ablocks-block--container { padding:0px;max-width:min(100%,60%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-682268ad-e190-45d4-9b56-dd1ceecdf6ec.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-682268ad-e190-45d4-9b56-dd1ceecdf6ec { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-682268ad-e190-45d4-9b56-dd1ceecdf6ec.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9f074011-0a08-4b96-82c9-c8fd84f476f0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-9f074011-0a08-4b96-82c9-c8fd84f476f0 { z-index:1; } } .ablocks-block-9f074011-0a08-4b96-82c9-c8fd84f476f0 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-9f074011-0a08-4b96-82c9-c8fd84f476f0 { text-align:center; } } .ablocks-block-9f074011-0a08-4b96-82c9-c8fd84f476f0 .ablocks-button { column-gap:12px;background:#F6FBE9;justify-content:left;color:#1A3129;border-width:1px;border-style:solid;border-color:#b2d260;border-radius:99px;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 480px) { .ablocks-block-9f074011-0a08-4b96-82c9-c8fd84f476f0 .ablocks-button { font-size:16px; } } .ablocks-block-9f074011-0a08-4b96-82c9-c8fd84f476f0 .ablocks-button:hover { transition-duration:s; } .ablocks-block-9f074011-0a08-4b96-82c9-c8fd84f476f0 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9f074011-0a08-4b96-82c9-c8fd84f476f0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-9f074011-0a08-4b96-82c9-c8fd84f476f0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-fd6584ba-16d8-4409-810e-ab58cbdbf091 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fd6584ba-16d8-4409-810e-ab58cbdbf091 { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-fd6584ba-16d8-4409-810e-ab58cbdbf091 { z-index:1; } } .ablocks-block-fd6584ba-16d8-4409-810e-ab58cbdbf091 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-fd6584ba-16d8-4409-810e-ab58cbdbf091 { text-align:center; } } .ablocks-block-fd6584ba-16d8-4409-810e-ab58cbdbf091 .ablocks-heading-text { color:#1A3129;font-family:Urbanist;font-weight:600;font-size:79px;line-height:130%; } @media screen and (max-width: 800px) { .ablocks-block-fd6584ba-16d8-4409-810e-ab58cbdbf091 .ablocks-heading-text { font-size:46px;line-height:58px; } } @media screen and (max-width: 480px) { .ablocks-block-fd6584ba-16d8-4409-810e-ab58cbdbf091 .ablocks-heading-text { font-size:38px;line-height:52px; } } 
.ablocks-block-1cf2149c-b576-4dd7-a935-2abe77f2f039 { margin-top:16px;width:97%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1cf2149c-b576-4dd7-a935-2abe77f2f039 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-1cf2149c-b576-4dd7-a935-2abe77f2f039 { text-align:center; } } .ablocks-block-1cf2149c-b576-4dd7-a935-2abe77f2f039 .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:500;font-size:24px;line-height:150%; } @media screen and (max-width: 800px) { .ablocks-block-1cf2149c-b576-4dd7-a935-2abe77f2f039 .ablocks-paragraph-text { font-size:18px;line-height:30px; } } .ablocks-block-1cf2149c-b576-4dd7-a935-2abe77f2f039 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-62418a3c-8fb6-43a6-8cfa-9d006700c2b6 { margin-top:64px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-62418a3c-8fb6-43a6-8cfa-9d006700c2b6 { margin-top:20px; } } .ablocks-block-62418a3c-8fb6-43a6-8cfa-9d006700c2b6:not(.ablocks-has-block-container), .ablocks-block-62418a3c-8fb6-43a6-8cfa-9d006700c2b6.ablocks-block--dual-button > .ablocks-block-container { gap:24px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-62418a3c-8fb6-43a6-8cfa-9d006700c2b6:not(.ablocks-has-block-container), .ablocks-block-62418a3c-8fb6-43a6-8cfa-9d006700c2b6.ablocks-block--dual-button > .ablocks-block-container { justify-content:center; } } @media screen and (max-width: 480px) { .ablocks-block-62418a3c-8fb6-43a6-8cfa-9d006700c2b6:not(.ablocks-has-block-container), .ablocks-block-62418a3c-8fb6-43a6-8cfa-9d006700c2b6.ablocks-block--dual-button > .ablocks-block-container { gap:15px; } } 
.ablocks-block-c6d5cec8-5a4e-4748-8a16-59f20e7d463f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c6d5cec8-5a4e-4748-8a16-59f20e7d463f { text-align:left; } .ablocks-block-c6d5cec8-5a4e-4748-8a16-59f20e7d463f .ablocks-button { column-gap:10px;background:#CBEA7B;justify-content:left;color:#262626;border-width:1px;border-style:solid;border-color:#CBEA7B;border-radius:99px;font-family:Urbanist;font-weight:600;font-size:20px;line-height:180%;padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px; } @media screen and (max-width: 800px) { .ablocks-block-c6d5cec8-5a4e-4748-8a16-59f20e7d463f .ablocks-button { font-size:15px;line-height:30px;padding-right:30px;padding-left:30px; } } .ablocks-block-c6d5cec8-5a4e-4748-8a16-59f20e7d463f .ablocks-button:hover { transition-duration:s;background:#9900cc00; } .ablocks-block-c6d5cec8-5a4e-4748-8a16-59f20e7d463f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-c6d5cec8-5a4e-4748-8a16-59f20e7d463f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-c6d5cec8-5a4e-4748-8a16-59f20e7d463f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-aa53b04a-401c-48c7-90f3-03f75ca44a98 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa53b04a-401c-48c7-90f3-03f75ca44a98 { text-align:left; } .ablocks-block-aa53b04a-401c-48c7-90f3-03f75ca44a98 .ablocks-button { column-gap:10px;background:#F6FBE9;justify-content:left;color:#262626;border-width:1px;border-style:solid;border-color:#CBEA7B;border-radius:99px;font-family:Urbanist;font-weight:600;font-size:20px;line-height:180%;padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px; } @media screen and (max-width: 800px) { .ablocks-block-aa53b04a-401c-48c7-90f3-03f75ca44a98 .ablocks-button { font-size:15px;line-height:30px;padding-right:30px;padding-left:30px; } } .ablocks-block-aa53b04a-401c-48c7-90f3-03f75ca44a98 .ablocks-button:hover { transition-duration:s;background:#CBEA7B; } .ablocks-block-aa53b04a-401c-48c7-90f3-03f75ca44a98 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-aa53b04a-401c-48c7-90f3-03f75ca44a98 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-aa53b04a-401c-48c7-90f3-03f75ca44a98 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#262626; } 
.ablocks-block-c31f8a17-47eb-4c1e-951a-3ca5796c6260 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c31f8a17-47eb-4c1e-951a-3ca5796c6260.ablocks-hide-on-desktop,.ablocks-block-c31f8a17-47eb-4c1e-951a-3ca5796c6260.ablocks-hide-on-tablet,.ablocks-block-c31f8a17-47eb-4c1e-951a-3ca5796c6260.ablocks-hide-on-mobile { display:none; } } .ablocks-block-c31f8a17-47eb-4c1e-951a-3ca5796c6260.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,40%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c31f8a17-47eb-4c1e-951a-3ca5796c6260.ablocks-block--container { max-width:min(100%,57%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c31f8a17-47eb-4c1e-951a-3ca5796c6260.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c31f8a17-47eb-4c1e-951a-3ca5796c6260 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c31f8a17-47eb-4c1e-951a-3ca5796c6260.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a6c94f55-8abc-4c17-9c1f-14cdd5bc33a9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6c94f55-8abc-4c17-9c1f-14cdd5bc33a9 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-a6c94f55-8abc-4c17-9c1f-14cdd5bc33a9 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a6c94f55-8abc-4c17-9c1f-14cdd5bc33a9 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7 { padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;background:#1A3129;border-radius:12px;position:absolute;left:326px;top:-36px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7 { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;left:257px;top:-28px; } } @media screen and (max-width: 480px) { .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7 { left:146px;top:-82px; } } .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7.ablocks-block--container { padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;max-width:min(100%,52%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7.ablocks-block--container { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7.ablocks-block--container { max-width:min(100%,48%) !important; } } .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } @media screen and (max-width: 800px) { .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7 { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7 { flex-direction:column;column-gap:6px; } } .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7.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:8px; } @media screen and (max-width: 800px) { .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;column-gap:6px; } } .ablocks-block-4acf4e57-4a1f-41fc-b855-142e68cc06b7 { display:inline-flex; } 
.ablocks-block-5c44a098-9277-443b-ad73-b991a98f1fd5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c44a098-9277-443b-ad73-b991a98f1fd5 { text-align:left; } .ablocks-block-5c44a098-9277-443b-ad73-b991a98f1fd5 .ablocks-heading-text { color:#CBEA7B;font-family:Urbanist;font-weight:600;text-transform:capitalize;font-style:normal;font-size:48px;line-height:150%;letter-spacing:-0.96px; } @media screen and (max-width: 800px) { .ablocks-block-5c44a098-9277-443b-ad73-b991a98f1fd5 .ablocks-heading-text { font-size:32px;line-height:44px; } } @media screen and (max-width: 480px) { .ablocks-block-5c44a098-9277-443b-ad73-b991a98f1fd5 .ablocks-heading-text { font-size:28px; } } 
.ablocks-block-596da33c-7f3e-4def-9c56-903d0dd43605 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-596da33c-7f3e-4def-9c56-903d0dd43605 { text-align:center; } .ablocks-block-596da33c-7f3e-4def-9c56-903d0dd43605 .ablocks-paragraph-text { color:#EEF8D3;font-family:Urbanist;font-weight:500;text-transform:capitalize;font-size:18px;line-height:150%; } @media screen and (max-width: 800px) { .ablocks-block-596da33c-7f3e-4def-9c56-903d0dd43605 .ablocks-paragraph-text { font-size:14px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-596da33c-7f3e-4def-9c56-903d0dd43605 .ablocks-paragraph-text { font-size:13px;line-height:22px; } } .ablocks-block-596da33c-7f3e-4def-9c56-903d0dd43605 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ab84b17e-8ea5-43fa-b954-bb623ab36b55 { padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;background:#1A3129;border-radius:12px;position:absolute;left:-36px;top:440px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ab84b17e-8ea5-43fa-b954-bb623ab36b55 { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;left:-40px;top:370px; } } @media screen and (max-width: 480px) { .ablocks-block-ab84b17e-8ea5-43fa-b954-bb623ab36b55 { left:-2px;top:238px; } } .ablocks-block-ab84b17e-8ea5-43fa-b954-bb623ab36b55.ablocks-block--container { padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px;max-width:min(100%,45%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ab84b17e-8ea5-43fa-b954-bb623ab36b55.ablocks-block--container { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;max-width:min(100%,52%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ab84b17e-8ea5-43fa-b954-bb623ab36b55.ablocks-block--container { max-width:min(100%,58%) !important; } } .ablocks-block-ab84b17e-8ea5-43fa-b954-bb623ab36b55 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:11px; } @media screen and (max-width: 800px) { .ablocks-block-ab84b17e-8ea5-43fa-b954-bb623ab36b55 { align-items:flex-start; } } .ablocks-block-ab84b17e-8ea5-43fa-b954-bb623ab36b55.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:11px; } @media screen and (max-width: 800px) { .ablocks-block-ab84b17e-8ea5-43fa-b954-bb623ab36b55.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-5ef87a9e-e8d6-4686-a36f-4b7671f57d4e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5ef87a9e-e8d6-4686-a36f-4b7671f57d4e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5ef87a9e-e8d6-4686-a36f-4b7671f57d4e { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-5ef87a9e-e8d6-4686-a36f-4b7671f57d4e.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:0px;column-gap:16px; } .ablocks-block-5ef87a9e-e8d6-4686-a36f-4b7671f57d4e { display:inline-flex; } 
.ablocks-block-7335613a-756f-489b-b697-bcfc9bbdbcba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7335613a-756f-489b-b697-bcfc9bbdbcba { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-7335613a-756f-489b-b697-bcfc9bbdbcba .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7335613a-756f-489b-b697-bcfc9bbdbcba .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:90px; } @media screen and (max-width: 800px) { .ablocks-block-7335613a-756f-489b-b697-bcfc9bbdbcba .ablocks-icon-wrap img.ablocks-image-icon { width:117px; } } @media screen and (max-width: 480px) { .ablocks-block-7335613a-756f-489b-b697-bcfc9bbdbcba .ablocks-icon-wrap img.ablocks-image-icon { width:90px; } } .ablocks-block-7335613a-756f-489b-b697-bcfc9bbdbcba .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce .ablocks-counter__content { color:#CBEA7B;font-family:Urbanist;font-weight:600;font-size:40px;line-height:150%;letter-spacing:-2px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce .ablocks-counter__content { font-size:27px;line-height:44px; } } @media screen and (max-width: 480px) { .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce .ablocks-counter__content { font-size:32px;line-height:42px; } } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce .ablocks-counter__text { color:#4B4F58; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce .ablocks-icon-wrap { font-size:55px; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-05d963dd-8c17-449c-9021-3027ce8515ce .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-dd7b1278-1944-4a27-be6d-f9a1dc5eeb89 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd7b1278-1944-4a27-be6d-f9a1dc5eeb89 { text-align:left; } .ablocks-block-dd7b1278-1944-4a27-be6d-f9a1dc5eeb89 .ablocks-paragraph-text { color:#EEF8D3;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%; } @media screen and (max-width: 800px) { .ablocks-block-dd7b1278-1944-4a27-be6d-f9a1dc5eeb89 .ablocks-paragraph-text { font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-dd7b1278-1944-4a27-be6d-f9a1dc5eeb89 .ablocks-paragraph-text { font-size:13px;line-height:20px; } } .ablocks-block-dd7b1278-1944-4a27-be6d-f9a1dc5eeb89 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-470822f9-7657-42d6-9aac-0496a8ab2fd8 { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#FFFFFF;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-470822f9-7657-42d6-9aac-0496a8ab2fd8 { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-470822f9-7657-42d6-9aac-0496a8ab2fd8 { padding-top:40px;padding-bottom:30px; } } .ablocks-block-470822f9-7657-42d6-9aac-0496a8ab2fd8.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-470822f9-7657-42d6-9aac-0496a8ab2fd8.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-470822f9-7657-42d6-9aac-0496a8ab2fd8.ablocks-block--container { padding-top:40px;padding-bottom:30px; } } .ablocks-block-470822f9-7657-42d6-9aac-0496a8ab2fd8 > .ablocks-block-container { max-width:min(100%,1500px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-470822f9-7657-42d6-9aac-0496a8ab2fd8 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-470822f9-7657-42d6-9aac-0496a8ab2fd8.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-a4452a41-0f6f-4be8-9b8e-97c361fb16a0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4452a41-0f6f-4be8-9b8e-97c361fb16a0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a4452a41-0f6f-4be8-9b8e-97c361fb16a0 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-a4452a41-0f6f-4be8-9b8e-97c361fb16a0 { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-a4452a41-0f6f-4be8-9b8e-97c361fb16a0 { flex-direction:column;row-gap:8px; } } .ablocks-block-a4452a41-0f6f-4be8-9b8e-97c361fb16a0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-a4452a41-0f6f-4be8-9b8e-97c361fb16a0.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-a4452a41-0f6f-4be8-9b8e-97c361fb16a0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:8px; } } .ablocks-block-a4452a41-0f6f-4be8-9b8e-97c361fb16a0 { display:inline-flex; } 
.ablocks-block-4c032bbb-3d54-41c1-8517-f34528c51b4a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c032bbb-3d54-41c1-8517-f34528c51b4a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4c032bbb-3d54-41c1-8517-f34528c51b4a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4c032bbb-3d54-41c1-8517-f34528c51b4a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee .ablocks-counter__content { color:#1A3129;font-family:Urbanist;font-weight:700;font-size:48px;line-height:62px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee .ablocks-counter__content { font-size:35px;line-height:52px; } } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee .ablocks-counter__text { color:#213813BF;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px;margin-top:16px; } @media screen and (max-width: 800px) { .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee .ablocks-counter__text { font-size:16px;line-height:20px; } } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee .ablocks-icon-wrap { font-size:55px; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-c4e95921-88e5-46cc-b232-519b26cf9cee .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-470d185f-d3a4-465e-9476-2eeaf7f4e7c2 { width:3%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-470d185f-d3a4-465e-9476-2eeaf7f4e7c2.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:center; } .ablocks-block-470d185f-d3a4-465e-9476-2eeaf7f4e7c2.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:8px;padding-block-end:8px;justify-content:center; } .ablocks-block-470d185f-d3a4-465e-9476-2eeaf7f4e7c2 .ablocks-divider { max-width:min(100%,2%); } .ablocks-block-470d185f-d3a4-465e-9476-2eeaf7f4e7c2 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-470d185f-d3a4-465e-9476-2eeaf7f4e7c2 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:10px; } .ablocks-block-470d185f-d3a4-465e-9476-2eeaf7f4e7c2 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:10px;margin-left:0px;margin-right:0px; } .ablocks-block-470d185f-d3a4-465e-9476-2eeaf7f4e7c2 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:10px; } .ablocks-block-470d185f-d3a4-465e-9476-2eeaf7f4e7c2 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#262626; } 
.ablocks-block-8200b644-abff-4446-958c-baad5d7f38d8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8200b644-abff-4446-958c-baad5d7f38d8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8200b644-abff-4446-958c-baad5d7f38d8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8200b644-abff-4446-958c-baad5d7f38d8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a .ablocks-counter__content { color:#1A3129;font-family:Urbanist;font-weight:700;font-size:48px;line-height:62px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a .ablocks-counter__content { font-size:35px;line-height:52px; } } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a .ablocks-counter__text { color:#213813BF;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px;margin-top:16px; } @media screen and (max-width: 800px) { .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a .ablocks-counter__text { font-size:16px;line-height:20px; } } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-b303c71e-ec60-48e7-b6b7-24025045c43a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-39f2a6b3-f573-484a-a526-65097cc551d7 { width:3%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39f2a6b3-f573-484a-a526-65097cc551d7.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:center; } .ablocks-block-39f2a6b3-f573-484a-a526-65097cc551d7.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:8px;padding-block-end:8px;justify-content:center; } .ablocks-block-39f2a6b3-f573-484a-a526-65097cc551d7 .ablocks-divider { max-width:min(100%,2%); } .ablocks-block-39f2a6b3-f573-484a-a526-65097cc551d7 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-39f2a6b3-f573-484a-a526-65097cc551d7 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:10px; } .ablocks-block-39f2a6b3-f573-484a-a526-65097cc551d7 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:10px;margin-left:0px;margin-right:0px; } .ablocks-block-39f2a6b3-f573-484a-a526-65097cc551d7 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:10px; } .ablocks-block-39f2a6b3-f573-484a-a526-65097cc551d7 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#262626; } 
.ablocks-block-65bd4970-ea43-4432-b88d-6edafe53e40c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65bd4970-ea43-4432-b88d-6edafe53e40c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-65bd4970-ea43-4432-b88d-6edafe53e40c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-65bd4970-ea43-4432-b88d-6edafe53e40c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f .ablocks-counter__content { color:#1A3129;font-family:Urbanist;font-weight:700;font-size:48px;line-height:62px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f .ablocks-counter__content { font-size:35px;line-height:52px; } } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f .ablocks-counter__text { color:#213813BF;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px;margin-top:16px; } @media screen and (max-width: 800px) { .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f .ablocks-counter__text { font-size:16px;line-height:20px; } } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f .ablocks-icon-wrap { font-size:55px; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-6d1317d1-e857-47e9-970e-6ca5d27f091f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-319ff25b-2b02-4eb3-ac7f-dcee56bd7d77 { width:3%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-319ff25b-2b02-4eb3-ac7f-dcee56bd7d77.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:center; } .ablocks-block-319ff25b-2b02-4eb3-ac7f-dcee56bd7d77.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:8px;padding-block-end:8px;justify-content:center; } .ablocks-block-319ff25b-2b02-4eb3-ac7f-dcee56bd7d77 .ablocks-divider { max-width:min(100%,2%); } .ablocks-block-319ff25b-2b02-4eb3-ac7f-dcee56bd7d77 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-319ff25b-2b02-4eb3-ac7f-dcee56bd7d77 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:10px; } .ablocks-block-319ff25b-2b02-4eb3-ac7f-dcee56bd7d77 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:10px;margin-left:0px;margin-right:0px; } .ablocks-block-319ff25b-2b02-4eb3-ac7f-dcee56bd7d77 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:10px; } .ablocks-block-319ff25b-2b02-4eb3-ac7f-dcee56bd7d77 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#262626; } 
.ablocks-block-4c9d017f-225b-4174-a295-87d219434707 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c9d017f-225b-4174-a295-87d219434707.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4c9d017f-225b-4174-a295-87d219434707 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4c9d017f-225b-4174-a295-87d219434707.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce .ablocks-counter__content { color:#1A3129;font-family:Urbanist;font-weight:700;font-size:48px;line-height:62px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce .ablocks-counter__content { font-size:35px;line-height:52px; } } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce .ablocks-counter__text { color:#213813BF;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px;margin-top:16px; } @media screen and (max-width: 800px) { .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce .ablocks-counter__text { font-size:16px;line-height:20px; } } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce .ablocks-icon-wrap { font-size:55px; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-afa7dc50-d478-4c3e-b172-098187e30fce .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843 { margin-top:0px;padding-top:140px;padding-bottom:120px;background:#FAFDF2;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843 { padding-top:60px;padding-bottom:60px; } } .ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843.ablocks-block--container { padding-top:140px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843 > .ablocks-block-container { max-width:min(100%,1596px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:140px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843 > .ablocks-block-container { align-items:center;row-gap:100px; } } @media screen and (max-width: 480px) { .ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843 > .ablocks-block-container { row-gap:60px; } } .ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:140px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843.ablocks-has-block-container > .ablocks-block-container { align-items:center;row-gap:100px; } } @media screen and (max-width: 480px) { .ablocks-block-80b41cac-ccdb-4dca-be17-5510f3f6a843.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-4bfb391f-d9ae-41f1-91ba-105c6053a7ff { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4bfb391f-d9ae-41f1-91ba-105c6053a7ff.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4bfb391f-d9ae-41f1-91ba-105c6053a7ff { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:266px; } @media screen and (max-width: 800px) { .ablocks-block-4bfb391f-d9ae-41f1-91ba-105c6053a7ff { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4bfb391f-d9ae-41f1-91ba-105c6053a7ff { flex-direction:column; } } .ablocks-block-4bfb391f-d9ae-41f1-91ba-105c6053a7ff.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:266px; } @media screen and (max-width: 800px) { .ablocks-block-4bfb391f-d9ae-41f1-91ba-105c6053a7ff.ablocks-has-block-container > .ablocks-block-container { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4bfb391f-d9ae-41f1-91ba-105c6053a7ff.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-4bfb391f-d9ae-41f1-91ba-105c6053a7ff { display:inline-flex; } 
.ablocks-block-b3f55ce7-60a8-46a1-ae61-b7ffe843f77a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3f55ce7-60a8-46a1-ae61-b7ffe843f77a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b3f55ce7-60a8-46a1-ae61-b7ffe843f77a { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } .ablocks-block-b3f55ce7-60a8-46a1-ae61-b7ffe843f77a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } 
.ablocks-block-e7238ed2-2bff-48a7-ba22-abaf1ad15bcf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e7238ed2-2bff-48a7-ba22-abaf1ad15bcf.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e7238ed2-2bff-48a7-ba22-abaf1ad15bcf { display:flex;flex-direction:row;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-e7238ed2-2bff-48a7-ba22-abaf1ad15bcf { flex-direction:column;row-gap:20px; } } .ablocks-block-e7238ed2-2bff-48a7-ba22-abaf1ad15bcf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-e7238ed2-2bff-48a7-ba22-abaf1ad15bcf.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-e7238ed2-2bff-48a7-ba22-abaf1ad15bcf { display:inline-flex; } 
.ablocks-block-641c34a9-67cd-485c-8d27-557c411f4cb0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-641c34a9-67cd-485c-8d27-557c411f4cb0.ablocks-block--container { padding:0px;max-width:min(100%,60%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-641c34a9-67cd-485c-8d27-557c411f4cb0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-641c34a9-67cd-485c-8d27-557c411f4cb0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-641c34a9-67cd-485c-8d27-557c411f4cb0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-966f9d8c-9cb3-483a-acd2-b99da76195f0 { padding:0px;position:relative;z-index:1;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-966f9d8c-9cb3-483a-acd2-b99da76195f0 { display:flex;justify-content:center; } .ablocks-block-966f9d8c-9cb3-483a-acd2-b99da76195f0 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-966f9d8c-9cb3-483a-acd2-b99da76195f0 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-966f9d8c-9cb3-483a-acd2-b99da76195f0 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3b7bafc3-fc68-4a4d-84ed-68fd6cb9bfb7 { padding-top:64px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3b7bafc3-fc68-4a4d-84ed-68fd6cb9bfb7 { padding-top:38px; } } @media screen and (max-width: 480px) { .ablocks-block-3b7bafc3-fc68-4a4d-84ed-68fd6cb9bfb7 { padding:0px; } } .ablocks-block-3b7bafc3-fc68-4a4d-84ed-68fd6cb9bfb7.ablocks-block--container { padding-top:64px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,39%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3b7bafc3-fc68-4a4d-84ed-68fd6cb9bfb7.ablocks-block--container { padding-top:38px; } } @media screen and (max-width: 480px) { .ablocks-block-3b7bafc3-fc68-4a4d-84ed-68fd6cb9bfb7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important; } } .ablocks-block-3b7bafc3-fc68-4a4d-84ed-68fd6cb9bfb7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3b7bafc3-fc68-4a4d-84ed-68fd6cb9bfb7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-bc89fee7-8057-4b4a-af33-479001854d8e { padding:0px;position:relative;z-index:1;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc89fee7-8057-4b4a-af33-479001854d8e { display:flex;justify-content:center; } .ablocks-block-bc89fee7-8057-4b4a-af33-479001854d8e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-bc89fee7-8057-4b4a-af33-479001854d8e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-bc89fee7-8057-4b4a-af33-479001854d8e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ce8cf257-93b7-46d3-9ecf-0a69e9f60c17 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:100px;position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ce8cf257-93b7-46d3-9ecf-0a69e9f60c17 { padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-ce8cf257-93b7-46d3-9ecf-0a69e9f60c17 { padding:0px; } } .ablocks-block-ce8cf257-93b7-46d3-9ecf-0a69e9f60c17.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:100px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ce8cf257-93b7-46d3-9ecf-0a69e9f60c17.ablocks-block--container { padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-ce8cf257-93b7-46d3-9ecf-0a69e9f60c17.ablocks-block--container { padding:0px; } } .ablocks-block-ce8cf257-93b7-46d3-9ecf-0a69e9f60c17 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ce8cf257-93b7-46d3-9ecf-0a69e9f60c17.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0d243644-189b-446f-89dd-d8b7564b8c20 { position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0d243644-189b-446f-89dd-d8b7564b8c20 { display:flex;justify-content:right; } .ablocks-block-0d243644-189b-446f-89dd-d8b7564b8c20 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0d243644-189b-446f-89dd-d8b7564b8c20 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0d243644-189b-446f-89dd-d8b7564b8c20 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-82a9dc95-987b-426e-b3bf-e00e42790d64 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-82a9dc95-987b-426e-b3bf-e00e42790d64 { margin-top:30px; } } .ablocks-block-82a9dc95-987b-426e-b3bf-e00e42790d64.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-82a9dc95-987b-426e-b3bf-e00e42790d64 { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-82a9dc95-987b-426e-b3bf-e00e42790d64 { column-gap:20px; } } .ablocks-block-82a9dc95-987b-426e-b3bf-e00e42790d64.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-82a9dc95-987b-426e-b3bf-e00e42790d64.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } 
.ablocks-block-7904313c-311f-4b3e-8492-2eaf763ac9a3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7904313c-311f-4b3e-8492-2eaf763ac9a3 { text-align:left; } .ablocks-block-7904313c-311f-4b3e-8492-2eaf763ac9a3 .ablocks-heading-text { color:#1A3129;font-family:Urbanist;font-weight:700;font-size:36px;line-height:46px; } @media screen and (max-width: 800px) { .ablocks-block-7904313c-311f-4b3e-8492-2eaf763ac9a3 .ablocks-heading-text { font-size:32px;line-height:44px; } } 
.ablocks-block-62d5f200-dc3f-4a21-82ef-f220b0f1d6b7 { margin-top:38px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-62d5f200-dc3f-4a21-82ef-f220b0f1d6b7 { margin-top:20px; } } .ablocks-block-62d5f200-dc3f-4a21-82ef-f220b0f1d6b7 { text-align:left; } .ablocks-block-62d5f200-dc3f-4a21-82ef-f220b0f1d6b7 .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:400;font-size:18px;line-height:26px; } .ablocks-block-62d5f200-dc3f-4a21-82ef-f220b0f1d6b7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a420412b-2dca-44b4-bc65-fb04baf28944 { margin-top:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a420412b-2dca-44b4-bc65-fb04baf28944 { margin-top:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a420412b-2dca-44b4-bc65-fb04baf28944 { margin-top:20px; } } .ablocks-block-a420412b-2dca-44b4-bc65-fb04baf28944 { text-align:left; } .ablocks-block-a420412b-2dca-44b4-bc65-fb04baf28944 .ablocks-button { column-gap:8px;background:#1A3129;justify-content:left;color:#FFFFFF;border-width:1px;border-style:solid;border-color:#1A3129;border-radius:99px;font-family:Urbanist;font-weight:600;font-size:16px;line-height:24px; } .ablocks-block-a420412b-2dca-44b4-bc65-fb04baf28944 .ablocks-button:hover { transition-duration:s;color:#19061f;background:#9900cc00; } .ablocks-block-a420412b-2dca-44b4-bc65-fb04baf28944 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#19061f; } .ablocks-block-a420412b-2dca-44b4-bc65-fb04baf28944 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a420412b-2dca-44b4-bc65-fb04baf28944 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a420412b-2dca-44b4-bc65-fb04baf28944 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-45439bed-e30b-4eda-90bb-52087d626277 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-45439bed-e30b-4eda-90bb-52087d626277.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-45439bed-e30b-4eda-90bb-52087d626277 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:4px;column-gap:0px; } .ablocks-block-45439bed-e30b-4eda-90bb-52087d626277.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:4px;column-gap:0px; } 
.ablocks-block-4a2dbcec-cd9b-4f57-b224-d282b6738256 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4a2dbcec-cd9b-4f57-b224-d282b6738256 { width:90%; } } @media screen and (max-width: 480px) { .ablocks-block-4a2dbcec-cd9b-4f57-b224-d282b6738256 { width:100%; } } .ablocks-block-4a2dbcec-cd9b-4f57-b224-d282b6738256 { text-align:center; } .ablocks-block-4a2dbcec-cd9b-4f57-b224-d282b6738256 .ablocks-heading-text { color:#1A3129;font-family:Urbanist;font-weight:700;font-size:36px;line-height:46px; } @media screen and (max-width: 800px) { .ablocks-block-4a2dbcec-cd9b-4f57-b224-d282b6738256 .ablocks-heading-text { font-size:32px; } } @media screen and (max-width: 480px) { .ablocks-block-4a2dbcec-cd9b-4f57-b224-d282b6738256 .ablocks-heading-text { line-height:44px; } } 
.ablocks-block-72bfab00-4905-4b1c-9971-8e61e3c3e053 { margin-top:16px;width:49%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-72bfab00-4905-4b1c-9971-8e61e3c3e053 { width:100%; } } .ablocks-block-72bfab00-4905-4b1c-9971-8e61e3c3e053 { text-align:center; } .ablocks-block-72bfab00-4905-4b1c-9971-8e61e3c3e053 .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%; } @media screen and (max-width: 480px) { .ablocks-block-72bfab00-4905-4b1c-9971-8e61e3c3e053 .ablocks-paragraph-text { line-height:28px; } } .ablocks-block-72bfab00-4905-4b1c-9971-8e61e3c3e053 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-505a0f3d-cb98-42c5-a870-9e5124d71525 { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-505a0f3d-cb98-42c5-a870-9e5124d71525 { margin-top:30px; } } .ablocks-block-505a0f3d-cb98-42c5-a870-9e5124d71525.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-505a0f3d-cb98-42c5-a870-9e5124d71525 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-505a0f3d-cb98-42c5-a870-9e5124d71525 { row-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-505a0f3d-cb98-42c5-a870-9e5124d71525 { column-gap:15px; } } .ablocks-block-505a0f3d-cb98-42c5-a870-9e5124d71525.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-505a0f3d-cb98-42c5-a870-9e5124d71525.ablocks-has-block-container > .ablocks-block-container { row-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-505a0f3d-cb98-42c5-a870-9e5124d71525.ablocks-has-block-container > .ablocks-block-container { column-gap:15px; } } 
.ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 { padding:0px; } } .ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 .filterable-cards_filter , .ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 .filterable-cards-filter-wrap { justify-content:Center;gap:8px; } .ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 .filterable-cards_filter .filterable-filter-button.filterable-filter-button-active { color:#fff;background:#13191B; } .ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 .filterable-cards-wrap { display:grid;grid-template-columns:repeat(2,1fr);gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 .filterable-cards-wrap { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 .filterable-cards-wrap { grid-template-columns:repeat(1,1fr); } } .ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 .filterable-cards-load-more-wrapper { justify-content:center; } .ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 .filterable-cards-showMore-button { color:#fff;background:#13191B; } .ablocks-block-3705bded-a1c2-49d4-89d6-22090ebd90f1 .filterable-cards-showMore-button:hover { color:#fff;background:#13191B; } 
.ablocks-block-cc3b35af-0597-434f-abea-b18c7c967da8 { border-width:1px;border-style:none;border-color:#e5f5bd;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-9b1a2474-007d-4584-b5c2-8b3ed27901ac { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;background:#f6fbe9;border-width:1px;border-style:solid;border-color:#e5f5bd;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9b1a2474-007d-4584-b5c2-8b3ed27901ac { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-9b1a2474-007d-4584-b5c2-8b3ed27901ac.ablocks-block--container { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9b1a2474-007d-4584-b5c2-8b3ed27901ac.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-9b1a2474-007d-4584-b5c2-8b3ed27901ac { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-9b1a2474-007d-4584-b5c2-8b3ed27901ac { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-9b1a2474-007d-4584-b5c2-8b3ed27901ac { row-gap:30px; } } .ablocks-block-9b1a2474-007d-4584-b5c2-8b3ed27901ac.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-9b1a2474-007d-4584-b5c2-8b3ed27901ac.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-9b1a2474-007d-4584-b5c2-8b3ed27901ac.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a:not(.ablocks-has-block-container), .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-block--info-box__content { gap:12px;align-items:flex-start; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .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-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a > .ablocks-block-container > a .ablocks-icon-wrap { background:#CBEA7B;padding:.5em;border:2px solid #9900cc00;font-size:unset; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#9900cc00; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-size:24px;line-height:150%;color:#262626; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .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-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .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-7634cdaf-97cf-4f51-940c-18221d9b4c7a .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-7634cdaf-97cf-4f51-940c-18221d9b4c7a.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-7634cdaf-97cf-4f51-940c-18221d9b4c7a.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-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .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-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7634cdaf-97cf-4f51-940c-18221d9b4c7a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-d4df9f0e-cb37-4658-b1d1-362dd8ddde2c { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d4df9f0e-cb37-4658-b1d1-362dd8ddde2c { text-align:left; } .ablocks-block-d4df9f0e-cb37-4658-b1d1-362dd8ddde2c .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%; } @media screen and (max-width: 480px) { .ablocks-block-d4df9f0e-cb37-4658-b1d1-362dd8ddde2c .ablocks-paragraph-text { font-size:16px; } } .ablocks-block-d4df9f0e-cb37-4658-b1d1-362dd8ddde2c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-082e22c9-bb56-4048-96b3-723d748502e9 { border-width:1px;border-style:none;border-color:#e5f5bd;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-22d0d450-041d-40c5-a7a6-610964fc1aa6 { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;background:#f6fbe9;border-width:1px;border-style:solid;border-color:#e5f5bd;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-22d0d450-041d-40c5-a7a6-610964fc1aa6 { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-22d0d450-041d-40c5-a7a6-610964fc1aa6.ablocks-block--container { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-22d0d450-041d-40c5-a7a6-610964fc1aa6.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-22d0d450-041d-40c5-a7a6-610964fc1aa6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-22d0d450-041d-40c5-a7a6-610964fc1aa6 { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-22d0d450-041d-40c5-a7a6-610964fc1aa6 { row-gap:30px; } } .ablocks-block-22d0d450-041d-40c5-a7a6-610964fc1aa6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-22d0d450-041d-40c5-a7a6-610964fc1aa6.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-22d0d450-041d-40c5-a7a6-610964fc1aa6.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12:not(.ablocks-has-block-container), .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-block--info-box__content { gap:12px;align-items:flex-start; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .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-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 > .ablocks-block-container > a .ablocks-icon-wrap { background:#CBEA7B;padding:.5em;border:2px solid #9900cc00;font-size:unset; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#9900cc00; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-size:24px;line-height:150%;color:#262626; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .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-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .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-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .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-3aaa2189-e4d0-4add-b3da-94f3b8f5de12.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-3aaa2189-e4d0-4add-b3da-94f3b8f5de12.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-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .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-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3aaa2189-e4d0-4add-b3da-94f3b8f5de12 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-653dbc3b-0c3b-4da5-b9a8-a1e2e42af8e1 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-653dbc3b-0c3b-4da5-b9a8-a1e2e42af8e1 { text-align:left; } .ablocks-block-653dbc3b-0c3b-4da5-b9a8-a1e2e42af8e1 .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%; } @media screen and (max-width: 480px) { .ablocks-block-653dbc3b-0c3b-4da5-b9a8-a1e2e42af8e1 .ablocks-paragraph-text { font-size:16px; } } .ablocks-block-653dbc3b-0c3b-4da5-b9a8-a1e2e42af8e1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5821c57b-589f-4c27-aa09-e88c4c3c3e4f { border-width:1px;border-style:none;border-color:#e5f5bd;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-14837aaa-4ae5-42e1-a1ad-cf2406d64683 { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;background:#f6fbe9;border-width:1px;border-style:solid;border-color:#e5f5bd;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-14837aaa-4ae5-42e1-a1ad-cf2406d64683 { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-14837aaa-4ae5-42e1-a1ad-cf2406d64683.ablocks-block--container { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-14837aaa-4ae5-42e1-a1ad-cf2406d64683.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-14837aaa-4ae5-42e1-a1ad-cf2406d64683 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-14837aaa-4ae5-42e1-a1ad-cf2406d64683 { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-14837aaa-4ae5-42e1-a1ad-cf2406d64683 { row-gap:30px; } } .ablocks-block-14837aaa-4ae5-42e1-a1ad-cf2406d64683.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-14837aaa-4ae5-42e1-a1ad-cf2406d64683.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-14837aaa-4ae5-42e1-a1ad-cf2406d64683.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1:not(.ablocks-has-block-container), .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-block--info-box__content { gap:12px;align-items:flex-start; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .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-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 > .ablocks-block-container > a .ablocks-icon-wrap { background:#CBEA7B;padding:.5em;border:2px solid #9900cc00;font-size:unset; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#9900cc00; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-size:24px;line-height:150%;color:#262626; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .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-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .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-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .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-9502a378-0b97-4382-ae4d-cb58c3aa12c1.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-9502a378-0b97-4382-ae4d-cb58c3aa12c1.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-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .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-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9502a378-0b97-4382-ae4d-cb58c3aa12c1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-8a08bbcb-399c-4437-b5c1-41cb18a37441 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a08bbcb-399c-4437-b5c1-41cb18a37441 { text-align:left; } .ablocks-block-8a08bbcb-399c-4437-b5c1-41cb18a37441 .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%; } @media screen and (max-width: 480px) { .ablocks-block-8a08bbcb-399c-4437-b5c1-41cb18a37441 .ablocks-paragraph-text { font-size:16px; } } .ablocks-block-8a08bbcb-399c-4437-b5c1-41cb18a37441 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9d4cadb0-73cf-4d5e-a24f-06a6cad5eb1c { border-width:1px;border-style:none;border-color:#e5f5bd;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-0cb60da8-7b0e-4a6c-a390-825c4ddafd9e { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;background:#f6fbe9;border-width:1px;border-style:solid;border-color:#e5f5bd;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0cb60da8-7b0e-4a6c-a390-825c4ddafd9e { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-0cb60da8-7b0e-4a6c-a390-825c4ddafd9e.ablocks-block--container { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0cb60da8-7b0e-4a6c-a390-825c4ddafd9e.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-0cb60da8-7b0e-4a6c-a390-825c4ddafd9e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-0cb60da8-7b0e-4a6c-a390-825c4ddafd9e { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-0cb60da8-7b0e-4a6c-a390-825c4ddafd9e { row-gap:30px; } } .ablocks-block-0cb60da8-7b0e-4a6c-a390-825c4ddafd9e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-0cb60da8-7b0e-4a6c-a390-825c4ddafd9e.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-0cb60da8-7b0e-4a6c-a390-825c4ddafd9e.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-3196be1c-1745-4897-b363-e30b4191460e { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e:not(.ablocks-has-block-container), .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .ablocks-block--info-box__content { gap:12px;align-items:flex-start; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .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-3196be1c-1745-4897-b363-e30b4191460e .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e > .ablocks-block-container > a .ablocks-icon-wrap { background:#CBEA7B;padding:.5em;border:2px solid #9900cc00;font-size:unset; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#9900cc00; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-size:24px;line-height:150%;color:#262626; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .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-3196be1c-1745-4897-b363-e30b4191460e .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .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-3196be1c-1745-4897-b363-e30b4191460e .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-3196be1c-1745-4897-b363-e30b4191460e.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-3196be1c-1745-4897-b363-e30b4191460e.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-3196be1c-1745-4897-b363-e30b4191460e .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .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-3196be1c-1745-4897-b363-e30b4191460e .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3196be1c-1745-4897-b363-e30b4191460e .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-33c2107c-8e9d-4b5e-a61e-dc65f1dd80eb { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33c2107c-8e9d-4b5e-a61e-dc65f1dd80eb { text-align:left; } .ablocks-block-33c2107c-8e9d-4b5e-a61e-dc65f1dd80eb .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%; } @media screen and (max-width: 480px) { .ablocks-block-33c2107c-8e9d-4b5e-a61e-dc65f1dd80eb .ablocks-paragraph-text { font-size:16px; } } .ablocks-block-33c2107c-8e9d-4b5e-a61e-dc65f1dd80eb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4f1d5c02-5e72-4023-af3e-c50e318f0d43 { border-width:1px;border-style:none;border-color:#e5f5bd;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-0718aaae-7c4a-4152-aa3a-9a0e9fb957f0 { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;background:#f6fbe9;border-width:1px;border-style:solid;border-color:#e5f5bd;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0718aaae-7c4a-4152-aa3a-9a0e9fb957f0 { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-0718aaae-7c4a-4152-aa3a-9a0e9fb957f0.ablocks-block--container { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0718aaae-7c4a-4152-aa3a-9a0e9fb957f0.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-0718aaae-7c4a-4152-aa3a-9a0e9fb957f0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-0718aaae-7c4a-4152-aa3a-9a0e9fb957f0 { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-0718aaae-7c4a-4152-aa3a-9a0e9fb957f0 { row-gap:30px; } } .ablocks-block-0718aaae-7c4a-4152-aa3a-9a0e9fb957f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-0718aaae-7c4a-4152-aa3a-9a0e9fb957f0.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-0718aaae-7c4a-4152-aa3a-9a0e9fb957f0.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98:not(.ablocks-has-block-container), .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-block--info-box__content { gap:12px;align-items:flex-start; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .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-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 > .ablocks-block-container > a .ablocks-icon-wrap { background:#CBEA7B;padding:.5em;border:2px solid #9900cc00;font-size:unset; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#9900cc00; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-size:24px;line-height:150%;color:#262626; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .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-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .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-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .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-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98.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-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98.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-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .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-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-bf74eea6-5c91-48f7-b2d9-3f2a2c4fca98 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-ca1bb7d1-21ef-4d11-8a7d-2d64f99dd9f7 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca1bb7d1-21ef-4d11-8a7d-2d64f99dd9f7 { text-align:left; } .ablocks-block-ca1bb7d1-21ef-4d11-8a7d-2d64f99dd9f7 .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%; } @media screen and (max-width: 480px) { .ablocks-block-ca1bb7d1-21ef-4d11-8a7d-2d64f99dd9f7 .ablocks-paragraph-text { font-size:16px; } } .ablocks-block-ca1bb7d1-21ef-4d11-8a7d-2d64f99dd9f7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-05280143-6cf1-4ff4-81ed-efaf93aeda9b { border-width:1px;border-style:none;border-color:#e5f5bd;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-d7822672-2693-43b0-ae2b-ff31d04076bd { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;background:#f6fbe9;border-width:1px;border-style:solid;border-color:#e5f5bd;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d7822672-2693-43b0-ae2b-ff31d04076bd { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-d7822672-2693-43b0-ae2b-ff31d04076bd.ablocks-block--container { padding-top:40px;padding-right:50px;padding-bottom:40px;padding-left:50px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d7822672-2693-43b0-ae2b-ff31d04076bd.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-d7822672-2693-43b0-ae2b-ff31d04076bd { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-d7822672-2693-43b0-ae2b-ff31d04076bd { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-d7822672-2693-43b0-ae2b-ff31d04076bd { row-gap:30px; } } .ablocks-block-d7822672-2693-43b0-ae2b-ff31d04076bd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-d7822672-2693-43b0-ae2b-ff31d04076bd.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-d7822672-2693-43b0-ae2b-ff31d04076bd.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6:not(.ablocks-has-block-container), .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-block--info-box__content { gap:12px;align-items:flex-start; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .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-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 > .ablocks-block-container > a .ablocks-icon-wrap { background:#CBEA7B;padding:.5em;border:2px solid #9900cc00;font-size:unset; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#9900cc00; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-size:24px;line-height:150%;color:#262626; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .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-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .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-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .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-ce334d9d-90d2-4a78-b1bd-f9e777b061d6.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-ce334d9d-90d2-4a78-b1bd-f9e777b061d6.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-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .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-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ce334d9d-90d2-4a78-b1bd-f9e777b061d6 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-ac8d7123-ca66-4994-9ffd-ecfcc2cad320 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac8d7123-ca66-4994-9ffd-ecfcc2cad320 { text-align:left; } .ablocks-block-ac8d7123-ca66-4994-9ffd-ecfcc2cad320 .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%; } @media screen and (max-width: 480px) { .ablocks-block-ac8d7123-ca66-4994-9ffd-ecfcc2cad320 .ablocks-paragraph-text { font-size:16px; } } .ablocks-block-ac8d7123-ca66-4994-9ffd-ecfcc2cad320 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-48844e59-cd6c-48a7-ac64-d994045a665a { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#FFFFFF;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-48844e59-cd6c-48a7-ac64-d994045a665a { padding-top:40px;padding-bottom:40px; } } .ablocks-block-48844e59-cd6c-48a7-ac64-d994045a665a.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-48844e59-cd6c-48a7-ac64-d994045a665a.ablocks-block--container { padding-top:40px;padding-bottom:40px; } } .ablocks-block-48844e59-cd6c-48a7-ac64-d994045a665a > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-48844e59-cd6c-48a7-ac64-d994045a665a > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:30px;column-gap:20px; } .ablocks-block-48844e59-cd6c-48a7-ac64-d994045a665a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:30px;column-gap:20px; } 
.ablocks-block-64f591bc-2401-429f-8bb3-27eb778e5c61 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64f591bc-2401-429f-8bb3-27eb778e5c61.ablocks-stacked-cards-default .ablocks-block--stacked-cards-child { padding-bottom:20px; } .ablocks-block-64f591bc-2401-429f-8bb3-27eb778e5c61 .ablocks-block--stacked-cards-child > .ablocks-block-container { height:autopx;width:autopx; } .ablocks-block-64f591bc-2401-429f-8bb3-27eb778e5c61.ablocks-stacked-cards-rotation .ablocks-block--stacked-cards-child { transition:0.5s ease-in-out;; } 
.ablocks-block-d01a810c-1338-4b77-9a93-01db04d42b92 > .ablocks-block-container { background:#f17d7d00;padding:0px; } 
.ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4 { padding-top:40px;padding-bottom:40px;background:#F6FBE9;border-width:1px;border-style:solid;border-color:#e5f5bd;border-radius:22px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4 { padding-top:15px;padding-right:20px;padding-bottom:15px;padding-left:20px; } } @media screen and (max-width: 480px) { .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4 { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4.ablocks-block--container { padding-top:40px;padding-bottom:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4.ablocks-block--container { padding-top:15px;padding-right:20px;padding-bottom:15px;padding-left:20px; } } @media screen and (max-width: 480px) { .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:64px; } @media screen and (max-width: 800px) { .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4 { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4 { flex-direction:column;row-gap:30px; } } .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:64px; } @media screen and (max-width: 800px) { .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4.ablocks-has-block-container > .ablocks-block-container { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-b9b6fc70-6c1e-4d52-8134-c3a9433450d4 { display:inline-flex; } 
.ablocks-block-42fb6d7d-bb0d-487b-b7be-ca6e84a00de6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42fb6d7d-bb0d-487b-b7be-ca6e84a00de6.ablocks-block--container { padding:0px;max-width:min(100%,43%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-42fb6d7d-bb0d-487b-b7be-ca6e84a00de6.ablocks-block--container { max-width:min(100%,49%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-42fb6d7d-bb0d-487b-b7be-ca6e84a00de6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-42fb6d7d-bb0d-487b-b7be-ca6e84a00de6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-42fb6d7d-bb0d-487b-b7be-ca6e84a00de6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-be15e7e9-513d-48fb-a930-109a0e6ea67e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be15e7e9-513d-48fb-a930-109a0e6ea67e { display:flex;justify-content:center; } .ablocks-block-be15e7e9-513d-48fb-a930-109a0e6ea67e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-be15e7e9-513d-48fb-a930-109a0e6ea67e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-be15e7e9-513d-48fb-a930-109a0e6ea67e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7fa311db-489a-45d5-815a-b14bf03f6842 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7fa311db-489a-45d5-815a-b14bf03f6842.ablocks-block--container { padding:0px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7fa311db-489a-45d5-815a-b14bf03f6842.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7fa311db-489a-45d5-815a-b14bf03f6842 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7fa311db-489a-45d5-815a-b14bf03f6842.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-73413031-47cc-49f3-b340-7b56001471f8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-73413031-47cc-49f3-b340-7b56001471f8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-73413031-47cc-49f3-b340-7b56001471f8 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-73413031-47cc-49f3-b340-7b56001471f8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-73413031-47cc-49f3-b340-7b56001471f8 { display:inline-flex; } 
.ablocks-block-c8d510b5-2c2f-456f-87f5-7628781bddf7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8d510b5-2c2f-456f-87f5-7628781bddf7 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c8d510b5-2c2f-456f-87f5-7628781bddf7 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c8d510b5-2c2f-456f-87f5-7628781bddf7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-c8d510b5-2c2f-456f-87f5-7628781bddf7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6db7e0e1-9751-48cb-8f9a-0700c044e3a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6db7e0e1-9751-48cb-8f9a-0700c044e3a8 { text-align:left; } .ablocks-block-6db7e0e1-9751-48cb-8f9a-0700c044e3a8 .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:600;font-size:16px;line-height:24px; } .ablocks-block-6db7e0e1-9751-48cb-8f9a-0700c044e3a8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8c7a66b3-322f-49b9-8219-928bb2293dfc { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8c7a66b3-322f-49b9-8219-928bb2293dfc { margin-top:10px;width:100%; } } .ablocks-block-8c7a66b3-322f-49b9-8219-928bb2293dfc { text-align:left; } .ablocks-block-8c7a66b3-322f-49b9-8219-928bb2293dfc .ablocks-paragraph-text { color:#1a3129;font-family:Urbanist;font-weight:600;font-size:38px;line-height:49.4px; } @media screen and (max-width: 800px) { .ablocks-block-8c7a66b3-322f-49b9-8219-928bb2293dfc .ablocks-paragraph-text { font-size:28px;line-height:40px; } } @media screen and (max-width: 480px) { .ablocks-block-8c7a66b3-322f-49b9-8219-928bb2293dfc .ablocks-paragraph-text { line-height:38px; } } .ablocks-block-8c7a66b3-322f-49b9-8219-928bb2293dfc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-687b4690-3362-453d-977b-750f23505506 { margin-top:36px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-687b4690-3362-453d-977b-750f23505506 { margin-top:16px; } } .ablocks-block-687b4690-3362-453d-977b-750f23505506 { font-family:Urbanist;font-weight:400;font-size:18px;line-height:26px; } .ablocks-block-687b4690-3362-453d-977b-750f23505506 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-687b4690-3362-453d-977b-750f23505506 .ablocks-list { gap:12px; } } .ablocks-block-687b4690-3362-453d-977b-750f23505506 .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-687b4690-3362-453d-977b-750f23505506 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#180404;fill:#180404;background:#9900cc00;font-size:14px; } .ablocks-block-687b4690-3362-453d-977b-750f23505506 .ablocks-list__item-content .ablocks-list__item-text { color:#333333; } 
.ablocks-block-4a15a0fd-5f91-4b9d-ab73-b815236922d2 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4a15a0fd-5f91-4b9d-ab73-b815236922d2 { margin-top:20px; } } .ablocks-block-4a15a0fd-5f91-4b9d-ab73-b815236922d2 { text-align:left; } .ablocks-block-4a15a0fd-5f91-4b9d-ab73-b815236922d2 .ablocks-button { column-gap:10px;background:#1A3129;justify-content:left;color:#ffffff;border-width:1px;border-style:solid;border-color:#1A3129;border-radius:33px;font-family:Urbanist;font-weight:600;font-size:16px;line-height:24px; } .ablocks-block-4a15a0fd-5f91-4b9d-ab73-b815236922d2 .ablocks-button:hover { transition-duration:s;color:#333333;background:#9900cc00; } .ablocks-block-4a15a0fd-5f91-4b9d-ab73-b815236922d2 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#333333; } .ablocks-block-4a15a0fd-5f91-4b9d-ab73-b815236922d2 .ablocks-icon-wrap { background:#9900cc00;font-size:16px; } .ablocks-block-4a15a0fd-5f91-4b9d-ab73-b815236922d2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4a15a0fd-5f91-4b9d-ab73-b815236922d2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-21b29fb1-a34f-44a9-b830-458871b9af9a > .ablocks-block-container { background:#82ef9a00;padding:0px; } 
.ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300 { padding-top:40px;padding-bottom:40px;background:#F6FBE9;border-width:1px;border-style:solid;border-color:#e5f5bd;border-radius:22px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300 { padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300 { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300.ablocks-block--container { padding-top:40px;padding-bottom:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300.ablocks-block--container { padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:64px; } @media screen and (max-width: 480px) { .ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300 { flex-direction:column;row-gap:30px; } } .ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:64px; } @media screen and (max-width: 480px) { .ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-b974828a-389b-4f53-a04d-83ec145c0300 { display:inline-flex; } 
.ablocks-block-b690db88-f40c-4718-9910-51b6477843a0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b690db88-f40c-4718-9910-51b6477843a0.ablocks-block--container { padding:0px;max-width:min(100%,29%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b690db88-f40c-4718-9910-51b6477843a0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b690db88-f40c-4718-9910-51b6477843a0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 800px) { .ablocks-block-b690db88-f40c-4718-9910-51b6477843a0 { column-gap:15px; } } .ablocks-block-b690db88-f40c-4718-9910-51b6477843a0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 800px) { .ablocks-block-b690db88-f40c-4718-9910-51b6477843a0.ablocks-has-block-container > .ablocks-block-container { column-gap:15px; } } 
.ablocks-block-804d08ad-f8f9-4242-9319-0526e7192d13 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-804d08ad-f8f9-4242-9319-0526e7192d13.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-804d08ad-f8f9-4242-9319-0526e7192d13.ablocks-block--container { max-width:min(100%,1600%) !important; } } .ablocks-block-804d08ad-f8f9-4242-9319-0526e7192d13 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } @media screen and (max-width: 800px) { .ablocks-block-804d08ad-f8f9-4242-9319-0526e7192d13 { column-gap:15px; } } .ablocks-block-804d08ad-f8f9-4242-9319-0526e7192d13.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } @media screen and (max-width: 800px) { .ablocks-block-804d08ad-f8f9-4242-9319-0526e7192d13.ablocks-has-block-container > .ablocks-block-container { column-gap:15px; } } .ablocks-block-804d08ad-f8f9-4242-9319-0526e7192d13 { display:inline-flex; } 
.ablocks-block-923aa1fe-2aa7-488e-bd43-adfa8297b844 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-923aa1fe-2aa7-488e-bd43-adfa8297b844 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-923aa1fe-2aa7-488e-bd43-adfa8297b844 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-923aa1fe-2aa7-488e-bd43-adfa8297b844 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-923aa1fe-2aa7-488e-bd43-adfa8297b844 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e427fee3-a6d5-4f53-b2d8-eb01857d45c9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e427fee3-a6d5-4f53-b2d8-eb01857d45c9 { text-align:left; } .ablocks-block-e427fee3-a6d5-4f53-b2d8-eb01857d45c9 .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:600;font-size:16px;line-height:24px; } .ablocks-block-e427fee3-a6d5-4f53-b2d8-eb01857d45c9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0a3a192a-9a45-4c57-b333-d2acad478db6 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0a3a192a-9a45-4c57-b333-d2acad478db6 { margin-top:10px;width:100%; } } .ablocks-block-0a3a192a-9a45-4c57-b333-d2acad478db6 { text-align:left; } .ablocks-block-0a3a192a-9a45-4c57-b333-d2acad478db6 .ablocks-paragraph-text { color:#1a3129;font-family:Urbanist;font-weight:600;font-size:38px;line-height:49.4px; } @media screen and (max-width: 800px) { .ablocks-block-0a3a192a-9a45-4c57-b333-d2acad478db6 .ablocks-paragraph-text { font-size:28px;line-height:40px; } } @media screen and (max-width: 480px) { .ablocks-block-0a3a192a-9a45-4c57-b333-d2acad478db6 .ablocks-paragraph-text { line-height:38px; } } .ablocks-block-0a3a192a-9a45-4c57-b333-d2acad478db6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-428ac8e0-3c33-48ad-9097-0996d809e16a { margin-top:36px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-428ac8e0-3c33-48ad-9097-0996d809e16a { margin-top:16px; } } .ablocks-block-428ac8e0-3c33-48ad-9097-0996d809e16a { font-family:Urbanist;font-weight:400;font-size:18px;line-height:26px; } .ablocks-block-428ac8e0-3c33-48ad-9097-0996d809e16a .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-428ac8e0-3c33-48ad-9097-0996d809e16a .ablocks-list { gap:12px; } } .ablocks-block-428ac8e0-3c33-48ad-9097-0996d809e16a .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-428ac8e0-3c33-48ad-9097-0996d809e16a .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#180404;fill:#180404;background:#9900cc00;font-size:14px; } .ablocks-block-428ac8e0-3c33-48ad-9097-0996d809e16a .ablocks-list__item-content .ablocks-list__item-text { color:#333333; } 
.ablocks-block-9162fb0c-51f9-4e6a-b07e-70c65291c3d6 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9162fb0c-51f9-4e6a-b07e-70c65291c3d6 { margin-top:20px; } } .ablocks-block-9162fb0c-51f9-4e6a-b07e-70c65291c3d6 { text-align:left; } .ablocks-block-9162fb0c-51f9-4e6a-b07e-70c65291c3d6 .ablocks-button { column-gap:10px;background:#1A3129;justify-content:left;color:#ffffff;border-width:1px;border-style:solid;border-color:#1A3129;border-radius:33px;font-family:Urbanist;font-weight:600;font-size:16px;line-height:24px; } .ablocks-block-9162fb0c-51f9-4e6a-b07e-70c65291c3d6 .ablocks-button:hover { transition-duration:s;color:#333333;background:#9900cc00; } .ablocks-block-9162fb0c-51f9-4e6a-b07e-70c65291c3d6 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#333333; } .ablocks-block-9162fb0c-51f9-4e6a-b07e-70c65291c3d6 .ablocks-icon-wrap { background:#9900cc00;font-size:16px; } .ablocks-block-9162fb0c-51f9-4e6a-b07e-70c65291c3d6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-9162fb0c-51f9-4e6a-b07e-70c65291c3d6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-d5d931e0-282f-4351-8069-48bf071bf702 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5d931e0-282f-4351-8069-48bf071bf702.ablocks-block--container { padding:0px;max-width:min(100%,43%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d5d931e0-282f-4351-8069-48bf071bf702.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d5d931e0-282f-4351-8069-48bf071bf702 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d5d931e0-282f-4351-8069-48bf071bf702.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f1951584-61fc-4a7d-8370-212c980ebcd5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f1951584-61fc-4a7d-8370-212c980ebcd5 { display:flex;justify-content:center; } .ablocks-block-f1951584-61fc-4a7d-8370-212c980ebcd5 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f1951584-61fc-4a7d-8370-212c980ebcd5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f1951584-61fc-4a7d-8370-212c980ebcd5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-477a89cb-b9aa-4fd1-b071-cb9bc7cf04b8 { margin-top:0px;padding-top:140px;padding-bottom:0px;background:#FAFDF2;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-477a89cb-b9aa-4fd1-b071-cb9bc7cf04b8 { padding-top:50px; } } @media screen and (max-width: 480px) { .ablocks-block-477a89cb-b9aa-4fd1-b071-cb9bc7cf04b8 { padding-bottom:60px; } } .ablocks-block-477a89cb-b9aa-4fd1-b071-cb9bc7cf04b8.ablocks-block--container { padding-top:140px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-477a89cb-b9aa-4fd1-b071-cb9bc7cf04b8.ablocks-block--container { padding-top:50px; } } @media screen and (max-width: 480px) { .ablocks-block-477a89cb-b9aa-4fd1-b071-cb9bc7cf04b8.ablocks-block--container { padding-bottom:60px; } } .ablocks-block-477a89cb-b9aa-4fd1-b071-cb9bc7cf04b8 > .ablocks-block-container { max-width:min(100%,1596px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-477a89cb-b9aa-4fd1-b071-cb9bc7cf04b8 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-477a89cb-b9aa-4fd1-b071-cb9bc7cf04b8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:20px; } 
.ablocks-block-1227ea18-2293-4f1d-897b-8210ad15a797 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1227ea18-2293-4f1d-897b-8210ad15a797.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1227ea18-2293-4f1d-897b-8210ad15a797 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1227ea18-2293-4f1d-897b-8210ad15a797.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-343aefb2-7060-4af4-88bf-0b35d9d6cfb8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-343aefb2-7060-4af4-88bf-0b35d9d6cfb8 { text-align:center; } .ablocks-block-343aefb2-7060-4af4-88bf-0b35d9d6cfb8 .ablocks-heading-text { color:#1A3129;font-family:Urbanist;font-weight:700;font-size:36px;line-height:46px; } @media screen and (max-width: 800px) { .ablocks-block-343aefb2-7060-4af4-88bf-0b35d9d6cfb8 .ablocks-heading-text { font-size:32px; } } @media screen and (max-width: 480px) { .ablocks-block-343aefb2-7060-4af4-88bf-0b35d9d6cfb8 .ablocks-heading-text { font-size:28px;line-height:42px; } } 
.ablocks-block-ed4cd772-b36b-4a9b-9372-fcccb91f3670 { margin-top:16px;width:50%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ed4cd772-b36b-4a9b-9372-fcccb91f3670 { width:100%; } } .ablocks-block-ed4cd772-b36b-4a9b-9372-fcccb91f3670 { text-align:center; } .ablocks-block-ed4cd772-b36b-4a9b-9372-fcccb91f3670 .ablocks-paragraph-text { color:#213813D1;font-family:Urbanist;font-weight:400;font-size:18px;line-height:27px; } .ablocks-block-ed4cd772-b36b-4a9b-9372-fcccb91f3670 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 { margin-top:48px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 { margin-top:30px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs { flex-direction:column; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab-panel { justify-content:center;margin-inline:auto;flex-direction:row;flex-wrap:wrap;background:#234338;margin:0px;padding-top:30px;padding-right:80px;padding-bottom:30px;padding-left:80px;border-radius:12px;gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab-panel { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab { background:#f9f9f900;display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;border-style:none; } @media screen and (max-width: 800px) { .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab { padding-top:16px;padding-bottom:16px; } } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab--active { background-color:#2C5446 !important; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab-menu-title { color:#e6e6e6;font-family:Urbanist;font-weight:600;font-style:SemiBold;font-size:18px;line-height:150%;letter-spacing:1px; } @media screen and (max-width: 480px) { .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab-menu-title { line-height:12px; } } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-menu-title { color:#f1f1f1; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab-menu-subtitle { color:#3A3A3A;max-width:160px; } @media screen and (max-width: 480px) { .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab-menu-subtitle { width:100%; } } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-menu-subtitle { color:#3A3A3A!important; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar { background:#13191B; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__icon .ablocks-icon-wrap { margin-right:0px; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__body { margin-top:48px;max-width:100% !important; } @media screen and (max-width: 480px) { .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__body { max-width:100%; } } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab-menu-content { gap:10px;text-align:center; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__tab-panel { width:auto; } .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__body { max-width:100% !important; } @media screen and (max-width: 800px) { .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__body { max-width:70%; } } @media screen and (max-width: 480px) { .ablocks-block-d9f0fd60-1f5d-45f6-97e6-f3a9c5350324 .ablocks-block-tabs__body { max-width:100% !important; } } 

.ablocks-block-e0e34b67-c7c6-433e-a3e5-fe8b34792bdb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e0e34b67-c7c6-433e-a3e5-fe8b34792bdb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e0e34b67-c7c6-433e-a3e5-fe8b34792bdb { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-e0e34b67-c7c6-433e-a3e5-fe8b34792bdb { row-gap:15px;column-gap:15px; } } .ablocks-block-e0e34b67-c7c6-433e-a3e5-fe8b34792bdb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-e0e34b67-c7c6-433e-a3e5-fe8b34792bdb.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } 
.ablocks-block-e99b2051-5f9e-4f4a-9dee-f8d89390cfdd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e99b2051-5f9e-4f4a-9dee-f8d89390cfdd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e99b2051-5f9e-4f4a-9dee-f8d89390cfdd { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-e99b2051-5f9e-4f4a-9dee-f8d89390cfdd { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-e99b2051-5f9e-4f4a-9dee-f8d89390cfdd { flex-direction:column; } } .ablocks-block-e99b2051-5f9e-4f4a-9dee-f8d89390cfdd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-e99b2051-5f9e-4f4a-9dee-f8d89390cfdd.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-e99b2051-5f9e-4f4a-9dee-f8d89390cfdd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-e99b2051-5f9e-4f4a-9dee-f8d89390cfdd { display:inline-flex; } 
.ablocks-block-482b2578-0084-427c-8390-4220b6492506 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-482b2578-0084-427c-8390-4220b6492506.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-482b2578-0084-427c-8390-4220b6492506.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-482b2578-0084-427c-8390-4220b6492506.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-482b2578-0084-427c-8390-4220b6492506 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-482b2578-0084-427c-8390-4220b6492506.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c22f4ece-c6b7-4df4-ba34-6bf024a70328 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c22f4ece-c6b7-4df4-ba34-6bf024a70328 { display:flex;justify-content:left; } .ablocks-block-c22f4ece-c6b7-4df4-ba34-6bf024a70328 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c22f4ece-c6b7-4df4-ba34-6bf024a70328 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c22f4ece-c6b7-4df4-ba34-6bf024a70328 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ebc6b385-08ad-4cf6-bc74-0451fbaf33a4 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ebc6b385-08ad-4cf6-bc74-0451fbaf33a4 { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-ebc6b385-08ad-4cf6-bc74-0451fbaf33a4.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ebc6b385-08ad-4cf6-bc74-0451fbaf33a4.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-ebc6b385-08ad-4cf6-bc74-0451fbaf33a4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ebc6b385-08ad-4cf6-bc74-0451fbaf33a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-34484f6d-af1e-489f-a585-af60349d4d5e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34484f6d-af1e-489f-a585-af60349d4d5e { text-align:left; } .ablocks-block-34484f6d-af1e-489f-a585-af60349d4d5e .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-34484f6d-af1e-489f-a585-af60349d4d5e .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-e75ddf05-6bb0-497d-bbb0-fa26ecd0e3fc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e75ddf05-6bb0-497d-bbb0-fa26ecd0e3fc { text-align:left; } .ablocks-block-e75ddf05-6bb0-497d-bbb0-fa26ecd0e3fc .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-e75ddf05-6bb0-497d-bbb0-fa26ecd0e3fc .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-e75ddf05-6bb0-497d-bbb0-fa26ecd0e3fc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cb4facfe-e21a-4492-8ee4-d6680f410512 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cb4facfe-e21a-4492-8ee4-d6680f410512.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cb4facfe-e21a-4492-8ee4-d6680f410512.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-cb4facfe-e21a-4492-8ee4-d6680f410512.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-cb4facfe-e21a-4492-8ee4-d6680f410512 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cb4facfe-e21a-4492-8ee4-d6680f410512.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b290eff1-1bca-406e-9072-a03b8df29152 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b290eff1-1bca-406e-9072-a03b8df29152 { display:flex;justify-content:left; } .ablocks-block-b290eff1-1bca-406e-9072-a03b8df29152 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b290eff1-1bca-406e-9072-a03b8df29152 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b290eff1-1bca-406e-9072-a03b8df29152 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7f198db5-a952-40a0-a84b-7c116b26c484 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7f198db5-a952-40a0-a84b-7c116b26c484 { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-7f198db5-a952-40a0-a84b-7c116b26c484.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7f198db5-a952-40a0-a84b-7c116b26c484.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-7f198db5-a952-40a0-a84b-7c116b26c484 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7f198db5-a952-40a0-a84b-7c116b26c484.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-48d1268f-a40e-4ffe-8842-8569a7810d37 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48d1268f-a40e-4ffe-8842-8569a7810d37 { text-align:left; } .ablocks-block-48d1268f-a40e-4ffe-8842-8569a7810d37 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-48d1268f-a40e-4ffe-8842-8569a7810d37 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-c772df03-6637-4f3a-b24e-160cde1caca4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c772df03-6637-4f3a-b24e-160cde1caca4 { text-align:left; } .ablocks-block-c772df03-6637-4f3a-b24e-160cde1caca4 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-c772df03-6637-4f3a-b24e-160cde1caca4 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-c772df03-6637-4f3a-b24e-160cde1caca4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9b227f20-07f2-4044-bfb9-432c7f86662c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b227f20-07f2-4044-bfb9-432c7f86662c.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9b227f20-07f2-4044-bfb9-432c7f86662c.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9b227f20-07f2-4044-bfb9-432c7f86662c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9b227f20-07f2-4044-bfb9-432c7f86662c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9b227f20-07f2-4044-bfb9-432c7f86662c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dabfa351-4a8c-4c0d-ac4b-84a997b34581 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dabfa351-4a8c-4c0d-ac4b-84a997b34581 { display:flex;justify-content:left; } .ablocks-block-dabfa351-4a8c-4c0d-ac4b-84a997b34581 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-dabfa351-4a8c-4c0d-ac4b-84a997b34581 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-dabfa351-4a8c-4c0d-ac4b-84a997b34581 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-acc9f4a7-036d-4694-9a75-35a70116ee01 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-acc9f4a7-036d-4694-9a75-35a70116ee01 { padding:10px; } } .ablocks-block-acc9f4a7-036d-4694-9a75-35a70116ee01.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-acc9f4a7-036d-4694-9a75-35a70116ee01.ablocks-block--container { padding:10px; } } .ablocks-block-acc9f4a7-036d-4694-9a75-35a70116ee01 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-acc9f4a7-036d-4694-9a75-35a70116ee01.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-80472fc7-b85b-45b9-8450-0b3e72116ead { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-80472fc7-b85b-45b9-8450-0b3e72116ead { text-align:left; } .ablocks-block-80472fc7-b85b-45b9-8450-0b3e72116ead .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-80472fc7-b85b-45b9-8450-0b3e72116ead .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-b7c7c880-32bc-4133-ac37-1fd5228442b0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7c7c880-32bc-4133-ac37-1fd5228442b0 { text-align:left; } .ablocks-block-b7c7c880-32bc-4133-ac37-1fd5228442b0 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-b7c7c880-32bc-4133-ac37-1fd5228442b0 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-b7c7c880-32bc-4133-ac37-1fd5228442b0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8594bd7c-8008-468f-8a2b-2b3fc8f3ea4d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8594bd7c-8008-468f-8a2b-2b3fc8f3ea4d.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8594bd7c-8008-468f-8a2b-2b3fc8f3ea4d.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8594bd7c-8008-468f-8a2b-2b3fc8f3ea4d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8594bd7c-8008-468f-8a2b-2b3fc8f3ea4d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8594bd7c-8008-468f-8a2b-2b3fc8f3ea4d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-40c23e24-2c0d-465e-ae35-b240d116706f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-40c23e24-2c0d-465e-ae35-b240d116706f { display:flex;justify-content:left; } .ablocks-block-40c23e24-2c0d-465e-ae35-b240d116706f .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-40c23e24-2c0d-465e-ae35-b240d116706f .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-40c23e24-2c0d-465e-ae35-b240d116706f .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-97e36a2a-9c7c-42da-a3a9-1825318eb630 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-97e36a2a-9c7c-42da-a3a9-1825318eb630 { padding:10px; } } .ablocks-block-97e36a2a-9c7c-42da-a3a9-1825318eb630.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-97e36a2a-9c7c-42da-a3a9-1825318eb630.ablocks-block--container { padding:10px; } } .ablocks-block-97e36a2a-9c7c-42da-a3a9-1825318eb630 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-97e36a2a-9c7c-42da-a3a9-1825318eb630.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d263d3f5-d4d5-4fd5-91c1-53be559a0b80 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d263d3f5-d4d5-4fd5-91c1-53be559a0b80 { text-align:left; } .ablocks-block-d263d3f5-d4d5-4fd5-91c1-53be559a0b80 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-d263d3f5-d4d5-4fd5-91c1-53be559a0b80 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-0cf0ec5a-1478-4879-9962-519b15365cb3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0cf0ec5a-1478-4879-9962-519b15365cb3 { text-align:left; } .ablocks-block-0cf0ec5a-1478-4879-9962-519b15365cb3 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-0cf0ec5a-1478-4879-9962-519b15365cb3 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-0cf0ec5a-1478-4879-9962-519b15365cb3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-123fefb1-1e11-4f4f-a773-42a46f42d177 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-123fefb1-1e11-4f4f-a773-42a46f42d177.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-123fefb1-1e11-4f4f-a773-42a46f42d177.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-123fefb1-1e11-4f4f-a773-42a46f42d177.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-123fefb1-1e11-4f4f-a773-42a46f42d177 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-123fefb1-1e11-4f4f-a773-42a46f42d177.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-19d026ee-639b-4149-98a8-2e79b7cfce7a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-19d026ee-639b-4149-98a8-2e79b7cfce7a { display:flex;justify-content:left; } .ablocks-block-19d026ee-639b-4149-98a8-2e79b7cfce7a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-19d026ee-639b-4149-98a8-2e79b7cfce7a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-19d026ee-639b-4149-98a8-2e79b7cfce7a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a94efcc9-79fe-4231-aca2-42a6a865d987 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a94efcc9-79fe-4231-aca2-42a6a865d987 { padding:10px; } } .ablocks-block-a94efcc9-79fe-4231-aca2-42a6a865d987.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a94efcc9-79fe-4231-aca2-42a6a865d987.ablocks-block--container { padding:10px; } } .ablocks-block-a94efcc9-79fe-4231-aca2-42a6a865d987 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a94efcc9-79fe-4231-aca2-42a6a865d987.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8c623ea8-81f4-4101-b4fb-9013e31ab4b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c623ea8-81f4-4101-b4fb-9013e31ab4b5 { text-align:left; } .ablocks-block-8c623ea8-81f4-4101-b4fb-9013e31ab4b5 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-8c623ea8-81f4-4101-b4fb-9013e31ab4b5 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-8554b71c-1472-446f-bf2d-6b057f1f6087 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8554b71c-1472-446f-bf2d-6b057f1f6087 { text-align:left; } .ablocks-block-8554b71c-1472-446f-bf2d-6b057f1f6087 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-8554b71c-1472-446f-bf2d-6b057f1f6087 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-8554b71c-1472-446f-bf2d-6b057f1f6087 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b93463e1-b443-4ea8-8d48-bc887ef32918 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b93463e1-b443-4ea8-8d48-bc887ef32918.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b93463e1-b443-4ea8-8d48-bc887ef32918.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b93463e1-b443-4ea8-8d48-bc887ef32918.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b93463e1-b443-4ea8-8d48-bc887ef32918 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b93463e1-b443-4ea8-8d48-bc887ef32918.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-57a76aee-843d-4c88-9a70-357f595581e8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57a76aee-843d-4c88-9a70-357f595581e8 { display:flex;justify-content:left; } .ablocks-block-57a76aee-843d-4c88-9a70-357f595581e8 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-57a76aee-843d-4c88-9a70-357f595581e8 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-57a76aee-843d-4c88-9a70-357f595581e8 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8b7d443b-4c87-40c7-823f-d3090c94cd70 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8b7d443b-4c87-40c7-823f-d3090c94cd70 { padding:10px; } } .ablocks-block-8b7d443b-4c87-40c7-823f-d3090c94cd70.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8b7d443b-4c87-40c7-823f-d3090c94cd70.ablocks-block--container { padding:10px; } } .ablocks-block-8b7d443b-4c87-40c7-823f-d3090c94cd70 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8b7d443b-4c87-40c7-823f-d3090c94cd70.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dfb1adce-be04-4fa6-afb2-32c2660e1b79 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dfb1adce-be04-4fa6-afb2-32c2660e1b79 { text-align:left; } .ablocks-block-dfb1adce-be04-4fa6-afb2-32c2660e1b79 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-dfb1adce-be04-4fa6-afb2-32c2660e1b79 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-4f7e44d0-d715-45ab-90c7-2821adb8c324 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f7e44d0-d715-45ab-90c7-2821adb8c324 { text-align:left; } .ablocks-block-4f7e44d0-d715-45ab-90c7-2821adb8c324 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-4f7e44d0-d715-45ab-90c7-2821adb8c324 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-4f7e44d0-d715-45ab-90c7-2821adb8c324 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-92767609-0e4d-4b66-8a90-7c84e9ebf2af { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-92767609-0e4d-4b66-8a90-7c84e9ebf2af.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-92767609-0e4d-4b66-8a90-7c84e9ebf2af.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-92767609-0e4d-4b66-8a90-7c84e9ebf2af.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-92767609-0e4d-4b66-8a90-7c84e9ebf2af { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-92767609-0e4d-4b66-8a90-7c84e9ebf2af.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-09780341-9b2f-4d18-888c-44bed9f3ec95 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09780341-9b2f-4d18-888c-44bed9f3ec95 { display:flex;justify-content:left; } .ablocks-block-09780341-9b2f-4d18-888c-44bed9f3ec95 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-09780341-9b2f-4d18-888c-44bed9f3ec95 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-09780341-9b2f-4d18-888c-44bed9f3ec95 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-377b85e9-4670-458c-9439-1cf077ec60a5 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-377b85e9-4670-458c-9439-1cf077ec60a5 { padding:10px; } } .ablocks-block-377b85e9-4670-458c-9439-1cf077ec60a5.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-377b85e9-4670-458c-9439-1cf077ec60a5.ablocks-block--container { padding:10px; } } .ablocks-block-377b85e9-4670-458c-9439-1cf077ec60a5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-377b85e9-4670-458c-9439-1cf077ec60a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2c58ce2f-672a-4e50-8252-ca2341032912 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c58ce2f-672a-4e50-8252-ca2341032912 { text-align:left; } .ablocks-block-2c58ce2f-672a-4e50-8252-ca2341032912 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-2c58ce2f-672a-4e50-8252-ca2341032912 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-bd5dc563-03d8-4e6a-814f-cc9cd475ed78 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd5dc563-03d8-4e6a-814f-cc9cd475ed78 { text-align:left; } .ablocks-block-bd5dc563-03d8-4e6a-814f-cc9cd475ed78 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-bd5dc563-03d8-4e6a-814f-cc9cd475ed78 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-bd5dc563-03d8-4e6a-814f-cc9cd475ed78 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a2017711-b594-430c-9269-fe11a3aa5ad8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2017711-b594-430c-9269-fe11a3aa5ad8.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a2017711-b594-430c-9269-fe11a3aa5ad8.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a2017711-b594-430c-9269-fe11a3aa5ad8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a2017711-b594-430c-9269-fe11a3aa5ad8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a2017711-b594-430c-9269-fe11a3aa5ad8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9b9290f6-0bb6-4330-adaa-f22253cf7918 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b9290f6-0bb6-4330-adaa-f22253cf7918 { display:flex;justify-content:left; } .ablocks-block-9b9290f6-0bb6-4330-adaa-f22253cf7918 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-9b9290f6-0bb6-4330-adaa-f22253cf7918 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-9b9290f6-0bb6-4330-adaa-f22253cf7918 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f1b66ae9-9aec-4abe-93b9-8a64fb5d7fd0 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f1b66ae9-9aec-4abe-93b9-8a64fb5d7fd0 { padding:10px; } } .ablocks-block-f1b66ae9-9aec-4abe-93b9-8a64fb5d7fd0.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f1b66ae9-9aec-4abe-93b9-8a64fb5d7fd0.ablocks-block--container { padding:10px; } } .ablocks-block-f1b66ae9-9aec-4abe-93b9-8a64fb5d7fd0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f1b66ae9-9aec-4abe-93b9-8a64fb5d7fd0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8c3493da-a8ac-4f73-90b4-56e13be192e1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c3493da-a8ac-4f73-90b4-56e13be192e1 { text-align:left; } .ablocks-block-8c3493da-a8ac-4f73-90b4-56e13be192e1 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-8c3493da-a8ac-4f73-90b4-56e13be192e1 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-aaca7cbf-6d73-4db6-a850-3abe577b03ef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aaca7cbf-6d73-4db6-a850-3abe577b03ef { text-align:left; } .ablocks-block-aaca7cbf-6d73-4db6-a850-3abe577b03ef .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-aaca7cbf-6d73-4db6-a850-3abe577b03ef .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-aaca7cbf-6d73-4db6-a850-3abe577b03ef .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-da256522-02da-4d44-8ab2-1863381bf52b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-da256522-02da-4d44-8ab2-1863381bf52b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-da256522-02da-4d44-8ab2-1863381bf52b { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } .ablocks-block-da256522-02da-4d44-8ab2-1863381bf52b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } 
.ablocks-block-2618276f-3ce8-4833-889a-58c9f2fb8449 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2618276f-3ce8-4833-889a-58c9f2fb8449.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2618276f-3ce8-4833-889a-58c9f2fb8449 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-2618276f-3ce8-4833-889a-58c9f2fb8449 { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-2618276f-3ce8-4833-889a-58c9f2fb8449 { flex-direction:column; } } .ablocks-block-2618276f-3ce8-4833-889a-58c9f2fb8449.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-2618276f-3ce8-4833-889a-58c9f2fb8449.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-2618276f-3ce8-4833-889a-58c9f2fb8449.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-2618276f-3ce8-4833-889a-58c9f2fb8449 { display:inline-flex; } 
.ablocks-block-ec77e963-6ea7-48a3-8cbc-a061d9784d90 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec77e963-6ea7-48a3-8cbc-a061d9784d90.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ec77e963-6ea7-48a3-8cbc-a061d9784d90.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ec77e963-6ea7-48a3-8cbc-a061d9784d90.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ec77e963-6ea7-48a3-8cbc-a061d9784d90 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ec77e963-6ea7-48a3-8cbc-a061d9784d90.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c77ad453-e7bd-4bdb-b4a7-63857a3124eb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c77ad453-e7bd-4bdb-b4a7-63857a3124eb { display:flex;justify-content:left; } .ablocks-block-c77ad453-e7bd-4bdb-b4a7-63857a3124eb .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c77ad453-e7bd-4bdb-b4a7-63857a3124eb .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c77ad453-e7bd-4bdb-b4a7-63857a3124eb .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-eae13bf7-3a1d-4739-859a-062c225ce473 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-eae13bf7-3a1d-4739-859a-062c225ce473 { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-eae13bf7-3a1d-4739-859a-062c225ce473.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-eae13bf7-3a1d-4739-859a-062c225ce473.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-eae13bf7-3a1d-4739-859a-062c225ce473 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-eae13bf7-3a1d-4739-859a-062c225ce473.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7927f964-39e7-4013-80b2-d5d51a58d1b9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7927f964-39e7-4013-80b2-d5d51a58d1b9 { text-align:left; } .ablocks-block-7927f964-39e7-4013-80b2-d5d51a58d1b9 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-7927f964-39e7-4013-80b2-d5d51a58d1b9 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-810a8ca3-47bf-42fe-b258-f012e20c828a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-810a8ca3-47bf-42fe-b258-f012e20c828a { text-align:left; } .ablocks-block-810a8ca3-47bf-42fe-b258-f012e20c828a .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-810a8ca3-47bf-42fe-b258-f012e20c828a .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-810a8ca3-47bf-42fe-b258-f012e20c828a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0b28e77b-f9e4-4421-9b5a-ced48813fff2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b28e77b-f9e4-4421-9b5a-ced48813fff2.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0b28e77b-f9e4-4421-9b5a-ced48813fff2.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0b28e77b-f9e4-4421-9b5a-ced48813fff2.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-0b28e77b-f9e4-4421-9b5a-ced48813fff2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0b28e77b-f9e4-4421-9b5a-ced48813fff2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-32e4c931-ef82-4cb9-97c2-2b8a30453320 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32e4c931-ef82-4cb9-97c2-2b8a30453320 { display:flex;justify-content:left; } .ablocks-block-32e4c931-ef82-4cb9-97c2-2b8a30453320 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-32e4c931-ef82-4cb9-97c2-2b8a30453320 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-32e4c931-ef82-4cb9-97c2-2b8a30453320 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c536de4a-31e7-42a3-9e69-d87e8add5651 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c536de4a-31e7-42a3-9e69-d87e8add5651 { padding:10px; } } .ablocks-block-c536de4a-31e7-42a3-9e69-d87e8add5651.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c536de4a-31e7-42a3-9e69-d87e8add5651.ablocks-block--container { padding:10px; } } .ablocks-block-c536de4a-31e7-42a3-9e69-d87e8add5651 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c536de4a-31e7-42a3-9e69-d87e8add5651.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7c4ed37d-bd6e-46b3-8a05-902208a7ef8f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c4ed37d-bd6e-46b3-8a05-902208a7ef8f { text-align:left; } .ablocks-block-7c4ed37d-bd6e-46b3-8a05-902208a7ef8f .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-7c4ed37d-bd6e-46b3-8a05-902208a7ef8f .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-f696f812-cc2f-4853-b02e-6cdc26a5b9d3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f696f812-cc2f-4853-b02e-6cdc26a5b9d3 { text-align:left; } .ablocks-block-f696f812-cc2f-4853-b02e-6cdc26a5b9d3 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-f696f812-cc2f-4853-b02e-6cdc26a5b9d3 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-f696f812-cc2f-4853-b02e-6cdc26a5b9d3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a94a769c-460a-4a86-be17-b313eccbf45b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a94a769c-460a-4a86-be17-b313eccbf45b.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a94a769c-460a-4a86-be17-b313eccbf45b.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a94a769c-460a-4a86-be17-b313eccbf45b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a94a769c-460a-4a86-be17-b313eccbf45b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a94a769c-460a-4a86-be17-b313eccbf45b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d5a97dc4-cb3a-48fc-9e73-5ee613256513 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5a97dc4-cb3a-48fc-9e73-5ee613256513 { display:flex;justify-content:left; } .ablocks-block-d5a97dc4-cb3a-48fc-9e73-5ee613256513 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d5a97dc4-cb3a-48fc-9e73-5ee613256513 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d5a97dc4-cb3a-48fc-9e73-5ee613256513 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fc9552b3-3960-4adf-b98f-2d8ee7d4d4da { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fc9552b3-3960-4adf-b98f-2d8ee7d4d4da { padding:10px; } } .ablocks-block-fc9552b3-3960-4adf-b98f-2d8ee7d4d4da.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fc9552b3-3960-4adf-b98f-2d8ee7d4d4da.ablocks-block--container { padding:10px; } } .ablocks-block-fc9552b3-3960-4adf-b98f-2d8ee7d4d4da { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fc9552b3-3960-4adf-b98f-2d8ee7d4d4da.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-56f8584e-ffb6-4bde-b7d5-a13deab0ce70 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-56f8584e-ffb6-4bde-b7d5-a13deab0ce70 { text-align:left; } .ablocks-block-56f8584e-ffb6-4bde-b7d5-a13deab0ce70 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-56f8584e-ffb6-4bde-b7d5-a13deab0ce70 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-acbf426f-2a1c-4980-bd2f-cb6cb9d6e833 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-acbf426f-2a1c-4980-bd2f-cb6cb9d6e833 { text-align:left; } .ablocks-block-acbf426f-2a1c-4980-bd2f-cb6cb9d6e833 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-acbf426f-2a1c-4980-bd2f-cb6cb9d6e833 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-acbf426f-2a1c-4980-bd2f-cb6cb9d6e833 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ea6268a8-559a-43e3-93b8-1d7cd990a078 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea6268a8-559a-43e3-93b8-1d7cd990a078.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ea6268a8-559a-43e3-93b8-1d7cd990a078.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ea6268a8-559a-43e3-93b8-1d7cd990a078.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ea6268a8-559a-43e3-93b8-1d7cd990a078 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ea6268a8-559a-43e3-93b8-1d7cd990a078.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-55b3a197-3d21-433f-bc5b-c83594efc4d8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55b3a197-3d21-433f-bc5b-c83594efc4d8 { display:flex;justify-content:left; } .ablocks-block-55b3a197-3d21-433f-bc5b-c83594efc4d8 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-55b3a197-3d21-433f-bc5b-c83594efc4d8 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-55b3a197-3d21-433f-bc5b-c83594efc4d8 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2f756234-4b70-4468-87be-2ca14b2a20ab { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2f756234-4b70-4468-87be-2ca14b2a20ab { padding:10px; } } .ablocks-block-2f756234-4b70-4468-87be-2ca14b2a20ab.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2f756234-4b70-4468-87be-2ca14b2a20ab.ablocks-block--container { padding:10px; } } .ablocks-block-2f756234-4b70-4468-87be-2ca14b2a20ab { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2f756234-4b70-4468-87be-2ca14b2a20ab.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dea52d15-d9b4-41bd-891e-7f86c422f707 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dea52d15-d9b4-41bd-891e-7f86c422f707 { text-align:left; } .ablocks-block-dea52d15-d9b4-41bd-891e-7f86c422f707 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-dea52d15-d9b4-41bd-891e-7f86c422f707 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-f006f7c8-8987-45c3-ba32-b00eb50f3392 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f006f7c8-8987-45c3-ba32-b00eb50f3392 { text-align:left; } .ablocks-block-f006f7c8-8987-45c3-ba32-b00eb50f3392 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-f006f7c8-8987-45c3-ba32-b00eb50f3392 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-f006f7c8-8987-45c3-ba32-b00eb50f3392 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-9b4e863b-0d02-48f7-87a8-d30948c90468 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b4e863b-0d02-48f7-87a8-d30948c90468.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9b4e863b-0d02-48f7-87a8-d30948c90468 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } .ablocks-block-9b4e863b-0d02-48f7-87a8-d30948c90468.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } 
.ablocks-block-05dcc7b9-d053-4293-9c71-2ce96ec32973 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05dcc7b9-d053-4293-9c71-2ce96ec32973.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-05dcc7b9-d053-4293-9c71-2ce96ec32973 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-05dcc7b9-d053-4293-9c71-2ce96ec32973 { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-05dcc7b9-d053-4293-9c71-2ce96ec32973 { flex-direction:column; } } .ablocks-block-05dcc7b9-d053-4293-9c71-2ce96ec32973.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-05dcc7b9-d053-4293-9c71-2ce96ec32973.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-05dcc7b9-d053-4293-9c71-2ce96ec32973.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-05dcc7b9-d053-4293-9c71-2ce96ec32973 { display:inline-flex; } 
.ablocks-block-729093b8-dd9b-4ed4-9bc2-17a19574fddf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-729093b8-dd9b-4ed4-9bc2-17a19574fddf.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-729093b8-dd9b-4ed4-9bc2-17a19574fddf.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-729093b8-dd9b-4ed4-9bc2-17a19574fddf.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-729093b8-dd9b-4ed4-9bc2-17a19574fddf { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-729093b8-dd9b-4ed4-9bc2-17a19574fddf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cb00ba52-8094-4c0d-9895-d4776cd278a6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cb00ba52-8094-4c0d-9895-d4776cd278a6 { display:flex;justify-content:left; } .ablocks-block-cb00ba52-8094-4c0d-9895-d4776cd278a6 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-cb00ba52-8094-4c0d-9895-d4776cd278a6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-cb00ba52-8094-4c0d-9895-d4776cd278a6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-15558253-b79e-40c5-9489-10ba750b731c { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-15558253-b79e-40c5-9489-10ba750b731c { padding:10px; } } .ablocks-block-15558253-b79e-40c5-9489-10ba750b731c.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-15558253-b79e-40c5-9489-10ba750b731c.ablocks-block--container { padding:10px; } } .ablocks-block-15558253-b79e-40c5-9489-10ba750b731c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-15558253-b79e-40c5-9489-10ba750b731c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f9fe5527-39c2-4b99-bde7-e8d24110c414 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f9fe5527-39c2-4b99-bde7-e8d24110c414 { text-align:left; } .ablocks-block-f9fe5527-39c2-4b99-bde7-e8d24110c414 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-f9fe5527-39c2-4b99-bde7-e8d24110c414 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-32340f0a-c06c-422c-95e7-75b75b3b6b01 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32340f0a-c06c-422c-95e7-75b75b3b6b01 { text-align:left; } .ablocks-block-32340f0a-c06c-422c-95e7-75b75b3b6b01 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-32340f0a-c06c-422c-95e7-75b75b3b6b01 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-32340f0a-c06c-422c-95e7-75b75b3b6b01 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-59df7e13-4c91-4228-ad22-59ea42162bb0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-59df7e13-4c91-4228-ad22-59ea42162bb0.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-59df7e13-4c91-4228-ad22-59ea42162bb0.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-59df7e13-4c91-4228-ad22-59ea42162bb0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-59df7e13-4c91-4228-ad22-59ea42162bb0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-59df7e13-4c91-4228-ad22-59ea42162bb0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ef51143b-8058-484c-b26d-b60727a892f8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef51143b-8058-484c-b26d-b60727a892f8 { display:flex;justify-content:left; } .ablocks-block-ef51143b-8058-484c-b26d-b60727a892f8 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-ef51143b-8058-484c-b26d-b60727a892f8 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ef51143b-8058-484c-b26d-b60727a892f8 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-4d3796e2-54d7-459c-926b-124e0ae9e57f { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4d3796e2-54d7-459c-926b-124e0ae9e57f { padding:10px; } } .ablocks-block-4d3796e2-54d7-459c-926b-124e0ae9e57f.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4d3796e2-54d7-459c-926b-124e0ae9e57f.ablocks-block--container { padding:10px; } } .ablocks-block-4d3796e2-54d7-459c-926b-124e0ae9e57f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4d3796e2-54d7-459c-926b-124e0ae9e57f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-717ae730-2825-4a5a-bf3b-87053dea96f6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-717ae730-2825-4a5a-bf3b-87053dea96f6 { text-align:left; } .ablocks-block-717ae730-2825-4a5a-bf3b-87053dea96f6 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-717ae730-2825-4a5a-bf3b-87053dea96f6 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-19e9a552-3763-4ac3-a2e5-54eaf8c23bf2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-19e9a552-3763-4ac3-a2e5-54eaf8c23bf2 { text-align:left; } .ablocks-block-19e9a552-3763-4ac3-a2e5-54eaf8c23bf2 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-19e9a552-3763-4ac3-a2e5-54eaf8c23bf2 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-19e9a552-3763-4ac3-a2e5-54eaf8c23bf2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-98d2d92f-beee-4e87-9862-b073c9c97b97 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-98d2d92f-beee-4e87-9862-b073c9c97b97.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-98d2d92f-beee-4e87-9862-b073c9c97b97.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-98d2d92f-beee-4e87-9862-b073c9c97b97.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-98d2d92f-beee-4e87-9862-b073c9c97b97 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-98d2d92f-beee-4e87-9862-b073c9c97b97.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-afc72eea-db9f-4dd7-a0a8-62e303b37ccf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afc72eea-db9f-4dd7-a0a8-62e303b37ccf { display:flex;justify-content:left; } .ablocks-block-afc72eea-db9f-4dd7-a0a8-62e303b37ccf .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-afc72eea-db9f-4dd7-a0a8-62e303b37ccf .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-afc72eea-db9f-4dd7-a0a8-62e303b37ccf .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-4ef2af74-923c-479d-adc9-1e5e237fb2c3 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4ef2af74-923c-479d-adc9-1e5e237fb2c3 { padding:10px; } } .ablocks-block-4ef2af74-923c-479d-adc9-1e5e237fb2c3.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4ef2af74-923c-479d-adc9-1e5e237fb2c3.ablocks-block--container { padding:10px; } } .ablocks-block-4ef2af74-923c-479d-adc9-1e5e237fb2c3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4ef2af74-923c-479d-adc9-1e5e237fb2c3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9ef66221-8b8d-4cc3-9156-ce65924ee01b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ef66221-8b8d-4cc3-9156-ce65924ee01b { text-align:left; } .ablocks-block-9ef66221-8b8d-4cc3-9156-ce65924ee01b .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-9ef66221-8b8d-4cc3-9156-ce65924ee01b .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-fa24a104-51e6-45b2-94d7-8d6c481c37b8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa24a104-51e6-45b2-94d7-8d6c481c37b8 { text-align:left; } .ablocks-block-fa24a104-51e6-45b2-94d7-8d6c481c37b8 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-fa24a104-51e6-45b2-94d7-8d6c481c37b8 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-fa24a104-51e6-45b2-94d7-8d6c481c37b8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e2affea5-1ff4-41ba-9a23-7ac535dd968b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e2affea5-1ff4-41ba-9a23-7ac535dd968b.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e2affea5-1ff4-41ba-9a23-7ac535dd968b.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-e2affea5-1ff4-41ba-9a23-7ac535dd968b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e2affea5-1ff4-41ba-9a23-7ac535dd968b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e2affea5-1ff4-41ba-9a23-7ac535dd968b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-452a823f-da2f-400c-948f-87bd7b91a1f2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-452a823f-da2f-400c-948f-87bd7b91a1f2 { display:flex;justify-content:left; } .ablocks-block-452a823f-da2f-400c-948f-87bd7b91a1f2 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-452a823f-da2f-400c-948f-87bd7b91a1f2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-452a823f-da2f-400c-948f-87bd7b91a1f2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-212765e9-f513-44e2-96bd-e41946b50459 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-212765e9-f513-44e2-96bd-e41946b50459 { padding:10px; } } .ablocks-block-212765e9-f513-44e2-96bd-e41946b50459.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-212765e9-f513-44e2-96bd-e41946b50459.ablocks-block--container { padding:10px; } } .ablocks-block-212765e9-f513-44e2-96bd-e41946b50459 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-212765e9-f513-44e2-96bd-e41946b50459.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2ddf67fd-b998-4892-96b7-9987c5ca89f3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ddf67fd-b998-4892-96b7-9987c5ca89f3 { text-align:left; } .ablocks-block-2ddf67fd-b998-4892-96b7-9987c5ca89f3 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-2ddf67fd-b998-4892-96b7-9987c5ca89f3 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-8e572e61-8aaa-407c-9d9b-c0d97542b2c3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e572e61-8aaa-407c-9d9b-c0d97542b2c3 { text-align:left; } .ablocks-block-8e572e61-8aaa-407c-9d9b-c0d97542b2c3 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-8e572e61-8aaa-407c-9d9b-c0d97542b2c3 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-8e572e61-8aaa-407c-9d9b-c0d97542b2c3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-5be3173f-1164-44db-b725-897bd5323412 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5be3173f-1164-44db-b725-897bd5323412.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5be3173f-1164-44db-b725-897bd5323412 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-5be3173f-1164-44db-b725-897bd5323412 { row-gap:15px;column-gap:15px; } } .ablocks-block-5be3173f-1164-44db-b725-897bd5323412.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-5be3173f-1164-44db-b725-897bd5323412.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } 
.ablocks-block-7cedeff8-de6a-4968-842c-a2c2edc133c5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7cedeff8-de6a-4968-842c-a2c2edc133c5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7cedeff8-de6a-4968-842c-a2c2edc133c5 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-7cedeff8-de6a-4968-842c-a2c2edc133c5 { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-7cedeff8-de6a-4968-842c-a2c2edc133c5 { flex-direction:column; } } .ablocks-block-7cedeff8-de6a-4968-842c-a2c2edc133c5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-7cedeff8-de6a-4968-842c-a2c2edc133c5.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-7cedeff8-de6a-4968-842c-a2c2edc133c5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-7cedeff8-de6a-4968-842c-a2c2edc133c5 { display:inline-flex; } 
.ablocks-block-12b3c633-9612-4994-a604-ef8e183072c4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-12b3c633-9612-4994-a604-ef8e183072c4.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-12b3c633-9612-4994-a604-ef8e183072c4.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-12b3c633-9612-4994-a604-ef8e183072c4.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-12b3c633-9612-4994-a604-ef8e183072c4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-12b3c633-9612-4994-a604-ef8e183072c4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-474b07eb-de53-4cb6-82db-09f551481fc2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-474b07eb-de53-4cb6-82db-09f551481fc2 { display:flex;justify-content:left; } .ablocks-block-474b07eb-de53-4cb6-82db-09f551481fc2 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-474b07eb-de53-4cb6-82db-09f551481fc2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-474b07eb-de53-4cb6-82db-09f551481fc2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-cd1a5055-2883-4c85-ab95-c29e75fde5e5 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cd1a5055-2883-4c85-ab95-c29e75fde5e5 { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-cd1a5055-2883-4c85-ab95-c29e75fde5e5.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cd1a5055-2883-4c85-ab95-c29e75fde5e5.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-cd1a5055-2883-4c85-ab95-c29e75fde5e5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cd1a5055-2883-4c85-ab95-c29e75fde5e5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e3c82e3d-027f-4ef8-aaa9-daa9e7d96a07 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e3c82e3d-027f-4ef8-aaa9-daa9e7d96a07 { text-align:left; } .ablocks-block-e3c82e3d-027f-4ef8-aaa9-daa9e7d96a07 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-e3c82e3d-027f-4ef8-aaa9-daa9e7d96a07 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-7905a321-72f8-4b03-872d-220ee42d0713 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7905a321-72f8-4b03-872d-220ee42d0713 { text-align:left; } .ablocks-block-7905a321-72f8-4b03-872d-220ee42d0713 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-7905a321-72f8-4b03-872d-220ee42d0713 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-7905a321-72f8-4b03-872d-220ee42d0713 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b6b9dba3-8042-4fd9-8b47-ba88da3f1c3e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6b9dba3-8042-4fd9-8b47-ba88da3f1c3e.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b6b9dba3-8042-4fd9-8b47-ba88da3f1c3e.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b6b9dba3-8042-4fd9-8b47-ba88da3f1c3e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b6b9dba3-8042-4fd9-8b47-ba88da3f1c3e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b6b9dba3-8042-4fd9-8b47-ba88da3f1c3e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b9bb1848-1000-47b2-bf57-7a6288f1cb84 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b9bb1848-1000-47b2-bf57-7a6288f1cb84 { display:flex;justify-content:left; } .ablocks-block-b9bb1848-1000-47b2-bf57-7a6288f1cb84 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b9bb1848-1000-47b2-bf57-7a6288f1cb84 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b9bb1848-1000-47b2-bf57-7a6288f1cb84 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-043aa464-b4bd-47cc-9557-b397927aac50 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-043aa464-b4bd-47cc-9557-b397927aac50 { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-043aa464-b4bd-47cc-9557-b397927aac50.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-043aa464-b4bd-47cc-9557-b397927aac50.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-043aa464-b4bd-47cc-9557-b397927aac50 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-043aa464-b4bd-47cc-9557-b397927aac50.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dba17657-8a75-4ac3-819f-232d6ef58915 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dba17657-8a75-4ac3-819f-232d6ef58915 { text-align:left; } .ablocks-block-dba17657-8a75-4ac3-819f-232d6ef58915 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-dba17657-8a75-4ac3-819f-232d6ef58915 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-338a533d-f0f5-4ca1-b849-46a14cda591f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-338a533d-f0f5-4ca1-b849-46a14cda591f { text-align:left; } .ablocks-block-338a533d-f0f5-4ca1-b849-46a14cda591f .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-338a533d-f0f5-4ca1-b849-46a14cda591f .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-338a533d-f0f5-4ca1-b849-46a14cda591f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-60e6175f-f3d8-4dbe-a339-32a68fb8c363 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-60e6175f-f3d8-4dbe-a339-32a68fb8c363.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-60e6175f-f3d8-4dbe-a339-32a68fb8c363.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-60e6175f-f3d8-4dbe-a339-32a68fb8c363.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-60e6175f-f3d8-4dbe-a339-32a68fb8c363 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-60e6175f-f3d8-4dbe-a339-32a68fb8c363.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1cd85960-ac2a-4351-a72c-fb054ab4b5a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1cd85960-ac2a-4351-a72c-fb054ab4b5a8 { display:flex;justify-content:left; } .ablocks-block-1cd85960-ac2a-4351-a72c-fb054ab4b5a8 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-1cd85960-ac2a-4351-a72c-fb054ab4b5a8 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-1cd85960-ac2a-4351-a72c-fb054ab4b5a8 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ed2cad25-438f-4c8a-b26d-1e68ed80f7ce { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ed2cad25-438f-4c8a-b26d-1e68ed80f7ce { padding:10px; } } .ablocks-block-ed2cad25-438f-4c8a-b26d-1e68ed80f7ce.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ed2cad25-438f-4c8a-b26d-1e68ed80f7ce.ablocks-block--container { padding:10px; } } .ablocks-block-ed2cad25-438f-4c8a-b26d-1e68ed80f7ce { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ed2cad25-438f-4c8a-b26d-1e68ed80f7ce.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-22f90d07-4c83-4949-a68c-eee62b56c2e9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-22f90d07-4c83-4949-a68c-eee62b56c2e9 { text-align:left; } .ablocks-block-22f90d07-4c83-4949-a68c-eee62b56c2e9 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-22f90d07-4c83-4949-a68c-eee62b56c2e9 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-f79bc6fc-4198-483c-8e7e-c9918c89e8c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f79bc6fc-4198-483c-8e7e-c9918c89e8c4 { text-align:left; } .ablocks-block-f79bc6fc-4198-483c-8e7e-c9918c89e8c4 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-f79bc6fc-4198-483c-8e7e-c9918c89e8c4 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-f79bc6fc-4198-483c-8e7e-c9918c89e8c4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fc40c44a-f80c-46d0-aae2-bd7028e835cb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc40c44a-f80c-46d0-aae2-bd7028e835cb.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fc40c44a-f80c-46d0-aae2-bd7028e835cb.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-fc40c44a-f80c-46d0-aae2-bd7028e835cb.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fc40c44a-f80c-46d0-aae2-bd7028e835cb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fc40c44a-f80c-46d0-aae2-bd7028e835cb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6ac12a72-b81b-42c6-aa9d-bb979abd8ee5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6ac12a72-b81b-42c6-aa9d-bb979abd8ee5 { display:flex;justify-content:left; } .ablocks-block-6ac12a72-b81b-42c6-aa9d-bb979abd8ee5 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-6ac12a72-b81b-42c6-aa9d-bb979abd8ee5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-6ac12a72-b81b-42c6-aa9d-bb979abd8ee5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6345d8cd-42ea-439a-8c2c-a6af2aa28a6a { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6345d8cd-42ea-439a-8c2c-a6af2aa28a6a { padding:10px; } } .ablocks-block-6345d8cd-42ea-439a-8c2c-a6af2aa28a6a.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6345d8cd-42ea-439a-8c2c-a6af2aa28a6a.ablocks-block--container { padding:10px; } } .ablocks-block-6345d8cd-42ea-439a-8c2c-a6af2aa28a6a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6345d8cd-42ea-439a-8c2c-a6af2aa28a6a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-af460e32-310c-4e9e-b627-fd5f52f0443d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-af460e32-310c-4e9e-b627-fd5f52f0443d { text-align:left; } .ablocks-block-af460e32-310c-4e9e-b627-fd5f52f0443d .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-af460e32-310c-4e9e-b627-fd5f52f0443d .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-6b0c2c10-d3fa-4a1d-92ab-b90f374af624 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b0c2c10-d3fa-4a1d-92ab-b90f374af624 { text-align:left; } .ablocks-block-6b0c2c10-d3fa-4a1d-92ab-b90f374af624 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-6b0c2c10-d3fa-4a1d-92ab-b90f374af624 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-6b0c2c10-d3fa-4a1d-92ab-b90f374af624 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-114e149e-e6f4-42f9-91ba-d79ee68c1161 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-114e149e-e6f4-42f9-91ba-d79ee68c1161.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-114e149e-e6f4-42f9-91ba-d79ee68c1161 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-114e149e-e6f4-42f9-91ba-d79ee68c1161 { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-114e149e-e6f4-42f9-91ba-d79ee68c1161 { flex-direction:column; } } .ablocks-block-114e149e-e6f4-42f9-91ba-d79ee68c1161.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-114e149e-e6f4-42f9-91ba-d79ee68c1161.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-114e149e-e6f4-42f9-91ba-d79ee68c1161.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-114e149e-e6f4-42f9-91ba-d79ee68c1161 { display:inline-flex; } 
.ablocks-block-c066105b-d503-44f5-ab71-48546c3b22aa { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c066105b-d503-44f5-ab71-48546c3b22aa.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c066105b-d503-44f5-ab71-48546c3b22aa.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c066105b-d503-44f5-ab71-48546c3b22aa.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c066105b-d503-44f5-ab71-48546c3b22aa { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c066105b-d503-44f5-ab71-48546c3b22aa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8c2921b2-7d68-43cb-bd16-33b108fe2985 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c2921b2-7d68-43cb-bd16-33b108fe2985 { display:flex;justify-content:left; } .ablocks-block-8c2921b2-7d68-43cb-bd16-33b108fe2985 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8c2921b2-7d68-43cb-bd16-33b108fe2985 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8c2921b2-7d68-43cb-bd16-33b108fe2985 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6727baf5-0110-49f1-aa8b-3251928f16de { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6727baf5-0110-49f1-aa8b-3251928f16de { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-6727baf5-0110-49f1-aa8b-3251928f16de.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6727baf5-0110-49f1-aa8b-3251928f16de.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-6727baf5-0110-49f1-aa8b-3251928f16de { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6727baf5-0110-49f1-aa8b-3251928f16de.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-28f41ef2-ed5d-462e-93e0-a61a7b319838 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28f41ef2-ed5d-462e-93e0-a61a7b319838 { text-align:left; } .ablocks-block-28f41ef2-ed5d-462e-93e0-a61a7b319838 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-28f41ef2-ed5d-462e-93e0-a61a7b319838 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-66f88895-8caa-496a-9561-e8905678590e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-66f88895-8caa-496a-9561-e8905678590e { text-align:left; } .ablocks-block-66f88895-8caa-496a-9561-e8905678590e .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-66f88895-8caa-496a-9561-e8905678590e .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-66f88895-8caa-496a-9561-e8905678590e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-be2dad13-2077-457c-8220-b0278ceb126d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be2dad13-2077-457c-8220-b0278ceb126d.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-be2dad13-2077-457c-8220-b0278ceb126d.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-be2dad13-2077-457c-8220-b0278ceb126d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-be2dad13-2077-457c-8220-b0278ceb126d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-be2dad13-2077-457c-8220-b0278ceb126d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dd480c18-5549-4033-a80b-6858786f15c9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd480c18-5549-4033-a80b-6858786f15c9 { display:flex;justify-content:left; } .ablocks-block-dd480c18-5549-4033-a80b-6858786f15c9 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-dd480c18-5549-4033-a80b-6858786f15c9 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-dd480c18-5549-4033-a80b-6858786f15c9 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-357e7005-5243-4543-a88c-4c9a5e971818 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-357e7005-5243-4543-a88c-4c9a5e971818 { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-357e7005-5243-4543-a88c-4c9a5e971818.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-357e7005-5243-4543-a88c-4c9a5e971818.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-357e7005-5243-4543-a88c-4c9a5e971818 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-357e7005-5243-4543-a88c-4c9a5e971818.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b203feeb-1a7a-47b4-a6df-8cc835d0c209 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b203feeb-1a7a-47b4-a6df-8cc835d0c209 { text-align:left; } .ablocks-block-b203feeb-1a7a-47b4-a6df-8cc835d0c209 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-b203feeb-1a7a-47b4-a6df-8cc835d0c209 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-898ce2dd-d7cf-4441-907e-7d21474fc336 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-898ce2dd-d7cf-4441-907e-7d21474fc336 { text-align:left; } .ablocks-block-898ce2dd-d7cf-4441-907e-7d21474fc336 .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-898ce2dd-d7cf-4441-907e-7d21474fc336 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-898ce2dd-d7cf-4441-907e-7d21474fc336 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0d011bd8-b80a-436a-9383-75d8414ef1b8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0d011bd8-b80a-436a-9383-75d8414ef1b8.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0d011bd8-b80a-436a-9383-75d8414ef1b8.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0d011bd8-b80a-436a-9383-75d8414ef1b8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-0d011bd8-b80a-436a-9383-75d8414ef1b8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0d011bd8-b80a-436a-9383-75d8414ef1b8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5e95180c-7790-47f4-b8ad-4baee0c89a53 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e95180c-7790-47f4-b8ad-4baee0c89a53 { display:flex;justify-content:left; } .ablocks-block-5e95180c-7790-47f4-b8ad-4baee0c89a53 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-5e95180c-7790-47f4-b8ad-4baee0c89a53 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-5e95180c-7790-47f4-b8ad-4baee0c89a53 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9895eda2-121e-4064-ba0f-097f72e1e0ec { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9895eda2-121e-4064-ba0f-097f72e1e0ec { padding:10px; } } .ablocks-block-9895eda2-121e-4064-ba0f-097f72e1e0ec.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9895eda2-121e-4064-ba0f-097f72e1e0ec.ablocks-block--container { padding:10px; } } .ablocks-block-9895eda2-121e-4064-ba0f-097f72e1e0ec { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9895eda2-121e-4064-ba0f-097f72e1e0ec.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-57b3b9ce-fef2-4110-90c7-5b03c12700b1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57b3b9ce-fef2-4110-90c7-5b03c12700b1 { text-align:left; } .ablocks-block-57b3b9ce-fef2-4110-90c7-5b03c12700b1 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-57b3b9ce-fef2-4110-90c7-5b03c12700b1 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-af64501a-26b6-4068-8e54-a517b73688ec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-af64501a-26b6-4068-8e54-a517b73688ec { text-align:left; } .ablocks-block-af64501a-26b6-4068-8e54-a517b73688ec .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-af64501a-26b6-4068-8e54-a517b73688ec .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-af64501a-26b6-4068-8e54-a517b73688ec .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a3cb0c83-82f2-4b08-aab0-fa167bcfd62b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a3cb0c83-82f2-4b08-aab0-fa167bcfd62b.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a3cb0c83-82f2-4b08-aab0-fa167bcfd62b.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a3cb0c83-82f2-4b08-aab0-fa167bcfd62b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a3cb0c83-82f2-4b08-aab0-fa167bcfd62b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a3cb0c83-82f2-4b08-aab0-fa167bcfd62b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b3edcd3c-525e-4784-80fc-2433a369444c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3edcd3c-525e-4784-80fc-2433a369444c { display:flex;justify-content:left; } .ablocks-block-b3edcd3c-525e-4784-80fc-2433a369444c .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b3edcd3c-525e-4784-80fc-2433a369444c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b3edcd3c-525e-4784-80fc-2433a369444c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-30a3a254-31f1-409d-8b8b-6c831b140857 { margin-top:-50px;padding:30px;background:#F6FBE9;border-top-right-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-30a3a254-31f1-409d-8b8b-6c831b140857 { padding:10px; } } .ablocks-block-30a3a254-31f1-409d-8b8b-6c831b140857.ablocks-block--container { padding:30px;max-width:min(100%,92%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-30a3a254-31f1-409d-8b8b-6c831b140857.ablocks-block--container { padding:10px; } } .ablocks-block-30a3a254-31f1-409d-8b8b-6c831b140857 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-30a3a254-31f1-409d-8b8b-6c831b140857.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-789190e3-501f-4e48-9344-25bbf776e500 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-789190e3-501f-4e48-9344-25bbf776e500 { text-align:left; } .ablocks-block-789190e3-501f-4e48-9344-25bbf776e500 .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-789190e3-501f-4e48-9344-25bbf776e500 .ablocks-heading-text { font-size:18px;line-height:30px; } } 
.ablocks-block-fab35e8d-ff68-4ad4-8daa-f34a1f9fb05d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fab35e8d-ff68-4ad4-8daa-f34a1f9fb05d { text-align:left; } .ablocks-block-fab35e8d-ff68-4ad4-8daa-f34a1f9fb05d .ablocks-paragraph-text { color:#4C4C4D;font-family:Urbanist;font-weight:500;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-fab35e8d-ff68-4ad4-8daa-f34a1f9fb05d .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-fab35e8d-ff68-4ad4-8daa-f34a1f9fb05d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-21804d92-7cb9-4140-985d-cda80469785f { margin-top:48px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-21804d92-7cb9-4140-985d-cda80469785f { margin-top:30px; } } .ablocks-block-21804d92-7cb9-4140-985d-cda80469785f { text-align:left; } .ablocks-block-21804d92-7cb9-4140-985d-cda80469785f .ablocks-button { column-gap:10px;background:#1a3129;justify-content:left;color:#FFFFFF;border-width:1px;border-style:solid;border-color:#0c030f;border-radius:99px;font-family:Urbanist;font-weight:600;font-size:16px;line-height:24px; } .ablocks-block-21804d92-7cb9-4140-985d-cda80469785f .ablocks-button:hover { transition-duration:s;color:#1a3129;background:#ffffff;border-width:1px;border-color:#050107;border-style:solid; } .ablocks-block-21804d92-7cb9-4140-985d-cda80469785f .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#1a3129; } .ablocks-block-21804d92-7cb9-4140-985d-cda80469785f .ablocks-icon-wrap { background:#9900cc00;font-size:16px; } .ablocks-block-21804d92-7cb9-4140-985d-cda80469785f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-21804d92-7cb9-4140-985d-cda80469785f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-0dccd394-403c-4a40-b340-9400e3a899b0 { margin-top:140px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0dccd394-403c-4a40-b340-9400e3a899b0 { margin-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-0dccd394-403c-4a40-b340-9400e3a899b0 { margin-top:80px; } } .ablocks-block-0dccd394-403c-4a40-b340-9400e3a899b0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0dccd394-403c-4a40-b340-9400e3a899b0 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0dccd394-403c-4a40-b340-9400e3a899b0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-db11e05f-9392-42eb-b112-7852f3cea977 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db11e05f-9392-42eb-b112-7852f3cea977 { text-align:center; } .ablocks-block-db11e05f-9392-42eb-b112-7852f3cea977 .ablocks-heading-text { color:#1A3129;font-family:Urbanist;font-weight:700;font-size:36px;line-height:46px; } @media screen and (max-width: 480px) { .ablocks-block-db11e05f-9392-42eb-b112-7852f3cea977 .ablocks-heading-text { font-size:28px;line-height:43px; } } 
.ablocks-block-46914759-635f-4a73-9512-e25fbd8e9fc4 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46914759-635f-4a73-9512-e25fbd8e9fc4 { text-align:center; } .ablocks-block-46914759-635f-4a73-9512-e25fbd8e9fc4 .ablocks-paragraph-text { color:#213813BF;font-family:Urbanist;font-weight:400;font-size:18px;line-height:27px; } .ablocks-block-46914759-635f-4a73-9512-e25fbd8e9fc4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c5f7c968-31b8-4b2c-a0e2-c837a034f169 { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c5f7c968-31b8-4b2c-a0e2-c837a034f169 { margin-top:30px; } } .ablocks-block-c5f7c968-31b8-4b2c-a0e2-c837a034f169.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c5f7c968-31b8-4b2c-a0e2-c837a034f169 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c5f7c968-31b8-4b2c-a0e2-c837a034f169.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .ablocks-carousel-swiper .swiper-wrapper { min-height:300px;align-items:center; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .ablocks-carousel-navigation__button { top:50%; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .ablocks-carousel-navigation__button--next { right:-3%; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .ablocks-carousel-navigation__button--prev { left:-3%; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:35px; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .ablocks-carousel-pagination { left:47%;top:109%; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#686868;background-color:#e4e4e4; } .ablocks-block-8c055cd6-20c6-46b4-b07c-e5a85e51bee0 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-7beb26fe-171c-4e11-b599-ffe57fe8c4fe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-5be3fdc9-428a-448b-a408-ef9451c25ce0 { padding:0px;background:#FAFDF2;border-width:1px;border-style:solid;border-color:#EEF8D3;border-radius:12px;box-shadow:0px 2px 10px 0px rgba(26,49,41,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5be3fdc9-428a-448b-a408-ef9451c25ce0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5be3fdc9-428a-448b-a408-ef9451c25ce0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5be3fdc9-428a-448b-a408-ef9451c25ce0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5b35e821-b260-42b1-b105-b14a655aa145 { padding:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-5b35e821-b260-42b1-b105-b14a655aa145 { padding:24px; } } .ablocks-block-5b35e821-b260-42b1-b105-b14a655aa145.ablocks-block--container { padding:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-5b35e821-b260-42b1-b105-b14a655aa145.ablocks-block--container { padding:24px; } } .ablocks-block-5b35e821-b260-42b1-b105-b14a655aa145 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5b35e821-b260-42b1-b105-b14a655aa145.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033:not(.ablocks-has-block-container), .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-block--info-box__content { gap:48px;align-items:flex-start; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .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-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%;color:#333333; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .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-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .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-50f6d066-d1c9-4dac-a758-e7a625ac2033 .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-50f6d066-d1c9-4dac-a758-e7a625ac2033.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-50f6d066-d1c9-4dac-a758-e7a625ac2033.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-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .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-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-50f6d066-d1c9-4dac-a758-e7a625ac2033 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab { margin-top:48px;padding-top:30px;padding-right:40px;padding-bottom:30px;padding-left:40px;background:#F6FBE9;border-style:none;border-bottom-right-radius:12px;border-bottom-left-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab { margin-top:24px; } } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab:not(.ablocks-has-block-container), .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .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-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-size:18px;line-height:150%;color:#1A3129; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .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-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .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-82382e69-a46f-48f9-ba12-be2f2e77a0ab .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-82382e69-a46f-48f9-ba12-be2f2e77a0ab.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-82382e69-a46f-48f9-ba12-be2f2e77a0ab.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-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .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-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-82382e69-a46f-48f9-ba12-be2f2e77a0ab .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-82555178-2869-4bd6-97eb-913e009914a2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-1a39aa9e-5d92-4bdf-b9b5-cb39f6defdcb { padding:0px;background:#FAFDF2;border-width:1px;border-style:solid;border-color:#EEF8D3;border-radius:12px;box-shadow:0px 2px 10px 0px rgba(26,49,41,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a39aa9e-5d92-4bdf-b9b5-cb39f6defdcb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1a39aa9e-5d92-4bdf-b9b5-cb39f6defdcb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1a39aa9e-5d92-4bdf-b9b5-cb39f6defdcb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d932ab68-91a3-49b2-8ee0-f2d603ffba03 { padding:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d932ab68-91a3-49b2-8ee0-f2d603ffba03 { padding:24px; } } .ablocks-block-d932ab68-91a3-49b2-8ee0-f2d603ffba03.ablocks-block--container { padding:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d932ab68-91a3-49b2-8ee0-f2d603ffba03.ablocks-block--container { padding:24px; } } .ablocks-block-d932ab68-91a3-49b2-8ee0-f2d603ffba03 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d932ab68-91a3-49b2-8ee0-f2d603ffba03.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d:not(.ablocks-has-block-container), .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-block--info-box__content { gap:48px;align-items:flex-start; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .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-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%;color:#333333; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .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-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .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-e82fee07-1694-4192-a616-fa76db2b816d .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-e82fee07-1694-4192-a616-fa76db2b816d.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-e82fee07-1694-4192-a616-fa76db2b816d.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-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .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-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e82fee07-1694-4192-a616-fa76db2b816d .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 { margin-top:48px;padding-top:30px;padding-right:40px;padding-bottom:30px;padding-left:40px;background:#F6FBE9;border-style:none;border-bottom-right-radius:12px;border-bottom-left-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 { margin-top:24px; } } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918:not(.ablocks-has-block-container), .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .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-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-size:18px;line-height:150%;color:#1A3129; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .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-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .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-b881d135-ea69-4d20-a1aa-a6de5ce09918 .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-b881d135-ea69-4d20-a1aa-a6de5ce09918.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-b881d135-ea69-4d20-a1aa-a6de5ce09918.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-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .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-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b881d135-ea69-4d20-a1aa-a6de5ce09918 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-35257ce1-8926-4db7-8c0b-8e825412691f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-6eb2979c-a430-48eb-b53e-ff8f7a1126d4 { padding:0px;background:#FAFDF2;border-width:1px;border-style:solid;border-color:#EEF8D3;border-radius:12px;box-shadow:0px 2px 10px 0px rgba(26,49,41,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6eb2979c-a430-48eb-b53e-ff8f7a1126d4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6eb2979c-a430-48eb-b53e-ff8f7a1126d4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6eb2979c-a430-48eb-b53e-ff8f7a1126d4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a032bc80-f2e6-47b4-ac31-85e34e141206 { padding:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a032bc80-f2e6-47b4-ac31-85e34e141206 { padding:24px; } } .ablocks-block-a032bc80-f2e6-47b4-ac31-85e34e141206.ablocks-block--container { padding:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-a032bc80-f2e6-47b4-ac31-85e34e141206.ablocks-block--container { padding:24px; } } .ablocks-block-a032bc80-f2e6-47b4-ac31-85e34e141206 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a032bc80-f2e6-47b4-ac31-85e34e141206.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7:not(.ablocks-has-block-container), .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-block--info-box__content { gap:48px;align-items:flex-start; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .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-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%;color:#333333; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .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-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .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-480540a9-21a3-413b-aa13-a19c9a4a81b7 .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-480540a9-21a3-413b-aa13-a19c9a4a81b7.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-480540a9-21a3-413b-aa13-a19c9a4a81b7.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-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .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-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-480540a9-21a3-413b-aa13-a19c9a4a81b7 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 { margin-top:48px;padding-top:30px;padding-right:40px;padding-bottom:30px;padding-left:40px;background:#F6FBE9;border-style:none;border-bottom-right-radius:12px;border-bottom-left-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 { margin-top:24px; } } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028:not(.ablocks-has-block-container), .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .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-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-size:18px;line-height:150%;color:#1A3129; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .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-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .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-7a7e4476-df47-478f-bda5-f240a5956028 .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-7a7e4476-df47-478f-bda5-f240a5956028.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-7a7e4476-df47-478f-bda5-f240a5956028.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-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .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-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7a7e4476-df47-478f-bda5-f240a5956028 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-46f3647d-7215-4034-93a6-84762c924c1c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f3949d42-9da7-4366-8928-0b79f1b08c2e { padding:0px;background:#FAFDF2;border-width:1px;border-style:solid;border-color:#EEF8D3;border-radius:12px;box-shadow:0px 2px 10px 0px rgba(26,49,41,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f3949d42-9da7-4366-8928-0b79f1b08c2e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f3949d42-9da7-4366-8928-0b79f1b08c2e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f3949d42-9da7-4366-8928-0b79f1b08c2e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-55314296-0b31-4c14-a558-dbc55bd90fb3 { padding:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-55314296-0b31-4c14-a558-dbc55bd90fb3 { padding:24px; } } .ablocks-block-55314296-0b31-4c14-a558-dbc55bd90fb3.ablocks-block--container { padding:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-55314296-0b31-4c14-a558-dbc55bd90fb3.ablocks-block--container { padding:24px; } } .ablocks-block-55314296-0b31-4c14-a558-dbc55bd90fb3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-55314296-0b31-4c14-a558-dbc55bd90fb3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b:not(.ablocks-has-block-container), .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-block--info-box__content { gap:48px;align-items:flex-start; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .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-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:500;font-size:18px;line-height:150%;color:#333333; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .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-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .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-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .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-9cc92375-1df9-463f-8c2e-28b39a2e4f5b.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-9cc92375-1df9-463f-8c2e-28b39a2e4f5b.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-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .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-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9cc92375-1df9-463f-8c2e-28b39a2e4f5b .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 { margin-top:48px;padding-top:30px;padding-right:40px;padding-bottom:30px;padding-left:40px;background:#F6FBE9;border-style:none;border-bottom-right-radius:12px;border-bottom-left-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 { margin-top:24px; } } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1:not(.ablocks-has-block-container), .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .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-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-size:18px;line-height:150%;color:#1A3129; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .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-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .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-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .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-c1055221-5ee4-4aa8-bde4-8390f5bf17f1.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-c1055221-5ee4-4aa8-bde4-8390f5bf17f1.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-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .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-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c1055221-5ee4-4aa8-bde4-8390f5bf17f1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-79759c7e-b4e5-487a-8287-a6825b5ca6e3 { margin-top:140px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-79759c7e-b4e5-487a-8287-a6825b5ca6e3 { margin-top:80px; } } @media screen and (max-width: 480px) { .ablocks-block-79759c7e-b4e5-487a-8287-a6825b5ca6e3 { margin-top:90px; } } .ablocks-block-79759c7e-b4e5-487a-8287-a6825b5ca6e3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-79759c7e-b4e5-487a-8287-a6825b5ca6e3 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-79759c7e-b4e5-487a-8287-a6825b5ca6e3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b9a7ed57-668e-467f-be13-0e70b9d0b28b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b9a7ed57-668e-467f-be13-0e70b9d0b28b { text-align:center; } .ablocks-block-b9a7ed57-668e-467f-be13-0e70b9d0b28b .ablocks-heading-text { color:#1a3129;font-family:Urbanist;font-weight:700;font-style:normal;font-size:36px;line-height:46px; } @media screen and (max-width: 480px) { .ablocks-block-b9a7ed57-668e-467f-be13-0e70b9d0b28b .ablocks-heading-text { font-size:28px;line-height:42px; } } 
.ablocks-block-5c5d61a8-2cc2-468a-9605-b0751bb15690 { margin-top:16px;width:62%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5c5d61a8-2cc2-468a-9605-b0751bb15690 { width:100%; } } .ablocks-block-5c5d61a8-2cc2-468a-9605-b0751bb15690 { text-align:center; } .ablocks-block-5c5d61a8-2cc2-468a-9605-b0751bb15690 .ablocks-paragraph-text { color:#333333;font-family:Urbanist;font-weight:500;font-style:normal;font-size:18px;line-height:150%; } .ablocks-block-5c5d61a8-2cc2-468a-9605-b0751bb15690 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-40b3fd8c-81e1-4968-ae38-9a5bb80cfcea { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-40b3fd8c-81e1-4968-ae38-9a5bb80cfcea { margin-top:30px;padding:-1px; } } .ablocks-block-40b3fd8c-81e1-4968-ae38-9a5bb80cfcea.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-40b3fd8c-81e1-4968-ae38-9a5bb80cfcea.ablocks-block--container { padding:-1px; } } .ablocks-block-40b3fd8c-81e1-4968-ae38-9a5bb80cfcea { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-40b3fd8c-81e1-4968-ae38-9a5bb80cfcea { row-gap:15px;column-gap:15px; } } .ablocks-block-40b3fd8c-81e1-4968-ae38-9a5bb80cfcea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-40b3fd8c-81e1-4968-ae38-9a5bb80cfcea.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } 
.ablocks-block-0bdaa938-56f4-4691-b671-2974b08d4245 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-fed9c65d-1256-4f06-93ed-85eba6647f10 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fed9c65d-1256-4f06-93ed-85eba6647f10 .wp-block-ablocks-loop-template { display:grid;grid-template-columns:repeat(2,1fr);gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-fed9c65d-1256-4f06-93ed-85eba6647f10 .wp-block-ablocks-loop-template { grid-template-columns:repeat(1,1fr); } } .ablocks-block-fed9c65d-1256-4f06-93ed-85eba6647f10 .ablocks-loop-template-item { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px;border-style:none;border-color:#eef8d3;border-radius:0px; } 
.ablocks-block-47c98945-7540-4b56-84e0-2e2e2d051981 { padding:40px;background:#f6fbe9;border-width:1px;border-style:solid;border-color:#eef8d3;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-47c98945-7540-4b56-84e0-2e2e2d051981 { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-47c98945-7540-4b56-84e0-2e2e2d051981.ablocks-block--container { padding:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-47c98945-7540-4b56-84e0-2e2e2d051981.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-47c98945-7540-4b56-84e0-2e2e2d051981 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-47c98945-7540-4b56-84e0-2e2e2d051981.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e8379fbc-9574-4445-8d5f-fd5f7e37b70d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8379fbc-9574-4445-8d5f-fd5f7e37b70d { display:flex;justify-content:left; } .ablocks-block-e8379fbc-9574-4445-8d5f-fd5f7e37b70d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e8379fbc-9574-4445-8d5f-fd5f7e37b70d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e8379fbc-9574-4445-8d5f-fd5f7e37b70d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-32e49c17-78e9-447d-b612-ad85da2f5587 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-32e49c17-78e9-447d-b612-ad85da2f5587 { margin-top:20px; } } .ablocks-block-32e49c17-78e9-447d-b612-ad85da2f5587 { text-align:left; } .ablocks-block-32e49c17-78e9-447d-b612-ad85da2f5587 .ablocks-paragraph-text { color:#333;font-family:Urbanist;font-weight:500;font-style:normal;font-size:18px;line-height:150%; } @media screen and (max-width: 800px) { .ablocks-block-32e49c17-78e9-447d-b612-ad85da2f5587 .ablocks-paragraph-text { font-size:16px; } } .ablocks-block-32e49c17-78e9-447d-b612-ad85da2f5587 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-65f0b7c0-90d1-41ff-9c25-7b4d4fe0efda { margin-top:28px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-65f0b7c0-90d1-41ff-9c25-7b4d4fe0efda { margin-top:18px; } } .ablocks-block-65f0b7c0-90d1-41ff-9c25-7b4d4fe0efda { text-align:left; } .ablocks-block-65f0b7c0-90d1-41ff-9c25-7b4d4fe0efda .ablocks-heading-text { color:#262626;font-family:Urbanist;font-weight:600;font-style:normal;font-size:26px;line-height:150%; } @media screen and (max-width: 800px) { .ablocks-block-65f0b7c0-90d1-41ff-9c25-7b4d4fe0efda .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1 { margin-top:28px;padding:20px;background:#fafdf2;border-width:1px;border-style:solid;border-color:#eef8d3;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1 { padding:10px; } } @media screen and (max-width: 480px) { .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1 { margin-top:16px; } } .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1.ablocks-block--container { padding:10px; } } .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1 { justify-content:space-between;justify-items:space-between;column-gap:8px; } } @media screen and (max-width: 480px) { .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1 { row-gap:10px; } } .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1.ablocks-has-block-container > .ablocks-block-container { justify-content:space-between;justify-items:space-between;column-gap:8px; } } @media screen and (max-width: 480px) { .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1.ablocks-has-block-container > .ablocks-block-container { row-gap:10px; } } .ablocks-block-2085a6ca-b91e-4c57-a0d9-11b5ae5f7ab1 { display:inline-flex; } 
.ablocks-block-1e4e59cd-6890-4ea1-a9d1-aa83a62ef3fe { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1e4e59cd-6890-4ea1-a9d1-aa83a62ef3fe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1e4e59cd-6890-4ea1-a9d1-aa83a62ef3fe.ablocks-block--container { max-width:min(100%,63%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1e4e59cd-6890-4ea1-a9d1-aa83a62ef3fe.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1e4e59cd-6890-4ea1-a9d1-aa83a62ef3fe { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:12px; } @media screen and (max-width: 800px) { .ablocks-block-1e4e59cd-6890-4ea1-a9d1-aa83a62ef3fe { align-items:center; } } .ablocks-block-1e4e59cd-6890-4ea1-a9d1-aa83a62ef3fe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:12px; } @media screen and (max-width: 800px) { .ablocks-block-1e4e59cd-6890-4ea1-a9d1-aa83a62ef3fe.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } .ablocks-block-1e4e59cd-6890-4ea1-a9d1-aa83a62ef3fe { display:inline-flex; } 
.ablocks-block-0f6e2b06-6b6a-4887-b164-2209518c8cf2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0f6e2b06-6b6a-4887-b164-2209518c8cf2 { display:flex;justify-content:left; } .ablocks-block-0f6e2b06-6b6a-4887-b164-2209518c8cf2 .ablocks-image-figure img { width:60px;height:auto;opacity:1;border-radius:8px; } @media screen and (max-width: 800px) { .ablocks-block-0f6e2b06-6b6a-4887-b164-2209518c8cf2 .ablocks-image-figure img { width:42px; } } .ablocks-block-0f6e2b06-6b6a-4887-b164-2209518c8cf2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0f6e2b06-6b6a-4887-b164-2209518c8cf2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container), .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container), .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52.ablocks-block--info-box > .ablocks-block-container { gap:8px; } } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-block--info-box__content { gap:4px; } } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .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-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } @media screen and (max-width: 800px) { .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:42px; } } @media screen and (max-width: 480px) { .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:40px; } } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Urbanist;font-weight:600;font-style:normal;font-size:20px;line-height:150%;color:#1A3129; } @media screen and (max-width: 800px) { .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:16px;line-height:18px; } } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Urbanist;font-weight:500;font-style:normal;font-size:18px;line-height:150%;color:#59595A; } @media screen and (max-width: 800px) { .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:11px;line-height:18px; } } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .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-29b814ea-5268-4fe8-94ee-878683a3eb52 .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-29b814ea-5268-4fe8-94ee-878683a3eb52.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-29b814ea-5268-4fe8-94ee-878683a3eb52.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-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .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-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-29b814ea-5268-4fe8-94ee-878683a3eb52 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-172e1771-8f33-4037-a222-ea57de141a37 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-172e1771-8f33-4037-a222-ea57de141a37.ablocks-block--container { padding:0px;max-width:min(100%,34%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-172e1771-8f33-4037-a222-ea57de141a37.ablocks-block--container { max-width:min(100%,36%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-172e1771-8f33-4037-a222-ea57de141a37.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-172e1771-8f33-4037-a222-ea57de141a37 { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:13px; } @media screen and (max-width: 800px) { .ablocks-block-172e1771-8f33-4037-a222-ea57de141a37 { column-gap:8px; } } @media screen and (max-width: 480px) { .ablocks-block-172e1771-8f33-4037-a222-ea57de141a37 { column-gap:6px; } } .ablocks-block-172e1771-8f33-4037-a222-ea57de141a37.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:13px; } @media screen and (max-width: 800px) { .ablocks-block-172e1771-8f33-4037-a222-ea57de141a37.ablocks-has-block-container > .ablocks-block-container { column-gap:8px; } } @media screen and (max-width: 480px) { .ablocks-block-172e1771-8f33-4037-a222-ea57de141a37.ablocks-has-block-container > .ablocks-block-container { column-gap:6px; } } .ablocks-block-172e1771-8f33-4037-a222-ea57de141a37 { display:inline-flex; } 
.ablocks-block-2ad2a21e-338c-419c-bb25-a0bb411a68c0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ad2a21e-338c-419c-bb25-a0bb411a68c0 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2ad2a21e-338c-419c-bb25-a0bb411a68c0 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2ad2a21e-338c-419c-bb25-a0bb411a68c0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } @media screen and (max-width: 800px) { .ablocks-block-2ad2a21e-338c-419c-bb25-a0bb411a68c0 .ablocks-icon-wrap img.ablocks-image-icon { width:34px; } } .ablocks-block-2ad2a21e-338c-419c-bb25-a0bb411a68c0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7959c843-75b6-4dfa-859d-f80549a0d4f6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7959c843-75b6-4dfa-859d-f80549a0d4f6 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-7959c843-75b6-4dfa-859d-f80549a0d4f6 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7959c843-75b6-4dfa-859d-f80549a0d4f6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } @media screen and (max-width: 800px) { .ablocks-block-7959c843-75b6-4dfa-859d-f80549a0d4f6 .ablocks-icon-wrap img.ablocks-image-icon { width:34px; } } .ablocks-block-7959c843-75b6-4dfa-859d-f80549a0d4f6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1f9e5e35-3a01-4dfa-9c2b-c7cc48d5fb8f { margin-top:140px;padding-top:0px;padding-right:0px;padding-bottom:100px;padding-left:0px;background:#FAFDF2;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1f9e5e35-3a01-4dfa-9c2b-c7cc48d5fb8f { margin-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-1f9e5e35-3a01-4dfa-9c2b-c7cc48d5fb8f { padding-bottom:0px; } } .ablocks-block-1f9e5e35-3a01-4dfa-9c2b-c7cc48d5fb8f.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:100px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1f9e5e35-3a01-4dfa-9c2b-c7cc48d5fb8f.ablocks-block--container { padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-1f9e5e35-3a01-4dfa-9c2b-c7cc48d5fb8f.ablocks-block--container { padding-bottom:0px; } } .ablocks-block-1f9e5e35-3a01-4dfa-9c2b-c7cc48d5fb8f { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-1f9e5e35-3a01-4dfa-9c2b-c7cc48d5fb8f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-c92ce9c6-926a-4795-bd43-6ef8cd4ab375 { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c92ce9c6-926a-4795-bd43-6ef8cd4ab375 { margin-top:20px; } } .ablocks-block-c92ce9c6-926a-4795-bd43-6ef8cd4ab375.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c92ce9c6-926a-4795-bd43-6ef8cd4ab375 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-c92ce9c6-926a-4795-bd43-6ef8cd4ab375 { flex-direction:column;justify-content:center;justify-items:center;min-height:62px; } } .ablocks-block-c92ce9c6-926a-4795-bd43-6ef8cd4ab375.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-c92ce9c6-926a-4795-bd43-6ef8cd4ab375.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;justify-content:center;justify-items:center;min-height:62px; } } .ablocks-block-c92ce9c6-926a-4795-bd43-6ef8cd4ab375 { display:inline-flex; } 
.ablocks-block-613bb742-d008-477b-b0fa-1a1923e6aefe { padding-top:68px;padding-bottom:68px;padding-left:140px;background:#333333;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-613bb742-d008-477b-b0fa-1a1923e6aefe { padding-top:41px;padding-right:140px;padding-bottom:40px;padding-left:40px; } } @media screen and (max-width: 480px) { .ablocks-block-613bb742-d008-477b-b0fa-1a1923e6aefe { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-613bb742-d008-477b-b0fa-1a1923e6aefe.ablocks-block--container { padding-top:68px;padding-bottom:68px;padding-left:140px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-613bb742-d008-477b-b0fa-1a1923e6aefe.ablocks-block--container { padding-top:41px;padding-right:140px;padding-bottom:40px;padding-left:40px; } } @media screen and (max-width: 480px) { .ablocks-block-613bb742-d008-477b-b0fa-1a1923e6aefe.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-613bb742-d008-477b-b0fa-1a1923e6aefe { display:flex;flex-direction:column;justify-content:flex-end;justify-items:flex-end;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-613bb742-d008-477b-b0fa-1a1923e6aefe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-end;justify-items:flex-end;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6e20685e-71b9-4d7a-8667-2febab956408 { width:76%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6e20685e-71b9-4d7a-8667-2febab956408 { width:100%; } } .ablocks-block-6e20685e-71b9-4d7a-8667-2febab956408 { text-align:left; } .ablocks-block-6e20685e-71b9-4d7a-8667-2febab956408 .ablocks-heading-text { color:#FFF;font-family:Satoshi;font-weight:700;font-style:normal;font-size:36px;line-height:46px; } @media screen and (max-width: 800px) { .ablocks-block-6e20685e-71b9-4d7a-8667-2febab956408 .ablocks-heading-text { font-size:32px;line-height:43px; } } @media screen and (max-width: 480px) { .ablocks-block-6e20685e-71b9-4d7a-8667-2febab956408 .ablocks-heading-text { line-height:44px; } } 
.ablocks-block-b5fffe8d-b63e-4a90-881c-3d5a45939cb1 { margin-top:30px;padding-top:0px;padding-right:0px;padding-bottom:30px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#ECFEBD;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b5fffe8d-b63e-4a90-881c-3d5a45939cb1 { margin-top:24px;padding-bottom:14px; } } .ablocks-block-b5fffe8d-b63e-4a90-881c-3d5a45939cb1.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:30px;padding-left:0px;max-width:min(100%,84%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b5fffe8d-b63e-4a90-881c-3d5a45939cb1.ablocks-block--container { padding-bottom:14px;max-width:min(100%,77%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b5fffe8d-b63e-4a90-881c-3d5a45939cb1.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b5fffe8d-b63e-4a90-881c-3d5a45939cb1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b5fffe8d-b63e-4a90-881c-3d5a45939cb1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container), .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container), .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container), .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.ablocks-block--info-box > .ablocks-block-container { gap:8px; } } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .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-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe > .ablocks-block-container > a .ablocks-icon-wrap { font-size:30px; } @media screen and (max-width: 800px) { .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe > .ablocks-block-container > a .ablocks-icon-wrap { font-size:20px; } } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } @media screen and (max-width: 800px) { .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe > a .ablocks-icon-wrap > img.ablocks-image-icon { width:20px; } } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#f6f6f6; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:26px;color:#ECFEBD; } @media screen and (max-width: 800px) { .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans;font-size:17px; } } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px;color:#ECFEBD; } @media screen and (max-width: 800px) { .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans;font-size:16px; } } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .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-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .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-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.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-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe.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-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .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-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b3b51dfe-9019-4c41-b6a8-db8e4ab0abbe .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-0ab9d54b-79b3-4725-a59f-aea18217a52c { margin-top:30px;padding-top:0px;padding-right:0px;padding-bottom:30px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#ECFEBD;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0ab9d54b-79b3-4725-a59f-aea18217a52c { margin-top:24px;padding-bottom:14px; } } .ablocks-block-0ab9d54b-79b3-4725-a59f-aea18217a52c.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:30px;padding-left:0px;max-width:min(100%,84%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0ab9d54b-79b3-4725-a59f-aea18217a52c.ablocks-block--container { padding-bottom:14px;max-width:min(100%,77%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0ab9d54b-79b3-4725-a59f-aea18217a52c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-0ab9d54b-79b3-4725-a59f-aea18217a52c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0ab9d54b-79b3-4725-a59f-aea18217a52c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container), .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container), .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container), .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c.ablocks-block--info-box > .ablocks-block-container { gap:8px; } } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .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-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c > .ablocks-block-container > a .ablocks-icon-wrap { font-size:30px; } @media screen and (max-width: 800px) { .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c > .ablocks-block-container > a .ablocks-icon-wrap { font-size:20px; } } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } @media screen and (max-width: 800px) { .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c > a .ablocks-icon-wrap > img.ablocks-image-icon { width:20px; } } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#f6f6f6; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:26px;color:#ECFEBD; } @media screen and (max-width: 800px) { .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans;font-size:17px; } } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px;color:#ECFEBD; } @media screen and (max-width: 800px) { .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans;font-size:16px; } } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .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-8eb62cea-8df6-4f9f-9db9-dd09e188894c .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-8eb62cea-8df6-4f9f-9db9-dd09e188894c.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-8eb62cea-8df6-4f9f-9db9-dd09e188894c.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-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .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-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8eb62cea-8df6-4f9f-9db9-dd09e188894c .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-d996dfc0-f3f6-4e3b-9a02-ee17b815fc42 { margin-top:30px;padding:0px;border-width:0px 0px 1px 0px;border-style:none;border-color:#fafdf2;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d996dfc0-f3f6-4e3b-9a02-ee17b815fc42 { margin-top:24px; } } .ablocks-block-d996dfc0-f3f6-4e3b-9a02-ee17b815fc42.ablocks-block--container { padding:0px;max-width:min(100%,64%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d996dfc0-f3f6-4e3b-9a02-ee17b815fc42.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d996dfc0-f3f6-4e3b-9a02-ee17b815fc42 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d996dfc0-f3f6-4e3b-9a02-ee17b815fc42.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container), .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container), .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1.ablocks-block--info-box > .ablocks-block-container { gap:4px; } } @media screen and (max-width: 480px) { .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container), .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1.ablocks-block--info-box > .ablocks-block-container { gap:8px; } } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .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-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:30px; } @media screen and (max-width: 800px) { .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:20px; } } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } @media screen and (max-width: 800px) { .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:20px; } } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#f6f6f6; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:26px;color:#ECFEBD; } @media screen and (max-width: 800px) { .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans;font-size:16px; } } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .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-9f51bc89-0275-4264-89b6-3ba50f09fed1 .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-9f51bc89-0275-4264-89b6-3ba50f09fed1.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-9f51bc89-0275-4264-89b6-3ba50f09fed1.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-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .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-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9f51bc89-0275-4264-89b6-3ba50f09fed1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-258638eb-da08-4259-90ef-5b70c17398f6 { margin-top:60px;padding:0px;width:73%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-258638eb-da08-4259-90ef-5b70c17398f6 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap { background-color:#000000b3; } .ablocks-block-258638eb-da08-4259-90ef-5b70c17398f6 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap { width:777px;min-height:181px;align-items:auto;padding:12px;border-width:1px;border-style:none;border-radius:12px;transition:all 1s; } .ablocks-block-258638eb-da08-4259-90ef-5b70c17398f6 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap:hover { padding:12px; } .ablocks-block-258638eb-da08-4259-90ef-5b70c17398f6 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close { top:5px;right:5px;left:unset; } 

.ablocks-block-07f781f4-dcee-4eb1-abfb-3c670507cdf8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-07f781f4-dcee-4eb1-abfb-3c670507cdf8 { margin-top:24px; } } .ablocks-block-07f781f4-dcee-4eb1-abfb-3c670507cdf8 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-07f781f4-dcee-4eb1-abfb-3c670507cdf8 { text-align:center; } } .ablocks-block-07f781f4-dcee-4eb1-abfb-3c670507cdf8 .ablocks-button { column-gap:10px;background:#CBEA7B;justify-content:left;color:#262626;border-width:1px;border-style:solid;border-color:#CBEA7B;border-radius:99px;font-family:Plus Jakarta Sans;font-weight:600;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-07f781f4-dcee-4eb1-abfb-3c670507cdf8 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#9900cc00;border-width:1px;border-color:#CBEA7B;border-style:solid; } .ablocks-block-07f781f4-dcee-4eb1-abfb-3c670507cdf8 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-07f781f4-dcee-4eb1-abfb-3c670507cdf8 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-07f781f4-dcee-4eb1-abfb-3c670507cdf8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-07f781f4-dcee-4eb1-abfb-3c670507cdf8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#262626; } 

.ablocks-block-d62b882c-c69c-451a-9175-52b2ad025b77 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d62b882c-c69c-451a-9175-52b2ad025b77 .ablocks-map-block { width:100%;height:500px; } 
.ablocks-block-de2612f3-9db6-4a2f-b3bb-a8d564b9cef4 { padding-top:68px;padding-right:130px;padding-bottom:68px;padding-left:0px;background:#CBEA7B;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-de2612f3-9db6-4a2f-b3bb-a8d564b9cef4 { padding-top:60px;padding-right:80px;padding-bottom:60px;padding-left:80px; } } @media screen and (max-width: 480px) { .ablocks-block-de2612f3-9db6-4a2f-b3bb-a8d564b9cef4 { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-de2612f3-9db6-4a2f-b3bb-a8d564b9cef4.ablocks-block--container { padding-top:68px;padding-right:130px;padding-bottom:68px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-de2612f3-9db6-4a2f-b3bb-a8d564b9cef4.ablocks-block--container { padding-top:60px;padding-right:80px;padding-bottom:60px;padding-left:80px; } } @media screen and (max-width: 480px) { .ablocks-block-de2612f3-9db6-4a2f-b3bb-a8d564b9cef4.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-de2612f3-9db6-4a2f-b3bb-a8d564b9cef4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-de2612f3-9db6-4a2f-b3bb-a8d564b9cef4 { justify-content:center;justify-items:center; } } .ablocks-block-de2612f3-9db6-4a2f-b3bb-a8d564b9cef4.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-de2612f3-9db6-4a2f-b3bb-a8d564b9cef4.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } 
.ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c { margin-left:-50px;padding:50px;background:#FAFDF2;border-width:1px;border-style:none;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c { margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding:40px; } } @media screen and (max-width: 480px) { .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__label { color:#333;font-family:Inter Tight;font-weight:400;font-style:normal;font-size:18px;line-height:26px;text-align:left;margin-bottom:10px !important; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;margin-top:10px; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__input , .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__select , .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder-timepicker-input , .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder-datepicker-input { background:#f6fbe9;text-align:left;font-family:Inter Tight;font-weight:400;font-style:normal;font-size:16px;line-height:24px;border-width:1px;border-style:solid;border-color:#eef8d3;border-radius:4px;padding:14px !important;color:rgba(51,51,51,0.70)!important;box-sizing:border-box; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__input::placeholder { font-family:Inter Tight;font-weight:400;font-style:normal;font-size:16px;line-height:24px;text-align:left;color:rgba(51,51,51,0.70)!important; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__input-icon,.ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__submit-button { color:rgba(51,51,51,0.70);background:#f6fbe9;font-family:Inter Tight;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 480px) { .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__submit-button { font-size:12px;line-height:22px;padding-right:10px;padding-left:10px; } } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-form-builder__submit-button:hover { background:#CBEA7B; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-2d12b482-d25c-46bd-9344-0f0936779b3c .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-4226e919-8f86-46da-a6e3-43b2b9650891 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4226e919-8f86-46da-a6e3-43b2b9650891.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-4226e919-8f86-46da-a6e3-43b2b9650891.ablocks-block--form-input { width:99%; } } .ablocks-block-4226e919-8f86-46da-a6e3-43b2b9650891 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-4226e919-8f86-46da-a6e3-43b2b9650891 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-4d8925c1-31a6-4e13-bf08-5021e8a317e8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d8925c1-31a6-4e13-bf08-5021e8a317e8.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-4d8925c1-31a6-4e13-bf08-5021e8a317e8.ablocks-block--form-input { width:99%; } } .ablocks-block-4d8925c1-31a6-4e13-bf08-5021e8a317e8 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-4d8925c1-31a6-4e13-bf08-5021e8a317e8 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-231dbac5-3d88-47b6-aa56-2e30c8e039ff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-231dbac5-3d88-47b6-aa56-2e30c8e039ff.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-231dbac5-3d88-47b6-aa56-2e30c8e039ff.ablocks-block--form-input { width:99%; } } .ablocks-block-231dbac5-3d88-47b6-aa56-2e30c8e039ff .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-231dbac5-3d88-47b6-aa56-2e30c8e039ff .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-058e3e18-09b0-467a-a01e-65333c57e9f4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-058e3e18-09b0-467a-a01e-65333c57e9f4.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-058e3e18-09b0-467a-a01e-65333c57e9f4.ablocks-block--form-input { width:99%; } } .ablocks-block-058e3e18-09b0-467a-a01e-65333c57e9f4 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-058e3e18-09b0-467a-a01e-65333c57e9f4 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-3c3d7446-29d3-483f-a826-4b2588d0229b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c3d7446-29d3-483f-a826-4b2588d0229b.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-3c3d7446-29d3-483f-a826-4b2588d0229b.ablocks-block--form-input { width:99%; } } .ablocks-block-3c3d7446-29d3-483f-a826-4b2588d0229b .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-3c3d7446-29d3-483f-a826-4b2588d0229b .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-c406f6bc-bc4f-4871-a73a-f0d58d3ab9a4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c406f6bc-bc4f-4871-a73a-f0d58d3ab9a4.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-c406f6bc-bc4f-4871-a73a-f0d58d3ab9a4.ablocks-block--form-input { width:99%; } } .ablocks-block-c406f6bc-bc4f-4871-a73a-f0d58d3ab9a4 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-c406f6bc-bc4f-4871-a73a-f0d58d3ab9a4 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-c3b7581c-91b1-4228-8364-c0b233acd033 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3b7581c-91b1-4228-8364-c0b233acd033.ablocks-block--form-textarea { box-sizing:border-box;width:99%; } 
.ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6 { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } 
.ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { margin-top:-25px;padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;background:#ffffff;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { padding-top:60px;padding-right:12px;padding-left:12px;border-top-left-radius:20px;border-top-right-radius:20px; } } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-block--container { padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-block--container { padding-top:60px;padding-right:12px;padding-left:12px; } } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } 
.ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-block--container { padding:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { flex-direction:column; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { display:inline-flex; } 
.ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { max-width:min(100%,37%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } 
.ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { display:inline-flex; } 
.ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:203px; } @media screen and (max-width: 800px) { .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap img.ablocks-image-icon { width:164px; } } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 { text-align:left; } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { margin-top:38px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { display:inline-flex; } 
.ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded { text-align:left; } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { font-family:Inter;font-size:14px; } } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list { gap:10px; } } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { max-width:min(100%,58%) !important; } } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 { text-align:left; } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { font-family:Inter;font-size:14px; } } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list { gap:10px; } } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { max-width:min(100%,54%) !important; } } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb { text-align:left; } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { font-family:Inter;font-size:14px; } } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list { gap:10px; } } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#d9d6fe;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { flex-direction:column;row-gap:21px; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:21px; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { display:inline-flex; } 
.ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc { text-align:left; } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { display:inline-flex; } 
.ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { width:50%; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { display:flex;justify-content:right; } @media screen and (max-width: 480px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { justify-content:left; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img { width:149px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img { width:170px; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
