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



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


.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-block--icon .ablocks-block-container{display:flex}
.ablocks-block--info-box{border:1px solid #dddddf;padding:30px}.ablocks-block--info-box .ablocks-block-container{width:100%}.ablocks-block--info-box .ablocks-icon-wrap{height:fit-content;width:fit-content}.ablocks-block--info-box__content{display:flex;flex-direction:column;width:100%}.ablocks-info-box-heading,.ablocks-info-box-sub-heading,.ablocks-info-box-text{margin:0}.ablocks-info-box-text{margin:0;padding:0}.ablocks-info-box-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-info-box-badge-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;position:absolute;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-badge-link--xs{border-radius:2px;font-size:10px;padding:5px 15px}.ablocks-info-box-badge-link--sm{border-radius:3px;font-size:12px;padding:8px 18px}.ablocks-info-box-badge-link--md{border-radius:4px;font-size:14px;padding:11px 21px}.ablocks-info-box-badge-link--lg{border-radius:5px;font-size:16px;padding:14px 25px}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-badge-link-text{order:10}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-badge-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-badge-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-btn-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-btn-link--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-info-box-btn-link--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-info-box-btn-link--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-info-box-btn-link--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-info-box-btn-link--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-btn-link-text{order:10}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-button-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-block--info-box__content>.ablocks-button-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-star-ratings{align-items:center;display:inline-flex;flex-wrap:wrap;width:100%}.ablocks-info-box-star-ratings-icons{display:flex;flex-wrap:wrap;width:fit-content}.ablocks-info-box-star-ratings-icons .ablocks-info-box-rating{display:inline-block;position:relative}.ablocks-info-box-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}

.ablocks-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-width:.5em;stroke-dasharray:1500 1500}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}
.ablocks-paragraph-text{margin:0;padding:0}.ablocks-paragraph-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-paragraph-text-sm{font-size:14px}.ablocks-paragraph-text-md{font-size:16px}.ablocks-paragraph-text-lg{font-size:20px}
.ablocks-block-febc92be-a9b3-4b9b-9bb4-1f65c9d8b59d { 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-febc92be-a9b3-4b9b-9bb4-1f65c9d8b59d.ablocks-hide-on-desktop,.ablocks-block-febc92be-a9b3-4b9b-9bb4-1f65c9d8b59d.ablocks-hide-on-tablet,.ablocks-block-febc92be-a9b3-4b9b-9bb4-1f65c9d8b59d.ablocks-hide-on-mobile { display:none; } } .ablocks-block-febc92be-a9b3-4b9b-9bb4-1f65c9d8b59d.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;overflow:visible; } .ablocks-block-febc92be-a9b3-4b9b-9bb4-1f65c9d8b59d > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-febc92be-a9b3-4b9b-9bb4-1f65c9d8b59d > .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-febc92be-a9b3-4b9b-9bb4-1f65c9d8b59d.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-febc92be-a9b3-4b9b-9bb4-1f65c9d8b59d > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-826a44db-4f42-4b36-851d-9069c8b99855 { 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-826a44db-4f42-4b36-851d-9069c8b99855 { display:flex;justify-content:center; } .ablocks-block-826a44db-4f42-4b36-851d-9069c8b99855 .ablocks-image-figure img { width:117px;height:auto;opacity:1; } .ablocks-block-826a44db-4f42-4b36-851d-9069c8b99855 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-826a44db-4f42-4b36-851d-9069c8b99855 .ablocks-image-figure .ablocks-image-caption { text-align:left; } .image-hover-filter:hover img{ Opacity: 1; }
.ablocks-block-c08b9d89-7c02-460d-81e1-9088f3cd4918 { 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-c08b9d89-7c02-460d-81e1-9088f3cd4918:hover { background:#fefefe80; } .ablocks-block-c08b9d89-7c02-460d-81e1-9088f3cd4918 { display:flex;justify-content:center; } .ablocks-block-c08b9d89-7c02-460d-81e1-9088f3cd4918 .ablocks-image-figure img { width:98px;height:auto;opacity:1; } .ablocks-block-c08b9d89-7c02-460d-81e1-9088f3cd4918 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-c08b9d89-7c02-460d-81e1-9088f3cd4918 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-622fb838-32fe-49fc-8847-ecb539589663 { 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-622fb838-32fe-49fc-8847-ecb539589663:hover { background:#fefefe80; } .ablocks-block-622fb838-32fe-49fc-8847-ecb539589663 { display:flex;justify-content:center; } .ablocks-block-622fb838-32fe-49fc-8847-ecb539589663 .ablocks-image-figure img { width:98px;height:auto;opacity:1; } .ablocks-block-622fb838-32fe-49fc-8847-ecb539589663 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-622fb838-32fe-49fc-8847-ecb539589663 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f3a6598c-f4dd-45ba-a249-d2cc8e2ffcb7 { 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-f3a6598c-f4dd-45ba-a249-d2cc8e2ffcb7:hover { background:#ffffff80; } .ablocks-block-f3a6598c-f4dd-45ba-a249-d2cc8e2ffcb7 { display:flex;justify-content:center; } .ablocks-block-f3a6598c-f4dd-45ba-a249-d2cc8e2ffcb7 .ablocks-image-figure img { width:122px;height:auto;opacity:1; } .ablocks-block-f3a6598c-f4dd-45ba-a249-d2cc8e2ffcb7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f3a6598c-f4dd-45ba-a249-d2cc8e2ffcb7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b35802dd-8e9b-44db-9f8b-6d242e93f67f { 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-b35802dd-8e9b-44db-9f8b-6d242e93f67f:hover { background:#fefefe80; } .ablocks-block-b35802dd-8e9b-44db-9f8b-6d242e93f67f { display:flex;justify-content:center; } .ablocks-block-b35802dd-8e9b-44db-9f8b-6d242e93f67f .ablocks-image-figure img { width:70px;height:auto;opacity:1; } .ablocks-block-b35802dd-8e9b-44db-9f8b-6d242e93f67f .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-b35802dd-8e9b-44db-9f8b-6d242e93f67f .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ede79691-fc7a-434e-a03f-d5b1b22f0542 { 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-ede79691-fc7a-434e-a03f-d5b1b22f0542:hover { background:#ffffff80; } .ablocks-block-ede79691-fc7a-434e-a03f-d5b1b22f0542 { display:flex;justify-content:center; } .ablocks-block-ede79691-fc7a-434e-a03f-d5b1b22f0542 .ablocks-image-figure img { width:140px;height:auto;opacity:1; } .ablocks-block-ede79691-fc7a-434e-a03f-d5b1b22f0542 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-ede79691-fc7a-434e-a03f-d5b1b22f0542 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-016fb5ab-c8eb-4183-a74e-038dc71be456 { 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-016fb5ab-c8eb-4183-a74e-038dc71be456:hover { background:#ffffff80; } .ablocks-block-016fb5ab-c8eb-4183-a74e-038dc71be456 { display:flex;justify-content:center; } .ablocks-block-016fb5ab-c8eb-4183-a74e-038dc71be456 .ablocks-image-figure img { width:121px;height:auto;opacity:1; } .ablocks-block-016fb5ab-c8eb-4183-a74e-038dc71be456 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-016fb5ab-c8eb-4183-a74e-038dc71be456 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1bcdea2e-da79-4fbd-b251-78e5b4e74f1a { padding-top:10px;padding-right:15px;padding-bottom:12px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1bcdea2e-da79-4fbd-b251-78e5b4e74f1a:hover { background:#ffffff80; } .ablocks-block-1bcdea2e-da79-4fbd-b251-78e5b4e74f1a { display:flex;justify-content:center; } .ablocks-block-1bcdea2e-da79-4fbd-b251-78e5b4e74f1a .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-1bcdea2e-da79-4fbd-b251-78e5b4e74f1a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-1bcdea2e-da79-4fbd-b251-78e5b4e74f1a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9b9ef27e-e041-4668-a788-cc4fdf785e60 { 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-9b9ef27e-e041-4668-a788-cc4fdf785e60:hover { background:#ffffff80; } .ablocks-block-9b9ef27e-e041-4668-a788-cc4fdf785e60 { display:flex;justify-content:center; } .ablocks-block-9b9ef27e-e041-4668-a788-cc4fdf785e60 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-9b9ef27e-e041-4668-a788-cc4fdf785e60 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-9b9ef27e-e041-4668-a788-cc4fdf785e60 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c2a43a24-f9c2-4f62-b6de-123141a4bd1d { 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-c2a43a24-f9c2-4f62-b6de-123141a4bd1d.ablocks-block--container { padding-top:32px;padding-bottom:32px;overflow:visible; } .ablocks-block-c2a43a24-f9c2-4f62-b6de-123141a4bd1d > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-c2a43a24-f9c2-4f62-b6de-123141a4bd1d > .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-c2a43a24-f9c2-4f62-b6de-123141a4bd1d > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-c2a43a24-f9c2-4f62-b6de-123141a4bd1d.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-c2a43a24-f9c2-4f62-b6de-123141a4bd1d.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-c2a43a24-f9c2-4f62-b6de-123141a4bd1d > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-10a9e5de-1b75-4926-b40c-ad88aef94d76 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-10a9e5de-1b75-4926-b40c-ad88aef94d76.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-10a9e5de-1b75-4926-b40c-ad88aef94d76 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:48px; } .ablocks-block-10a9e5de-1b75-4926-b40c-ad88aef94d76.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-10a9e5de-1b75-4926-b40c-ad88aef94d76 { display:inline-flex; } 
.ablocks-block-871ed3cd-a243-4019-990a-fbaf7611fd99 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-871ed3cd-a243-4019-990a-fbaf7611fd99.ablocks-block--container { padding:0px;max-width:min(100%,8%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-871ed3cd-a243-4019-990a-fbaf7611fd99.ablocks-block--container { max-width:min(100%,12%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-871ed3cd-a243-4019-990a-fbaf7611fd99.ablocks-block--container { max-width:min(100%,25%) !important; } } .ablocks-block-871ed3cd-a243-4019-990a-fbaf7611fd99 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-871ed3cd-a243-4019-990a-fbaf7611fd99.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2caac7b1-5749-409b-a4db-a616fea3b056 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2caac7b1-5749-409b-a4db-a616fea3b056.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2caac7b1-5749-409b-a4db-a616fea3b056 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-2caac7b1-5749-409b-a4db-a616fea3b056 { align-items:flex-end; } } .ablocks-block-2caac7b1-5749-409b-a4db-a616fea3b056.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-2caac7b1-5749-409b-a4db-a616fea3b056.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-menu { justify-content:left; } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1.ablocks-menu { justify-content:left; } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .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-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-main-menu > .ablocks-menu-item { font-family:Inter; } } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .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-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter; } } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000; } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#000000; } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 480px) { .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#131111; } @media screen and (max-width: 480px) { .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#131111; } @media screen and (max-width: 480px) { .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-a9d64f4d-095f-4344-a2b8-127949971dc1 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#131111;height:3px;width:30px; } 


.ablocks-block-8a5b6b1b-e529-4c62-8e8a-b41b0d945c53 { width:36%;left:0%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 800px) { .ablocks-block-8a5b6b1b-e529-4c62-8e8a-b41b0d945c53 { width:40%; } } @media screen and (max-width: 480px) { .ablocks-block-8a5b6b1b-e529-4c62-8e8a-b41b0d945c53 { width:110%; } } 
.ablocks-block-025c2055-1514-4618-8266-cb9e001eefc4 { 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-025c2055-1514-4618-8266-cb9e001eefc4.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-025c2055-1514-4618-8266-cb9e001eefc4 { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-025c2055-1514-4618-8266-cb9e001eefc4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-fa3f85b5-5cf7-49a1-bd4d-4d2ac025b4ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa3f85b5-5cf7-49a1-bd4d-4d2ac025b4ac .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-fa3f85b5-5cf7-49a1-bd4d-4d2ac025b4ac .ablocks-button { font-family:Inter; } } .ablocks-block-fa3f85b5-5cf7-49a1-bd4d-4d2ac025b4ac .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-fa3f85b5-5cf7-49a1-bd4d-4d2ac025b4ac .ablocks-icon-wrap { font-size:unset; } .ablocks-block-fa3f85b5-5cf7-49a1-bd4d-4d2ac025b4ac .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-fa3f85b5-5cf7-49a1-bd4d-4d2ac025b4ac .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5d348927-17ee-458b-bba5-5fca568bf1af { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5d348927-17ee-458b-bba5-5fca568bf1af .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-5d348927-17ee-458b-bba5-5fca568bf1af .ablocks-button { font-family:Inter; } } .ablocks-block-5d348927-17ee-458b-bba5-5fca568bf1af .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-5d348927-17ee-458b-bba5-5fca568bf1af .ablocks-icon-wrap { font-size:unset; } .ablocks-block-5d348927-17ee-458b-bba5-5fca568bf1af .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-5d348927-17ee-458b-bba5-5fca568bf1af .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a7d25848-807b-4450-8a82-4af12a3f2039 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7d25848-807b-4450-8a82-4af12a3f2039 .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-a7d25848-807b-4450-8a82-4af12a3f2039 .ablocks-button { font-family:Inter; } } .ablocks-block-a7d25848-807b-4450-8a82-4af12a3f2039 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-a7d25848-807b-4450-8a82-4af12a3f2039 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a7d25848-807b-4450-8a82-4af12a3f2039 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-a7d25848-807b-4450-8a82-4af12a3f2039 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d7f72f2b-cb00-46b2-8e00-94573314ae51 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d7f72f2b-cb00-46b2-8e00-94573314ae51 .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-d7f72f2b-cb00-46b2-8e00-94573314ae51 .ablocks-button { font-family:Inter; } } .ablocks-block-d7f72f2b-cb00-46b2-8e00-94573314ae51 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-d7f72f2b-cb00-46b2-8e00-94573314ae51 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d7f72f2b-cb00-46b2-8e00-94573314ae51 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-d7f72f2b-cb00-46b2-8e00-94573314ae51 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0526ba3c-555c-4e1b-982e-ab222b461e8d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0526ba3c-555c-4e1b-982e-ab222b461e8d .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-0526ba3c-555c-4e1b-982e-ab222b461e8d .ablocks-button { font-family:Inter; } } .ablocks-block-0526ba3c-555c-4e1b-982e-ab222b461e8d .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-0526ba3c-555c-4e1b-982e-ab222b461e8d .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0526ba3c-555c-4e1b-982e-ab222b461e8d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-0526ba3c-555c-4e1b-982e-ab222b461e8d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5ee3be24-b55d-49db-aaef-ac1d3bd46be2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5ee3be24-b55d-49db-aaef-ac1d3bd46be2 .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-5ee3be24-b55d-49db-aaef-ac1d3bd46be2 .ablocks-button { font-family:Inter; } } .ablocks-block-5ee3be24-b55d-49db-aaef-ac1d3bd46be2 .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-5ee3be24-b55d-49db-aaef-ac1d3bd46be2 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-5ee3be24-b55d-49db-aaef-ac1d3bd46be2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-5ee3be24-b55d-49db-aaef-ac1d3bd46be2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bdf5bf85-8c69-4764-a55d-e8ff99d07c6c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bdf5bf85-8c69-4764-a55d-e8ff99d07c6c .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-bdf5bf85-8c69-4764-a55d-e8ff99d07c6c .ablocks-button { font-family:Inter; } } .ablocks-block-bdf5bf85-8c69-4764-a55d-e8ff99d07c6c .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-bdf5bf85-8c69-4764-a55d-e8ff99d07c6c .ablocks-icon-wrap { font-size:unset; } .ablocks-block-bdf5bf85-8c69-4764-a55d-e8ff99d07c6c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-bdf5bf85-8c69-4764-a55d-e8ff99d07c6c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7718557c-55c3-4d60-99e9-cf697de3dc3f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7718557c-55c3-4d60-99e9-cf697de3dc3f .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-7718557c-55c3-4d60-99e9-cf697de3dc3f .ablocks-button { font-family:Inter; } } .ablocks-block-7718557c-55c3-4d60-99e9-cf697de3dc3f .ablocks-button:hover { transition-duration:s;background:#EFF8FF;border-radius:4px; } .ablocks-block-7718557c-55c3-4d60-99e9-cf697de3dc3f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7718557c-55c3-4d60-99e9-cf697de3dc3f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-7718557c-55c3-4d60-99e9-cf697de3dc3f .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-3bfc1925-b69c-4741-8af3-9166a056adb2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3bfc1925-b69c-4741-8af3-9166a056adb2.ablocks-hide-on-desktop,.ablocks-block-3bfc1925-b69c-4741-8af3-9166a056adb2.ablocks-hide-on-tablet,.ablocks-block-3bfc1925-b69c-4741-8af3-9166a056adb2.ablocks-hide-on-mobile { display:none; } } .ablocks-block-3bfc1925-b69c-4741-8af3-9166a056adb2.ablocks-block--container { padding:0px;max-width:min(100%,40%) !important;overflow:visible; } .ablocks-block-3bfc1925-b69c-4741-8af3-9166a056adb2 { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-3bfc1925-b69c-4741-8af3-9166a056adb2.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-3bfc1925-b69c-4741-8af3-9166a056adb2 { display:inline-flex; } 
.ablocks-block-55848ce8-b790-422a-83fe-86897200e2f0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55848ce8-b790-422a-83fe-86897200e2f0 { text-align:left; } .ablocks-block-55848ce8-b790-422a-83fe-86897200e2f0 .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-55848ce8-b790-422a-83fe-86897200e2f0 .ablocks-button { font-family:Inter; } } .ablocks-block-55848ce8-b790-422a-83fe-86897200e2f0 .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-55848ce8-b790-422a-83fe-86897200e2f0 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-55848ce8-b790-422a-83fe-86897200e2f0 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-55848ce8-b790-422a-83fe-86897200e2f0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-55848ce8-b790-422a-83fe-86897200e2f0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-63287c71-d65c-4adb-a6dc-1c7b6d17b892 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-63287c71-d65c-4adb-a6dc-1c7b6d17b892 { text-align:left; } .ablocks-block-63287c71-d65c-4adb-a6dc-1c7b6d17b892 .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-63287c71-d65c-4adb-a6dc-1c7b6d17b892 .ablocks-button { font-family:Inter; } } .ablocks-block-63287c71-d65c-4adb-a6dc-1c7b6d17b892 .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-63287c71-d65c-4adb-a6dc-1c7b6d17b892 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#2E90FA; } .ablocks-block-63287c71-d65c-4adb-a6dc-1c7b6d17b892 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-63287c71-d65c-4adb-a6dc-1c7b6d17b892 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-63287c71-d65c-4adb-a6dc-1c7b6d17b892 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-536b23e5-4b9c-4cc2-aad1-7f0e325741aa { margin-top:0px;padding-top:76px;padding-bottom:120px;background-image:url("http://kodezen.com/wp-content/uploads/2025/09/hero_bg-8-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-536b23e5-4b9c-4cc2-aad1-7f0e325741aa { padding-bottom:90px; } } @media screen and (max-width: 480px) { .ablocks-block-536b23e5-4b9c-4cc2-aad1-7f0e325741aa { padding-top:60px;padding-bottom:60px; } } .ablocks-block-536b23e5-4b9c-4cc2-aad1-7f0e325741aa.ablocks-block--container { padding-top:76px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-536b23e5-4b9c-4cc2-aad1-7f0e325741aa.ablocks-block--container { padding-bottom:90px; } } @media screen and (max-width: 480px) { .ablocks-block-536b23e5-4b9c-4cc2-aad1-7f0e325741aa.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-536b23e5-4b9c-4cc2-aad1-7f0e325741aa > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-536b23e5-4b9c-4cc2-aad1-7f0e325741aa > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:32px;column-gap:20px; } .ablocks-block-536b23e5-4b9c-4cc2-aad1-7f0e325741aa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:32px;column-gap:20px; } 
.ablocks-block-4508a50f-9d16-4296-9601-c24abaa58b3d { padding-top:10px;padding-right:24px;padding-bottom:10px;padding-left:24px;background:#F5FAFF;border-width:1px;border-style:solid;border-color:rgba(31,41,55,0.20);border-radius:999px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4508a50f-9d16-4296-9601-c24abaa58b3d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-4508a50f-9d16-4296-9601-c24abaa58b3d .ablocks-icon-wrap { font-size:unset; } .ablocks-block-4508a50f-9d16-4296-9601-c24abaa58b3d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:70px; } .ablocks-block-4508a50f-9d16-4296-9601-c24abaa58b3d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5:not(.ablocks-has-block-container), .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-block--info-box__content { gap:16px;align-items:center; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .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-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:72px;line-height:88px;letter-spacing:-1.8px;color:#131111; } @media screen and (max-width: 800px) { .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:60px;line-height:70px; } } @media screen and (max-width: 480px) { .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:48px;line-height:58px; } } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:60px;line-height:78px;letter-spacing:-1.5px; } @media screen and (max-width: 800px) { .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter;font-size:50px;line-height:60px; } } @media screen and (max-width: 480px) { .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-block--info-box__content > .ablocks-info-box-text { font-size:40px;line-height:50px; } } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .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-8cd36488-131d-4821-ac4f-30c5a7871ab5 .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-8cd36488-131d-4821-ac4f-30c5a7871ab5.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-8cd36488-131d-4821-ac4f-30c5a7871ab5.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-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .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-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8cd36488-131d-4821-ac4f-30c5a7871ab5 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-312d96f2-9e73-433f-96be-1276a3c4f960 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-312d96f2-9e73-433f-96be-1276a3c4f960:not(.ablocks-has-block-container), .ablocks-block-312d96f2-9e73-433f-96be-1276a3c4f960.ablocks-block--dual-button > .ablocks-block-container { gap:12px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-312d96f2-9e73-433f-96be-1276a3c4f960:not(.ablocks-has-block-container), .ablocks-block-312d96f2-9e73-433f-96be-1276a3c4f960.ablocks-block--dual-button > .ablocks-block-container { justify-content:center; } } 
.ablocks-block-34f2de9a-0b5c-4ecd-ae82-9469ed88d269 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34f2de9a-0b5c-4ecd-ae82-9469ed88d269 { text-align:left; } .ablocks-block-34f2de9a-0b5c-4ecd-ae82-9469ed88d269 .ablocks-button { column-gap:8px;background:#2E90FA;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#2E90FA;border-radius:999px;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:14px;line-height:20px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-34f2de9a-0b5c-4ecd-ae82-9469ed88d269 .ablocks-button { font-family:Inter; } } .ablocks-block-34f2de9a-0b5c-4ecd-ae82-9469ed88d269 .ablocks-button:hover { transition-duration:0.5s;color:#2E90FA;background:#ffffff;border-width:1px;border-color:#2E90FA;border-style:solid;box-shadow:inset 0px 1px 4px 0px rgba(1,83,251,0.26); } .ablocks-block-34f2de9a-0b5c-4ecd-ae82-9469ed88d269 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#2E90FA; } .ablocks-block-34f2de9a-0b5c-4ecd-ae82-9469ed88d269 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-34f2de9a-0b5c-4ecd-ae82-9469ed88d269 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-34f2de9a-0b5c-4ecd-ae82-9469ed88d269 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-77fdc5e9-2ca9-4447-aaa0-3879d464d2e6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-77fdc5e9-2ca9-4447-aaa0-3879d464d2e6 { text-align:left; } .ablocks-block-77fdc5e9-2ca9-4447-aaa0-3879d464d2e6 .ablocks-button { column-gap:8px;background:#FFF;justify-content:left;color:#2E90FA;border-width:1px;border-style:solid;border-color:#2E90FA;border-radius:999px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-77fdc5e9-2ca9-4447-aaa0-3879d464d2e6 .ablocks-button { font-family:Inter; } } .ablocks-block-77fdc5e9-2ca9-4447-aaa0-3879d464d2e6 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#2e90fa; } .ablocks-block-77fdc5e9-2ca9-4447-aaa0-3879d464d2e6 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-77fdc5e9-2ca9-4447-aaa0-3879d464d2e6 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-77fdc5e9-2ca9-4447-aaa0-3879d464d2e6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-77fdc5e9-2ca9-4447-aaa0-3879d464d2e6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#2E90FA; } 
.ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60 { margin-top:0px;padding-top:120px;padding-bottom:70px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60 { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60 { padding-top:60px; } } .ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60.ablocks-block--container { padding-top:120px;padding-bottom:70px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60.ablocks-block--container { padding-top:60px; } } .ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60 > .ablocks-block-container { row-gap:30px; } } .ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-341252f2-7632-4ae5-96a9-15398ce4ac60.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706 { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;background:#FFF;border-width:1px;border-style:solid;border-color:#F2F4F7;border-radius:16px;box-shadow:0px 9px 33px 0px rgba(2,8,53,0.05);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706 { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706 { padding-top:24px;padding-bottom:0px; } } .ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706.ablocks-block--container { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706.ablocks-block--container { padding-top:24px;padding-bottom:0px; } } .ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706 { row-gap:20px; } } .ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-a3c40c24-9d62-4b0d-8359-375d0208b706 { display:inline-flex; } 
.ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d { padding:0px;border-width:0px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d { padding-left:24px;border-width:0px 0px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d { padding-left:0px; } } .ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d.ablocks-block--container { padding-left:0px; } } .ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d { flex-direction:column; } } .ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-58ed256f-8e4c-4d8e-bcf3-0baedeaed08d { display:inline-flex; } 
.ablocks-block-cf7235f0-2372-49c5-91b9-b3b07c8a663b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-cf7235f0-2372-49c5-91b9-b3b07c8a663b { padding-right:20px;padding-left:20px; } } .ablocks-block-cf7235f0-2372-49c5-91b9-b3b07c8a663b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-cf7235f0-2372-49c5-91b9-b3b07c8a663b.ablocks-block--container { padding-right:20px;padding-left:20px; } } .ablocks-block-cf7235f0-2372-49c5-91b9-b3b07c8a663b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cf7235f0-2372-49c5-91b9-b3b07c8a663b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226:not(.ablocks-has-block-container), .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .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-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:43px; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0.64px;color:#131111; } @media screen and (max-width: 800px) { .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#98A2B3;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .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-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .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-7b7f9aac-7f60-4957-9eb1-7d0faa310226.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-7b7f9aac-7f60-4957-9eb1-7d0faa310226.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-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .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-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7b7f9aac-7f60-4957-9eb1-7d0faa310226 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-c6d963de-9732-4cb6-9b5d-0b4460b83fb4 { padding:0px;border-width:0px 1px 0px 1px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c6d963de-9732-4cb6-9b5d-0b4460b83fb4 { border-width:0px 0px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-c6d963de-9732-4cb6-9b5d-0b4460b83fb4 { border-width:0px 0px 0px 0px; } } .ablocks-block-c6d963de-9732-4cb6-9b5d-0b4460b83fb4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c6d963de-9732-4cb6-9b5d-0b4460b83fb4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c6d963de-9732-4cb6-9b5d-0b4460b83fb4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3c3a6bbb-e6ce-4ee1-b678-9eeb9cb50b96 { padding-top:22px;padding-bottom:12px;padding-left:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c3a6bbb-e6ce-4ee1-b678-9eeb9cb50b96.ablocks-block--container { padding-top:22px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3c3a6bbb-e6ce-4ee1-b678-9eeb9cb50b96 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-3c3a6bbb-e6ce-4ee1-b678-9eeb9cb50b96 { justify-content:center;justify-items:center; } } .ablocks-block-3c3a6bbb-e6ce-4ee1-b678-9eeb9cb50b96.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-3c3a6bbb-e6ce-4ee1-b678-9eeb9cb50b96.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-3c3a6bbb-e6ce-4ee1-b678-9eeb9cb50b96 { display:inline-flex; } 
.ablocks-block-688f6014-7eed-425c-b96a-3c0ab9ae3ad6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-688f6014-7eed-425c-b96a-3c0ab9ae3ad6 { text-align:left; } .ablocks-block-688f6014-7eed-425c-b96a-3c0ab9ae3ad6 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-688f6014-7eed-425c-b96a-3c0ab9ae3ad6 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-f986fc51-8a01-419c-b5ab-e98a670061ab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f986fc51-8a01-419c-b5ab-e98a670061ab { text-align:left; } .ablocks-block-f986fc51-8a01-419c-b5ab-e98a670061ab .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-f986fc51-8a01-419c-b5ab-e98a670061ab .ablocks-button { font-family:Inter; } } .ablocks-block-f986fc51-8a01-419c-b5ab-e98a670061ab .ablocks-button:hover { transition-duration:s; } .ablocks-block-f986fc51-8a01-419c-b5ab-e98a670061ab .ablocks-icon-wrap { font-size:16px; } .ablocks-block-f986fc51-8a01-419c-b5ab-e98a670061ab .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-f986fc51-8a01-419c-b5ab-e98a670061ab .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c8feccdc-8cb4-436f-9cfd-97472478d846 { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8feccdc-8cb4-436f-9cfd-97472478d846.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c8feccdc-8cb4-436f-9cfd-97472478d846 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-c8feccdc-8cb4-436f-9cfd-97472478d846 { justify-content:center;justify-items:center; } } .ablocks-block-c8feccdc-8cb4-436f-9cfd-97472478d846.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-c8feccdc-8cb4-436f-9cfd-97472478d846.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-c8feccdc-8cb4-436f-9cfd-97472478d846 { display:inline-flex; } 
.ablocks-block-897b755d-7593-46fe-a05b-562cf138c3d0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-897b755d-7593-46fe-a05b-562cf138c3d0 { text-align:left; } .ablocks-block-897b755d-7593-46fe-a05b-562cf138c3d0 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-897b755d-7593-46fe-a05b-562cf138c3d0 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-dd7a9967-63fb-4540-8326-63268d74bfb4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd7a9967-63fb-4540-8326-63268d74bfb4 { text-align:left; } .ablocks-block-dd7a9967-63fb-4540-8326-63268d74bfb4 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-dd7a9967-63fb-4540-8326-63268d74bfb4 .ablocks-button { font-family:Inter; } } .ablocks-block-dd7a9967-63fb-4540-8326-63268d74bfb4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-dd7a9967-63fb-4540-8326-63268d74bfb4 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-dd7a9967-63fb-4540-8326-63268d74bfb4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-dd7a9967-63fb-4540-8326-63268d74bfb4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-80930f2c-18f8-48f7-9245-3f1d53a4afe4 { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-80930f2c-18f8-48f7-9245-3f1d53a4afe4.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-80930f2c-18f8-48f7-9245-3f1d53a4afe4 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-80930f2c-18f8-48f7-9245-3f1d53a4afe4 { justify-content:center;justify-items:center; } } .ablocks-block-80930f2c-18f8-48f7-9245-3f1d53a4afe4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-80930f2c-18f8-48f7-9245-3f1d53a4afe4.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-80930f2c-18f8-48f7-9245-3f1d53a4afe4 { display:inline-flex; } 
.ablocks-block-887020d8-373a-4f83-ba00-7a4e5bede6d7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-887020d8-373a-4f83-ba00-7a4e5bede6d7 { text-align:left; } .ablocks-block-887020d8-373a-4f83-ba00-7a4e5bede6d7 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-887020d8-373a-4f83-ba00-7a4e5bede6d7 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-eda3391f-f885-4a13-8594-2478ed0bc72f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eda3391f-f885-4a13-8594-2478ed0bc72f { text-align:left; } .ablocks-block-eda3391f-f885-4a13-8594-2478ed0bc72f .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-eda3391f-f885-4a13-8594-2478ed0bc72f .ablocks-button { font-family:Inter; } } .ablocks-block-eda3391f-f885-4a13-8594-2478ed0bc72f .ablocks-button:hover { transition-duration:s; } .ablocks-block-eda3391f-f885-4a13-8594-2478ed0bc72f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-eda3391f-f885-4a13-8594-2478ed0bc72f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-eda3391f-f885-4a13-8594-2478ed0bc72f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3f380615-6cdc-4d57-b03f-e1151b784fce { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f380615-6cdc-4d57-b03f-e1151b784fce.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3f380615-6cdc-4d57-b03f-e1151b784fce { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-3f380615-6cdc-4d57-b03f-e1151b784fce { justify-content:center;justify-items:center; } } .ablocks-block-3f380615-6cdc-4d57-b03f-e1151b784fce.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-3f380615-6cdc-4d57-b03f-e1151b784fce.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-3f380615-6cdc-4d57-b03f-e1151b784fce { display:inline-flex; } 
.ablocks-block-868698c9-ff7d-4b17-8605-1671c2652519 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-868698c9-ff7d-4b17-8605-1671c2652519 { text-align:left; } .ablocks-block-868698c9-ff7d-4b17-8605-1671c2652519 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-868698c9-ff7d-4b17-8605-1671c2652519 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-afafbd6d-4d2f-40f4-a80d-9826a2c727e1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afafbd6d-4d2f-40f4-a80d-9826a2c727e1 { text-align:left; } .ablocks-block-afafbd6d-4d2f-40f4-a80d-9826a2c727e1 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-afafbd6d-4d2f-40f4-a80d-9826a2c727e1 .ablocks-button { font-family:Inter; } } .ablocks-block-afafbd6d-4d2f-40f4-a80d-9826a2c727e1 .ablocks-button:hover { transition-duration:s; } .ablocks-block-afafbd6d-4d2f-40f4-a80d-9826a2c727e1 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-afafbd6d-4d2f-40f4-a80d-9826a2c727e1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-afafbd6d-4d2f-40f4-a80d-9826a2c727e1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f768f819-9dbb-4e0a-9d5f-6f8b51969772 { padding-top:12px;padding-bottom:22px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f768f819-9dbb-4e0a-9d5f-6f8b51969772.ablocks-block--container { padding-top:12px;padding-bottom:22px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f768f819-9dbb-4e0a-9d5f-6f8b51969772 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-f768f819-9dbb-4e0a-9d5f-6f8b51969772 { justify-content:center;justify-items:center; } } .ablocks-block-f768f819-9dbb-4e0a-9d5f-6f8b51969772.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-f768f819-9dbb-4e0a-9d5f-6f8b51969772.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-f768f819-9dbb-4e0a-9d5f-6f8b51969772 { display:inline-flex; } 
.ablocks-block-6e139606-5c8b-4b69-8599-f12a1ff101e9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e139606-5c8b-4b69-8599-f12a1ff101e9 { text-align:left; } .ablocks-block-6e139606-5c8b-4b69-8599-f12a1ff101e9 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-6e139606-5c8b-4b69-8599-f12a1ff101e9 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-692f0e5a-54e9-45b2-8e8b-21dfc8186aae { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-692f0e5a-54e9-45b2-8e8b-21dfc8186aae { text-align:left; } .ablocks-block-692f0e5a-54e9-45b2-8e8b-21dfc8186aae .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-692f0e5a-54e9-45b2-8e8b-21dfc8186aae .ablocks-button { font-family:Inter; } } .ablocks-block-692f0e5a-54e9-45b2-8e8b-21dfc8186aae .ablocks-button:hover { transition-duration:s; } .ablocks-block-692f0e5a-54e9-45b2-8e8b-21dfc8186aae .ablocks-icon-wrap { font-size:16px; } .ablocks-block-692f0e5a-54e9-45b2-8e8b-21dfc8186aae .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-692f0e5a-54e9-45b2-8e8b-21dfc8186aae .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7 { padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7 { padding-left:0px; } } .ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7.ablocks-block--container { padding-left:0px; } } .ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7 { flex-direction:column; } } .ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-2681ee64-67eb-4741-81fb-0ff357dc8fa7 { display:inline-flex; } 
.ablocks-block-e5bd4b04-f6be-430b-aaa1-a04b007c4c43 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5bd4b04-f6be-430b-aaa1-a04b007c4c43.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e5bd4b04-f6be-430b-aaa1-a04b007c4c43 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-e5bd4b04-f6be-430b-aaa1-a04b007c4c43.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-e5bd4b04-f6be-430b-aaa1-a04b007c4c43 { display:inline-flex; } 
.ablocks-block-0a5018be-d9e9-4260-96cb-7c54e94c8206 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a5018be-d9e9-4260-96cb-7c54e94c8206.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0a5018be-d9e9-4260-96cb-7c54e94c8206.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-0a5018be-d9e9-4260-96cb-7c54e94c8206 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0a5018be-d9e9-4260-96cb-7c54e94c8206.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0b544164-bd04-4a16-b97e-8189fd75e557 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b544164-bd04-4a16-b97e-8189fd75e557 { display:flex;justify-content:center; } .ablocks-block-0b544164-bd04-4a16-b97e-8189fd75e557 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0b544164-bd04-4a16-b97e-8189fd75e557 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0b544164-bd04-4a16-b97e-8189fd75e557 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-38135ecf-6702-4842-a946-2ca8f1cb39b5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-38135ecf-6702-4842-a946-2ca8f1cb39b5.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-38135ecf-6702-4842-a946-2ca8f1cb39b5.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-38135ecf-6702-4842-a946-2ca8f1cb39b5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-38135ecf-6702-4842-a946-2ca8f1cb39b5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6440253c-1f72-4b31-9363-6b2720a97be5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6440253c-1f72-4b31-9363-6b2720a97be5 { display:flex;justify-content:center; } .ablocks-block-6440253c-1f72-4b31-9363-6b2720a97be5 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-6440253c-1f72-4b31-9363-6b2720a97be5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-6440253c-1f72-4b31-9363-6b2720a97be5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-62260a4d-cffb-47bb-9040-49f97a441d9d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-62260a4d-cffb-47bb-9040-49f97a441d9d.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-62260a4d-cffb-47bb-9040-49f97a441d9d.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-62260a4d-cffb-47bb-9040-49f97a441d9d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-62260a4d-cffb-47bb-9040-49f97a441d9d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9269ef78-ae78-4ea6-b3aa-d246721cb3fe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9269ef78-ae78-4ea6-b3aa-d246721cb3fe { display:flex;justify-content:center; } .ablocks-block-9269ef78-ae78-4ea6-b3aa-d246721cb3fe .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-9269ef78-ae78-4ea6-b3aa-d246721cb3fe .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-9269ef78-ae78-4ea6-b3aa-d246721cb3fe .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-da16fdc2-1645-4eb4-90dd-8b46c4a35eca { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-da16fdc2-1645-4eb4-90dd-8b46c4a35eca.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-da16fdc2-1645-4eb4-90dd-8b46c4a35eca.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-da16fdc2-1645-4eb4-90dd-8b46c4a35eca { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-da16fdc2-1645-4eb4-90dd-8b46c4a35eca.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-89238c57-38c0-464b-9268-1188fba036d9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89238c57-38c0-464b-9268-1188fba036d9 { display:flex;justify-content:center; } .ablocks-block-89238c57-38c0-464b-9268-1188fba036d9 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-89238c57-38c0-464b-9268-1188fba036d9 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-89238c57-38c0-464b-9268-1188fba036d9 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7e6af919-2078-4339-9652-e95f67fca1f5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e6af919-2078-4339-9652-e95f67fca1f5.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7e6af919-2078-4339-9652-e95f67fca1f5.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-7e6af919-2078-4339-9652-e95f67fca1f5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7e6af919-2078-4339-9652-e95f67fca1f5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cef32f79-5cdc-4f00-9091-474117980401 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cef32f79-5cdc-4f00-9091-474117980401 { display:flex;justify-content:center; } .ablocks-block-cef32f79-5cdc-4f00-9091-474117980401 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-cef32f79-5cdc-4f00-9091-474117980401 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-cef32f79-5cdc-4f00-9091-474117980401 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c3080330-7001-460d-9e00-8fc492aeec94 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3080330-7001-460d-9e00-8fc492aeec94.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c3080330-7001-460d-9e00-8fc492aeec94.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-c3080330-7001-460d-9e00-8fc492aeec94 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c3080330-7001-460d-9e00-8fc492aeec94.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-016b27ca-65b4-4c7c-9307-a9f902104b52 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-016b27ca-65b4-4c7c-9307-a9f902104b52 { display:flex;justify-content:center; } .ablocks-block-016b27ca-65b4-4c7c-9307-a9f902104b52 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-016b27ca-65b4-4c7c-9307-a9f902104b52 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-016b27ca-65b4-4c7c-9307-a9f902104b52 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ef1cc01c-19d2-4cbe-b4d4-a4adf7fca419 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef1cc01c-19d2-4cbe-b4d4-a4adf7fca419.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ef1cc01c-19d2-4cbe-b4d4-a4adf7fca419.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-ef1cc01c-19d2-4cbe-b4d4-a4adf7fca419 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ef1cc01c-19d2-4cbe-b4d4-a4adf7fca419.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d342ce04-222d-42e8-8ab9-0b4e8c6aa401 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d342ce04-222d-42e8-8ab9-0b4e8c6aa401 { display:flex;justify-content:center; } .ablocks-block-d342ce04-222d-42e8-8ab9-0b4e8c6aa401 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d342ce04-222d-42e8-8ab9-0b4e8c6aa401 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d342ce04-222d-42e8-8ab9-0b4e8c6aa401 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-bb9a0e4d-cbff-45ea-b14b-7b073bf54b38 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-bb9a0e4d-cbff-45ea-b14b-7b073bf54b38 { padding:26px; } } .ablocks-block-bb9a0e4d-cbff-45ea-b14b-7b073bf54b38.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bb9a0e4d-cbff-45ea-b14b-7b073bf54b38.ablocks-block--container { padding:26px; } } .ablocks-block-bb9a0e4d-cbff-45ea-b14b-7b073bf54b38 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bb9a0e4d-cbff-45ea-b14b-7b073bf54b38.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1cf44654-f67c-473f-ae56-e2f3a52b0c2d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1cf44654-f67c-473f-ae56-e2f3a52b0c2d { text-align:center; } .ablocks-block-1cf44654-f67c-473f-ae56-e2f3a52b0c2d .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-1cf44654-f67c-473f-ae56-e2f3a52b0c2d .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-b5474e43-a579-4e70-93b8-9a29727dd226 { margin-top:14px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b5474e43-a579-4e70-93b8-9a29727dd226 { margin-top:20px; } } .ablocks-block-b5474e43-a579-4e70-93b8-9a29727dd226.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b5474e43-a579-4e70-93b8-9a29727dd226 { 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-b5474e43-a579-4e70-93b8-9a29727dd226.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-b5474e43-a579-4e70-93b8-9a29727dd226 { display:inline-flex; } 
.ablocks-block-98db0e09-2a71-425d-aa4e-75c565a37b0b { padding-right:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-98db0e09-2a71-425d-aa4e-75c565a37b0b { text-align:left; } .ablocks-block-98db0e09-2a71-425d-aa4e-75c565a37b0b .ablocks-paragraph-text { color:#579DFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:line-through;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-98db0e09-2a71-425d-aa4e-75c565a37b0b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-98db0e09-2a71-425d-aa4e-75c565a37b0b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f6634229-4cfa-4776-8c03-5e51c5481731 { padding-right:2px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f6634229-4cfa-4776-8c03-5e51c5481731 { text-align:left; } .ablocks-block-f6634229-4cfa-4776-8c03-5e51c5481731 .ablocks-paragraph-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-f6634229-4cfa-4776-8c03-5e51c5481731 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-f6634229-4cfa-4776-8c03-5e51c5481731 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c618b880-ab93-4fd1-8655-95881172cd93 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c618b880-ab93-4fd1-8655-95881172cd93 { text-align:left; } .ablocks-block-c618b880-ab93-4fd1-8655-95881172cd93 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:31.158px;line-height:31.158px; } @media screen and (max-width: 800px) { .ablocks-block-c618b880-ab93-4fd1-8655-95881172cd93 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-2a2b638f-6d73-4718-9b83-857a3f25f6af { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a2b638f-6d73-4718-9b83-857a3f25f6af { text-align:center; } .ablocks-block-2a2b638f-6d73-4718-9b83-857a3f25f6af .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-2a2b638f-6d73-4718-9b83-857a3f25f6af .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-2a2b638f-6d73-4718-9b83-857a3f25f6af .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a6f19089-ab37-4788-9ba6-04c2f960802d { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6f19089-ab37-4788-9ba6-04c2f960802d .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:center;width:100%;color:#FFF;border-radius:9999px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;padding:12px; } @media screen and (max-width: 800px) { .ablocks-block-a6f19089-ab37-4788-9ba6-04c2f960802d .ablocks-button { font-family:Inter; } } .ablocks-block-a6f19089-ab37-4788-9ba6-04c2f960802d .ablocks-button:hover { transition-duration:0.5s;background:#027cff; } .ablocks-block-a6f19089-ab37-4788-9ba6-04c2f960802d .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a6f19089-ab37-4788-9ba6-04c2f960802d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a6f19089-ab37-4788-9ba6-04c2f960802d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;background:#FFF;border-width:1px;border-style:solid;border-color:#F2F4F7;border-radius:16px;box-shadow:0px 9px 33px 0px rgba(2,8,53,0.05);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd { padding-top:24px;padding-bottom:0px; } } .ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd.ablocks-block--container { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd.ablocks-block--container { padding-top:24px;padding-bottom:0px; } } .ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd { row-gap:20px; } } .ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-cb427dfc-2806-442d-9e31-a7ead72c13dd { display:inline-flex; } 
.ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23 { padding:0px;border-width:0px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23 { padding-left:24px;border-width:0px 0px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23 { padding-left:0px; } } .ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23.ablocks-block--container { padding-left:0px; } } .ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23 { flex-direction:column; } } .ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-130ddc78-a43e-4222-8a41-94f924b99d23 { display:inline-flex; } 
.ablocks-block-c72b11ce-4f02-4339-a380-36da25fc2379 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c72b11ce-4f02-4339-a380-36da25fc2379 { padding-right:20px;padding-left:20px; } } .ablocks-block-c72b11ce-4f02-4339-a380-36da25fc2379.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-c72b11ce-4f02-4339-a380-36da25fc2379.ablocks-block--container { padding-right:20px;padding-left:20px; } } .ablocks-block-c72b11ce-4f02-4339-a380-36da25fc2379 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c72b11ce-4f02-4339-a380-36da25fc2379.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73:not(.ablocks-has-block-container), .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .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-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:43px; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0.64px;color:#131111; } @media screen and (max-width: 800px) { .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#98A2B3;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .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-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .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-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73.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-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73.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-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .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-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8a5af2f1-5b4b-4e74-9c48-f68c6717cd73 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-a84a925d-fae7-45e1-80f5-1599fc0d8fd7 { padding:0px;border-width:0px 1px 0px 1px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a84a925d-fae7-45e1-80f5-1599fc0d8fd7 { border-width:0px 0px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-a84a925d-fae7-45e1-80f5-1599fc0d8fd7 { border-width:0px 0px 0px 0px; } } .ablocks-block-a84a925d-fae7-45e1-80f5-1599fc0d8fd7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a84a925d-fae7-45e1-80f5-1599fc0d8fd7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a84a925d-fae7-45e1-80f5-1599fc0d8fd7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-25af3524-512e-4ee7-93bf-96dca2cb955b { padding-top:44px;padding-bottom:12px;padding-left:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-25af3524-512e-4ee7-93bf-96dca2cb955b { padding-top:22px; } } .ablocks-block-25af3524-512e-4ee7-93bf-96dca2cb955b.ablocks-block--container { padding-top:44px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-25af3524-512e-4ee7-93bf-96dca2cb955b.ablocks-block--container { padding-top:22px; } } .ablocks-block-25af3524-512e-4ee7-93bf-96dca2cb955b { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-25af3524-512e-4ee7-93bf-96dca2cb955b { justify-content:center;justify-items:center; } } .ablocks-block-25af3524-512e-4ee7-93bf-96dca2cb955b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-25af3524-512e-4ee7-93bf-96dca2cb955b.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-25af3524-512e-4ee7-93bf-96dca2cb955b { display:inline-flex; } 
.ablocks-block-a2d03719-d68b-47c4-998b-cb35bb28afee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2d03719-d68b-47c4-998b-cb35bb28afee { text-align:left; } .ablocks-block-a2d03719-d68b-47c4-998b-cb35bb28afee .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-a2d03719-d68b-47c4-998b-cb35bb28afee .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-eeac787b-37fb-4211-b0fd-8dc8bfb47469 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eeac787b-37fb-4211-b0fd-8dc8bfb47469 { text-align:left; } .ablocks-block-eeac787b-37fb-4211-b0fd-8dc8bfb47469 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-eeac787b-37fb-4211-b0fd-8dc8bfb47469 .ablocks-button { font-family:Inter; } } .ablocks-block-eeac787b-37fb-4211-b0fd-8dc8bfb47469 .ablocks-button:hover { transition-duration:s; } .ablocks-block-eeac787b-37fb-4211-b0fd-8dc8bfb47469 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-eeac787b-37fb-4211-b0fd-8dc8bfb47469 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-eeac787b-37fb-4211-b0fd-8dc8bfb47469 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-519f4441-cce6-4cb2-aaa9-b192be0f07f6 { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-519f4441-cce6-4cb2-aaa9-b192be0f07f6.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-519f4441-cce6-4cb2-aaa9-b192be0f07f6 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-519f4441-cce6-4cb2-aaa9-b192be0f07f6 { justify-content:center;justify-items:center; } } .ablocks-block-519f4441-cce6-4cb2-aaa9-b192be0f07f6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-519f4441-cce6-4cb2-aaa9-b192be0f07f6.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-519f4441-cce6-4cb2-aaa9-b192be0f07f6 { display:inline-flex; } 
.ablocks-block-6cb94167-fc68-4aba-ab46-abd6dd3b774e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6cb94167-fc68-4aba-ab46-abd6dd3b774e { text-align:left; } .ablocks-block-6cb94167-fc68-4aba-ab46-abd6dd3b774e .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-6cb94167-fc68-4aba-ab46-abd6dd3b774e .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-ee4b9299-b353-4134-9df2-edaee3559d85 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee4b9299-b353-4134-9df2-edaee3559d85 { text-align:left; } .ablocks-block-ee4b9299-b353-4134-9df2-edaee3559d85 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-ee4b9299-b353-4134-9df2-edaee3559d85 .ablocks-button { font-family:Inter; } } .ablocks-block-ee4b9299-b353-4134-9df2-edaee3559d85 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ee4b9299-b353-4134-9df2-edaee3559d85 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ee4b9299-b353-4134-9df2-edaee3559d85 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ee4b9299-b353-4134-9df2-edaee3559d85 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2ad58918-0187-42a1-a275-f44852b8b95c { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ad58918-0187-42a1-a275-f44852b8b95c.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2ad58918-0187-42a1-a275-f44852b8b95c { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-2ad58918-0187-42a1-a275-f44852b8b95c { justify-content:center;justify-items:center; } } .ablocks-block-2ad58918-0187-42a1-a275-f44852b8b95c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-2ad58918-0187-42a1-a275-f44852b8b95c.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-2ad58918-0187-42a1-a275-f44852b8b95c { display:inline-flex; } 
.ablocks-block-7bcb144f-d8e7-454c-bfa1-4cabae21fa82 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7bcb144f-d8e7-454c-bfa1-4cabae21fa82 { text-align:left; } .ablocks-block-7bcb144f-d8e7-454c-bfa1-4cabae21fa82 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-7bcb144f-d8e7-454c-bfa1-4cabae21fa82 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-d89c60dc-e86c-4d03-921f-424458d37e22 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d89c60dc-e86c-4d03-921f-424458d37e22 { text-align:left; } .ablocks-block-d89c60dc-e86c-4d03-921f-424458d37e22 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-d89c60dc-e86c-4d03-921f-424458d37e22 .ablocks-button { font-family:Inter; } } .ablocks-block-d89c60dc-e86c-4d03-921f-424458d37e22 .ablocks-button:hover { transition-duration:s; } .ablocks-block-d89c60dc-e86c-4d03-921f-424458d37e22 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-d89c60dc-e86c-4d03-921f-424458d37e22 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-d89c60dc-e86c-4d03-921f-424458d37e22 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b7e4cad6-3286-4fb3-ae83-e5d34e9f375a { padding-top:12px;padding-bottom:44px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b7e4cad6-3286-4fb3-ae83-e5d34e9f375a { padding-bottom:22px; } } .ablocks-block-b7e4cad6-3286-4fb3-ae83-e5d34e9f375a.ablocks-block--container { padding-top:12px;padding-bottom:44px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b7e4cad6-3286-4fb3-ae83-e5d34e9f375a.ablocks-block--container { padding-bottom:22px; } } .ablocks-block-b7e4cad6-3286-4fb3-ae83-e5d34e9f375a { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-b7e4cad6-3286-4fb3-ae83-e5d34e9f375a { justify-content:center;justify-items:center; } } .ablocks-block-b7e4cad6-3286-4fb3-ae83-e5d34e9f375a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-b7e4cad6-3286-4fb3-ae83-e5d34e9f375a.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-b7e4cad6-3286-4fb3-ae83-e5d34e9f375a { display:inline-flex; } 
.ablocks-block-31a97337-4787-4b6a-b223-8b1fc880294f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-31a97337-4787-4b6a-b223-8b1fc880294f { text-align:left; } .ablocks-block-31a97337-4787-4b6a-b223-8b1fc880294f .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-31a97337-4787-4b6a-b223-8b1fc880294f .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-51a3c446-9bc3-426a-bbeb-009b820f6165 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-51a3c446-9bc3-426a-bbeb-009b820f6165 { text-align:left; } .ablocks-block-51a3c446-9bc3-426a-bbeb-009b820f6165 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-51a3c446-9bc3-426a-bbeb-009b820f6165 .ablocks-button { font-family:Inter; } } .ablocks-block-51a3c446-9bc3-426a-bbeb-009b820f6165 .ablocks-button:hover { transition-duration:s; } .ablocks-block-51a3c446-9bc3-426a-bbeb-009b820f6165 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-51a3c446-9bc3-426a-bbeb-009b820f6165 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-51a3c446-9bc3-426a-bbeb-009b820f6165 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94 { padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94 { padding-left:0px; } } .ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94.ablocks-block--container { padding-left:0px; } } .ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94 { flex-direction:column; } } .ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-3b6550f3-ee4c-46cd-ad97-de8f96959e94 { display:inline-flex; } 
.ablocks-block-90c1ff44-2d66-4c7b-9d5b-8d7768906098 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-90c1ff44-2d66-4c7b-9d5b-8d7768906098.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-90c1ff44-2d66-4c7b-9d5b-8d7768906098 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-90c1ff44-2d66-4c7b-9d5b-8d7768906098.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-90c1ff44-2d66-4c7b-9d5b-8d7768906098 { display:inline-flex; } 
.ablocks-block-276f37a2-a16f-4c65-b0d9-b71780c63c45 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-276f37a2-a16f-4c65-b0d9-b71780c63c45.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-276f37a2-a16f-4c65-b0d9-b71780c63c45.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-276f37a2-a16f-4c65-b0d9-b71780c63c45 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-276f37a2-a16f-4c65-b0d9-b71780c63c45.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d014fbde-0df8-4b87-bfe3-fc0b7fa438ff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d014fbde-0df8-4b87-bfe3-fc0b7fa438ff { display:flex;justify-content:center; } .ablocks-block-d014fbde-0df8-4b87-bfe3-fc0b7fa438ff .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d014fbde-0df8-4b87-bfe3-fc0b7fa438ff .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d014fbde-0df8-4b87-bfe3-fc0b7fa438ff .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-5077e459-7f37-43f4-aae9-19e5aebbaeac { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5077e459-7f37-43f4-aae9-19e5aebbaeac.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5077e459-7f37-43f4-aae9-19e5aebbaeac.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-5077e459-7f37-43f4-aae9-19e5aebbaeac { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5077e459-7f37-43f4-aae9-19e5aebbaeac.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3ddf3e8a-a45c-459c-a4e5-2e1545f508bd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3ddf3e8a-a45c-459c-a4e5-2e1545f508bd { display:flex;justify-content:center; } .ablocks-block-3ddf3e8a-a45c-459c-a4e5-2e1545f508bd .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-3ddf3e8a-a45c-459c-a4e5-2e1545f508bd .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3ddf3e8a-a45c-459c-a4e5-2e1545f508bd .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-584d4c16-6c40-4af3-bf04-ab5de39f3705 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-584d4c16-6c40-4af3-bf04-ab5de39f3705.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-584d4c16-6c40-4af3-bf04-ab5de39f3705.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-584d4c16-6c40-4af3-bf04-ab5de39f3705 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-584d4c16-6c40-4af3-bf04-ab5de39f3705.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-bc5a3475-f135-44af-8cd2-9867bc5d520b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc5a3475-f135-44af-8cd2-9867bc5d520b { display:flex;justify-content:center; } .ablocks-block-bc5a3475-f135-44af-8cd2-9867bc5d520b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-bc5a3475-f135-44af-8cd2-9867bc5d520b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-bc5a3475-f135-44af-8cd2-9867bc5d520b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e5bc1b3f-0753-4210-935f-3281683bf8bb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5bc1b3f-0753-4210-935f-3281683bf8bb.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e5bc1b3f-0753-4210-935f-3281683bf8bb.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-e5bc1b3f-0753-4210-935f-3281683bf8bb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e5bc1b3f-0753-4210-935f-3281683bf8bb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-83dd6c01-e644-4c4e-a14c-51ebe0ff4b2f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-83dd6c01-e644-4c4e-a14c-51ebe0ff4b2f { display:flex;justify-content:center; } .ablocks-block-83dd6c01-e644-4c4e-a14c-51ebe0ff4b2f .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-83dd6c01-e644-4c4e-a14c-51ebe0ff4b2f .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-83dd6c01-e644-4c4e-a14c-51ebe0ff4b2f .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6c428830-2534-49c3-98f2-3ed8c7e6790c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6c428830-2534-49c3-98f2-3ed8c7e6790c.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6c428830-2534-49c3-98f2-3ed8c7e6790c.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-6c428830-2534-49c3-98f2-3ed8c7e6790c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6c428830-2534-49c3-98f2-3ed8c7e6790c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f5468d42-ebc7-4566-8c97-9f64a61959f1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f5468d42-ebc7-4566-8c97-9f64a61959f1 { display:flex;justify-content:center; } .ablocks-block-f5468d42-ebc7-4566-8c97-9f64a61959f1 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f5468d42-ebc7-4566-8c97-9f64a61959f1 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f5468d42-ebc7-4566-8c97-9f64a61959f1 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-bd88d6bf-539e-44f4-9863-831fea47a3db { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd88d6bf-539e-44f4-9863-831fea47a3db.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bd88d6bf-539e-44f4-9863-831fea47a3db.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-bd88d6bf-539e-44f4-9863-831fea47a3db { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bd88d6bf-539e-44f4-9863-831fea47a3db.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-65279c7d-1377-4bf1-91b6-2b6efd4e9bc7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65279c7d-1377-4bf1-91b6-2b6efd4e9bc7 { display:flex;justify-content:center; } .ablocks-block-65279c7d-1377-4bf1-91b6-2b6efd4e9bc7 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-65279c7d-1377-4bf1-91b6-2b6efd4e9bc7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-65279c7d-1377-4bf1-91b6-2b6efd4e9bc7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a2a897b4-5834-4445-8645-0b3967fcc884 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2a897b4-5834-4445-8645-0b3967fcc884.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a2a897b4-5834-4445-8645-0b3967fcc884.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-a2a897b4-5834-4445-8645-0b3967fcc884 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a2a897b4-5834-4445-8645-0b3967fcc884.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-44bda20d-80f6-4cb5-a780-d53a486c9c1f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-44bda20d-80f6-4cb5-a780-d53a486c9c1f { display:flex;justify-content:center; } .ablocks-block-44bda20d-80f6-4cb5-a780-d53a486c9c1f .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-44bda20d-80f6-4cb5-a780-d53a486c9c1f .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-44bda20d-80f6-4cb5-a780-d53a486c9c1f .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ec8170e3-17ee-4c84-adc9-b6e03366c1e9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ec8170e3-17ee-4c84-adc9-b6e03366c1e9 { padding:26px; } } .ablocks-block-ec8170e3-17ee-4c84-adc9-b6e03366c1e9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ec8170e3-17ee-4c84-adc9-b6e03366c1e9.ablocks-block--container { padding:26px; } } .ablocks-block-ec8170e3-17ee-4c84-adc9-b6e03366c1e9 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ec8170e3-17ee-4c84-adc9-b6e03366c1e9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fa971b01-229f-4ee9-a692-c1c88c92474a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa971b01-229f-4ee9-a692-c1c88c92474a { text-align:center; } .ablocks-block-fa971b01-229f-4ee9-a692-c1c88c92474a .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-fa971b01-229f-4ee9-a692-c1c88c92474a .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-58440e06-994f-4279-bab3-be7824ff674b { margin-top:14px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-58440e06-994f-4279-bab3-be7824ff674b { margin-top:20px; } } .ablocks-block-58440e06-994f-4279-bab3-be7824ff674b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-58440e06-994f-4279-bab3-be7824ff674b { 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-58440e06-994f-4279-bab3-be7824ff674b.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-58440e06-994f-4279-bab3-be7824ff674b { display:inline-flex; } 
.ablocks-block-1f55aa8f-5925-4470-a5a4-0b3eb9072a09 { padding-right:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f55aa8f-5925-4470-a5a4-0b3eb9072a09 { text-align:left; } .ablocks-block-1f55aa8f-5925-4470-a5a4-0b3eb9072a09 .ablocks-paragraph-text { color:#579DFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:line-through;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-1f55aa8f-5925-4470-a5a4-0b3eb9072a09 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-1f55aa8f-5925-4470-a5a4-0b3eb9072a09 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-367f685b-a736-4e89-afbd-6920d2ddd1af { padding-right:2px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-367f685b-a736-4e89-afbd-6920d2ddd1af { text-align:left; } .ablocks-block-367f685b-a736-4e89-afbd-6920d2ddd1af .ablocks-paragraph-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-367f685b-a736-4e89-afbd-6920d2ddd1af .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-367f685b-a736-4e89-afbd-6920d2ddd1af .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c4577223-666e-4b15-8e1e-55da3a3f8634 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c4577223-666e-4b15-8e1e-55da3a3f8634 { text-align:left; } .ablocks-block-c4577223-666e-4b15-8e1e-55da3a3f8634 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:31.158px;line-height:31.158px; } @media screen and (max-width: 800px) { .ablocks-block-c4577223-666e-4b15-8e1e-55da3a3f8634 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-bad7f57f-751b-4225-b9af-14374a8ef455 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bad7f57f-751b-4225-b9af-14374a8ef455 { text-align:center; } .ablocks-block-bad7f57f-751b-4225-b9af-14374a8ef455 .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-bad7f57f-751b-4225-b9af-14374a8ef455 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-bad7f57f-751b-4225-b9af-14374a8ef455 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f3bd43a1-e021-428c-9a38-e4d4ceda8bd2 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f3bd43a1-e021-428c-9a38-e4d4ceda8bd2 .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:center;width:100%;color:#FFF;border-radius:9999px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;padding:12px; } @media screen and (max-width: 800px) { .ablocks-block-f3bd43a1-e021-428c-9a38-e4d4ceda8bd2 .ablocks-button { font-family:Inter; } } .ablocks-block-f3bd43a1-e021-428c-9a38-e4d4ceda8bd2 .ablocks-button:hover { transition-duration:0.5s;background:#027cff; } .ablocks-block-f3bd43a1-e021-428c-9a38-e4d4ceda8bd2 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-f3bd43a1-e021-428c-9a38-e4d4ceda8bd2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-f3bd43a1-e021-428c-9a38-e4d4ceda8bd2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663 { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;background:#FFF;border-width:1px;border-style:solid;border-color:#F2F4F7;border-radius:16px;box-shadow:0px 9px 33px 0px rgba(2,8,53,0.05);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663 { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663 { padding-top:24px;padding-bottom:0px; } } .ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663.ablocks-block--container { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663.ablocks-block--container { padding-top:24px;padding-bottom:0px; } } .ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663 { row-gap:20px; } } .ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-87433e81-d6fb-456a-bb3f-9c918f64d663 { display:inline-flex; } 
.ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459 { padding:0px;border-width:0px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459 { padding-left:24px;border-width:0px 0px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459 { padding-left:0px; } } .ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459.ablocks-block--container { padding-left:0px; } } .ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459 { flex-direction:column; } } .ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-6ad5aa27-fb67-4d15-98b1-53300c73d459 { display:inline-flex; } 
.ablocks-block-18c9aae4-67e4-4378-be74-26709a5eca26 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-18c9aae4-67e4-4378-be74-26709a5eca26 { padding-right:20px;padding-left:20px; } } .ablocks-block-18c9aae4-67e4-4378-be74-26709a5eca26.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-18c9aae4-67e4-4378-be74-26709a5eca26.ablocks-block--container { padding-right:20px;padding-left:20px; } } .ablocks-block-18c9aae4-67e4-4378-be74-26709a5eca26 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-18c9aae4-67e4-4378-be74-26709a5eca26.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5:not(.ablocks-has-block-container), .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .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-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:43px; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0.64px;color:#131111; } @media screen and (max-width: 800px) { .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#98A2B3;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .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-cdfad729-f618-4239-85f8-a3288ede8ba5 .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-cdfad729-f618-4239-85f8-a3288ede8ba5.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-cdfad729-f618-4239-85f8-a3288ede8ba5.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-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .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-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-cdfad729-f618-4239-85f8-a3288ede8ba5 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-18b2deeb-1b53-40d3-bd3e-50d6edaaf7cc { padding:0px;border-width:0px 1px 0px 1px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-18b2deeb-1b53-40d3-bd3e-50d6edaaf7cc { border-width:0px 0px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-18b2deeb-1b53-40d3-bd3e-50d6edaaf7cc { border-width:0px 0px 0px 0px; } } .ablocks-block-18b2deeb-1b53-40d3-bd3e-50d6edaaf7cc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-18b2deeb-1b53-40d3-bd3e-50d6edaaf7cc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-18b2deeb-1b53-40d3-bd3e-50d6edaaf7cc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-56b4f3b8-5d0f-4803-af8a-a330d26d183b { padding-top:44px;padding-bottom:12px;padding-left:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-56b4f3b8-5d0f-4803-af8a-a330d26d183b { padding-top:22px; } } .ablocks-block-56b4f3b8-5d0f-4803-af8a-a330d26d183b.ablocks-block--container { padding-top:44px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-56b4f3b8-5d0f-4803-af8a-a330d26d183b.ablocks-block--container { padding-top:22px; } } .ablocks-block-56b4f3b8-5d0f-4803-af8a-a330d26d183b { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-56b4f3b8-5d0f-4803-af8a-a330d26d183b { justify-content:center;justify-items:center; } } .ablocks-block-56b4f3b8-5d0f-4803-af8a-a330d26d183b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-56b4f3b8-5d0f-4803-af8a-a330d26d183b.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-56b4f3b8-5d0f-4803-af8a-a330d26d183b { display:inline-flex; } 
.ablocks-block-ffc72e51-3e0f-4505-8370-48c58b408f3e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ffc72e51-3e0f-4505-8370-48c58b408f3e { text-align:left; } .ablocks-block-ffc72e51-3e0f-4505-8370-48c58b408f3e .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-ffc72e51-3e0f-4505-8370-48c58b408f3e .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-79a54680-ee26-42a9-a1ab-629237ab4d06 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-79a54680-ee26-42a9-a1ab-629237ab4d06 { text-align:left; } .ablocks-block-79a54680-ee26-42a9-a1ab-629237ab4d06 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-79a54680-ee26-42a9-a1ab-629237ab4d06 .ablocks-button { font-family:Inter; } } .ablocks-block-79a54680-ee26-42a9-a1ab-629237ab4d06 .ablocks-button:hover { transition-duration:s; } .ablocks-block-79a54680-ee26-42a9-a1ab-629237ab4d06 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-79a54680-ee26-42a9-a1ab-629237ab4d06 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-79a54680-ee26-42a9-a1ab-629237ab4d06 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-79cf7c86-8d60-4130-8cbc-4a37718e1ade { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-79cf7c86-8d60-4130-8cbc-4a37718e1ade.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-79cf7c86-8d60-4130-8cbc-4a37718e1ade { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-79cf7c86-8d60-4130-8cbc-4a37718e1ade { justify-content:center;justify-items:center; } } .ablocks-block-79cf7c86-8d60-4130-8cbc-4a37718e1ade.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-79cf7c86-8d60-4130-8cbc-4a37718e1ade.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-79cf7c86-8d60-4130-8cbc-4a37718e1ade { display:inline-flex; } 
.ablocks-block-4ffdaef8-4025-4f35-8cd9-2ed37f931178 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4ffdaef8-4025-4f35-8cd9-2ed37f931178 { text-align:left; } .ablocks-block-4ffdaef8-4025-4f35-8cd9-2ed37f931178 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-4ffdaef8-4025-4f35-8cd9-2ed37f931178 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-3fd2c3e6-0fe2-431b-b582-245701ad5d12 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3fd2c3e6-0fe2-431b-b582-245701ad5d12 { text-align:left; } .ablocks-block-3fd2c3e6-0fe2-431b-b582-245701ad5d12 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-3fd2c3e6-0fe2-431b-b582-245701ad5d12 .ablocks-button { font-family:Inter; } } .ablocks-block-3fd2c3e6-0fe2-431b-b582-245701ad5d12 .ablocks-button:hover { transition-duration:s; } .ablocks-block-3fd2c3e6-0fe2-431b-b582-245701ad5d12 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-3fd2c3e6-0fe2-431b-b582-245701ad5d12 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-3fd2c3e6-0fe2-431b-b582-245701ad5d12 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b080bf07-fce6-4ce8-94e3-90217ad7b9ff { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b080bf07-fce6-4ce8-94e3-90217ad7b9ff.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b080bf07-fce6-4ce8-94e3-90217ad7b9ff { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-b080bf07-fce6-4ce8-94e3-90217ad7b9ff { justify-content:center;justify-items:center; } } .ablocks-block-b080bf07-fce6-4ce8-94e3-90217ad7b9ff.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-b080bf07-fce6-4ce8-94e3-90217ad7b9ff.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-b080bf07-fce6-4ce8-94e3-90217ad7b9ff { display:inline-flex; } 
.ablocks-block-851ff043-4612-4f04-8c51-efc36cd5b26b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-851ff043-4612-4f04-8c51-efc36cd5b26b { text-align:left; } .ablocks-block-851ff043-4612-4f04-8c51-efc36cd5b26b .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-851ff043-4612-4f04-8c51-efc36cd5b26b .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-77481c6a-3e1d-4cd8-9828-8225675dad98 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-77481c6a-3e1d-4cd8-9828-8225675dad98 { text-align:left; } .ablocks-block-77481c6a-3e1d-4cd8-9828-8225675dad98 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-77481c6a-3e1d-4cd8-9828-8225675dad98 .ablocks-button { font-family:Inter; } } .ablocks-block-77481c6a-3e1d-4cd8-9828-8225675dad98 .ablocks-button:hover { transition-duration:s; } .ablocks-block-77481c6a-3e1d-4cd8-9828-8225675dad98 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-77481c6a-3e1d-4cd8-9828-8225675dad98 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-77481c6a-3e1d-4cd8-9828-8225675dad98 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-297d90df-12ec-4f91-937a-61545dd76e07 { padding-top:12px;padding-bottom:44px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-297d90df-12ec-4f91-937a-61545dd76e07 { padding-bottom:22px; } } .ablocks-block-297d90df-12ec-4f91-937a-61545dd76e07.ablocks-block--container { padding-top:12px;padding-bottom:44px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-297d90df-12ec-4f91-937a-61545dd76e07.ablocks-block--container { padding-bottom:22px; } } .ablocks-block-297d90df-12ec-4f91-937a-61545dd76e07 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-297d90df-12ec-4f91-937a-61545dd76e07 { justify-content:center;justify-items:center; } } .ablocks-block-297d90df-12ec-4f91-937a-61545dd76e07.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-297d90df-12ec-4f91-937a-61545dd76e07.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-297d90df-12ec-4f91-937a-61545dd76e07 { display:inline-flex; } 
.ablocks-block-83b4d1f7-9b14-4743-ac88-a5b75c702096 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-83b4d1f7-9b14-4743-ac88-a5b75c702096 { text-align:left; } .ablocks-block-83b4d1f7-9b14-4743-ac88-a5b75c702096 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-83b4d1f7-9b14-4743-ac88-a5b75c702096 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-baa0d57d-62a8-42c0-a19c-e56a3916224c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-baa0d57d-62a8-42c0-a19c-e56a3916224c { text-align:left; } .ablocks-block-baa0d57d-62a8-42c0-a19c-e56a3916224c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-baa0d57d-62a8-42c0-a19c-e56a3916224c .ablocks-button { font-family:Inter; } } .ablocks-block-baa0d57d-62a8-42c0-a19c-e56a3916224c .ablocks-button:hover { transition-duration:s; } .ablocks-block-baa0d57d-62a8-42c0-a19c-e56a3916224c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-baa0d57d-62a8-42c0-a19c-e56a3916224c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-baa0d57d-62a8-42c0-a19c-e56a3916224c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5 { padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5 { padding-left:0px; } } .ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5.ablocks-block--container { padding-left:0px; } } .ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5 { flex-direction:column; } } .ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-c3806f85-40b5-4133-8273-9138295e56a5 { display:inline-flex; } 
.ablocks-block-d8178aff-a3be-47fd-87d7-20f0ed4beb21 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d8178aff-a3be-47fd-87d7-20f0ed4beb21.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d8178aff-a3be-47fd-87d7-20f0ed4beb21 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-d8178aff-a3be-47fd-87d7-20f0ed4beb21.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-d8178aff-a3be-47fd-87d7-20f0ed4beb21 { display:inline-flex; } 
.ablocks-block-651a71bf-978a-4d68-8e72-04bd333e25e0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-651a71bf-978a-4d68-8e72-04bd333e25e0.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-651a71bf-978a-4d68-8e72-04bd333e25e0.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-651a71bf-978a-4d68-8e72-04bd333e25e0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-651a71bf-978a-4d68-8e72-04bd333e25e0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7cdcd4f7-1497-4a59-8bc8-be42933e4cef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7cdcd4f7-1497-4a59-8bc8-be42933e4cef { display:flex;justify-content:center; } .ablocks-block-7cdcd4f7-1497-4a59-8bc8-be42933e4cef .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7cdcd4f7-1497-4a59-8bc8-be42933e4cef .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7cdcd4f7-1497-4a59-8bc8-be42933e4cef .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-69df9ca3-54c5-42de-8179-05efa7a69424 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69df9ca3-54c5-42de-8179-05efa7a69424.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-69df9ca3-54c5-42de-8179-05efa7a69424.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-69df9ca3-54c5-42de-8179-05efa7a69424 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-69df9ca3-54c5-42de-8179-05efa7a69424.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cbeb7ccd-03fb-4d63-8ecf-83f7e0dec62a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cbeb7ccd-03fb-4d63-8ecf-83f7e0dec62a { display:flex;justify-content:center; } .ablocks-block-cbeb7ccd-03fb-4d63-8ecf-83f7e0dec62a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-cbeb7ccd-03fb-4d63-8ecf-83f7e0dec62a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-cbeb7ccd-03fb-4d63-8ecf-83f7e0dec62a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7d211e63-7da6-45d2-9be7-4e885057f3c5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d211e63-7da6-45d2-9be7-4e885057f3c5.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7d211e63-7da6-45d2-9be7-4e885057f3c5.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-7d211e63-7da6-45d2-9be7-4e885057f3c5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7d211e63-7da6-45d2-9be7-4e885057f3c5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-212df2b5-e653-4d77-878b-619c1a1618d3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-212df2b5-e653-4d77-878b-619c1a1618d3 { display:flex;justify-content:center; } .ablocks-block-212df2b5-e653-4d77-878b-619c1a1618d3 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-212df2b5-e653-4d77-878b-619c1a1618d3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-212df2b5-e653-4d77-878b-619c1a1618d3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f87543c2-93a7-4161-aff8-4e55a374bb91 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f87543c2-93a7-4161-aff8-4e55a374bb91.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f87543c2-93a7-4161-aff8-4e55a374bb91.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-f87543c2-93a7-4161-aff8-4e55a374bb91 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f87543c2-93a7-4161-aff8-4e55a374bb91.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8fefaaad-5fcb-4b5c-aa38-e1b03843b341 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8fefaaad-5fcb-4b5c-aa38-e1b03843b341 { display:flex;justify-content:center; } .ablocks-block-8fefaaad-5fcb-4b5c-aa38-e1b03843b341 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8fefaaad-5fcb-4b5c-aa38-e1b03843b341 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8fefaaad-5fcb-4b5c-aa38-e1b03843b341 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-97ca03a0-c933-4b6a-8197-2aeb4cbc563f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-97ca03a0-c933-4b6a-8197-2aeb4cbc563f.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-97ca03a0-c933-4b6a-8197-2aeb4cbc563f.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-97ca03a0-c933-4b6a-8197-2aeb4cbc563f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-97ca03a0-c933-4b6a-8197-2aeb4cbc563f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-65a65ce6-ebd9-4a8d-8e0c-6e28350a50c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65a65ce6-ebd9-4a8d-8e0c-6e28350a50c4 { display:flex;justify-content:center; } .ablocks-block-65a65ce6-ebd9-4a8d-8e0c-6e28350a50c4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-65a65ce6-ebd9-4a8d-8e0c-6e28350a50c4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-65a65ce6-ebd9-4a8d-8e0c-6e28350a50c4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f039723a-6891-43dd-ba83-065c53b2e51c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f039723a-6891-43dd-ba83-065c53b2e51c.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f039723a-6891-43dd-ba83-065c53b2e51c.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-f039723a-6891-43dd-ba83-065c53b2e51c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f039723a-6891-43dd-ba83-065c53b2e51c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5a5dc910-ea6e-4b89-9ccc-049c0c6306ce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5a5dc910-ea6e-4b89-9ccc-049c0c6306ce { display:flex;justify-content:center; } .ablocks-block-5a5dc910-ea6e-4b89-9ccc-049c0c6306ce .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-5a5dc910-ea6e-4b89-9ccc-049c0c6306ce .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-5a5dc910-ea6e-4b89-9ccc-049c0c6306ce .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d374c68e-59d3-4a91-91a9-4e74716dfd7c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d374c68e-59d3-4a91-91a9-4e74716dfd7c.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d374c68e-59d3-4a91-91a9-4e74716dfd7c.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-d374c68e-59d3-4a91-91a9-4e74716dfd7c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d374c68e-59d3-4a91-91a9-4e74716dfd7c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d661f454-5869-4ebf-a825-ddaf608ec288 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d661f454-5869-4ebf-a825-ddaf608ec288 { display:flex;justify-content:center; } .ablocks-block-d661f454-5869-4ebf-a825-ddaf608ec288 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d661f454-5869-4ebf-a825-ddaf608ec288 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d661f454-5869-4ebf-a825-ddaf608ec288 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c301a17f-6ca4-4f58-9250-691df661975e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c301a17f-6ca4-4f58-9250-691df661975e { padding:26px; } } .ablocks-block-c301a17f-6ca4-4f58-9250-691df661975e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c301a17f-6ca4-4f58-9250-691df661975e.ablocks-block--container { padding:26px; } } .ablocks-block-c301a17f-6ca4-4f58-9250-691df661975e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c301a17f-6ca4-4f58-9250-691df661975e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-18756076-7ebe-4c38-b320-d45e4bfc9928 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18756076-7ebe-4c38-b320-d45e4bfc9928 { text-align:center; } .ablocks-block-18756076-7ebe-4c38-b320-d45e4bfc9928 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-18756076-7ebe-4c38-b320-d45e4bfc9928 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-2a7c0008-3d53-49c9-939f-e71e7fd60074 { margin-top:14px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2a7c0008-3d53-49c9-939f-e71e7fd60074 { margin-top:20px; } } .ablocks-block-2a7c0008-3d53-49c9-939f-e71e7fd60074.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2a7c0008-3d53-49c9-939f-e71e7fd60074 { 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-2a7c0008-3d53-49c9-939f-e71e7fd60074.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-2a7c0008-3d53-49c9-939f-e71e7fd60074 { display:inline-flex; } 
.ablocks-block-4d780ada-8451-455a-adc6-3dd5f5b89e17 { padding-right:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d780ada-8451-455a-adc6-3dd5f5b89e17 { text-align:left; } .ablocks-block-4d780ada-8451-455a-adc6-3dd5f5b89e17 .ablocks-paragraph-text { color:#579DFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:line-through;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-4d780ada-8451-455a-adc6-3dd5f5b89e17 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-4d780ada-8451-455a-adc6-3dd5f5b89e17 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5b0c5784-24a0-424d-9a72-7f55937260e6 { padding-right:2px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b0c5784-24a0-424d-9a72-7f55937260e6 { text-align:left; } .ablocks-block-5b0c5784-24a0-424d-9a72-7f55937260e6 .ablocks-paragraph-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-5b0c5784-24a0-424d-9a72-7f55937260e6 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-5b0c5784-24a0-424d-9a72-7f55937260e6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2418d27b-19d3-4640-a81e-8cae21e8d25d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2418d27b-19d3-4640-a81e-8cae21e8d25d { text-align:left; } .ablocks-block-2418d27b-19d3-4640-a81e-8cae21e8d25d .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:31.158px;line-height:31.158px; } @media screen and (max-width: 800px) { .ablocks-block-2418d27b-19d3-4640-a81e-8cae21e8d25d .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-dd6a9328-b639-44f4-bcc6-d1774fc413a9 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd6a9328-b639-44f4-bcc6-d1774fc413a9 { text-align:center; } .ablocks-block-dd6a9328-b639-44f4-bcc6-d1774fc413a9 .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-dd6a9328-b639-44f4-bcc6-d1774fc413a9 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-dd6a9328-b639-44f4-bcc6-d1774fc413a9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3c76c487-23d0-4ba1-a720-6fba3b7c89c3 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c76c487-23d0-4ba1-a720-6fba3b7c89c3 .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:center;width:100%;color:#FFF;border-radius:9999px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;padding:12px; } @media screen and (max-width: 800px) { .ablocks-block-3c76c487-23d0-4ba1-a720-6fba3b7c89c3 .ablocks-button { font-family:Inter; } } .ablocks-block-3c76c487-23d0-4ba1-a720-6fba3b7c89c3 .ablocks-button:hover { transition-duration:0.5s;background:#027cff; } .ablocks-block-3c76c487-23d0-4ba1-a720-6fba3b7c89c3 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-3c76c487-23d0-4ba1-a720-6fba3b7c89c3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-3c76c487-23d0-4ba1-a720-6fba3b7c89c3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85 { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;background:#FFF;border-width:1px;border-style:solid;border-color:#F2F4F7;border-radius:16px;box-shadow:0px 9px 33px 0px rgba(2,8,53,0.05);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85 { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85 { padding-top:24px;padding-bottom:0px; } } .ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85.ablocks-block--container { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85.ablocks-block--container { padding-top:24px;padding-bottom:0px; } } .ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85 { row-gap:20px; } } .ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-cdbbef3a-407c-430c-819f-8a70b2bd0f85 { display:inline-flex; } 
.ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649 { padding:0px;border-width:0px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649 { padding-left:24px;border-width:0px 0px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649 { padding-left:0px; } } .ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649.ablocks-block--container { padding-left:0px; } } .ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649 { flex-direction:column; } } .ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-9723b7c2-c32e-4691-9d1c-33b3a3ccd649 { display:inline-flex; } 
.ablocks-block-8f7352df-8ba0-47df-bc20-de5ab094d6fe { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8f7352df-8ba0-47df-bc20-de5ab094d6fe { padding-right:20px;padding-left:20px; } } .ablocks-block-8f7352df-8ba0-47df-bc20-de5ab094d6fe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8f7352df-8ba0-47df-bc20-de5ab094d6fe.ablocks-block--container { padding-right:20px;padding-left:20px; } } .ablocks-block-8f7352df-8ba0-47df-bc20-de5ab094d6fe { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8f7352df-8ba0-47df-bc20-de5ab094d6fe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434:not(.ablocks-has-block-container), .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .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-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:43px; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0.64px;color:#131111; } @media screen and (max-width: 800px) { .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#98A2B3;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .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-39f9cd4c-3432-450c-af82-e9eca150c434 .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-39f9cd4c-3432-450c-af82-e9eca150c434.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-39f9cd4c-3432-450c-af82-e9eca150c434.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-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .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-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-39f9cd4c-3432-450c-af82-e9eca150c434 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4a93df05-495f-4605-ab05-518fc8b60542 { padding:0px;border-width:0px 1px 0px 1px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4a93df05-495f-4605-ab05-518fc8b60542 { border-width:0px 0px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-4a93df05-495f-4605-ab05-518fc8b60542 { border-width:0px 0px 0px 0px; } } .ablocks-block-4a93df05-495f-4605-ab05-518fc8b60542.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4a93df05-495f-4605-ab05-518fc8b60542 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4a93df05-495f-4605-ab05-518fc8b60542.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dab35bf0-82af-47c0-a3ac-e9428d4c8d32 { padding-top:60px;padding-bottom:12px;padding-left:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dab35bf0-82af-47c0-a3ac-e9428d4c8d32 { padding-top:32px; } } .ablocks-block-dab35bf0-82af-47c0-a3ac-e9428d4c8d32.ablocks-block--container { padding-top:60px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-dab35bf0-82af-47c0-a3ac-e9428d4c8d32.ablocks-block--container { padding-top:32px; } } .ablocks-block-dab35bf0-82af-47c0-a3ac-e9428d4c8d32 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-dab35bf0-82af-47c0-a3ac-e9428d4c8d32 { justify-content:center;justify-items:center; } } .ablocks-block-dab35bf0-82af-47c0-a3ac-e9428d4c8d32.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-dab35bf0-82af-47c0-a3ac-e9428d4c8d32.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-dab35bf0-82af-47c0-a3ac-e9428d4c8d32 { display:inline-flex; } 
.ablocks-block-8d1eec03-6142-4bf3-9b4f-7afd0cb2edea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8d1eec03-6142-4bf3-9b4f-7afd0cb2edea { text-align:left; } .ablocks-block-8d1eec03-6142-4bf3-9b4f-7afd0cb2edea .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8d1eec03-6142-4bf3-9b4f-7afd0cb2edea .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-ab5569ad-1e83-47a6-b632-8fb9547749d2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab5569ad-1e83-47a6-b632-8fb9547749d2 { text-align:left; } .ablocks-block-ab5569ad-1e83-47a6-b632-8fb9547749d2 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-ab5569ad-1e83-47a6-b632-8fb9547749d2 .ablocks-button { font-family:Inter; } } .ablocks-block-ab5569ad-1e83-47a6-b632-8fb9547749d2 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ab5569ad-1e83-47a6-b632-8fb9547749d2 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ab5569ad-1e83-47a6-b632-8fb9547749d2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ab5569ad-1e83-47a6-b632-8fb9547749d2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-fc2a20d0-6830-4542-80fb-1e3679d6a8e1 { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc2a20d0-6830-4542-80fb-1e3679d6a8e1.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc2a20d0-6830-4542-80fb-1e3679d6a8e1 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-fc2a20d0-6830-4542-80fb-1e3679d6a8e1 { justify-content:center;justify-items:center; } } .ablocks-block-fc2a20d0-6830-4542-80fb-1e3679d6a8e1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-fc2a20d0-6830-4542-80fb-1e3679d6a8e1.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-fc2a20d0-6830-4542-80fb-1e3679d6a8e1 { display:inline-flex; } 
.ablocks-block-4f1596e8-c9b9-495d-92ba-072464a9f8ae { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f1596e8-c9b9-495d-92ba-072464a9f8ae { text-align:left; } .ablocks-block-4f1596e8-c9b9-495d-92ba-072464a9f8ae .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-4f1596e8-c9b9-495d-92ba-072464a9f8ae .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-4ebcf0f4-c41e-4577-bd86-8e83abb1eeef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4ebcf0f4-c41e-4577-bd86-8e83abb1eeef { text-align:left; } .ablocks-block-4ebcf0f4-c41e-4577-bd86-8e83abb1eeef .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-4ebcf0f4-c41e-4577-bd86-8e83abb1eeef .ablocks-button { font-family:Inter; } } .ablocks-block-4ebcf0f4-c41e-4577-bd86-8e83abb1eeef .ablocks-button:hover { transition-duration:s; } .ablocks-block-4ebcf0f4-c41e-4577-bd86-8e83abb1eeef .ablocks-icon-wrap { font-size:16px; } .ablocks-block-4ebcf0f4-c41e-4577-bd86-8e83abb1eeef .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4ebcf0f4-c41e-4577-bd86-8e83abb1eeef .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d { padding-top:12px;padding-bottom:60px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d { padding-bottom:32px; } } @media screen and (max-width: 480px) { .ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d { padding-bottom:22px; } } .ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d.ablocks-block--container { padding-top:12px;padding-bottom:60px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d.ablocks-block--container { padding-bottom:32px; } } @media screen and (max-width: 480px) { .ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d.ablocks-block--container { padding-bottom:22px; } } .ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d { justify-content:center;justify-items:center; } } .ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-bbd259a0-4ab5-490d-9640-1a42403e897d { display:inline-flex; } 
.ablocks-block-81f1be5f-dd59-49d8-a7f0-56156269ac9a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81f1be5f-dd59-49d8-a7f0-56156269ac9a { text-align:left; } .ablocks-block-81f1be5f-dd59-49d8-a7f0-56156269ac9a .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-81f1be5f-dd59-49d8-a7f0-56156269ac9a .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-2609287d-db47-44c7-adc1-4020be07bdbf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2609287d-db47-44c7-adc1-4020be07bdbf { text-align:left; } .ablocks-block-2609287d-db47-44c7-adc1-4020be07bdbf .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-2609287d-db47-44c7-adc1-4020be07bdbf .ablocks-button { font-family:Inter; } } .ablocks-block-2609287d-db47-44c7-adc1-4020be07bdbf .ablocks-button:hover { transition-duration:s; } .ablocks-block-2609287d-db47-44c7-adc1-4020be07bdbf .ablocks-icon-wrap { font-size:16px; } .ablocks-block-2609287d-db47-44c7-adc1-4020be07bdbf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-2609287d-db47-44c7-adc1-4020be07bdbf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437 { padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437 { padding-left:0px; } } .ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437.ablocks-block--container { padding-left:0px; } } .ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437 { flex-direction:column; } } .ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-10d22236-efea-4258-a04c-1f91b73d1437 { display:inline-flex; } 
.ablocks-block-a5927504-41e7-4a01-85be-a0f54419650e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a5927504-41e7-4a01-85be-a0f54419650e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a5927504-41e7-4a01-85be-a0f54419650e { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-a5927504-41e7-4a01-85be-a0f54419650e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-a5927504-41e7-4a01-85be-a0f54419650e { display:inline-flex; } 
.ablocks-block-3678ecff-35f4-45fd-8639-a7412ee2c780 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3678ecff-35f4-45fd-8639-a7412ee2c780.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3678ecff-35f4-45fd-8639-a7412ee2c780.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-3678ecff-35f4-45fd-8639-a7412ee2c780 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3678ecff-35f4-45fd-8639-a7412ee2c780.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d01d2c99-7fd4-41ff-acd7-02118e90a8ea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d01d2c99-7fd4-41ff-acd7-02118e90a8ea { display:flex;justify-content:center; } .ablocks-block-d01d2c99-7fd4-41ff-acd7-02118e90a8ea .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d01d2c99-7fd4-41ff-acd7-02118e90a8ea .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d01d2c99-7fd4-41ff-acd7-02118e90a8ea .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-42c89a33-27a6-4ab0-99e3-9e0520c10fe1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42c89a33-27a6-4ab0-99e3-9e0520c10fe1.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-42c89a33-27a6-4ab0-99e3-9e0520c10fe1.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-42c89a33-27a6-4ab0-99e3-9e0520c10fe1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-42c89a33-27a6-4ab0-99e3-9e0520c10fe1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-de185f64-babc-4ce3-a8a0-fdb272b6381f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-de185f64-babc-4ce3-a8a0-fdb272b6381f { display:flex;justify-content:center; } .ablocks-block-de185f64-babc-4ce3-a8a0-fdb272b6381f .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-de185f64-babc-4ce3-a8a0-fdb272b6381f .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-de185f64-babc-4ce3-a8a0-fdb272b6381f .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3f6b8c7c-6a2a-46e6-a524-82138b961ab2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f6b8c7c-6a2a-46e6-a524-82138b961ab2.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3f6b8c7c-6a2a-46e6-a524-82138b961ab2.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-3f6b8c7c-6a2a-46e6-a524-82138b961ab2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3f6b8c7c-6a2a-46e6-a524-82138b961ab2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-882a5666-af72-47e5-8952-e0fb389bb362 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-882a5666-af72-47e5-8952-e0fb389bb362 { display:flex;justify-content:center; } .ablocks-block-882a5666-af72-47e5-8952-e0fb389bb362 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-882a5666-af72-47e5-8952-e0fb389bb362 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-882a5666-af72-47e5-8952-e0fb389bb362 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-bfc859f7-a2d7-4847-bb14-45236ccc9b1a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bfc859f7-a2d7-4847-bb14-45236ccc9b1a.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bfc859f7-a2d7-4847-bb14-45236ccc9b1a.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-bfc859f7-a2d7-4847-bb14-45236ccc9b1a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bfc859f7-a2d7-4847-bb14-45236ccc9b1a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4929ff67-fa30-4a9b-b31d-0667dd9d2f7b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4929ff67-fa30-4a9b-b31d-0667dd9d2f7b { display:flex;justify-content:center; } .ablocks-block-4929ff67-fa30-4a9b-b31d-0667dd9d2f7b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-4929ff67-fa30-4a9b-b31d-0667dd9d2f7b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-4929ff67-fa30-4a9b-b31d-0667dd9d2f7b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-cdeb3166-146d-4c08-ba5e-9e0c754ebb06 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cdeb3166-146d-4c08-ba5e-9e0c754ebb06.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cdeb3166-146d-4c08-ba5e-9e0c754ebb06.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-cdeb3166-146d-4c08-ba5e-9e0c754ebb06 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cdeb3166-146d-4c08-ba5e-9e0c754ebb06.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ddd2bf51-0fca-45ec-8dda-71d80072f89f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ddd2bf51-0fca-45ec-8dda-71d80072f89f { display:flex;justify-content:center; } .ablocks-block-ddd2bf51-0fca-45ec-8dda-71d80072f89f .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-ddd2bf51-0fca-45ec-8dda-71d80072f89f .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ddd2bf51-0fca-45ec-8dda-71d80072f89f .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8b4c408d-446e-496d-b4ed-acdd15933121 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b4c408d-446e-496d-b4ed-acdd15933121.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8b4c408d-446e-496d-b4ed-acdd15933121.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-8b4c408d-446e-496d-b4ed-acdd15933121 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8b4c408d-446e-496d-b4ed-acdd15933121.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b8fac096-f596-4671-b581-8fafdffc4a4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8fac096-f596-4671-b581-8fafdffc4a4f { display:flex;justify-content:center; } .ablocks-block-b8fac096-f596-4671-b581-8fafdffc4a4f .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b8fac096-f596-4671-b581-8fafdffc4a4f .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b8fac096-f596-4671-b581-8fafdffc4a4f .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-66b75b27-f3ac-40bc-ba09-2855ffcd55ca { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-66b75b27-f3ac-40bc-ba09-2855ffcd55ca.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-66b75b27-f3ac-40bc-ba09-2855ffcd55ca.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-66b75b27-f3ac-40bc-ba09-2855ffcd55ca { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-66b75b27-f3ac-40bc-ba09-2855ffcd55ca.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9c66a9cc-3c86-4f4e-889c-7d388c475831 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c66a9cc-3c86-4f4e-889c-7d388c475831 { display:flex;justify-content:center; } .ablocks-block-9c66a9cc-3c86-4f4e-889c-7d388c475831 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-9c66a9cc-3c86-4f4e-889c-7d388c475831 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-9c66a9cc-3c86-4f4e-889c-7d388c475831 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a8279f17-3bc2-4e59-83f6-d95b1a4e9631 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a8279f17-3bc2-4e59-83f6-d95b1a4e9631 { padding:26px; } } .ablocks-block-a8279f17-3bc2-4e59-83f6-d95b1a4e9631.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a8279f17-3bc2-4e59-83f6-d95b1a4e9631.ablocks-block--container { padding:26px; } } .ablocks-block-a8279f17-3bc2-4e59-83f6-d95b1a4e9631 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a8279f17-3bc2-4e59-83f6-d95b1a4e9631.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-47a38715-d8a5-4b02-ac5e-38b4b271b385 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-47a38715-d8a5-4b02-ac5e-38b4b271b385 { text-align:center; } .ablocks-block-47a38715-d8a5-4b02-ac5e-38b4b271b385 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-47a38715-d8a5-4b02-ac5e-38b4b271b385 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-de625b5b-8330-406b-92f5-ec940b8be5bd { margin-top:14px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-de625b5b-8330-406b-92f5-ec940b8be5bd { margin-top:20px; } } .ablocks-block-de625b5b-8330-406b-92f5-ec940b8be5bd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-de625b5b-8330-406b-92f5-ec940b8be5bd { 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-de625b5b-8330-406b-92f5-ec940b8be5bd.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-de625b5b-8330-406b-92f5-ec940b8be5bd { display:inline-flex; } 
.ablocks-block-8dbc2599-03d4-4973-a124-035f8766bca5 { padding-right:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8dbc2599-03d4-4973-a124-035f8766bca5 { text-align:left; } .ablocks-block-8dbc2599-03d4-4973-a124-035f8766bca5 .ablocks-paragraph-text { color:#579DFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:line-through;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-8dbc2599-03d4-4973-a124-035f8766bca5 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-8dbc2599-03d4-4973-a124-035f8766bca5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-60cf23e7-9959-4f1a-a6a6-bb08c3df42fc { padding-right:2px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-60cf23e7-9959-4f1a-a6a6-bb08c3df42fc { text-align:left; } .ablocks-block-60cf23e7-9959-4f1a-a6a6-bb08c3df42fc .ablocks-paragraph-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-60cf23e7-9959-4f1a-a6a6-bb08c3df42fc .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-60cf23e7-9959-4f1a-a6a6-bb08c3df42fc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-16fb411a-c877-4f09-abff-b0326486e4e0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-16fb411a-c877-4f09-abff-b0326486e4e0 { text-align:left; } .ablocks-block-16fb411a-c877-4f09-abff-b0326486e4e0 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:31.158px;line-height:31.158px; } @media screen and (max-width: 800px) { .ablocks-block-16fb411a-c877-4f09-abff-b0326486e4e0 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-3692fa34-dc2a-4835-b392-2dae2a00911b { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3692fa34-dc2a-4835-b392-2dae2a00911b { text-align:center; } .ablocks-block-3692fa34-dc2a-4835-b392-2dae2a00911b .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-3692fa34-dc2a-4835-b392-2dae2a00911b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-3692fa34-dc2a-4835-b392-2dae2a00911b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8f0a1dd5-c12a-4ba4-a01b-0b4dedd1d465 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8f0a1dd5-c12a-4ba4-a01b-0b4dedd1d465 .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:center;width:100%;color:#FFF;border-radius:9999px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;padding:12px; } @media screen and (max-width: 800px) { .ablocks-block-8f0a1dd5-c12a-4ba4-a01b-0b4dedd1d465 .ablocks-button { font-family:Inter; } } .ablocks-block-8f0a1dd5-c12a-4ba4-a01b-0b4dedd1d465 .ablocks-button:hover { transition-duration:0.5s;background:#027cff; } .ablocks-block-8f0a1dd5-c12a-4ba4-a01b-0b4dedd1d465 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-8f0a1dd5-c12a-4ba4-a01b-0b4dedd1d465 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-8f0a1dd5-c12a-4ba4-a01b-0b4dedd1d465 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;background:#FFF;border-width:1px;border-style:solid;border-color:#F2F4F7;border-radius:16px;box-shadow:0px 9px 33px 0px rgba(2,8,53,0.05);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee { padding-top:24px;padding-bottom:0px; } } .ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee.ablocks-block--container { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee.ablocks-block--container { padding-top:24px;padding-bottom:0px; } } .ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee { row-gap:20px; } } .ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-722e553b-38e9-4f6b-9182-1f37c35419ee { display:inline-flex; } 
.ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782 { padding:0px;border-width:0px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782 { padding-left:24px;border-width:0px 0px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782 { padding-left:0px; } } .ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782.ablocks-block--container { padding-left:0px; } } .ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782 { flex-direction:column; } } .ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-64fff6de-f6a3-467b-8558-aa1a45df0782 { display:inline-flex; } 
.ablocks-block-cc4cfaf2-b984-4d8c-ba16-8698bd38a637 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-cc4cfaf2-b984-4d8c-ba16-8698bd38a637 { padding-right:20px;padding-left:20px; } } .ablocks-block-cc4cfaf2-b984-4d8c-ba16-8698bd38a637.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-cc4cfaf2-b984-4d8c-ba16-8698bd38a637.ablocks-block--container { padding-right:20px;padding-left:20px; } } .ablocks-block-cc4cfaf2-b984-4d8c-ba16-8698bd38a637 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cc4cfaf2-b984-4d8c-ba16-8698bd38a637.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28:not(.ablocks-has-block-container), .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .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-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:43px; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0.64px;color:#131111; } @media screen and (max-width: 800px) { .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#98A2B3;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .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-ac5c14e7-87df-4224-bf08-387e3fda9f28 .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-ac5c14e7-87df-4224-bf08-387e3fda9f28.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-ac5c14e7-87df-4224-bf08-387e3fda9f28.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-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .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-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ac5c14e7-87df-4224-bf08-387e3fda9f28 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-6a6caf61-df24-45d7-83a9-1bb63c3dd350 { padding:0px;border-width:0px 1px 0px 1px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6a6caf61-df24-45d7-83a9-1bb63c3dd350 { border-width:0px 0px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-6a6caf61-df24-45d7-83a9-1bb63c3dd350 { border-width:0px 0px 0px 0px; } } .ablocks-block-6a6caf61-df24-45d7-83a9-1bb63c3dd350.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6a6caf61-df24-45d7-83a9-1bb63c3dd350 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6a6caf61-df24-45d7-83a9-1bb63c3dd350.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-be49e082-7df1-4d53-9d7c-a15875b27c8b { padding-top:44px;padding-bottom:12px;padding-left:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-be49e082-7df1-4d53-9d7c-a15875b27c8b { padding-top:22px; } } .ablocks-block-be49e082-7df1-4d53-9d7c-a15875b27c8b.ablocks-block--container { padding-top:44px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-be49e082-7df1-4d53-9d7c-a15875b27c8b.ablocks-block--container { padding-top:22px; } } .ablocks-block-be49e082-7df1-4d53-9d7c-a15875b27c8b { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-be49e082-7df1-4d53-9d7c-a15875b27c8b { justify-content:center;justify-items:center; } } .ablocks-block-be49e082-7df1-4d53-9d7c-a15875b27c8b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-be49e082-7df1-4d53-9d7c-a15875b27c8b.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-be49e082-7df1-4d53-9d7c-a15875b27c8b { display:inline-flex; } 
.ablocks-block-8e389082-c181-4959-a39e-d6aaa3fa6580 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e389082-c181-4959-a39e-d6aaa3fa6580 { text-align:left; } .ablocks-block-8e389082-c181-4959-a39e-d6aaa3fa6580 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8e389082-c181-4959-a39e-d6aaa3fa6580 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-d7328bb5-cbff-4458-9ddd-ef0a7096ec7d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d7328bb5-cbff-4458-9ddd-ef0a7096ec7d { text-align:left; } .ablocks-block-d7328bb5-cbff-4458-9ddd-ef0a7096ec7d .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-d7328bb5-cbff-4458-9ddd-ef0a7096ec7d .ablocks-button { font-family:Inter; } } .ablocks-block-d7328bb5-cbff-4458-9ddd-ef0a7096ec7d .ablocks-button:hover { transition-duration:s; } .ablocks-block-d7328bb5-cbff-4458-9ddd-ef0a7096ec7d .ablocks-icon-wrap { font-size:16px; } .ablocks-block-d7328bb5-cbff-4458-9ddd-ef0a7096ec7d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-d7328bb5-cbff-4458-9ddd-ef0a7096ec7d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-75e04eb9-78f2-4fc2-84c0-4a43ce893806 { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-75e04eb9-78f2-4fc2-84c0-4a43ce893806.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-75e04eb9-78f2-4fc2-84c0-4a43ce893806 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-75e04eb9-78f2-4fc2-84c0-4a43ce893806 { justify-content:center;justify-items:center; } } .ablocks-block-75e04eb9-78f2-4fc2-84c0-4a43ce893806.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-75e04eb9-78f2-4fc2-84c0-4a43ce893806.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-75e04eb9-78f2-4fc2-84c0-4a43ce893806 { display:inline-flex; } 
.ablocks-block-8c02c4ef-3e39-4e5b-a3c2-a76ae65d9d1c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c02c4ef-3e39-4e5b-a3c2-a76ae65d9d1c { text-align:left; } .ablocks-block-8c02c4ef-3e39-4e5b-a3c2-a76ae65d9d1c .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8c02c4ef-3e39-4e5b-a3c2-a76ae65d9d1c .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-b9d957ec-b651-496c-99ee-ea9e5780543a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b9d957ec-b651-496c-99ee-ea9e5780543a { text-align:left; } .ablocks-block-b9d957ec-b651-496c-99ee-ea9e5780543a .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-b9d957ec-b651-496c-99ee-ea9e5780543a .ablocks-button { font-family:Inter; } } .ablocks-block-b9d957ec-b651-496c-99ee-ea9e5780543a .ablocks-button:hover { transition-duration:s; } .ablocks-block-b9d957ec-b651-496c-99ee-ea9e5780543a .ablocks-icon-wrap { font-size:16px; } .ablocks-block-b9d957ec-b651-496c-99ee-ea9e5780543a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-b9d957ec-b651-496c-99ee-ea9e5780543a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1d8d38af-d83e-40f7-b0c7-8187bbbca717 { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d8d38af-d83e-40f7-b0c7-8187bbbca717.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1d8d38af-d83e-40f7-b0c7-8187bbbca717 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-1d8d38af-d83e-40f7-b0c7-8187bbbca717 { justify-content:center;justify-items:center; } } .ablocks-block-1d8d38af-d83e-40f7-b0c7-8187bbbca717.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-1d8d38af-d83e-40f7-b0c7-8187bbbca717.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-1d8d38af-d83e-40f7-b0c7-8187bbbca717 { display:inline-flex; } 
.ablocks-block-83a74698-ae30-486f-8e4d-e6fe3343c10e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-83a74698-ae30-486f-8e4d-e6fe3343c10e { text-align:left; } .ablocks-block-83a74698-ae30-486f-8e4d-e6fe3343c10e .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-83a74698-ae30-486f-8e4d-e6fe3343c10e .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-cd3be3ca-eaab-4aa7-a42a-af546688e342 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd3be3ca-eaab-4aa7-a42a-af546688e342 { text-align:left; } .ablocks-block-cd3be3ca-eaab-4aa7-a42a-af546688e342 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-cd3be3ca-eaab-4aa7-a42a-af546688e342 .ablocks-button { font-family:Inter; } } .ablocks-block-cd3be3ca-eaab-4aa7-a42a-af546688e342 .ablocks-button:hover { transition-duration:s; } .ablocks-block-cd3be3ca-eaab-4aa7-a42a-af546688e342 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-cd3be3ca-eaab-4aa7-a42a-af546688e342 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-cd3be3ca-eaab-4aa7-a42a-af546688e342 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4ce85311-5041-4bc8-ae7a-1e26dad91adc { padding-top:12px;padding-bottom:44px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4ce85311-5041-4bc8-ae7a-1e26dad91adc { padding-bottom:22px; } } .ablocks-block-4ce85311-5041-4bc8-ae7a-1e26dad91adc.ablocks-block--container { padding-top:12px;padding-bottom:44px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4ce85311-5041-4bc8-ae7a-1e26dad91adc.ablocks-block--container { padding-bottom:22px; } } .ablocks-block-4ce85311-5041-4bc8-ae7a-1e26dad91adc { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-4ce85311-5041-4bc8-ae7a-1e26dad91adc { justify-content:center;justify-items:center; } } .ablocks-block-4ce85311-5041-4bc8-ae7a-1e26dad91adc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-4ce85311-5041-4bc8-ae7a-1e26dad91adc.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-4ce85311-5041-4bc8-ae7a-1e26dad91adc { display:inline-flex; } 
.ablocks-block-81826ccc-5d75-4030-8912-8afb26896a72 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81826ccc-5d75-4030-8912-8afb26896a72 { text-align:left; } .ablocks-block-81826ccc-5d75-4030-8912-8afb26896a72 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-81826ccc-5d75-4030-8912-8afb26896a72 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-594736fa-0c9c-4af5-8510-bb4522e982e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-594736fa-0c9c-4af5-8510-bb4522e982e2 { text-align:left; } .ablocks-block-594736fa-0c9c-4af5-8510-bb4522e982e2 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-594736fa-0c9c-4af5-8510-bb4522e982e2 .ablocks-button { font-family:Inter; } } .ablocks-block-594736fa-0c9c-4af5-8510-bb4522e982e2 .ablocks-button:hover { transition-duration:s; } .ablocks-block-594736fa-0c9c-4af5-8510-bb4522e982e2 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-594736fa-0c9c-4af5-8510-bb4522e982e2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-594736fa-0c9c-4af5-8510-bb4522e982e2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7 { padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7 { padding-left:0px; } } .ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7.ablocks-block--container { padding-left:0px; } } .ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7 { flex-direction:column; } } .ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-1bafb051-b305-4363-81dc-eeee329071e7 { display:inline-flex; } 
.ablocks-block-b42979c1-7412-4c96-aedc-5545472afa6b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b42979c1-7412-4c96-aedc-5545472afa6b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b42979c1-7412-4c96-aedc-5545472afa6b { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-b42979c1-7412-4c96-aedc-5545472afa6b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-b42979c1-7412-4c96-aedc-5545472afa6b { display:inline-flex; } 
.ablocks-block-b13236ff-cca0-4963-8e2f-d160bc5d1526 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b13236ff-cca0-4963-8e2f-d160bc5d1526.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b13236ff-cca0-4963-8e2f-d160bc5d1526.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-b13236ff-cca0-4963-8e2f-d160bc5d1526 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b13236ff-cca0-4963-8e2f-d160bc5d1526.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d9426988-a7cc-44c0-a43a-7f0c6ce91386 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d9426988-a7cc-44c0-a43a-7f0c6ce91386 { display:flex;justify-content:center; } .ablocks-block-d9426988-a7cc-44c0-a43a-7f0c6ce91386 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d9426988-a7cc-44c0-a43a-7f0c6ce91386 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d9426988-a7cc-44c0-a43a-7f0c6ce91386 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-826547f8-8af1-437d-9fc8-082d636fc4a3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-826547f8-8af1-437d-9fc8-082d636fc4a3.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-826547f8-8af1-437d-9fc8-082d636fc4a3.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-826547f8-8af1-437d-9fc8-082d636fc4a3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-826547f8-8af1-437d-9fc8-082d636fc4a3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c3008651-ac4e-449e-ac13-b45cf753cd15 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3008651-ac4e-449e-ac13-b45cf753cd15 { display:flex;justify-content:center; } .ablocks-block-c3008651-ac4e-449e-ac13-b45cf753cd15 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c3008651-ac4e-449e-ac13-b45cf753cd15 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c3008651-ac4e-449e-ac13-b45cf753cd15 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-18493585-3a9a-4604-a015-1182f95fc6f0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18493585-3a9a-4604-a015-1182f95fc6f0.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-18493585-3a9a-4604-a015-1182f95fc6f0.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-18493585-3a9a-4604-a015-1182f95fc6f0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-18493585-3a9a-4604-a015-1182f95fc6f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-44d61cd2-d4e0-4794-b3fd-9053dec9e73a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-44d61cd2-d4e0-4794-b3fd-9053dec9e73a { display:flex;justify-content:center; } .ablocks-block-44d61cd2-d4e0-4794-b3fd-9053dec9e73a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-44d61cd2-d4e0-4794-b3fd-9053dec9e73a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-44d61cd2-d4e0-4794-b3fd-9053dec9e73a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-55c7994a-c63a-4a6c-a4a8-7aa7ef112b3a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55c7994a-c63a-4a6c-a4a8-7aa7ef112b3a.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-55c7994a-c63a-4a6c-a4a8-7aa7ef112b3a.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-55c7994a-c63a-4a6c-a4a8-7aa7ef112b3a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-55c7994a-c63a-4a6c-a4a8-7aa7ef112b3a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-13db0d23-b1f8-43b1-9164-c576c6f2cc6d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-13db0d23-b1f8-43b1-9164-c576c6f2cc6d { display:flex;justify-content:center; } .ablocks-block-13db0d23-b1f8-43b1-9164-c576c6f2cc6d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-13db0d23-b1f8-43b1-9164-c576c6f2cc6d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-13db0d23-b1f8-43b1-9164-c576c6f2cc6d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ca75428c-cc61-45e5-bdcf-5b75b08d1c2c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca75428c-cc61-45e5-bdcf-5b75b08d1c2c.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ca75428c-cc61-45e5-bdcf-5b75b08d1c2c.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-ca75428c-cc61-45e5-bdcf-5b75b08d1c2c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ca75428c-cc61-45e5-bdcf-5b75b08d1c2c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-322f604d-ceb8-4853-98ed-1a08cbfa1c61 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-322f604d-ceb8-4853-98ed-1a08cbfa1c61 { display:flex;justify-content:center; } .ablocks-block-322f604d-ceb8-4853-98ed-1a08cbfa1c61 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-322f604d-ceb8-4853-98ed-1a08cbfa1c61 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-322f604d-ceb8-4853-98ed-1a08cbfa1c61 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-89ed8501-66cf-4fdd-bde5-8e367d1cf3a6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89ed8501-66cf-4fdd-bde5-8e367d1cf3a6.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-89ed8501-66cf-4fdd-bde5-8e367d1cf3a6.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-89ed8501-66cf-4fdd-bde5-8e367d1cf3a6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-89ed8501-66cf-4fdd-bde5-8e367d1cf3a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e7d55f1b-568c-4c67-9049-1516138c66d5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e7d55f1b-568c-4c67-9049-1516138c66d5 { display:flex;justify-content:center; } .ablocks-block-e7d55f1b-568c-4c67-9049-1516138c66d5 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e7d55f1b-568c-4c67-9049-1516138c66d5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e7d55f1b-568c-4c67-9049-1516138c66d5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c6d2ce7e-4f6b-418c-9210-f0277e75b3df { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c6d2ce7e-4f6b-418c-9210-f0277e75b3df.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c6d2ce7e-4f6b-418c-9210-f0277e75b3df.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-c6d2ce7e-4f6b-418c-9210-f0277e75b3df { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c6d2ce7e-4f6b-418c-9210-f0277e75b3df.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a1921a96-6dcb-47d0-aea6-cd7e0eeeb937 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1921a96-6dcb-47d0-aea6-cd7e0eeeb937 { display:flex;justify-content:center; } .ablocks-block-a1921a96-6dcb-47d0-aea6-cd7e0eeeb937 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-a1921a96-6dcb-47d0-aea6-cd7e0eeeb937 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a1921a96-6dcb-47d0-aea6-cd7e0eeeb937 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d55fd469-2949-4435-a3b0-a7c45ea4f656 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d55fd469-2949-4435-a3b0-a7c45ea4f656 { padding:26px; } } .ablocks-block-d55fd469-2949-4435-a3b0-a7c45ea4f656.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d55fd469-2949-4435-a3b0-a7c45ea4f656.ablocks-block--container { padding:26px; } } .ablocks-block-d55fd469-2949-4435-a3b0-a7c45ea4f656 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d55fd469-2949-4435-a3b0-a7c45ea4f656.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9fb702f1-0400-451a-a9e3-ba4ac8e71db4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9fb702f1-0400-451a-a9e3-ba4ac8e71db4 { text-align:center; } .ablocks-block-9fb702f1-0400-451a-a9e3-ba4ac8e71db4 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-9fb702f1-0400-451a-a9e3-ba4ac8e71db4 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-a98ca166-d435-4c60-aa6c-0c5cd2329112 { margin-top:14px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a98ca166-d435-4c60-aa6c-0c5cd2329112 { margin-top:20px; } } .ablocks-block-a98ca166-d435-4c60-aa6c-0c5cd2329112.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a98ca166-d435-4c60-aa6c-0c5cd2329112 { 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-a98ca166-d435-4c60-aa6c-0c5cd2329112.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-a98ca166-d435-4c60-aa6c-0c5cd2329112 { display:inline-flex; } 
.ablocks-block-fa3f6fb9-5d60-4c9f-a382-0c8bcdd4c2e5 { padding-right:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa3f6fb9-5d60-4c9f-a382-0c8bcdd4c2e5 { text-align:left; } .ablocks-block-fa3f6fb9-5d60-4c9f-a382-0c8bcdd4c2e5 .ablocks-paragraph-text { color:#579DFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:line-through;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-fa3f6fb9-5d60-4c9f-a382-0c8bcdd4c2e5 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-fa3f6fb9-5d60-4c9f-a382-0c8bcdd4c2e5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e8b1d31b-86f3-4ecf-a518-f753ca79b8c4 { padding-right:2px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8b1d31b-86f3-4ecf-a518-f753ca79b8c4 { text-align:left; } .ablocks-block-e8b1d31b-86f3-4ecf-a518-f753ca79b8c4 .ablocks-paragraph-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-e8b1d31b-86f3-4ecf-a518-f753ca79b8c4 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e8b1d31b-86f3-4ecf-a518-f753ca79b8c4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cca47d64-76d8-4918-b056-5f8fb2706439 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cca47d64-76d8-4918-b056-5f8fb2706439 { text-align:left; } .ablocks-block-cca47d64-76d8-4918-b056-5f8fb2706439 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:31.158px;line-height:31.158px; } @media screen and (max-width: 800px) { .ablocks-block-cca47d64-76d8-4918-b056-5f8fb2706439 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-52533807-f41e-4f73-8d5d-4244034162aa { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-52533807-f41e-4f73-8d5d-4244034162aa { text-align:center; } .ablocks-block-52533807-f41e-4f73-8d5d-4244034162aa .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-52533807-f41e-4f73-8d5d-4244034162aa .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-52533807-f41e-4f73-8d5d-4244034162aa .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7079ff44-a64e-4100-9582-7f687ffb7fb4 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7079ff44-a64e-4100-9582-7f687ffb7fb4 .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:center;width:100%;color:#FFF;border-radius:9999px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;padding:12px; } @media screen and (max-width: 800px) { .ablocks-block-7079ff44-a64e-4100-9582-7f687ffb7fb4 .ablocks-button { font-family:Inter; } } .ablocks-block-7079ff44-a64e-4100-9582-7f687ffb7fb4 .ablocks-button:hover { transition-duration:0.5s;background:#027cff; } .ablocks-block-7079ff44-a64e-4100-9582-7f687ffb7fb4 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-7079ff44-a64e-4100-9582-7f687ffb7fb4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-7079ff44-a64e-4100-9582-7f687ffb7fb4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5 { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;background:#FFF;border-width:1px;border-style:solid;border-color:#F2F4F7;border-radius:16px;box-shadow:0px 9px 33px 0px rgba(2,8,53,0.05);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5 { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5 { padding-top:24px;padding-bottom:0px; } } .ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5.ablocks-block--container { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5.ablocks-block--container { padding-top:24px;padding-bottom:0px; } } .ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5 { row-gap:20px; } } .ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-218fd133-27ff-4069-be79-de84825ce0e5 { display:inline-flex; } 
.ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a { padding:0px;border-width:0px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a { padding-left:24px;border-width:0px 0px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a { padding-left:0px; } } .ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a.ablocks-block--container { padding-left:0px; } } .ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a { flex-direction:column; } } .ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-383f0bd6-2274-4494-a8b8-92179d46d30a { display:inline-flex; } 
.ablocks-block-a2fc4afd-b1dd-4728-95f8-13ff301537fe { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a2fc4afd-b1dd-4728-95f8-13ff301537fe { padding-right:20px;padding-left:20px; } } .ablocks-block-a2fc4afd-b1dd-4728-95f8-13ff301537fe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-a2fc4afd-b1dd-4728-95f8-13ff301537fe.ablocks-block--container { padding-right:20px;padding-left:20px; } } .ablocks-block-a2fc4afd-b1dd-4728-95f8-13ff301537fe { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a2fc4afd-b1dd-4728-95f8-13ff301537fe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1:not(.ablocks-has-block-container), .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .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-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:43px; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0.64px;color:#131111; } @media screen and (max-width: 800px) { .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#98A2B3;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .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-de149da1-355b-4d5a-866d-449e7ac939c1 .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-de149da1-355b-4d5a-866d-449e7ac939c1.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-de149da1-355b-4d5a-866d-449e7ac939c1.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-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .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-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-de149da1-355b-4d5a-866d-449e7ac939c1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-c125ae5b-f20d-4cec-bf0c-4937bf8b292c { padding:0px;border-width:0px 1px 0px 1px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c125ae5b-f20d-4cec-bf0c-4937bf8b292c { border-width:0px 0px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-c125ae5b-f20d-4cec-bf0c-4937bf8b292c { border-width:0px 0px 0px 0px; } } .ablocks-block-c125ae5b-f20d-4cec-bf0c-4937bf8b292c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c125ae5b-f20d-4cec-bf0c-4937bf8b292c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c125ae5b-f20d-4cec-bf0c-4937bf8b292c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-aaf90f34-0234-415d-b850-d9e4fce37209 { padding-top:60px;padding-bottom:12px;padding-left:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-aaf90f34-0234-415d-b850-d9e4fce37209 { padding-top:32px; } } .ablocks-block-aaf90f34-0234-415d-b850-d9e4fce37209.ablocks-block--container { padding-top:60px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-aaf90f34-0234-415d-b850-d9e4fce37209.ablocks-block--container { padding-top:32px; } } .ablocks-block-aaf90f34-0234-415d-b850-d9e4fce37209 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-aaf90f34-0234-415d-b850-d9e4fce37209 { justify-content:center;justify-items:center; } } .ablocks-block-aaf90f34-0234-415d-b850-d9e4fce37209.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-aaf90f34-0234-415d-b850-d9e4fce37209.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-aaf90f34-0234-415d-b850-d9e4fce37209 { display:inline-flex; } 
.ablocks-block-e5dfa1f6-0f39-4ee2-a11c-798e0f3d50da { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5dfa1f6-0f39-4ee2-a11c-798e0f3d50da { text-align:left; } .ablocks-block-e5dfa1f6-0f39-4ee2-a11c-798e0f3d50da .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-e5dfa1f6-0f39-4ee2-a11c-798e0f3d50da .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-553257ed-2845-4159-9e11-6f63c8947149 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-553257ed-2845-4159-9e11-6f63c8947149 { text-align:left; } .ablocks-block-553257ed-2845-4159-9e11-6f63c8947149 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-553257ed-2845-4159-9e11-6f63c8947149 .ablocks-button { font-family:Inter; } } .ablocks-block-553257ed-2845-4159-9e11-6f63c8947149 .ablocks-button:hover { transition-duration:s; } .ablocks-block-553257ed-2845-4159-9e11-6f63c8947149 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-553257ed-2845-4159-9e11-6f63c8947149 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-553257ed-2845-4159-9e11-6f63c8947149 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ee2a6cbe-6281-4472-8a9c-b5dd3efc4ac4 { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee2a6cbe-6281-4472-8a9c-b5dd3efc4ac4.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ee2a6cbe-6281-4472-8a9c-b5dd3efc4ac4 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-ee2a6cbe-6281-4472-8a9c-b5dd3efc4ac4 { justify-content:center;justify-items:center; } } .ablocks-block-ee2a6cbe-6281-4472-8a9c-b5dd3efc4ac4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-ee2a6cbe-6281-4472-8a9c-b5dd3efc4ac4.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-ee2a6cbe-6281-4472-8a9c-b5dd3efc4ac4 { display:inline-flex; } 
.ablocks-block-ae4caef0-b6cb-4b8e-a91e-60a00160fa4a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae4caef0-b6cb-4b8e-a91e-60a00160fa4a { text-align:left; } .ablocks-block-ae4caef0-b6cb-4b8e-a91e-60a00160fa4a .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-ae4caef0-b6cb-4b8e-a91e-60a00160fa4a .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-29e384b8-87a4-4468-8afe-61e0f0b53635 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29e384b8-87a4-4468-8afe-61e0f0b53635 { text-align:left; } .ablocks-block-29e384b8-87a4-4468-8afe-61e0f0b53635 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-29e384b8-87a4-4468-8afe-61e0f0b53635 .ablocks-button { font-family:Inter; } } .ablocks-block-29e384b8-87a4-4468-8afe-61e0f0b53635 .ablocks-button:hover { transition-duration:s; } .ablocks-block-29e384b8-87a4-4468-8afe-61e0f0b53635 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-29e384b8-87a4-4468-8afe-61e0f0b53635 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-29e384b8-87a4-4468-8afe-61e0f0b53635 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7 { padding-top:12px;padding-bottom:60px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7 { padding-bottom:32px; } } @media screen and (max-width: 480px) { .ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7 { padding-bottom:22px; } } .ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7.ablocks-block--container { padding-top:12px;padding-bottom:60px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7.ablocks-block--container { padding-bottom:32px; } } @media screen and (max-width: 480px) { .ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7.ablocks-block--container { padding-bottom:22px; } } .ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7 { justify-content:center;justify-items:center; } } .ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-5e7293bd-406f-45f6-b7df-c10948a03bf7 { display:inline-flex; } 
.ablocks-block-b2fe1afe-bfd4-4f30-9094-29a095ec62fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b2fe1afe-bfd4-4f30-9094-29a095ec62fb { text-align:left; } .ablocks-block-b2fe1afe-bfd4-4f30-9094-29a095ec62fb .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-b2fe1afe-bfd4-4f30-9094-29a095ec62fb .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-e100f051-ee87-4a0a-8b94-9c8ec8ff3d89 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e100f051-ee87-4a0a-8b94-9c8ec8ff3d89 { text-align:left; } .ablocks-block-e100f051-ee87-4a0a-8b94-9c8ec8ff3d89 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-e100f051-ee87-4a0a-8b94-9c8ec8ff3d89 .ablocks-button { font-family:Inter; } } .ablocks-block-e100f051-ee87-4a0a-8b94-9c8ec8ff3d89 .ablocks-button:hover { transition-duration:s; } .ablocks-block-e100f051-ee87-4a0a-8b94-9c8ec8ff3d89 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e100f051-ee87-4a0a-8b94-9c8ec8ff3d89 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e100f051-ee87-4a0a-8b94-9c8ec8ff3d89 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373 { padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373 { padding-left:0px; } } .ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373.ablocks-block--container { padding-left:0px; } } .ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373 { flex-direction:column; } } .ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-9bc1e2e0-a2bb-4078-91ea-fca97148a373 { display:inline-flex; } 
.ablocks-block-a9e7ce37-ce1b-49e3-b108-06dd76ba685d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9e7ce37-ce1b-49e3-b108-06dd76ba685d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a9e7ce37-ce1b-49e3-b108-06dd76ba685d { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-a9e7ce37-ce1b-49e3-b108-06dd76ba685d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-a9e7ce37-ce1b-49e3-b108-06dd76ba685d { display:inline-flex; } 
.ablocks-block-0d3ad901-ba9d-47b5-af6c-93deead8c1d1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0d3ad901-ba9d-47b5-af6c-93deead8c1d1.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0d3ad901-ba9d-47b5-af6c-93deead8c1d1.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-0d3ad901-ba9d-47b5-af6c-93deead8c1d1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0d3ad901-ba9d-47b5-af6c-93deead8c1d1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b8f6dc0f-3e6c-4f5c-9f0b-68592bfab327 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8f6dc0f-3e6c-4f5c-9f0b-68592bfab327 { display:flex;justify-content:center; } .ablocks-block-b8f6dc0f-3e6c-4f5c-9f0b-68592bfab327 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b8f6dc0f-3e6c-4f5c-9f0b-68592bfab327 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b8f6dc0f-3e6c-4f5c-9f0b-68592bfab327 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0f0bf21e-2023-4067-9f59-e2d2bf6dd680 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0f0bf21e-2023-4067-9f59-e2d2bf6dd680.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0f0bf21e-2023-4067-9f59-e2d2bf6dd680.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-0f0bf21e-2023-4067-9f59-e2d2bf6dd680 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0f0bf21e-2023-4067-9f59-e2d2bf6dd680.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b0fd3f75-9213-47c4-80fc-38d2a4002fe3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b0fd3f75-9213-47c4-80fc-38d2a4002fe3 { display:flex;justify-content:center; } .ablocks-block-b0fd3f75-9213-47c4-80fc-38d2a4002fe3 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b0fd3f75-9213-47c4-80fc-38d2a4002fe3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b0fd3f75-9213-47c4-80fc-38d2a4002fe3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-530e91c4-7379-47e9-b2f8-7f319a8edbe7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-530e91c4-7379-47e9-b2f8-7f319a8edbe7.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-530e91c4-7379-47e9-b2f8-7f319a8edbe7.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-530e91c4-7379-47e9-b2f8-7f319a8edbe7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-530e91c4-7379-47e9-b2f8-7f319a8edbe7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-df0ab61e-d924-4f59-b101-9b399813e938 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-df0ab61e-d924-4f59-b101-9b399813e938 { display:flex;justify-content:center; } .ablocks-block-df0ab61e-d924-4f59-b101-9b399813e938 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-df0ab61e-d924-4f59-b101-9b399813e938 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-df0ab61e-d924-4f59-b101-9b399813e938 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-659e9f89-e31f-4423-b746-18c7ffac7931 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-659e9f89-e31f-4423-b746-18c7ffac7931.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-659e9f89-e31f-4423-b746-18c7ffac7931.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-659e9f89-e31f-4423-b746-18c7ffac7931 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-659e9f89-e31f-4423-b746-18c7ffac7931.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ef812da3-4b62-46c9-a41a-9d6fd0ad1a1c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef812da3-4b62-46c9-a41a-9d6fd0ad1a1c { display:flex;justify-content:center; } .ablocks-block-ef812da3-4b62-46c9-a41a-9d6fd0ad1a1c .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-ef812da3-4b62-46c9-a41a-9d6fd0ad1a1c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ef812da3-4b62-46c9-a41a-9d6fd0ad1a1c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-39da377c-805a-4462-a191-1184c902b74d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39da377c-805a-4462-a191-1184c902b74d.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-39da377c-805a-4462-a191-1184c902b74d.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-39da377c-805a-4462-a191-1184c902b74d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-39da377c-805a-4462-a191-1184c902b74d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-12e8a09b-7e74-42f9-976c-dcabb31c88ab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-12e8a09b-7e74-42f9-976c-dcabb31c88ab { display:flex;justify-content:center; } .ablocks-block-12e8a09b-7e74-42f9-976c-dcabb31c88ab .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-12e8a09b-7e74-42f9-976c-dcabb31c88ab .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-12e8a09b-7e74-42f9-976c-dcabb31c88ab .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-207526a8-b93f-45fd-82fb-1f98207a30dc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-207526a8-b93f-45fd-82fb-1f98207a30dc.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-207526a8-b93f-45fd-82fb-1f98207a30dc.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-207526a8-b93f-45fd-82fb-1f98207a30dc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-207526a8-b93f-45fd-82fb-1f98207a30dc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1eaa1905-f5f6-4806-968f-f4d9d1731f0d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1eaa1905-f5f6-4806-968f-f4d9d1731f0d { display:flex;justify-content:center; } .ablocks-block-1eaa1905-f5f6-4806-968f-f4d9d1731f0d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-1eaa1905-f5f6-4806-968f-f4d9d1731f0d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-1eaa1905-f5f6-4806-968f-f4d9d1731f0d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e5594e7d-d040-4a42-bddc-366dd3233be7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5594e7d-d040-4a42-bddc-366dd3233be7.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e5594e7d-d040-4a42-bddc-366dd3233be7.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-e5594e7d-d040-4a42-bddc-366dd3233be7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e5594e7d-d040-4a42-bddc-366dd3233be7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e1fac7a5-f2a6-422a-8df1-5915273c9e96 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1fac7a5-f2a6-422a-8df1-5915273c9e96 { display:flex;justify-content:center; } .ablocks-block-e1fac7a5-f2a6-422a-8df1-5915273c9e96 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e1fac7a5-f2a6-422a-8df1-5915273c9e96 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e1fac7a5-f2a6-422a-8df1-5915273c9e96 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e9b2666d-7b47-430b-bbbb-a4dfbe783c5b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e9b2666d-7b47-430b-bbbb-a4dfbe783c5b { padding:26px; } } .ablocks-block-e9b2666d-7b47-430b-bbbb-a4dfbe783c5b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e9b2666d-7b47-430b-bbbb-a4dfbe783c5b.ablocks-block--container { padding:26px; } } .ablocks-block-e9b2666d-7b47-430b-bbbb-a4dfbe783c5b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e9b2666d-7b47-430b-bbbb-a4dfbe783c5b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f51594d4-9711-4366-b24d-6db007c66ada { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f51594d4-9711-4366-b24d-6db007c66ada { text-align:center; } .ablocks-block-f51594d4-9711-4366-b24d-6db007c66ada .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-f51594d4-9711-4366-b24d-6db007c66ada .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-f9caca76-cf29-4c1c-b440-9616d75c6385 { margin-top:14px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f9caca76-cf29-4c1c-b440-9616d75c6385 { margin-top:20px; } } .ablocks-block-f9caca76-cf29-4c1c-b440-9616d75c6385.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f9caca76-cf29-4c1c-b440-9616d75c6385 { 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-f9caca76-cf29-4c1c-b440-9616d75c6385.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-f9caca76-cf29-4c1c-b440-9616d75c6385 { display:inline-flex; } 
.ablocks-block-00c1ec7c-c593-4084-af50-706bada0fec7 { padding-right:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-00c1ec7c-c593-4084-af50-706bada0fec7 { text-align:left; } .ablocks-block-00c1ec7c-c593-4084-af50-706bada0fec7 .ablocks-paragraph-text { color:#579DFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:line-through;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-00c1ec7c-c593-4084-af50-706bada0fec7 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-00c1ec7c-c593-4084-af50-706bada0fec7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8de8e961-bdc0-4e5c-8c1b-68c28dc76fda { padding-right:2px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8de8e961-bdc0-4e5c-8c1b-68c28dc76fda { text-align:left; } .ablocks-block-8de8e961-bdc0-4e5c-8c1b-68c28dc76fda .ablocks-paragraph-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-8de8e961-bdc0-4e5c-8c1b-68c28dc76fda .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-8de8e961-bdc0-4e5c-8c1b-68c28dc76fda .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3f0bacf8-2d2f-4e01-8ac6-63a33f02251b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f0bacf8-2d2f-4e01-8ac6-63a33f02251b { text-align:left; } .ablocks-block-3f0bacf8-2d2f-4e01-8ac6-63a33f02251b .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:31.158px;line-height:31.158px; } @media screen and (max-width: 800px) { .ablocks-block-3f0bacf8-2d2f-4e01-8ac6-63a33f02251b .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-b31a7103-d9db-423b-8e51-b4b1448b72f1 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b31a7103-d9db-423b-8e51-b4b1448b72f1 { text-align:center; } .ablocks-block-b31a7103-d9db-423b-8e51-b4b1448b72f1 .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-b31a7103-d9db-423b-8e51-b4b1448b72f1 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b31a7103-d9db-423b-8e51-b4b1448b72f1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c4e9705e-4360-4bee-87d0-955eea9350e1 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c4e9705e-4360-4bee-87d0-955eea9350e1 .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:center;width:100%;color:#FFF;border-radius:9999px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;padding:12px; } @media screen and (max-width: 800px) { .ablocks-block-c4e9705e-4360-4bee-87d0-955eea9350e1 .ablocks-button { font-family:Inter; } } .ablocks-block-c4e9705e-4360-4bee-87d0-955eea9350e1 .ablocks-button:hover { transition-duration:0.5s;background:#027cff; } .ablocks-block-c4e9705e-4360-4bee-87d0-955eea9350e1 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-c4e9705e-4360-4bee-87d0-955eea9350e1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-c4e9705e-4360-4bee-87d0-955eea9350e1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32 { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;background:#FFF;border-width:1px;border-style:solid;border-color:#F2F4F7;border-radius:16px;box-shadow:0px 9px 33px 0px rgba(2,8,53,0.05);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32 { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32 { padding-top:24px;padding-bottom:0px; } } .ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:24px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32.ablocks-block--container { padding-right:0px;padding-bottom:24px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32.ablocks-block--container { padding-top:24px;padding-bottom:0px; } } .ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32 { row-gap:20px; } } .ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-699d2fd6-af12-4567-90f9-dab9da135e32 { display:inline-flex; } 
.ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9 { padding:0px;border-width:0px;border-style:solid;border-color:#f2f4f7;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9 { padding-left:24px;border-width:0px 0px 1px 0px; } } @media screen and (max-width: 480px) { .ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9 { padding-left:0px; } } .ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9.ablocks-block--container { padding-left:0px; } } .ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9 { flex-direction:column; } } .ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-7bc0dc66-25e7-4787-af3d-fc459827b1d9 { display:inline-flex; } 
.ablocks-block-fe200d01-55bd-4be8-8ce6-bc668735b1ea { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-fe200d01-55bd-4be8-8ce6-bc668735b1ea { padding-right:20px;padding-left:20px; } } .ablocks-block-fe200d01-55bd-4be8-8ce6-bc668735b1ea.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-fe200d01-55bd-4be8-8ce6-bc668735b1ea.ablocks-block--container { padding-right:20px;padding-left:20px; } } .ablocks-block-fe200d01-55bd-4be8-8ce6-bc668735b1ea { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fe200d01-55bd-4be8-8ce6-bc668735b1ea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922:not(.ablocks-has-block-container), .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .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-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:43px; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0.64px;color:#131111; } @media screen and (max-width: 800px) { .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#98A2B3;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .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-18b7e195-a9b3-436d-8da3-21f534fb0922 .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-18b7e195-a9b3-436d-8da3-21f534fb0922.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-18b7e195-a9b3-436d-8da3-21f534fb0922.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-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .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-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-18b7e195-a9b3-436d-8da3-21f534fb0922 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-61e9b52a-6704-43b6-87b7-eb879c99cbe5 { padding:0px;border-width:0px 1px 0px 1px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-61e9b52a-6704-43b6-87b7-eb879c99cbe5 { border-width:0px 0px 0px 1px; } } @media screen and (max-width: 480px) { .ablocks-block-61e9b52a-6704-43b6-87b7-eb879c99cbe5 { border-width:0px 0px 0px 0px; } } .ablocks-block-61e9b52a-6704-43b6-87b7-eb879c99cbe5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-61e9b52a-6704-43b6-87b7-eb879c99cbe5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-61e9b52a-6704-43b6-87b7-eb879c99cbe5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2191e40e-155d-47a6-9b6b-7e3f38b27608 { padding-top:60px;padding-bottom:12px;padding-left:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2191e40e-155d-47a6-9b6b-7e3f38b27608 { padding-top:32px; } } .ablocks-block-2191e40e-155d-47a6-9b6b-7e3f38b27608.ablocks-block--container { padding-top:60px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2191e40e-155d-47a6-9b6b-7e3f38b27608.ablocks-block--container { padding-top:32px; } } .ablocks-block-2191e40e-155d-47a6-9b6b-7e3f38b27608 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-2191e40e-155d-47a6-9b6b-7e3f38b27608 { justify-content:center;justify-items:center; } } .ablocks-block-2191e40e-155d-47a6-9b6b-7e3f38b27608.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-2191e40e-155d-47a6-9b6b-7e3f38b27608.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-2191e40e-155d-47a6-9b6b-7e3f38b27608 { display:inline-flex; } 
.ablocks-block-f65203e4-21df-4a4e-b576-2598eac2ab22 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f65203e4-21df-4a4e-b576-2598eac2ab22 { text-align:left; } .ablocks-block-f65203e4-21df-4a4e-b576-2598eac2ab22 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-f65203e4-21df-4a4e-b576-2598eac2ab22 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-d32c44e0-5ed9-418e-9f00-892873a3129a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d32c44e0-5ed9-418e-9f00-892873a3129a { text-align:left; } .ablocks-block-d32c44e0-5ed9-418e-9f00-892873a3129a .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-d32c44e0-5ed9-418e-9f00-892873a3129a .ablocks-button { font-family:Inter; } } .ablocks-block-d32c44e0-5ed9-418e-9f00-892873a3129a .ablocks-button:hover { transition-duration:s; } .ablocks-block-d32c44e0-5ed9-418e-9f00-892873a3129a .ablocks-icon-wrap { font-size:16px; } .ablocks-block-d32c44e0-5ed9-418e-9f00-892873a3129a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-d32c44e0-5ed9-418e-9f00-892873a3129a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-25b95752-ad9c-469a-8717-fa70837198cd { padding-top:12px;padding-bottom:12px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-25b95752-ad9c-469a-8717-fa70837198cd.ablocks-block--container { padding-top:12px;padding-bottom:12px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-25b95752-ad9c-469a-8717-fa70837198cd { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-25b95752-ad9c-469a-8717-fa70837198cd { justify-content:center;justify-items:center; } } .ablocks-block-25b95752-ad9c-469a-8717-fa70837198cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-25b95752-ad9c-469a-8717-fa70837198cd.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-25b95752-ad9c-469a-8717-fa70837198cd { display:inline-flex; } 
.ablocks-block-afb625b6-0910-4a32-be63-9451db7bef54 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afb625b6-0910-4a32-be63-9451db7bef54 { text-align:left; } .ablocks-block-afb625b6-0910-4a32-be63-9451db7bef54 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-afb625b6-0910-4a32-be63-9451db7bef54 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-a03010f9-6950-49d1-b08a-899b4780b548 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a03010f9-6950-49d1-b08a-899b4780b548 { text-align:left; } .ablocks-block-a03010f9-6950-49d1-b08a-899b4780b548 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-a03010f9-6950-49d1-b08a-899b4780b548 .ablocks-button { font-family:Inter; } } .ablocks-block-a03010f9-6950-49d1-b08a-899b4780b548 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a03010f9-6950-49d1-b08a-899b4780b548 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a03010f9-6950-49d1-b08a-899b4780b548 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a03010f9-6950-49d1-b08a-899b4780b548 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965 { padding-top:12px;padding-bottom:60px;padding-left:12px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#f2f4f7;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965 { padding-bottom:32px; } } @media screen and (max-width: 480px) { .ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965 { padding-bottom:22px; } } .ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965.ablocks-block--container { padding-top:12px;padding-bottom:60px;padding-left:12px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965.ablocks-block--container { padding-bottom:32px; } } @media screen and (max-width: 480px) { .ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965.ablocks-block--container { padding-bottom:22px; } } .ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965 { justify-content:center;justify-items:center; } } .ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:6px; } @media screen and (max-width: 480px) { .ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-618d0566-5714-4ad9-94e8-a4158714f965 { display:inline-flex; } 
.ablocks-block-7751f1d8-78c1-4a86-a48b-f8f4de6090af { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7751f1d8-78c1-4a86-a48b-f8f4de6090af { text-align:left; } .ablocks-block-7751f1d8-78c1-4a86-a48b-f8f4de6090af .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-7751f1d8-78c1-4a86-a48b-f8f4de6090af .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-ee78eda8-8ac6-45b0-b26c-73c5e9cfd39c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee78eda8-8ac6-45b0-b26c-73c5e9cfd39c { text-align:left; } .ablocks-block-ee78eda8-8ac6-45b0-b26c-73c5e9cfd39c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#131111;font-family:Inter,sans-serif;font-weight:400;font-style:normal;text-decoration:underline;font-size:12px;line-height:12px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-ee78eda8-8ac6-45b0-b26c-73c5e9cfd39c .ablocks-button { font-family:Inter; } } .ablocks-block-ee78eda8-8ac6-45b0-b26c-73c5e9cfd39c .ablocks-button:hover { transition-duration:s; } .ablocks-block-ee78eda8-8ac6-45b0-b26c-73c5e9cfd39c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ee78eda8-8ac6-45b0-b26c-73c5e9cfd39c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ee78eda8-8ac6-45b0-b26c-73c5e9cfd39c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15 { padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15 { padding-left:0px; } } .ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15.ablocks-block--container { padding-left:24px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15.ablocks-block--container { padding-left:0px; } } .ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15 { flex-direction:column; } } .ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 480px) { .ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-2a0283ef-dc6f-486b-be23-81a431fcbe15 { display:inline-flex; } 
.ablocks-block-fd0bdbc8-7f17-4817-8465-1fe0ee484c55 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fd0bdbc8-7f17-4817-8465-1fe0ee484c55.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fd0bdbc8-7f17-4817-8465-1fe0ee484c55 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-fd0bdbc8-7f17-4817-8465-1fe0ee484c55.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-fd0bdbc8-7f17-4817-8465-1fe0ee484c55 { display:inline-flex; } 
.ablocks-block-76991ee5-251e-4f01-90e8-c121008e5c5d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-76991ee5-251e-4f01-90e8-c121008e5c5d.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-76991ee5-251e-4f01-90e8-c121008e5c5d.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-76991ee5-251e-4f01-90e8-c121008e5c5d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-76991ee5-251e-4f01-90e8-c121008e5c5d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d8194d9b-766c-4118-ac9a-0e7e9b73e663 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d8194d9b-766c-4118-ac9a-0e7e9b73e663 { display:flex;justify-content:center; } .ablocks-block-d8194d9b-766c-4118-ac9a-0e7e9b73e663 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d8194d9b-766c-4118-ac9a-0e7e9b73e663 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d8194d9b-766c-4118-ac9a-0e7e9b73e663 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2f24deed-ad72-4921-819b-37b42121d42f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f24deed-ad72-4921-819b-37b42121d42f.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2f24deed-ad72-4921-819b-37b42121d42f.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-2f24deed-ad72-4921-819b-37b42121d42f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2f24deed-ad72-4921-819b-37b42121d42f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-59343ab3-f76c-47ac-b188-52be512c6e37 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-59343ab3-f76c-47ac-b188-52be512c6e37 { display:flex;justify-content:center; } .ablocks-block-59343ab3-f76c-47ac-b188-52be512c6e37 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-59343ab3-f76c-47ac-b188-52be512c6e37 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-59343ab3-f76c-47ac-b188-52be512c6e37 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6e07d1cc-e5fa-4fe3-aa81-484f0a044d99 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e07d1cc-e5fa-4fe3-aa81-484f0a044d99.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6e07d1cc-e5fa-4fe3-aa81-484f0a044d99.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-6e07d1cc-e5fa-4fe3-aa81-484f0a044d99 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6e07d1cc-e5fa-4fe3-aa81-484f0a044d99.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ea855226-4bbe-432d-b70f-3e7420ee560e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea855226-4bbe-432d-b70f-3e7420ee560e { display:flex;justify-content:center; } .ablocks-block-ea855226-4bbe-432d-b70f-3e7420ee560e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-ea855226-4bbe-432d-b70f-3e7420ee560e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ea855226-4bbe-432d-b70f-3e7420ee560e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c25dccf3-fc38-4958-8a72-2738d4a88470 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c25dccf3-fc38-4958-8a72-2738d4a88470.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c25dccf3-fc38-4958-8a72-2738d4a88470.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-c25dccf3-fc38-4958-8a72-2738d4a88470 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c25dccf3-fc38-4958-8a72-2738d4a88470.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f16315de-adde-475f-9649-0258aa8e5347 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f16315de-adde-475f-9649-0258aa8e5347 { display:flex;justify-content:center; } .ablocks-block-f16315de-adde-475f-9649-0258aa8e5347 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f16315de-adde-475f-9649-0258aa8e5347 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f16315de-adde-475f-9649-0258aa8e5347 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c86b5d21-d7f5-42bb-8d42-a8eef2ee717d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c86b5d21-d7f5-42bb-8d42-a8eef2ee717d.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c86b5d21-d7f5-42bb-8d42-a8eef2ee717d.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-c86b5d21-d7f5-42bb-8d42-a8eef2ee717d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c86b5d21-d7f5-42bb-8d42-a8eef2ee717d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2e7c12c9-6621-4baa-afca-b75beb69d831 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e7c12c9-6621-4baa-afca-b75beb69d831 { display:flex;justify-content:center; } .ablocks-block-2e7c12c9-6621-4baa-afca-b75beb69d831 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2e7c12c9-6621-4baa-afca-b75beb69d831 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2e7c12c9-6621-4baa-afca-b75beb69d831 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-5f38f40e-bde4-4718-8a49-1058c4fc4d84 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f38f40e-bde4-4718-8a49-1058c4fc4d84.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5f38f40e-bde4-4718-8a49-1058c4fc4d84.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-5f38f40e-bde4-4718-8a49-1058c4fc4d84 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5f38f40e-bde4-4718-8a49-1058c4fc4d84.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-48cccebe-71e1-4aea-97f0-0aa87a6d2885 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48cccebe-71e1-4aea-97f0-0aa87a6d2885 { display:flex;justify-content:center; } .ablocks-block-48cccebe-71e1-4aea-97f0-0aa87a6d2885 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-48cccebe-71e1-4aea-97f0-0aa87a6d2885 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-48cccebe-71e1-4aea-97f0-0aa87a6d2885 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-45d0962f-a75d-4e75-a5e5-4da3561d23d5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-45d0962f-a75d-4e75-a5e5-4da3561d23d5.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-45d0962f-a75d-4e75-a5e5-4da3561d23d5.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-45d0962f-a75d-4e75-a5e5-4da3561d23d5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-45d0962f-a75d-4e75-a5e5-4da3561d23d5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-51d1d43d-12b8-466b-ac6b-582c1a6683b2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-51d1d43d-12b8-466b-ac6b-582c1a6683b2 { display:flex;justify-content:center; } .ablocks-block-51d1d43d-12b8-466b-ac6b-582c1a6683b2 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-51d1d43d-12b8-466b-ac6b-582c1a6683b2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-51d1d43d-12b8-466b-ac6b-582c1a6683b2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-46647c67-052f-4e25-8343-89ce603093f0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-46647c67-052f-4e25-8343-89ce603093f0 { padding:26px; } } .ablocks-block-46647c67-052f-4e25-8343-89ce603093f0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-46647c67-052f-4e25-8343-89ce603093f0.ablocks-block--container { padding:26px; } } .ablocks-block-46647c67-052f-4e25-8343-89ce603093f0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-46647c67-052f-4e25-8343-89ce603093f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-eac95569-0c7c-4a6c-aa21-e78ded8c3cd0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eac95569-0c7c-4a6c-aa21-e78ded8c3cd0 { text-align:center; } .ablocks-block-eac95569-0c7c-4a6c-aa21-e78ded8c3cd0 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-eac95569-0c7c-4a6c-aa21-e78ded8c3cd0 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-4a0dbf9e-ece1-4356-bdaa-6e72f780e28b { margin-top:14px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4a0dbf9e-ece1-4356-bdaa-6e72f780e28b { margin-top:20px; } } .ablocks-block-4a0dbf9e-ece1-4356-bdaa-6e72f780e28b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4a0dbf9e-ece1-4356-bdaa-6e72f780e28b { 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-4a0dbf9e-ece1-4356-bdaa-6e72f780e28b.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-4a0dbf9e-ece1-4356-bdaa-6e72f780e28b { display:inline-flex; } 
.ablocks-block-f8108580-139e-4070-9d28-867e377b4fd8 { padding-right:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8108580-139e-4070-9d28-867e377b4fd8 { text-align:left; } .ablocks-block-f8108580-139e-4070-9d28-867e377b4fd8 .ablocks-paragraph-text { color:#579DFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:line-through;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-f8108580-139e-4070-9d28-867e377b4fd8 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-f8108580-139e-4070-9d28-867e377b4fd8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cb0a837d-1efd-42d6-a721-65af61f279fd { padding-right:2px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cb0a837d-1efd-42d6-a721-65af61f279fd { text-align:left; } .ablocks-block-cb0a837d-1efd-42d6-a721-65af61f279fd .ablocks-paragraph-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:15.579px;line-height:15.579px; } @media screen and (max-width: 800px) { .ablocks-block-cb0a837d-1efd-42d6-a721-65af61f279fd .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-cb0a837d-1efd-42d6-a721-65af61f279fd .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2c6d8415-a02b-499e-8f92-e4bf429fbd34 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c6d8415-a02b-499e-8f92-e4bf429fbd34 { text-align:left; } .ablocks-block-2c6d8415-a02b-499e-8f92-e4bf429fbd34 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:31.158px;line-height:31.158px; } @media screen and (max-width: 800px) { .ablocks-block-2c6d8415-a02b-499e-8f92-e4bf429fbd34 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-712b702d-c4a8-4c14-8036-ca719c7e90a1 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-712b702d-c4a8-4c14-8036-ca719c7e90a1 { text-align:center; } .ablocks-block-712b702d-c4a8-4c14-8036-ca719c7e90a1 .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-712b702d-c4a8-4c14-8036-ca719c7e90a1 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-712b702d-c4a8-4c14-8036-ca719c7e90a1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5bb6934c-f834-406a-a4ae-cd28f83aaf80 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5bb6934c-f834-406a-a4ae-cd28f83aaf80 .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:center;width:100%;color:#FFF;border-radius:9999px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;padding:12px; } @media screen and (max-width: 800px) { .ablocks-block-5bb6934c-f834-406a-a4ae-cd28f83aaf80 .ablocks-button { font-family:Inter; } } .ablocks-block-5bb6934c-f834-406a-a4ae-cd28f83aaf80 .ablocks-button:hover { transition-duration:0.5s;background:#027cff; } .ablocks-block-5bb6934c-f834-406a-a4ae-cd28f83aaf80 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-5bb6934c-f834-406a-a4ae-cd28f83aaf80 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-5bb6934c-f834-406a-a4ae-cd28f83aaf80 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6384767a-01d6-46e4-9b20-ee26f7e0ea8a { margin-top:0px;padding-top:70px;padding-bottom:90px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6384767a-01d6-46e4-9b20-ee26f7e0ea8a { padding-top:60px;padding-bottom:60px; } } .ablocks-block-6384767a-01d6-46e4-9b20-ee26f7e0ea8a.ablocks-block--container { padding-top:70px;padding-bottom:90px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6384767a-01d6-46e4-9b20-ee26f7e0ea8a.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-6384767a-01d6-46e4-9b20-ee26f7e0ea8a > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6384767a-01d6-46e4-9b20-ee26f7e0ea8a > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-6384767a-01d6-46e4-9b20-ee26f7e0ea8a > .ablocks-block-container { row-gap:40px; } } .ablocks-block-6384767a-01d6-46e4-9b20-ee26f7e0ea8a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-6384767a-01d6-46e4-9b20-ee26f7e0ea8a.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-0040cae5-382b-41c3-82d1-2e986f00574b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0040cae5-382b-41c3-82d1-2e986f00574b { text-align:center; } .ablocks-block-0040cae5-382b-41c3-82d1-2e986f00574b .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:48px;line-height:62px;letter-spacing:-1.68px; } @media screen and (max-width: 800px) { .ablocks-block-0040cae5-382b-41c3-82d1-2e986f00574b .ablocks-heading-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-0040cae5-382b-41c3-82d1-2e986f00574b .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-36abcb4c-6f38-423a-82bd-93b54c41b5fd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-36abcb4c-6f38-423a-82bd-93b54c41b5fd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-36abcb4c-6f38-423a-82bd-93b54c41b5fd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-36abcb4c-6f38-423a-82bd-93b54c41b5fd { flex-direction:column;row-gap:20px; } } .ablocks-block-36abcb4c-6f38-423a-82bd-93b54c41b5fd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-36abcb4c-6f38-423a-82bd-93b54c41b5fd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-36abcb4c-6f38-423a-82bd-93b54c41b5fd { display:inline-flex; } 
.ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47 { margin-top:42px;padding-top:88px;padding-right:0px;padding-bottom:160px;padding-left:0px;background:#edf8ff66;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47 { padding-top:56px; } } @media screen and (max-width: 480px) { .ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47 { margin-top:0px;padding-bottom:80px; } } .ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47.ablocks-block--container { padding-top:88px;padding-right:0px;padding-bottom:160px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47.ablocks-block--container { padding-top:56px; } } @media screen and (max-width: 480px) { .ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47.ablocks-block--container { padding-bottom:80px; } } .ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47 { display:flex;flex-direction:column;min-height:0px;row-gap:88px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47 { row-gap:68px; } } @media screen and (max-width: 480px) { .ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47 { row-gap:38px; } } .ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47.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-a26b1426-0367-4434-99d1-19fc5fe55a47.ablocks-has-block-container > .ablocks-block-container { row-gap:68px; } } @media screen and (max-width: 480px) { .ablocks-block-a26b1426-0367-4434-99d1-19fc5fe55a47.ablocks-has-block-container > .ablocks-block-container { row-gap:38px; } } 
.ablocks-block-44a68b7b-ad8c-4480-b634-9408958d1f21 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-44a68b7b-ad8c-4480-b634-9408958d1f21.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-44a68b7b-ad8c-4480-b634-9408958d1f21 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-44a68b7b-ad8c-4480-b634-9408958d1f21.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-45d513a7-3f19-4ddd-a94d-4adb0bc40ce5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-45d513a7-3f19-4ddd-a94d-4adb0bc40ce5 { display:flex;justify-content:center; } .ablocks-block-45d513a7-3f19-4ddd-a94d-4adb0bc40ce5 .ablocks-image-figure img { width:278px;height:auto;opacity:1; } .ablocks-block-45d513a7-3f19-4ddd-a94d-4adb0bc40ce5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-45d513a7-3f19-4ddd-a94d-4adb0bc40ce5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-41084c88-97ce-4079-b6dd-db20059619dd { margin-top:79px;padding-top:18px;padding-bottom:17px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#CDDDEE;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-41084c88-97ce-4079-b6dd-db20059619dd { margin-top:58px;padding-bottom:18px;padding-left:32px; } } @media screen and (max-width: 480px) { .ablocks-block-41084c88-97ce-4079-b6dd-db20059619dd { margin-top:40px; } } .ablocks-block-41084c88-97ce-4079-b6dd-db20059619dd { text-align:left; } .ablocks-block-41084c88-97ce-4079-b6dd-db20059619dd .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-41084c88-97ce-4079-b6dd-db20059619dd .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-252b3f5b-c793-4b12-99fc-a3f3e02beb85 { padding-top:17px;padding-bottom:19px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#CDDDEE;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-252b3f5b-c793-4b12-99fc-a3f3e02beb85 { padding-left:32px; } } .ablocks-block-252b3f5b-c793-4b12-99fc-a3f3e02beb85 { text-align:left; } .ablocks-block-252b3f5b-c793-4b12-99fc-a3f3e02beb85 .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-252b3f5b-c793-4b12-99fc-a3f3e02beb85 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-a99a0ae5-419c-4d1e-b02e-efad7656685a { padding-top:18px;padding-bottom:18px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#CDDDEE;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a99a0ae5-419c-4d1e-b02e-efad7656685a { padding-left:32px; } } .ablocks-block-a99a0ae5-419c-4d1e-b02e-efad7656685a { text-align:left; } .ablocks-block-a99a0ae5-419c-4d1e-b02e-efad7656685a .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-a99a0ae5-419c-4d1e-b02e-efad7656685a .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-9161a98d-8791-4823-a676-b18d7063bc0a { padding-top:18px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#CDDDEE;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9161a98d-8791-4823-a676-b18d7063bc0a { padding-left:32px; } } .ablocks-block-9161a98d-8791-4823-a676-b18d7063bc0a { text-align:left; } .ablocks-block-9161a98d-8791-4823-a676-b18d7063bc0a .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:18px;line-height:26px;letter-spacing:0.72px; } @media screen and (max-width: 800px) { .ablocks-block-9161a98d-8791-4823-a676-b18d7063bc0a .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-b515328a-39ff-495d-8d81-0d1916709d32 { margin-top:16px;padding-left:60px;width:60%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b515328a-39ff-495d-8d81-0d1916709d32 { padding-left:32px;width:77%; } } @media screen and (max-width: 480px) { .ablocks-block-b515328a-39ff-495d-8d81-0d1916709d32 { width:90%; } } .ablocks-block-b515328a-39ff-495d-8d81-0d1916709d32 { text-align:left; } .ablocks-block-b515328a-39ff-495d-8d81-0d1916709d32 .ablocks-paragraph-text { color:#475467;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b515328a-39ff-495d-8d81-0d1916709d32 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b515328a-39ff-495d-8d81-0d1916709d32 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-404733be-8131-46bc-b5d7-00301875e5df { padding:0px;background:#2e90fa1f;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; } .ablocks-block-404733be-8131-46bc-b5d7-00301875e5df.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-404733be-8131-46bc-b5d7-00301875e5df { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-404733be-8131-46bc-b5d7-00301875e5df.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-97f5df5e-cca7-4e92-ab9e-d4248940b3c6 { 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-97f5df5e-cca7-4e92-ab9e-d4248940b3c6 { text-align:center; } .ablocks-block-97f5df5e-cca7-4e92-ab9e-d4248940b3c6 .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-97f5df5e-cca7-4e92-ab9e-d4248940b3c6 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-963f5721-db75-4a50-b54c-0938b4942937 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-963f5721-db75-4a50-b54c-0938b4942937.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-963f5721-db75-4a50-b54c-0938b4942937 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-963f5721-db75-4a50-b54c-0938b4942937.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b711561d-87de-4a8e-8c56-a3913d069e7a { padding-top:60px;padding-right:60px;padding-bottom:46px;padding-left:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b711561d-87de-4a8e-8c56-a3913d069e7a { padding-top:26px;padding-right:32px;padding-bottom:32px;padding-left:32px; } } .ablocks-block-b711561d-87de-4a8e-8c56-a3913d069e7a.ablocks-block--container { padding-top:60px;padding-right:60px;padding-bottom:46px;padding-left:60px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b711561d-87de-4a8e-8c56-a3913d069e7a.ablocks-block--container { padding-top:26px;padding-right:32px;padding-bottom:32px;padding-left:32px; } } .ablocks-block-b711561d-87de-4a8e-8c56-a3913d069e7a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b711561d-87de-4a8e-8c56-a3913d069e7a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-236b5480-39fe-4f85-a5e9-ccd9efceaf82 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-236b5480-39fe-4f85-a5e9-ccd9efceaf82 { text-align:center; } .ablocks-block-236b5480-39fe-4f85-a5e9-ccd9efceaf82 .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-236b5480-39fe-4f85-a5e9-ccd9efceaf82 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-1cae5e6b-3028-4d68-be97-2218d7ae18fa { 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-1cae5e6b-3028-4d68-be97-2218d7ae18fa { margin-top:20px; } } .ablocks-block-1cae5e6b-3028-4d68-be97-2218d7ae18fa.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1cae5e6b-3028-4d68-be97-2218d7ae18fa { 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-1cae5e6b-3028-4d68-be97-2218d7ae18fa.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-1cae5e6b-3028-4d68-be97-2218d7ae18fa { display:inline-flex; } 
.ablocks-block-7e7ed8de-3c28-4c8e-8429-23e2e9f24040 { padding-right:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e7ed8de-3c28-4c8e-8429-23e2e9f24040 { text-align:left; } .ablocks-block-7e7ed8de-3c28-4c8e-8429-23e2e9f24040 .ablocks-paragraph-text { color:#579DFF;font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:line-through;font-size:24px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7e7ed8de-3c28-4c8e-8429-23e2e9f24040 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7e7ed8de-3c28-4c8e-8429-23e2e9f24040 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-39d239e0-e1f5-4426-80b6-51420d3049b5 { padding-right:2px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39d239e0-e1f5-4426-80b6-51420d3049b5 { text-align:left; } .ablocks-block-39d239e0-e1f5-4426-80b6-51420d3049b5 .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-39d239e0-e1f5-4426-80b6-51420d3049b5 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-39d239e0-e1f5-4426-80b6-51420d3049b5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4bc12530-30f0-4745-8d4a-bc3868c42f94 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4bc12530-30f0-4745-8d4a-bc3868c42f94 { text-align:left; } .ablocks-block-4bc12530-30f0-4745-8d4a-bc3868c42f94 .ablocks-heading-text { color:#131111;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:48px; } @media screen and (max-width: 800px) { .ablocks-block-4bc12530-30f0-4745-8d4a-bc3868c42f94 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-b4acc438-a29f-4254-a61c-13de5b68153c { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4acc438-a29f-4254-a61c-13de5b68153c { text-align:center; } .ablocks-block-b4acc438-a29f-4254-a61c-13de5b68153c .ablocks-paragraph-text { color:#475467;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-b4acc438-a29f-4254-a61c-13de5b68153c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b4acc438-a29f-4254-a61c-13de5b68153c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8cc77551-1313-4f69-967a-47dbcbeaeaff { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8cc77551-1313-4f69-967a-47dbcbeaeaff .ablocks-button { column-gap:10px;background:#2E90FA;justify-content:center;width:100%;color:#FFF;border-radius:9999px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:28px;padding:12px; } @media screen and (max-width: 800px) { .ablocks-block-8cc77551-1313-4f69-967a-47dbcbeaeaff .ablocks-button { font-family:Inter; } } .ablocks-block-8cc77551-1313-4f69-967a-47dbcbeaeaff .ablocks-button:hover { transition-duration:0.5s;background:#027cff; } .ablocks-block-8cc77551-1313-4f69-967a-47dbcbeaeaff .ablocks-icon-wrap { font-size:16px; } .ablocks-block-8cc77551-1313-4f69-967a-47dbcbeaeaff .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-8cc77551-1313-4f69-967a-47dbcbeaeaff .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-99fab3d8-1ded-485a-9ca3-2e54df5939e9 { padding-top:18px;padding-bottom:18px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#CDDDEE;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-99fab3d8-1ded-485a-9ca3-2e54df5939e9 { padding-left:32px; } } .ablocks-block-99fab3d8-1ded-485a-9ca3-2e54df5939e9 { text-align:left; } .ablocks-block-99fab3d8-1ded-485a-9ca3-2e54df5939e9 .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-99fab3d8-1ded-485a-9ca3-2e54df5939e9 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-3215742a-f92c-47e6-b64e-45aad1455f10 { padding-top:18px;padding-bottom:17px;padding-left:60px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#CDDDEE;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3215742a-f92c-47e6-b64e-45aad1455f10 { padding-left:32px; } } .ablocks-block-3215742a-f92c-47e6-b64e-45aad1455f10 { text-align:left; } .ablocks-block-3215742a-f92c-47e6-b64e-45aad1455f10 .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-3215742a-f92c-47e6-b64e-45aad1455f10 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-e96d999f-bb25-46b8-bf8a-c896fd0129d0 { padding-top:18px;padding-bottom:19px;padding-left:60px;border-width:1px 0px 1px 0px;border-style:solid;border-color:#CDDDEE;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e96d999f-bb25-46b8-bf8a-c896fd0129d0 { padding-left:32px; } } .ablocks-block-e96d999f-bb25-46b8-bf8a-c896fd0129d0 { text-align:left; } .ablocks-block-e96d999f-bb25-46b8-bf8a-c896fd0129d0 .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-e96d999f-bb25-46b8-bf8a-c896fd0129d0 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-7672f83a-06e7-4cc0-ad7f-1e71996e70fc { padding-top:37px;padding-right:18px;padding-bottom:18px;padding-left:18px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7672f83a-06e7-4cc0-ad7f-1e71996e70fc.ablocks-block--container { padding-top:37px;padding-right:18px;padding-bottom:18px;padding-left:18px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7672f83a-06e7-4cc0-ad7f-1e71996e70fc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7672f83a-06e7-4cc0-ad7f-1e71996e70fc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8a5c3b8b-df9a-49b4-9ab5-60a5ffedb3fe { padding:24px;background:#FFF;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a5c3b8b-df9a-49b4-9ab5-60a5ffedb3fe.ablocks-block--container { padding:24px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8a5c3b8b-df9a-49b4-9ab5-60a5ffedb3fe { 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-8a5c3b8b-df9a-49b4-9ab5-60a5ffedb3fe.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-8a5c3b8b-df9a-49b4-9ab5-60a5ffedb3fe { display:inline-flex; } 
.ablocks-block-be46fce6-9f46-4d7a-939a-acc76787ce97 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be46fce6-9f46-4d7a-939a-acc76787ce97.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-be46fce6-9f46-4d7a-939a-acc76787ce97.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-be46fce6-9f46-4d7a-939a-acc76787ce97 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-be46fce6-9f46-4d7a-939a-acc76787ce97.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f64e2a64-98d6-466a-86f9-24e7462a3f45 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f64e2a64-98d6-466a-86f9-24e7462a3f45 { display:flex;justify-content:center; } .ablocks-block-f64e2a64-98d6-466a-86f9-24e7462a3f45 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f64e2a64-98d6-466a-86f9-24e7462a3f45 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f64e2a64-98d6-466a-86f9-24e7462a3f45 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c34a493d-f41f-44b0-9dc8-8e9c09207911 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c34a493d-f41f-44b0-9dc8-8e9c09207911.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c34a493d-f41f-44b0-9dc8-8e9c09207911.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-c34a493d-f41f-44b0-9dc8-8e9c09207911 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c34a493d-f41f-44b0-9dc8-8e9c09207911.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f2a8d3ed-6522-4ada-a497-0bdaf4d11223 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2a8d3ed-6522-4ada-a497-0bdaf4d11223 { display:flex;justify-content:center; } .ablocks-block-f2a8d3ed-6522-4ada-a497-0bdaf4d11223 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f2a8d3ed-6522-4ada-a497-0bdaf4d11223 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f2a8d3ed-6522-4ada-a497-0bdaf4d11223 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-130ae2a9-1c31-4d8e-a1a4-ea6b36afa2c7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-130ae2a9-1c31-4d8e-a1a4-ea6b36afa2c7.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-130ae2a9-1c31-4d8e-a1a4-ea6b36afa2c7.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-130ae2a9-1c31-4d8e-a1a4-ea6b36afa2c7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-130ae2a9-1c31-4d8e-a1a4-ea6b36afa2c7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8a8d7ea9-325b-4222-a924-c450d1009186 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a8d7ea9-325b-4222-a924-c450d1009186 { display:flex;justify-content:center; } .ablocks-block-8a8d7ea9-325b-4222-a924-c450d1009186 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8a8d7ea9-325b-4222-a924-c450d1009186 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8a8d7ea9-325b-4222-a924-c450d1009186 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-479feec0-7bea-46c9-ad25-3d3ea63b7427 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-479feec0-7bea-46c9-ad25-3d3ea63b7427.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-479feec0-7bea-46c9-ad25-3d3ea63b7427.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-479feec0-7bea-46c9-ad25-3d3ea63b7427 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-479feec0-7bea-46c9-ad25-3d3ea63b7427.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1d53a996-850e-4757-8112-1ea459ea9c3f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d53a996-850e-4757-8112-1ea459ea9c3f { display:flex;justify-content:center; } .ablocks-block-1d53a996-850e-4757-8112-1ea459ea9c3f .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-1d53a996-850e-4757-8112-1ea459ea9c3f .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-1d53a996-850e-4757-8112-1ea459ea9c3f .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7cf4ec86-6a63-4aa7-b59e-0a4bc1941933 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7cf4ec86-6a63-4aa7-b59e-0a4bc1941933.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7cf4ec86-6a63-4aa7-b59e-0a4bc1941933.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-7cf4ec86-6a63-4aa7-b59e-0a4bc1941933 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7cf4ec86-6a63-4aa7-b59e-0a4bc1941933.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f94dc9a6-a67d-4374-b8be-ef7fcf4efefe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f94dc9a6-a67d-4374-b8be-ef7fcf4efefe { display:flex;justify-content:center; } .ablocks-block-f94dc9a6-a67d-4374-b8be-ef7fcf4efefe .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f94dc9a6-a67d-4374-b8be-ef7fcf4efefe .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f94dc9a6-a67d-4374-b8be-ef7fcf4efefe .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-78ae4d7e-ac4d-4eba-a101-143e8cde67b3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-78ae4d7e-ac4d-4eba-a101-143e8cde67b3.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-78ae4d7e-ac4d-4eba-a101-143e8cde67b3.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-78ae4d7e-ac4d-4eba-a101-143e8cde67b3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-78ae4d7e-ac4d-4eba-a101-143e8cde67b3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-81961c67-fc82-4a3c-8310-3384c1e0c52e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81961c67-fc82-4a3c-8310-3384c1e0c52e { display:flex;justify-content:center; } .ablocks-block-81961c67-fc82-4a3c-8310-3384c1e0c52e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-81961c67-fc82-4a3c-8310-3384c1e0c52e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-81961c67-fc82-4a3c-8310-3384c1e0c52e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0fa988a5-7c0f-472f-93ac-b4d3636d83a5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0fa988a5-7c0f-472f-93ac-b4d3636d83a5.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0fa988a5-7c0f-472f-93ac-b4d3636d83a5.ablocks-block--container { max-width:min(100%,47%) !important; } } .ablocks-block-0fa988a5-7c0f-472f-93ac-b4d3636d83a5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0fa988a5-7c0f-472f-93ac-b4d3636d83a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2ea96003-531d-4a5f-8547-a72153ab0f40 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ea96003-531d-4a5f-8547-a72153ab0f40 { display:flex;justify-content:center; } .ablocks-block-2ea96003-531d-4a5f-8547-a72153ab0f40 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2ea96003-531d-4a5f-8547-a72153ab0f40 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2ea96003-531d-4a5f-8547-a72153ab0f40 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e69f99b3-21eb-4ab7-b324-f2fd5870c017 { margin-top:0px;padding-top:24px;padding-bottom:24px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#d0d5dd;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e69f99b3-21eb-4ab7-b324-f2fd5870c017 { padding-top:20px;padding-bottom:20px; } } .ablocks-block-e69f99b3-21eb-4ab7-b324-f2fd5870c017.ablocks-block--container { padding-top:24px;padding-bottom:24px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e69f99b3-21eb-4ab7-b324-f2fd5870c017.ablocks-block--container { padding-top:20px;padding-bottom:20px; } } .ablocks-block-e69f99b3-21eb-4ab7-b324-f2fd5870c017 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-e69f99b3-21eb-4ab7-b324-f2fd5870c017 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-e69f99b3-21eb-4ab7-b324-f2fd5870c017 > .ablocks-block-container { flex-direction:column; } } .ablocks-block-e69f99b3-21eb-4ab7-b324-f2fd5870c017.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-e69f99b3-21eb-4ab7-b324-f2fd5870c017.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-e69f99b3-21eb-4ab7-b324-f2fd5870c017 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-7f5a6985-f136-475f-9e0e-ef8a12bdcfcb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f5a6985-f136-475f-9e0e-ef8a12bdcfcb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7f5a6985-f136-475f-9e0e-ef8a12bdcfcb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7f5a6985-f136-475f-9e0e-ef8a12bdcfcb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f76e55f8-e74b-4eea-b6c6-18a7e0920d6e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f76e55f8-e74b-4eea-b6c6-18a7e0920d6e { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-f76e55f8-e74b-4eea-b6c6-18a7e0920d6e { text-align:center; } } .ablocks-block-f76e55f8-e74b-4eea-b6c6-18a7e0920d6e .ablocks-paragraph-text { color:#98A2B3;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-f76e55f8-e74b-4eea-b6c6-18a7e0920d6e .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-f76e55f8-e74b-4eea-b6c6-18a7e0920d6e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a18fa01b-a347-4594-9953-f2bb87fee747 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a18fa01b-a347-4594-9953-f2bb87fee747.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a18fa01b-a347-4594-9953-f2bb87fee747.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a18fa01b-a347-4594-9953-f2bb87fee747.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a18fa01b-a347-4594-9953-f2bb87fee747 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a18fa01b-a347-4594-9953-f2bb87fee747.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-308d5c6d-0e6d-4be9-88e4-b8a2bd42d251 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-308d5c6d-0e6d-4be9-88e4-b8a2bd42d251 { display:flex;justify-content:right; } @media screen and (max-width: 480px) { .ablocks-block-308d5c6d-0e6d-4be9-88e4-b8a2bd42d251 { justify-content:center; } } .ablocks-block-308d5c6d-0e6d-4be9-88e4-b8a2bd42d251 .ablocks-image-figure img { width:170px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-308d5c6d-0e6d-4be9-88e4-b8a2bd42d251 .ablocks-image-figure img { width:184px; } } .ablocks-block-308d5c6d-0e6d-4be9-88e4-b8a2bd42d251 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-308d5c6d-0e6d-4be9-88e4-b8a2bd42d251 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
