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



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


.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-dasharray:1500 1500;stroke-width:.5em}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}
.ablocks-block--icon .ablocks-block-container{display:flex}
.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--info-box{border:1px solid #dddddf;padding:30px}.ablocks-block--info-box .ablocks-block-container{width:100%}.ablocks-block--info-box .ablocks-icon-wrap{height:fit-content;width:fit-content}.ablocks-block--info-box__content{display:flex;flex-direction:column;width:100%}.ablocks-info-box-heading,.ablocks-info-box-sub-heading,.ablocks-info-box-text{margin:0}.ablocks-info-box-text{margin:0;padding:0}.ablocks-info-box-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-info-box-badge-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;position:absolute;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-badge-link--xs{border-radius:2px;font-size:10px;padding:5px 15px}.ablocks-info-box-badge-link--sm{border-radius:3px;font-size:12px;padding:8px 18px}.ablocks-info-box-badge-link--md{border-radius:4px;font-size:14px;padding:11px 21px}.ablocks-info-box-badge-link--lg{border-radius:5px;font-size:16px;padding:14px 25px}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-badge-link-text{order:10}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-badge-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-badge-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-btn-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-btn-link--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-info-box-btn-link--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-info-box-btn-link--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-info-box-btn-link--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-info-box-btn-link--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-btn-link-text{order:10}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-button-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-block--info-box__content>.ablocks-button-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-star-ratings{align-items:center;display:inline-flex;flex-wrap:wrap;width:100%}.ablocks-info-box-star-ratings-icons{display:flex;flex-wrap:wrap;width:fit-content}.ablocks-info-box-star-ratings-icons .ablocks-info-box-rating{display:inline-block;position:relative}.ablocks-info-box-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-block--advance-lists .ablocks-block-container .block-editor-inner-blocks{width:100%}.ablocks-block--advance-lists .ablocks-block-container .block-editor-inner-blocks .block-editor-block-list__layout,.ablocks-block--advance-lists>.ablocks-block-container{display:flex;flex-wrap:wrap}.ablocks-advance-list-add-button{background-color:#13191b;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;margin-bottom:20px;padding:12px 20px;width:fit-content}.ablocks-advance-list-add-button .ablocks-icon:before{color:#fff;margin-right:8px}.ablocks-block--advance-lists>.ablocks-block-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender{display:none}.ablocks-advance-list-item-text{margin:0!important}.ablocks-block--advance-list-item>.ablocks-editor-block-control-wrap{display:none!important}.ablocks-block--advance-list-item>.ablocks-block-container{display:grid;grid-template-columns:auto 1fr}.ablocks-advance-list-item-text{margin:0;padding:0}.ablocks-advance-list-item-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-advance-list-item-text-sm{font-size:14px}.ablocks-advance-list-item-text-md{font-size:16px}.ablocks-advance-list-item-text-lg{font-size:20px}.ablocks-advance-list-item-text-xl{font-size:24px}.ablocks-block--advance-list-item>.ablocks-block-container>.ablocks-divider{grid-column:1/-1}.ablocks-advance-list-item-divider__pattern-mask{align-items:center;background-color:var(--ablocks-divider-pattern-color);display:flex;height:100%;mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-advance-list-item-divider__pattern-mask-element-icon--center,.ablocks-advance-list-item-divider__pattern-mask-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-advance-list-item-divider__pattern-mask-element-icon--center:after,.ablocks-advance-list-item-divider__pattern-mask-element-icon--center:before,.ablocks-advance-list-item-divider__pattern-mask-element-text--center:after,.ablocks-advance-list-item-divider__pattern-mask-element-text--center:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-advance-list-item-divider__pattern-mask-element-icon--left,.ablocks-advance-list-item-divider__pattern-mask-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-advance-list-item-divider__pattern-mask-element-icon--left:after,.ablocks-advance-list-item-divider__pattern-mask-element-text--left:after{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-advance-list-item-divider__pattern-mask-element-icon--right,.ablocks-advance-list-item-divider__pattern-mask-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-advance-list-item-divider__pattern-mask-element-icon--right:before,.ablocks-advance-list-item-divider__pattern-mask-element-text--right:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-advance-list-item-divider__pattern-css{border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color)}.ablocks-advance-list-item-divider__pattern-css-element-icon--center,.ablocks-advance-list-item-divider__pattern-css-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.ablocks-advance-list-item-divider__pattern-css-element-icon--center:after,.ablocks-advance-list-item-divider__pattern-css-element-icon--center:before,.ablocks-advance-list-item-divider__pattern-css-element-text--center:after,.ablocks-advance-list-item-divider__pattern-css-element-text--center:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-advance-list-item-divider__pattern-css-element-icon--left,.ablocks-advance-list-item-divider__pattern-css-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;width:100%}.ablocks-advance-list-item-divider__pattern-css-element-icon--left:after,.ablocks-advance-list-item-divider__pattern-css-element-text--left:after{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-advance-list-item-divider__pattern-css-element-icon--right,.ablocks-advance-list-item-divider__pattern-css-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;width:100%}.ablocks-advance-list-item-divider__pattern-css-element-icon--right:before,.ablocks-advance-list-item-divider__pattern-css-element-text--right:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-block--divider .ablocks-divider__element-icon{display:inline-block;line-height:1}

.ablocks-block-cc949eb8-8e7f-4b3c-9be1-df43d11c2a4c { 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:#000000;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cc949eb8-8e7f-4b3c-9be1-df43d11c2a4c.ablocks-hide-on-desktop,.ablocks-block-cc949eb8-8e7f-4b3c-9be1-df43d11c2a4c.ablocks-hide-on-tablet,.ablocks-block-cc949eb8-8e7f-4b3c-9be1-df43d11c2a4c.ablocks-hide-on-mobile { display:none; } } .ablocks-block-cc949eb8-8e7f-4b3c-9be1-df43d11c2a4c.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;overflow:visible; } .ablocks-block-cc949eb8-8e7f-4b3c-9be1-df43d11c2a4c > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-cc949eb8-8e7f-4b3c-9be1-df43d11c2a4c > .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-cc949eb8-8e7f-4b3c-9be1-df43d11c2a4c.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-cc949eb8-8e7f-4b3c-9be1-df43d11c2a4c > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-41826ba1-6810-44ef-8786-7fcaabbe33dc { padding-top:11px;padding-right:15px;padding-bottom:11px;padding-left:15px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-41826ba1-6810-44ef-8786-7fcaabbe33dc { display:flex;justify-content:center; } .ablocks-block-41826ba1-6810-44ef-8786-7fcaabbe33dc .ablocks-image-figure img { width:117px;height:auto;opacity:1; } .ablocks-block-41826ba1-6810-44ef-8786-7fcaabbe33dc .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-41826ba1-6810-44ef-8786-7fcaabbe33dc .ablocks-image-figure .ablocks-image-caption { text-align:left; } .image-hover-filter:hover img{ Opacity: 1; }
.ablocks-block-1ea2079d-8a7b-482e-89a3-17fa7eff3856 { padding-top:11px;padding-right:15px;padding-bottom:11px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ea2079d-8a7b-482e-89a3-17fa7eff3856:hover { background:#fefefe80; } .ablocks-block-1ea2079d-8a7b-482e-89a3-17fa7eff3856 { display:flex;justify-content:center; } .ablocks-block-1ea2079d-8a7b-482e-89a3-17fa7eff3856 .ablocks-image-figure img { width:98px;height:auto;opacity:1; } .ablocks-block-1ea2079d-8a7b-482e-89a3-17fa7eff3856 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-1ea2079d-8a7b-482e-89a3-17fa7eff3856 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-faed3047-7ee5-4086-88d8-3cf6aa84d319 { padding-top:10px;padding-right:15px;padding-bottom:11px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-faed3047-7ee5-4086-88d8-3cf6aa84d319:hover { background:#fefefe80; } .ablocks-block-faed3047-7ee5-4086-88d8-3cf6aa84d319 { display:flex;justify-content:center; } .ablocks-block-faed3047-7ee5-4086-88d8-3cf6aa84d319 .ablocks-image-figure img { width:98px;height:auto;opacity:1; } .ablocks-block-faed3047-7ee5-4086-88d8-3cf6aa84d319 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-faed3047-7ee5-4086-88d8-3cf6aa84d319 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-5d8f3e97-eff0-4797-a449-e2e3075ea086 { padding-top:9px;padding-right:15px;padding-bottom:10px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5d8f3e97-eff0-4797-a449-e2e3075ea086:hover { background:#ffffff80; } .ablocks-block-5d8f3e97-eff0-4797-a449-e2e3075ea086 { display:flex;justify-content:center; } .ablocks-block-5d8f3e97-eff0-4797-a449-e2e3075ea086 .ablocks-image-figure img { width:122px;height:auto;opacity:1; } .ablocks-block-5d8f3e97-eff0-4797-a449-e2e3075ea086 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-5d8f3e97-eff0-4797-a449-e2e3075ea086 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fc77af42-9ac5-4491-8f30-e5ec30d33b56 { padding-top:12px;padding-right:15px;padding-bottom:14px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc77af42-9ac5-4491-8f30-e5ec30d33b56:hover { background:#ffffff80; } .ablocks-block-fc77af42-9ac5-4491-8f30-e5ec30d33b56 { display:flex;justify-content:center; } .ablocks-block-fc77af42-9ac5-4491-8f30-e5ec30d33b56 .ablocks-image-figure img { width:140px;height:auto;opacity:1; } .ablocks-block-fc77af42-9ac5-4491-8f30-e5ec30d33b56 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-fc77af42-9ac5-4491-8f30-e5ec30d33b56 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2b1b203d-a2fa-461c-bd74-2e817e60066a { padding-top:18px;padding-right:15px;padding-bottom:17px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b1b203d-a2fa-461c-bd74-2e817e60066a:hover { background:#ffffff80; } .ablocks-block-2b1b203d-a2fa-461c-bd74-2e817e60066a { display:flex;justify-content:center; } .ablocks-block-2b1b203d-a2fa-461c-bd74-2e817e60066a .ablocks-image-figure img { width:121px;height:auto;opacity:1; } .ablocks-block-2b1b203d-a2fa-461c-bd74-2e817e60066a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2b1b203d-a2fa-461c-bd74-2e817e60066a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3b599a57-1694-45b7-a63a-03a31b93ed3a { padding-top:16px;padding-right:15px;padding-bottom:13px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b599a57-1694-45b7-a63a-03a31b93ed3a:hover { background:#ffffff80; } .ablocks-block-3b599a57-1694-45b7-a63a-03a31b93ed3a { display:flex;justify-content:center; } .ablocks-block-3b599a57-1694-45b7-a63a-03a31b93ed3a .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-3b599a57-1694-45b7-a63a-03a31b93ed3a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-3b599a57-1694-45b7-a63a-03a31b93ed3a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f92574ae-f061-4bf4-adc1-b0cbe037bf05 { padding-top:11px;padding-right:15px;padding-bottom:12px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f92574ae-f061-4bf4-adc1-b0cbe037bf05:hover { background:#fefefe80; } .ablocks-block-f92574ae-f061-4bf4-adc1-b0cbe037bf05 { display:flex;justify-content:center; } .ablocks-block-f92574ae-f061-4bf4-adc1-b0cbe037bf05 .ablocks-image-figure img { width:70px;height:auto;opacity:1; } .ablocks-block-f92574ae-f061-4bf4-adc1-b0cbe037bf05 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-f92574ae-f061-4bf4-adc1-b0cbe037bf05 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-5b3bd078-a436-4914-8ba6-1a7a1a8d5c24 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b3bd078-a436-4914-8ba6-1a7a1a8d5c24.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-5b3bd078-a436-4914-8ba6-1a7a1a8d5c24 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5b3bd078-a436-4914-8ba6-1a7a1a8d5c24.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da { margin-left:-4px;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-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-menu { justify-content:left; } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da.ablocks-menu { justify-content:left; } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-main-menu > .ablocks-menu-item { color:#000000;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#000000;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000; } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#000000; } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-block--menu-child-sub { width:247px; } @media screen and (max-width: 480px) { .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#000000; } @media screen and (max-width: 480px) { .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } @media screen and (max-width: 480px) { .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-44fa53d5-7bc8-41fc-8e1e-e20385e4b4da .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 

.ablocks-block-d6349b16-097f-4131-a7c4-5db069ce4e02 { width:99%;left:0%;overflow-y:auto;overflow-x:hidden; } 
.ablocks-block-e6556024-ee59-4fd8-ab5f-cdd305c1e169 { margin-top:9px;padding:12px;background:#ffffff;border-width:0px 1px 1px 1px;border-style:solid;border-color:#D0D5DD;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;box-shadow:0px 4px 24px -1px #10182829;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6556024-ee59-4fd8-ab5f-cdd305c1e169.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e6556024-ee59-4fd8-ab5f-cdd305c1e169 { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-e6556024-ee59-4fd8-ab5f-cdd305c1e169.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-268e8063-b9f8-4bff-8203-bec49603677f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-268e8063-b9f8-4bff-8203-bec49603677f .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-268e8063-b9f8-4bff-8203-bec49603677f .ablocks-button { font-family:Inter; } } .ablocks-block-268e8063-b9f8-4bff-8203-bec49603677f .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-268e8063-b9f8-4bff-8203-bec49603677f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-268e8063-b9f8-4bff-8203-bec49603677f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-268e8063-b9f8-4bff-8203-bec49603677f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-84bc15c8-13bf-420c-b487-4dcd1aa32ef5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-84bc15c8-13bf-420c-b487-4dcd1aa32ef5 .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-84bc15c8-13bf-420c-b487-4dcd1aa32ef5 .ablocks-button { font-family:Inter; } } .ablocks-block-84bc15c8-13bf-420c-b487-4dcd1aa32ef5 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-84bc15c8-13bf-420c-b487-4dcd1aa32ef5 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-84bc15c8-13bf-420c-b487-4dcd1aa32ef5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-84bc15c8-13bf-420c-b487-4dcd1aa32ef5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a0fd8c3d-e7d6-484a-9b49-7320dc6940d1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0fd8c3d-e7d6-484a-9b49-7320dc6940d1 .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-a0fd8c3d-e7d6-484a-9b49-7320dc6940d1 .ablocks-button { font-family:Inter; } } .ablocks-block-a0fd8c3d-e7d6-484a-9b49-7320dc6940d1 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-a0fd8c3d-e7d6-484a-9b49-7320dc6940d1 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a0fd8c3d-e7d6-484a-9b49-7320dc6940d1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-a0fd8c3d-e7d6-484a-9b49-7320dc6940d1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a9f31909-ae15-4085-9b5a-f3798655b4d3 { margin-top:0px;margin-bottom:-19px;padding-top:32px;padding-bottom:32px;background-image:url("https://kodezen.com/wp-content/uploads/2025/09/hero_bg-7-scaled.webp");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9f31909-ae15-4085-9b5a-f3798655b4d3.ablocks-block--container { padding-top:32px;padding-bottom:32px;overflow:visible; } .ablocks-block-a9f31909-ae15-4085-9b5a-f3798655b4d3 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-a9f31909-ae15-4085-9b5a-f3798655b4d3 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a9f31909-ae15-4085-9b5a-f3798655b4d3 > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-a9f31909-ae15-4085-9b5a-f3798655b4d3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a9f31909-ae15-4085-9b5a-f3798655b4d3.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-a9f31909-ae15-4085-9b5a-f3798655b4d3 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-f04123d9-8dea-4f12-b390-1b918a3b3938 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f04123d9-8dea-4f12-b390-1b918a3b3938.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f04123d9-8dea-4f12-b390-1b918a3b3938 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:48px; } .ablocks-block-f04123d9-8dea-4f12-b390-1b918a3b3938.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:48px; } .ablocks-block-f04123d9-8dea-4f12-b390-1b918a3b3938 { display:inline-flex; } 
.ablocks-block-e9b2b453-b6e4-4d0a-9428-4198f11759bc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e9b2b453-b6e4-4d0a-9428-4198f11759bc.ablocks-block--container { padding:0px;max-width:min(100%,8%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e9b2b453-b6e4-4d0a-9428-4198f11759bc.ablocks-block--container { max-width:min(100%,12%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-e9b2b453-b6e4-4d0a-9428-4198f11759bc.ablocks-block--container { max-width:min(100%,25%) !important; } } .ablocks-block-e9b2b453-b6e4-4d0a-9428-4198f11759bc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e9b2b453-b6e4-4d0a-9428-4198f11759bc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cbce9d68-937c-4885-974a-ddf14eb3565c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cbce9d68-937c-4885-974a-ddf14eb3565c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cbce9d68-937c-4885-974a-ddf14eb3565c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-cbce9d68-937c-4885-974a-ddf14eb3565c { align-items:flex-end; } } .ablocks-block-cbce9d68-937c-4885-974a-ddf14eb3565c.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-cbce9d68-937c-4885-974a-ddf14eb3565c.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-menu { justify-content:left; } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7.ablocks-menu { justify-content:left; } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item { font-family:Inter; } } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter; } } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000; } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#000000; } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 480px) { .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#131111; } @media screen and (max-width: 480px) { .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#131111; } @media screen and (max-width: 480px) { .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-7fe77f5e-77c9-4f8d-912c-7372e0e290f7 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#131111;height:3px;width:30px; } 


.ablocks-block-84de3910-74bb-4e31-919b-e355cc19f925 { width:36%;left:0%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 800px) { .ablocks-block-84de3910-74bb-4e31-919b-e355cc19f925 { width:40%; } } @media screen and (max-width: 480px) { .ablocks-block-84de3910-74bb-4e31-919b-e355cc19f925 { width:110%; } } 
.ablocks-block-b179dc58-9081-4549-acd1-edc4acb1fe13 { padding:12px;background:#ffffff;border-width:0px 1px 1px 1px;border-color:#D0D5DD;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;box-shadow:0px 13px 27px -5px #32325D40;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b179dc58-9081-4549-acd1-edc4acb1fe13.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b179dc58-9081-4549-acd1-edc4acb1fe13 { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-b179dc58-9081-4549-acd1-edc4acb1fe13.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-9e818614-7903-4841-87d9-87bea23a8007 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e818614-7903-4841-87d9-87bea23a8007 .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-9e818614-7903-4841-87d9-87bea23a8007 .ablocks-button { font-family:Inter; } } .ablocks-block-9e818614-7903-4841-87d9-87bea23a8007 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-9e818614-7903-4841-87d9-87bea23a8007 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9e818614-7903-4841-87d9-87bea23a8007 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-9e818614-7903-4841-87d9-87bea23a8007 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-eab26e0d-d9c2-4758-8f58-a123745c5c44 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eab26e0d-d9c2-4758-8f58-a123745c5c44 .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-eab26e0d-d9c2-4758-8f58-a123745c5c44 .ablocks-button { font-family:Inter; } } .ablocks-block-eab26e0d-d9c2-4758-8f58-a123745c5c44 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-eab26e0d-d9c2-4758-8f58-a123745c5c44 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-eab26e0d-d9c2-4758-8f58-a123745c5c44 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-eab26e0d-d9c2-4758-8f58-a123745c5c44 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3dba50c4-cc8d-4590-ac1a-db00c5723f5b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3dba50c4-cc8d-4590-ac1a-db00c5723f5b .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-3dba50c4-cc8d-4590-ac1a-db00c5723f5b .ablocks-button { font-family:Inter; } } .ablocks-block-3dba50c4-cc8d-4590-ac1a-db00c5723f5b .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-3dba50c4-cc8d-4590-ac1a-db00c5723f5b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3dba50c4-cc8d-4590-ac1a-db00c5723f5b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-3dba50c4-cc8d-4590-ac1a-db00c5723f5b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bbaa21d9-95c5-41ac-a75f-16312849454b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bbaa21d9-95c5-41ac-a75f-16312849454b .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-bbaa21d9-95c5-41ac-a75f-16312849454b .ablocks-button { font-family:Inter; } } .ablocks-block-bbaa21d9-95c5-41ac-a75f-16312849454b .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-bbaa21d9-95c5-41ac-a75f-16312849454b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-bbaa21d9-95c5-41ac-a75f-16312849454b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-bbaa21d9-95c5-41ac-a75f-16312849454b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1c330430-befa-487b-9975-4b625916a110 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c330430-befa-487b-9975-4b625916a110 .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-1c330430-befa-487b-9975-4b625916a110 .ablocks-button { font-family:Inter; } } .ablocks-block-1c330430-befa-487b-9975-4b625916a110 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-1c330430-befa-487b-9975-4b625916a110 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1c330430-befa-487b-9975-4b625916a110 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-1c330430-befa-487b-9975-4b625916a110 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c3f1d8ec-9d6a-4882-8c1d-aa996de71fcb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3f1d8ec-9d6a-4882-8c1d-aa996de71fcb .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-c3f1d8ec-9d6a-4882-8c1d-aa996de71fcb .ablocks-button { font-family:Inter; } } .ablocks-block-c3f1d8ec-9d6a-4882-8c1d-aa996de71fcb .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-c3f1d8ec-9d6a-4882-8c1d-aa996de71fcb .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c3f1d8ec-9d6a-4882-8c1d-aa996de71fcb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-c3f1d8ec-9d6a-4882-8c1d-aa996de71fcb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f6890405-0efc-400d-8529-2d3974417217 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f6890405-0efc-400d-8529-2d3974417217 .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-f6890405-0efc-400d-8529-2d3974417217 .ablocks-button { font-family:Inter; } } .ablocks-block-f6890405-0efc-400d-8529-2d3974417217 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-f6890405-0efc-400d-8529-2d3974417217 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f6890405-0efc-400d-8529-2d3974417217 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-f6890405-0efc-400d-8529-2d3974417217 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3f7a9116-bd12-4d5c-bcf2-3b3faa646eb0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f7a9116-bd12-4d5c-bcf2-3b3faa646eb0 .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-3f7a9116-bd12-4d5c-bcf2-3b3faa646eb0 .ablocks-button { font-family:Inter; } } .ablocks-block-3f7a9116-bd12-4d5c-bcf2-3b3faa646eb0 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-3f7a9116-bd12-4d5c-bcf2-3b3faa646eb0 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3f7a9116-bd12-4d5c-bcf2-3b3faa646eb0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-3f7a9116-bd12-4d5c-bcf2-3b3faa646eb0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-910efb4a-a4ee-42f4-8092-a2441487b785 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-910efb4a-a4ee-42f4-8092-a2441487b785 .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-910efb4a-a4ee-42f4-8092-a2441487b785 .ablocks-button { font-family:Inter; } } .ablocks-block-910efb4a-a4ee-42f4-8092-a2441487b785 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-910efb4a-a4ee-42f4-8092-a2441487b785 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-910efb4a-a4ee-42f4-8092-a2441487b785 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-910efb4a-a4ee-42f4-8092-a2441487b785 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 

.ablocks-block-5713982a-60ca-44e7-ad7d-cfcd7cd362ba { width:30%;left:30%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 480px) { .ablocks-block-5713982a-60ca-44e7-ad7d-cfcd7cd362ba { width:100%; } } 
.ablocks-block-705b9697-7549-4a60-8921-d976d942b54a { padding:12px;background:#ffffff;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;box-shadow:0px 13px 27px -5px #32325D40;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-705b9697-7549-4a60-8921-d976d942b54a.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-705b9697-7549-4a60-8921-d976d942b54a { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-705b9697-7549-4a60-8921-d976d942b54a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-130780a4-915c-4688-9402-33978a7d48de { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-130780a4-915c-4688-9402-33978a7d48de .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#475467;border-radius:4px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-130780a4-915c-4688-9402-33978a7d48de .ablocks-button { font-family:Inter; } } .ablocks-block-130780a4-915c-4688-9402-33978a7d48de .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-130780a4-915c-4688-9402-33978a7d48de .ablocks-icon-wrap { font-size:16px; } .ablocks-block-130780a4-915c-4688-9402-33978a7d48de .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-130780a4-915c-4688-9402-33978a7d48de .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7dd664b4-fcae-46cb-850a-c46418861a2c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dd664b4-fcae-46cb-850a-c46418861a2c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#475467;border-radius:4px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-7dd664b4-fcae-46cb-850a-c46418861a2c .ablocks-button { font-family:Inter; } } .ablocks-block-7dd664b4-fcae-46cb-850a-c46418861a2c .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-7dd664b4-fcae-46cb-850a-c46418861a2c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-7dd664b4-fcae-46cb-850a-c46418861a2c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-7dd664b4-fcae-46cb-850a-c46418861a2c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f933921f-7d3f-435a-8914-db3363074ce0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f933921f-7d3f-435a-8914-db3363074ce0 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#475467;border-radius:4px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-f933921f-7d3f-435a-8914-db3363074ce0 .ablocks-button { font-family:Inter; } } .ablocks-block-f933921f-7d3f-435a-8914-db3363074ce0 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-f933921f-7d3f-435a-8914-db3363074ce0 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-f933921f-7d3f-435a-8914-db3363074ce0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-f933921f-7d3f-435a-8914-db3363074ce0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 

.ablocks-block-b4994552-4b4b-4a2b-9e4f-1bacdb7d442b { width:30%;left:49%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 480px) { .ablocks-block-b4994552-4b4b-4a2b-9e4f-1bacdb7d442b { width:100%; } } 
.ablocks-block-833397be-62f6-4a3d-b4d6-561223f375e0 { padding:12px;background:#ffffff;border-bottom-right-radius:6px;border-bottom-left-radius:6px;box-shadow:0px 13px 27px -5px #32325D40;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-833397be-62f6-4a3d-b4d6-561223f375e0.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-833397be-62f6-4a3d-b4d6-561223f375e0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-833397be-62f6-4a3d-b4d6-561223f375e0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ad4ea6c7-a7ac-4a26-b383-48025ccf11b1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ad4ea6c7-a7ac-4a26-b383-48025ccf11b1 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#475467;border-radius:4px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-ad4ea6c7-a7ac-4a26-b383-48025ccf11b1 .ablocks-button { font-family:Inter; } } .ablocks-block-ad4ea6c7-a7ac-4a26-b383-48025ccf11b1 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-ad4ea6c7-a7ac-4a26-b383-48025ccf11b1 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ad4ea6c7-a7ac-4a26-b383-48025ccf11b1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ad4ea6c7-a7ac-4a26-b383-48025ccf11b1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-edc17793-b138-4dae-8199-2c3ef36649f8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-edc17793-b138-4dae-8199-2c3ef36649f8 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#475467;border-radius:4px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-edc17793-b138-4dae-8199-2c3ef36649f8 .ablocks-button { font-family:Inter; } } .ablocks-block-edc17793-b138-4dae-8199-2c3ef36649f8 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-edc17793-b138-4dae-8199-2c3ef36649f8 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-edc17793-b138-4dae-8199-2c3ef36649f8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-edc17793-b138-4dae-8199-2c3ef36649f8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 

.ablocks-block-32bdd6ac-2eaf-47e9-b5fe-5370c22ae202 { width:30%;left:61%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 800px) { .ablocks-block-32bdd6ac-2eaf-47e9-b5fe-5370c22ae202 { width:26%;left:74%; } } @media screen and (max-width: 480px) { .ablocks-block-32bdd6ac-2eaf-47e9-b5fe-5370c22ae202 { width:100%; } } 
.ablocks-block-90b37059-5464-4f2a-8711-a3ff6efabc85 { padding:12px;background:#ffffff;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;box-shadow:0px 13px 27px -5px #32325D40;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-90b37059-5464-4f2a-8711-a3ff6efabc85.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-90b37059-5464-4f2a-8711-a3ff6efabc85 { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-90b37059-5464-4f2a-8711-a3ff6efabc85.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-1942b022-6696-4f1b-bebd-09ee52b8c9d7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1942b022-6696-4f1b-bebd-09ee52b8c9d7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#475467;border-radius:4px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-1942b022-6696-4f1b-bebd-09ee52b8c9d7 .ablocks-button { font-family:Inter; } } .ablocks-block-1942b022-6696-4f1b-bebd-09ee52b8c9d7 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-1942b022-6696-4f1b-bebd-09ee52b8c9d7 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-1942b022-6696-4f1b-bebd-09ee52b8c9d7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-1942b022-6696-4f1b-bebd-09ee52b8c9d7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-feb1f76b-ce6c-4abf-a5cb-fa5886d68981 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-feb1f76b-ce6c-4abf-a5cb-fa5886d68981 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#475467;border-radius:4px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-feb1f76b-ce6c-4abf-a5cb-fa5886d68981 .ablocks-button { font-family:Inter; } } .ablocks-block-feb1f76b-ce6c-4abf-a5cb-fa5886d68981 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-feb1f76b-ce6c-4abf-a5cb-fa5886d68981 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-feb1f76b-ce6c-4abf-a5cb-fa5886d68981 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-feb1f76b-ce6c-4abf-a5cb-fa5886d68981 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-97887bb9-cca8-4dcc-9a2c-a186d3cc82b7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-97887bb9-cca8-4dcc-9a2c-a186d3cc82b7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#475467;border-radius:4px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-97887bb9-cca8-4dcc-9a2c-a186d3cc82b7 .ablocks-button { font-family:Inter; } } .ablocks-block-97887bb9-cca8-4dcc-9a2c-a186d3cc82b7 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-97887bb9-cca8-4dcc-9a2c-a186d3cc82b7 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-97887bb9-cca8-4dcc-9a2c-a186d3cc82b7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-97887bb9-cca8-4dcc-9a2c-a186d3cc82b7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-55220a87-412e-4a6f-a775-37c634dbdc5a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-55220a87-412e-4a6f-a775-37c634dbdc5a.ablocks-hide-on-desktop,.ablocks-block-55220a87-412e-4a6f-a775-37c634dbdc5a.ablocks-hide-on-tablet,.ablocks-block-55220a87-412e-4a6f-a775-37c634dbdc5a.ablocks-hide-on-mobile { display:none; } } .ablocks-block-55220a87-412e-4a6f-a775-37c634dbdc5a.ablocks-block--container { padding:0px;max-width:min(100%,40%) !important;overflow:visible; } .ablocks-block-55220a87-412e-4a6f-a775-37c634dbdc5a { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-55220a87-412e-4a6f-a775-37c634dbdc5a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-55220a87-412e-4a6f-a775-37c634dbdc5a { display:inline-flex; } 
.ablocks-block-a9d58827-8a15-4345-a63e-208c5fca0543 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9d58827-8a15-4345-a63e-208c5fca0543 { text-align:left; } .ablocks-block-a9d58827-8a15-4345-a63e-208c5fca0543 .ablocks-button { column-gap:10px;background:#FFF;justify-content:left;color:#131111;border-width:1px;border-style:solid;border-color:#D0D5DD;border-radius:999px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:none;font-size:14px;line-height:20px;padding-top:10px;padding-right:25px;padding-bottom:10px;padding-left:25px; } @media screen and (max-width: 800px) { .ablocks-block-a9d58827-8a15-4345-a63e-208c5fca0543 .ablocks-button { font-family:Inter; } } .ablocks-block-a9d58827-8a15-4345-a63e-208c5fca0543 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#131111;border-width:1px;border-color:#131111;border-style:solid;border-radius:999px; } .ablocks-block-a9d58827-8a15-4345-a63e-208c5fca0543 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-a9d58827-8a15-4345-a63e-208c5fca0543 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a9d58827-8a15-4345-a63e-208c5fca0543 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a9d58827-8a15-4345-a63e-208c5fca0543 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6e8e3916-cb80-4eb0-9228-0182d39bcbd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e8e3916-cb80-4eb0-9228-0182d39bcbd9 { text-align:left; } .ablocks-block-6e8e3916-cb80-4eb0-9228-0182d39bcbd9 .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#2E90FA;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;box-shadow:inset 0px 1px 4px 0px rgba(0,0,0,0.26);font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-6e8e3916-cb80-4eb0-9228-0182d39bcbd9 .ablocks-button { font-family:Inter; } } .ablocks-block-6e8e3916-cb80-4eb0-9228-0182d39bcbd9 .ablocks-button:hover { transition-duration:0.5s;color:#2E90FA;background:#ffffff;border-width:1px;border-color:#2E90FA;border-style:solid;border-radius:999px; } .ablocks-block-6e8e3916-cb80-4eb0-9228-0182d39bcbd9 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#2E90FA; } .ablocks-block-6e8e3916-cb80-4eb0-9228-0182d39bcbd9 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-6e8e3916-cb80-4eb0-9228-0182d39bcbd9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-6e8e3916-cb80-4eb0-9228-0182d39bcbd9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-cf3caa65-be5b-409c-a2b0-988a0feb97e5 { margin-top:0px;padding-top:96px;padding-bottom:78px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cf3caa65-be5b-409c-a2b0-988a0feb97e5 { padding-top:60px; } } .ablocks-block-cf3caa65-be5b-409c-a2b0-988a0feb97e5.ablocks-block--container { padding-top:96px;padding-bottom:78px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cf3caa65-be5b-409c-a2b0-988a0feb97e5.ablocks-block--container { padding-top:60px; } } .ablocks-block-cf3caa65-be5b-409c-a2b0-988a0feb97e5 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-cf3caa65-be5b-409c-a2b0-988a0feb97e5 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:64px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-cf3caa65-be5b-409c-a2b0-988a0feb97e5 > .ablocks-block-container { row-gap:20px; } } .ablocks-block-cf3caa65-be5b-409c-a2b0-988a0feb97e5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:64px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-cf3caa65-be5b-409c-a2b0-988a0feb97e5.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-81dc8b0f-c49a-4176-88cf-d5c64ffad11b { width:63%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-81dc8b0f-c49a-4176-88cf-d5c64ffad11b { width:100%; } } .ablocks-block-81dc8b0f-c49a-4176-88cf-d5c64ffad11b { text-align:center; } .ablocks-block-81dc8b0f-c49a-4176-88cf-d5c64ffad11b .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:Medium;font-size:48px;line-height:62px;letter-spacing:-3.5%; } @media screen and (max-width: 800px) { .ablocks-block-81dc8b0f-c49a-4176-88cf-d5c64ffad11b .ablocks-heading-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-81dc8b0f-c49a-4176-88cf-d5c64ffad11b .ablocks-heading-text { font-size:33px;line-height:44px; } } 
.ablocks-block-5582c061-de8d-4fba-ba07-d5eb38633295 { margin-top:64px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#EDF8FF66;border-width:1px;border-style:solid;border-color:#2e90fa33;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5582c061-de8d-4fba-ba07-d5eb38633295 { margin-top:48px; } } .ablocks-block-5582c061-de8d-4fba-ba07-d5eb38633295.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-5582c061-de8d-4fba-ba07-d5eb38633295 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-5582c061-de8d-4fba-ba07-d5eb38633295 { flex-wrap:wrap; } } @media screen and (max-width: 480px) { .ablocks-block-5582c061-de8d-4fba-ba07-d5eb38633295 { flex-direction:column; } } .ablocks-block-5582c061-de8d-4fba-ba07-d5eb38633295.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-5582c061-de8d-4fba-ba07-d5eb38633295.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } @media screen and (max-width: 480px) { .ablocks-block-5582c061-de8d-4fba-ba07-d5eb38633295.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-5582c061-de8d-4fba-ba07-d5eb38633295 { display:inline-flex; } 
.ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856 { padding-top:87px;padding-right:0px;padding-bottom:160px;padding-left:0px;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856 { padding-top:48px; } } @media screen and (max-width: 480px) { .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856 { margin-top:0px;padding-bottom:80px; } } .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856.ablocks-block--container { padding-top:87px;padding-right:0px;padding-bottom:160px;padding-left:0px;max-width:min(100%,35%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856.ablocks-block--container { padding-top:48px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856.ablocks-block--container { padding-bottom:80px; } } .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856 { display:flex;flex-direction:column;min-height:0px;row-gap:88px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856 { row-gap:68px; } } @media screen and (max-width: 480px) { .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856 { row-gap:38px; } } .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:88px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856.ablocks-has-block-container > .ablocks-block-container { row-gap:68px; } } @media screen and (max-width: 480px) { .ablocks-block-394e1dbf-22ff-46a0-b918-7c3ff69be856.ablocks-has-block-container > .ablocks-block-container { row-gap:38px; } } 
.ablocks-block-2eb1ad5c-17f9-4551-b955-bffec9be9a1a { 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-2eb1ad5c-17f9-4551-b955-bffec9be9a1a.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-2eb1ad5c-17f9-4551-b955-bffec9be9a1a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2eb1ad5c-17f9-4551-b955-bffec9be9a1a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7afb184e-c64f-44f1-a18f-5afb6e9008ae { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7afb184e-c64f-44f1-a18f-5afb6e9008ae { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-7afb184e-c64f-44f1-a18f-5afb6e9008ae .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7afb184e-c64f-44f1-a18f-5afb6e9008ae .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:332px; } @media screen and (max-width: 800px) { .ablocks-block-7afb184e-c64f-44f1-a18f-5afb6e9008ae .ablocks-icon-wrap img.ablocks-image-icon { width:294px; } } @media screen and (max-width: 480px) { .ablocks-block-7afb184e-c64f-44f1-a18f-5afb6e9008ae .ablocks-icon-wrap img.ablocks-image-icon { width:248px; } } .ablocks-block-7afb184e-c64f-44f1-a18f-5afb6e9008ae .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-936ea091-de2b-4ea7-bd64-c0f9ed40545d { margin-top:77px;padding-top:18px;padding-bottom:18px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#2e90fa33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-936ea091-de2b-4ea7-bd64-c0f9ed40545d { margin-top:58px;padding-left:32px; } } @media screen and (max-width: 480px) { .ablocks-block-936ea091-de2b-4ea7-bd64-c0f9ed40545d { margin-top:40px; } } .ablocks-block-936ea091-de2b-4ea7-bd64-c0f9ed40545d { text-align:left; } .ablocks-block-936ea091-de2b-4ea7-bd64-c0f9ed40545d .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-936ea091-de2b-4ea7-bd64-c0f9ed40545d .ablocks-heading-text { font-family:Inter;font-size:20px; } } 
.ablocks-block-7cbe4446-44df-4aa3-9b98-7013c7698bbd { padding-top:17px;padding-bottom:19px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#2e90fa33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7cbe4446-44df-4aa3-9b98-7013c7698bbd { padding-top:18px;padding-bottom:18px;padding-left:32px; } } .ablocks-block-7cbe4446-44df-4aa3-9b98-7013c7698bbd { text-align:left; } .ablocks-block-7cbe4446-44df-4aa3-9b98-7013c7698bbd .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7cbe4446-44df-4aa3-9b98-7013c7698bbd .ablocks-heading-text { font-family:Inter;font-size:20px; } } 
.ablocks-block-d12488ce-8858-41c5-abd2-6c589e4b180a { padding-top:18px;padding-bottom:18px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#2e90fa33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d12488ce-8858-41c5-abd2-6c589e4b180a { padding-left:32px; } } .ablocks-block-d12488ce-8858-41c5-abd2-6c589e4b180a { text-align:left; } .ablocks-block-d12488ce-8858-41c5-abd2-6c589e4b180a .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-d12488ce-8858-41c5-abd2-6c589e4b180a .ablocks-heading-text { font-family:Inter;font-size:20px; } } 
.ablocks-block-559e47ad-822c-49f8-8fd2-ad70c8bb62bb { padding-top:18px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#2e90fa33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-559e47ad-822c-49f8-8fd2-ad70c8bb62bb { padding-left:32px; } } .ablocks-block-559e47ad-822c-49f8-8fd2-ad70c8bb62bb { text-align:left; } .ablocks-block-559e47ad-822c-49f8-8fd2-ad70c8bb62bb .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-559e47ad-822c-49f8-8fd2-ad70c8bb62bb .ablocks-heading-text { font-family:Inter;font-size:20px; } } 
.ablocks-block-cc70eb10-3610-4fa0-86e6-9936224b4204 { margin-top:16px;padding-left:60px;width:74%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cc70eb10-3610-4fa0-86e6-9936224b4204 { padding-left:32px;width:77%; } } @media screen and (max-width: 480px) { .ablocks-block-cc70eb10-3610-4fa0-86e6-9936224b4204 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:8px;width:95%; } } .ablocks-block-cc70eb10-3610-4fa0-86e6-9936224b4204 { text-align:left; } .ablocks-block-cc70eb10-3610-4fa0-86e6-9936224b4204 .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:Regular;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-cc70eb10-3610-4fa0-86e6-9936224b4204 .ablocks-paragraph-text { font-family:Inter;font-size:18px; } } .ablocks-block-cc70eb10-3610-4fa0-86e6-9936224b4204 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0d87be44-58d0-4cc7-a334-152b3ba09cf9 { margin-top:-43px;padding:0px;background:#2e90fa1f;border-width:1px 0px 0px 0px;border-style:solid;border-color:#cbd1d7;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0d87be44-58d0-4cc7-a334-152b3ba09cf9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0d87be44-58d0-4cc7-a334-152b3ba09cf9 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0d87be44-58d0-4cc7-a334-152b3ba09cf9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9acc9761-4574-4de2-83a2-369b8163b34b { padding-top:8px;padding-bottom:8px;background:#2E90FA;border-top-left-radius:20px;border-top-right-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9acc9761-4574-4de2-83a2-369b8163b34b { text-align:center; } .ablocks-block-9acc9761-4574-4de2-83a2-369b8163b34b .ablocks-heading-text { color:#FFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:27px; } @media screen and (max-width: 800px) { .ablocks-block-9acc9761-4574-4de2-83a2-369b8163b34b .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-01687d2c-f143-415e-be86-6f105b978964 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01687d2c-f143-415e-be86-6f105b978964.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-01687d2c-f143-415e-be86-6f105b978964 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-01687d2c-f143-415e-be86-6f105b978964.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-200e3696-0dfa-4833-bf5f-a420c4d6ee5a { padding-top:38px;padding-right:37px;padding-bottom:43px;padding-left:37px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-200e3696-0dfa-4833-bf5f-a420c4d6ee5a { padding-top:42px;padding-right:32px;padding-bottom:32px;padding-left:32px; } } @media screen and (max-width: 480px) { .ablocks-block-200e3696-0dfa-4833-bf5f-a420c4d6ee5a { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-200e3696-0dfa-4833-bf5f-a420c4d6ee5a.ablocks-block--container { padding-top:38px;padding-right:37px;padding-bottom:43px;padding-left:37px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-200e3696-0dfa-4833-bf5f-a420c4d6ee5a.ablocks-block--container { padding-top:42px;padding-right:32px;padding-bottom:32px;padding-left:32px; } } @media screen and (max-width: 480px) { .ablocks-block-200e3696-0dfa-4833-bf5f-a420c4d6ee5a.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-200e3696-0dfa-4833-bf5f-a420c4d6ee5a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-200e3696-0dfa-4833-bf5f-a420c4d6ee5a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-816ed97f-47a5-462e-8499-125ea4a5b126 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-816ed97f-47a5-462e-8499-125ea4a5b126 { text-align:center; } .ablocks-block-816ed97f-47a5-462e-8499-125ea4a5b126 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-816ed97f-47a5-462e-8499-125ea4a5b126 .ablocks-heading-text { font-family:Inter;font-size:36px; } } @media screen and (max-width: 480px) { .ablocks-block-816ed97f-47a5-462e-8499-125ea4a5b126 .ablocks-heading-text { font-size:31px;line-height:42px; } } 
.ablocks-block-392a1395-81a4-4ae2-9c40-8f25677db492 { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-392a1395-81a4-4ae2-9c40-8f25677db492 { margin-top:20px; } } .ablocks-block-392a1395-81a4-4ae2-9c40-8f25677db492.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-392a1395-81a4-4ae2-9c40-8f25677db492 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-392a1395-81a4-4ae2-9c40-8f25677db492.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-392a1395-81a4-4ae2-9c40-8f25677db492 { display:inline-flex; } 
.ablocks-block-64448b04-bfef-4d61-8cbb-5a3602bbfb85 { padding-right:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64448b04-bfef-4d61-8cbb-5a3602bbfb85 { text-align:left; } .ablocks-block-64448b04-bfef-4d61-8cbb-5a3602bbfb85 .ablocks-paragraph-text { color:#579DFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:line-through;font-size:20px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-64448b04-bfef-4d61-8cbb-5a3602bbfb85 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-64448b04-bfef-4d61-8cbb-5a3602bbfb85 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cd90b444-9e01-421a-b943-d32ffa23accc { padding-right:2px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd90b444-9e01-421a-b943-d32ffa23accc { text-align:left; } .ablocks-block-cd90b444-9e01-421a-b943-d32ffa23accc .ablocks-paragraph-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-cd90b444-9e01-421a-b943-d32ffa23accc .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-cd90b444-9e01-421a-b943-d32ffa23accc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-34ce31c7-2ab8-4a07-bb96-031e1dc489b1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34ce31c7-2ab8-4a07-bb96-031e1dc489b1 { text-align:left; } .ablocks-block-34ce31c7-2ab8-4a07-bb96-031e1dc489b1 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-34ce31c7-2ab8-4a07-bb96-031e1dc489b1 .ablocks-heading-text { font-family:Inter;font-size:42px; } } 
.ablocks-block-a0dcea4e-1082-4f48-8d65-d484f3ea0a00 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0dcea4e-1082-4f48-8d65-d484f3ea0a00 .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:center;width:100%;color:#FFF;border-radius:9999px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px; } @media screen and (max-width: 800px) { .ablocks-block-a0dcea4e-1082-4f48-8d65-d484f3ea0a00 .ablocks-button { font-family:Inter; } } .ablocks-block-a0dcea4e-1082-4f48-8d65-d484f3ea0a00 .ablocks-button:hover { transition-duration:0.5s;background:#027cff; } .ablocks-block-a0dcea4e-1082-4f48-8d65-d484f3ea0a00 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a0dcea4e-1082-4f48-8d65-d484f3ea0a00 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a0dcea4e-1082-4f48-8d65-d484f3ea0a00 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-50257465-c277-4dd6-b75f-34714f7307df { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-50257465-c277-4dd6-b75f-34714f7307df .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;width:100%;color:#2E90FA;border-width:1px;border-style:solid;border-color:#2e90fa;border-radius:9999px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding:12px; } @media screen and (max-width: 800px) { .ablocks-block-50257465-c277-4dd6-b75f-34714f7307df .ablocks-button { font-family:Inter; } } .ablocks-block-50257465-c277-4dd6-b75f-34714f7307df .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#027cff; } .ablocks-block-50257465-c277-4dd6-b75f-34714f7307df .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-50257465-c277-4dd6-b75f-34714f7307df .ablocks-icon-wrap { font-size:16px; } .ablocks-block-50257465-c277-4dd6-b75f-34714f7307df .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-50257465-c277-4dd6-b75f-34714f7307df .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4083346b-d03d-4340-ba37-5fad82e973ca { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4083346b-d03d-4340-ba37-5fad82e973ca { text-align:center; } .ablocks-block-4083346b-d03d-4340-ba37-5fad82e973ca .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-4083346b-d03d-4340-ba37-5fad82e973ca .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-4083346b-d03d-4340-ba37-5fad82e973ca .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c129061c-febd-4f75-be28-1ce68d1ce862 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c129061c-febd-4f75-be28-1ce68d1ce862 { text-align:center; } .ablocks-block-c129061c-febd-4f75-be28-1ce68d1ce862 .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-c129061c-febd-4f75-be28-1ce68d1ce862 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-c129061c-febd-4f75-be28-1ce68d1ce862 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d0c010df-6715-4ca7-8344-1ed873f2bf14 { padding-top:18px;padding-bottom:18px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#2e90fa33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d0c010df-6715-4ca7-8344-1ed873f2bf14 { padding-left:32px; } } .ablocks-block-d0c010df-6715-4ca7-8344-1ed873f2bf14 { text-align:left; } .ablocks-block-d0c010df-6715-4ca7-8344-1ed873f2bf14 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-d0c010df-6715-4ca7-8344-1ed873f2bf14 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-74d2333e-33a9-40de-b41a-c25d2a46519c { padding-top:18px;padding-bottom:18px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#2e90fa33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-74d2333e-33a9-40de-b41a-c25d2a46519c { padding-left:32px; } } .ablocks-block-74d2333e-33a9-40de-b41a-c25d2a46519c { text-align:left; } .ablocks-block-74d2333e-33a9-40de-b41a-c25d2a46519c .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-74d2333e-33a9-40de-b41a-c25d2a46519c .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-1e91c1f7-4504-4807-bd00-e664663075a8 { padding-top:18px;padding-bottom:18px;padding-left:60px;border-width:1px 0px 1px 0px;border-style:solid;border-color:#2e90fa33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1e91c1f7-4504-4807-bd00-e664663075a8 { padding-left:32px; } } .ablocks-block-1e91c1f7-4504-4807-bd00-e664663075a8 { text-align:left; } .ablocks-block-1e91c1f7-4504-4807-bd00-e664663075a8 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1e91c1f7-4504-4807-bd00-e664663075a8 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-d1d78a8d-7f19-4251-b73c-329c0794c725 { padding-top:24px;padding-right:0px;padding-bottom:29px;padding-left:24px;border-width:0px 0px 0px 0px;border-style:solid;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d1d78a8d-7f19-4251-b73c-329c0794c725 { padding-right:24px;padding-bottom:36px; } } @media screen and (max-width: 480px) { .ablocks-block-d1d78a8d-7f19-4251-b73c-329c0794c725 { padding-top:12px;padding-right:12px;padding-bottom:34px;padding-left:12px; } } .ablocks-block-d1d78a8d-7f19-4251-b73c-329c0794c725.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:29px;padding-left:24px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d1d78a8d-7f19-4251-b73c-329c0794c725.ablocks-block--container { padding-right:24px;padding-bottom:36px; } } @media screen and (max-width: 480px) { .ablocks-block-d1d78a8d-7f19-4251-b73c-329c0794c725.ablocks-block--container { padding-top:12px;padding-right:12px;padding-bottom:34px;padding-left:12px; } } .ablocks-block-d1d78a8d-7f19-4251-b73c-329c0794c725 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d1d78a8d-7f19-4251-b73c-329c0794c725.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b72ca5a5-20a2-4e3c-8f51-45ad8c4ca6b5 { padding-top:26px;padding-right:12px;padding-bottom:26px;padding-left:24px;background:#FFF;border-width:1px 0px 1px 1px;border-style:solid;border-color:#2e90fa24;border-top-left-radius:12px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:12px;box-shadow:0px 9px 33px 0px #0208350D;position:relative;z-index:2;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b72ca5a5-20a2-4e3c-8f51-45ad8c4ca6b5 { padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px; } } .ablocks-block-b72ca5a5-20a2-4e3c-8f51-45ad8c4ca6b5.ablocks-block--container { padding-top:26px;padding-right:12px;padding-bottom:26px;padding-left:24px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b72ca5a5-20a2-4e3c-8f51-45ad8c4ca6b5.ablocks-block--container { padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px; } } .ablocks-block-b72ca5a5-20a2-4e3c-8f51-45ad8c4ca6b5 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:16px;column-gap:16px; } .ablocks-block-b72ca5a5-20a2-4e3c-8f51-45ad8c4ca6b5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:16px;column-gap:16px; } .ablocks-block-b72ca5a5-20a2-4e3c-8f51-45ad8c4ca6b5 { display:inline-flex; } 
.ablocks-block-40b30a78-ba8d-4b3a-ba44-1b82010ec272 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-40b30a78-ba8d-4b3a-ba44-1b82010ec272.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-40b30a78-ba8d-4b3a-ba44-1b82010ec272.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-40b30a78-ba8d-4b3a-ba44-1b82010ec272 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-40b30a78-ba8d-4b3a-ba44-1b82010ec272.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-99e5b894-219d-4313-99b1-019b5a828903 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-99e5b894-219d-4313-99b1-019b5a828903 { display:flex;justify-content:center; } .ablocks-block-99e5b894-219d-4313-99b1-019b5a828903 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-99e5b894-219d-4313-99b1-019b5a828903 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-99e5b894-219d-4313-99b1-019b5a828903 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-097eb1ff-2427-457b-ad44-792cb3340ec0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-097eb1ff-2427-457b-ad44-792cb3340ec0.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-097eb1ff-2427-457b-ad44-792cb3340ec0.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-097eb1ff-2427-457b-ad44-792cb3340ec0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-097eb1ff-2427-457b-ad44-792cb3340ec0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-982a20da-8a9b-419a-89be-6b867e55a48b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-982a20da-8a9b-419a-89be-6b867e55a48b { display:flex;justify-content:center; } .ablocks-block-982a20da-8a9b-419a-89be-6b867e55a48b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-982a20da-8a9b-419a-89be-6b867e55a48b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-982a20da-8a9b-419a-89be-6b867e55a48b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-425cc5e3-d617-4169-a089-1e1a223e280c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-425cc5e3-d617-4169-a089-1e1a223e280c.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-425cc5e3-d617-4169-a089-1e1a223e280c.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-425cc5e3-d617-4169-a089-1e1a223e280c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-425cc5e3-d617-4169-a089-1e1a223e280c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a7a94717-ce94-40ae-ba2f-0ffd62851624 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7a94717-ce94-40ae-ba2f-0ffd62851624 { display:flex;justify-content:center; } .ablocks-block-a7a94717-ce94-40ae-ba2f-0ffd62851624 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-a7a94717-ce94-40ae-ba2f-0ffd62851624 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a7a94717-ce94-40ae-ba2f-0ffd62851624 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-4297f866-813b-4ee6-89ce-4903349ea96f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4297f866-813b-4ee6-89ce-4903349ea96f.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-4297f866-813b-4ee6-89ce-4903349ea96f.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-4297f866-813b-4ee6-89ce-4903349ea96f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4297f866-813b-4ee6-89ce-4903349ea96f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-21eea429-ed87-476d-9322-b294fa90f570 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-21eea429-ed87-476d-9322-b294fa90f570 { display:flex;justify-content:center; } .ablocks-block-21eea429-ed87-476d-9322-b294fa90f570 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-21eea429-ed87-476d-9322-b294fa90f570 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-21eea429-ed87-476d-9322-b294fa90f570 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ac6cacf2-df8f-4edb-ade7-4944ef347a33 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac6cacf2-df8f-4edb-ade7-4944ef347a33.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ac6cacf2-df8f-4edb-ade7-4944ef347a33.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-ac6cacf2-df8f-4edb-ade7-4944ef347a33 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ac6cacf2-df8f-4edb-ade7-4944ef347a33.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-233553b4-4bbc-4621-95ed-4ab61e6aa907 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-233553b4-4bbc-4621-95ed-4ab61e6aa907 { display:flex;justify-content:center; } .ablocks-block-233553b4-4bbc-4621-95ed-4ab61e6aa907 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-233553b4-4bbc-4621-95ed-4ab61e6aa907 .ablocks-image-figure img { width:240px; } } .ablocks-block-233553b4-4bbc-4621-95ed-4ab61e6aa907 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-233553b4-4bbc-4621-95ed-4ab61e6aa907 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d172748f-52cb-463f-ab72-a46d4e7dc772 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d172748f-52cb-463f-ab72-a46d4e7dc772.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d172748f-52cb-463f-ab72-a46d4e7dc772.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-d172748f-52cb-463f-ab72-a46d4e7dc772 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d172748f-52cb-463f-ab72-a46d4e7dc772.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e7c7e41e-9a7e-46cd-83a3-bbfef88ab2a5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e7c7e41e-9a7e-46cd-83a3-bbfef88ab2a5 { display:flex;justify-content:center; } .ablocks-block-e7c7e41e-9a7e-46cd-83a3-bbfef88ab2a5 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-e7c7e41e-9a7e-46cd-83a3-bbfef88ab2a5 .ablocks-image-figure img { width:240px; } } .ablocks-block-e7c7e41e-9a7e-46cd-83a3-bbfef88ab2a5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e7c7e41e-9a7e-46cd-83a3-bbfef88ab2a5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2e476281-5054-48a3-a143-a2fb173a6d62 { padding:0px;border-width:1px 0px 0px 0px;border-color:#CBD1D7;border-top-left-radius:20px;border-top-right-radius:20px;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: 800px) { .ablocks-block-2e476281-5054-48a3-a143-a2fb173a6d62 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } } .ablocks-block-2e476281-5054-48a3-a143-a2fb173a6d62.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2e476281-5054-48a3-a143-a2fb173a6d62.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } } .ablocks-block-2e476281-5054-48a3-a143-a2fb173a6d62 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2e476281-5054-48a3-a143-a2fb173a6d62.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4839eee4-0597-4bda-8d95-9cfc0c9916f6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4839eee4-0597-4bda-8d95-9cfc0c9916f6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4839eee4-0597-4bda-8d95-9cfc0c9916f6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4839eee4-0597-4bda-8d95-9cfc0c9916f6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b7f2541c-2b6f-47ab-8ecf-73095712bb1c { padding-top:43px;padding-right:37px;padding-bottom:43px;padding-left:37px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b7f2541c-2b6f-47ab-8ecf-73095712bb1c { padding-top:52px;padding-right:32px;padding-bottom:32px;padding-left:32px; } } @media screen and (max-width: 480px) { .ablocks-block-b7f2541c-2b6f-47ab-8ecf-73095712bb1c { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-b7f2541c-2b6f-47ab-8ecf-73095712bb1c.ablocks-block--container { padding-top:43px;padding-right:37px;padding-bottom:43px;padding-left:37px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b7f2541c-2b6f-47ab-8ecf-73095712bb1c.ablocks-block--container { padding-top:52px;padding-right:32px;padding-bottom:32px;padding-left:32px; } } @media screen and (max-width: 480px) { .ablocks-block-b7f2541c-2b6f-47ab-8ecf-73095712bb1c.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-b7f2541c-2b6f-47ab-8ecf-73095712bb1c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b7f2541c-2b6f-47ab-8ecf-73095712bb1c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-274257a9-83b3-46ad-afa7-a49ba1f40b31 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-274257a9-83b3-46ad-afa7-a49ba1f40b31 { text-align:center; } .ablocks-block-274257a9-83b3-46ad-afa7-a49ba1f40b31 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-274257a9-83b3-46ad-afa7-a49ba1f40b31 .ablocks-heading-text { font-family:Inter;font-size:36px; } } @media screen and (max-width: 480px) { .ablocks-block-274257a9-83b3-46ad-afa7-a49ba1f40b31 .ablocks-heading-text { font-size:31px;line-height:42px; } } 
.ablocks-block-5997f1fb-fba3-4071-aac3-84e6f8b71ddf { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5997f1fb-fba3-4071-aac3-84e6f8b71ddf { margin-top:20px; } } .ablocks-block-5997f1fb-fba3-4071-aac3-84e6f8b71ddf.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5997f1fb-fba3-4071-aac3-84e6f8b71ddf { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5997f1fb-fba3-4071-aac3-84e6f8b71ddf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5997f1fb-fba3-4071-aac3-84e6f8b71ddf { display:inline-flex; } 
.ablocks-block-aabbb43d-baf4-455d-8e8a-eda1a274b3a5 { padding-right:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aabbb43d-baf4-455d-8e8a-eda1a274b3a5 { text-align:left; } .ablocks-block-aabbb43d-baf4-455d-8e8a-eda1a274b3a5 .ablocks-paragraph-text { color:#579DFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:line-through;font-size:20px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-aabbb43d-baf4-455d-8e8a-eda1a274b3a5 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-aabbb43d-baf4-455d-8e8a-eda1a274b3a5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9687be1d-41c5-4470-8aab-bd528418111a { padding-right:2px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9687be1d-41c5-4470-8aab-bd528418111a { text-align:left; } .ablocks-block-9687be1d-41c5-4470-8aab-bd528418111a .ablocks-paragraph-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-9687be1d-41c5-4470-8aab-bd528418111a .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-9687be1d-41c5-4470-8aab-bd528418111a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1f53bdb1-3d4d-4a53-be01-a5f6e75d319f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f53bdb1-3d4d-4a53-be01-a5f6e75d319f { text-align:left; } .ablocks-block-1f53bdb1-3d4d-4a53-be01-a5f6e75d319f .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-1f53bdb1-3d4d-4a53-be01-a5f6e75d319f .ablocks-heading-text { font-family:Inter;font-size:42px; } } 
.ablocks-block-43cbe2e9-6244-441a-a41e-806402451ca7 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-43cbe2e9-6244-441a-a41e-806402451ca7 .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:center;width:100%;color:#FFF;border-radius:9999px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px; } @media screen and (max-width: 800px) { .ablocks-block-43cbe2e9-6244-441a-a41e-806402451ca7 .ablocks-button { font-family:Inter; } } .ablocks-block-43cbe2e9-6244-441a-a41e-806402451ca7 .ablocks-button:hover { transition-duration:0.5s;background:#027cff; } .ablocks-block-43cbe2e9-6244-441a-a41e-806402451ca7 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-43cbe2e9-6244-441a-a41e-806402451ca7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-43cbe2e9-6244-441a-a41e-806402451ca7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-58ce3d7b-4d42-4be9-a0b2-84d213d2fb97 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-58ce3d7b-4d42-4be9-a0b2-84d213d2fb97 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;width:100%;color:#2E90FA;border-width:1px;border-style:solid;border-color:#2e90fa;border-radius:9999px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding:12px; } @media screen and (max-width: 800px) { .ablocks-block-58ce3d7b-4d42-4be9-a0b2-84d213d2fb97 .ablocks-button { font-family:Inter; } } .ablocks-block-58ce3d7b-4d42-4be9-a0b2-84d213d2fb97 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#027cff; } .ablocks-block-58ce3d7b-4d42-4be9-a0b2-84d213d2fb97 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-58ce3d7b-4d42-4be9-a0b2-84d213d2fb97 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-58ce3d7b-4d42-4be9-a0b2-84d213d2fb97 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-58ce3d7b-4d42-4be9-a0b2-84d213d2fb97 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2c7eb08a-af70-40fe-80c8-8fb61b6b2477 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c7eb08a-af70-40fe-80c8-8fb61b6b2477 { text-align:center; } .ablocks-block-2c7eb08a-af70-40fe-80c8-8fb61b6b2477 .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-2c7eb08a-af70-40fe-80c8-8fb61b6b2477 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-2c7eb08a-af70-40fe-80c8-8fb61b6b2477 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d48de0b4-5b15-4988-a580-8b2aeb860596 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d48de0b4-5b15-4988-a580-8b2aeb860596 { text-align:center; } .ablocks-block-d48de0b4-5b15-4988-a580-8b2aeb860596 .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-d48de0b4-5b15-4988-a580-8b2aeb860596 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-d48de0b4-5b15-4988-a580-8b2aeb860596 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4da3a2eb-90af-4377-b637-6c643f90bc3d { padding-top:18px;padding-bottom:18px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#2e90fa33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4da3a2eb-90af-4377-b637-6c643f90bc3d { padding-left:32px; } } .ablocks-block-4da3a2eb-90af-4377-b637-6c643f90bc3d { text-align:left; } .ablocks-block-4da3a2eb-90af-4377-b637-6c643f90bc3d .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-4da3a2eb-90af-4377-b637-6c643f90bc3d .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-54b1ca68-1311-4b39-a9b1-75f5b1b904ec { padding-top:18px;padding-bottom:18px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#2e90fa33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-54b1ca68-1311-4b39-a9b1-75f5b1b904ec { padding-left:32px; } } .ablocks-block-54b1ca68-1311-4b39-a9b1-75f5b1b904ec { text-align:left; } .ablocks-block-54b1ca68-1311-4b39-a9b1-75f5b1b904ec .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-54b1ca68-1311-4b39-a9b1-75f5b1b904ec .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-cf3c346d-0f29-4ab2-9f7a-b1bbd5461a16 { padding-top:18px;padding-bottom:18px;padding-left:60px;border-width:1px 0px 1px 0px;border-style:solid;border-color:#2e90fa33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cf3c346d-0f29-4ab2-9f7a-b1bbd5461a16 { padding-left:32px; } } .ablocks-block-cf3c346d-0f29-4ab2-9f7a-b1bbd5461a16 { text-align:left; } .ablocks-block-cf3c346d-0f29-4ab2-9f7a-b1bbd5461a16 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-cf3c346d-0f29-4ab2-9f7a-b1bbd5461a16 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-2a6311a2-ade0-4350-ad8e-48c5bbd21ad8 { padding-top:24px;padding-right:24px;padding-bottom:29px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2a6311a2-ade0-4350-ad8e-48c5bbd21ad8 { padding-bottom:36px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-2a6311a2-ade0-4350-ad8e-48c5bbd21ad8 { padding-top:12px;padding-right:12px;padding-bottom:34px;padding-left:12px; } } .ablocks-block-2a6311a2-ade0-4350-ad8e-48c5bbd21ad8.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:29px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2a6311a2-ade0-4350-ad8e-48c5bbd21ad8.ablocks-block--container { padding-bottom:36px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-2a6311a2-ade0-4350-ad8e-48c5bbd21ad8.ablocks-block--container { padding-top:12px;padding-right:12px;padding-bottom:34px;padding-left:12px; } } .ablocks-block-2a6311a2-ade0-4350-ad8e-48c5bbd21ad8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2a6311a2-ade0-4350-ad8e-48c5bbd21ad8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9dd10b58-9dea-485e-8570-79c7347dbde5 { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:4px;background:#FFF;border-width:1px 1px 1px 0px;border-style:solid;border-color:#2e90fa24;border-top-left-radius:0px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:0px;box-shadow:0px 9px 27px 0px #02083500;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9dd10b58-9dea-485e-8570-79c7347dbde5 { padding-left:24px;border-width:1px 1px 1px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-9dd10b58-9dea-485e-8570-79c7347dbde5 { padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px; } } .ablocks-block-9dd10b58-9dea-485e-8570-79c7347dbde5.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:4px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9dd10b58-9dea-485e-8570-79c7347dbde5.ablocks-block--container { padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-9dd10b58-9dea-485e-8570-79c7347dbde5.ablocks-block--container { padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px; } } .ablocks-block-9dd10b58-9dea-485e-8570-79c7347dbde5 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:16px;column-gap:16px; } .ablocks-block-9dd10b58-9dea-485e-8570-79c7347dbde5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:16px;column-gap:16px; } .ablocks-block-9dd10b58-9dea-485e-8570-79c7347dbde5 { display:inline-flex; } 
.ablocks-block-d6d6cd79-4073-42cc-aee4-87e38955adbb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6d6cd79-4073-42cc-aee4-87e38955adbb.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d6d6cd79-4073-42cc-aee4-87e38955adbb.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-d6d6cd79-4073-42cc-aee4-87e38955adbb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d6d6cd79-4073-42cc-aee4-87e38955adbb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-104f36a1-fb63-456f-9954-1cf524f99b13 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-104f36a1-fb63-456f-9954-1cf524f99b13 { display:flex;justify-content:center; } .ablocks-block-104f36a1-fb63-456f-9954-1cf524f99b13 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-104f36a1-fb63-456f-9954-1cf524f99b13 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-104f36a1-fb63-456f-9954-1cf524f99b13 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-190c59d8-4f16-4e89-9c86-e1dd133a0571 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-190c59d8-4f16-4e89-9c86-e1dd133a0571.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-190c59d8-4f16-4e89-9c86-e1dd133a0571.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-190c59d8-4f16-4e89-9c86-e1dd133a0571 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-190c59d8-4f16-4e89-9c86-e1dd133a0571.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e5fa151d-91bd-4551-b7ec-9cca27805169 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5fa151d-91bd-4551-b7ec-9cca27805169 { display:flex;justify-content:center; } .ablocks-block-e5fa151d-91bd-4551-b7ec-9cca27805169 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e5fa151d-91bd-4551-b7ec-9cca27805169 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e5fa151d-91bd-4551-b7ec-9cca27805169 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2f24b72b-94bc-4a3e-9853-e76de462eb6b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f24b72b-94bc-4a3e-9853-e76de462eb6b.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-2f24b72b-94bc-4a3e-9853-e76de462eb6b.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-2f24b72b-94bc-4a3e-9853-e76de462eb6b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2f24b72b-94bc-4a3e-9853-e76de462eb6b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7e5f8878-7bf2-42fb-af4f-009bd3f09689 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e5f8878-7bf2-42fb-af4f-009bd3f09689 { display:flex;justify-content:center; } .ablocks-block-7e5f8878-7bf2-42fb-af4f-009bd3f09689 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7e5f8878-7bf2-42fb-af4f-009bd3f09689 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7e5f8878-7bf2-42fb-af4f-009bd3f09689 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-dc995d40-185a-4fec-a85f-0553e8828f72 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dc995d40-185a-4fec-a85f-0553e8828f72.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-dc995d40-185a-4fec-a85f-0553e8828f72.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-dc995d40-185a-4fec-a85f-0553e8828f72 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-dc995d40-185a-4fec-a85f-0553e8828f72.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0abf4a92-f8db-469b-b566-61384ad7616a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0abf4a92-f8db-469b-b566-61384ad7616a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-0abf4a92-f8db-469b-b566-61384ad7616a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0abf4a92-f8db-469b-b566-61384ad7616a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:158px; } @media screen and (max-width: 800px) { .ablocks-block-0abf4a92-f8db-469b-b566-61384ad7616a .ablocks-icon-wrap img.ablocks-image-icon { width:241px; } } @media screen and (max-width: 480px) { .ablocks-block-0abf4a92-f8db-469b-b566-61384ad7616a .ablocks-icon-wrap img.ablocks-image-icon { width:100%; } } .ablocks-block-0abf4a92-f8db-469b-b566-61384ad7616a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6e4baa1d-1555-4690-8773-f121cd5cf188 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e4baa1d-1555-4690-8773-f121cd5cf188.ablocks-block--container { padding:0px;max-width:min(100%,47%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-6e4baa1d-1555-4690-8773-f121cd5cf188.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-6e4baa1d-1555-4690-8773-f121cd5cf188 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6e4baa1d-1555-4690-8773-f121cd5cf188.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f281b555-1a68-4720-b937-6edc5321c8af { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f281b555-1a68-4720-b937-6edc5321c8af { display:flex;justify-content:center; } .ablocks-block-f281b555-1a68-4720-b937-6edc5321c8af .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-f281b555-1a68-4720-b937-6edc5321c8af .ablocks-image-figure img { width:240px; } } .ablocks-block-f281b555-1a68-4720-b937-6edc5321c8af .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f281b555-1a68-4720-b937-6edc5321c8af .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6d10403b-1aaa-406a-b217-ee7eb143991e { margin-top:0px;padding-top:70px;padding-bottom:70px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6d10403b-1aaa-406a-b217-ee7eb143991e { padding-top:0px;padding-bottom:50px; } } .ablocks-block-6d10403b-1aaa-406a-b217-ee7eb143991e.ablocks-block--container { padding-top:70px;padding-bottom:70px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6d10403b-1aaa-406a-b217-ee7eb143991e.ablocks-block--container { padding-top:0px;padding-bottom:50px; } } .ablocks-block-6d10403b-1aaa-406a-b217-ee7eb143991e > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6d10403b-1aaa-406a-b217-ee7eb143991e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-6d10403b-1aaa-406a-b217-ee7eb143991e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b { padding:80px;background:#EDF8FF;border-width:1px;border-style:solid;border-color:#C5DDFF;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b { padding-top:40px;padding-right:30px;padding-bottom:40px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;border-radius:16px; } } .ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b.ablocks-block--container { padding:80px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b.ablocks-block--container { padding-top:40px;padding-right:30px;padding-bottom:40px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b { flex-direction:column;row-gap:30px; } } .ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-a453bdf6-564c-4029-a70b-4f82796a657b { display:inline-flex; } 
.ablocks-block-ebfe8133-8001-41a4-8086-bdb3b750e89d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ebfe8133-8001-41a4-8086-bdb3b750e89d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ebfe8133-8001-41a4-8086-bdb3b750e89d { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 800px) { .ablocks-block-ebfe8133-8001-41a4-8086-bdb3b750e89d { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-ebfe8133-8001-41a4-8086-bdb3b750e89d { flex-direction:column;row-gap:20px; } } .ablocks-block-ebfe8133-8001-41a4-8086-bdb3b750e89d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 800px) { .ablocks-block-ebfe8133-8001-41a4-8086-bdb3b750e89d.ablocks-has-block-container > .ablocks-block-container { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-ebfe8133-8001-41a4-8086-bdb3b750e89d.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-ebfe8133-8001-41a4-8086-bdb3b750e89d { display:inline-flex; } 
.ablocks-block-5e593908-2ea3-4680-9842-4aac0135931c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e593908-2ea3-4680-9842-4aac0135931c.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-5e593908-2ea3-4680-9842-4aac0135931c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5e593908-2ea3-4680-9842-4aac0135931c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5e593908-2ea3-4680-9842-4aac0135931c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9eaea868-5a0c-4767-8840-c4f707c03db0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9eaea868-5a0c-4767-8840-c4f707c03db0 { display:flex;justify-content:center; } .ablocks-block-9eaea868-5a0c-4767-8840-c4f707c03db0 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-9eaea868-5a0c-4767-8840-c4f707c03db0 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-9eaea868-5a0c-4767-8840-c4f707c03db0 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e46daecd-f153-496c-9d02-f8b91f3d289a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e46daecd-f153-496c-9d02-f8b91f3d289a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e46daecd-f153-496c-9d02-f8b91f3d289a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e46daecd-f153-496c-9d02-f8b91f3d289a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6:not(.ablocks-has-block-container), .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content { gap:12px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .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-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:32px;line-height:41.6px;color:#141a24; } @media screen and (max-width: 800px) { .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:25px;line-height:35px; } } @media screen and (max-width: 480px) { .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-size:20px;line-height:30px; } } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .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-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#738496;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter;font-size:12px; } } @media screen and (max-width: 480px) { .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .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-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .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-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6.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-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6.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-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .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-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1b28cfd3-afe2-4ab8-9aaa-005d4ac53dc6 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-aebb9aef-3d60-4439-a4ad-5e4cdec2095a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aebb9aef-3d60-4439-a4ad-5e4cdec2095a.ablocks-block--container { padding:0px;max-width:min(100%,25%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-aebb9aef-3d60-4439-a4ad-5e4cdec2095a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-aebb9aef-3d60-4439-a4ad-5e4cdec2095a { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-aebb9aef-3d60-4439-a4ad-5e4cdec2095a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-f397c09b-d87e-4932-a607-3642ac534f90 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f397c09b-d87e-4932-a607-3642ac534f90 { text-align:left; } .ablocks-block-f397c09b-d87e-4932-a607-3642ac534f90 .ablocks-button { column-gap:8px;background:#dddddd00;justify-content:left;color:#738496;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:24px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-f397c09b-d87e-4932-a607-3642ac534f90 .ablocks-button { font-family:Inter; } } .ablocks-block-f397c09b-d87e-4932-a607-3642ac534f90 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f397c09b-d87e-4932-a607-3642ac534f90 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f397c09b-d87e-4932-a607-3642ac534f90 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-f397c09b-d87e-4932-a607-3642ac534f90 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c66a4fb7-00ba-4e85-9adf-6cccb80112f4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c66a4fb7-00ba-4e85-9adf-6cccb80112f4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c66a4fb7-00ba-4e85-9adf-6cccb80112f4 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:12px;column-gap:8px; } .ablocks-block-c66a4fb7-00ba-4e85-9adf-6cccb80112f4.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:12px;column-gap:8px; } .ablocks-block-c66a4fb7-00ba-4e85-9adf-6cccb80112f4 { display:inline-flex; } 
.ablocks-block-a891f303-8a9f-43b2-8981-f42b63f4eecd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a891f303-8a9f-43b2-8981-f42b63f4eecd.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a891f303-8a9f-43b2-8981-f42b63f4eecd.ablocks-block--container { max-width:min(100%,32%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a891f303-8a9f-43b2-8981-f42b63f4eecd.ablocks-block--container { max-width:min(100%,48%) !important; } } .ablocks-block-a891f303-8a9f-43b2-8981-f42b63f4eecd { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a891f303-8a9f-43b2-8981-f42b63f4eecd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e3965c13-92bb-4f9b-a172-19561e430d69 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e3965c13-92bb-4f9b-a172-19561e430d69 { display:flex;justify-content:center; } .ablocks-block-e3965c13-92bb-4f9b-a172-19561e430d69 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e3965c13-92bb-4f9b-a172-19561e430d69 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e3965c13-92bb-4f9b-a172-19561e430d69 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8b419873-0cd0-49bb-bb4e-56377e17b94c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b419873-0cd0-49bb-bb4e-56377e17b94c.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8b419873-0cd0-49bb-bb4e-56377e17b94c.ablocks-block--container { max-width:min(100%,32%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8b419873-0cd0-49bb-bb4e-56377e17b94c.ablocks-block--container { max-width:min(100%,48%) !important; } } .ablocks-block-8b419873-0cd0-49bb-bb4e-56377e17b94c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8b419873-0cd0-49bb-bb4e-56377e17b94c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-278077ed-9d00-4c4f-b19e-c0b3c42ad013 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-278077ed-9d00-4c4f-b19e-c0b3c42ad013 { display:flex;justify-content:center; } .ablocks-block-278077ed-9d00-4c4f-b19e-c0b3c42ad013 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-278077ed-9d00-4c4f-b19e-c0b3c42ad013 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-278077ed-9d00-4c4f-b19e-c0b3c42ad013 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6bfab275-cee1-4ccf-98ec-485b9228fe85 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6bfab275-cee1-4ccf-98ec-485b9228fe85.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6bfab275-cee1-4ccf-98ec-485b9228fe85.ablocks-block--container { max-width:min(100%,32%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6bfab275-cee1-4ccf-98ec-485b9228fe85.ablocks-block--container { max-width:min(100%,48%) !important; } } .ablocks-block-6bfab275-cee1-4ccf-98ec-485b9228fe85 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6bfab275-cee1-4ccf-98ec-485b9228fe85.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-62c876f0-40eb-4c41-b5a3-518131293859 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-62c876f0-40eb-4c41-b5a3-518131293859 { display:flex;justify-content:center; } .ablocks-block-62c876f0-40eb-4c41-b5a3-518131293859 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-62c876f0-40eb-4c41-b5a3-518131293859 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-62c876f0-40eb-4c41-b5a3-518131293859 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6ea9a023-33b6-4a69-aba8-2f9242f51eaf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6ea9a023-33b6-4a69-aba8-2f9242f51eaf.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6ea9a023-33b6-4a69-aba8-2f9242f51eaf.ablocks-block--container { max-width:min(100%,32%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6ea9a023-33b6-4a69-aba8-2f9242f51eaf.ablocks-block--container { max-width:min(100%,48%) !important; } } .ablocks-block-6ea9a023-33b6-4a69-aba8-2f9242f51eaf { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6ea9a023-33b6-4a69-aba8-2f9242f51eaf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c92d59d9-45ee-45a1-88f9-41fe33f91b8a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c92d59d9-45ee-45a1-88f9-41fe33f91b8a { display:flex;justify-content:center; } .ablocks-block-c92d59d9-45ee-45a1-88f9-41fe33f91b8a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c92d59d9-45ee-45a1-88f9-41fe33f91b8a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c92d59d9-45ee-45a1-88f9-41fe33f91b8a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0642a3f3-f711-452a-b789-2e3c59c5238d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0642a3f3-f711-452a-b789-2e3c59c5238d.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0642a3f3-f711-452a-b789-2e3c59c5238d.ablocks-block--container { max-width:min(100%,32%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0642a3f3-f711-452a-b789-2e3c59c5238d.ablocks-block--container { max-width:min(100%,48%) !important; } } .ablocks-block-0642a3f3-f711-452a-b789-2e3c59c5238d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0642a3f3-f711-452a-b789-2e3c59c5238d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-00158ba7-e421-41b0-b67b-f54d29694185 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-00158ba7-e421-41b0-b67b-f54d29694185 { display:flex;justify-content:center; } .ablocks-block-00158ba7-e421-41b0-b67b-f54d29694185 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-00158ba7-e421-41b0-b67b-f54d29694185 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-00158ba7-e421-41b0-b67b-f54d29694185 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a7c6d2f4-282e-43b1-88e0-d40e1487bda2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7c6d2f4-282e-43b1-88e0-d40e1487bda2.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a7c6d2f4-282e-43b1-88e0-d40e1487bda2.ablocks-block--container { max-width:min(100%,32%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a7c6d2f4-282e-43b1-88e0-d40e1487bda2.ablocks-block--container { max-width:min(100%,48%) !important; } } .ablocks-block-a7c6d2f4-282e-43b1-88e0-d40e1487bda2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a7c6d2f4-282e-43b1-88e0-d40e1487bda2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2d05d280-edd1-4462-846d-d8ac6543bfb4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d05d280-edd1-4462-846d-d8ac6543bfb4 { display:flex;justify-content:center; } .ablocks-block-2d05d280-edd1-4462-846d-d8ac6543bfb4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2d05d280-edd1-4462-846d-d8ac6543bfb4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2d05d280-edd1-4462-846d-d8ac6543bfb4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7f7a3339-daf6-4e8d-a1dd-7ab3f63f0490 { margin-top:-19px;padding-top:100px;padding-bottom:100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7f7a3339-daf6-4e8d-a1dd-7ab3f63f0490 { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-7f7a3339-daf6-4e8d-a1dd-7ab3f63f0490 { padding-top:60px; } } .ablocks-block-7f7a3339-daf6-4e8d-a1dd-7ab3f63f0490.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7f7a3339-daf6-4e8d-a1dd-7ab3f63f0490.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-7f7a3339-daf6-4e8d-a1dd-7ab3f63f0490.ablocks-block--container { padding-top:60px; } } .ablocks-block-7f7a3339-daf6-4e8d-a1dd-7ab3f63f0490 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-7f7a3339-daf6-4e8d-a1dd-7ab3f63f0490 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-7f7a3339-daf6-4e8d-a1dd-7ab3f63f0490.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-1123631a-d8b4-4ba0-bfd5-6f909a4883cd { padding-top:88px;padding-right:60px;padding-bottom:88px;padding-left:60px;background-image:url("https://kodezen.com/wp-content/uploads/2025/09/cta_flowbase_co.webp");background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd { padding-top:40px;padding-right:32px;padding-bottom:40px;padding-left:32px; } } @media screen and (max-width: 480px) { .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd { padding-top:32px;padding-right:20px;padding-bottom:32px;padding-left:20px; } } .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd.ablocks-block--container { padding-top:88px;padding-right:60px;padding-bottom:88px;padding-left:60px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd.ablocks-block--container { padding-top:40px;padding-right:32px;padding-bottom:40px;padding-left:32px; } } @media screen and (max-width: 480px) { .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd.ablocks-block--container { padding-top:32px;padding-right:20px;padding-bottom:32px;padding-left:20px; } } .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 800px) { .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd { flex-direction:column;row-gap:24px; } } .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 800px) { .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd.ablocks-has-block-container > .ablocks-block-container { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-1123631a-d8b4-4ba0-bfd5-6f909a4883cd { display:inline-flex; } 
.ablocks-block-df1b7d15-25ce-4937-93a0-2d631b93a44c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-df1b7d15-25ce-4937-93a0-2d631b93a44c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-df1b7d15-25ce-4937-93a0-2d631b93a44c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-df1b7d15-25ce-4937-93a0-2d631b93a44c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84:not(.ablocks-has-block-container), .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-block--info-box__content { gap:24px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-block--info-box__content { gap:20px; } } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .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-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:48px;line-height:54px;letter-spacing:-1.68px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:34px;line-height:44px; } } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .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-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#EAECF0;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter;font-size:16px; } } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .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-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .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-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84.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-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84.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-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .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-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5f6c3f7f-3135-4905-80f9-ccd5d25f7b84 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-07d465e2-35dd-48e2-8e94-75ebbf5c5c0d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-07d465e2-35dd-48e2-8e94-75ebbf5c5c0d.ablocks-block--container { padding:0px;max-width:min(100%,40%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-07d465e2-35dd-48e2-8e94-75ebbf5c5c0d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-07d465e2-35dd-48e2-8e94-75ebbf5c5c0d { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-07d465e2-35dd-48e2-8e94-75ebbf5c5c0d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-546100bf-072c-4319-b2b5-b4b4a03773b1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-546100bf-072c-4319-b2b5-b4b4a03773b1 { text-align:left; } .ablocks-block-546100bf-072c-4319-b2b5-b4b4a03773b1 .ablocks-paragraph-text { color:#EAECF0;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-546100bf-072c-4319-b2b5-b4b4a03773b1 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-546100bf-072c-4319-b2b5-b4b4a03773b1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cd45fef6-9055-4e54-af9f-092d30ba6dce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd45fef6-9055-4e54-af9f-092d30ba6dce { text-align:left; } .ablocks-block-cd45fef6-9055-4e54-af9f-092d30ba6dce .ablocks-button { column-gap:10px;background:#FFF;justify-content:left;color:#202020;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:150%;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-cd45fef6-9055-4e54-af9f-092d30ba6dce .ablocks-button { font-family:Inter; } } .ablocks-block-cd45fef6-9055-4e54-af9f-092d30ba6dce .ablocks-button:hover { transition-duration:s; } .ablocks-block-cd45fef6-9055-4e54-af9f-092d30ba6dce .ablocks-icon-wrap { font-size:16px; } .ablocks-block-cd45fef6-9055-4e54-af9f-092d30ba6dce .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-cd45fef6-9055-4e54-af9f-092d30ba6dce .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de { margin-top:0px;padding-top:80px;padding-bottom:48px;background-image:url("https://kodezen.com/wp-content/uploads/2025/09/group_1707486553-scaled.webp");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de { padding-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de { padding-bottom:36px; } } .ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de.ablocks-block--container { padding-top:80px;padding-bottom:48px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de.ablocks-block--container { padding-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de.ablocks-block--container { padding-bottom:36px; } } .ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de > .ablocks-block-container { row-gap:32px; } } .ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-6c365c80-0600-4036-b1ad-bde0f8d149de.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } 
.ablocks-block-65c37798-b536-43b3-9f58-195d7771d0a7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65c37798-b536-43b3-9f58-195d7771d0a7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-65c37798-b536-43b3-9f58-195d7771d0a7 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-65c37798-b536-43b3-9f58-195d7771d0a7 { row-gap:30px;column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-65c37798-b536-43b3-9f58-195d7771d0a7 { flex-direction:column;row-gap:24px; } } .ablocks-block-65c37798-b536-43b3-9f58-195d7771d0a7.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:60px; } @media screen and (max-width: 800px) { .ablocks-block-65c37798-b536-43b3-9f58-195d7771d0a7.ablocks-has-block-container > .ablocks-block-container { row-gap:30px;column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-65c37798-b536-43b3-9f58-195d7771d0a7.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-65c37798-b536-43b3-9f58-195d7771d0a7 { display:inline-flex; } 
.ablocks-block-3dea7c43-fb2a-41d6-9a1c-81bc81751fca { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3dea7c43-fb2a-41d6-9a1c-81bc81751fca.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3dea7c43-fb2a-41d6-9a1c-81bc81751fca.ablocks-block--container { max-width:min(100%,29%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3dea7c43-fb2a-41d6-9a1c-81bc81751fca.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3dea7c43-fb2a-41d6-9a1c-81bc81751fca { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-3dea7c43-fb2a-41d6-9a1c-81bc81751fca { row-gap:24px; } } .ablocks-block-3dea7c43-fb2a-41d6-9a1c-81bc81751fca.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-3dea7c43-fb2a-41d6-9a1c-81bc81751fca.ablocks-has-block-container > .ablocks-block-container { row-gap:24px; } } 
.ablocks-block-723cba8a-90aa-4723-9444-54139a265681 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-723cba8a-90aa-4723-9444-54139a265681 { display:flex;justify-content:left; } .ablocks-block-723cba8a-90aa-4723-9444-54139a265681 .ablocks-image-figure img { width:157px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-723cba8a-90aa-4723-9444-54139a265681 .ablocks-image-figure img { width:219px;height:69px; } } @media screen and (max-width: 480px) { .ablocks-block-723cba8a-90aa-4723-9444-54139a265681 .ablocks-image-figure img { width:189px;height:59px; } } .ablocks-block-723cba8a-90aa-4723-9444-54139a265681 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-723cba8a-90aa-4723-9444-54139a265681 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8fb52df6-e166-4926-9c06-84b91eff10e4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8fb52df6-e166-4926-9c06-84b91eff10e4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8fb52df6-e166-4926-9c06-84b91eff10e4 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-8fb52df6-e166-4926-9c06-84b91eff10e4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3:not(.ablocks-has-block-container), .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .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-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:24px; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#131111; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;color:#131111; } @media screen and (max-width: 800px) { .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .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-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .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-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .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-7bef6415-9977-4508-8cf9-b4545cea02f3 .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-7bef6415-9977-4508-8cf9-b4545cea02f3.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-7bef6415-9977-4508-8cf9-b4545cea02f3.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-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .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-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7bef6415-9977-4508-8cf9-b4545cea02f3 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a:not(.ablocks-has-block-container), .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .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-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:24px; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#131111; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;color:#131111; } @media screen and (max-width: 800px) { .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:16px; } } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .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-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .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-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .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-9f44f6aa-84b8-470b-8e27-e225ed14202a .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-9f44f6aa-84b8-470b-8e27-e225ed14202a.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-9f44f6aa-84b8-470b-8e27-e225ed14202a.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-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .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-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9f44f6aa-84b8-470b-8e27-e225ed14202a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-52b467b5-afa3-4392-8196-7fff44a84780 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-52b467b5-afa3-4392-8196-7fff44a84780.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-52b467b5-afa3-4392-8196-7fff44a84780 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-52b467b5-afa3-4392-8196-7fff44a84780.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-52b467b5-afa3-4392-8196-7fff44a84780 { display:inline-flex; } 
.ablocks-block-657eeab5-e530-41c7-b5da-057b22793ec7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-657eeab5-e530-41c7-b5da-057b22793ec7 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-657eeab5-e530-41c7-b5da-057b22793ec7 .ablocks-icon-wrap { background:#dadfe6;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-657eeab5-e530-41c7-b5da-057b22793ec7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-657eeab5-e530-41c7-b5da-057b22793ec7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#131111; } 
.ablocks-block-a5915dd2-f3df-4f2f-92dd-2aa91cbc0178 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a5915dd2-f3df-4f2f-92dd-2aa91cbc0178 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a5915dd2-f3df-4f2f-92dd-2aa91cbc0178 .ablocks-icon-wrap { background:#dadfe6;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-a5915dd2-f3df-4f2f-92dd-2aa91cbc0178 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a5915dd2-f3df-4f2f-92dd-2aa91cbc0178 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#131111; } 
.ablocks-block-3a1c3557-108a-4e34-8534-d33a1920eb68 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3a1c3557-108a-4e34-8534-d33a1920eb68 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3a1c3557-108a-4e34-8534-d33a1920eb68 .ablocks-icon-wrap { background:#dadfe6;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-3a1c3557-108a-4e34-8534-d33a1920eb68 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-3a1c3557-108a-4e34-8534-d33a1920eb68 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#131111; } 
.ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:60px;border-width:0px 0px 0px 1px;border-style:none;border-color:#d0d5dd;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102 { padding-left:22px;border-width:0px 0px 0px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102 { padding-top:24px;padding-left:0px;border-width:1px 0px 0px 0px;border-radius:0px; } } .ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:60px;max-width:min(100%,67%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102.ablocks-block--container { padding-left:22px;max-width:min(100%,90%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102.ablocks-block--container { padding-top:24px;padding-left:0px;max-width:min(100%,100%) !important; } } .ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102 { flex-direction:column;row-gap:24px; } } .ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-4f74b7d6-220b-4f54-beda-5975b4ec3102 { display:inline-flex; } 
.ablocks-block-ae93a4b3-82d5-404d-ac3f-3d86aba77706 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae93a4b3-82d5-404d-ac3f-3d86aba77706.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ae93a4b3-82d5-404d-ac3f-3d86aba77706 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-ae93a4b3-82d5-404d-ac3f-3d86aba77706.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-b599a747-a7de-4b42-b42e-4bc955bcb85d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b599a747-a7de-4b42-b42e-4bc955bcb85d { text-align:left; } .ablocks-block-b599a747-a7de-4b42-b42e-4bc955bcb85d .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b599a747-a7de-4b42-b42e-4bc955bcb85d .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-8d46c08e-2d99-48c6-babe-81364daa9250 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8d46c08e-2d99-48c6-babe-81364daa9250.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8d46c08e-2d99-48c6-babe-81364daa9250 { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } .ablocks-block-8d46c08e-2d99-48c6-babe-81364daa9250.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } 
.ablocks-block-b738d06c-4fe8-4e77-adeb-36fccabc5606 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b738d06c-4fe8-4e77-adeb-36fccabc5606.ablocks-block--advance-lists > .ablocks-block-container { flex-direction:column;text-align:start;align-items:start;gap:12px; } .ablocks-block-b738d06c-4fe8-4e77-adeb-36fccabc5606 .ablocks-block-container .ablocks-advance-list-item-text { color:#344054;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-b738d06c-4fe8-4e77-adeb-36fccabc5606 .ablocks-block-container .ablocks-advance-list-item-text { font-family:Inter; } } .ablocks-block-b738d06c-4fe8-4e77-adeb-36fccabc5606 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-b738d06c-4fe8-4e77-adeb-36fccabc5606 .ablocks-advance-list-item-divider__pattern-css { --ablocks-divider-pattern-color:black;--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:4px; } 
.ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-859192ec-80e1-43f3-bca4-cdd698ccd0a3 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8 .ablocks-icon-wrap { font-size:0px; } .ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:0px; } .ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-0ad6b201-df27-4aab-b096-648e3d676bf8 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a .ablocks-icon-wrap { font-size:20px; } .ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-442a5a36-8158-4484-9985-62dc77210d1a .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-4b4104ce-ee76-45f3-aa68-fd269f5d639d .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-b7ec7545-3e37-474a-b4b6-e90a3fe95e44 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-c55e2159-654e-4ccd-bf03-d80fdf9de2d9 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-dc9afe18-f905-4d81-84f1-e153069bd872 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-46402574-e00e-40be-b634-4dac33c9df7b .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-e812f913-81d2-4207-9fde-f331ece12a8c .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1ada147a-dd4f-478a-958b-30f6c29fc952 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-60cdc618-cea4-45c2-97c2-a1150bf37cb3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-60cdc618-cea4-45c2-97c2-a1150bf37cb3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-60cdc618-cea4-45c2-97c2-a1150bf37cb3.ablocks-block--container { max-width:min(100%,21%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-60cdc618-cea4-45c2-97c2-a1150bf37cb3.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-60cdc618-cea4-45c2-97c2-a1150bf37cb3 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-60cdc618-cea4-45c2-97c2-a1150bf37cb3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-9d33bb47-084b-4494-adf9-71090152d9b9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9d33bb47-084b-4494-adf9-71090152d9b9 { text-align:left; } .ablocks-block-9d33bb47-084b-4494-adf9-71090152d9b9 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-9d33bb47-084b-4494-adf9-71090152d9b9 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-20fc66c8-0cd4-4422-936b-f980608033f4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-20fc66c8-0cd4-4422-936b-f980608033f4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-20fc66c8-0cd4-4422-936b-f980608033f4 { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } .ablocks-block-20fc66c8-0cd4-4422-936b-f980608033f4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } 
.ablocks-block-8e5f016d-2474-42ff-acac-fb6659c0322d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e5f016d-2474-42ff-acac-fb6659c0322d.ablocks-block--advance-lists > .ablocks-block-container { flex-direction:column;text-align:start;align-items:start;gap:12px; } .ablocks-block-8e5f016d-2474-42ff-acac-fb6659c0322d .ablocks-block-container .ablocks-advance-list-item-text { color:#344054;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8e5f016d-2474-42ff-acac-fb6659c0322d .ablocks-block-container .ablocks-advance-list-item-text { font-family:Inter; } } .ablocks-block-8e5f016d-2474-42ff-acac-fb6659c0322d .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-8e5f016d-2474-42ff-acac-fb6659c0322d .ablocks-advance-list-item-divider__pattern-css { --ablocks-divider-pattern-color:black;--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:4px; } 
.ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-cb9f0e0e-8757-47b2-ae37-1083725cc2f7 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-0842c1e7-6581-4034-ac5b-8c38a332bebb .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c .ablocks-icon-wrap { font-size:20px; } .ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-cef13d15-962d-4dbc-a6bb-c2b19a5e185c .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-5cd0d40e-fca2-443d-ba6d-bddb1229e42e .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-cac6b616-7a53-4d6b-96e1-44df0a149c52 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-3c8be311-46c1-45d5-a991-1d2ef9ae8e17 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c8be311-46c1-45d5-a991-1d2ef9ae8e17.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3c8be311-46c1-45d5-a991-1d2ef9ae8e17.ablocks-block--container { max-width:min(100%,37%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3c8be311-46c1-45d5-a991-1d2ef9ae8e17.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3c8be311-46c1-45d5-a991-1d2ef9ae8e17 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-3c8be311-46c1-45d5-a991-1d2ef9ae8e17.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-ab26392d-bdac-4d09-a462-13a92abd6a03 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab26392d-bdac-4d09-a462-13a92abd6a03 { text-align:left; } .ablocks-block-ab26392d-bdac-4d09-a462-13a92abd6a03 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ab26392d-bdac-4d09-a462-13a92abd6a03 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-e3a0312d-1e58-4d1a-9640-5fa858c618df { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e3a0312d-1e58-4d1a-9640-5fa858c618df.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e3a0312d-1e58-4d1a-9640-5fa858c618df { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } .ablocks-block-e3a0312d-1e58-4d1a-9640-5fa858c618df.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } 
.ablocks-block-cf7672f7-9c5e-4813-866c-aec28cfb88fe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf7672f7-9c5e-4813-866c-aec28cfb88fe.ablocks-block--advance-lists > .ablocks-block-container { flex-direction:column;text-align:start;align-items:start;gap:12px; } .ablocks-block-cf7672f7-9c5e-4813-866c-aec28cfb88fe .ablocks-block-container .ablocks-advance-list-item-text { color:#344054;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-cf7672f7-9c5e-4813-866c-aec28cfb88fe .ablocks-block-container .ablocks-advance-list-item-text { font-family:Inter; } } .ablocks-block-cf7672f7-9c5e-4813-866c-aec28cfb88fe .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-cf7672f7-9c5e-4813-866c-aec28cfb88fe .ablocks-advance-list-item-divider__pattern-css { --ablocks-divider-pattern-color:black;--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:4px; } 
.ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-aaf39a70-80ed-43b3-a1a4-eed678a34ab0 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-8ad76895-27e5-496c-8997-41c8bec32013 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d .ablocks-icon-wrap { font-size:20px; } .ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-45ee9a78-1d9d-4164-9ebd-2e3256df524d .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-ebed6a25-d7ac-43d6-9a30-1b65537ef34f .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-a23a946a-8556-405d-8115-8fa7bb5e8e06 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541.ablocks-block--advance-list-item .ablocks-block-container { justify-items:start;gap:7px; } .ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541.ablocks-block--advance-list-item .advance-list-item-marker { border-bottom:14px dotted;width:14px; } .ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541.ablocks-block--advance-list-item .advance-list-item-marker,.ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541.ablocks-block--advance-list-item .ablocks-icon-wrap { margin:auto;order:1;justify-items:start;gap:7px; } .ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000; } .ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541 .ablocks-block-container .ablocks-advance-list-item-text, .ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541 .ablocks-block-container .ablocks-advance-list-item-text a { order:2;color:#344054; } .ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541 .ablocks-block-container .ablocks-advance-list-item-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-a38a476a-ae5b-45b1-9987-c238623ab541 .ablocks-advance-list-item-divider__pattern-css { order:3;display:block;justify-self:start; } 
.ablocks-block-dc87f4a3-968f-42fa-b764-e4540961e450 { margin-top:0px;padding-top:24px;padding-bottom:24px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#d0d5dd;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-dc87f4a3-968f-42fa-b764-e4540961e450 { padding-top:17px;padding-bottom:17px; } } .ablocks-block-dc87f4a3-968f-42fa-b764-e4540961e450.ablocks-block--container { padding-top:24px;padding-bottom:24px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-dc87f4a3-968f-42fa-b764-e4540961e450.ablocks-block--container { padding-top:17px;padding-bottom:17px; } } .ablocks-block-dc87f4a3-968f-42fa-b764-e4540961e450 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-dc87f4a3-968f-42fa-b764-e4540961e450 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-dc87f4a3-968f-42fa-b764-e4540961e450.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-86a72424-9906-4ee7-b116-18ed8c0bc63d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-86a72424-9906-4ee7-b116-18ed8c0bc63d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-86a72424-9906-4ee7-b116-18ed8c0bc63d.ablocks-block--container { max-width:min(100%,95%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-86a72424-9906-4ee7-b116-18ed8c0bc63d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-86a72424-9906-4ee7-b116-18ed8c0bc63d { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-86a72424-9906-4ee7-b116-18ed8c0bc63d { flex-direction:column;row-gap:18px; } } .ablocks-block-86a72424-9906-4ee7-b116-18ed8c0bc63d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-86a72424-9906-4ee7-b116-18ed8c0bc63d.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:18px; } } .ablocks-block-86a72424-9906-4ee7-b116-18ed8c0bc63d { display:inline-flex; } 
.ablocks-block-b6674da5-70f1-4a6a-9f3c-a0cce7dff2ce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6674da5-70f1-4a6a-9f3c-a0cce7dff2ce { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-b6674da5-70f1-4a6a-9f3c-a0cce7dff2ce { text-align:center; } } .ablocks-block-b6674da5-70f1-4a6a-9f3c-a0cce7dff2ce .ablocks-paragraph-text { color:#344054;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.32px; } @media screen and (max-width: 800px) { .ablocks-block-b6674da5-70f1-4a6a-9f3c-a0cce7dff2ce .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b6674da5-70f1-4a6a-9f3c-a0cce7dff2ce .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5df1a7ca-66b2-433d-bc5e-c302a625014b { width:23%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5df1a7ca-66b2-433d-bc5e-c302a625014b { width:25%; } } @media screen and (max-width: 480px) { .ablocks-block-5df1a7ca-66b2-433d-bc5e-c302a625014b { width:58%; } } .ablocks-block-5df1a7ca-66b2-433d-bc5e-c302a625014b { display:flex;justify-content:center; } .ablocks-block-5df1a7ca-66b2-433d-bc5e-c302a625014b .ablocks-image-figure img { width:249px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-5df1a7ca-66b2-433d-bc5e-c302a625014b .ablocks-image-figure img { width:165px; } } @media screen and (max-width: 480px) { .ablocks-block-5df1a7ca-66b2-433d-bc5e-c302a625014b .ablocks-image-figure img { width:174px;height:40px; } } .ablocks-block-5df1a7ca-66b2-433d-bc5e-c302a625014b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-5df1a7ca-66b2-433d-bc5e-c302a625014b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
