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



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

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.ablocks-block--container{box-sizing:border-box!important;padding:var(--ablocks-container-padding)}a.ablocks-block--container{display:block;text-decoration:none}.ablocks-block--container.ablocks-has-block-container>.ablocks-block-container{width:100%}:not(.ablocks-block--container--is-root).ablocks-block--container{max-width:min(100%,100%);width:100%}.ablocks-is-fse-theme .is-layout-constrained .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:100vw}.ablocks-is-classic-theme .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-container-shape{left:0;margin:0 auto;overflow:hidden;pointer-events:none;position:absolute;width:100%}.ablocks-container-shape-top{top:-9px;transform:rotate(1turn)}.ablocks-container-shape-bottom{bottom:-9px;transform:rotate(180deg)}.ablocks-container-shape-fill{transform:rotateY(0deg);transform-origin:center}.ablocks-block-container>.ablocks-container-shape-bottom,.ablocks-block-container>.ablocks-container-shape-top{width:100%!important}.ablocks-container-shape-bottom>svg,.ablocks-container-shape-top>svg{width:100%}
.ablocks-menu__new-item{background-color:#000;border:none;color:#fff;outline:none;padding:2px 5px}.ablocks-menu{box-sizing:border-box;display:flex}.ablocks-block--menu .ablocks-block-container>.ablocks-menu>.ablocks-main-menu,.ablocks-main-menu,.ablocks-menu{list-style:none;margin:0;padding:0}.ablocks-menu-item.ablocks-has-sub-menu{position:relative}.ablocks-menu-item.ablocks-has-mega-menu{position:static!important}.ablocks-main-menu>.ablocks-menu-item{align-items:center;cursor:pointer;display:inline-flex;flex-wrap:wrap;padding:10px}.ablocks-block--menu .ablocks-menu-item a:focus{box-shadow:none;outline:none}.ablocks-menu-child-sub .ablocks-menu-item{display:flex;padding:10px}.ablocks-menu-item a{box-sizing:border-box;text-decoration:none!important}.ablocks-menu-child-mega,.ablocks-menu-item>.ablocks-menu-child-sub{left:0;list-style:none;margin:0;padding:0;position:absolute!important;top:100%;z-index:10}.ablocks-menu-child-mega{background-color:transparent;width:100%}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item>.ablocks-menu-child-sub{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:hover>.ablocks-menu-child-sub{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s;visibility:visible}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item>.ablocks-menu-child-mega{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:hover>.ablocks-menu-child-mega{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s;visibility:visible}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:not(:hover)>.ablocks-menu-child-mega{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}.ablocks-menu-item>.ablocks-menu-child-sub .ablocks-menu-item .ablocks-menu-child-sub{left:100%;top:0}.ablocks-menu__trigger-wrapper{display:flex}.ablocks-menu__trigger{cursor:pointer;display:none;height:30px;width:30px}.ablocks-menu__trigger-toggle{height:30px;opacity:0;position:absolute;width:30px;z-index:5}.ablocks-menu__trigger .ablocks-menu__trigger-item{display:block;height:3px;transition:transform .3s ease,opacity .3s ease;width:30px}.ablocks-menu__trigger .ablocks-menu__trigger-item:nth-child(2){transform:translateY(-5px)}.ablocks-menu__trigger .ablocks-menu__trigger-item:nth-child(4){transform:translateY(5px);transform-origin:60%}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(2){transform:rotate(-45deg)}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(3){display:none;opacity:0}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(4){transform:rotate(45deg)}.ablocks-menu-item__dropdown-icon.rotate-icon{transform:rotate(-180deg)}@media (min-width:800px){.ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-child-mega,.ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-menu--outside,.ablocks-menu-tablet--active{display:none}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-item__dropdown-icon svg{transform:rotate(-180deg);transition:.2s}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-tablet .ablocks-menu-child-sub>.ablocks-menu-item:hover .ablocks-menu-item__dropdown-icon svg{transform:rotate(-90deg);transition:.2s}}@media (min-width:480px){.ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-child-mega,.ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-menu--outside,.ablocks-menu-mobile--active{display:none}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-item__dropdown-icon svg{transform:rotate(-180deg);transition:.2s}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-mobile .ablocks-menu-child-sub>.ablocks-menu-item:hover .ablocks-menu-item__dropdown-icon svg{transform:rotate(-90deg);transition:.2s}}.ablocks-menu-child-mega--editor,.ablocks-menu-child-sub--editor{display:block!important}@media (max-width:480px){.ablocks-block--menu{position:static!important}.ablocks-menu-mobile{display:none;transition:transform .3s ease}.ablocks-menu-mobile--active .ablocks-menu-item>.ablocks-menu-child-sub{position:static!important;width:100%!important}.ablocks-menu-item>.ablocks-menu-child-mega{position:static!important}.ablocks-menu-mobile--active{background-color:#fff;display:block;left:0;position:absolute;top:100%;width:100%;z-index:99}.ablocks-menu-mobile .ablocks-menu-item{display:flex!important;flex-wrap:wrap;justify-content:space-between;position:static!important}.ablocks-sub-menu--active>.ablocks-menu-child-mega,.ablocks-sub-menu--active>.ablocks-menu-child-sub{display:block}.ablocks-sub-menu--active>.ablocks-menu-item__dropdown-icon svg{transform:rotate(180deg)}.ablocks-menu-mobile__trigger{align-items:center;display:flex;flex-direction:column;justify-content:center}.ablocks-menu-item>.ablocks-menu-child-mega,.ablocks-menu-item>.ablocks-menu-child-sub{display:none}}@media (max-width:800px){.ablocks-menu-item .ablocks-menu-child-mega,.ablocks-menu-item .ablocks-menu-child-sub{display:none}.ablocks-block--menu{position:static!important}.ablocks-menu-tablet{display:none;transition:transform .3s ease}.ablocks-menu-tablet--active .ablocks-menu-item>.ablocks-menu-child-sub{position:static!important;width:100%!important}.ablocks-menu-tablet--active{background-color:#fff;display:block;left:0;position:absolute;top:100%;width:100%;z-index:99}.ablocks-menu-tablet .ablocks-menu-item{display:flex!important;flex-wrap:wrap;justify-content:space-between;position:static!important}.ablocks-sub-menu--active>.ablocks-menu-child-mega,.ablocks-sub-menu--active>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-sub-menu--active>.ablocks-menu-item__dropdown-icon svg{transform:rotate(180deg)}.ablocks-menu-tablet__trigger{align-items:center;display:flex;flex-direction:column;justify-content:center}}.ablocks-block--menu-child-mega{white-space:nowrap}.ablocks-menu-child-sub__new-item{background-color:transparent;border:1px solid rgba(0,0,0,.452);padding:5px 0;width:100%}.ablocks-menu-child-sub{align-items:flex-start;align-self:stretch;background:#fff;border:1px solid #eaecf0;box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);display:flex;flex-direction:column;gap:8px;padding:12px}.ablocks-menu-child-sub li{display:flex;padding-left:6px}.ablocks-menu-item__submenu-overlay{background:#000;height:100%;left:0;opacity:0;position:fixed;right:0;top:0;width:100%}.ablocks-menu-item-toolbar-dropdown-icon{align-items:center;cursor:pointer;display:flex;font-size:16px;justify-content:center;margin:0 5px}.ablocks-menu-item-toolbar-dropdown-icon .ablocks-tooltip:hover .ablocks-tooltip__text{padding:15px}.ablocks-menu-item__dropdown-icon{align-items:center;display:flex;font-size:16px;margin:0 5px}.ablocks-menu-item__dropdown-icon svg{height:1em;width:1em}

.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-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-image-figure{display:flex;flex-direction:column;height:auto;margin:0;max-width:100%;position:relative;width:fit-content;width:-moz-fit-content}.ablocks-image-figure img{display:block;height:100%;max-width:100%}.ablocks-image-figure .components-resizable-box__container{max-width:100%!important}.ablocks-alt-text-control{display:flex;flex-direction:column;width:100%}.ablocks-alt-text-control__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.ablocks-alt-text-control__clear{cursor:pointer}.ablocks-alt-text-control .components-base-control .components-base-control__field,.ablocks-alt-text-control .components-base-control{width:100%}.ablocks-image--effect{transition:all .3s ease}.ablocks-image--effect-zoomin{transform:scale(1)}.ablocks-image--effect-zoomin:hover{transform:scale(1.1)}.ablocks-image--effect-grayscale:hover{filter:grayscale(100%)}.ablocks-image--effect-blur:hover{filter:blur(3px)}.ablocks-image--effect-slide{transform:translate3d(-20px,0,0)}.ablocks-image--effect-slide:hover{transform:translateZ(0)}.ablocks-image-caption{margin-top:.5em}
.ablocks-block--social-shares .ablocks-block-container,.ablocks-block--social-shares:not(.ablocks-has-container){align-items:center;display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-social-share{background-color:#fff;border:2px solid #eeeef7;border-radius:100%!important;color:#fff;cursor:pointer;height:48px;padding:14px;transition:background-color .3s ease,border-color .3s ease;width:48px}.ablocks-social-share>.ablocks-svg-icon{height:16px;width:16px;fill:#000!important}.ablocks-social-share:hover{background-color:#f3e8e8;color:#fff}.ablocks-social-share-item--icon>.ablocks-svg-icon{height:25px}.ablocks-block--social-shares .ablocks-social-share-item{color:#fff!important;text-decoration:none!important}.ablocks-social-share-item{align-items:center;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;text-align:center;text-decoration:none;width:fit-content}.ablocks-social-share-item:hover{background:var(--background-hover)!important}.ablocks-block--social-shares .ablocks-social-share-icon-size{height:20px;width:21px}.ablocks-social-share-item--icon{align-items:center;border-radius:4px;display:flex;height:42px;justify-content:center;padding:-10px;transition:background .3s ease;width:43px}.ablocks-social-share-item--icon:hover{background:var(--hover-icon-bg-color)!important}.ablocks-social-share-item--text{align-items:center;border-radius:4px;display:flex;font-size:16px;height:26px;justify-content:center;padding:0 8px;transition:background .3s ease;width:80px}.ablocks-social-share-item--text:hover{background:var(--hover-text-bg-color)!important}.ablocks-social-share-item--rounded{border-radius:15px}.ablocks-social-share-item--circle{border-radius:24px}.ablocks-social-share-item--circle-full{border-radius:100%!important}.ablocks-social-share-item-icon--icon-text-Square{border-radius:4px 0 0 4px!important}.ablocks-social-share-item-text--icon-text-Square{border-radius:0 4px 4px 0!important}.ablocks-social-share-item--facebook-icon-bg{background-color:#366cdd}.ablocks-social-share-item--facebook-icon-bg>.ablocks_icon_size>.ablocks-svg-icon{height:23px;width:1.5rem}.ablocks-social-share-item--facebook-icon-bg:hover{background-color:#2a4eb5}.ablocks-social-share-item--facebook-bg{background-color:#3b5998}.ablocks-social-share-item--facebook-bg:hover{background-color:#2d4373}.ablocks-social-share-item--twitter-bg{background-color:#007aa5}.ablocks-social-share-item--twitter-bg:hover{background-color:#005f82}.ablocks-social-share-item--twitter-icon-bg{background-color:#27c1e4}.ablocks-social-share-item--twitter-icon-bg:hover{background-color:#38b0d8}.ablocks-social-share-item--linkedin-icon-bg{background-color:#0077b5}.ablocks-social-share-item--linkedin-icon-bg:hover{background-color:#005f87}.ablocks-social-share-item--linkedin-bg{background-color:#4c8caf}.ablocks-social-share-item--linkedin-bg:hover{background-color:#3a6f87}.ablocks-social-share-item--pinterest-icon-bg{background-color:#e60023}.ablocks-social-share-item--pinterest-icon-bg:hover{background-color:#b8001b}.ablocks-social-share-item--pinterest-bg{background-color:#df2d47}.ablocks-social-share-item--pinterest-bg:hover{background-color:#bf2037}.ablocks-social-share-item--reddit-icon-bg{background-color:#ff4500}.ablocks-social-share-item--reddit-icon-bg:hover{background-color:#cc3700}.ablocks-social-share-item--reddit-bg{background-color:#c45b36}.ablocks-social-share-item--reddit-bg:hover{background-color:#a0492c}.ablocks-social-share-item--vk-icon-bg{background-color:#216bbe}.ablocks-social-share-item--vk-icon-bg:hover{background-color:#1a54a0}.ablocks-social-share-item--vk-bg{background-color:#4680c2}.ablocks-social-share-item--vk-bg:hover{background-color:#3666a0}.ablocks-social-share-item--ok-icon-bg{background-color:#f57c00}.ablocks-social-share-item--ok-icon-bg:hover{background-color:#c46200}.ablocks-social-share-item--ok-bg{background-color:#b17941}.ablocks-social-share-item--ok-bg:hover{background-color:#8f5e33}.ablocks-social-share-item--tumblr-icon-bg{background-color:#0a2d5c}.ablocks-social-share-item--tumblr-icon-bg:hover{background-color:#081c40}.ablocks-social-share-item--tumblr-bg{background-color:#35465c}.ablocks-social-share-item--tumblr-bg:hover{background-color:#2a3647}.ablocks-social-share-item--digg-icon-bg{background-color:#185396}.ablocks-social-share-item--digg-icon-bg:hover{background-color:#143d73}.ablocks-social-share-item--digg-bg{background-color:#4c75a3}.ablocks-social-share-item--digg-bg:hover{background-color:#395782}.ablocks-social-share-item--skype-icon-bg{background-color:#00aff0}.ablocks-social-share-item--skype-icon-bg:hover{background-color:#08c}.ablocks-social-share-item--skype-bg{background-color:#3a96b8}.ablocks-social-share-item--skype-bg:hover{background-color:#2e7590}.ablocks-social-share-item--stumbleupon-icon-bg{background-color:#e03a0c}.ablocks-social-share-item--stumbleupon-icon-bg:hover{background-color:#b72f0a}.ablocks-social-share-item--stumbleupon-bg{background-color:#ec572f}.ablocks-social-share-item--stumbleupon-bg:hover{background-color:#d1421c}.ablocks-social-share-item--mix-icon-bg{background-color:#bb7504}.ablocks-social-share-item--mix-icon-bg:hover{background-color:#945c03}.ablocks-social-share-item--mix-bg{background-color:#f5a623}.ablocks-social-share-item--mix-bg:hover{background-color:#d28d1f}.ablocks-social-share-item--telegram-icon-bg{background-color:#08c}.ablocks-social-share-item--telegram-bg>.ablocks_icon_size>.ablocks-svg-icon{height:21px;width:1.5rem}.ablocks-social-share-item--telegram-bg{background-color:#006fa1}.ablocks-social-share-item--telegram-bg:hover{background-color:#005679}.social-pocket-icon{background-color:#c91830}.social-pocket-icon:hover{background-color:#a41426}.social-button--pocket{background-color:#ef4056}.social-button--pocket:hover{background-color:#d33044}.social-xlng-icon{background-color:#0875a8}.social-xlng-icon:hover{background-color:#065b82}.ablocks-social-share-item--xlng-bg{background-color:#1878a5}.ablocks-social-share-item--xlng-bg:hover{background-color:#135f80}.ablocks-social-share-item--whatsapp-icon-bg{background-color:#05c94d}.ablocks-social-share-item--whatsapp-icon-bg:hover{background-color:#039639}.ablocks-social-share-item--whatsapp-bg{background-color:#25d366}.ablocks-social-share-item--whatsapp-bg:hover{background-color:#1ea952}.ablocks-social-share-item--email-icon-bg{background-color:#bd2112}.ablocks-social-share-item--email-icon-bg:hover{background-color:#941a0e}.ablocks-social-share-item--email-bg{background-color:#d44638}.ablocks-social-share-item--email-bg:hover{background-color:#b0352b}.ablocks-social-share-item--print-icon-bg{background-color:#aaa}.ablocks-social-share-item--print-icon-bg:hover{background-color:#888}.ablocks-social-share-item--print-bg{background-color:#9a9a9a}.ablocks-social-share-item--print-bg:hover{background-color:#7a7a7a}.ablocks-social-share-item--pocket-icon-bg{background-color:#cd3a4d}.ablocks-social-share-item--pocket-icon-bg:hover{background-color:#c03}.ablocks-social-share-item--pocket-bg{background-color:#e54254}.ablocks-social-share-item--pocket-bg:hover{background-color:#b83244}.social-x-icon{background-color:#000}.social-x-icon:hover{background-color:#1a1a1a}.social-button--x{background-color:#272525}.social-button--x:hover{background-color:#1f1f1f}.social-threads-icon{background-color:#000}.social-threads-icon:hover{background-color:#1a1a1a}.social-button--threads{background-color:#161616}.social-button--threads:hover{background-color:#0f0f0f}.ablocks-social-share-item--gmail-icon-bg{background-color:#a5584e}.ablocks-social-share-item--gmail-icon-bg:hover{background-color:#b23121}.ablocks-social-share-item--gmail-bg{background-color:#d14836}.ablocks-social-share-item--gmail-bg:hover{background-color:#b23121}.ablocks-social-share-item--messenger-icon-bg{background-color:#0084ff}.ablocks-social-share-item--messenger-icon-bg:hover{background-color:#006bd6}.ablocks-social-share-item--messenger-bg{background-color:#00a6fb}.ablocks-social-share-item--messenger-bg:hover{background-color:#0084ff}.ablocks-social-share-item--flipboard-icon-bg{background-color:#e12828}.ablocks-social-share-item--flipboard-icon-bg:hover{background-color:#c41e1e}.ablocks-social-share-item--flipboard-bg{background-color:#f03030}.ablocks-social-share-item--flipboard-bg:hover{background-color:#d42525}.ablocks-social-share-item--blogger-icon-bg{background-color:#ff5722}.ablocks-social-share-item--blogger-icon-bg:hover{background-color:#e64a19}.ablocks-social-share-item--blogger-bg{background-color:#ff6f47}.ablocks-social-share-item--blogger-bg:hover{background-color:#e64a19}
.ablocks-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}
@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ablocks-loop-loading-spinner{animation:spin 1s linear infinite;border:2px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#3498db;display:inline-block;height:16px;width:16px}.ablocks-loop-term-filter{align-items:center;background-color:#f4f4f5;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:20px;justify-content:center;margin-bottom:15px;padding:4px 32px}.ablocks-loop-term-filter--active{background:#000;color:#fff}.ablocks-block--loop-load-more{align-items:center;cursor:pointer!important;display:flex;justify-content:center;margin-top:15px;width:100%}.ablocks-block--loop-load-more .ablocks-loop-load-more__text{align-items:center;background:#13191b;border-radius:8px;display:flex;gap:8px;height:40px;justify-content:center;padding:0 20px}

.ablocks-loop-template-item{border:1px solid #f2f2f2;border-radius:8px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:20px}.ablocks-block-post{border:1px solid #f2f2f2;border-radius:8px;padding:20px}.ablocks-loop-term-filter--active{border:none;border-radius:8px;font-size:20px;padding:4px 32px}.wp-block-ablocks-loop-builder{align-items:center;display:flex;flex-direction:column}
.ablocks-counter__icon{display:inline-flex}.ablocks-counter__content{font-size:40px;z-index:1}.ablocks-counter__text{font-size:16px}.ablocks-block--counter--number .ablocks-block-container,.ablocks-block--counter--number:not(.ablocks-has-container){align-items:center;display:flex}.ablocks-block--counter--circle .ablocks-block-container,.ablocks-block--counter--circle:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--circle .ablocks-circle-counter__outer{position:relative}.ablocks-block--counter--circle .ablocks-circle-counter__inner{align-items:center;border-radius:50%;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%!important;z-index:1}.ablocks-block--counter--circle .ablocks-circle-counter__svg{border-radius:50%}.ablocks-block--counter--circle .ablocks-circle-counter__progress{stroke:#000;fill:none}.ablocks-block--counter--circle .ablocks-circle-counter__background{stroke:#d6d6d6;fill:none}.ablocks-block--counter--bar .ablocks-block-container,.ablocks-block--counter--bar:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--bar .ablocks-block-container{width:100%}.ablocks-block--counter--bar{box-sizing:border-box;overflow:hidden}.ablocks-block--counter--bar .ablocks-bar-counter__background{background-color:#dadada;height:100%;width:100%}.ablocks-block--counter--bar .ablocks-bar-counter__progress{align-items:center;background-color:#000;color:#fff;display:flex;height:100%;width:auto}.ablocks-block--counter--bar .ablocks-counter__content{align-items:center;color:#fff;display:flex;font-size:16px;padding:0 5px}
.ablocks-carousel-swiper .swiper-wrapper{display:flex;height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide{height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom{align-items:baseline;display:flex;justify-content:center}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button{background-color:#000;border:1px solid #000;border-radius:5px;color:#fff;cursor:pointer;outline:none;padding:10px 15px;transition:.4s ease}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button:hover{background-color:transparent;border:1px solid #000;color:#000;cursor:pointer;outline:none;padding:10px 15px}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button{border:none;cursor:pointer;font-size:25px;outline:none;position:absolute;transform:translateY(-50%);z-index:5}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-icon-wrap{box-sizing:unset}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button--disabled{opacity:.6}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-svg-icon{border-radius:50%;height:1em;width:1em}.ablocks-carousel-pagination{align-items:center;display:flex;gap:10px;height:fit-content;justify-content:center;position:absolute;width:fit-content!important;z-index:5}.ablocks-carousel-pagination .swiper-pagination-bullet{opacity:1;outline:none}.ablocks-carousel-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{gap:0}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.ablocks-carousel-autoplay-progress{align-items:center;bottom:16px;color:#000;display:flex;font-weight:700;height:48px;justify-content:center;position:absolute;right:16px;width:48px;z-index:10}.ablocks-carousel-autoplay-progress svg{--progress:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10;stroke-width:4px;stroke:#000;fill:none;stroke-dashoffset:calc(125.6px*(1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}.ablocks-carousel-navigation__buttons .swiper-button-lock{display:block!important}

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

.ablocks-list{display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-list__item-content{align-items:center;display:flex;gap:8px;text-decoration:none!important}.ablocks-list__icon{display:flex;font-size:20px}.ablocks-list__icon i{align-items:center;display:flex;justify-content:center;width:1em}.ablocks-list__item-marker{background-color:#000;display:block;height:100%;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:100%}.ablocks-list__item-disc{border-radius:100%}.ablocks-block--list .ablocks-svg-icon{box-sizing:border-box;height:auto;width:20px}.ablocks-block--list .ablocks-svg-icon.empty-svg{height:20px}.ablocks-list_item-content-divider:last-child{border:none!important}.ablocks-list a{color:inherit!important}
.ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 { padding-top:24px;padding-bottom:24px;background-image:url("http://template-kits.com/wp-content/uploads/2026/02/Frame-2121452069-1-scaled.webp");background-position:bottom center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0.ablocks-block--container { padding-top:24px;padding-bottom:24px;overflow:visible; } .ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 > .ablocks-block-container { max-width:min(100%,1440px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49 { align-items:flex-end; } } .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu { justify-content:center; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9.ablocks-menu { justify-content:center; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item { color:#667085;border-width:1px;border-style:none;border-color:#6957cb00;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:24px;letter-spacing:-0.12px; } @media screen and (max-width: 800px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item { font-family:Inter; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#667085;border-width:1px;border-style:none;border-color:#6957cb00;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:24px;letter-spacing:-0.12px; } @media screen and (max-width: 800px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-block--menu-child-sub { margin-top:1px;width:250px; } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#667085; } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#667085; } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu__trigger-wrapper { justify-content:right; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#7A5AF8;height:3px;width:30px; } 




.ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-hide-on-desktop,.ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-hide-on-tablet,.ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-hide-on-mobile { display:none; } } .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-block--container { padding:0px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-block--container { max-width:min(100%,2%) !important; } } .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943 { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f.ablocks-hide-on-desktop,.ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f.ablocks-hide-on-tablet,.ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f.ablocks-hide-on-mobile { display:none; } } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f { text-align:left; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-button { column-gap:6px;background:#9B8AFB;justify-content:left;color:#fefefe;border-width:1px;border-style:none;border-color:#ffffff;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.18px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-button { font-family:Inter; } } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-button:hover { transition-duration:s; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-icon-wrap { font-size:14px; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-0033f4d0-8e1a-4270-9cfb-6d0e80f5bd3e { margin-top:-19px;padding-top:120px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0033f4d0-8e1a-4270-9cfb-6d0e80f5bd3e.ablocks-block--container { padding-top:120px;padding-bottom:0px;overflow:visible; } .ablocks-block-0033f4d0-8e1a-4270-9cfb-6d0e80f5bd3e > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0033f4d0-8e1a-4270-9cfb-6d0e80f5bd3e > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4c22c412-b2b8-4acb-992f-da6559904f22 { padding-top:123px;padding-right:0px;padding-bottom:123px;padding-left:0px;background-image:url("https://angkon2.template-kits.com/wp-content/uploads/2025/04/frame_1707483095.webp");background-position:center;background-attachment:default;background-repeat:no-repeat;background-size:auto;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4c22c412-b2b8-4acb-992f-da6559904f22 { padding-right:10px;padding-left:10px; } } .ablocks-is-fse-theme .ablocks-block-4c22c412-b2b8-4acb-992f-da6559904f22:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4c22c412-b2b8-4acb-992f-da6559904f22:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4c22c412-b2b8-4acb-992f-da6559904f22.ablocks-block--container { padding-top:123px;padding-right:0px;padding-bottom:123px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4c22c412-b2b8-4acb-992f-da6559904f22.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-4c22c412-b2b8-4acb-992f-da6559904f22 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-22a89faa-ff2f-4479-b9c4-e74d17d895ca { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-22a89faa-ff2f-4479-b9c4-e74d17d895ca:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-22a89faa-ff2f-4479-b9c4-e74d17d895ca:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-22a89faa-ff2f-4479-b9c4-e74d17d895ca.ablocks-block--container { padding:0px;max-width:min(100%,800px) !important;overflow:visible; } .ablocks-block-22a89faa-ff2f-4479-b9c4-e74d17d895ca > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-c5b81791-8f80-4c97-a96c-071ae529da02 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c5b81791-8f80-4c97-a96c-071ae529da02 { text-align:left; } .ablocks-block-c5b81791-8f80-4c97-a96c-071ae529da02 .ablocks-heading-text { color:#FFFFFF;font-family:Playfair Display;font-weight:700;font-style:normal;font-size:32px;line-height:40px; } .ablocks-block-c5b81791-8f80-4c97-a96c-071ae529da02 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-c5b81791-8f80-4c97-a96c-071ae529da02 .ablocks-animated-text { color:#FFFFFF;font-family:Playfair Display;font-weight:700;font-style:normal;font-size:32px;line-height:40px; } 
.ablocks-block-fc28259b-f040-4ffa-906e-225cda285888 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc28259b-f040-4ffa-906e-225cda285888 { text-align:left; } .ablocks-block-fc28259b-f040-4ffa-906e-225cda285888 .ablocks-paragraph-text { color:#ffffff;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-fc28259b-f040-4ffa-906e-225cda285888 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-fc28259b-f040-4ffa-906e-225cda285888 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9d3d1846-5499-4c2d-beb3-327d13ce9585 { margin-top:120px;padding-top:0px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9d3d1846-5499-4c2d-beb3-327d13ce9585 { padding-right:10px;padding-left:10px; } } .ablocks-block-9d3d1846-5499-4c2d-beb3-327d13ce9585.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9d3d1846-5499-4c2d-beb3-327d13ce9585.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-9d3d1846-5499-4c2d-beb3-327d13ce9585 > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-9d3d1846-5499-4c2d-beb3-327d13ce9585 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-f71eb63a-485f-4703-9213-3aaef135b58f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-f71eb63a-485f-4703-9213-3aaef135b58f:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-f71eb63a-485f-4703-9213-3aaef135b58f:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-f71eb63a-485f-4703-9213-3aaef135b58f.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-f71eb63a-485f-4703-9213-3aaef135b58f > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } 
.ablocks-block-2c620b0b-9744-49fe-aaf7-083542bbeb39 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-2c620b0b-9744-49fe-aaf7-083542bbeb39:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-2c620b0b-9744-49fe-aaf7-083542bbeb39:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-2c620b0b-9744-49fe-aaf7-083542bbeb39.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2c620b0b-9744-49fe-aaf7-083542bbeb39 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-bad48a05-d268-4c0d-9bf0-2e0548951ed4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bad48a05-d268-4c0d-9bf0-2e0548951ed4 { text-align:left; } .ablocks-block-bad48a05-d268-4c0d-9bf0-2e0548951ed4 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-bad48a05-d268-4c0d-9bf0-2e0548951ed4 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-bad48a05-d268-4c0d-9bf0-2e0548951ed4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fc4eef14-9bc1-4744-9396-adb2edfafeef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc4eef14-9bc1-4744-9396-adb2edfafeef { text-align:left; } .ablocks-block-fc4eef14-9bc1-4744-9396-adb2edfafeef .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:700;font-style:normal;font-size:32px;line-height:40px; } @media screen and (max-width: 480px) { .ablocks-block-fc4eef14-9bc1-4744-9396-adb2edfafeef .ablocks-heading-text { font-size:28px;line-height:36px; } } .ablocks-block-fc4eef14-9bc1-4744-9396-adb2edfafeef .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-fc4eef14-9bc1-4744-9396-adb2edfafeef .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:700;font-style:normal;font-size:32px;line-height:40px; } @media screen and (max-width: 480px) { .ablocks-block-fc4eef14-9bc1-4744-9396-adb2edfafeef .ablocks-animated-text { font-size:28px;line-height:36px; } } 
.ablocks-block-290606bb-a310-446a-9153-156876c95bd5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-290606bb-a310-446a-9153-156876c95bd5:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-290606bb-a310-446a-9153-156876c95bd5:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-290606bb-a310-446a-9153-156876c95bd5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-290606bb-a310-446a-9153-156876c95bd5 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:12px;column-gap:38px; } @media screen and (max-width: 800px) { .ablocks-block-290606bb-a310-446a-9153-156876c95bd5 > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:20px; } } .ablocks-block-290606bb-a310-446a-9153-156876c95bd5 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-96c11047-97aa-463b-be64-9593a374b86e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-96c11047-97aa-463b-be64-9593a374b86e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-96c11047-97aa-463b-be64-9593a374b86e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-96c11047-97aa-463b-be64-9593a374b86e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-96c11047-97aa-463b-be64-9593a374b86e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-96c11047-97aa-463b-be64-9593a374b86e > .ablocks-block-container { align-items:center; } } 
.ablocks-block-31a2295e-692b-4797-95d0-70fdaf633139 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-31a2295e-692b-4797-95d0-70fdaf633139:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-31a2295e-692b-4797-95d0-70fdaf633139:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-31a2295e-692b-4797-95d0-70fdaf633139.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-31a2295e-692b-4797-95d0-70fdaf633139 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-31a2295e-692b-4797-95d0-70fdaf633139 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-31a2295e-692b-4797-95d0-70fdaf633139 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-cbab8106-d17a-491c-a25a-0c6b47565eaf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-cbab8106-d17a-491c-a25a-0c6b47565eaf:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-cbab8106-d17a-491c-a25a-0c6b47565eaf:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-cbab8106-d17a-491c-a25a-0c6b47565eaf.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-cbab8106-d17a-491c-a25a-0c6b47565eaf.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-cbab8106-d17a-491c-a25a-0c6b47565eaf > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f94b0fa9-f74a-45b9-a383-d3512085b0da { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f94b0fa9-f74a-45b9-a383-d3512085b0da { display:flex;justify-content:center; } .ablocks-block-f94b0fa9-f74a-45b9-a383-d3512085b0da .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-f94b0fa9-f74a-45b9-a383-d3512085b0da .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-2adf48ab-8652-40b8-8485-e9afe1b964e0 { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-2adf48ab-8652-40b8-8485-e9afe1b964e0:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-2adf48ab-8652-40b8-8485-e9afe1b964e0:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-2adf48ab-8652-40b8-8485-e9afe1b964e0.ablocks-block--container { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2adf48ab-8652-40b8-8485-e9afe1b964e0 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-2adf48ab-8652-40b8-8485-e9afe1b964e0 > .ablocks-block-container { align-items:center; } } 
.ablocks-block-78182ae5-9496-4ffe-8c40-8f4d71d9a3ea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-78182ae5-9496-4ffe-8c40-8f4d71d9a3ea { text-align:left; } .ablocks-block-78182ae5-9496-4ffe-8c40-8f4d71d9a3ea .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-78182ae5-9496-4ffe-8c40-8f4d71d9a3ea .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-78182ae5-9496-4ffe-8c40-8f4d71d9a3ea .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4d44faf4-3758-436d-80bc-fe6f9400a6c2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d44faf4-3758-436d-80bc-fe6f9400a6c2 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-4d44faf4-3758-436d-80bc-fe6f9400a6c2 { text-align:center; } } .ablocks-block-4d44faf4-3758-436d-80bc-fe6f9400a6c2 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-4d44faf4-3758-436d-80bc-fe6f9400a6c2 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-4d44faf4-3758-436d-80bc-fe6f9400a6c2 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-4d44faf4-3758-436d-80bc-fe6f9400a6c2 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-4d44faf4-3758-436d-80bc-fe6f9400a6c2 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-8742e78c-3d4c-4689-953d-67d1bc9cef9e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8742e78c-3d4c-4689-953d-67d1bc9cef9e { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-8742e78c-3d4c-4689-953d-67d1bc9cef9e { text-align:center; } } .ablocks-block-8742e78c-3d4c-4689-953d-67d1bc9cef9e .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-8742e78c-3d4c-4689-953d-67d1bc9cef9e .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-8742e78c-3d4c-4689-953d-67d1bc9cef9e .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-8742e78c-3d4c-4689-953d-67d1bc9cef9e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-420840d1-2342-4c47-82f7-6b995d996608 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-420840d1-2342-4c47-82f7-6b995d996608:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-420840d1-2342-4c47-82f7-6b995d996608:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-420840d1-2342-4c47-82f7-6b995d996608.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-420840d1-2342-4c47-82f7-6b995d996608 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-420840d1-2342-4c47-82f7-6b995d996608 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-420840d1-2342-4c47-82f7-6b995d996608 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-c0dd94db-71da-417b-a7ca-12ba93b2d07b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-c0dd94db-71da-417b-a7ca-12ba93b2d07b:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c0dd94db-71da-417b-a7ca-12ba93b2d07b:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c0dd94db-71da-417b-a7ca-12ba93b2d07b.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-c0dd94db-71da-417b-a7ca-12ba93b2d07b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c0dd94db-71da-417b-a7ca-12ba93b2d07b > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-48dc45d1-17d4-40b9-bdd8-75d14c0d54ca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48dc45d1-17d4-40b9-bdd8-75d14c0d54ca { display:flex;justify-content:center; } .ablocks-block-48dc45d1-17d4-40b9-bdd8-75d14c0d54ca .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-48dc45d1-17d4-40b9-bdd8-75d14c0d54ca .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-3cbe79de-f536-4ba3-ba37-68585af9285c { padding-top:19px;padding-right:0px;padding-bottom:19px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-3cbe79de-f536-4ba3-ba37-68585af9285c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-3cbe79de-f536-4ba3-ba37-68585af9285c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-3cbe79de-f536-4ba3-ba37-68585af9285c.ablocks-block--container { padding-top:19px;padding-right:0px;padding-bottom:19px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3cbe79de-f536-4ba3-ba37-68585af9285c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-3cbe79de-f536-4ba3-ba37-68585af9285c > .ablocks-block-container { align-items:center; } } 
.ablocks-block-6abe70eb-f89f-440b-880b-519eead57511 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6abe70eb-f89f-440b-880b-519eead57511 { text-align:left; } .ablocks-block-6abe70eb-f89f-440b-880b-519eead57511 .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-6abe70eb-f89f-440b-880b-519eead57511 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-6abe70eb-f89f-440b-880b-519eead57511 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f114be4c-7d0c-4b5d-9928-6335257101ee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f114be4c-7d0c-4b5d-9928-6335257101ee { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-f114be4c-7d0c-4b5d-9928-6335257101ee { text-align:center; } } .ablocks-block-f114be4c-7d0c-4b5d-9928-6335257101ee .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-f114be4c-7d0c-4b5d-9928-6335257101ee .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-f114be4c-7d0c-4b5d-9928-6335257101ee .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-f114be4c-7d0c-4b5d-9928-6335257101ee .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-f114be4c-7d0c-4b5d-9928-6335257101ee .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-88e25a5d-f601-4561-9a74-40afe38fc3f2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88e25a5d-f601-4561-9a74-40afe38fc3f2 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-88e25a5d-f601-4561-9a74-40afe38fc3f2 { text-align:center; } } .ablocks-block-88e25a5d-f601-4561-9a74-40afe38fc3f2 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-88e25a5d-f601-4561-9a74-40afe38fc3f2 .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-88e25a5d-f601-4561-9a74-40afe38fc3f2 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-88e25a5d-f601-4561-9a74-40afe38fc3f2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-86860551-d75a-452a-9b6e-1eafb51cf8f6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-86860551-d75a-452a-9b6e-1eafb51cf8f6:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-86860551-d75a-452a-9b6e-1eafb51cf8f6:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-86860551-d75a-452a-9b6e-1eafb51cf8f6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-86860551-d75a-452a-9b6e-1eafb51cf8f6 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-86860551-d75a-452a-9b6e-1eafb51cf8f6 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-86860551-d75a-452a-9b6e-1eafb51cf8f6 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-a3d14343-e211-4537-9ff2-276dc7829c9a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-a3d14343-e211-4537-9ff2-276dc7829c9a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-a3d14343-e211-4537-9ff2-276dc7829c9a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-a3d14343-e211-4537-9ff2-276dc7829c9a.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-a3d14343-e211-4537-9ff2-276dc7829c9a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a3d14343-e211-4537-9ff2-276dc7829c9a > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ed9885c6-1f8a-4444-b0c2-2197b1e7fbeb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed9885c6-1f8a-4444-b0c2-2197b1e7fbeb { display:flex;justify-content:center; } .ablocks-block-ed9885c6-1f8a-4444-b0c2-2197b1e7fbeb .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-ed9885c6-1f8a-4444-b0c2-2197b1e7fbeb .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-82b12db8-b342-424a-8f2a-9641c5ff92f2 { padding-top:19px;padding-right:0px;padding-bottom:19px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-82b12db8-b342-424a-8f2a-9641c5ff92f2:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-82b12db8-b342-424a-8f2a-9641c5ff92f2:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-82b12db8-b342-424a-8f2a-9641c5ff92f2.ablocks-block--container { padding-top:19px;padding-right:0px;padding-bottom:19px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-82b12db8-b342-424a-8f2a-9641c5ff92f2 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-82b12db8-b342-424a-8f2a-9641c5ff92f2 > .ablocks-block-container { align-items:center; } } 
.ablocks-block-4cabafbb-f95d-4ad1-9b51-fd4b67eb5938 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4cabafbb-f95d-4ad1-9b51-fd4b67eb5938 { text-align:left; } .ablocks-block-4cabafbb-f95d-4ad1-9b51-fd4b67eb5938 .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-4cabafbb-f95d-4ad1-9b51-fd4b67eb5938 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-4cabafbb-f95d-4ad1-9b51-fd4b67eb5938 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d9753c30-5c39-408a-9a18-8f60b2ebfb72 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d9753c30-5c39-408a-9a18-8f60b2ebfb72 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-d9753c30-5c39-408a-9a18-8f60b2ebfb72 { text-align:center; } } .ablocks-block-d9753c30-5c39-408a-9a18-8f60b2ebfb72 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-d9753c30-5c39-408a-9a18-8f60b2ebfb72 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-d9753c30-5c39-408a-9a18-8f60b2ebfb72 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-d9753c30-5c39-408a-9a18-8f60b2ebfb72 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-d9753c30-5c39-408a-9a18-8f60b2ebfb72 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-76733836-cc78-4714-b188-adf1ed90b755 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-76733836-cc78-4714-b188-adf1ed90b755 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-76733836-cc78-4714-b188-adf1ed90b755 { text-align:center; } } .ablocks-block-76733836-cc78-4714-b188-adf1ed90b755 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-76733836-cc78-4714-b188-adf1ed90b755 .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-76733836-cc78-4714-b188-adf1ed90b755 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-76733836-cc78-4714-b188-adf1ed90b755 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c771ad67-c0e6-4527-93f3-557341983430 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-c771ad67-c0e6-4527-93f3-557341983430:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c771ad67-c0e6-4527-93f3-557341983430:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c771ad67-c0e6-4527-93f3-557341983430.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c771ad67-c0e6-4527-93f3-557341983430 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-c771ad67-c0e6-4527-93f3-557341983430 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-c771ad67-c0e6-4527-93f3-557341983430 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-ab18f7d7-7517-42b3-9373-3b08fd8a218a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-ab18f7d7-7517-42b3-9373-3b08fd8a218a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-ab18f7d7-7517-42b3-9373-3b08fd8a218a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-ab18f7d7-7517-42b3-9373-3b08fd8a218a.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ab18f7d7-7517-42b3-9373-3b08fd8a218a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ab18f7d7-7517-42b3-9373-3b08fd8a218a > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-87a23c8e-d84d-437b-a87f-6b179eac7041 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87a23c8e-d84d-437b-a87f-6b179eac7041 { display:flex;justify-content:center; } .ablocks-block-87a23c8e-d84d-437b-a87f-6b179eac7041 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-87a23c8e-d84d-437b-a87f-6b179eac7041 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-e268f834-ad7c-48d8-a80f-7f7a8dd9a423 { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-e268f834-ad7c-48d8-a80f-7f7a8dd9a423:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-e268f834-ad7c-48d8-a80f-7f7a8dd9a423:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-e268f834-ad7c-48d8-a80f-7f7a8dd9a423.ablocks-block--container { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e268f834-ad7c-48d8-a80f-7f7a8dd9a423 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-e268f834-ad7c-48d8-a80f-7f7a8dd9a423 > .ablocks-block-container { align-items:center; } } 
.ablocks-block-6fd7e688-2504-4805-ad54-918d960b925f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6fd7e688-2504-4805-ad54-918d960b925f { text-align:left; } .ablocks-block-6fd7e688-2504-4805-ad54-918d960b925f .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-6fd7e688-2504-4805-ad54-918d960b925f .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-6fd7e688-2504-4805-ad54-918d960b925f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dcbda6c2-d5b1-45d2-a5c1-67de2daa5223 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dcbda6c2-d5b1-45d2-a5c1-67de2daa5223 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-dcbda6c2-d5b1-45d2-a5c1-67de2daa5223 { text-align:center; } } .ablocks-block-dcbda6c2-d5b1-45d2-a5c1-67de2daa5223 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-dcbda6c2-d5b1-45d2-a5c1-67de2daa5223 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-dcbda6c2-d5b1-45d2-a5c1-67de2daa5223 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-dcbda6c2-d5b1-45d2-a5c1-67de2daa5223 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-dcbda6c2-d5b1-45d2-a5c1-67de2daa5223 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-6e176c64-6794-49e0-9086-a37ae6cbc8dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e176c64-6794-49e0-9086-a37ae6cbc8dc { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-6e176c64-6794-49e0-9086-a37ae6cbc8dc { text-align:center; } } .ablocks-block-6e176c64-6794-49e0-9086-a37ae6cbc8dc .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-6e176c64-6794-49e0-9086-a37ae6cbc8dc .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-6e176c64-6794-49e0-9086-a37ae6cbc8dc .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-6e176c64-6794-49e0-9086-a37ae6cbc8dc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-62115df6-0358-406d-b487-f3eb4c4219bf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-62115df6-0358-406d-b487-f3eb4c4219bf:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-62115df6-0358-406d-b487-f3eb4c4219bf:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-62115df6-0358-406d-b487-f3eb4c4219bf.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-62115df6-0358-406d-b487-f3eb4c4219bf > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-62115df6-0358-406d-b487-f3eb4c4219bf > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-62115df6-0358-406d-b487-f3eb4c4219bf > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-f6eb0b32-1a3f-4db1-943c-d43a77e968b0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-f6eb0b32-1a3f-4db1-943c-d43a77e968b0:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-f6eb0b32-1a3f-4db1-943c-d43a77e968b0:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-f6eb0b32-1a3f-4db1-943c-d43a77e968b0.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-f6eb0b32-1a3f-4db1-943c-d43a77e968b0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-f6eb0b32-1a3f-4db1-943c-d43a77e968b0 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a354dc1f-6767-4f33-9173-24959d714f82 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a354dc1f-6767-4f33-9173-24959d714f82 { display:flex;justify-content:center; } .ablocks-block-a354dc1f-6767-4f33-9173-24959d714f82 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-a354dc1f-6767-4f33-9173-24959d714f82 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-a4b16e76-d6d1-4d1d-a22e-04a219053051 { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-a4b16e76-d6d1-4d1d-a22e-04a219053051:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-a4b16e76-d6d1-4d1d-a22e-04a219053051:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-a4b16e76-d6d1-4d1d-a22e-04a219053051.ablocks-block--container { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a4b16e76-d6d1-4d1d-a22e-04a219053051 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a4b16e76-d6d1-4d1d-a22e-04a219053051 > .ablocks-block-container { align-items:center; } } 
.ablocks-block-ef1cbef1-cfb9-4a6a-8d4d-b50961ff582e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef1cbef1-cfb9-4a6a-8d4d-b50961ff582e { text-align:left; } .ablocks-block-ef1cbef1-cfb9-4a6a-8d4d-b50961ff582e .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-ef1cbef1-cfb9-4a6a-8d4d-b50961ff582e .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-ef1cbef1-cfb9-4a6a-8d4d-b50961ff582e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8058ed47-c8a2-4dba-8c8b-7475d7d0dc37 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8058ed47-c8a2-4dba-8c8b-7475d7d0dc37 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-8058ed47-c8a2-4dba-8c8b-7475d7d0dc37 { text-align:center; } } .ablocks-block-8058ed47-c8a2-4dba-8c8b-7475d7d0dc37 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-8058ed47-c8a2-4dba-8c8b-7475d7d0dc37 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-8058ed47-c8a2-4dba-8c8b-7475d7d0dc37 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-8058ed47-c8a2-4dba-8c8b-7475d7d0dc37 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-8058ed47-c8a2-4dba-8c8b-7475d7d0dc37 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-2479777b-ddc4-4832-9ef3-3fb71fe465d1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2479777b-ddc4-4832-9ef3-3fb71fe465d1 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-2479777b-ddc4-4832-9ef3-3fb71fe465d1 { text-align:center; } } .ablocks-block-2479777b-ddc4-4832-9ef3-3fb71fe465d1 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-2479777b-ddc4-4832-9ef3-3fb71fe465d1 .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-2479777b-ddc4-4832-9ef3-3fb71fe465d1 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-2479777b-ddc4-4832-9ef3-3fb71fe465d1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-65cbd1ae-f144-4f0d-9239-95da698e225c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-65cbd1ae-f144-4f0d-9239-95da698e225c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-65cbd1ae-f144-4f0d-9239-95da698e225c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-65cbd1ae-f144-4f0d-9239-95da698e225c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-65cbd1ae-f144-4f0d-9239-95da698e225c > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-65cbd1ae-f144-4f0d-9239-95da698e225c > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-65cbd1ae-f144-4f0d-9239-95da698e225c > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-da0bbbe4-4657-4335-a1d0-65989ae668a9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-da0bbbe4-4657-4335-a1d0-65989ae668a9:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-da0bbbe4-4657-4335-a1d0-65989ae668a9:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-da0bbbe4-4657-4335-a1d0-65989ae668a9.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-da0bbbe4-4657-4335-a1d0-65989ae668a9.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-da0bbbe4-4657-4335-a1d0-65989ae668a9 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-108b2209-72dc-4911-8b35-ecc310c686d0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-108b2209-72dc-4911-8b35-ecc310c686d0 { display:flex;justify-content:center; } .ablocks-block-108b2209-72dc-4911-8b35-ecc310c686d0 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-108b2209-72dc-4911-8b35-ecc310c686d0 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-f39d10a4-b95d-42ea-a39e-08550ac67537 { padding-top:24px;padding-right:0px;padding-bottom:24px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-f39d10a4-b95d-42ea-a39e-08550ac67537:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-f39d10a4-b95d-42ea-a39e-08550ac67537:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-f39d10a4-b95d-42ea-a39e-08550ac67537.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:24px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f39d10a4-b95d-42ea-a39e-08550ac67537 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-f39d10a4-b95d-42ea-a39e-08550ac67537 > .ablocks-block-container { align-items:center; } } 
.ablocks-block-8c2298eb-a034-4a08-aecc-c68ac140f327 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c2298eb-a034-4a08-aecc-c68ac140f327 { text-align:left; } .ablocks-block-8c2298eb-a034-4a08-aecc-c68ac140f327 .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-8c2298eb-a034-4a08-aecc-c68ac140f327 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-8c2298eb-a034-4a08-aecc-c68ac140f327 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-555968d8-9476-4b5b-b45f-633e76c1176b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-555968d8-9476-4b5b-b45f-633e76c1176b { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-555968d8-9476-4b5b-b45f-633e76c1176b { text-align:center; } } .ablocks-block-555968d8-9476-4b5b-b45f-633e76c1176b .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-555968d8-9476-4b5b-b45f-633e76c1176b .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-555968d8-9476-4b5b-b45f-633e76c1176b .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-555968d8-9476-4b5b-b45f-633e76c1176b .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-555968d8-9476-4b5b-b45f-633e76c1176b .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-aa1c2314-78e2-41e2-8c13-eb7e0a55853d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa1c2314-78e2-41e2-8c13-eb7e0a55853d { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-aa1c2314-78e2-41e2-8c13-eb7e0a55853d { text-align:center; } } .ablocks-block-aa1c2314-78e2-41e2-8c13-eb7e0a55853d .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-aa1c2314-78e2-41e2-8c13-eb7e0a55853d .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-aa1c2314-78e2-41e2-8c13-eb7e0a55853d .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-aa1c2314-78e2-41e2-8c13-eb7e0a55853d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-93fa02d0-b2c6-4431-9bd7-ce57d31737fa { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-93fa02d0-b2c6-4431-9bd7-ce57d31737fa:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-93fa02d0-b2c6-4431-9bd7-ce57d31737fa:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-93fa02d0-b2c6-4431-9bd7-ce57d31737fa.ablocks-block--container { padding:0px;max-width:min(100%,330px) !important;overflow:visible; } .ablocks-block-93fa02d0-b2c6-4431-9bd7-ce57d31737fa > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c9072394-6307-4da4-8860-95795ba592c8 { padding:32px;background:#ffffff;box-shadow:0px 16px 32px -12px rgba(63,63,63,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-c9072394-6307-4da4-8860-95795ba592c8:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c9072394-6307-4da4-8860-95795ba592c8:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c9072394-6307-4da4-8860-95795ba592c8.ablocks-block--container { padding:32px;max-width:min(100%,330px) !important;overflow:visible; } .ablocks-block-c9072394-6307-4da4-8860-95795ba592c8 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:4px;column-gap:0px; } 
.ablocks-block-5b437129-6f37-46a6-9350-5fd6e5173a64 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b437129-6f37-46a6-9350-5fd6e5173a64 { text-align:center; } .ablocks-block-5b437129-6f37-46a6-9350-5fd6e5173a64 .ablocks-paragraph-text { color:#111111;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-5b437129-6f37-46a6-9350-5fd6e5173a64 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-5b437129-6f37-46a6-9350-5fd6e5173a64 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1d393b12-e3c5-4da3-98f6-2321521464c8 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d393b12-e3c5-4da3-98f6-2321521464c8 { text-align:center; } .ablocks-block-1d393b12-e3c5-4da3-98f6-2321521464c8 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-1d393b12-e3c5-4da3-98f6-2321521464c8 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-1d393b12-e3c5-4da3-98f6-2321521464c8 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-eac31b93-c816-4393-8dc3-b4609220d36b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-eac31b93-c816-4393-8dc3-b4609220d36b:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-eac31b93-c816-4393-8dc3-b4609220d36b:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-eac31b93-c816-4393-8dc3-b4609220d36b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-eac31b93-c816-4393-8dc3-b4609220d36b > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:4px;column-gap:0px; } 
.ablocks-block-2663dc56-8454-4e91-81ad-3ad9b0012409 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2663dc56-8454-4e91-81ad-3ad9b0012409 { display:flex;justify-content:center; } .ablocks-block-2663dc56-8454-4e91-81ad-3ad9b0012409 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-2663dc56-8454-4e91-81ad-3ad9b0012409 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-ed8a7984-abcd-4785-8578-1ff1f9ae8b36 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed8a7984-abcd-4785-8578-1ff1f9ae8b36 { text-align:center; } .ablocks-block-ed8a7984-abcd-4785-8578-1ff1f9ae8b36 .ablocks-heading-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-ed8a7984-abcd-4785-8578-1ff1f9ae8b36 .ablocks-heading-text { font-family:Montserrat; } } .ablocks-block-ed8a7984-abcd-4785-8578-1ff1f9ae8b36 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-ed8a7984-abcd-4785-8578-1ff1f9ae8b36 .ablocks-animated-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-ed8a7984-abcd-4785-8578-1ff1f9ae8b36 .ablocks-animated-text { font-family:Montserrat; } } 
.ablocks-block-e89bec93-f3c3-447c-8fc6-f20f754534b1 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e89bec93-f3c3-447c-8fc6-f20f754534b1.ablocks-block--social-shares .ablocks-block-container { flex-direction:row;justify-content:center;gap:16px; } .ablocks-block-e89bec93-f3c3-447c-8fc6-f20f754534b1 .ablocks-block-container .ablocks-social-share { height:48px;width:48px; } .ablocks-block-e89bec93-f3c3-447c-8fc6-f20f754534b1 .ablocks-social-share > .ablocks-svg-icon { fill:#170a1b!important;width:16px;height:16px; } .ablocks-block-e89bec93-f3c3-447c-8fc6-f20f754534b1 .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-e89bec93-f3c3-447c-8fc6-f20f754534b1 .ablocks-social-share-item--icon { width:43px;height:42px; } .ablocks-block-e89bec93-f3c3-447c-8fc6-f20f754534b1 .ablocks-social-share-item--icon>.ablocks-svg-icon { height:25px; } .ablocks-block-e89bec93-f3c3-447c-8fc6-f20f754534b1 .ablocks-social-share-item--text { width:80px;height:42px; } 
.ablocks-block-7a773b22-dd65-49aa-a5d5-b21c1205fdbc { margin-top:0px;padding-top:120px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7a773b22-dd65-49aa-a5d5-b21c1205fdbc { padding-right:10px;padding-left:10px; } } .ablocks-block-7a773b22-dd65-49aa-a5d5-b21c1205fdbc.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7a773b22-dd65-49aa-a5d5-b21c1205fdbc.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-7a773b22-dd65-49aa-a5d5-b21c1205fdbc > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-7a773b22-dd65-49aa-a5d5-b21c1205fdbc > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-28fb63f6-d93e-4881-886d-9b7aba03903d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-28fb63f6-d93e-4881-886d-9b7aba03903d:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-28fb63f6-d93e-4881-886d-9b7aba03903d:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-28fb63f6-d93e-4881-886d-9b7aba03903d.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-28fb63f6-d93e-4881-886d-9b7aba03903d > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } 
.ablocks-block-73947bea-69cd-4d25-b02a-3b4ccbca659e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-73947bea-69cd-4d25-b02a-3b4ccbca659e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-73947bea-69cd-4d25-b02a-3b4ccbca659e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-73947bea-69cd-4d25-b02a-3b4ccbca659e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-73947bea-69cd-4d25-b02a-3b4ccbca659e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-73947bea-69cd-4d25-b02a-3b4ccbca659e > .ablocks-block-container { align-items:center; } } 
.ablocks-block-db909aa3-3f5e-4631-9319-911f56056d45 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db909aa3-3f5e-4631-9319-911f56056d45 { text-align:left; } .ablocks-block-db909aa3-3f5e-4631-9319-911f56056d45 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-db909aa3-3f5e-4631-9319-911f56056d45 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-db909aa3-3f5e-4631-9319-911f56056d45 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c2030cdf-9d05-4c36-8599-1ba123a2c4c0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2030cdf-9d05-4c36-8599-1ba123a2c4c0 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-c2030cdf-9d05-4c36-8599-1ba123a2c4c0 { text-align:center; } } .ablocks-block-c2030cdf-9d05-4c36-8599-1ba123a2c4c0 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:700;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-c2030cdf-9d05-4c36-8599-1ba123a2c4c0 .ablocks-heading-text { font-size:28px;line-height:38px; } } .ablocks-block-c2030cdf-9d05-4c36-8599-1ba123a2c4c0 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-c2030cdf-9d05-4c36-8599-1ba123a2c4c0 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:700;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-c2030cdf-9d05-4c36-8599-1ba123a2c4c0 .ablocks-animated-text { font-size:28px;line-height:38px; } } 
.ablocks-block-61c003a9-9ab7-4d50-b5bd-5b3de9dfd943 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-61c003a9-9ab7-4d50-b5bd-5b3de9dfd943:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-61c003a9-9ab7-4d50-b5bd-5b3de9dfd943:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-61c003a9-9ab7-4d50-b5bd-5b3de9dfd943.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-61c003a9-9ab7-4d50-b5bd-5b3de9dfd943 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-61c003a9-9ab7-4d50-b5bd-5b3de9dfd943 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-61c003a9-9ab7-4d50-b5bd-5b3de9dfd943 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-d05d903d-2fa8-4112-be24-8b3a07ffbe94 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-d05d903d-2fa8-4112-be24-8b3a07ffbe94:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-d05d903d-2fa8-4112-be24-8b3a07ffbe94:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-d05d903d-2fa8-4112-be24-8b3a07ffbe94.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d05d903d-2fa8-4112-be24-8b3a07ffbe94 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-d05d903d-2fa8-4112-be24-8b3a07ffbe94 > .ablocks-block-container { column-gap:1px; } } @media screen and (max-width: 480px) { .ablocks-block-d05d903d-2fa8-4112-be24-8b3a07ffbe94 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-d05d903d-2fa8-4112-be24-8b3a07ffbe94 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-66ad7303-c0be-48c4-8a59-19e762506db0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-66ad7303-c0be-48c4-8a59-19e762506db0:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-66ad7303-c0be-48c4-8a59-19e762506db0:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-66ad7303-c0be-48c4-8a59-19e762506db0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-66ad7303-c0be-48c4-8a59-19e762506db0 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-beaf6952-9a96-44d6-b840-1414266d2df5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-beaf6952-9a96-44d6-b840-1414266d2df5 { display:flex;justify-content:center; } .ablocks-block-beaf6952-9a96-44d6-b840-1414266d2df5 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-beaf6952-9a96-44d6-b840-1414266d2df5 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-4004b0b7-812d-48e7-abc3-e75ce0e7dd35 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4004b0b7-812d-48e7-abc3-e75ce0e7dd35:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4004b0b7-812d-48e7-abc3-e75ce0e7dd35:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4004b0b7-812d-48e7-abc3-e75ce0e7dd35.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4004b0b7-812d-48e7-abc3-e75ce0e7dd35 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-107db4e9-3f8f-4e4f-9f2d-246955c9936f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-107db4e9-3f8f-4e4f-9f2d-246955c9936f { text-align:center; } .ablocks-block-107db4e9-3f8f-4e4f-9f2d-246955c9936f .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-107db4e9-3f8f-4e4f-9f2d-246955c9936f .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-107db4e9-3f8f-4e4f-9f2d-246955c9936f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-04c571d1-9b0f-4874-9932-08dde03f0644 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-04c571d1-9b0f-4874-9932-08dde03f0644 { text-align:center; } .ablocks-block-04c571d1-9b0f-4874-9932-08dde03f0644 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-04c571d1-9b0f-4874-9932-08dde03f0644 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-04c571d1-9b0f-4874-9932-08dde03f0644 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-04c571d1-9b0f-4874-9932-08dde03f0644 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-04c571d1-9b0f-4874-9932-08dde03f0644 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-2b2563df-c6e6-41ab-bb5d-9622772a768e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-2b2563df-c6e6-41ab-bb5d-9622772a768e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-2b2563df-c6e6-41ab-bb5d-9622772a768e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-2b2563df-c6e6-41ab-bb5d-9622772a768e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2b2563df-c6e6-41ab-bb5d-9622772a768e > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-01430649-3d97-4206-80ec-1b0d430c9006 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01430649-3d97-4206-80ec-1b0d430c9006 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-01430649-3d97-4206-80ec-1b0d430c9006 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-c680d68c-18e1-4432-83f7-cba2727546d8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-c680d68c-18e1-4432-83f7-cba2727546d8:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c680d68c-18e1-4432-83f7-cba2727546d8:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c680d68c-18e1-4432-83f7-cba2727546d8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c680d68c-18e1-4432-83f7-cba2727546d8 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-ef927391-59e1-471d-a634-f589ec50c094 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef927391-59e1-471d-a634-f589ec50c094 { text-align:center; } .ablocks-block-ef927391-59e1-471d-a634-f589ec50c094 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-ef927391-59e1-471d-a634-f589ec50c094 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-ef927391-59e1-471d-a634-f589ec50c094 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-21f81182-abdb-4f46-b799-7c8dea6d928c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-21f81182-abdb-4f46-b799-7c8dea6d928c { text-align:center; } .ablocks-block-21f81182-abdb-4f46-b799-7c8dea6d928c .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-21f81182-abdb-4f46-b799-7c8dea6d928c .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-21f81182-abdb-4f46-b799-7c8dea6d928c .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-21f81182-abdb-4f46-b799-7c8dea6d928c .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-21f81182-abdb-4f46-b799-7c8dea6d928c .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-9b1b942b-975b-44a1-813d-a0a6a15bec23 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9b1b942b-975b-44a1-813d-a0a6a15bec23:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9b1b942b-975b-44a1-813d-a0a6a15bec23:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9b1b942b-975b-44a1-813d-a0a6a15bec23.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9b1b942b-975b-44a1-813d-a0a6a15bec23 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-9b1b942b-975b-44a1-813d-a0a6a15bec23 > .ablocks-block-container { column-gap:1px; } } @media screen and (max-width: 480px) { .ablocks-block-9b1b942b-975b-44a1-813d-a0a6a15bec23 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-9b1b942b-975b-44a1-813d-a0a6a15bec23 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-454ae49b-8faa-40bc-8fb8-29106d8b4bef { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-454ae49b-8faa-40bc-8fb8-29106d8b4bef:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-454ae49b-8faa-40bc-8fb8-29106d8b4bef:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-454ae49b-8faa-40bc-8fb8-29106d8b4bef.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-454ae49b-8faa-40bc-8fb8-29106d8b4bef > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-d360694a-f52b-4d0e-a3cb-ca9c76c16b56 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d360694a-f52b-4d0e-a3cb-ca9c76c16b56 { display:flex;justify-content:center; } .ablocks-block-d360694a-f52b-4d0e-a3cb-ca9c76c16b56 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-d360694a-f52b-4d0e-a3cb-ca9c76c16b56 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-bef45cba-cf42-4c43-aacc-25ecddc4f913 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-bef45cba-cf42-4c43-aacc-25ecddc4f913:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-bef45cba-cf42-4c43-aacc-25ecddc4f913:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-bef45cba-cf42-4c43-aacc-25ecddc4f913.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bef45cba-cf42-4c43-aacc-25ecddc4f913 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-9de5bd5d-0dc5-434c-8561-2a99a5eb431a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9de5bd5d-0dc5-434c-8561-2a99a5eb431a { text-align:center; } .ablocks-block-9de5bd5d-0dc5-434c-8561-2a99a5eb431a .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-9de5bd5d-0dc5-434c-8561-2a99a5eb431a .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-9de5bd5d-0dc5-434c-8561-2a99a5eb431a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-241dc021-d83c-4f35-b407-c86ac43aa5c5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-241dc021-d83c-4f35-b407-c86ac43aa5c5 { text-align:center; } .ablocks-block-241dc021-d83c-4f35-b407-c86ac43aa5c5 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-241dc021-d83c-4f35-b407-c86ac43aa5c5 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-241dc021-d83c-4f35-b407-c86ac43aa5c5 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-241dc021-d83c-4f35-b407-c86ac43aa5c5 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-241dc021-d83c-4f35-b407-c86ac43aa5c5 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-3f8dbad4-c8ac-42b0-b038-cebb42a7f5ad { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-3f8dbad4-c8ac-42b0-b038-cebb42a7f5ad:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-3f8dbad4-c8ac-42b0-b038-cebb42a7f5ad:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-3f8dbad4-c8ac-42b0-b038-cebb42a7f5ad.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3f8dbad4-c8ac-42b0-b038-cebb42a7f5ad > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-a2badbf7-100d-43f6-9640-7d58f78931e5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2badbf7-100d-43f6-9640-7d58f78931e5 { display:flex;justify-content:center; } .ablocks-block-a2badbf7-100d-43f6-9640-7d58f78931e5 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-a2badbf7-100d-43f6-9640-7d58f78931e5 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-8b1d0fb7-39bb-4333-a704-7641cb4c7b96 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-8b1d0fb7-39bb-4333-a704-7641cb4c7b96:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-8b1d0fb7-39bb-4333-a704-7641cb4c7b96:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-8b1d0fb7-39bb-4333-a704-7641cb4c7b96.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8b1d0fb7-39bb-4333-a704-7641cb4c7b96 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-395ef2e1-0818-4df2-94f1-b905ee5cfef1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-395ef2e1-0818-4df2-94f1-b905ee5cfef1 { text-align:center; } .ablocks-block-395ef2e1-0818-4df2-94f1-b905ee5cfef1 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-395ef2e1-0818-4df2-94f1-b905ee5cfef1 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-395ef2e1-0818-4df2-94f1-b905ee5cfef1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-88a255c8-2638-4b91-b64c-8d6d0d4643ca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88a255c8-2638-4b91-b64c-8d6d0d4643ca { text-align:center; } .ablocks-block-88a255c8-2638-4b91-b64c-8d6d0d4643ca .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-88a255c8-2638-4b91-b64c-8d6d0d4643ca .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-88a255c8-2638-4b91-b64c-8d6d0d4643ca .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-88a255c8-2638-4b91-b64c-8d6d0d4643ca .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-88a255c8-2638-4b91-b64c-8d6d0d4643ca .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-3b8bc579-f55b-4096-a918-9bb9799b6d45 { margin-top:0px;padding-top:120px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3b8bc579-f55b-4096-a918-9bb9799b6d45 { padding-top:30px;padding-right:10px;padding-bottom:30px;padding-left:10px; } } .ablocks-block-3b8bc579-f55b-4096-a918-9bb9799b6d45.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3b8bc579-f55b-4096-a918-9bb9799b6d45.ablocks-block--container { padding-top:30px;padding-right:10px;padding-bottom:30px;padding-left:10px; } } .ablocks-block-3b8bc579-f55b-4096-a918-9bb9799b6d45 > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-3b8bc579-f55b-4096-a918-9bb9799b6d45 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:24px;column-gap:20px; } 
.ablocks-block-6f4f036f-a01f-40dd-bc85-14f1004a63df { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6f4f036f-a01f-40dd-bc85-14f1004a63df:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6f4f036f-a01f-40dd-bc85-14f1004a63df:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6f4f036f-a01f-40dd-bc85-14f1004a63df.ablocks-block--container { padding:0px;max-width:min(100%,1207px) !important;overflow:visible; } .ablocks-block-6f4f036f-a01f-40dd-bc85-14f1004a63df > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-7ceb5748-5387-4820-a61a-60fc4d8f09d8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-7ceb5748-5387-4820-a61a-60fc4d8f09d8:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-7ceb5748-5387-4820-a61a-60fc4d8f09d8:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-7ceb5748-5387-4820-a61a-60fc4d8f09d8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7ceb5748-5387-4820-a61a-60fc4d8f09d8 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-d5261a68-a7b8-4a7a-9f85-bbfafcb037b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5261a68-a7b8-4a7a-9f85-bbfafcb037b5 { text-align:left; } .ablocks-block-d5261a68-a7b8-4a7a-9f85-bbfafcb037b5 .ablocks-block-container .ablocks-button { column-gap:10px;background:#4B6BFB;justify-content:left;color:#ffffff;border-radius:6px;font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;line-height:20px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px; } @media screen and (max-width: 800px) { .ablocks-block-d5261a68-a7b8-4a7a-9f85-bbfafcb037b5 .ablocks-block-container .ablocks-button { font-family:Montserrat; } } .ablocks-block-d5261a68-a7b8-4a7a-9f85-bbfafcb037b5 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-d5261a68-a7b8-4a7a-9f85-bbfafcb037b5 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-d5261a68-a7b8-4a7a-9f85-bbfafcb037b5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-d5261a68-a7b8-4a7a-9f85-bbfafcb037b5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3f83f6bc-dbb8-4deb-afff-a5f1df73ee32 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f83f6bc-dbb8-4deb-afff-a5f1df73ee32 { text-align:left; } .ablocks-block-3f83f6bc-dbb8-4deb-afff-a5f1df73ee32 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-3f83f6bc-dbb8-4deb-afff-a5f1df73ee32 .ablocks-heading-text { font-size:28px;line-height:38px; } } @media screen and (max-width: 480px) { .ablocks-block-3f83f6bc-dbb8-4deb-afff-a5f1df73ee32 .ablocks-heading-text { line-height:36px; } } .ablocks-block-3f83f6bc-dbb8-4deb-afff-a5f1df73ee32 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-3f83f6bc-dbb8-4deb-afff-a5f1df73ee32 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-3f83f6bc-dbb8-4deb-afff-a5f1df73ee32 .ablocks-animated-text { font-size:28px;line-height:38px; } } @media screen and (max-width: 480px) { .ablocks-block-3f83f6bc-dbb8-4deb-afff-a5f1df73ee32 .ablocks-animated-text { line-height:36px; } } 
.ablocks-block-99c37ae6-e149-4854-82e0-15b54ceb6af1 { margin-top:8px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-99c37ae6-e149-4854-82e0-15b54ceb6af1:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-99c37ae6-e149-4854-82e0-15b54ceb6af1:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-99c37ae6-e149-4854-82e0-15b54ceb6af1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-99c37ae6-e149-4854-82e0-15b54ceb6af1 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-99c37ae6-e149-4854-82e0-15b54ceb6af1 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-71092363-d72f-4c10-8028-61414154c02a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-71092363-d72f-4c10-8028-61414154c02a .ablocks-block-container { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-71092363-d72f-4c10-8028-61414154c02a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-71092363-d72f-4c10-8028-61414154c02a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-71092363-d72f-4c10-8028-61414154c02a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c4f9483d-d61b-49d0-a883-732e41e7481e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-c4f9483d-d61b-49d0-a883-732e41e7481e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c4f9483d-d61b-49d0-a883-732e41e7481e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c4f9483d-d61b-49d0-a883-732e41e7481e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c4f9483d-d61b-49d0-a883-732e41e7481e > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } .ablocks-block-c4f9483d-d61b-49d0-a883-732e41e7481e > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-3556d161-ce28-4635-88c3-f5f5332d7601 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3556d161-ce28-4635-88c3-f5f5332d7601 { text-align:left; } .ablocks-block-3556d161-ce28-4635-88c3-f5f5332d7601 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-3556d161-ce28-4635-88c3-f5f5332d7601 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-3556d161-ce28-4635-88c3-f5f5332d7601 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2079a502-f74c-4f0f-9168-6054d24d6694 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2079a502-f74c-4f0f-9168-6054d24d6694 { text-align:left; } .ablocks-block-2079a502-f74c-4f0f-9168-6054d24d6694 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-2079a502-f74c-4f0f-9168-6054d24d6694 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-2079a502-f74c-4f0f-9168-6054d24d6694 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4eac4461-0cbc-4677-af82-abec05e4c670 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4eac4461-0cbc-4677-af82-abec05e4c670 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-4eac4461-0cbc-4677-af82-abec05e4c670 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-84956ebe-535d-477e-aca9-eb40832f5160 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-84956ebe-535d-477e-aca9-eb40832f5160:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-84956ebe-535d-477e-aca9-eb40832f5160:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-84956ebe-535d-477e-aca9-eb40832f5160.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-84956ebe-535d-477e-aca9-eb40832f5160 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-639c2074-2648-4d30-8390-0c693c2db2a5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-639c2074-2648-4d30-8390-0c693c2db2a5:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-639c2074-2648-4d30-8390-0c693c2db2a5:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-639c2074-2648-4d30-8390-0c693c2db2a5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-639c2074-2648-4d30-8390-0c693c2db2a5 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-1ba14875-fa67-4874-8313-af84af814f67 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ba14875-fa67-4874-8313-af84af814f67 { text-align:left; } .ablocks-block-1ba14875-fa67-4874-8313-af84af814f67 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-1ba14875-fa67-4874-8313-af84af814f67 .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-1ba14875-fa67-4874-8313-af84af814f67 .ablocks-paragraph-text { font-size:16px;line-height:30px; } } .ablocks-block-1ba14875-fa67-4874-8313-af84af814f67 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ff67e5e8-20a1-4feb-8189-86f31dc48731 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff67e5e8-20a1-4feb-8189-86f31dc48731 { text-align:left; } .ablocks-block-ff67e5e8-20a1-4feb-8189-86f31dc48731 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-ff67e5e8-20a1-4feb-8189-86f31dc48731 .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-ff67e5e8-20a1-4feb-8189-86f31dc48731 .ablocks-paragraph-text { font-size:16px;line-height:30px; } } .ablocks-block-ff67e5e8-20a1-4feb-8189-86f31dc48731 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-046287ec-3bf0-47df-b494-8babe02f9a7c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-046287ec-3bf0-47df-b494-8babe02f9a7c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-046287ec-3bf0-47df-b494-8babe02f9a7c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-046287ec-3bf0-47df-b494-8babe02f9a7c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-046287ec-3bf0-47df-b494-8babe02f9a7c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-01744733-c63c-4ae0-8d88-dfce060b9972 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01744733-c63c-4ae0-8d88-dfce060b9972 { text-align:left; } .ablocks-block-01744733-c63c-4ae0-8d88-dfce060b9972 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-01744733-c63c-4ae0-8d88-dfce060b9972 .ablocks-heading-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-01744733-c63c-4ae0-8d88-dfce060b9972 .ablocks-heading-text { font-size:22px;line-height:32px; } } .ablocks-block-01744733-c63c-4ae0-8d88-dfce060b9972 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-01744733-c63c-4ae0-8d88-dfce060b9972 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-01744733-c63c-4ae0-8d88-dfce060b9972 .ablocks-animated-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-01744733-c63c-4ae0-8d88-dfce060b9972 .ablocks-animated-text { font-size:22px;line-height:32px; } } 
.ablocks-block-a5708c5c-2e9c-4b07-b4b9-e2b0123ad126 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a5708c5c-2e9c-4b07-b4b9-e2b0123ad126 { text-align:left; } .ablocks-block-a5708c5c-2e9c-4b07-b4b9-e2b0123ad126 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-a5708c5c-2e9c-4b07-b4b9-e2b0123ad126 .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-a5708c5c-2e9c-4b07-b4b9-e2b0123ad126 .ablocks-paragraph-text { font-size:16px;line-height:30px; } } .ablocks-block-a5708c5c-2e9c-4b07-b4b9-e2b0123ad126 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-df59f959-3a6b-438f-8a44-ff70d522ab9a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-df59f959-3a6b-438f-8a44-ff70d522ab9a { text-align:left; } .ablocks-block-df59f959-3a6b-438f-8a44-ff70d522ab9a .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-df59f959-3a6b-438f-8a44-ff70d522ab9a .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-df59f959-3a6b-438f-8a44-ff70d522ab9a .ablocks-paragraph-text { font-size:16px;line-height:30px; } } .ablocks-block-df59f959-3a6b-438f-8a44-ff70d522ab9a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2e858c6b-5365-47ac-afbf-8f32ce5f2200 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-2e858c6b-5365-47ac-afbf-8f32ce5f2200:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-2e858c6b-5365-47ac-afbf-8f32ce5f2200:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-2e858c6b-5365-47ac-afbf-8f32ce5f2200.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2e858c6b-5365-47ac-afbf-8f32ce5f2200 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-8abb0052-364e-47ad-8e10-683d401d1ad6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8abb0052-364e-47ad-8e10-683d401d1ad6 { text-align:left; } .ablocks-block-8abb0052-364e-47ad-8e10-683d401d1ad6 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-8abb0052-364e-47ad-8e10-683d401d1ad6 .ablocks-heading-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-8abb0052-364e-47ad-8e10-683d401d1ad6 .ablocks-heading-text { font-size:22px;line-height:32px; } } .ablocks-block-8abb0052-364e-47ad-8e10-683d401d1ad6 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-8abb0052-364e-47ad-8e10-683d401d1ad6 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-8abb0052-364e-47ad-8e10-683d401d1ad6 .ablocks-animated-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-8abb0052-364e-47ad-8e10-683d401d1ad6 .ablocks-animated-text { font-size:22px;line-height:32px; } } 
.ablocks-block-b03a685c-83ad-49a7-89b4-bfbf95587fa7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b03a685c-83ad-49a7-89b4-bfbf95587fa7 { text-align:left; } .ablocks-block-b03a685c-83ad-49a7-89b4-bfbf95587fa7 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-b03a685c-83ad-49a7-89b4-bfbf95587fa7 .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-b03a685c-83ad-49a7-89b4-bfbf95587fa7 .ablocks-paragraph-text { font-size:16px;line-height:30px; } } .ablocks-block-b03a685c-83ad-49a7-89b4-bfbf95587fa7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b7a7bc1b-732f-49b1-9c51-e6bed5e07d76 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7a7bc1b-732f-49b1-9c51-e6bed5e07d76 { text-align:left; } .ablocks-block-b7a7bc1b-732f-49b1-9c51-e6bed5e07d76 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-b7a7bc1b-732f-49b1-9c51-e6bed5e07d76 .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-b7a7bc1b-732f-49b1-9c51-e6bed5e07d76 .ablocks-paragraph-text { font-size:16px;line-height:30px; } } .ablocks-block-b7a7bc1b-732f-49b1-9c51-e6bed5e07d76 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-73f8c6fa-40db-4f4b-bbfc-201cff7904cb { padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:28px;background:#FAFAFA;border-width:0px 0px 0px 4px;border-style:solid;border-color:#E8E8EA;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-73f8c6fa-40db-4f4b-bbfc-201cff7904cb { padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:14px; } } .ablocks-is-fse-theme .ablocks-block-73f8c6fa-40db-4f4b-bbfc-201cff7904cb:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-73f8c6fa-40db-4f4b-bbfc-201cff7904cb:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-73f8c6fa-40db-4f4b-bbfc-201cff7904cb.ablocks-block--container { padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:28px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-73f8c6fa-40db-4f4b-bbfc-201cff7904cb.ablocks-block--container { padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:14px; } } .ablocks-block-73f8c6fa-40db-4f4b-bbfc-201cff7904cb > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-72f57b18-4462-4ca3-b57c-b9fcc39b6c06 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72f57b18-4462-4ca3-b57c-b9fcc39b6c06 { text-align:left; } .ablocks-block-72f57b18-4462-4ca3-b57c-b9fcc39b6c06 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-72f57b18-4462-4ca3-b57c-b9fcc39b6c06 .ablocks-heading-text { font-size:21px;line-height:31px; } } @media screen and (max-width: 480px) { .ablocks-block-72f57b18-4462-4ca3-b57c-b9fcc39b6c06 .ablocks-heading-text { font-size:22px;line-height:32px; } } .ablocks-block-72f57b18-4462-4ca3-b57c-b9fcc39b6c06 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-72f57b18-4462-4ca3-b57c-b9fcc39b6c06 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-72f57b18-4462-4ca3-b57c-b9fcc39b6c06 .ablocks-animated-text { font-size:21px;line-height:31px; } } @media screen and (max-width: 480px) { .ablocks-block-72f57b18-4462-4ca3-b57c-b9fcc39b6c06 .ablocks-animated-text { font-size:22px;line-height:32px; } } 
.ablocks-block-cf205693-5429-4109-ae8a-63116f21b8b7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-cf205693-5429-4109-ae8a-63116f21b8b7:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-cf205693-5429-4109-ae8a-63116f21b8b7:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-cf205693-5429-4109-ae8a-63116f21b8b7.ablocks-block--container { padding:0px;max-width:min(100%,1207px) !important;overflow:visible; } .ablocks-block-cf205693-5429-4109-ae8a-63116f21b8b7 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-a1c1d407-83c2-4239-aa4f-6ee7d21ede1b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-a1c1d407-83c2-4239-aa4f-6ee7d21ede1b:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-a1c1d407-83c2-4239-aa4f-6ee7d21ede1b:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-a1c1d407-83c2-4239-aa4f-6ee7d21ede1b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a1c1d407-83c2-4239-aa4f-6ee7d21ede1b > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5bf78342-8997-4d61-8983-62476db46662 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5bf78342-8997-4d61-8983-62476db46662 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-5bf78342-8997-4d61-8983-62476db46662 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-9f175f80-97d2-4668-8902-e6f012362dec { margin-top:-8px;padding-top:18px;padding-right:0px;padding-bottom:18px;padding-left:0px;background:#F8F7F5;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9f175f80-97d2-4668-8902-e6f012362dec:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9f175f80-97d2-4668-8902-e6f012362dec:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9f175f80-97d2-4668-8902-e6f012362dec.ablocks-block--container { padding-top:18px;padding-right:0px;padding-bottom:18px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9f175f80-97d2-4668-8902-e6f012362dec > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:4px;column-gap:0px; } 
.ablocks-block-0e0d8278-d2e8-446f-8fc5-ce7a69052f69 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e0d8278-d2e8-446f-8fc5-ce7a69052f69 { text-align:center; } .ablocks-block-0e0d8278-d2e8-446f-8fc5-ce7a69052f69 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-0e0d8278-d2e8-446f-8fc5-ce7a69052f69 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-0e0d8278-d2e8-446f-8fc5-ce7a69052f69 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d05708f2-946c-4b3d-a187-41555b0fa4b9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d05708f2-946c-4b3d-a187-41555b0fa4b9 { text-align:center; } .ablocks-block-d05708f2-946c-4b3d-a187-41555b0fa4b9 .ablocks-heading-text { color:#111111B2;font-family:Playfair Display;font-weight:600;font-size:20px;line-height:30px; } .ablocks-block-d05708f2-946c-4b3d-a187-41555b0fa4b9 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-d05708f2-946c-4b3d-a187-41555b0fa4b9 .ablocks-animated-text { color:#111111B2;font-family:Playfair Display;font-weight:600;font-size:20px;line-height:30px; } 
.ablocks-block-90b2e21f-d61c-49e7-b0f9-3f402be2315b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-90b2e21f-d61c-49e7-b0f9-3f402be2315b { text-align:center; } .ablocks-block-90b2e21f-d61c-49e7-b0f9-3f402be2315b .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-90b2e21f-d61c-49e7-b0f9-3f402be2315b .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-90b2e21f-d61c-49e7-b0f9-3f402be2315b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1fb83f63-a465-4325-a8ae-1dbea9b6f5a2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-1fb83f63-a465-4325-a8ae-1dbea9b6f5a2:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-1fb83f63-a465-4325-a8ae-1dbea9b6f5a2:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-1fb83f63-a465-4325-a8ae-1dbea9b6f5a2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1fb83f63-a465-4325-a8ae-1dbea9b6f5a2 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-2e4f1675-ace8-490b-8070-04d89178381d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e4f1675-ace8-490b-8070-04d89178381d { text-align:left; } .ablocks-block-2e4f1675-ace8-490b-8070-04d89178381d .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-2e4f1675-ace8-490b-8070-04d89178381d .ablocks-heading-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-2e4f1675-ace8-490b-8070-04d89178381d .ablocks-heading-text { font-size:22px;line-height:32px; } } .ablocks-block-2e4f1675-ace8-490b-8070-04d89178381d .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-2e4f1675-ace8-490b-8070-04d89178381d .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-2e4f1675-ace8-490b-8070-04d89178381d .ablocks-animated-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-2e4f1675-ace8-490b-8070-04d89178381d .ablocks-animated-text { font-size:22px;line-height:32px; } } 
.ablocks-block-2c1a53c3-582e-4116-b893-2ea12304012c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c1a53c3-582e-4116-b893-2ea12304012c { text-align:left; } .ablocks-block-2c1a53c3-582e-4116-b893-2ea12304012c .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-2c1a53c3-582e-4116-b893-2ea12304012c .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-2c1a53c3-582e-4116-b893-2ea12304012c .ablocks-paragraph-text { font-size:16px;line-height:30px; } } .ablocks-block-2c1a53c3-582e-4116-b893-2ea12304012c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-143e2bba-a8f7-456c-9045-85d13bc5d5d4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-143e2bba-a8f7-456c-9045-85d13bc5d5d4:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-143e2bba-a8f7-456c-9045-85d13bc5d5d4:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-143e2bba-a8f7-456c-9045-85d13bc5d5d4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-143e2bba-a8f7-456c-9045-85d13bc5d5d4 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-c9c4c0e8-ee84-4868-8033-189e8e4c721e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c9c4c0e8-ee84-4868-8033-189e8e4c721e { text-align:left; } .ablocks-block-c9c4c0e8-ee84-4868-8033-189e8e4c721e .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-c9c4c0e8-ee84-4868-8033-189e8e4c721e .ablocks-heading-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-c9c4c0e8-ee84-4868-8033-189e8e4c721e .ablocks-heading-text { font-size:22px;line-height:32px; } } .ablocks-block-c9c4c0e8-ee84-4868-8033-189e8e4c721e .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-c9c4c0e8-ee84-4868-8033-189e8e4c721e .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-c9c4c0e8-ee84-4868-8033-189e8e4c721e .ablocks-animated-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-c9c4c0e8-ee84-4868-8033-189e8e4c721e .ablocks-animated-text { font-size:22px;line-height:32px; } } 
.ablocks-block-ba9102b0-b660-45df-9ff4-6c9d880b2db9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba9102b0-b660-45df-9ff4-6c9d880b2db9 { text-align:left; } .ablocks-block-ba9102b0-b660-45df-9ff4-6c9d880b2db9 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-ba9102b0-b660-45df-9ff4-6c9d880b2db9 .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-ba9102b0-b660-45df-9ff4-6c9d880b2db9 .ablocks-paragraph-text { font-size:16px;line-height:30px; } } .ablocks-block-ba9102b0-b660-45df-9ff4-6c9d880b2db9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4da933ef-2923-4644-b3e7-c630c204c51b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4da933ef-2923-4644-b3e7-c630c204c51b:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4da933ef-2923-4644-b3e7-c630c204c51b:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4da933ef-2923-4644-b3e7-c630c204c51b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4da933ef-2923-4644-b3e7-c630c204c51b > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-b3d6fb74-9f86-487a-9a42-52292e2e63b8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3d6fb74-9f86-487a-9a42-52292e2e63b8 { text-align:left; } .ablocks-block-b3d6fb74-9f86-487a-9a42-52292e2e63b8 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-b3d6fb74-9f86-487a-9a42-52292e2e63b8 .ablocks-heading-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b3d6fb74-9f86-487a-9a42-52292e2e63b8 .ablocks-heading-text { font-size:22px;line-height:32px; } } .ablocks-block-b3d6fb74-9f86-487a-9a42-52292e2e63b8 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-b3d6fb74-9f86-487a-9a42-52292e2e63b8 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-b3d6fb74-9f86-487a-9a42-52292e2e63b8 .ablocks-animated-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b3d6fb74-9f86-487a-9a42-52292e2e63b8 .ablocks-animated-text { font-size:22px;line-height:32px; } } 
.ablocks-block-f3797e84-199d-42ae-9050-f53d6a00b461 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f3797e84-199d-42ae-9050-f53d6a00b461 { text-align:left; } .ablocks-block-f3797e84-199d-42ae-9050-f53d6a00b461 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-f3797e84-199d-42ae-9050-f53d6a00b461 .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-f3797e84-199d-42ae-9050-f53d6a00b461 .ablocks-paragraph-text { font-size:16px;line-height:30px; } } .ablocks-block-f3797e84-199d-42ae-9050-f53d6a00b461 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-73411c15-ad28-449a-8da6-6d1893f71254 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-73411c15-ad28-449a-8da6-6d1893f71254:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-73411c15-ad28-449a-8da6-6d1893f71254:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-73411c15-ad28-449a-8da6-6d1893f71254.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-73411c15-ad28-449a-8da6-6d1893f71254 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-752cf385-76e1-42ad-8300-90e1c6693b6e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-752cf385-76e1-42ad-8300-90e1c6693b6e { text-align:left; } .ablocks-block-752cf385-76e1-42ad-8300-90e1c6693b6e .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-752cf385-76e1-42ad-8300-90e1c6693b6e .ablocks-heading-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-752cf385-76e1-42ad-8300-90e1c6693b6e .ablocks-heading-text { font-size:22px;line-height:32px; } } .ablocks-block-752cf385-76e1-42ad-8300-90e1c6693b6e .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-752cf385-76e1-42ad-8300-90e1c6693b6e .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:600;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-752cf385-76e1-42ad-8300-90e1c6693b6e .ablocks-animated-text { font-size:21px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-752cf385-76e1-42ad-8300-90e1c6693b6e .ablocks-animated-text { font-size:22px;line-height:32px; } } 
.ablocks-block-92d6c4b6-a5cc-4fc8-927f-da1d21bf7a4c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-92d6c4b6-a5cc-4fc8-927f-da1d21bf7a4c { text-align:left; } .ablocks-block-92d6c4b6-a5cc-4fc8-927f-da1d21bf7a4c .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-92d6c4b6-a5cc-4fc8-927f-da1d21bf7a4c .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-92d6c4b6-a5cc-4fc8-927f-da1d21bf7a4c .ablocks-paragraph-text { font-size:16px;line-height:30px; } } .ablocks-block-92d6c4b6-a5cc-4fc8-927f-da1d21bf7a4c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-050fb770-cd5c-4f29-bf9c-916d58962682 { margin-top:0px;padding-top:120px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-050fb770-cd5c-4f29-bf9c-916d58962682 { padding-right:10px;padding-left:10px; } } .ablocks-block-050fb770-cd5c-4f29-bf9c-916d58962682.ablocks-block--container { padding-top:120px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-050fb770-cd5c-4f29-bf9c-916d58962682.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-050fb770-cd5c-4f29-bf9c-916d58962682 > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-050fb770-cd5c-4f29-bf9c-916d58962682 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } 
.ablocks-block-1cc0aba9-69a2-40f0-8641-38ac9c8cfc55 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-1cc0aba9-69a2-40f0-8641-38ac9c8cfc55:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-1cc0aba9-69a2-40f0-8641-38ac9c8cfc55:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-1cc0aba9-69a2-40f0-8641-38ac9c8cfc55.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-1cc0aba9-69a2-40f0-8641-38ac9c8cfc55 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3c305cf4-d47f-4bc1-8bd7-66040af8dd7e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c305cf4-d47f-4bc1-8bd7-66040af8dd7e .ablocks-block--featured-image img { height:auto;object-fit:cover;opacity:1; } .ablocks-block-3c305cf4-d47f-4bc1-8bd7-66040af8dd7e .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-5f0839ab-e28c-434c-9c29-b80fbf273291 { margin-top:-100px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-5f0839ab-e28c-434c-9c29-b80fbf273291 { margin-top:-75px; } } .ablocks-block-5f0839ab-e28c-434c-9c29-b80fbf273291 { display:flex;justify-content:center; } .ablocks-block-5f0839ab-e28c-434c-9c29-b80fbf273291 .ablocks-block--featured-image img { height:auto;opacity:1; } @media screen and (max-width: 480px) { .ablocks-block-5f0839ab-e28c-434c-9c29-b80fbf273291 .ablocks-block--featured-image img { width:132px;height:136px; } } .ablocks-block-5f0839ab-e28c-434c-9c29-b80fbf273291 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-aca47347-d69a-426d-8559-41e29061f240 { margin-top:16px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-aca47347-d69a-426d-8559-41e29061f240:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-aca47347-d69a-426d-8559-41e29061f240:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-aca47347-d69a-426d-8559-41e29061f240.ablocks-block--container { padding:0px;max-width:min(100%,541px) !important;overflow:visible; } .ablocks-block-aca47347-d69a-426d-8559-41e29061f240 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-d16ff352-2547-4f6f-81cf-a0a8e52509cc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d16ff352-2547-4f6f-81cf-a0a8e52509cc { text-align:center; } .ablocks-block-d16ff352-2547-4f6f-81cf-a0a8e52509cc .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:400;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-d16ff352-2547-4f6f-81cf-a0a8e52509cc .ablocks-heading-text { font-size:28px;line-height:36px; } } .ablocks-block-d16ff352-2547-4f6f-81cf-a0a8e52509cc .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-d16ff352-2547-4f6f-81cf-a0a8e52509cc .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:400;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-d16ff352-2547-4f6f-81cf-a0a8e52509cc .ablocks-animated-text { font-size:28px;line-height:36px; } } 
.ablocks-block-e6767e0f-f1f1-4bea-9d96-3afb450d6af2 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6767e0f-f1f1-4bea-9d96-3afb450d6af2 { text-align:center; } .ablocks-block-e6767e0f-f1f1-4bea-9d96-3afb450d6af2 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-e6767e0f-f1f1-4bea-9d96-3afb450d6af2 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-e6767e0f-f1f1-4bea-9d96-3afb450d6af2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f18d4991-c895-4ce8-bf05-5c967d8a977a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f18d4991-c895-4ce8-bf05-5c967d8a977a .ablocks-block-container { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-f18d4991-c895-4ce8-bf05-5c967d8a977a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f18d4991-c895-4ce8-bf05-5c967d8a977a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:104px; } .ablocks-block-f18d4991-c895-4ce8-bf05-5c967d8a977a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-fad778f0-bd76-4c0f-bfa6-54accd49ce32 { padding:0px;background:#FAFAFA;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-fad778f0-bd76-4c0f-bfa6-54accd49ce32:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-fad778f0-bd76-4c0f-bfa6-54accd49ce32:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-fad778f0-bd76-4c0f-bfa6-54accd49ce32.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fad778f0-bd76-4c0f-bfa6-54accd49ce32 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6222f834-af80-4030-a76d-4940817fc197 { padding-top:48px;padding-right:0px;padding-bottom:48px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6222f834-af80-4030-a76d-4940817fc197:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6222f834-af80-4030-a76d-4940817fc197:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6222f834-af80-4030-a76d-4940817fc197.ablocks-block--container { padding-top:48px;padding-right:0px;padding-bottom:48px;padding-left:0px;max-width:min(100%,668px) !important;overflow:visible; } .ablocks-block-6222f834-af80-4030-a76d-4940817fc197 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9a16c37d-056f-4d4a-becd-642330c1d0e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9a16c37d-056f-4d4a-becd-642330c1d0e2 { text-align:center; } .ablocks-block-9a16c37d-056f-4d4a-becd-642330c1d0e2 .ablocks-heading-text { color:#11111199;font-family:Playfair Display;font-weight:500;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-9a16c37d-056f-4d4a-becd-642330c1d0e2 .ablocks-heading-text { font-size:28px;line-height:36px; } } .ablocks-block-9a16c37d-056f-4d4a-becd-642330c1d0e2 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-9a16c37d-056f-4d4a-becd-642330c1d0e2 .ablocks-animated-text { color:#11111199;font-family:Playfair Display;font-weight:500;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-9a16c37d-056f-4d4a-becd-642330c1d0e2 .ablocks-animated-text { font-size:28px;line-height:36px; } } 
.ablocks-block-7ac2dc37-75a0-4df8-8c37-33838a1b8823 { margin-top:0px;padding-top:60px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7ac2dc37-75a0-4df8-8c37-33838a1b8823 { padding-right:10px;padding-left:10px; } } .ablocks-block-7ac2dc37-75a0-4df8-8c37-33838a1b8823.ablocks-block--container { padding-top:60px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7ac2dc37-75a0-4df8-8c37-33838a1b8823.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-7ac2dc37-75a0-4df8-8c37-33838a1b8823 > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-7ac2dc37-75a0-4df8-8c37-33838a1b8823 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-b7d8db57-7c17-4b18-818a-64fbff271a2f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-b7d8db57-7c17-4b18-818a-64fbff271a2f:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-b7d8db57-7c17-4b18-818a-64fbff271a2f:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-b7d8db57-7c17-4b18-818a-64fbff271a2f.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-b7d8db57-7c17-4b18-818a-64fbff271a2f > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } 
.ablocks-block-de7592e8-8f64-4ef0-94a1-b8ad68a6b7ed { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-de7592e8-8f64-4ef0-94a1-b8ad68a6b7ed:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-de7592e8-8f64-4ef0-94a1-b8ad68a6b7ed:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-de7592e8-8f64-4ef0-94a1-b8ad68a6b7ed.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-de7592e8-8f64-4ef0-94a1-b8ad68a6b7ed > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-89a65dcd-78f2-456a-8ad0-9b7d23644cd8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89a65dcd-78f2-456a-8ad0-9b7d23644cd8 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-89a65dcd-78f2-456a-8ad0-9b7d23644cd8 { text-align:center; } } .ablocks-block-89a65dcd-78f2-456a-8ad0-9b7d23644cd8 .ablocks-heading-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-89a65dcd-78f2-456a-8ad0-9b7d23644cd8 .ablocks-heading-text { font-family:Montserrat;font-size:16px;line-height:22px; } } .ablocks-block-89a65dcd-78f2-456a-8ad0-9b7d23644cd8 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-89a65dcd-78f2-456a-8ad0-9b7d23644cd8 .ablocks-animated-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-89a65dcd-78f2-456a-8ad0-9b7d23644cd8 .ablocks-animated-text { font-family:Montserrat;font-size:16px;line-height:22px; } } 
.ablocks-block-acc356dd-a9f2-4655-95e6-6ba641e098ec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-acc356dd-a9f2-4655-95e6-6ba641e098ec { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-acc356dd-a9f2-4655-95e6-6ba641e098ec { text-align:center; } } .ablocks-block-acc356dd-a9f2-4655-95e6-6ba641e098ec .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-acc356dd-a9f2-4655-95e6-6ba641e098ec .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-acc356dd-a9f2-4655-95e6-6ba641e098ec .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-acc356dd-a9f2-4655-95e6-6ba641e098ec .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-34000a02-1094-4f90-9b6c-adf98f214f2a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-34000a02-1094-4f90-9b6c-adf98f214f2a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-34000a02-1094-4f90-9b6c-adf98f214f2a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-34000a02-1094-4f90-9b6c-adf98f214f2a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-34000a02-1094-4f90-9b6c-adf98f214f2a > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-127ccc21-6ecf-4f14-8242-efefc34b7622 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-127ccc21-6ecf-4f14-8242-efefc34b7622 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-127ccc21-6ecf-4f14-8242-efefc34b7622 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-0c714a39-ec84-466f-b274-3d90b7c37ad4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-0c714a39-ec84-466f-b274-3d90b7c37ad4:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-0c714a39-ec84-466f-b274-3d90b7c37ad4:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-0c714a39-ec84-466f-b274-3d90b7c37ad4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0c714a39-ec84-466f-b274-3d90b7c37ad4 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-84c32492-ce1d-4a27-9c98-7a9a21120aa4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-84c32492-ce1d-4a27-9c98-7a9a21120aa4 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-84c32492-ce1d-4a27-9c98-7a9a21120aa4 { text-align:center; } } .ablocks-block-84c32492-ce1d-4a27-9c98-7a9a21120aa4 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:19.53px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-84c32492-ce1d-4a27-9c98-7a9a21120aa4 .ablocks-paragraph-text { font-family:Montserrat;font-size:19px;line-height:28px; } } .ablocks-block-84c32492-ce1d-4a27-9c98-7a9a21120aa4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-25175da4-54b7-47ca-898f-f69b8bd57037 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-25175da4-54b7-47ca-898f-f69b8bd57037 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-25175da4-54b7-47ca-898f-f69b8bd57037 { text-align:center; } } .ablocks-block-25175da4-54b7-47ca-898f-f69b8bd57037 .ablocks-paragraph-text { color:#E38836C2;font-family:Playfair Display;font-weight:500;font-size:32px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-25175da4-54b7-47ca-898f-f69b8bd57037 .ablocks-paragraph-text { font-size:28px;line-height:38px; } } .ablocks-block-25175da4-54b7-47ca-898f-f69b8bd57037 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1a8029e8-62fc-4051-ab3e-7eff25e087fe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a8029e8-62fc-4051-ab3e-7eff25e087fe { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-1a8029e8-62fc-4051-ab3e-7eff25e087fe { text-align:center; } } .ablocks-block-1a8029e8-62fc-4051-ab3e-7eff25e087fe .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:180%; } @media screen and (max-width: 800px) { .ablocks-block-1a8029e8-62fc-4051-ab3e-7eff25e087fe .ablocks-paragraph-text { font-family:Montserrat;font-size:17px;line-height:26px; } } .ablocks-block-1a8029e8-62fc-4051-ab3e-7eff25e087fe .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-58f8774d-a026-4220-9511-8a8910b3b19b { margin-top:0px;padding-top:120px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-58f8774d-a026-4220-9511-8a8910b3b19b { padding-right:10px;padding-left:10px; } } .ablocks-block-58f8774d-a026-4220-9511-8a8910b3b19b.ablocks-block--container { padding-top:120px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-58f8774d-a026-4220-9511-8a8910b3b19b.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-58f8774d-a026-4220-9511-8a8910b3b19b > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-58f8774d-a026-4220-9511-8a8910b3b19b > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-5e5501e7-fddf-4105-b1ac-d4f9292fb112 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-5e5501e7-fddf-4105-b1ac-d4f9292fb112:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-5e5501e7-fddf-4105-b1ac-d4f9292fb112:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-5e5501e7-fddf-4105-b1ac-d4f9292fb112.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-5e5501e7-fddf-4105-b1ac-d4f9292fb112 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } 
.ablocks-block-3e369456-b206-49df-ab78-1a8cf610f591 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-3e369456-b206-49df-ab78-1a8cf610f591:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-3e369456-b206-49df-ab78-1a8cf610f591:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-3e369456-b206-49df-ab78-1a8cf610f591.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3e369456-b206-49df-ab78-1a8cf610f591 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-3e369456-b206-49df-ab78-1a8cf610f591 > .ablocks-block-container { align-items:center; } } 
.ablocks-block-061fd3a5-ccd3-4c50-b41e-561cc94eb932 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-061fd3a5-ccd3-4c50-b41e-561cc94eb932 { text-align:left; } .ablocks-block-061fd3a5-ccd3-4c50-b41e-561cc94eb932 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-061fd3a5-ccd3-4c50-b41e-561cc94eb932 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-061fd3a5-ccd3-4c50-b41e-561cc94eb932 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e5ece3f2-6da1-4bc6-9994-b1b2031bc25b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5ece3f2-6da1-4bc6-9994-b1b2031bc25b { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-e5ece3f2-6da1-4bc6-9994-b1b2031bc25b { text-align:center; } } .ablocks-block-e5ece3f2-6da1-4bc6-9994-b1b2031bc25b .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:700;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-e5ece3f2-6da1-4bc6-9994-b1b2031bc25b .ablocks-heading-text { font-size:28px;line-height:38px; } } .ablocks-block-e5ece3f2-6da1-4bc6-9994-b1b2031bc25b .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-e5ece3f2-6da1-4bc6-9994-b1b2031bc25b .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:700;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-e5ece3f2-6da1-4bc6-9994-b1b2031bc25b .ablocks-animated-text { font-size:28px;line-height:38px; } } 
.ablocks-block-6e46937a-1043-408b-a3fb-3c72ed738f52 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6e46937a-1043-408b-a3fb-3c72ed738f52:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6e46937a-1043-408b-a3fb-3c72ed738f52:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6e46937a-1043-408b-a3fb-3c72ed738f52.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-6e46937a-1043-408b-a3fb-3c72ed738f52 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-6e46937a-1043-408b-a3fb-3c72ed738f52 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-6e46937a-1043-408b-a3fb-3c72ed738f52 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-e92ae89a-4149-4e3f-9b83-8fe222a3430a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-e92ae89a-4149-4e3f-9b83-8fe222a3430a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-e92ae89a-4149-4e3f-9b83-8fe222a3430a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-e92ae89a-4149-4e3f-9b83-8fe222a3430a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e92ae89a-4149-4e3f-9b83-8fe222a3430a > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-e92ae89a-4149-4e3f-9b83-8fe222a3430a > .ablocks-block-container { column-gap:1px; } } @media screen and (max-width: 480px) { .ablocks-block-e92ae89a-4149-4e3f-9b83-8fe222a3430a > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-e92ae89a-4149-4e3f-9b83-8fe222a3430a > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-19563e7b-e81c-44ce-8023-5427a7235a3c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-19563e7b-e81c-44ce-8023-5427a7235a3c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-19563e7b-e81c-44ce-8023-5427a7235a3c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-19563e7b-e81c-44ce-8023-5427a7235a3c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-19563e7b-e81c-44ce-8023-5427a7235a3c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-146438e9-737e-437d-929e-4bf2fc9d9152 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-146438e9-737e-437d-929e-4bf2fc9d9152 { display:flex;justify-content:center; } .ablocks-block-146438e9-737e-437d-929e-4bf2fc9d9152 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-146438e9-737e-437d-929e-4bf2fc9d9152 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-00d0f41d-62df-4746-8ac5-e09e547b40b2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-00d0f41d-62df-4746-8ac5-e09e547b40b2:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-00d0f41d-62df-4746-8ac5-e09e547b40b2:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-00d0f41d-62df-4746-8ac5-e09e547b40b2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-00d0f41d-62df-4746-8ac5-e09e547b40b2 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-2119abfa-2ce7-4f89-9337-99701f4e3e29 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2119abfa-2ce7-4f89-9337-99701f4e3e29 { text-align:center; } .ablocks-block-2119abfa-2ce7-4f89-9337-99701f4e3e29 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-2119abfa-2ce7-4f89-9337-99701f4e3e29 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-2119abfa-2ce7-4f89-9337-99701f4e3e29 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-68ec69b2-fd0c-47b9-8864-908aea85f89e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68ec69b2-fd0c-47b9-8864-908aea85f89e { text-align:center; } .ablocks-block-68ec69b2-fd0c-47b9-8864-908aea85f89e .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-68ec69b2-fd0c-47b9-8864-908aea85f89e .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-68ec69b2-fd0c-47b9-8864-908aea85f89e .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-68ec69b2-fd0c-47b9-8864-908aea85f89e .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-68ec69b2-fd0c-47b9-8864-908aea85f89e .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-4d88acc4-ab94-444c-9dea-ecbf84456f28 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4d88acc4-ab94-444c-9dea-ecbf84456f28:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4d88acc4-ab94-444c-9dea-ecbf84456f28:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4d88acc4-ab94-444c-9dea-ecbf84456f28.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4d88acc4-ab94-444c-9dea-ecbf84456f28 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-5920070c-8c2d-484c-a3ed-ff5e85aa3c38 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5920070c-8c2d-484c-a3ed-ff5e85aa3c38 { display:flex;justify-content:center; } .ablocks-block-5920070c-8c2d-484c-a3ed-ff5e85aa3c38 .ablocks-block--featured-image img { width:280px;height:auto;opacity:1; } .ablocks-block-5920070c-8c2d-484c-a3ed-ff5e85aa3c38 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-358d467e-d3ec-47c1-8ccf-21606f493943 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-358d467e-d3ec-47c1-8ccf-21606f493943:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-358d467e-d3ec-47c1-8ccf-21606f493943:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-358d467e-d3ec-47c1-8ccf-21606f493943.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-358d467e-d3ec-47c1-8ccf-21606f493943 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-eb899aec-e15c-4eba-ba79-4b6d8cf2428b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb899aec-e15c-4eba-ba79-4b6d8cf2428b { text-align:center; } .ablocks-block-eb899aec-e15c-4eba-ba79-4b6d8cf2428b .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-eb899aec-e15c-4eba-ba79-4b6d8cf2428b .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-eb899aec-e15c-4eba-ba79-4b6d8cf2428b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ff3e9733-8930-40ab-9a99-cce3594a1f2c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff3e9733-8930-40ab-9a99-cce3594a1f2c { text-align:center; } .ablocks-block-ff3e9733-8930-40ab-9a99-cce3594a1f2c .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-ff3e9733-8930-40ab-9a99-cce3594a1f2c .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-ff3e9733-8930-40ab-9a99-cce3594a1f2c .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-ff3e9733-8930-40ab-9a99-cce3594a1f2c .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-ff3e9733-8930-40ab-9a99-cce3594a1f2c .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-fb4f7f3a-a6ad-483c-968c-fdc7e7793f4b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-fb4f7f3a-a6ad-483c-968c-fdc7e7793f4b:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-fb4f7f3a-a6ad-483c-968c-fdc7e7793f4b:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-fb4f7f3a-a6ad-483c-968c-fdc7e7793f4b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fb4f7f3a-a6ad-483c-968c-fdc7e7793f4b > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-fb4f7f3a-a6ad-483c-968c-fdc7e7793f4b > .ablocks-block-container { column-gap:1px; } } @media screen and (max-width: 480px) { .ablocks-block-fb4f7f3a-a6ad-483c-968c-fdc7e7793f4b > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-fb4f7f3a-a6ad-483c-968c-fdc7e7793f4b > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-30e95cae-6df2-4bfe-8ad5-3a04513497eb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-30e95cae-6df2-4bfe-8ad5-3a04513497eb:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-30e95cae-6df2-4bfe-8ad5-3a04513497eb:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-30e95cae-6df2-4bfe-8ad5-3a04513497eb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-30e95cae-6df2-4bfe-8ad5-3a04513497eb > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-d8019ffb-6169-4de8-a2e3-b8faf72d6e86 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d8019ffb-6169-4de8-a2e3-b8faf72d6e86 { display:flex;justify-content:center; } .ablocks-block-d8019ffb-6169-4de8-a2e3-b8faf72d6e86 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-d8019ffb-6169-4de8-a2e3-b8faf72d6e86 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-ecbe8ef0-e446-4621-b59a-b284f420a9ad { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-ecbe8ef0-e446-4621-b59a-b284f420a9ad:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-ecbe8ef0-e446-4621-b59a-b284f420a9ad:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-ecbe8ef0-e446-4621-b59a-b284f420a9ad.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ecbe8ef0-e446-4621-b59a-b284f420a9ad > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-34512811-10d8-4371-87ff-791d7859c218 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34512811-10d8-4371-87ff-791d7859c218 { text-align:center; } .ablocks-block-34512811-10d8-4371-87ff-791d7859c218 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-34512811-10d8-4371-87ff-791d7859c218 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-34512811-10d8-4371-87ff-791d7859c218 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3bcea18f-8d62-46fa-8e31-16fcdb662246 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3bcea18f-8d62-46fa-8e31-16fcdb662246 { text-align:center; } .ablocks-block-3bcea18f-8d62-46fa-8e31-16fcdb662246 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-3bcea18f-8d62-46fa-8e31-16fcdb662246 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-3bcea18f-8d62-46fa-8e31-16fcdb662246 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-3bcea18f-8d62-46fa-8e31-16fcdb662246 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-3bcea18f-8d62-46fa-8e31-16fcdb662246 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-cf902635-2400-4cf2-89b4-56f07511e42e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-cf902635-2400-4cf2-89b4-56f07511e42e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-cf902635-2400-4cf2-89b4-56f07511e42e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-cf902635-2400-4cf2-89b4-56f07511e42e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cf902635-2400-4cf2-89b4-56f07511e42e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-1a47acea-fa67-48b2-b718-0f7c847ccf29 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a47acea-fa67-48b2-b718-0f7c847ccf29 { display:flex;justify-content:center; } .ablocks-block-1a47acea-fa67-48b2-b718-0f7c847ccf29 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-1a47acea-fa67-48b2-b718-0f7c847ccf29 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-e160a4cb-1428-444a-9bdc-178b2a3a8478 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-e160a4cb-1428-444a-9bdc-178b2a3a8478:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-e160a4cb-1428-444a-9bdc-178b2a3a8478:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-e160a4cb-1428-444a-9bdc-178b2a3a8478.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e160a4cb-1428-444a-9bdc-178b2a3a8478 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-b991b32b-432b-41f2-8fe1-edb06d02c8de { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b991b32b-432b-41f2-8fe1-edb06d02c8de { text-align:center; } .ablocks-block-b991b32b-432b-41f2-8fe1-edb06d02c8de .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-b991b32b-432b-41f2-8fe1-edb06d02c8de .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-b991b32b-432b-41f2-8fe1-edb06d02c8de .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a42fe2d2-98b2-44f3-a0cc-6f464584b011 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a42fe2d2-98b2-44f3-a0cc-6f464584b011 { text-align:center; } .ablocks-block-a42fe2d2-98b2-44f3-a0cc-6f464584b011 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-a42fe2d2-98b2-44f3-a0cc-6f464584b011 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-a42fe2d2-98b2-44f3-a0cc-6f464584b011 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-a42fe2d2-98b2-44f3-a0cc-6f464584b011 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-a42fe2d2-98b2-44f3-a0cc-6f464584b011 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-2abcfc89-53c1-4ecd-8bb7-9e1099efa7a4 { margin-top:0px;padding-top:119px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2abcfc89-53c1-4ecd-8bb7-9e1099efa7a4.ablocks-block--container { padding-top:119px;padding-bottom:0px;overflow:visible; } .ablocks-block-2abcfc89-53c1-4ecd-8bb7-9e1099efa7a4 > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-2abcfc89-53c1-4ecd-8bb7-9e1099efa7a4 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-a14c82d9-4d15-4505-81df-09bc6a0336a9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-a14c82d9-4d15-4505-81df-09bc6a0336a9:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-a14c82d9-4d15-4505-81df-09bc6a0336a9:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-a14c82d9-4d15-4505-81df-09bc6a0336a9.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-a14c82d9-4d15-4505-81df-09bc6a0336a9 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:0px; } 
.ablocks-block-c38eb873-3580-47f3-9bcd-7b02af990f52 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-c38eb873-3580-47f3-9bcd-7b02af990f52:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c38eb873-3580-47f3-9bcd-7b02af990f52:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c38eb873-3580-47f3-9bcd-7b02af990f52.ablocks-block--container { padding:0px;max-width:min(100%,488px) !important;overflow:visible; } .ablocks-block-c38eb873-3580-47f3-9bcd-7b02af990f52 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-e8edff74-e6a0-41f7-80f4-4ed758ab40b1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8edff74-e6a0-41f7-80f4-4ed758ab40b1 { text-align:center; } .ablocks-block-e8edff74-e6a0-41f7-80f4-4ed758ab40b1 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:700;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-e8edff74-e6a0-41f7-80f4-4ed758ab40b1 .ablocks-heading-text { font-size:28px;line-height:38px; } } .ablocks-block-e8edff74-e6a0-41f7-80f4-4ed758ab40b1 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-e8edff74-e6a0-41f7-80f4-4ed758ab40b1 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:700;font-size:32px;line-height:40px; } @media screen and (max-width: 800px) { .ablocks-block-e8edff74-e6a0-41f7-80f4-4ed758ab40b1 .ablocks-animated-text { font-size:28px;line-height:38px; } } 
.ablocks-block-7069da3d-9cc8-4ae3-8446-44e86bd55ad4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7069da3d-9cc8-4ae3-8446-44e86bd55ad4 { text-align:center; } .ablocks-block-7069da3d-9cc8-4ae3-8446-44e86bd55ad4 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-7069da3d-9cc8-4ae3-8446-44e86bd55ad4 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-7069da3d-9cc8-4ae3-8446-44e86bd55ad4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-28d5df39-010c-45db-a5b5-04b38bbf5ba7 { padding-top:48px;padding-right:0px;padding-bottom:48px;padding-left:0px;background:#F8F7F5;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-28d5df39-010c-45db-a5b5-04b38bbf5ba7:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-28d5df39-010c-45db-a5b5-04b38bbf5ba7:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-28d5df39-010c-45db-a5b5-04b38bbf5ba7.ablocks-block--container { padding-top:48px;padding-right:0px;padding-bottom:48px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-28d5df39-010c-45db-a5b5-04b38bbf5ba7 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-72acaa6c-2e6b-456d-985c-b9d62f4e059c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-72acaa6c-2e6b-456d-985c-b9d62f4e059c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-72acaa6c-2e6b-456d-985c-b9d62f4e059c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-72acaa6c-2e6b-456d-985c-b9d62f4e059c.ablocks-block--container { padding:0px;max-width:min(100%,668px) !important;overflow:visible; } .ablocks-block-72acaa6c-2e6b-456d-985c-b9d62f4e059c > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container { gap:17px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:4px; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .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-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:64px; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Playfair Display;font-weight:500;font-size:20px;line-height:28px;color:#111111; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#111111B2; } @media screen and (max-width: 800px) { .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Montserrat; } } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596 .ablocks-info-box-star-ratings { gap:0px; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596 .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-d75eebfe-070c-49f2-9844-7df0c908a596 .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-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box:hover > .ablocks-block-container > .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-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box:hover > .ablocks-block-container > .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-d75eebfe-070c-49f2-9844-7df0c908a596 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596.ablocks-block--info-box > .ablocks-block-container > .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-d75eebfe-070c-49f2-9844-7df0c908a596 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d75eebfe-070c-49f2-9844-7df0c908a596 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-5df6960d-8a63-4ad9-9ed4-bd6aa8b6fa86 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5df6960d-8a63-4ad9-9ed4-bd6aa8b6fa86 { text-align:center; } .ablocks-block-5df6960d-8a63-4ad9-9ed4-bd6aa8b6fa86 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-5df6960d-8a63-4ad9-9ed4-bd6aa8b6fa86 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-5df6960d-8a63-4ad9-9ed4-bd6aa8b6fa86 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b691e6fc-6aa4-4591-a168-6de145156970 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b691e6fc-6aa4-4591-a168-6de145156970.ablocks-block--social-shares .ablocks-block-container { flex-direction:row;justify-content:flex-start;gap:16px; } .ablocks-block-b691e6fc-6aa4-4591-a168-6de145156970 .ablocks-block-container .ablocks-social-share { height:48px;width:48px; } .ablocks-block-b691e6fc-6aa4-4591-a168-6de145156970 .ablocks-social-share > .ablocks-svg-icon { fill:#170a1b!important;width:16px;height:16px; } .ablocks-block-b691e6fc-6aa4-4591-a168-6de145156970 .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-b691e6fc-6aa4-4591-a168-6de145156970 .ablocks-social-share-item--icon { width:24px;height:24px; } .ablocks-block-b691e6fc-6aa4-4591-a168-6de145156970 .ablocks-social-share-item--icon>.ablocks-svg-icon { height:20px; } .ablocks-block-b691e6fc-6aa4-4591-a168-6de145156970 .ablocks-social-share-item--text { width:80px;height:42px; } 
.ablocks-block-9400ff15-359a-4776-82ae-0af11f091212 { margin-top:-19px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:120px;padding-bottom:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9400ff15-359a-4776-82ae-0af11f091212.ablocks-block--container { padding-top:120px;padding-bottom:60px;overflow:visible; } .ablocks-block-9400ff15-359a-4776-82ae-0af11f091212 > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-9400ff15-359a-4776-82ae-0af11f091212 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-ecf19607-96cc-45ac-923b-5e258c24ad04 { padding-top:81px;padding-right:0px;padding-bottom:81px;padding-left:0px;background-image:url("https://angkon2.template-kits.com/wp-content/uploads/2025/04/frame_1707483071-1.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: 480px) { .ablocks-block-ecf19607-96cc-45ac-923b-5e258c24ad04 { padding-right:5px;padding-left:5px; } } .ablocks-is-fse-theme .ablocks-block-ecf19607-96cc-45ac-923b-5e258c24ad04:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-ecf19607-96cc-45ac-923b-5e258c24ad04:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-ecf19607-96cc-45ac-923b-5e258c24ad04.ablocks-block--container { padding-top:81px;padding-right:0px;padding-bottom:81px;padding-left:0px;max-width:min(100%,1200px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ecf19607-96cc-45ac-923b-5e258c24ad04.ablocks-block--container { padding-right:5px;padding-left:5px; } } .ablocks-block-ecf19607-96cc-45ac-923b-5e258c24ad04 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-690558c6-ed68-4220-a902-a08fee1450bb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-690558c6-ed68-4220-a902-a08fee1450bb:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-690558c6-ed68-4220-a902-a08fee1450bb:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-690558c6-ed68-4220-a902-a08fee1450bb.ablocks-block--container { padding:0px;max-width:min(100%,859px) !important;overflow:visible; } .ablocks-block-690558c6-ed68-4220-a902-a08fee1450bb > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-8b554c5d-d8a0-4fe4-b350-1a1398ab0dcd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b554c5d-d8a0-4fe4-b350-1a1398ab0dcd { text-align:center; } .ablocks-block-8b554c5d-d8a0-4fe4-b350-1a1398ab0dcd .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:600;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-8b554c5d-d8a0-4fe4-b350-1a1398ab0dcd .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-8b554c5d-d8a0-4fe4-b350-1a1398ab0dcd .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-392c0f47-4362-4462-b4ee-81c230edd092 { box-shadow:0px 2px 4px 0px #0000001F;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-392c0f47-4362-4462-b4ee-81c230edd092 { text-align:center; } .ablocks-block-392c0f47-4362-4462-b4ee-81c230edd092 .ablocks-heading-text { color:linear-gradient(180deg,#344440 0%,#667672 100%);font-family:Playfair Display;font-weight:700;text-transform:uppercase;font-size:48px;line-height:62px; } @media screen and (max-width: 480px) { .ablocks-block-392c0f47-4362-4462-b4ee-81c230edd092 .ablocks-heading-text { font-size:30px;line-height:38px; } } .ablocks-block-392c0f47-4362-4462-b4ee-81c230edd092 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-392c0f47-4362-4462-b4ee-81c230edd092 .ablocks-animated-text { color:linear-gradient(180deg,#344440 0%,#667672 100%);font-family:Playfair Display;font-weight:700;text-transform:uppercase;font-size:48px;line-height:62px; } @media screen and (max-width: 480px) { .ablocks-block-392c0f47-4362-4462-b4ee-81c230edd092 .ablocks-animated-text { font-size:30px;line-height:38px; } } 
.ablocks-block-88c45e24-1d9f-49f3-99dd-671962883f8d { margin-top:0px;padding-top:0px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-88c45e24-1d9f-49f3-99dd-671962883f8d { padding-right:10px;padding-left:10px; } } .ablocks-block-88c45e24-1d9f-49f3-99dd-671962883f8d.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-88c45e24-1d9f-49f3-99dd-671962883f8d.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-88c45e24-1d9f-49f3-99dd-671962883f8d > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-88c45e24-1d9f-49f3-99dd-671962883f8d > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-37c8fcf8-444a-4383-9e22-0c65742083ca { padding-top:54px;padding-right:0px;padding-bottom:54px;padding-left:0px;border-width:1px 0px 1px 0px;border-style:dotted;border-color:#111111;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-37c8fcf8-444a-4383-9e22-0c65742083ca:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-37c8fcf8-444a-4383-9e22-0c65742083ca:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-37c8fcf8-444a-4383-9e22-0c65742083ca.ablocks-block--container { padding-top:54px;padding-right:0px;padding-bottom:54px;padding-left:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-37c8fcf8-444a-4383-9e22-0c65742083ca > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-c73ef7d6-f5f8-4711-a2f9-5d0db7afcddd { padding:0px;border-width:1px 0px 0px 0px;border-color:#111111;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-c73ef7d6-f5f8-4711-a2f9-5d0db7afcddd:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c73ef7d6-f5f8-4711-a2f9-5d0db7afcddd:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c73ef7d6-f5f8-4711-a2f9-5d0db7afcddd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c73ef7d6-f5f8-4711-a2f9-5d0db7afcddd > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-7158d023-2c94-4552-bec7-8d6ccfabca6a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7158d023-2c94-4552-bec7-8d6ccfabca6a { text-align:left; } .ablocks-block-7158d023-2c94-4552-bec7-8d6ccfabca6a .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-7158d023-2c94-4552-bec7-8d6ccfabca6a .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-7158d023-2c94-4552-bec7-8d6ccfabca6a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b1c2d124-436f-4e74-a36f-43e4b94c36b4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b1c2d124-436f-4e74-a36f-43e4b94c36b4 { text-align:left; } .ablocks-block-b1c2d124-436f-4e74-a36f-43e4b94c36b4 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:700;font-style:normal;font-size:32px;line-height:40px; } @media screen and (max-width: 480px) { .ablocks-block-b1c2d124-436f-4e74-a36f-43e4b94c36b4 .ablocks-heading-text { font-size:28px;line-height:36px; } } .ablocks-block-b1c2d124-436f-4e74-a36f-43e4b94c36b4 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-b1c2d124-436f-4e74-a36f-43e4b94c36b4 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:700;font-style:normal;font-size:32px;line-height:40px; } @media screen and (max-width: 480px) { .ablocks-block-b1c2d124-436f-4e74-a36f-43e4b94c36b4 .ablocks-animated-text { font-size:28px;line-height:36px; } } 
.ablocks-block-c16971e7-34a7-4388-9f26-29530013f113 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-c16971e7-34a7-4388-9f26-29530013f113:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c16971e7-34a7-4388-9f26-29530013f113:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c16971e7-34a7-4388-9f26-29530013f113.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-c16971e7-34a7-4388-9f26-29530013f113 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-c16971e7-34a7-4388-9f26-29530013f113 > .ablocks-block-container { flex-direction:column;row-gap:12px; } } .ablocks-block-c16971e7-34a7-4388-9f26-29530013f113 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-3939a1e9-89ff-4e90-994f-1427b52c54cc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-3939a1e9-89ff-4e90-994f-1427b52c54cc:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-3939a1e9-89ff-4e90-994f-1427b52c54cc:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-3939a1e9-89ff-4e90-994f-1427b52c54cc.ablocks-block--container { padding:0px;max-width:min(100%,893px) !important;overflow:visible; } .ablocks-block-3939a1e9-89ff-4e90-994f-1427b52c54cc > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a9652c2b-1f19-4ebd-abae-6fed8c8839ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9652c2b-1f19-4ebd-abae-6fed8c8839ac { display:flex;justify-content:center; } .ablocks-block-a9652c2b-1f19-4ebd-abae-6fed8c8839ac .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-a9652c2b-1f19-4ebd-abae-6fed8c8839ac .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-bcf03db6-3004-45b6-ae9f-c784ec64b0f5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-bcf03db6-3004-45b6-ae9f-c784ec64b0f5:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-bcf03db6-3004-45b6-ae9f-c784ec64b0f5:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-bcf03db6-3004-45b6-ae9f-c784ec64b0f5.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bcf03db6-3004-45b6-ae9f-c784ec64b0f5.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-bcf03db6-3004-45b6-ae9f-c784ec64b0f5 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bcf03db6-3004-45b6-ae9f-c784ec64b0f5 > .ablocks-block-container { flex-direction:row;column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-bcf03db6-3004-45b6-ae9f-c784ec64b0f5 > .ablocks-block-container { flex-direction:column;row-gap:10px; } } @media screen and (max-width: 800px) { .ablocks-block-bcf03db6-3004-45b6-ae9f-c784ec64b0f5 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } } 
.ablocks-block-cf75cbfb-3af6-40c5-9f6c-37a4cfaca24b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf75cbfb-3af6-40c5-9f6c-37a4cfaca24b { display:flex;justify-content:center; } @media screen and (max-width: 800px) { .ablocks-block-cf75cbfb-3af6-40c5-9f6c-37a4cfaca24b { justify-content:right; } } @media screen and (max-width: 480px) { .ablocks-block-cf75cbfb-3af6-40c5-9f6c-37a4cfaca24b { justify-content:center; } } .ablocks-block-cf75cbfb-3af6-40c5-9f6c-37a4cfaca24b .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-cf75cbfb-3af6-40c5-9f6c-37a4cfaca24b .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-a3f74236-6dee-4495-a5ea-98b10c627786 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a3f74236-6dee-4495-a5ea-98b10c627786 { padding-top:80px; } } @media screen and (max-width: 480px) { .ablocks-block-a3f74236-6dee-4495-a5ea-98b10c627786 { padding-top:0px; } } .ablocks-is-fse-theme .ablocks-block-a3f74236-6dee-4495-a5ea-98b10c627786:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-a3f74236-6dee-4495-a5ea-98b10c627786:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-a3f74236-6dee-4495-a5ea-98b10c627786.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a3f74236-6dee-4495-a5ea-98b10c627786.ablocks-block--container { padding-top:80px; } } @media screen and (max-width: 480px) { .ablocks-block-a3f74236-6dee-4495-a5ea-98b10c627786.ablocks-block--container { padding-top:0px; } } .ablocks-block-a3f74236-6dee-4495-a5ea-98b10c627786 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-bcd004b0-a860-48b3-846b-143670080ed0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bcd004b0-a860-48b3-846b-143670080ed0 { text-align:left; } .ablocks-block-bcd004b0-a860-48b3-846b-143670080ed0 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-bcd004b0-a860-48b3-846b-143670080ed0 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-bcd004b0-a860-48b3-846b-143670080ed0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bdc12808-0c0e-4ded-8301-998c219706fe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bdc12808-0c0e-4ded-8301-998c219706fe { text-align:left; } .ablocks-block-bdc12808-0c0e-4ded-8301-998c219706fe .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-bdc12808-0c0e-4ded-8301-998c219706fe .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-bdc12808-0c0e-4ded-8301-998c219706fe .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-bdc12808-0c0e-4ded-8301-998c219706fe .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-bdc12808-0c0e-4ded-8301-998c219706fe .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-ec378578-b2ab-42eb-933d-2574d29b5e5c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec378578-b2ab-42eb-933d-2574d29b5e5c { text-align:left; } .ablocks-block-ec378578-b2ab-42eb-933d-2574d29b5e5c .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-ec378578-b2ab-42eb-933d-2574d29b5e5c .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } .ablocks-block-ec378578-b2ab-42eb-933d-2574d29b5e5c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-26af4282-5313-4795-9086-40abf9867c8e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-26af4282-5313-4795-9086-40abf9867c8e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-26af4282-5313-4795-9086-40abf9867c8e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-26af4282-5313-4795-9086-40abf9867c8e.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-26af4282-5313-4795-9086-40abf9867c8e > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-26af4282-5313-4795-9086-40abf9867c8e > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-26af4282-5313-4795-9086-40abf9867c8e > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-8b8e7c36-fe01-48cf-9446-6af1f25ffa2f { padding:0px;transition:border 0s ease,background 0s ease,box-shadow 0s ease;position:relative; } .ablocks-is-fse-theme .ablocks-block-8b8e7c36-fe01-48cf-9446-6af1f25ffa2f:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-8b8e7c36-fe01-48cf-9446-6af1f25ffa2f:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-8b8e7c36-fe01-48cf-9446-6af1f25ffa2f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8b8e7c36-fe01-48cf-9446-6af1f25ffa2f > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-a247c0a1-a492-426b-821b-be3cdf9c0311 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a247c0a1-a492-426b-821b-be3cdf9c0311 { display:flex;justify-content:center; } .ablocks-block-a247c0a1-a492-426b-821b-be3cdf9c0311 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-a247c0a1-a492-426b-821b-be3cdf9c0311 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-934db6ee-16c7-4aab-8fe5-3345057cb795 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-934db6ee-16c7-4aab-8fe5-3345057cb795:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-934db6ee-16c7-4aab-8fe5-3345057cb795:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-934db6ee-16c7-4aab-8fe5-3345057cb795.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-934db6ee-16c7-4aab-8fe5-3345057cb795 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-b12d5d88-475f-4760-902f-1fceebe7bbd1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b12d5d88-475f-4760-902f-1fceebe7bbd1 { text-align:left; } .ablocks-block-b12d5d88-475f-4760-902f-1fceebe7bbd1 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-b12d5d88-475f-4760-902f-1fceebe7bbd1 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-b12d5d88-475f-4760-902f-1fceebe7bbd1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e4107a84-41b5-487a-9de9-4f7caf48947c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4107a84-41b5-487a-9de9-4f7caf48947c { text-align:left; } .ablocks-block-e4107a84-41b5-487a-9de9-4f7caf48947c .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-e4107a84-41b5-487a-9de9-4f7caf48947c .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-e4107a84-41b5-487a-9de9-4f7caf48947c .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-e4107a84-41b5-487a-9de9-4f7caf48947c .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-e4107a84-41b5-487a-9de9-4f7caf48947c .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-b5b8b1da-0a37-4700-ba78-66510da0f502 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5b8b1da-0a37-4700-ba78-66510da0f502 { text-align:left; } .ablocks-block-b5b8b1da-0a37-4700-ba78-66510da0f502 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-b5b8b1da-0a37-4700-ba78-66510da0f502 .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } .ablocks-block-b5b8b1da-0a37-4700-ba78-66510da0f502 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6f2fa755-3544-43ae-a4ce-0c683126cb46 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6f2fa755-3544-43ae-a4ce-0c683126cb46:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6f2fa755-3544-43ae-a4ce-0c683126cb46:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6f2fa755-3544-43ae-a4ce-0c683126cb46.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6f2fa755-3544-43ae-a4ce-0c683126cb46 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-5971e695-26ee-47bc-8b91-9e46a6750ae2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5971e695-26ee-47bc-8b91-9e46a6750ae2 { display:flex;justify-content:center; } .ablocks-block-5971e695-26ee-47bc-8b91-9e46a6750ae2 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-5971e695-26ee-47bc-8b91-9e46a6750ae2 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-ed2fd6b1-0a47-45f4-a5d4-697c7ff8f732 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-ed2fd6b1-0a47-45f4-a5d4-697c7ff8f732:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-ed2fd6b1-0a47-45f4-a5d4-697c7ff8f732:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-ed2fd6b1-0a47-45f4-a5d4-697c7ff8f732.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ed2fd6b1-0a47-45f4-a5d4-697c7ff8f732 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-83604dff-015a-4725-8b12-a934d345d8f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-83604dff-015a-4725-8b12-a934d345d8f7 { text-align:left; } .ablocks-block-83604dff-015a-4725-8b12-a934d345d8f7 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-83604dff-015a-4725-8b12-a934d345d8f7 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-83604dff-015a-4725-8b12-a934d345d8f7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f625edaf-354a-404e-afe1-1dfbb6a727e4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f625edaf-354a-404e-afe1-1dfbb6a727e4 { text-align:left; } .ablocks-block-f625edaf-354a-404e-afe1-1dfbb6a727e4 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-f625edaf-354a-404e-afe1-1dfbb6a727e4 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-f625edaf-354a-404e-afe1-1dfbb6a727e4 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-f625edaf-354a-404e-afe1-1dfbb6a727e4 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-f625edaf-354a-404e-afe1-1dfbb6a727e4 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-184427f6-0039-4024-88a9-2f629bd8009d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-184427f6-0039-4024-88a9-2f629bd8009d { text-align:left; } .ablocks-block-184427f6-0039-4024-88a9-2f629bd8009d .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-184427f6-0039-4024-88a9-2f629bd8009d .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } .ablocks-block-184427f6-0039-4024-88a9-2f629bd8009d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cbfb00be-e132-4dcc-a096-b746515fc52c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-cbfb00be-e132-4dcc-a096-b746515fc52c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-cbfb00be-e132-4dcc-a096-b746515fc52c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-cbfb00be-e132-4dcc-a096-b746515fc52c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cbfb00be-e132-4dcc-a096-b746515fc52c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-a2bb2c2c-72a5-4dc0-83c9-2c49df7b9dc7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2bb2c2c-72a5-4dc0-83c9-2c49df7b9dc7 { display:flex;justify-content:center; } .ablocks-block-a2bb2c2c-72a5-4dc0-83c9-2c49df7b9dc7 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-a2bb2c2c-72a5-4dc0-83c9-2c49df7b9dc7 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-6b4917fb-7e7e-4455-aeb8-4d30508193b7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6b4917fb-7e7e-4455-aeb8-4d30508193b7:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6b4917fb-7e7e-4455-aeb8-4d30508193b7:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6b4917fb-7e7e-4455-aeb8-4d30508193b7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6b4917fb-7e7e-4455-aeb8-4d30508193b7 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-6edcbb00-bd10-4294-939f-2ba57a68004e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6edcbb00-bd10-4294-939f-2ba57a68004e { text-align:left; } .ablocks-block-6edcbb00-bd10-4294-939f-2ba57a68004e .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-6edcbb00-bd10-4294-939f-2ba57a68004e .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-6edcbb00-bd10-4294-939f-2ba57a68004e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-629e6aa9-1d7a-46d3-b0fb-811f2329dc96 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-629e6aa9-1d7a-46d3-b0fb-811f2329dc96 { text-align:left; } .ablocks-block-629e6aa9-1d7a-46d3-b0fb-811f2329dc96 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-629e6aa9-1d7a-46d3-b0fb-811f2329dc96 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-629e6aa9-1d7a-46d3-b0fb-811f2329dc96 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-629e6aa9-1d7a-46d3-b0fb-811f2329dc96 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-629e6aa9-1d7a-46d3-b0fb-811f2329dc96 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-7e19ad00-d720-4381-8097-ca9249104b89 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e19ad00-d720-4381-8097-ca9249104b89 { text-align:left; } .ablocks-block-7e19ad00-d720-4381-8097-ca9249104b89 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-7e19ad00-d720-4381-8097-ca9249104b89 .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } .ablocks-block-7e19ad00-d720-4381-8097-ca9249104b89 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-eb058e48-d3d0-410a-a3b7-a13bf6163343 { margin-top:60px;padding-top:0px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-eb058e48-d3d0-410a-a3b7-a13bf6163343 { padding-right:10px;padding-left:10px; } } .ablocks-block-eb058e48-d3d0-410a-a3b7-a13bf6163343.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-eb058e48-d3d0-410a-a3b7-a13bf6163343.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-eb058e48-d3d0-410a-a3b7-a13bf6163343 > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-eb058e48-d3d0-410a-a3b7-a13bf6163343 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-f778604a-a6bb-4608-a677-a51d9c6f4c74 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-f778604a-a6bb-4608-a677-a51d9c6f4c74:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-f778604a-a6bb-4608-a677-a51d9c6f4c74:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-f778604a-a6bb-4608-a677-a51d9c6f4c74.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-f778604a-a6bb-4608-a677-a51d9c6f4c74 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } 
.ablocks-block-da6402f7-a5fd-462f-a9ed-39f38b46d96d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-da6402f7-a5fd-462f-a9ed-39f38b46d96d:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-da6402f7-a5fd-462f-a9ed-39f38b46d96d:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-da6402f7-a5fd-462f-a9ed-39f38b46d96d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-da6402f7-a5fd-462f-a9ed-39f38b46d96d > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-c2d3477a-4374-4b56-b54f-de09e5037ec7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2d3477a-4374-4b56-b54f-de09e5037ec7 { text-align:left; } .ablocks-block-c2d3477a-4374-4b56-b54f-de09e5037ec7 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-c2d3477a-4374-4b56-b54f-de09e5037ec7 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-c2d3477a-4374-4b56-b54f-de09e5037ec7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1d22d73d-2eae-4cf0-8634-ea35660aa804 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d22d73d-2eae-4cf0-8634-ea35660aa804 { text-align:left; } .ablocks-block-1d22d73d-2eae-4cf0-8634-ea35660aa804 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:700;font-style:normal;font-size:32px;line-height:40px; } @media screen and (max-width: 480px) { .ablocks-block-1d22d73d-2eae-4cf0-8634-ea35660aa804 .ablocks-heading-text { font-size:28px;line-height:36px; } } .ablocks-block-1d22d73d-2eae-4cf0-8634-ea35660aa804 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-1d22d73d-2eae-4cf0-8634-ea35660aa804 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:700;font-style:normal;font-size:32px;line-height:40px; } @media screen and (max-width: 480px) { .ablocks-block-1d22d73d-2eae-4cf0-8634-ea35660aa804 .ablocks-animated-text { font-size:28px;line-height:36px; } } 
.ablocks-block-5f339c00-b2c4-4317-89fe-309eecce2a4b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-5f339c00-b2c4-4317-89fe-309eecce2a4b:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-5f339c00-b2c4-4317-89fe-309eecce2a4b:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-5f339c00-b2c4-4317-89fe-309eecce2a4b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5f339c00-b2c4-4317-89fe-309eecce2a4b > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:12px;column-gap:38px; } @media screen and (max-width: 800px) { .ablocks-block-5f339c00-b2c4-4317-89fe-309eecce2a4b > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:20px; } } .ablocks-block-5f339c00-b2c4-4317-89fe-309eecce2a4b > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-28e98495-7f5c-409b-b704-0109d0bb75b3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-28e98495-7f5c-409b-b704-0109d0bb75b3:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-28e98495-7f5c-409b-b704-0109d0bb75b3:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-28e98495-7f5c-409b-b704-0109d0bb75b3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-28e98495-7f5c-409b-b704-0109d0bb75b3 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-28e98495-7f5c-409b-b704-0109d0bb75b3 > .ablocks-block-container { align-items:center; } } 
.ablocks-block-53e8e491-48c7-4478-a4b5-2e7b0ee0700b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-53e8e491-48c7-4478-a4b5-2e7b0ee0700b:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-53e8e491-48c7-4478-a4b5-2e7b0ee0700b:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-53e8e491-48c7-4478-a4b5-2e7b0ee0700b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-53e8e491-48c7-4478-a4b5-2e7b0ee0700b > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-53e8e491-48c7-4478-a4b5-2e7b0ee0700b > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-53e8e491-48c7-4478-a4b5-2e7b0ee0700b > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-adf3bd32-4cd5-4de9-a21b-cf028339426d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-adf3bd32-4cd5-4de9-a21b-cf028339426d:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-adf3bd32-4cd5-4de9-a21b-cf028339426d:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-adf3bd32-4cd5-4de9-a21b-cf028339426d.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-adf3bd32-4cd5-4de9-a21b-cf028339426d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-adf3bd32-4cd5-4de9-a21b-cf028339426d > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-999872c3-0396-4274-b8d4-c8c23801bbdc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-999872c3-0396-4274-b8d4-c8c23801bbdc { display:flex;justify-content:center; } .ablocks-block-999872c3-0396-4274-b8d4-c8c23801bbdc .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-999872c3-0396-4274-b8d4-c8c23801bbdc .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-504ec54a-f661-4dc8-a582-4b871e042d0f { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-504ec54a-f661-4dc8-a582-4b871e042d0f:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-504ec54a-f661-4dc8-a582-4b871e042d0f:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-504ec54a-f661-4dc8-a582-4b871e042d0f.ablocks-block--container { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-504ec54a-f661-4dc8-a582-4b871e042d0f > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-504ec54a-f661-4dc8-a582-4b871e042d0f > .ablocks-block-container { align-items:center; } } 
.ablocks-block-d95aeed8-3d4d-4b8d-b2d9-6b1ec835d9ef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d95aeed8-3d4d-4b8d-b2d9-6b1ec835d9ef { text-align:left; } .ablocks-block-d95aeed8-3d4d-4b8d-b2d9-6b1ec835d9ef .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-d95aeed8-3d4d-4b8d-b2d9-6b1ec835d9ef .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-d95aeed8-3d4d-4b8d-b2d9-6b1ec835d9ef .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6caa5671-1b9d-428b-8c49-88923ac97663 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6caa5671-1b9d-428b-8c49-88923ac97663 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-6caa5671-1b9d-428b-8c49-88923ac97663 { text-align:center; } } .ablocks-block-6caa5671-1b9d-428b-8c49-88923ac97663 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-6caa5671-1b9d-428b-8c49-88923ac97663 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-6caa5671-1b9d-428b-8c49-88923ac97663 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-6caa5671-1b9d-428b-8c49-88923ac97663 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-6caa5671-1b9d-428b-8c49-88923ac97663 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-afa75f75-55ba-4bcd-b08d-2abe5447e43e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afa75f75-55ba-4bcd-b08d-2abe5447e43e { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-afa75f75-55ba-4bcd-b08d-2abe5447e43e { text-align:center; } } .ablocks-block-afa75f75-55ba-4bcd-b08d-2abe5447e43e .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-afa75f75-55ba-4bcd-b08d-2abe5447e43e .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-afa75f75-55ba-4bcd-b08d-2abe5447e43e .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-afa75f75-55ba-4bcd-b08d-2abe5447e43e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-17f5a64b-d863-4baa-b04a-4b6e5a439370 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-17f5a64b-d863-4baa-b04a-4b6e5a439370:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-17f5a64b-d863-4baa-b04a-4b6e5a439370:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-17f5a64b-d863-4baa-b04a-4b6e5a439370.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-17f5a64b-d863-4baa-b04a-4b6e5a439370 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-17f5a64b-d863-4baa-b04a-4b6e5a439370 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-17f5a64b-d863-4baa-b04a-4b6e5a439370 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-3551c474-45fb-4bdf-ac4b-d6a005075ada { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-3551c474-45fb-4bdf-ac4b-d6a005075ada:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-3551c474-45fb-4bdf-ac4b-d6a005075ada:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-3551c474-45fb-4bdf-ac4b-d6a005075ada.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-3551c474-45fb-4bdf-ac4b-d6a005075ada.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3551c474-45fb-4bdf-ac4b-d6a005075ada > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-186e4b03-7ac2-48b2-bb0c-e6dc86b3d7ce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-186e4b03-7ac2-48b2-bb0c-e6dc86b3d7ce { display:flex;justify-content:center; } .ablocks-block-186e4b03-7ac2-48b2-bb0c-e6dc86b3d7ce .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-186e4b03-7ac2-48b2-bb0c-e6dc86b3d7ce .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-a1a72523-cf89-4421-a235-d95c18b959bf { padding-top:19px;padding-right:0px;padding-bottom:19px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-a1a72523-cf89-4421-a235-d95c18b959bf:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-a1a72523-cf89-4421-a235-d95c18b959bf:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-a1a72523-cf89-4421-a235-d95c18b959bf.ablocks-block--container { padding-top:19px;padding-right:0px;padding-bottom:19px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a1a72523-cf89-4421-a235-d95c18b959bf > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a1a72523-cf89-4421-a235-d95c18b959bf > .ablocks-block-container { align-items:center; } } 
.ablocks-block-33346a57-1c90-46a4-a154-8397c7cef220 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33346a57-1c90-46a4-a154-8397c7cef220 { text-align:left; } .ablocks-block-33346a57-1c90-46a4-a154-8397c7cef220 .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-33346a57-1c90-46a4-a154-8397c7cef220 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-33346a57-1c90-46a4-a154-8397c7cef220 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-68f7aff9-9f5c-4cfc-a895-cb7fbcc4cb15 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68f7aff9-9f5c-4cfc-a895-cb7fbcc4cb15 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-68f7aff9-9f5c-4cfc-a895-cb7fbcc4cb15 { text-align:center; } } .ablocks-block-68f7aff9-9f5c-4cfc-a895-cb7fbcc4cb15 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-68f7aff9-9f5c-4cfc-a895-cb7fbcc4cb15 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-68f7aff9-9f5c-4cfc-a895-cb7fbcc4cb15 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-68f7aff9-9f5c-4cfc-a895-cb7fbcc4cb15 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-68f7aff9-9f5c-4cfc-a895-cb7fbcc4cb15 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-81d32618-69d4-4fa9-91da-b6fd18a5fc27 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81d32618-69d4-4fa9-91da-b6fd18a5fc27 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-81d32618-69d4-4fa9-91da-b6fd18a5fc27 { text-align:center; } } .ablocks-block-81d32618-69d4-4fa9-91da-b6fd18a5fc27 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-81d32618-69d4-4fa9-91da-b6fd18a5fc27 .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-81d32618-69d4-4fa9-91da-b6fd18a5fc27 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-81d32618-69d4-4fa9-91da-b6fd18a5fc27 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-25902916-1e1b-4df0-8725-dfc1e3d4ee95 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-25902916-1e1b-4df0-8725-dfc1e3d4ee95:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-25902916-1e1b-4df0-8725-dfc1e3d4ee95:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-25902916-1e1b-4df0-8725-dfc1e3d4ee95.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-25902916-1e1b-4df0-8725-dfc1e3d4ee95 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-25902916-1e1b-4df0-8725-dfc1e3d4ee95 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-25902916-1e1b-4df0-8725-dfc1e3d4ee95 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-4aa30dc5-3a64-431b-879e-7acea4b17f21 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4aa30dc5-3a64-431b-879e-7acea4b17f21:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4aa30dc5-3a64-431b-879e-7acea4b17f21:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4aa30dc5-3a64-431b-879e-7acea4b17f21.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-4aa30dc5-3a64-431b-879e-7acea4b17f21.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-4aa30dc5-3a64-431b-879e-7acea4b17f21 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-47d4439d-6371-4816-83c6-dcf05f69714f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-47d4439d-6371-4816-83c6-dcf05f69714f { display:flex;justify-content:center; } .ablocks-block-47d4439d-6371-4816-83c6-dcf05f69714f .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-47d4439d-6371-4816-83c6-dcf05f69714f .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-78adb862-84fc-4340-9f54-b5e444f3cab7 { padding-top:19px;padding-right:0px;padding-bottom:19px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-78adb862-84fc-4340-9f54-b5e444f3cab7:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-78adb862-84fc-4340-9f54-b5e444f3cab7:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-78adb862-84fc-4340-9f54-b5e444f3cab7.ablocks-block--container { padding-top:19px;padding-right:0px;padding-bottom:19px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-78adb862-84fc-4340-9f54-b5e444f3cab7 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-78adb862-84fc-4340-9f54-b5e444f3cab7 > .ablocks-block-container { align-items:center; } } 
.ablocks-block-45785536-0043-44d9-bd00-e0ed8a98724a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-45785536-0043-44d9-bd00-e0ed8a98724a { text-align:left; } .ablocks-block-45785536-0043-44d9-bd00-e0ed8a98724a .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-45785536-0043-44d9-bd00-e0ed8a98724a .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-45785536-0043-44d9-bd00-e0ed8a98724a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3efa18f8-84b2-48da-a798-ec672b5696e3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3efa18f8-84b2-48da-a798-ec672b5696e3 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-3efa18f8-84b2-48da-a798-ec672b5696e3 { text-align:center; } } .ablocks-block-3efa18f8-84b2-48da-a798-ec672b5696e3 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-3efa18f8-84b2-48da-a798-ec672b5696e3 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-3efa18f8-84b2-48da-a798-ec672b5696e3 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-3efa18f8-84b2-48da-a798-ec672b5696e3 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-3efa18f8-84b2-48da-a798-ec672b5696e3 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-f4bec047-7ae1-4dbb-8770-a5f4c305bb66 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f4bec047-7ae1-4dbb-8770-a5f4c305bb66 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-f4bec047-7ae1-4dbb-8770-a5f4c305bb66 { text-align:center; } } .ablocks-block-f4bec047-7ae1-4dbb-8770-a5f4c305bb66 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-f4bec047-7ae1-4dbb-8770-a5f4c305bb66 .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-f4bec047-7ae1-4dbb-8770-a5f4c305bb66 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-f4bec047-7ae1-4dbb-8770-a5f4c305bb66 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7e82e638-04fe-45ab-aa61-7e26e53e08a6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-7e82e638-04fe-45ab-aa61-7e26e53e08a6:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-7e82e638-04fe-45ab-aa61-7e26e53e08a6:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-7e82e638-04fe-45ab-aa61-7e26e53e08a6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7e82e638-04fe-45ab-aa61-7e26e53e08a6 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-7e82e638-04fe-45ab-aa61-7e26e53e08a6 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-7e82e638-04fe-45ab-aa61-7e26e53e08a6 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-42f5e326-ce4d-4b27-8feb-b908c36e8aaa { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-42f5e326-ce4d-4b27-8feb-b908c36e8aaa:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-42f5e326-ce4d-4b27-8feb-b908c36e8aaa:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-42f5e326-ce4d-4b27-8feb-b908c36e8aaa.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-42f5e326-ce4d-4b27-8feb-b908c36e8aaa.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-42f5e326-ce4d-4b27-8feb-b908c36e8aaa > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e2aee976-89e2-4520-a583-774458163038 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e2aee976-89e2-4520-a583-774458163038 { display:flex;justify-content:center; } .ablocks-block-e2aee976-89e2-4520-a583-774458163038 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-e2aee976-89e2-4520-a583-774458163038 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-f0d952be-d482-43c9-b6a7-f3953bb848a9 { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-f0d952be-d482-43c9-b6a7-f3953bb848a9:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-f0d952be-d482-43c9-b6a7-f3953bb848a9:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-f0d952be-d482-43c9-b6a7-f3953bb848a9.ablocks-block--container { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f0d952be-d482-43c9-b6a7-f3953bb848a9 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-f0d952be-d482-43c9-b6a7-f3953bb848a9 > .ablocks-block-container { align-items:center; } } 
.ablocks-block-48669e27-685d-4fa4-b448-8efeafbc22f8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48669e27-685d-4fa4-b448-8efeafbc22f8 { text-align:left; } .ablocks-block-48669e27-685d-4fa4-b448-8efeafbc22f8 .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-48669e27-685d-4fa4-b448-8efeafbc22f8 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-48669e27-685d-4fa4-b448-8efeafbc22f8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a81caca8-0322-41ee-adcc-049f4788e802 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a81caca8-0322-41ee-adcc-049f4788e802 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-a81caca8-0322-41ee-adcc-049f4788e802 { text-align:center; } } .ablocks-block-a81caca8-0322-41ee-adcc-049f4788e802 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-a81caca8-0322-41ee-adcc-049f4788e802 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-a81caca8-0322-41ee-adcc-049f4788e802 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-a81caca8-0322-41ee-adcc-049f4788e802 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-a81caca8-0322-41ee-adcc-049f4788e802 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-65e461b1-7ed8-435a-9c87-3d67721cea52 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65e461b1-7ed8-435a-9c87-3d67721cea52 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-65e461b1-7ed8-435a-9c87-3d67721cea52 { text-align:center; } } .ablocks-block-65e461b1-7ed8-435a-9c87-3d67721cea52 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-65e461b1-7ed8-435a-9c87-3d67721cea52 .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-65e461b1-7ed8-435a-9c87-3d67721cea52 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-65e461b1-7ed8-435a-9c87-3d67721cea52 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4fa5dcb0-d4b8-4361-8935-d272f1207875 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4fa5dcb0-d4b8-4361-8935-d272f1207875:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4fa5dcb0-d4b8-4361-8935-d272f1207875:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4fa5dcb0-d4b8-4361-8935-d272f1207875.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4fa5dcb0-d4b8-4361-8935-d272f1207875 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-4fa5dcb0-d4b8-4361-8935-d272f1207875 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-4fa5dcb0-d4b8-4361-8935-d272f1207875 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-3681573e-8ef3-4f49-9580-c53da0d9dff9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-3681573e-8ef3-4f49-9580-c53da0d9dff9:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-3681573e-8ef3-4f49-9580-c53da0d9dff9:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-3681573e-8ef3-4f49-9580-c53da0d9dff9.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-3681573e-8ef3-4f49-9580-c53da0d9dff9.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3681573e-8ef3-4f49-9580-c53da0d9dff9 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a12e4ad6-e3bf-4eff-84f7-734b844117a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a12e4ad6-e3bf-4eff-84f7-734b844117a8 { display:flex;justify-content:center; } .ablocks-block-a12e4ad6-e3bf-4eff-84f7-734b844117a8 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-a12e4ad6-e3bf-4eff-84f7-734b844117a8 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-3f723981-ce3c-4e37-90a3-903a77ddd668 { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-3f723981-ce3c-4e37-90a3-903a77ddd668:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-3f723981-ce3c-4e37-90a3-903a77ddd668:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-3f723981-ce3c-4e37-90a3-903a77ddd668.ablocks-block--container { padding-top:6px;padding-right:0px;padding-bottom:6px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3f723981-ce3c-4e37-90a3-903a77ddd668 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-3f723981-ce3c-4e37-90a3-903a77ddd668 > .ablocks-block-container { align-items:center; } } 
.ablocks-block-747d3850-e883-482e-9b1b-99122831c1dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-747d3850-e883-482e-9b1b-99122831c1dc { text-align:left; } .ablocks-block-747d3850-e883-482e-9b1b-99122831c1dc .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-747d3850-e883-482e-9b1b-99122831c1dc .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-747d3850-e883-482e-9b1b-99122831c1dc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-64a1203d-0538-41d6-9341-f8c5ff0bab99 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64a1203d-0538-41d6-9341-f8c5ff0bab99 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-64a1203d-0538-41d6-9341-f8c5ff0bab99 { text-align:center; } } .ablocks-block-64a1203d-0538-41d6-9341-f8c5ff0bab99 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-64a1203d-0538-41d6-9341-f8c5ff0bab99 .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-64a1203d-0538-41d6-9341-f8c5ff0bab99 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-64a1203d-0538-41d6-9341-f8c5ff0bab99 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-64a1203d-0538-41d6-9341-f8c5ff0bab99 .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-7e071641-ff93-453d-9b6f-2689f5294cd6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e071641-ff93-453d-9b6f-2689f5294cd6 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-7e071641-ff93-453d-9b6f-2689f5294cd6 { text-align:center; } } .ablocks-block-7e071641-ff93-453d-9b6f-2689f5294cd6 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-7e071641-ff93-453d-9b6f-2689f5294cd6 .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-7e071641-ff93-453d-9b6f-2689f5294cd6 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-7e071641-ff93-453d-9b6f-2689f5294cd6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ccf53856-5fa4-4168-9165-ea154ed9c5d9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-ccf53856-5fa4-4168-9165-ea154ed9c5d9:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-ccf53856-5fa4-4168-9165-ea154ed9c5d9:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-ccf53856-5fa4-4168-9165-ea154ed9c5d9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ccf53856-5fa4-4168-9165-ea154ed9c5d9 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-ccf53856-5fa4-4168-9165-ea154ed9c5d9 > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-ccf53856-5fa4-4168-9165-ea154ed9c5d9 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-edc6e143-c79c-4259-a348-76a42b441abd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-edc6e143-c79c-4259-a348-76a42b441abd:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-edc6e143-c79c-4259-a348-76a42b441abd:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-edc6e143-c79c-4259-a348-76a42b441abd.ablocks-block--container { padding:0px;max-width:min(100%,287px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-edc6e143-c79c-4259-a348-76a42b441abd.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-edc6e143-c79c-4259-a348-76a42b441abd > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7a42c1a5-ac54-4e04-890f-e7a6906a9cc8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a42c1a5-ac54-4e04-890f-e7a6906a9cc8 { display:flex;justify-content:center; } .ablocks-block-7a42c1a5-ac54-4e04-890f-e7a6906a9cc8 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-7a42c1a5-ac54-4e04-890f-e7a6906a9cc8 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-c3573f70-60fe-4ab1-b099-62e61cfb6d2d { padding-top:24px;padding-right:0px;padding-bottom:24px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-c3573f70-60fe-4ab1-b099-62e61cfb6d2d:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-c3573f70-60fe-4ab1-b099-62e61cfb6d2d:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-c3573f70-60fe-4ab1-b099-62e61cfb6d2d.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:24px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c3573f70-60fe-4ab1-b099-62e61cfb6d2d > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-c3573f70-60fe-4ab1-b099-62e61cfb6d2d > .ablocks-block-container { align-items:center; } } 
.ablocks-block-8c6adcb6-c7ad-408d-b7dd-39874ed8e98e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c6adcb6-c7ad-408d-b7dd-39874ed8e98e { text-align:left; } .ablocks-block-8c6adcb6-c7ad-408d-b7dd-39874ed8e98e .ablocks-paragraph-text { color:#111111b3;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-8c6adcb6-c7ad-408d-b7dd-39874ed8e98e .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-8c6adcb6-c7ad-408d-b7dd-39874ed8e98e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-82633e5e-b495-4860-9378-0ae595c8174b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82633e5e-b495-4860-9378-0ae595c8174b { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-82633e5e-b495-4860-9378-0ae595c8174b { text-align:center; } } .ablocks-block-82633e5e-b495-4860-9378-0ae595c8174b .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-82633e5e-b495-4860-9378-0ae595c8174b .ablocks-heading-text { font-size:20px;line-height:30px; } } .ablocks-block-82633e5e-b495-4860-9378-0ae595c8174b .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-82633e5e-b495-4860-9378-0ae595c8174b .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:500;font-style:normal;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-82633e5e-b495-4860-9378-0ae595c8174b .ablocks-animated-text { font-size:20px;line-height:30px; } } 
.ablocks-block-d9b4d139-bec8-4247-9c7e-0c391abf8316 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d9b4d139-bec8-4247-9c7e-0c391abf8316 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-d9b4d139-bec8-4247-9c7e-0c391abf8316 { text-align:center; } } .ablocks-block-d9b4d139-bec8-4247-9c7e-0c391abf8316 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-d9b4d139-bec8-4247-9c7e-0c391abf8316 .ablocks-paragraph-text { font-family:Montserrat;font-size:16px;line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-d9b4d139-bec8-4247-9c7e-0c391abf8316 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-d9b4d139-bec8-4247-9c7e-0c391abf8316 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b10688cb-3bce-40f0-a2ab-1d7b1e38aa08 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-b10688cb-3bce-40f0-a2ab-1d7b1e38aa08:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-b10688cb-3bce-40f0-a2ab-1d7b1e38aa08:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-b10688cb-3bce-40f0-a2ab-1d7b1e38aa08.ablocks-block--container { padding:0px;max-width:min(100%,330px) !important;overflow:visible; } .ablocks-block-b10688cb-3bce-40f0-a2ab-1d7b1e38aa08 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-60edf99b-8038-4b7e-833c-52f4002e84ec { padding:32px;background:#ffffff;box-shadow:0px 16px 32px -12px rgba(63,63,63,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-60edf99b-8038-4b7e-833c-52f4002e84ec:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-60edf99b-8038-4b7e-833c-52f4002e84ec:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-60edf99b-8038-4b7e-833c-52f4002e84ec.ablocks-block--container { padding:32px;max-width:min(100%,330px) !important;overflow:visible; } .ablocks-block-60edf99b-8038-4b7e-833c-52f4002e84ec > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:4px;column-gap:0px; } 
.ablocks-block-aba07d75-4add-428d-be60-6d2c1dc42916 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aba07d75-4add-428d-be60-6d2c1dc42916 { text-align:center; } .ablocks-block-aba07d75-4add-428d-be60-6d2c1dc42916 .ablocks-paragraph-text { color:#111111;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:12px;line-height:18px; } @media screen and (max-width: 800px) { .ablocks-block-aba07d75-4add-428d-be60-6d2c1dc42916 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-aba07d75-4add-428d-be60-6d2c1dc42916 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a0c03e7d-a407-448b-8e14-2cecd5a7172a { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0c03e7d-a407-448b-8e14-2cecd5a7172a { text-align:center; } .ablocks-block-a0c03e7d-a407-448b-8e14-2cecd5a7172a .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } .ablocks-block-a0c03e7d-a407-448b-8e14-2cecd5a7172a .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-a0c03e7d-a407-448b-8e14-2cecd5a7172a .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } 
.ablocks-block-cf8d3273-9125-4af2-93c4-ce041991ae71 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-cf8d3273-9125-4af2-93c4-ce041991ae71:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-cf8d3273-9125-4af2-93c4-ce041991ae71:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-cf8d3273-9125-4af2-93c4-ce041991ae71.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cf8d3273-9125-4af2-93c4-ce041991ae71 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:4px;column-gap:0px; } 
.ablocks-block-29759203-d027-4822-8218-05f42c63ca9e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29759203-d027-4822-8218-05f42c63ca9e { display:flex;justify-content:center; } .ablocks-block-29759203-d027-4822-8218-05f42c63ca9e .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-29759203-d027-4822-8218-05f42c63ca9e .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-31b3060d-7a10-4469-8db9-91b591d0da7f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-31b3060d-7a10-4469-8db9-91b591d0da7f { text-align:center; } .ablocks-block-31b3060d-7a10-4469-8db9-91b591d0da7f .ablocks-heading-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-31b3060d-7a10-4469-8db9-91b591d0da7f .ablocks-heading-text { font-family:Montserrat; } } .ablocks-block-31b3060d-7a10-4469-8db9-91b591d0da7f .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-31b3060d-7a10-4469-8db9-91b591d0da7f .ablocks-animated-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-31b3060d-7a10-4469-8db9-91b591d0da7f .ablocks-animated-text { font-family:Montserrat; } } 
.ablocks-block-046c2464-7289-480b-8d3f-a8a30b199156 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-046c2464-7289-480b-8d3f-a8a30b199156.ablocks-block--social-shares .ablocks-block-container { flex-direction:row;justify-content:center;gap:16px; } .ablocks-block-046c2464-7289-480b-8d3f-a8a30b199156 .ablocks-block-container .ablocks-social-share { height:48px;width:48px; } .ablocks-block-046c2464-7289-480b-8d3f-a8a30b199156 .ablocks-social-share > .ablocks-svg-icon { fill:#170a1b!important;width:16px;height:16px; } .ablocks-block-046c2464-7289-480b-8d3f-a8a30b199156 .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-046c2464-7289-480b-8d3f-a8a30b199156 .ablocks-social-share-item--icon { width:43px;height:42px; } .ablocks-block-046c2464-7289-480b-8d3f-a8a30b199156 .ablocks-social-share-item--icon>.ablocks-svg-icon { height:25px; } .ablocks-block-046c2464-7289-480b-8d3f-a8a30b199156 .ablocks-social-share-item--text { width:80px;height:42px; } 
.ablocks-block-c8181eeb-6167-478f-ac26-606b8050d0fe { margin-top:0px;padding-top:119px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8181eeb-6167-478f-ac26-606b8050d0fe.ablocks-block--container { padding-top:119px;padding-bottom:120px;overflow:visible; } .ablocks-block-c8181eeb-6167-478f-ac26-606b8050d0fe > .ablocks-block-container { max-width:min(100%,1300px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-c8181eeb-6167-478f-ac26-606b8050d0fe > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-717108e7-5b72-4628-b892-c851677ec76c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-717108e7-5b72-4628-b892-c851677ec76c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-717108e7-5b72-4628-b892-c851677ec76c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-717108e7-5b72-4628-b892-c851677ec76c.ablocks-block--container { padding:0px;max-width:min(100%,1200px) !important;overflow:visible; } .ablocks-block-717108e7-5b72-4628-b892-c851677ec76c > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:0px; } 
.ablocks-block-84f07203-93af-4d89-b4a9-bc173c08eb72 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-84f07203-93af-4d89-b4a9-bc173c08eb72:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-84f07203-93af-4d89-b4a9-bc173c08eb72:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-84f07203-93af-4d89-b4a9-bc173c08eb72.ablocks-block--container { padding:0px;max-width:min(100%,488px) !important;overflow:visible; } .ablocks-block-84f07203-93af-4d89-b4a9-bc173c08eb72 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-e28ae224-a232-49db-8650-dc8011c124c1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e28ae224-a232-49db-8650-dc8011c124c1 { text-align:center; } .ablocks-block-e28ae224-a232-49db-8650-dc8011c124c1 .ablocks-heading-text { color:#111111;font-family:Playfair Display;font-weight:700;font-size:32px;line-height:40px; } @media screen and (max-width: 480px) { .ablocks-block-e28ae224-a232-49db-8650-dc8011c124c1 .ablocks-heading-text { font-size:28px;line-height:36px; } } .ablocks-block-e28ae224-a232-49db-8650-dc8011c124c1 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-e28ae224-a232-49db-8650-dc8011c124c1 .ablocks-animated-text { color:#111111;font-family:Playfair Display;font-weight:700;font-size:32px;line-height:40px; } @media screen and (max-width: 480px) { .ablocks-block-e28ae224-a232-49db-8650-dc8011c124c1 .ablocks-animated-text { font-size:28px;line-height:36px; } } 
.ablocks-block-42ba89b1-2629-43f2-a117-8fbc265ecbb0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42ba89b1-2629-43f2-a117-8fbc265ecbb0 { text-align:center; } .ablocks-block-42ba89b1-2629-43f2-a117-8fbc265ecbb0 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-42ba89b1-2629-43f2-a117-8fbc265ecbb0 .ablocks-paragraph-text { font-family:Montserrat; } } .ablocks-block-42ba89b1-2629-43f2-a117-8fbc265ecbb0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5dc47967-7ab1-4881-89e5-2a61f18561fb { padding-top:48px;padding-right:0px;padding-bottom:48px;padding-left:0px;background:#F8F7F5;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-5dc47967-7ab1-4881-89e5-2a61f18561fb:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-5dc47967-7ab1-4881-89e5-2a61f18561fb:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-5dc47967-7ab1-4881-89e5-2a61f18561fb.ablocks-block--container { padding-top:48px;padding-right:0px;padding-bottom:48px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5dc47967-7ab1-4881-89e5-2a61f18561fb > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-af25403e-f677-4699-8aef-2438545a7587 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-af25403e-f677-4699-8aef-2438545a7587:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-af25403e-f677-4699-8aef-2438545a7587:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-af25403e-f677-4699-8aef-2438545a7587.ablocks-block--container { padding:0px;max-width:min(100%,668px) !important;overflow:visible; } .ablocks-block-af25403e-f677-4699-8aef-2438545a7587 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container { gap:17px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:4px; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .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-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:64px; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Playfair Display;font-weight:500;font-size:20px;line-height:28px;color:#111111; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#111111B2; } @media screen and (max-width: 800px) { .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Montserrat; } } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e .ablocks-info-box-star-ratings { gap:0px; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e .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-f831403c-fff0-490e-96e0-05de4eca536e .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-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box:hover > .ablocks-block-container > .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-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box:hover > .ablocks-block-container > .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-f831403c-fff0-490e-96e0-05de4eca536e .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e.ablocks-block--info-box > .ablocks-block-container > .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-f831403c-fff0-490e-96e0-05de4eca536e .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f831403c-fff0-490e-96e0-05de4eca536e .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-a9630d81-223a-45e9-a611-d6c94bc5c666 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9630d81-223a-45e9-a611-d6c94bc5c666 { text-align:center; } .ablocks-block-a9630d81-223a-45e9-a611-d6c94bc5c666 .ablocks-paragraph-text { color:#111111B2;font-family:Montserrat,sans-serif;font-weight:400;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-a9630d81-223a-45e9-a611-d6c94bc5c666 .ablocks-paragraph-text { font-family:Montserrat; } } @media screen and (max-width: 480px) { .ablocks-block-a9630d81-223a-45e9-a611-d6c94bc5c666 .ablocks-paragraph-text { font-size:17px;line-height:25px; } } .ablocks-block-a9630d81-223a-45e9-a611-d6c94bc5c666 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4064862f-43c3-4641-bc65-44e5972c5468 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4064862f-43c3-4641-bc65-44e5972c5468.ablocks-block--social-shares .ablocks-block-container { flex-direction:row;justify-content:flex-start;gap:16px; } .ablocks-block-4064862f-43c3-4641-bc65-44e5972c5468 .ablocks-block-container .ablocks-social-share { height:48px;width:48px; } .ablocks-block-4064862f-43c3-4641-bc65-44e5972c5468 .ablocks-social-share > .ablocks-svg-icon { fill:#170a1b!important;width:16px;height:16px; } .ablocks-block-4064862f-43c3-4641-bc65-44e5972c5468 .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-4064862f-43c3-4641-bc65-44e5972c5468 .ablocks-social-share-item--icon { width:24px;height:24px; } .ablocks-block-4064862f-43c3-4641-bc65-44e5972c5468 .ablocks-social-share-item--icon>.ablocks-svg-icon { height:20px; } .ablocks-block-4064862f-43c3-4641-bc65-44e5972c5468 .ablocks-social-share-item--text { width:80px;height:42px; } 
.ablocks-block-d7217ed6-82b0-4c3f-8832-d10b8a604e92 { margin-top:-20px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:120px;padding-bottom:120px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d7217ed6-82b0-4c3f-8832-d10b8a604e92 { margin-top:80px;padding-top:50px;padding-bottom:70px; } } .ablocks-block-d7217ed6-82b0-4c3f-8832-d10b8a604e92.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d7217ed6-82b0-4c3f-8832-d10b8a604e92.ablocks-block--container { padding-top:50px;padding-bottom:70px; } } .ablocks-block-d7217ed6-82b0-4c3f-8832-d10b8a604e92 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-d7217ed6-82b0-4c3f-8832-d10b8a604e92 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-d7217ed6-82b0-4c3f-8832-d10b8a604e92.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-c4dd56c8-d63a-48b2-bba4-df2d0d7fe6eb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c4dd56c8-d63a-48b2-bba4-df2d0d7fe6eb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c4dd56c8-d63a-48b2-bba4-df2d0d7fe6eb { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-c4dd56c8-d63a-48b2-bba4-df2d0d7fe6eb { row-gap:24px; } } .ablocks-block-c4dd56c8-d63a-48b2-bba4-df2d0d7fe6eb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-c4dd56c8-d63a-48b2-bba4-df2d0d7fe6eb.ablocks-has-block-container > .ablocks-block-container { row-gap:24px; } } 
.ablocks-block-3e62f167-6522-497d-9603-8ff271a59837 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3e62f167-6522-497d-9603-8ff271a59837.ablocks-block--container { padding:0px;max-width:min(100%,51%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3e62f167-6522-497d-9603-8ff271a59837.ablocks-block--container { max-width:min(100%,84%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3e62f167-6522-497d-9603-8ff271a59837.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3e62f167-6522-497d-9603-8ff271a59837 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3e62f167-6522-497d-9603-8ff271a59837.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-34fd9a80-f6e1-4f87-98fa-eb2b50f9c03c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-34fd9a80-f6e1-4f87-98fa-eb2b50f9c03c { margin-top:10px; } } .ablocks-block-34fd9a80-f6e1-4f87-98fa-eb2b50f9c03c { text-align:center; } .ablocks-block-34fd9a80-f6e1-4f87-98fa-eb2b50f9c03c .ablocks-heading-text { color:#0B0A14;font-family:Poppins;font-weight:500;font-size:50px;line-height:58px; } @media screen and (max-width: 480px) { .ablocks-block-34fd9a80-f6e1-4f87-98fa-eb2b50f9c03c .ablocks-heading-text { font-size:28px;line-height:41px; } } 
.ablocks-block-b6c7d9d2-29f8-4778-8448-a7567196d02c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6c7d9d2-29f8-4778-8448-a7567196d02c { text-align:center; } .ablocks-block-b6c7d9d2-29f8-4778-8448-a7567196d02c .ablocks-paragraph-text { color:#667085;font-family:Outfit;font-weight:400;font-size:18px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-b6c7d9d2-29f8-4778-8448-a7567196d02c .ablocks-paragraph-text { font-size:14px;line-height:25px; } } .ablocks-block-b6c7d9d2-29f8-4778-8448-a7567196d02c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-574cdb4e-fe11-4760-a56f-ac1fec2ed228 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-574cdb4e-fe11-4760-a56f-ac1fec2ed228 { margin-top:30px; } } .ablocks-block-574cdb4e-fe11-4760-a56f-ac1fec2ed228.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-574cdb4e-fe11-4760-a56f-ac1fec2ed228 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-574cdb4e-fe11-4760-a56f-ac1fec2ed228 { flex-direction:column;row-gap:20px;column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-574cdb4e-fe11-4760-a56f-ac1fec2ed228 { flex-wrap:wrap;row-gap:24px;column-gap:13px; } } .ablocks-block-574cdb4e-fe11-4760-a56f-ac1fec2ed228.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-574cdb4e-fe11-4760-a56f-ac1fec2ed228.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px;column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-574cdb4e-fe11-4760-a56f-ac1fec2ed228.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap;row-gap:24px;column-gap:13px; } } .ablocks-block-574cdb4e-fe11-4760-a56f-ac1fec2ed228 { display:inline-flex; } 
.ablocks-block-76107079-d9f5-494c-83a4-e44063d91121 { margin:0px;padding:0px;border-width:1px;border-style:solid;border-color:#e3e0e0;border-radius:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121 { padding-right:24px; } } @media screen and (max-width: 480px) { .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121 { padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px; } } .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121.ablocks-block--container { padding-right:24px; } } @media screen and (max-width: 480px) { .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121.ablocks-block--container { padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px; } } .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121 { align-items:center;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121 { flex-direction:column;row-gap:12px;column-gap:12px; } } .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121.ablocks-has-block-container > .ablocks-block-container { align-items:center;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:12px;column-gap:12px; } } .ablocks-block-76107079-d9f5-494c-83a4-e44063d91121 { display:inline-flex; } 
.ablocks-block-fd136d5a-59a7-42e2-ab17-23e51bfac8d3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fd136d5a-59a7-42e2-ab17-23e51bfac8d3.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-fd136d5a-59a7-42e2-ab17-23e51bfac8d3.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fd136d5a-59a7-42e2-ab17-23e51bfac8d3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-fd136d5a-59a7-42e2-ab17-23e51bfac8d3 { min-height:1px; } } .ablocks-block-fd136d5a-59a7-42e2-ab17-23e51bfac8d3.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: 480px) { .ablocks-block-fd136d5a-59a7-42e2-ab17-23e51bfac8d3.ablocks-has-block-container > .ablocks-block-container { min-height:1px; } } 
.ablocks-block-f4133478-f50a-4eb0-a533-eed8058c2541 { margin-bottom:-8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f4133478-f50a-4eb0-a533-eed8058c2541 { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-f4133478-f50a-4eb0-a533-eed8058c2541 { justify-content:center; } } .ablocks-block-f4133478-f50a-4eb0-a533-eed8058c2541 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 480px) { .ablocks-block-f4133478-f50a-4eb0-a533-eed8058c2541 .ablocks-image-figure img { border-radius:22px; } } .ablocks-block-f4133478-f50a-4eb0-a533-eed8058c2541 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f4133478-f50a-4eb0-a533-eed8058c2541 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-bab0f7b8-e304-4fb5-9794-e468c3a3d2c2 { margin:0px;padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-bab0f7b8-e304-4fb5-9794-e468c3a3d2c2 { padding-top:12px;padding-bottom:12px; } } @media screen and (max-width: 480px) { .ablocks-block-bab0f7b8-e304-4fb5-9794-e468c3a3d2c2 { padding-top:0px;padding-bottom:0px; } } .ablocks-block-bab0f7b8-e304-4fb5-9794-e468c3a3d2c2.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bab0f7b8-e304-4fb5-9794-e468c3a3d2c2.ablocks-block--container { padding-top:12px;padding-bottom:12px; } } @media screen and (max-width: 480px) { .ablocks-block-bab0f7b8-e304-4fb5-9794-e468c3a3d2c2.ablocks-block--container { padding-top:0px;padding-bottom:0px; } } .ablocks-block-bab0f7b8-e304-4fb5-9794-e468c3a3d2c2 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bab0f7b8-e304-4fb5-9794-e468c3a3d2c2 { row-gap:14px; } } .ablocks-block-bab0f7b8-e304-4fb5-9794-e468c3a3d2c2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bab0f7b8-e304-4fb5-9794-e468c3a3d2c2.ablocks-has-block-container > .ablocks-block-container { row-gap:14px; } } 
.ablocks-block-93db45ba-45a6-4fe1-be9e-dc09281c5780 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93db45ba-45a6-4fe1-be9e-dc09281c5780 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-93db45ba-45a6-4fe1-be9e-dc09281c5780 { text-align:center; } } .ablocks-block-93db45ba-45a6-4fe1-be9e-dc09281c5780 .ablocks-heading-text { color:#0B0A14;font-family:Poppins;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-93db45ba-45a6-4fe1-be9e-dc09281c5780 .ablocks-heading-text { line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-93db45ba-45a6-4fe1-be9e-dc09281c5780 .ablocks-heading-text { line-height:18px; } } 
.ablocks-block-3a0d9a78-8394-4833-9e27-c6cabd36912d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3a0d9a78-8394-4833-9e27-c6cabd36912d { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-3a0d9a78-8394-4833-9e27-c6cabd36912d { text-align:center; } } .ablocks-block-3a0d9a78-8394-4833-9e27-c6cabd36912d .ablocks-paragraph-text { color:#667085;font-family:Outfit;font-weight:400;font-size:18px;line-height:22.68px; } @media screen and (max-width: 800px) { .ablocks-block-3a0d9a78-8394-4833-9e27-c6cabd36912d .ablocks-paragraph-text { font-size:17px;line-height:18px; } } @media screen and (max-width: 480px) { .ablocks-block-3a0d9a78-8394-4833-9e27-c6cabd36912d .ablocks-paragraph-text { line-height:15px; } } .ablocks-block-3a0d9a78-8394-4833-9e27-c6cabd36912d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e { margin:0px;padding:0px;border-width:1px;border-style:solid;border-color:#e3e0e0;border-radius:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e { padding-right:24px; } } @media screen and (max-width: 480px) { .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e { padding:12px; } } .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e.ablocks-block--container { padding-right:24px; } } @media screen and (max-width: 480px) { .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e.ablocks-block--container { padding:12px; } } .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e { align-items:center;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e { flex-direction:column;row-gap:12px;column-gap:12px; } } .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e.ablocks-has-block-container > .ablocks-block-container { align-items:center;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:12px;column-gap:12px; } } .ablocks-block-8a7ad5e0-096b-4686-b0e0-ca0130db2d8e { display:inline-flex; } 
.ablocks-block-ef9a2ba8-fa1d-4236-8b16-74a723625200 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef9a2ba8-fa1d-4236-8b16-74a723625200.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ef9a2ba8-fa1d-4236-8b16-74a723625200.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ef9a2ba8-fa1d-4236-8b16-74a723625200 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-ef9a2ba8-fa1d-4236-8b16-74a723625200 { min-height:1px; } } .ablocks-block-ef9a2ba8-fa1d-4236-8b16-74a723625200.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: 480px) { .ablocks-block-ef9a2ba8-fa1d-4236-8b16-74a723625200.ablocks-has-block-container > .ablocks-block-container { min-height:1px; } } 
.ablocks-block-8ac623db-471c-4d3a-841b-f95c11a2e38e { margin-bottom:-8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ac623db-471c-4d3a-841b-f95c11a2e38e { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-8ac623db-471c-4d3a-841b-f95c11a2e38e { justify-content:center; } } .ablocks-block-8ac623db-471c-4d3a-841b-f95c11a2e38e .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 480px) { .ablocks-block-8ac623db-471c-4d3a-841b-f95c11a2e38e .ablocks-image-figure img { border-radius:22px; } } .ablocks-block-8ac623db-471c-4d3a-841b-f95c11a2e38e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8ac623db-471c-4d3a-841b-f95c11a2e38e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b { margin:0px;padding-top:25px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b { padding-top:12px;padding-bottom:12px; } } @media screen and (max-width: 480px) { .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b { padding-top:0px;padding-bottom:0px; } } .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b.ablocks-block--container { padding-top:25px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b.ablocks-block--container { padding-top:12px;padding-bottom:12px; } } @media screen and (max-width: 480px) { .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b.ablocks-block--container { padding-top:0px;padding-bottom:0px; } } .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b { row-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b { row-gap:12px; } } .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b.ablocks-has-block-container > .ablocks-block-container { row-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-fa5494af-ea17-49b0-8f32-1770be31e63b.ablocks-has-block-container > .ablocks-block-container { row-gap:12px; } } 
.ablocks-block-aa1317f0-d565-4fd9-9e55-4d0ce5a15d32 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa1317f0-d565-4fd9-9e55-4d0ce5a15d32 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-aa1317f0-d565-4fd9-9e55-4d0ce5a15d32 { text-align:center; } } .ablocks-block-aa1317f0-d565-4fd9-9e55-4d0ce5a15d32 .ablocks-heading-text { color:#0B0A14;font-family:Poppins;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-aa1317f0-d565-4fd9-9e55-4d0ce5a15d32 .ablocks-heading-text { line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-aa1317f0-d565-4fd9-9e55-4d0ce5a15d32 .ablocks-heading-text { line-height:18px; } } 
.ablocks-block-6011c62b-55f2-40fa-9487-ef5c9260643c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6011c62b-55f2-40fa-9487-ef5c9260643c { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-6011c62b-55f2-40fa-9487-ef5c9260643c { text-align:center; } } .ablocks-block-6011c62b-55f2-40fa-9487-ef5c9260643c .ablocks-paragraph-text { color:#667085;font-family:Outfit;font-weight:400;font-size:18px;line-height:22.68px; } @media screen and (max-width: 800px) { .ablocks-block-6011c62b-55f2-40fa-9487-ef5c9260643c .ablocks-paragraph-text { font-size:17px;line-height:18px; } } @media screen and (max-width: 480px) { .ablocks-block-6011c62b-55f2-40fa-9487-ef5c9260643c .ablocks-paragraph-text { line-height:15px; } } .ablocks-block-6011c62b-55f2-40fa-9487-ef5c9260643c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3b1ec4b1-e1cc-47dd-8a43-c1182f32a798 { margin-top:30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3b1ec4b1-e1cc-47dd-8a43-c1182f32a798 { margin-top:10px;margin-right:0px;margin-bottom:0px;margin-left:0px; } } .ablocks-block-3b1ec4b1-e1cc-47dd-8a43-c1182f32a798.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3b1ec4b1-e1cc-47dd-8a43-c1182f32a798 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-3b1ec4b1-e1cc-47dd-8a43-c1182f32a798 { flex-direction:column;row-gap:20px;column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-3b1ec4b1-e1cc-47dd-8a43-c1182f32a798 { flex-wrap:wrap;row-gap:24px; } } .ablocks-block-3b1ec4b1-e1cc-47dd-8a43-c1182f32a798.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-3b1ec4b1-e1cc-47dd-8a43-c1182f32a798.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px;column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-3b1ec4b1-e1cc-47dd-8a43-c1182f32a798.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap;row-gap:24px; } } .ablocks-block-3b1ec4b1-e1cc-47dd-8a43-c1182f32a798 { display:inline-flex; } 
.ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef { margin:0px;padding:0px;border-width:1px;border-style:solid;border-color:#e3e0e0;border-radius:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef { padding-right:24px; } } @media screen and (max-width: 480px) { .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef { padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px; } } .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef.ablocks-block--container { padding-right:24px; } } @media screen and (max-width: 480px) { .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef.ablocks-block--container { padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px; } } .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef { align-items:center;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef { flex-direction:column;row-gap:12px;column-gap:12px; } } .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef.ablocks-has-block-container > .ablocks-block-container { align-items:center;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:12px;column-gap:12px; } } .ablocks-block-e5f82385-8193-46fc-bd40-fd31fd6326ef { display:inline-flex; } 
.ablocks-block-7a6d4150-1c6c-4b5f-97a4-91e397dcd34e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a6d4150-1c6c-4b5f-97a4-91e397dcd34e.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-7a6d4150-1c6c-4b5f-97a4-91e397dcd34e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7a6d4150-1c6c-4b5f-97a4-91e397dcd34e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-7a6d4150-1c6c-4b5f-97a4-91e397dcd34e { min-height:1px; } } .ablocks-block-7a6d4150-1c6c-4b5f-97a4-91e397dcd34e.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: 480px) { .ablocks-block-7a6d4150-1c6c-4b5f-97a4-91e397dcd34e.ablocks-has-block-container > .ablocks-block-container { min-height:1px; } } 
.ablocks-block-7d4218f6-ede7-4091-b649-c0cf1d4d7eff { margin-bottom:-8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d4218f6-ede7-4091-b649-c0cf1d4d7eff { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-7d4218f6-ede7-4091-b649-c0cf1d4d7eff { justify-content:center; } } .ablocks-block-7d4218f6-ede7-4091-b649-c0cf1d4d7eff .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 480px) { .ablocks-block-7d4218f6-ede7-4091-b649-c0cf1d4d7eff .ablocks-image-figure img { border-radius:22px; } } .ablocks-block-7d4218f6-ede7-4091-b649-c0cf1d4d7eff .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7d4218f6-ede7-4091-b649-c0cf1d4d7eff .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25 { margin:0px;padding-top:24px;padding-right:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25 { padding-top:12px;padding-bottom:12px; } } @media screen and (max-width: 480px) { .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25 { padding-top:0px;padding-bottom:0px; } } .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25.ablocks-block--container { padding-top:24px;padding-right:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25.ablocks-block--container { padding-top:12px;padding-bottom:12px; } } @media screen and (max-width: 480px) { .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25.ablocks-block--container { padding-top:0px;padding-bottom:0px; } } .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25 { row-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25 { row-gap:12px; } } .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25.ablocks-has-block-container > .ablocks-block-container { row-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-96c19791-4200-43d9-9955-6c8582f58d25.ablocks-has-block-container > .ablocks-block-container { row-gap:12px; } } 
.ablocks-block-18364ef2-573f-44cc-b459-50f7de4c0e0c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18364ef2-573f-44cc-b459-50f7de4c0e0c { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-18364ef2-573f-44cc-b459-50f7de4c0e0c { text-align:center; } } .ablocks-block-18364ef2-573f-44cc-b459-50f7de4c0e0c .ablocks-heading-text { color:#0B0A14;font-family:Poppins;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-18364ef2-573f-44cc-b459-50f7de4c0e0c .ablocks-heading-text { line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-18364ef2-573f-44cc-b459-50f7de4c0e0c .ablocks-heading-text { line-height:18px; } } 
.ablocks-block-dbca5bb2-c46e-4dc4-9456-013e8b15515d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dbca5bb2-c46e-4dc4-9456-013e8b15515d { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-dbca5bb2-c46e-4dc4-9456-013e8b15515d { text-align:center; } } .ablocks-block-dbca5bb2-c46e-4dc4-9456-013e8b15515d .ablocks-paragraph-text { color:#667085;font-family:Outfit;font-weight:400;font-size:18px;line-height:22.68px; } @media screen and (max-width: 800px) { .ablocks-block-dbca5bb2-c46e-4dc4-9456-013e8b15515d .ablocks-paragraph-text { font-size:17px;line-height:18px; } } @media screen and (max-width: 480px) { .ablocks-block-dbca5bb2-c46e-4dc4-9456-013e8b15515d .ablocks-paragraph-text { line-height:15px; } } .ablocks-block-dbca5bb2-c46e-4dc4-9456-013e8b15515d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a { margin:0px;padding:0px;border-width:1px;border-style:solid;border-color:#e3e0e0;border-radius:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a { padding-right:24px; } } @media screen and (max-width: 480px) { .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a { padding:12px; } } .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a.ablocks-block--container { padding-right:24px; } } @media screen and (max-width: 480px) { .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a.ablocks-block--container { padding:12px; } } .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a { align-items:center;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a { flex-direction:column;row-gap:12px;column-gap:12px; } } .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a.ablocks-has-block-container > .ablocks-block-container { align-items:center;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:12px;column-gap:12px; } } .ablocks-block-96310279-d554-46f9-a4aa-0d21458abd8a { display:inline-flex; } 
.ablocks-block-f3967ef2-4f0e-40ed-b697-48d1c77adcae { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f3967ef2-4f0e-40ed-b697-48d1c77adcae.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-f3967ef2-4f0e-40ed-b697-48d1c77adcae.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-f3967ef2-4f0e-40ed-b697-48d1c77adcae { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-f3967ef2-4f0e-40ed-b697-48d1c77adcae { min-height:2px; } } .ablocks-block-f3967ef2-4f0e-40ed-b697-48d1c77adcae.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: 480px) { .ablocks-block-f3967ef2-4f0e-40ed-b697-48d1c77adcae.ablocks-has-block-container > .ablocks-block-container { min-height:2px; } } 
.ablocks-block-0b508ac2-318a-434a-99a8-be7399cb4a54 { margin-bottom:-7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b508ac2-318a-434a-99a8-be7399cb4a54 { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-0b508ac2-318a-434a-99a8-be7399cb4a54 { justify-content:center; } } .ablocks-block-0b508ac2-318a-434a-99a8-be7399cb4a54 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 480px) { .ablocks-block-0b508ac2-318a-434a-99a8-be7399cb4a54 .ablocks-image-figure img { border-radius:22px; } } .ablocks-block-0b508ac2-318a-434a-99a8-be7399cb4a54 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0b508ac2-318a-434a-99a8-be7399cb4a54 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92 { margin:0px;padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92 { padding-top:12px;padding-bottom:12px; } } @media screen and (max-width: 480px) { .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92 { padding-top:0px;padding-bottom:0px; } } .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92.ablocks-block--container { padding-top:12px;padding-bottom:12px;max-width:min(100%,97%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92.ablocks-block--container { padding-top:0px;padding-bottom:0px;max-width:min(100%,100%) !important; } } .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92 { row-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92 { align-items:center;row-gap:12px; } } .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92.ablocks-has-block-container > .ablocks-block-container { row-gap:14px; } } @media screen and (max-width: 480px) { .ablocks-block-3c4d59bd-e04e-41b9-8c2f-fecd642d4a92.ablocks-has-block-container > .ablocks-block-container { align-items:center;row-gap:12px; } } 
.ablocks-block-dd5ae558-154e-4278-869b-90be5bdfd4ab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd5ae558-154e-4278-869b-90be5bdfd4ab { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-dd5ae558-154e-4278-869b-90be5bdfd4ab { text-align:center; } } .ablocks-block-dd5ae558-154e-4278-869b-90be5bdfd4ab .ablocks-heading-text { color:#0B0A14;font-family:Poppins;font-weight:500;font-size:24px;line-height:36px; } @media screen and (max-width: 800px) { .ablocks-block-dd5ae558-154e-4278-869b-90be5bdfd4ab .ablocks-heading-text { line-height:22px; } } @media screen and (max-width: 480px) { .ablocks-block-dd5ae558-154e-4278-869b-90be5bdfd4ab .ablocks-heading-text { line-height:18px; } } 
.ablocks-block-78de6451-8733-4b83-aae5-850c7b576339 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-78de6451-8733-4b83-aae5-850c7b576339 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-78de6451-8733-4b83-aae5-850c7b576339 { text-align:center; } } .ablocks-block-78de6451-8733-4b83-aae5-850c7b576339 .ablocks-paragraph-text { color:#667085;font-family:Outfit;font-weight:400;font-size:18px;line-height:22.68px; } @media screen and (max-width: 800px) { .ablocks-block-78de6451-8733-4b83-aae5-850c7b576339 .ablocks-paragraph-text { font-size:17px;line-height:18px; } } @media screen and (max-width: 480px) { .ablocks-block-78de6451-8733-4b83-aae5-850c7b576339 .ablocks-paragraph-text { line-height:15px; } } .ablocks-block-78de6451-8733-4b83-aae5-850c7b576339 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1 { margin:0px;padding-top:120px;padding-bottom:120px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1 { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1 { padding-top:40px;padding-bottom:40px; } } .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1.ablocks-block--container { padding-top:40px;padding-bottom:40px; } } .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1 > .ablocks-block-container { column-gap:15px; } } .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1.ablocks-has-block-container > .ablocks-block-container { column-gap:15px; } } .ablocks-block-6a18e92f-b44e-4137-8283-01d85d6c72a1 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-ea2c72c2-58f9-414b-87d8-246a416c9699 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ea2c72c2-58f9-414b-87d8-246a416c9699 { margin-top:10px; } } .ablocks-block-ea2c72c2-58f9-414b-87d8-246a416c9699.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ea2c72c2-58f9-414b-87d8-246a416c9699 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-ea2c72c2-58f9-414b-87d8-246a416c9699 { flex-direction:column;align-items:center;column-gap:25px; } } .ablocks-block-ea2c72c2-58f9-414b-87d8-246a416c9699.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-ea2c72c2-58f9-414b-87d8-246a416c9699.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;column-gap:25px; } } .ablocks-block-ea2c72c2-58f9-414b-87d8-246a416c9699 { display:inline-flex; } 
.ablocks-block-3fbbdbc2-11e9-4c6f-b29e-08332205e2b6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3fbbdbc2-11e9-4c6f-b29e-08332205e2b6 { margin-top:6px; } } .ablocks-block-3fbbdbc2-11e9-4c6f-b29e-08332205e2b6.ablocks-block--container { padding:0px;max-width:min(100%,553px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3fbbdbc2-11e9-4c6f-b29e-08332205e2b6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3fbbdbc2-11e9-4c6f-b29e-08332205e2b6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3fbbdbc2-11e9-4c6f-b29e-08332205e2b6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c51f4c87-ef28-43f9-9b3c-948c14e56dbb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c51f4c87-ef28-43f9-9b3c-948c14e56dbb { padding:0px; } } .ablocks-block-c51f4c87-ef28-43f9-9b3c-948c14e56dbb { display:flex;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-c51f4c87-ef28-43f9-9b3c-948c14e56dbb { justify-content:center; } } .ablocks-block-c51f4c87-ef28-43f9-9b3c-948c14e56dbb .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-c51f4c87-ef28-43f9-9b3c-948c14e56dbb .ablocks-image-figure img { width:580px; } } .ablocks-block-c51f4c87-ef28-43f9-9b3c-948c14e56dbb .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c51f4c87-ef28-43f9-9b3c-948c14e56dbb .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-077e5c41-c19b-49cb-982b-2b7af74f7501 { padding-top:55px;padding-right:0px;padding-bottom:55px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-077e5c41-c19b-49cb-982b-2b7af74f7501 { padding-bottom:10px; } } .ablocks-block-077e5c41-c19b-49cb-982b-2b7af74f7501.ablocks-block--container { padding-top:55px;padding-right:0px;padding-bottom:55px;padding-left:0px;max-width:min(100%,553px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-077e5c41-c19b-49cb-982b-2b7af74f7501.ablocks-block--container { max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-077e5c41-c19b-49cb-982b-2b7af74f7501.ablocks-block--container { padding-bottom:10px; } } .ablocks-block-077e5c41-c19b-49cb-982b-2b7af74f7501 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-077e5c41-c19b-49cb-982b-2b7af74f7501.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ca5929cb-3a13-4731-92b2-26d31f047aef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca5929cb-3a13-4731-92b2-26d31f047aef { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-ca5929cb-3a13-4731-92b2-26d31f047aef { text-align:center; } } .ablocks-block-ca5929cb-3a13-4731-92b2-26d31f047aef .ablocks-heading-text { color:#0B0A14;font-family:Poppins;font-weight:500;font-size:50px;line-height:58px; } @media screen and (max-width: 480px) { .ablocks-block-ca5929cb-3a13-4731-92b2-26d31f047aef .ablocks-heading-text { font-size:35px;line-height:40px; } } 
.ablocks-block-09594a6d-1e92-48dc-8db7-cfd1b93a7453 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09594a6d-1e92-48dc-8db7-cfd1b93a7453 { text-align:left; } .ablocks-block-09594a6d-1e92-48dc-8db7-cfd1b93a7453 .ablocks-paragraph-text { color:#667085;font-family:Outfit;font-weight:400;font-size:18px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-09594a6d-1e92-48dc-8db7-cfd1b93a7453 .ablocks-paragraph-text { font-size:16px;line-height:24px; } } .ablocks-block-09594a6d-1e92-48dc-8db7-cfd1b93a7453 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9ca01d31-f799-4513-b5b2-db5176b96e79 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ca01d31-f799-4513-b5b2-db5176b96e79 { text-align:left; } .ablocks-block-9ca01d31-f799-4513-b5b2-db5176b96e79 .ablocks-paragraph-text { color:#667085;font-family:Outfit;font-weight:400;font-size:18px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-9ca01d31-f799-4513-b5b2-db5176b96e79 .ablocks-paragraph-text { font-size:16px;line-height:24px; } } .ablocks-block-9ca01d31-f799-4513-b5b2-db5176b96e79 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-eab96c02-7918-43e6-9ba9-81df2ea8a803 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eab96c02-7918-43e6-9ba9-81df2ea8a803 { text-align:left; } .ablocks-block-eab96c02-7918-43e6-9ba9-81df2ea8a803 .ablocks-paragraph-text { color:#667085;font-family:Outfit;font-weight:400;font-size:18px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-eab96c02-7918-43e6-9ba9-81df2ea8a803 .ablocks-paragraph-text { font-size:16px;line-height:24px; } } .ablocks-block-eab96c02-7918-43e6-9ba9-81df2ea8a803 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0726be4a-3ffb-4e0c-88c8-45569231fd06 { margin:0px;padding-top:120px;padding-bottom:120px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0726be4a-3ffb-4e0c-88c8-45569231fd06 { margin-top:40px;padding-top:0px;padding-bottom:30px; } } @media screen and (max-width: 480px) { .ablocks-block-0726be4a-3ffb-4e0c-88c8-45569231fd06 { margin-top:0px;padding-top:50px;padding-bottom:50px; } } .ablocks-block-0726be4a-3ffb-4e0c-88c8-45569231fd06.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0726be4a-3ffb-4e0c-88c8-45569231fd06.ablocks-block--container { padding-top:0px;padding-bottom:30px; } } @media screen and (max-width: 480px) { .ablocks-block-0726be4a-3ffb-4e0c-88c8-45569231fd06.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-0726be4a-3ffb-4e0c-88c8-45569231fd06 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0726be4a-3ffb-4e0c-88c8-45569231fd06 > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-0726be4a-3ffb-4e0c-88c8-45569231fd06.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-a81e69d8-fe25-431b-b476-27f4342d30c1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a81e69d8-fe25-431b-b476-27f4342d30c1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a81e69d8-fe25-431b-b476-27f4342d30c1 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a81e69d8-fe25-431b-b476-27f4342d30c1 { row-gap:68px; } } @media screen and (max-width: 480px) { .ablocks-block-a81e69d8-fe25-431b-b476-27f4342d30c1 { row-gap:48px; } } .ablocks-block-a81e69d8-fe25-431b-b476-27f4342d30c1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-a81e69d8-fe25-431b-b476-27f4342d30c1.ablocks-has-block-container > .ablocks-block-container { row-gap:68px; } } @media screen and (max-width: 480px) { .ablocks-block-a81e69d8-fe25-431b-b476-27f4342d30c1.ablocks-has-block-container > .ablocks-block-container { row-gap:48px; } } 
.ablocks-block-aa4cbc49-e66d-4f14-91e7-ea790af327f4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa4cbc49-e66d-4f14-91e7-ea790af327f4 { text-align:center; } .ablocks-block-aa4cbc49-e66d-4f14-91e7-ea790af327f4 .ablocks-heading-text { color:#0B0A14;font-family:Poppins;font-weight:500;font-size:50px;line-height:58px; } @media screen and (max-width: 480px) { .ablocks-block-aa4cbc49-e66d-4f14-91e7-ea790af327f4 .ablocks-heading-text { font-size:35px;line-height:40px; } } 
.ablocks-block-cb6c0125-d769-4ae6-a784-29f0d3623ea8 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cb6c0125-d769-4ae6-a784-29f0d3623ea8 { margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; } } .ablocks-block-cb6c0125-d769-4ae6-a784-29f0d3623ea8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cb6c0125-d769-4ae6-a784-29f0d3623ea8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 800px) { .ablocks-block-cb6c0125-d769-4ae6-a784-29f0d3623ea8 { flex-direction:column;align-items:center;flex-wrap:wrap;row-gap:32px;column-gap:32px; } } @media screen and (max-width: 480px) { .ablocks-block-cb6c0125-d769-4ae6-a784-29f0d3623ea8 { row-gap:48px; } } .ablocks-block-cb6c0125-d769-4ae6-a784-29f0d3623ea8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 800px) { .ablocks-block-cb6c0125-d769-4ae6-a784-29f0d3623ea8.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;flex-wrap:wrap;row-gap:32px;column-gap:32px; } } @media screen and (max-width: 480px) { .ablocks-block-cb6c0125-d769-4ae6-a784-29f0d3623ea8.ablocks-has-block-container > .ablocks-block-container { row-gap:48px; } } .ablocks-block-cb6c0125-d769-4ae6-a784-29f0d3623ea8 { display:inline-flex; } 
.ablocks-block-11e77f43-51c9-4342-a2ca-e822920adcfa { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-11e77f43-51c9-4342-a2ca-e822920adcfa.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-11e77f43-51c9-4342-a2ca-e822920adcfa { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 800px) { .ablocks-block-11e77f43-51c9-4342-a2ca-e822920adcfa { column-gap:37px; } } @media screen and (max-width: 480px) { .ablocks-block-11e77f43-51c9-4342-a2ca-e822920adcfa { flex-direction:column;row-gap:30px; } } .ablocks-block-11e77f43-51c9-4342-a2ca-e822920adcfa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 800px) { .ablocks-block-11e77f43-51c9-4342-a2ca-e822920adcfa.ablocks-has-block-container > .ablocks-block-container { column-gap:37px; } } @media screen and (max-width: 480px) { .ablocks-block-11e77f43-51c9-4342-a2ca-e822920adcfa.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-11e77f43-51c9-4342-a2ca-e822920adcfa { display:inline-flex; } 
.ablocks-block-7410f2aa-1d43-44fd-95ca-cbfe7b330b38 { padding:0px;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7410f2aa-1d43-44fd-95ca-cbfe7b330b38.ablocks-block--container { padding:0px;max-width:min(100%,350%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7410f2aa-1d43-44fd-95ca-cbfe7b330b38.ablocks-block--container { max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-7410f2aa-1d43-44fd-95ca-cbfe7b330b38.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7410f2aa-1d43-44fd-95ca-cbfe7b330b38 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7410f2aa-1d43-44fd-95ca-cbfe7b330b38.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-178d8089-8e3b-47a9-a5fd-47402a4b1df7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-178d8089-8e3b-47a9-a5fd-47402a4b1df7 { display:flex;justify-content:center; } .ablocks-block-178d8089-8e3b-47a9-a5fd-47402a4b1df7 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-178d8089-8e3b-47a9-a5fd-47402a4b1df7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-178d8089-8e3b-47a9-a5fd-47402a4b1df7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-26f03970-7abd-476f-a710-13042288d7ba { margin-top:-58px;padding-top:20px;padding-right:25px;padding-bottom:20px;padding-left:24px;background:#ffffff;border-radius:12px;box-shadow:0px 56px 80px -32px #393B6A14;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-26f03970-7abd-476f-a710-13042288d7ba.ablocks-block--container { padding-top:20px;padding-right:25px;padding-bottom:20px;padding-left:24px;max-width:min(100%,90%) !important;overflow:visible; } .ablocks-block-26f03970-7abd-476f-a710-13042288d7ba { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-26f03970-7abd-476f-a710-13042288d7ba.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-26f03970-7abd-476f-a710-13042288d7ba { display:inline-flex; } 
.ablocks-block-ebacf702-f3fd-4c54-8d02-f11cd33f120a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ebacf702-f3fd-4c54-8d02-f11cd33f120a.ablocks-block--container { padding:0px;max-width:min(100%,63%) !important;overflow:visible; } .ablocks-block-ebacf702-f3fd-4c54-8d02-f11cd33f120a { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-ebacf702-f3fd-4c54-8d02-f11cd33f120a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-57e51b8d-b9d8-41d1-90c0-ac6253402554 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57e51b8d-b9d8-41d1-90c0-ac6253402554 { text-align:left; } .ablocks-block-57e51b8d-b9d8-41d1-90c0-ac6253402554 .ablocks-paragraph-text { color:#000000;font-family:Public Sans;font-weight:500;font-style:normal;font-size:20px;line-height:30px;letter-spacing:0.1px; } @media screen and (max-width: 800px) { .ablocks-block-57e51b8d-b9d8-41d1-90c0-ac6253402554 .ablocks-paragraph-text { font-size:15px;line-height:22px; } } .ablocks-block-57e51b8d-b9d8-41d1-90c0-ac6253402554 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b779672e-d7ff-4b6d-80ba-959b4e67cd91 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b779672e-d7ff-4b6d-80ba-959b4e67cd91 { text-align:left; } .ablocks-block-b779672e-d7ff-4b6d-80ba-959b4e67cd91 .ablocks-paragraph-text { color:#6B7094;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0.08px; } @media screen and (max-width: 800px) { .ablocks-block-b779672e-d7ff-4b6d-80ba-959b4e67cd91 .ablocks-paragraph-text { font-family:Inter;font-size:13px;line-height:16px; } } .ablocks-block-b779672e-d7ff-4b6d-80ba-959b4e67cd91 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4d99f0f0-3c19-44b2-a770-93044d8b4149 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d99f0f0-3c19-44b2-a770-93044d8b4149.ablocks-block--container { padding:0px;max-width:min(100%,27%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4d99f0f0-3c19-44b2-a770-93044d8b4149.ablocks-block--container { max-width:min(100%,33%) !important; } } .ablocks-block-4d99f0f0-3c19-44b2-a770-93044d8b4149 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4d99f0f0-3c19-44b2-a770-93044d8b4149.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-82371ad6-d152-4748-9d70-42727b15eda3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82371ad6-d152-4748-9d70-42727b15eda3 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-82371ad6-d152-4748-9d70-42727b15eda3 .ablocks-icon-wrap { background:#F7F9FD;border-radius:50%;padding:.5em;font-size:30px; } .ablocks-block-82371ad6-d152-4748-9d70-42727b15eda3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-82371ad6-d152-4748-9d70-42727b15eda3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#160042; } 
.ablocks-block-8012177d-101c-460b-a0d3-861405e160f0 { padding:0px;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8012177d-101c-460b-a0d3-861405e160f0.ablocks-block--container { padding:0px;max-width:min(100%,350%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8012177d-101c-460b-a0d3-861405e160f0.ablocks-block--container { max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8012177d-101c-460b-a0d3-861405e160f0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8012177d-101c-460b-a0d3-861405e160f0 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8012177d-101c-460b-a0d3-861405e160f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-520bdbca-252c-42fb-a54c-3e4556c7f97a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-520bdbca-252c-42fb-a54c-3e4556c7f97a { display:flex;justify-content:center; } .ablocks-block-520bdbca-252c-42fb-a54c-3e4556c7f97a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-520bdbca-252c-42fb-a54c-3e4556c7f97a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-520bdbca-252c-42fb-a54c-3e4556c7f97a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fea36861-8192-46ce-b183-687f9a9f792a { margin-top:-58px;padding-top:20px;padding-right:25px;padding-bottom:20px;padding-left:24px;background:#ffffff;border-radius:12px;box-shadow:0px 56px 80px -32px #393B6A14;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fea36861-8192-46ce-b183-687f9a9f792a.ablocks-block--container { padding-top:20px;padding-right:25px;padding-bottom:20px;padding-left:24px;max-width:min(100%,90%) !important;overflow:visible; } .ablocks-block-fea36861-8192-46ce-b183-687f9a9f792a { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-fea36861-8192-46ce-b183-687f9a9f792a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-fea36861-8192-46ce-b183-687f9a9f792a { display:inline-flex; } 
.ablocks-block-0bc06616-20a9-4e50-80a7-27d98ef22fc0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0bc06616-20a9-4e50-80a7-27d98ef22fc0.ablocks-block--container { padding:0px;max-width:min(100%,63%) !important;overflow:visible; } .ablocks-block-0bc06616-20a9-4e50-80a7-27d98ef22fc0 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-0bc06616-20a9-4e50-80a7-27d98ef22fc0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-1ff8abbe-91c3-4042-9570-aeefdb730b09 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ff8abbe-91c3-4042-9570-aeefdb730b09 { text-align:left; } .ablocks-block-1ff8abbe-91c3-4042-9570-aeefdb730b09 .ablocks-paragraph-text { color:#000000;font-family:Public Sans;font-weight:500;font-style:normal;font-size:20px;line-height:30px;letter-spacing:0.1px; } @media screen and (max-width: 800px) { .ablocks-block-1ff8abbe-91c3-4042-9570-aeefdb730b09 .ablocks-paragraph-text { font-size:15px;line-height:22px; } } .ablocks-block-1ff8abbe-91c3-4042-9570-aeefdb730b09 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1c10f228-23b2-4574-8564-9ae9b9b4557d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c10f228-23b2-4574-8564-9ae9b9b4557d { text-align:left; } .ablocks-block-1c10f228-23b2-4574-8564-9ae9b9b4557d .ablocks-paragraph-text { color:#6B7094;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0.08px; } @media screen and (max-width: 800px) { .ablocks-block-1c10f228-23b2-4574-8564-9ae9b9b4557d .ablocks-paragraph-text { font-family:Inter;font-size:13px;line-height:16px; } } .ablocks-block-1c10f228-23b2-4574-8564-9ae9b9b4557d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-54ef8b40-9647-461e-9ff1-9200f3bcf4cd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54ef8b40-9647-461e-9ff1-9200f3bcf4cd.ablocks-block--container { padding:0px;max-width:min(100%,27%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-54ef8b40-9647-461e-9ff1-9200f3bcf4cd.ablocks-block--container { max-width:min(100%,33%) !important; } } .ablocks-block-54ef8b40-9647-461e-9ff1-9200f3bcf4cd { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-54ef8b40-9647-461e-9ff1-9200f3bcf4cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-51e94af6-6766-411c-93af-d45bf08b1213 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-51e94af6-6766-411c-93af-d45bf08b1213 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-51e94af6-6766-411c-93af-d45bf08b1213 .ablocks-icon-wrap { background:#F7F9FD;border-radius:50%;padding:.5em;font-size:30px; } .ablocks-block-51e94af6-6766-411c-93af-d45bf08b1213 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-51e94af6-6766-411c-93af-d45bf08b1213 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#160042; } 
.ablocks-block-3df6b62c-24e5-45f5-a15e-4e2fffeb459b { padding:0px;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3df6b62c-24e5-45f5-a15e-4e2fffeb459b.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3df6b62c-24e5-45f5-a15e-4e2fffeb459b.ablocks-block--container { max-width:min(100%,52%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3df6b62c-24e5-45f5-a15e-4e2fffeb459b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3df6b62c-24e5-45f5-a15e-4e2fffeb459b { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3df6b62c-24e5-45f5-a15e-4e2fffeb459b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4086b281-50a7-4cf5-b46f-c399bb6ba576 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4086b281-50a7-4cf5-b46f-c399bb6ba576 { display:flex;justify-content:center; } .ablocks-block-4086b281-50a7-4cf5-b46f-c399bb6ba576 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-4086b281-50a7-4cf5-b46f-c399bb6ba576 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-4086b281-50a7-4cf5-b46f-c399bb6ba576 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-09316e39-b15a-44d9-8838-c20192d5e0c6 { margin-top:-58px;padding-top:20px;padding-right:25px;padding-bottom:20px;padding-left:24px;background:#ffffff;border-radius:12px;box-shadow:0px 56px 80px -32px #393B6A14;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09316e39-b15a-44d9-8838-c20192d5e0c6.ablocks-block--container { padding-top:20px;padding-right:25px;padding-bottom:20px;padding-left:24px;max-width:min(100%,90%) !important;overflow:visible; } .ablocks-block-09316e39-b15a-44d9-8838-c20192d5e0c6 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-09316e39-b15a-44d9-8838-c20192d5e0c6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-09316e39-b15a-44d9-8838-c20192d5e0c6 { display:inline-flex; } 
.ablocks-block-4bc61e40-2728-4da1-a75b-6ab6d95ce8de { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4bc61e40-2728-4da1-a75b-6ab6d95ce8de.ablocks-block--container { padding:0px;max-width:min(100%,63%) !important;overflow:visible; } .ablocks-block-4bc61e40-2728-4da1-a75b-6ab6d95ce8de { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-4bc61e40-2728-4da1-a75b-6ab6d95ce8de.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-85217585-6924-47cc-b8f7-8ee906d073dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85217585-6924-47cc-b8f7-8ee906d073dc { text-align:left; } .ablocks-block-85217585-6924-47cc-b8f7-8ee906d073dc .ablocks-paragraph-text { color:#000000;font-family:Public Sans;font-weight:500;font-style:normal;font-size:20px;line-height:30px;letter-spacing:0.1px; } @media screen and (max-width: 800px) { .ablocks-block-85217585-6924-47cc-b8f7-8ee906d073dc .ablocks-paragraph-text { font-size:15px;line-height:22px; } } .ablocks-block-85217585-6924-47cc-b8f7-8ee906d073dc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f6562b17-ead0-47a8-8ce1-2301a1d2f857 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f6562b17-ead0-47a8-8ce1-2301a1d2f857 { text-align:left; } .ablocks-block-f6562b17-ead0-47a8-8ce1-2301a1d2f857 .ablocks-paragraph-text { color:#6B7094;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0.08px; } @media screen and (max-width: 800px) { .ablocks-block-f6562b17-ead0-47a8-8ce1-2301a1d2f857 .ablocks-paragraph-text { font-family:Inter;font-size:13px;line-height:16px; } } .ablocks-block-f6562b17-ead0-47a8-8ce1-2301a1d2f857 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2eb18ca6-d20c-4499-9430-b903e99f0d00 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2eb18ca6-d20c-4499-9430-b903e99f0d00.ablocks-block--container { padding:0px;max-width:min(100%,27%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2eb18ca6-d20c-4499-9430-b903e99f0d00.ablocks-block--container { max-width:min(100%,33%) !important; } } .ablocks-block-2eb18ca6-d20c-4499-9430-b903e99f0d00 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2eb18ca6-d20c-4499-9430-b903e99f0d00.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e2de2652-9182-4d07-a814-4899d6d6bd0d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e2de2652-9182-4d07-a814-4899d6d6bd0d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-e2de2652-9182-4d07-a814-4899d6d6bd0d .ablocks-icon-wrap { background:#F7F9FD;border-radius:50%;padding:.5em;font-size:30px; } .ablocks-block-e2de2652-9182-4d07-a814-4899d6d6bd0d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-e2de2652-9182-4d07-a814-4899d6d6bd0d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#160042; } 
.ablocks-block-433ca61a-3508-4ef5-a837-2ec9a887ed5c { margin-top:0px;padding-top:120px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-433ca61a-3508-4ef5-a837-2ec9a887ed5c { padding-top:80px;padding-bottom:80px; } } .ablocks-block-433ca61a-3508-4ef5-a837-2ec9a887ed5c.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-433ca61a-3508-4ef5-a837-2ec9a887ed5c.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } .ablocks-block-433ca61a-3508-4ef5-a837-2ec9a887ed5c > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-433ca61a-3508-4ef5-a837-2ec9a887ed5c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } .ablocks-block-433ca61a-3508-4ef5-a837-2ec9a887ed5c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } 
.ablocks-block-f32ebff9-cc45-455f-ac99-ae3f97cd05b6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f32ebff9-cc45-455f-ac99-ae3f97cd05b6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f32ebff9-cc45-455f-ac99-ae3f97cd05b6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f32ebff9-cc45-455f-ac99-ae3f97cd05b6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cebe881d-a510-4101-a1ae-731c2dbd5dd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-a888a849-4b1c-4013-a970-8cd2705c95ed { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a888a849-4b1c-4013-a970-8cd2705c95ed { gap:10px;display:flex;width:100%;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center; } .ablocks-block-a888a849-4b1c-4013-a970-8cd2705c95ed .ablocks-loop-term-filter { color:#000000;background:#F4F4F5; } .ablocks-block-a888a849-4b1c-4013-a970-8cd2705c95ed .ablocks-loop-term-filter--active { color:#FFFFFF;background:#000000; } 
.ablocks-block-4460136b-6c28-423b-8914-0518396a4022 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4460136b-6c28-423b-8914-0518396a4022 .wp-block-ablocks-loop-template { display:grid;grid-template-columns:repeat(3,1fr);gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-4460136b-6c28-423b-8914-0518396a4022 .wp-block-ablocks-loop-template { grid-template-columns:repeat(2,1fr); } } @media screen and (max-width: 480px) { .ablocks-block-4460136b-6c28-423b-8914-0518396a4022 .wp-block-ablocks-loop-template { grid-template-columns:repeat(1,1fr); } } .ablocks-block-4460136b-6c28-423b-8914-0518396a4022 .ablocks-loop-template-item { padding:0px;border-radius:24px; } 
.ablocks-block-32149ea2-4f07-4e42-82b9-526482b642dc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32149ea2-4f07-4e42-82b9-526482b642dc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-32149ea2-4f07-4e42-82b9-526482b642dc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-32149ea2-4f07-4e42-82b9-526482b642dc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-eb0d980e-3f5f-431d-bc0e-89eacd0ea46b { margin-bottom:-7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb0d980e-3f5f-431d-bc0e-89eacd0ea46b { display:flex;justify-content:left; } .ablocks-block-eb0d980e-3f5f-431d-bc0e-89eacd0ea46b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-eb0d980e-3f5f-431d-bc0e-89eacd0ea46b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-eb0d980e-3f5f-431d-bc0e-89eacd0ea46b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6ee9117c-7bb5-4672-b67e-546a94349d41 { padding-top:24px;padding-right:14px;padding-bottom:24px;padding-left:14px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#eaecf0;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6ee9117c-7bb5-4672-b67e-546a94349d41.ablocks-block--container { padding-top:24px;padding-right:14px;padding-bottom:24px;padding-left:14px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6ee9117c-7bb5-4672-b67e-546a94349d41 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6ee9117c-7bb5-4672-b67e-546a94349d41.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b8d7631c-0f91-41f5-ad9f-0e208666e778 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8d7631c-0f91-41f5-ad9f-0e208666e778 { text-align:left; } .ablocks-block-b8d7631c-0f91-41f5-ad9f-0e208666e778 .ablocks-heading-text { color:#0B0A14;font-family:Poppins;font-weight:500;font-style:Medium;font-size:24px;line-height:100%; } 
.ablocks-block-fc83648d-870d-4bc6-a22f-f59a459012c7 { padding-top:24px;padding-right:14px;padding-bottom:14px;padding-left:14px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc83648d-870d-4bc6-a22f-f59a459012c7.ablocks-block--container { padding-top:24px;padding-right:14px;padding-bottom:14px;padding-left:14px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc83648d-870d-4bc6-a22f-f59a459012c7 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fc83648d-870d-4bc6-a22f-f59a459012c7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fc83648d-870d-4bc6-a22f-f59a459012c7 { display:inline-flex; } 
.ablocks-block-ad9d96c6-c6a8-41fb-8afc-a35e13a3fc02 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ad9d96c6-c6a8-41fb-8afc-a35e13a3fc02 { text-align:left; } .ablocks-block-ad9d96c6-c6a8-41fb-8afc-a35e13a3fc02 .ablocks-heading-text { color:#0B0A14;font-family:Poppins;font-weight:500;font-style:Medium;font-size:24px;line-height:100%; } 
.ablocks-block-b801ae38-2f3c-4e71-8b16-15eae670850c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b801ae38-2f3c-4e71-8b16-15eae670850c { text-align:left; } .ablocks-block-b801ae38-2f3c-4e71-8b16-15eae670850c .ablocks-button { column-gap:12px;background:#3B7C0F;justify-content:left;color:#ffffff;border-radius:999px;font-family:Outfit;font-weight:500;font-style:Medium;font-size:16px;line-height:24px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } .ablocks-block-b801ae38-2f3c-4e71-8b16-15eae670850c .ablocks-button:hover { transition-duration:s; } .ablocks-block-b801ae38-2f3c-4e71-8b16-15eae670850c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-b801ae38-2f3c-4e71-8b16-15eae670850c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(45deg);width:16px; } .ablocks-block-b801ae38-2f3c-4e71-8b16-15eae670850c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff;transform:rotate(45deg); } 
.ablocks-block-921b6384-a5a7-46a8-8afd-a409c0b71698 { padding-top:160px;padding-bottom:0px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-921b6384-a5a7-46a8-8afd-a409c0b71698 { padding-top:50px; } } .ablocks-block-921b6384-a5a7-46a8-8afd-a409c0b71698.ablocks-block--container { padding-top:160px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-921b6384-a5a7-46a8-8afd-a409c0b71698.ablocks-block--container { padding-top:50px; } } .ablocks-block-921b6384-a5a7-46a8-8afd-a409c0b71698 > .ablocks-block-container { max-width:min(100%,1600px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-921b6384-a5a7-46a8-8afd-a409c0b71698 > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:5px;row-gap:0px;column-gap:0px; } .ablocks-block-921b6384-a5a7-46a8-8afd-a409c0b71698.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:5px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c418f22e-1dde-49b1-9202-cf40df27dd54 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c418f22e-1dde-49b1-9202-cf40df27dd54.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1600px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c418f22e-1dde-49b1-9202-cf40df27dd54.ablocks-block--container { max-width:min(100%,801px) !important; } } .ablocks-block-c418f22e-1dde-49b1-9202-cf40df27dd54 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:116px; } .ablocks-block-c418f22e-1dde-49b1-9202-cf40df27dd54.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:116px; } 
.ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44 { padding-top:0px;padding-right:0px;padding-bottom:120px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44 { padding-bottom:20px; } } .ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:120px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44.ablocks-block--container { padding-bottom:20px; } } .ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:116px; } @media screen and (max-width: 800px) { .ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44 { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44 { flex-direction:column;row-gap:32px; } } .ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:116px; } @media screen and (max-width: 800px) { .ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-d9d93c44-fc52-4985-a40e-8e8df5caed44 { display:inline-flex; } 
.ablocks-block-39860677-23fb-43af-bf90-4f6ee0c316ca { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39860677-23fb-43af-bf90-4f6ee0c316ca.ablocks-block--container { padding:0px;max-width:min(100%,584px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-39860677-23fb-43af-bf90-4f6ee0c316ca.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-39860677-23fb-43af-bf90-4f6ee0c316ca { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-39860677-23fb-43af-bf90-4f6ee0c316ca.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-2d996869-6366-4869-b101-0d0c9877dfd2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d996869-6366-4869-b101-0d0c9877dfd2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-2d996869-6366-4869-b101-0d0c9877dfd2.ablocks-block--container { max-width:min(100%,1600%) !important; } } .ablocks-block-2d996869-6366-4869-b101-0d0c9877dfd2 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:flex-start;min-height:128px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-2d996869-6366-4869-b101-0d0c9877dfd2 { row-gap:8px;column-gap:185px; } } .ablocks-block-2d996869-6366-4869-b101-0d0c9877dfd2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:flex-start;min-height:128px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-2d996869-6366-4869-b101-0d0c9877dfd2.ablocks-has-block-container > .ablocks-block-container { row-gap:8px;column-gap:185px; } } 
.ablocks-block-0a5b55f3-3b47-45b7-83ec-3eb0f0359228 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a5b55f3-3b47-45b7-83ec-3eb0f0359228 { text-align:left; } .ablocks-block-0a5b55f3-3b47-45b7-83ec-3eb0f0359228 .ablocks-heading-text { font-family:Poppins;font-weight:500;font-size:50px;line-height:58px; } @media screen and (max-width: 800px) { .ablocks-block-0a5b55f3-3b47-45b7-83ec-3eb0f0359228 .ablocks-heading-text { font-size:26px;line-height:36px; } } 
.ablocks-block-ec810d77-0af1-4b9a-a3d6-ab0f833c8f61 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec810d77-0af1-4b9a-a3d6-ab0f833c8f61 { text-align:left; } .ablocks-block-ec810d77-0af1-4b9a-a3d6-ab0f833c8f61 .ablocks-paragraph-text { color:#000000;font-family:Outfit;font-weight:400;font-size:18px;line-height:27px; } @media screen and (max-width: 800px) { .ablocks-block-ec810d77-0af1-4b9a-a3d6-ab0f833c8f61 .ablocks-paragraph-text { font-size:14px; } } @media screen and (max-width: 480px) { .ablocks-block-ec810d77-0af1-4b9a-a3d6-ab0f833c8f61 .ablocks-paragraph-text { font-size:15px; } } .ablocks-block-ec810d77-0af1-4b9a-a3d6-ab0f833c8f61 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 { margin-top:0px; } } .ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 { text-align:left; } .ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#667085;border-width:1px;border-style:solid;border-color:#d0d5dd;border-radius:100px;font-family:Outfit;font-weight:400;font-size:16px;line-height:24px;padding-top:14px;padding-right:24px;padding-bottom:14px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 .ablocks-button { font-size:14px;padding-top:8px;padding-right:15px;padding-bottom:8px;padding-left:15px; } } @media screen and (max-width: 480px) { .ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 .ablocks-button { font-size:15px; } } .ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#4dbf00; } .ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 .ablocks-icon-wrap { font-size:17px; } .ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(329deg);width:17px; } .ablocks-block-91477173-7cb3-44e2-9ad9-7c16c099dd92 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#667085;transform:rotate(329deg); } 
.ablocks-block-9ef48d53-d074-44e9-a957-4f603ad39ce0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ef48d53-d074-44e9-a957-4f603ad39ce0.ablocks-block--container { padding:0px;max-width:min(100%,500px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9ef48d53-d074-44e9-a957-4f603ad39ce0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9ef48d53-d074-44e9-a957-4f603ad39ce0 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9ef48d53-d074-44e9-a957-4f603ad39ce0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-77e1b228-9c40-4bc2-990b-0e2f968d1ec0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-77e1b228-9c40-4bc2-990b-0e2f968d1ec0 { display:flex;justify-content:left; } .ablocks-block-77e1b228-9c40-4bc2-990b-0e2f968d1ec0 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-77e1b228-9c40-4bc2-990b-0e2f968d1ec0 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-77e1b228-9c40-4bc2-990b-0e2f968d1ec0 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-94c633a7-e5f2-4b8a-8a25-f4e5eca72a1c { margin-top:-22px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-94c633a7-e5f2-4b8a-8a25-f4e5eca72a1c.ablocks-block--container { padding:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-94c633a7-e5f2-4b8a-8a25-f4e5eca72a1c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-94c633a7-e5f2-4b8a-8a25-f4e5eca72a1c { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-94c633a7-e5f2-4b8a-8a25-f4e5eca72a1c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-15945f4f-f275-42f4-8977-08576387f946 { margin-top:-118px;padding-top:16px;padding-right:24px;padding-bottom:16px;padding-left:24px;background:#ffffff;border-width:1px;border-style:none;border-color:#ffffff;border-radius:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-15945f4f-f275-42f4-8977-08576387f946 { margin-top:-80px; } } .ablocks-block-15945f4f-f275-42f4-8977-08576387f946.ablocks-block--container { padding-top:16px;padding-right:24px;padding-bottom:16px;padding-left:24px;max-width:min(100%,1600%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-15945f4f-f275-42f4-8977-08576387f946.ablocks-block--container { max-width:min(100%,96%) !important; } } .ablocks-block-15945f4f-f275-42f4-8977-08576387f946 { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-15945f4f-f275-42f4-8977-08576387f946 { column-gap:1px; } } .ablocks-block-15945f4f-f275-42f4-8977-08576387f946.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-15945f4f-f275-42f4-8977-08576387f946.ablocks-has-block-container > .ablocks-block-container { column-gap:1px; } } .ablocks-block-15945f4f-f275-42f4-8977-08576387f946 { display:inline-flex; } 
.ablocks-block-550da883-b674-47fa-adf8-691cc673c0a5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-550da883-b674-47fa-adf8-691cc673c0a5.ablocks-block--container { padding:0px;max-width:min(100%,1600px) !important;overflow:visible; } .ablocks-block-550da883-b674-47fa-adf8-691cc673c0a5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-550da883-b674-47fa-adf8-691cc673c0a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2dc6a632-f4cb-4182-96b4-8aee540b838e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2dc6a632-f4cb-4182-96b4-8aee540b838e { text-align:left; } .ablocks-block-2dc6a632-f4cb-4182-96b4-8aee540b838e .ablocks-paragraph-text { color:#000000;font-weight:400;font-size:10px; } @media screen and (max-width: 480px) { .ablocks-block-2dc6a632-f4cb-4182-96b4-8aee540b838e .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-2dc6a632-f4cb-4182-96b4-8aee540b838e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252.ablocks-block--counter--bar .ablocks-block-container { align-items:left; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252.ablocks-block--counter--number .ablocks-block-container { justify-content:left; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252 .ablocks-counter__content { color:#0B0A14;font-family:Poppins;font-weight:600;font-size:42px;line-height:63px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252 .ablocks-counter__content { font-size:28px;line-height:38px; } } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252 .ablocks-counter__text { color:#4B4F58; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:left;align-items:left; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252 .ablocks-block-container { justify-content:left;align-items:left; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-beabbb82-e45e-4fab-8b92-9e94dbb5b252 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a62909aa-7452-44c8-afb1-6f83858cbdb1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a62909aa-7452-44c8-afb1-6f83858cbdb1.ablocks-block--container { padding:0px;max-width:min(100%,1600px) !important;overflow:visible; } .ablocks-block-a62909aa-7452-44c8-afb1-6f83858cbdb1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a62909aa-7452-44c8-afb1-6f83858cbdb1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-32cb997d-a44b-4c63-a5c1-f8ada0b0bca0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32cb997d-a44b-4c63-a5c1-f8ada0b0bca0 { text-align:left; } .ablocks-block-32cb997d-a44b-4c63-a5c1-f8ada0b0bca0 .ablocks-paragraph-text { color:#000000;font-weight:400;font-size:10px; } @media screen and (max-width: 480px) { .ablocks-block-32cb997d-a44b-4c63-a5c1-f8ada0b0bca0 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-32cb997d-a44b-4c63-a5c1-f8ada0b0bca0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590.ablocks-block--counter--bar .ablocks-block-container { align-items:left; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590.ablocks-block--counter--number .ablocks-block-container { justify-content:left; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590 .ablocks-counter__content { color:#0B0A14;font-family:Poppins;font-weight:600;font-size:42px;line-height:63px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590 .ablocks-counter__content { font-size:28px;line-height:38px; } } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590 .ablocks-counter__text { color:#4B4F58; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:left;align-items:left; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590 .ablocks-block-container { justify-content:left;align-items:left; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-c6d7efb8-8d09-4213-86f1-6fea5f7ac590 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0b2538f7-8079-4971-a207-7870eafe7278 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b2538f7-8079-4971-a207-7870eafe7278.ablocks-block--container { padding:0px;max-width:min(100%,1600px) !important;overflow:visible; } .ablocks-block-0b2538f7-8079-4971-a207-7870eafe7278 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0b2538f7-8079-4971-a207-7870eafe7278.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ee769280-3c45-431e-a431-6ca9f3bbd19e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee769280-3c45-431e-a431-6ca9f3bbd19e { text-align:left; } .ablocks-block-ee769280-3c45-431e-a431-6ca9f3bbd19e .ablocks-paragraph-text { color:#000000;font-weight:400;font-size:10px; } @media screen and (max-width: 480px) { .ablocks-block-ee769280-3c45-431e-a431-6ca9f3bbd19e .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-ee769280-3c45-431e-a431-6ca9f3bbd19e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea.ablocks-block--counter--bar .ablocks-block-container { align-items:left; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea.ablocks-block--counter--number .ablocks-block-container { justify-content:left; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea .ablocks-counter__content { color:#0B0A14;font-family:Poppins;font-weight:600;font-size:42px;line-height:63px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea .ablocks-counter__content { font-size:28px;line-height:38px; } } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea .ablocks-counter__text { color:#4B4F58; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:left;align-items:left; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea .ablocks-block-container { justify-content:left;align-items:left; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-e09d1180-bccd-4fae-9f60-1457f49c1dea .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7967f4ca-c75f-464c-8b01-f360c34cca12 { padding-top:60px;padding-right:0px;padding-bottom:60px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7967f4ca-c75f-464c-8b01-f360c34cca12 { padding:0px; } } .ablocks-block-7967f4ca-c75f-464c-8b01-f360c34cca12.ablocks-block--container { padding-top:60px;padding-right:0px;padding-bottom:60px;padding-left:0px;max-width:min(100%,1600px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7967f4ca-c75f-464c-8b01-f360c34cca12.ablocks-block--container { padding:0px; } } .ablocks-block-7967f4ca-c75f-464c-8b01-f360c34cca12 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:265px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-7967f4ca-c75f-464c-8b01-f360c34cca12 { flex-direction:row;justify-content:flex-end;justify-items:flex-end; } } .ablocks-block-7967f4ca-c75f-464c-8b01-f360c34cca12.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:265px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-7967f4ca-c75f-464c-8b01-f360c34cca12.ablocks-has-block-container > .ablocks-block-container { flex-direction:row;justify-content:flex-end;justify-items:flex-end; } } @media screen and (max-width: 800px) { .ablocks-block-7967f4ca-c75f-464c-8b01-f360c34cca12 { display:inline-flex; } } 
.ablocks-block-8b0aa954-2c22-448b-a293-bd6cea8b820b { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:32px;background:#101828;border-radius:18px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b0aa954-2c22-448b-a293-bd6cea8b820b.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:32px;max-width:min(100%,1201px) !important;overflow:visible; } .ablocks-block-8b0aa954-2c22-448b-a293-bd6cea8b820b { display:flex;flex-direction:column;justify-content:center;justify-items:center;min-height:5px;row-gap:0px;column-gap:10px; } .ablocks-block-8b0aa954-2c22-448b-a293-bd6cea8b820b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;min-height:5px;row-gap:0px;column-gap:10px; } 
.ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .ablocks-carousel-swiper .swiper-wrapper { min-height:140px;align-items:center; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .ablocks-carousel-navigation__button { top:50%; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .ablocks-carousel-navigation__button--next { right:-3%; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .ablocks-carousel-navigation__button--prev { left:-3%; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:35px; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#686868;background-color:#e4e4e4; } .ablocks-block-79d449a9-6c1d-4995-ba26-c9d7a71dbaf8 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-1295688a-021e-45d8-b15b-6f985142a684 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-ff0d68dd-92ad-4388-8d69-69b94831c32d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff0d68dd-92ad-4388-8d69-69b94831c32d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ff0d68dd-92ad-4388-8d69-69b94831c32d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ff0d68dd-92ad-4388-8d69-69b94831c32d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15:not(.ablocks-has-block-container), .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.ablocks-block--info-box > .ablocks-block-container { gap:32px;display:flex;flex-direction:row;align-items:center; } @media screen and (max-width: 480px) { .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15:not(.ablocks-has-block-container), .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.ablocks-block--info-box > .ablocks-block-container { gap:6px; } } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-block--info-box__content { gap:10px; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .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-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Roboto,sans-serif;font-weight:600;font-size:28px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Roboto; } } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Outfit;font-weight:400;font-size:42px;line-height:52.92px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:28px;line-height:38px; } } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-block--info-box__content > .ablocks-info-box-text { color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-info-box-star-ratings { gap:0px; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .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-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .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-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.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-b9e3559d-5df5-4d0b-a43a-299ad22a5f15.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-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .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-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b9e3559d-5df5-4d0b-a43a-299ad22a5f15 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-5532c1d1-82ba-42f3-9698-87acb166d591 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-1108c086-5031-4682-8371-c807261f913f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1108c086-5031-4682-8371-c807261f913f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1108c086-5031-4682-8371-c807261f913f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1108c086-5031-4682-8371-c807261f913f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44:not(.ablocks-has-block-container), .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44.ablocks-block--info-box > .ablocks-block-container { gap:32px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .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-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:600;font-size:28px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Roboto; } } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Outfit;font-weight:400;font-size:42px;line-height:52.92px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:28px;line-height:38px; } } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .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-53d1fd94-52d4-4692-9099-735671940d44 .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-53d1fd94-52d4-4692-9099-735671940d44.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-53d1fd94-52d4-4692-9099-735671940d44.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-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .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-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-53d1fd94-52d4-4692-9099-735671940d44 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-eebfd988-6e67-4ab6-b4bb-3f4e0e4114cf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-6d080a94-a411-4db9-9497-6ff4206979fd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d080a94-a411-4db9-9497-6ff4206979fd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6d080a94-a411-4db9-9497-6ff4206979fd { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6d080a94-a411-4db9-9497-6ff4206979fd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b:not(.ablocks-has-block-container), .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b.ablocks-block--info-box > .ablocks-block-container { gap:32px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .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-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:600;font-size:28px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Roboto; } } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Outfit;font-weight:400;font-size:42px;line-height:52.92px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:28px;line-height:38px; } } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .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-5384c994-d544-4a09-b3af-43481efa8f6b .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-5384c994-d544-4a09-b3af-43481efa8f6b.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-5384c994-d544-4a09-b3af-43481efa8f6b.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-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .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-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5384c994-d544-4a09-b3af-43481efa8f6b .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-5b99a784-6b5f-4d06-bb92-3dc39446ebb8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f3b9fd35-8aad-457d-82e2-124e97392237 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f3b9fd35-8aad-457d-82e2-124e97392237.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f3b9fd35-8aad-457d-82e2-124e97392237 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f3b9fd35-8aad-457d-82e2-124e97392237.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5:not(.ablocks-has-block-container), .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5.ablocks-block--info-box > .ablocks-block-container { gap:32px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .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-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:600;font-size:28px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Roboto; } } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Outfit;font-weight:400;font-size:42px;line-height:52.92px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:28px;line-height:38px; } } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .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-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .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-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5.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-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5.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-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .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-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f4c3d96c-e0bf-46bb-b691-a917b19f5ed5 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4e163e3f-f979-42ed-92bc-bb312c49ffd6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-953d89b1-adbc-4e12-b312-54e5da83183d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-953d89b1-adbc-4e12-b312-54e5da83183d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-953d89b1-adbc-4e12-b312-54e5da83183d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-953d89b1-adbc-4e12-b312-54e5da83183d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176:not(.ablocks-has-block-container), .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176.ablocks-block--info-box > .ablocks-block-container { gap:32px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .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-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:600;font-size:28px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Roboto; } } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Outfit;font-weight:400;font-size:42px;line-height:52.92px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:28px;line-height:38px; } } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .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-674524da-714b-454a-98fd-f9d9d62c7176 .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-674524da-714b-454a-98fd-f9d9d62c7176.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-674524da-714b-454a-98fd-f9d9d62c7176.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-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .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-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-674524da-714b-454a-98fd-f9d9d62c7176 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-13eb3b97-2719-497b-a76b-1839cd2e25d0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-bc38a61a-0364-4091-98e3-c4b3a4ab1998 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc38a61a-0364-4091-98e3-c4b3a4ab1998.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bc38a61a-0364-4091-98e3-c4b3a4ab1998 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bc38a61a-0364-4091-98e3-c4b3a4ab1998.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83:not(.ablocks-has-block-container), .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83.ablocks-block--info-box > .ablocks-block-container { gap:32px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .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-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:28px; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:600;font-size:28px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Roboto; } } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Outfit;font-weight:400;font-size:42px;line-height:52.92px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:28px;line-height:38px; } } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .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-835062e0-791f-4563-89e6-b899f9b00e83 .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-835062e0-791f-4563-89e6-b899f9b00e83.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-835062e0-791f-4563-89e6-b899f9b00e83.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-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .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-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-835062e0-791f-4563-89e6-b899f9b00e83 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960 { padding-top:120px;padding-right:0px;padding-bottom:120px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960 { padding:0px; } } .ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960.ablocks-block--container { padding-top:120px;padding-right:0px;padding-bottom:120px;padding-left:0px;max-width:min(100%,1201px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960.ablocks-block--container { padding:0px; } } .ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960 { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960 { flex-direction:column; } } .ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-f9f8bd13-091c-4256-b2b7-d754e3021960 { display:inline-flex; } 
.ablocks-block-8ac75e83-314a-4348-82cf-5fe05fb6de52 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ac75e83-314a-4348-82cf-5fe05fb6de52.ablocks-block--container { padding:0px;max-width:min(100%,481px) !important;overflow:visible; } .ablocks-block-8ac75e83-314a-4348-82cf-5fe05fb6de52 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8ac75e83-314a-4348-82cf-5fe05fb6de52.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-17d2a579-0837-4cc4-8021-80f2856dd6d4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17d2a579-0837-4cc4-8021-80f2856dd6d4 { display:flex;justify-content:center; } .ablocks-block-17d2a579-0837-4cc4-8021-80f2856dd6d4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-17d2a579-0837-4cc4-8021-80f2856dd6d4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-17d2a579-0837-4cc4-8021-80f2856dd6d4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ddc18485-efc4-42a6-9527-c4bbb6673f3b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ddc18485-efc4-42a6-9527-c4bbb6673f3b.ablocks-block--container { padding:0px;max-width:min(100%,659px) !important;overflow:visible; } .ablocks-block-ddc18485-efc4-42a6-9527-c4bbb6673f3b { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:32px; } @media screen and (max-width: 480px) { .ablocks-block-ddc18485-efc4-42a6-9527-c4bbb6673f3b { row-gap:28px; } } .ablocks-block-ddc18485-efc4-42a6-9527-c4bbb6673f3b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:32px; } @media screen and (max-width: 480px) { .ablocks-block-ddc18485-efc4-42a6-9527-c4bbb6673f3b.ablocks-has-block-container > .ablocks-block-container { row-gap:28px; } } 
.ablocks-block-774a5257-6af9-4c15-ab63-61ecdd4caf64 { padding-top:48px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-774a5257-6af9-4c15-ab63-61ecdd4caf64 { padding:0px; } } .ablocks-block-774a5257-6af9-4c15-ab63-61ecdd4caf64.ablocks-block--container { padding-top:48px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-774a5257-6af9-4c15-ab63-61ecdd4caf64.ablocks-block--container { padding:0px; } } .ablocks-block-774a5257-6af9-4c15-ab63-61ecdd4caf64 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-774a5257-6af9-4c15-ab63-61ecdd4caf64.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-d381bae3-d5f2-4412-9e77-19e7f51705b6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d381bae3-d5f2-4412-9e77-19e7f51705b6 { text-align:left; } .ablocks-block-d381bae3-d5f2-4412-9e77-19e7f51705b6 .ablocks-heading-text { font-family:Poppins;font-weight:500;font-size:50px;line-height:58px; } @media screen and (max-width: 800px) { .ablocks-block-d381bae3-d5f2-4412-9e77-19e7f51705b6 .ablocks-heading-text { font-size:26px; } } @media screen and (max-width: 480px) { .ablocks-block-d381bae3-d5f2-4412-9e77-19e7f51705b6 .ablocks-heading-text { line-height:34px; } } 
.ablocks-block-7962459d-f83e-490a-88cc-b71e6b8af434 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7962459d-f83e-490a-88cc-b71e6b8af434.ablocks-block--container { padding:0px;max-width:min(100%,659px) !important;overflow:visible; } .ablocks-block-7962459d-f83e-490a-88cc-b71e6b8af434 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7962459d-f83e-490a-88cc-b71e6b8af434.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-afeb6199-c1a0-45d2-8115-dbffb87f8dcc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afeb6199-c1a0-45d2-8115-dbffb87f8dcc { text-align:left; } .ablocks-block-afeb6199-c1a0-45d2-8115-dbffb87f8dcc .ablocks-paragraph-text { color:#000000;font-family:Outfit;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-afeb6199-c1a0-45d2-8115-dbffb87f8dcc .ablocks-paragraph-text { font-size:12px; } } @media screen and (max-width: 480px) { .ablocks-block-afeb6199-c1a0-45d2-8115-dbffb87f8dcc .ablocks-paragraph-text { font-size:16px; } } .ablocks-block-afeb6199-c1a0-45d2-8115-dbffb87f8dcc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5c86fd85-0586-47e5-858f-972fb7ce8a67 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c86fd85-0586-47e5-858f-972fb7ce8a67.ablocks-block--container { padding:0px;max-width:min(100%,616px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-5c86fd85-0586-47e5-858f-972fb7ce8a67.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5c86fd85-0586-47e5-858f-972fb7ce8a67 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-5c86fd85-0586-47e5-858f-972fb7ce8a67 { column-gap:10px; } } .ablocks-block-5c86fd85-0586-47e5-858f-972fb7ce8a67.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-5c86fd85-0586-47e5-858f-972fb7ce8a67.ablocks-has-block-container > .ablocks-block-container { column-gap:10px; } } .ablocks-block-5c86fd85-0586-47e5-858f-972fb7ce8a67 { display:inline-flex; } 
.ablocks-block-aee46ced-37ee-4e72-b564-1cb21b4c8b30 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aee46ced-37ee-4e72-b564-1cb21b4c8b30.ablocks-block--container { padding:0px;max-width:min(100%,192px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-aee46ced-37ee-4e72-b564-1cb21b4c8b30.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-aee46ced-37ee-4e72-b564-1cb21b4c8b30 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-aee46ced-37ee-4e72-b564-1cb21b4c8b30.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0ccdd710-5456-4a53-a771-efa24d0d2fd6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0ccdd710-5456-4a53-a771-efa24d0d2fd6 { display:flex;justify-content:center; } .ablocks-block-0ccdd710-5456-4a53-a771-efa24d0d2fd6 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0ccdd710-5456-4a53-a771-efa24d0d2fd6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0ccdd710-5456-4a53-a771-efa24d0d2fd6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d3c16e50-7c38-400a-bf19-d8ca48b87dff { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3c16e50-7c38-400a-bf19-d8ca48b87dff.ablocks-block--container { padding:0px;max-width:min(100%,192px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d3c16e50-7c38-400a-bf19-d8ca48b87dff.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d3c16e50-7c38-400a-bf19-d8ca48b87dff { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d3c16e50-7c38-400a-bf19-d8ca48b87dff.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-42cfb59e-a332-4344-9133-e4347d50494e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42cfb59e-a332-4344-9133-e4347d50494e { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-42cfb59e-a332-4344-9133-e4347d50494e { justify-content:center; } } .ablocks-block-42cfb59e-a332-4344-9133-e4347d50494e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-42cfb59e-a332-4344-9133-e4347d50494e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-42cfb59e-a332-4344-9133-e4347d50494e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-49dffcdb-64ca-400e-9eb6-8086f5914f6e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-49dffcdb-64ca-400e-9eb6-8086f5914f6e.ablocks-block--container { padding:0px;max-width:min(100%,192px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-49dffcdb-64ca-400e-9eb6-8086f5914f6e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-49dffcdb-64ca-400e-9eb6-8086f5914f6e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-49dffcdb-64ca-400e-9eb6-8086f5914f6e { align-items:center; } } .ablocks-block-49dffcdb-64ca-400e-9eb6-8086f5914f6e.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: 480px) { .ablocks-block-49dffcdb-64ca-400e-9eb6-8086f5914f6e.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-24de21c3-4774-4a54-ad39-f588f7fd6aa1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-24de21c3-4774-4a54-ad39-f588f7fd6aa1 { display:flex;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-24de21c3-4774-4a54-ad39-f588f7fd6aa1 { justify-content:center; } } .ablocks-block-24de21c3-4774-4a54-ad39-f588f7fd6aa1 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-24de21c3-4774-4a54-ad39-f588f7fd6aa1 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-24de21c3-4774-4a54-ad39-f588f7fd6aa1 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7f447f33-5d7b-47c8-9af6-82505803499e { padding-top:120px;padding-right:0px;padding-bottom:74px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7f447f33-5d7b-47c8-9af6-82505803499e { padding:0px; } } .ablocks-block-7f447f33-5d7b-47c8-9af6-82505803499e.ablocks-block--container { padding-top:120px;padding-right:0px;padding-bottom:74px;padding-left:0px;max-width:min(100%,1201px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7f447f33-5d7b-47c8-9af6-82505803499e.ablocks-block--container { padding:0px; } } .ablocks-block-7f447f33-5d7b-47c8-9af6-82505803499e { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } .ablocks-block-7f447f33-5d7b-47c8-9af6-82505803499e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } 
.ablocks-block-ab5d8a08-adeb-4918-8cd0-cef88c87afa5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab5d8a08-adeb-4918-8cd0-cef88c87afa5.ablocks-block--container { padding:0px;max-width:min(100%,1201px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ab5d8a08-adeb-4918-8cd0-cef88c87afa5.ablocks-block--container { max-width:min(100%,808px) !important; } } .ablocks-block-ab5d8a08-adeb-4918-8cd0-cef88c87afa5 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-ab5d8a08-adeb-4918-8cd0-cef88c87afa5 { flex-direction:column; } } .ablocks-block-ab5d8a08-adeb-4918-8cd0-cef88c87afa5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-ab5d8a08-adeb-4918-8cd0-cef88c87afa5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-ab5d8a08-adeb-4918-8cd0-cef88c87afa5 { display:inline-flex; } 
.ablocks-block-9c6821ba-ff7a-47d0-9267-0ae3b85b639b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c6821ba-ff7a-47d0-9267-0ae3b85b639b.ablocks-block--container { padding:0px;max-width:min(100%,584px) !important;overflow:visible; } .ablocks-block-9c6821ba-ff7a-47d0-9267-0ae3b85b639b { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-9c6821ba-ff7a-47d0-9267-0ae3b85b639b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-14f50a3a-aeea-4988-a75a-e9661cbe131a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-14f50a3a-aeea-4988-a75a-e9661cbe131a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-14f50a3a-aeea-4988-a75a-e9661cbe131a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-14f50a3a-aeea-4988-a75a-e9661cbe131a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ba4c554e-c790-4e96-86a3-730dbfe5ebf2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba4c554e-c790-4e96-86a3-730dbfe5ebf2 { text-align:left; } .ablocks-block-ba4c554e-c790-4e96-86a3-730dbfe5ebf2 .ablocks-heading-text { font-family:Poppins;font-weight:500;font-size:50px;line-height:58px; } @media screen and (max-width: 800px) { .ablocks-block-ba4c554e-c790-4e96-86a3-730dbfe5ebf2 .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-119a240b-883c-4cfd-97fd-ddb48454bcce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-119a240b-883c-4cfd-97fd-ddb48454bcce { text-align:left; } .ablocks-block-119a240b-883c-4cfd-97fd-ddb48454bcce .ablocks-paragraph-text { color:#667085;font-family:Outfit;font-weight:400;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-119a240b-883c-4cfd-97fd-ddb48454bcce .ablocks-paragraph-text { font-size:16px;line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-119a240b-883c-4cfd-97fd-ddb48454bcce .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-119a240b-883c-4cfd-97fd-ddb48454bcce .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fc6c24c9-e9c8-4cfe-bbdc-43accb25c6f4 { padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc6c24c9-e9c8-4cfe-bbdc-43accb25c6f4.ablocks-block--container { padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc6c24c9-e9c8-4cfe-bbdc-43accb25c6f4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fc6c24c9-e9c8-4cfe-bbdc-43accb25c6f4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .ablocks-carousel-swiper .swiper-wrapper { min-height:892px;align-items:center; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .ablocks-carousel-navigation__button { top:2%; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .ablocks-carousel-navigation__button--next { right:2%; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .ablocks-carousel-navigation__button--prev { left:89%; } @media screen and (max-width: 800px) { .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .ablocks-carousel-navigation__button--prev { left:84%; } } @media screen and (max-width: 480px) { .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .ablocks-carousel-navigation__button--prev { left:73%; } } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:20px; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#667085;background-color:#f8fbff;padding:12px;border-width:1px;border-style:solid;border-color:#D0D5DD;border-radius:18px; } .ablocks-block-67d2f994-76b8-42ea-9fea-1c679a112a63 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:1s;fill:#fdf8ff;background-color:#4CA30D;border-width:1px;border-color:#4CA30D;border-style:solid; } 
.ablocks-block-b3a638e8-5a86-440b-b665-163e33c5a6ea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-97c28221-5f7d-44af-92eb-5d4f65f8b4bb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-97c28221-5f7d-44af-92eb-5d4f65f8b4bb.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-97c28221-5f7d-44af-92eb-5d4f65f8b4bb { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } .ablocks-block-97c28221-5f7d-44af-92eb-5d4f65f8b4bb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-6aedcf4a-8886-49c3-ba05-ef522012b01f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6aedcf4a-8886-49c3-ba05-ef522012b01f.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-6aedcf4a-8886-49c3-ba05-ef522012b01f { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-6aedcf4a-8886-49c3-ba05-ef522012b01f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-85bc767e-b625-4c25-85d6-72eed0e3b504 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85bc767e-b625-4c25-85d6-72eed0e3b504.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-85bc767e-b625-4c25-85d6-72eed0e3b504 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-85bc767e-b625-4c25-85d6-72eed0e3b504.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-97197a7e-91b1-450b-bec4-ad9adb8a33b3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-97197a7e-91b1-450b-bec4-ad9adb8a33b3 { display:flex;justify-content:left; } .ablocks-block-97197a7e-91b1-450b-bec4-ad9adb8a33b3 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-97197a7e-91b1-450b-bec4-ad9adb8a33b3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-97197a7e-91b1-450b-bec4-ad9adb8a33b3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-235edc77-0344-4d83-bc0e-1989b79702ff { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-235edc77-0344-4d83-bc0e-1989b79702ff.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-235edc77-0344-4d83-bc0e-1989b79702ff { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-235edc77-0344-4d83-bc0e-1989b79702ff.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-93b67acb-0471-4bce-b469-1724c113b3fd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93b67acb-0471-4bce-b469-1724c113b3fd { text-align:center; } .ablocks-block-93b67acb-0471-4bce-b469-1724c113b3fd .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-93b67acb-0471-4bce-b469-1724c113b3fd .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-a7bb92c5-6acd-4717-a337-0f0bc9400a3b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7bb92c5-6acd-4717-a337-0f0bc9400a3b { text-align:center; } .ablocks-block-a7bb92c5-6acd-4717-a337-0f0bc9400a3b .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-a7bb92c5-6acd-4717-a337-0f0bc9400a3b .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-a7bb92c5-6acd-4717-a337-0f0bc9400a3b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-962473d4-f7a4-4b2a-a8a1-f1a960617a13 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-962473d4-f7a4-4b2a-a8a1-f1a960617a13.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-962473d4-f7a4-4b2a-a8a1-f1a960617a13 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-962473d4-f7a4-4b2a-a8a1-f1a960617a13.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-a1eaf5ac-421c-4068-b1e2-c23654d12fe3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1eaf5ac-421c-4068-b1e2-c23654d12fe3.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-a1eaf5ac-421c-4068-b1e2-c23654d12fe3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a1eaf5ac-421c-4068-b1e2-c23654d12fe3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6b6294df-b9b2-473b-93ed-d614296c717b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b6294df-b9b2-473b-93ed-d614296c717b { display:flex;justify-content:left; } .ablocks-block-6b6294df-b9b2-473b-93ed-d614296c717b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-6b6294df-b9b2-473b-93ed-d614296c717b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-6b6294df-b9b2-473b-93ed-d614296c717b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-69f3416b-4d89-4469-9f3f-ed692cc7b9ee { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69f3416b-4d89-4469-9f3f-ed692cc7b9ee.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-69f3416b-4d89-4469-9f3f-ed692cc7b9ee { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-69f3416b-4d89-4469-9f3f-ed692cc7b9ee.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-fc6844af-2706-45d9-87a5-16a511c59e4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc6844af-2706-45d9-87a5-16a511c59e4f { text-align:center; } .ablocks-block-fc6844af-2706-45d9-87a5-16a511c59e4f .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-fc6844af-2706-45d9-87a5-16a511c59e4f .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-8f311567-9db3-4453-a0b2-c953b83f8efc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8f311567-9db3-4453-a0b2-c953b83f8efc { text-align:center; } .ablocks-block-8f311567-9db3-4453-a0b2-c953b83f8efc .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-8f311567-9db3-4453-a0b2-c953b83f8efc .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-8f311567-9db3-4453-a0b2-c953b83f8efc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-470a3787-78cc-4488-a30a-ce4586a50088 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-87063ac1-007c-47e7-9492-9d1aefda79a9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87063ac1-007c-47e7-9492-9d1aefda79a9.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-87063ac1-007c-47e7-9492-9d1aefda79a9 { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } .ablocks-block-87063ac1-007c-47e7-9492-9d1aefda79a9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-91484a1c-bccc-41a7-b963-274951beaf77 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91484a1c-bccc-41a7-b963-274951beaf77.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-91484a1c-bccc-41a7-b963-274951beaf77 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-91484a1c-bccc-41a7-b963-274951beaf77.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-99fab17b-563b-4ea6-b6d1-7051b23b9b65 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-99fab17b-563b-4ea6-b6d1-7051b23b9b65.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-99fab17b-563b-4ea6-b6d1-7051b23b9b65 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-99fab17b-563b-4ea6-b6d1-7051b23b9b65.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7c7e504b-e120-4338-90a2-6b59578d61c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c7e504b-e120-4338-90a2-6b59578d61c4 { display:flex;justify-content:left; } .ablocks-block-7c7e504b-e120-4338-90a2-6b59578d61c4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7c7e504b-e120-4338-90a2-6b59578d61c4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7c7e504b-e120-4338-90a2-6b59578d61c4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0b48838a-f357-471c-bd4a-1f35c9ecd581 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b48838a-f357-471c-bd4a-1f35c9ecd581.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-0b48838a-f357-471c-bd4a-1f35c9ecd581 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-0b48838a-f357-471c-bd4a-1f35c9ecd581.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-a3a5436e-7c94-49d9-8d13-02139bf148fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a3a5436e-7c94-49d9-8d13-02139bf148fb { text-align:center; } .ablocks-block-a3a5436e-7c94-49d9-8d13-02139bf148fb .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-a3a5436e-7c94-49d9-8d13-02139bf148fb .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-da124d56-fe4d-4cc6-94e5-ee9f217b5868 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-da124d56-fe4d-4cc6-94e5-ee9f217b5868 { text-align:center; } .ablocks-block-da124d56-fe4d-4cc6-94e5-ee9f217b5868 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-da124d56-fe4d-4cc6-94e5-ee9f217b5868 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-da124d56-fe4d-4cc6-94e5-ee9f217b5868 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-07b64173-b156-4897-b562-97e6c8af3ace { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-07b64173-b156-4897-b562-97e6c8af3ace.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-07b64173-b156-4897-b562-97e6c8af3ace { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-07b64173-b156-4897-b562-97e6c8af3ace.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-ad07e3ec-bc61-4a9b-a5f4-77bb0f654a22 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ad07e3ec-bc61-4a9b-a5f4-77bb0f654a22.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-ad07e3ec-bc61-4a9b-a5f4-77bb0f654a22 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ad07e3ec-bc61-4a9b-a5f4-77bb0f654a22.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c2328092-9ef9-46fa-8bd8-2d535514b344 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2328092-9ef9-46fa-8bd8-2d535514b344 { display:flex;justify-content:left; } .ablocks-block-c2328092-9ef9-46fa-8bd8-2d535514b344 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c2328092-9ef9-46fa-8bd8-2d535514b344 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c2328092-9ef9-46fa-8bd8-2d535514b344 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c8099d39-f57b-4ce2-9bb8-3ac078428c76 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8099d39-f57b-4ce2-9bb8-3ac078428c76.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-c8099d39-f57b-4ce2-9bb8-3ac078428c76 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-c8099d39-f57b-4ce2-9bb8-3ac078428c76.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-a5f3aa2f-77ef-43f0-9222-314b4c6c0caf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a5f3aa2f-77ef-43f0-9222-314b4c6c0caf { text-align:center; } .ablocks-block-a5f3aa2f-77ef-43f0-9222-314b4c6c0caf .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-a5f3aa2f-77ef-43f0-9222-314b4c6c0caf .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-0c98c63a-4b31-439d-9c39-00d4564ded93 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0c98c63a-4b31-439d-9c39-00d4564ded93 { text-align:center; } .ablocks-block-0c98c63a-4b31-439d-9c39-00d4564ded93 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-0c98c63a-4b31-439d-9c39-00d4564ded93 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-0c98c63a-4b31-439d-9c39-00d4564ded93 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0b66ccba-3666-45d9-98fe-78da59f626f0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-7a38d3c0-b00e-41ae-99ee-1b55958c457c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a38d3c0-b00e-41ae-99ee-1b55958c457c.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7a38d3c0-b00e-41ae-99ee-1b55958c457c { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } .ablocks-block-7a38d3c0-b00e-41ae-99ee-1b55958c457c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-70391b83-7dd1-4b0e-ab57-9ecfe51f3aed { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70391b83-7dd1-4b0e-ab57-9ecfe51f3aed.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-70391b83-7dd1-4b0e-ab57-9ecfe51f3aed { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-70391b83-7dd1-4b0e-ab57-9ecfe51f3aed.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-1f2e8912-f46b-420c-8c33-16cc7ec60f2a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f2e8912-f46b-420c-8c33-16cc7ec60f2a.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-1f2e8912-f46b-420c-8c33-16cc7ec60f2a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1f2e8912-f46b-420c-8c33-16cc7ec60f2a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d91fc7c6-cb1a-4d5a-88d3-9118699ac4b8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d91fc7c6-cb1a-4d5a-88d3-9118699ac4b8 { display:flex;justify-content:left; } .ablocks-block-d91fc7c6-cb1a-4d5a-88d3-9118699ac4b8 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d91fc7c6-cb1a-4d5a-88d3-9118699ac4b8 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d91fc7c6-cb1a-4d5a-88d3-9118699ac4b8 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0661528e-0908-42f7-b0d2-35b55804c5df { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0661528e-0908-42f7-b0d2-35b55804c5df.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-0661528e-0908-42f7-b0d2-35b55804c5df { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-0661528e-0908-42f7-b0d2-35b55804c5df.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-7e1ff642-7244-425b-aa6d-0c3d069d3488 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e1ff642-7244-425b-aa6d-0c3d069d3488 { text-align:center; } .ablocks-block-7e1ff642-7244-425b-aa6d-0c3d069d3488 .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-7e1ff642-7244-425b-aa6d-0c3d069d3488 .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-09014814-b7e2-4795-86dc-57c2c9d31c5e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09014814-b7e2-4795-86dc-57c2c9d31c5e { text-align:center; } .ablocks-block-09014814-b7e2-4795-86dc-57c2c9d31c5e .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-09014814-b7e2-4795-86dc-57c2c9d31c5e .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-09014814-b7e2-4795-86dc-57c2c9d31c5e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dbd98057-1582-4ab5-a2a3-8408488cb4bf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dbd98057-1582-4ab5-a2a3-8408488cb4bf.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-dbd98057-1582-4ab5-a2a3-8408488cb4bf { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-dbd98057-1582-4ab5-a2a3-8408488cb4bf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-6cdbeae4-2eeb-4edb-8371-7050f15df78d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6cdbeae4-2eeb-4edb-8371-7050f15df78d.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-6cdbeae4-2eeb-4edb-8371-7050f15df78d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6cdbeae4-2eeb-4edb-8371-7050f15df78d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5156b8ae-8e38-4e92-98c1-c4a1f0820ac4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5156b8ae-8e38-4e92-98c1-c4a1f0820ac4 { display:flex;justify-content:left; } .ablocks-block-5156b8ae-8e38-4e92-98c1-c4a1f0820ac4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-5156b8ae-8e38-4e92-98c1-c4a1f0820ac4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-5156b8ae-8e38-4e92-98c1-c4a1f0820ac4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9c62e4d6-6180-479d-aafd-e5d92f3bd6c7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c62e4d6-6180-479d-aafd-e5d92f3bd6c7.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-9c62e4d6-6180-479d-aafd-e5d92f3bd6c7 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-9c62e4d6-6180-479d-aafd-e5d92f3bd6c7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-ddc0c6db-4e3c-4d54-b546-9af111a71c64 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ddc0c6db-4e3c-4d54-b546-9af111a71c64 { text-align:center; } .ablocks-block-ddc0c6db-4e3c-4d54-b546-9af111a71c64 .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-ddc0c6db-4e3c-4d54-b546-9af111a71c64 .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-743a2b61-ec59-4bde-b2e0-ab9f45e538e0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-743a2b61-ec59-4bde-b2e0-ab9f45e538e0 { text-align:center; } .ablocks-block-743a2b61-ec59-4bde-b2e0-ab9f45e538e0 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-743a2b61-ec59-4bde-b2e0-ab9f45e538e0 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-743a2b61-ec59-4bde-b2e0-ab9f45e538e0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-51bdc6f4-11ee-4775-8e64-ed464dacfadb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-c3b96fe5-115d-4a6b-92c7-a10e242fe106 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3b96fe5-115d-4a6b-92c7-a10e242fe106.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c3b96fe5-115d-4a6b-92c7-a10e242fe106 { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } .ablocks-block-c3b96fe5-115d-4a6b-92c7-a10e242fe106.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-4896d83b-e972-414d-a017-20eb0ffab138 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4896d83b-e972-414d-a017-20eb0ffab138.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-4896d83b-e972-414d-a017-20eb0ffab138 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-4896d83b-e972-414d-a017-20eb0ffab138.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-39218632-c1a6-45be-86bc-1c1b542c9eed { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39218632-c1a6-45be-86bc-1c1b542c9eed.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-39218632-c1a6-45be-86bc-1c1b542c9eed { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-39218632-c1a6-45be-86bc-1c1b542c9eed.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7594c854-e1d8-495d-b9ec-7c02031a4448 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7594c854-e1d8-495d-b9ec-7c02031a4448 { display:flex;justify-content:left; } .ablocks-block-7594c854-e1d8-495d-b9ec-7c02031a4448 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7594c854-e1d8-495d-b9ec-7c02031a4448 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7594c854-e1d8-495d-b9ec-7c02031a4448 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a761a639-e05b-4f53-85cb-76cce0dedeee { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a761a639-e05b-4f53-85cb-76cce0dedeee.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-a761a639-e05b-4f53-85cb-76cce0dedeee { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-a761a639-e05b-4f53-85cb-76cce0dedeee.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-e05000f9-2129-4ec4-9c09-53556cd1fe09 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e05000f9-2129-4ec4-9c09-53556cd1fe09 { text-align:center; } .ablocks-block-e05000f9-2129-4ec4-9c09-53556cd1fe09 .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-e05000f9-2129-4ec4-9c09-53556cd1fe09 .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-cc05188c-5c75-4fa8-b55c-bd5d94333fd5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cc05188c-5c75-4fa8-b55c-bd5d94333fd5 { text-align:center; } .ablocks-block-cc05188c-5c75-4fa8-b55c-bd5d94333fd5 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-cc05188c-5c75-4fa8-b55c-bd5d94333fd5 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-cc05188c-5c75-4fa8-b55c-bd5d94333fd5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7d9dfd58-9a50-41ee-844d-8dd3f95a1d3c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d9dfd58-9a50-41ee-844d-8dd3f95a1d3c.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-7d9dfd58-9a50-41ee-844d-8dd3f95a1d3c { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-7d9dfd58-9a50-41ee-844d-8dd3f95a1d3c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-a716b8ae-4cb2-4cb4-bd5f-a6b4b9747886 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a716b8ae-4cb2-4cb4-bd5f-a6b4b9747886.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-a716b8ae-4cb2-4cb4-bd5f-a6b4b9747886 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a716b8ae-4cb2-4cb4-bd5f-a6b4b9747886.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6a96e895-84e2-4bc0-9e76-9a9a28a67cc6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6a96e895-84e2-4bc0-9e76-9a9a28a67cc6 { display:flex;justify-content:left; } .ablocks-block-6a96e895-84e2-4bc0-9e76-9a9a28a67cc6 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-6a96e895-84e2-4bc0-9e76-9a9a28a67cc6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-6a96e895-84e2-4bc0-9e76-9a9a28a67cc6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-221b1eac-e2cd-427d-a9f8-23a5fda6397b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-221b1eac-e2cd-427d-a9f8-23a5fda6397b.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-221b1eac-e2cd-427d-a9f8-23a5fda6397b { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-221b1eac-e2cd-427d-a9f8-23a5fda6397b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-aef4cf7f-0fae-4172-9a4f-280786934e92 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aef4cf7f-0fae-4172-9a4f-280786934e92 { text-align:center; } .ablocks-block-aef4cf7f-0fae-4172-9a4f-280786934e92 .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-aef4cf7f-0fae-4172-9a4f-280786934e92 .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-a6556475-4a0a-42cc-8ad5-6a8299495e08 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6556475-4a0a-42cc-8ad5-6a8299495e08 { text-align:center; } .ablocks-block-a6556475-4a0a-42cc-8ad5-6a8299495e08 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-a6556475-4a0a-42cc-8ad5-6a8299495e08 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-a6556475-4a0a-42cc-8ad5-6a8299495e08 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-31d9b805-96ce-49da-91bf-bb36148babe5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-d759d0d2-11b9-42d2-928a-fea3ac53866c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d759d0d2-11b9-42d2-928a-fea3ac53866c.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d759d0d2-11b9-42d2-928a-fea3ac53866c { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } .ablocks-block-d759d0d2-11b9-42d2-928a-fea3ac53866c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-a9047269-cc8e-408d-ba79-232f7c8ca425 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9047269-cc8e-408d-ba79-232f7c8ca425.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-a9047269-cc8e-408d-ba79-232f7c8ca425 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-a9047269-cc8e-408d-ba79-232f7c8ca425.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-a0e59cfc-1f9e-4875-9889-dabe5ef0db3e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0e59cfc-1f9e-4875-9889-dabe5ef0db3e.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-a0e59cfc-1f9e-4875-9889-dabe5ef0db3e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a0e59cfc-1f9e-4875-9889-dabe5ef0db3e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1a24ee1f-fef4-46c0-a77c-ecacc29710ba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a24ee1f-fef4-46c0-a77c-ecacc29710ba { display:flex;justify-content:left; } .ablocks-block-1a24ee1f-fef4-46c0-a77c-ecacc29710ba .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-1a24ee1f-fef4-46c0-a77c-ecacc29710ba .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-1a24ee1f-fef4-46c0-a77c-ecacc29710ba .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-eaa67e03-cf7a-48f8-a57a-014ba86bb89c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eaa67e03-cf7a-48f8-a57a-014ba86bb89c.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-eaa67e03-cf7a-48f8-a57a-014ba86bb89c { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-eaa67e03-cf7a-48f8-a57a-014ba86bb89c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-797a6810-b008-433a-a30f-83bbd07edb01 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-797a6810-b008-433a-a30f-83bbd07edb01 { text-align:center; } .ablocks-block-797a6810-b008-433a-a30f-83bbd07edb01 .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-797a6810-b008-433a-a30f-83bbd07edb01 .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-144ceede-2448-41ab-b34f-c1d40876d722 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-144ceede-2448-41ab-b34f-c1d40876d722 { text-align:center; } .ablocks-block-144ceede-2448-41ab-b34f-c1d40876d722 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-144ceede-2448-41ab-b34f-c1d40876d722 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-144ceede-2448-41ab-b34f-c1d40876d722 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3870c294-91e6-4a49-83d4-6daadf5c9b5c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3870c294-91e6-4a49-83d4-6daadf5c9b5c.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-3870c294-91e6-4a49-83d4-6daadf5c9b5c { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-3870c294-91e6-4a49-83d4-6daadf5c9b5c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-12247685-aa84-4263-a3b4-925495225c7b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-12247685-aa84-4263-a3b4-925495225c7b.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-12247685-aa84-4263-a3b4-925495225c7b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-12247685-aa84-4263-a3b4-925495225c7b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-602f78cc-13b3-4aa6-ad99-318108c1e829 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-602f78cc-13b3-4aa6-ad99-318108c1e829 { display:flex;justify-content:left; } .ablocks-block-602f78cc-13b3-4aa6-ad99-318108c1e829 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-602f78cc-13b3-4aa6-ad99-318108c1e829 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-602f78cc-13b3-4aa6-ad99-318108c1e829 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f6904238-3912-4282-b09d-d662e2d366f6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f6904238-3912-4282-b09d-d662e2d366f6.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-f6904238-3912-4282-b09d-d662e2d366f6 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-f6904238-3912-4282-b09d-d662e2d366f6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-caea61ce-515f-4f0d-872b-13c4fcd78c1c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-caea61ce-515f-4f0d-872b-13c4fcd78c1c { text-align:center; } .ablocks-block-caea61ce-515f-4f0d-872b-13c4fcd78c1c .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-caea61ce-515f-4f0d-872b-13c4fcd78c1c .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-b28f4a4d-664f-4c48-9eb0-dc449544184a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b28f4a4d-664f-4c48-9eb0-dc449544184a { text-align:center; } .ablocks-block-b28f4a4d-664f-4c48-9eb0-dc449544184a .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-b28f4a4d-664f-4c48-9eb0-dc449544184a .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-b28f4a4d-664f-4c48-9eb0-dc449544184a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7ecac222-05cb-4811-8a48-43cd17114ec9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-dd41b554-8d96-471c-97db-72ec3f40907e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd41b554-8d96-471c-97db-72ec3f40907e.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-dd41b554-8d96-471c-97db-72ec3f40907e { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } .ablocks-block-dd41b554-8d96-471c-97db-72ec3f40907e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-1b364cdc-076f-42e2-9a99-7496683bb34a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b364cdc-076f-42e2-9a99-7496683bb34a.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-1b364cdc-076f-42e2-9a99-7496683bb34a { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-1b364cdc-076f-42e2-9a99-7496683bb34a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-7319acd1-3ef6-4a4b-9eef-1a41c2b19cb8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7319acd1-3ef6-4a4b-9eef-1a41c2b19cb8.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-7319acd1-3ef6-4a4b-9eef-1a41c2b19cb8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7319acd1-3ef6-4a4b-9eef-1a41c2b19cb8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1bfa70ce-0aa9-4d0a-9a65-5baa8fabde1b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1bfa70ce-0aa9-4d0a-9a65-5baa8fabde1b { display:flex;justify-content:left; } .ablocks-block-1bfa70ce-0aa9-4d0a-9a65-5baa8fabde1b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-1bfa70ce-0aa9-4d0a-9a65-5baa8fabde1b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-1bfa70ce-0aa9-4d0a-9a65-5baa8fabde1b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-aca91db0-5dc5-4785-a17c-2a95810c8d07 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aca91db0-5dc5-4785-a17c-2a95810c8d07.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-aca91db0-5dc5-4785-a17c-2a95810c8d07 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-aca91db0-5dc5-4785-a17c-2a95810c8d07.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-3b472895-e3ca-425a-b481-dea84ce6a7a2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b472895-e3ca-425a-b481-dea84ce6a7a2 { text-align:center; } .ablocks-block-3b472895-e3ca-425a-b481-dea84ce6a7a2 .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-3b472895-e3ca-425a-b481-dea84ce6a7a2 .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-9d56e086-c1f0-428a-a659-9a8cb5a73c40 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9d56e086-c1f0-428a-a659-9a8cb5a73c40 { text-align:center; } .ablocks-block-9d56e086-c1f0-428a-a659-9a8cb5a73c40 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-9d56e086-c1f0-428a-a659-9a8cb5a73c40 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-9d56e086-c1f0-428a-a659-9a8cb5a73c40 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6a31d64f-acdc-4269-b4cc-abcf23950b30 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6a31d64f-acdc-4269-b4cc-abcf23950b30.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-6a31d64f-acdc-4269-b4cc-abcf23950b30 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-6a31d64f-acdc-4269-b4cc-abcf23950b30.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-85c12175-3278-4f6f-95d9-10b94555e9ab { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85c12175-3278-4f6f-95d9-10b94555e9ab.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-85c12175-3278-4f6f-95d9-10b94555e9ab { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-85c12175-3278-4f6f-95d9-10b94555e9ab.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3d04c972-c259-4d5b-8d56-0c23980bc1e3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3d04c972-c259-4d5b-8d56-0c23980bc1e3 { display:flex;justify-content:left; } .ablocks-block-3d04c972-c259-4d5b-8d56-0c23980bc1e3 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-3d04c972-c259-4d5b-8d56-0c23980bc1e3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3d04c972-c259-4d5b-8d56-0c23980bc1e3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-5c1b793f-b495-4d3d-933e-4b363ef6c9c8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c1b793f-b495-4d3d-933e-4b363ef6c9c8.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-5c1b793f-b495-4d3d-933e-4b363ef6c9c8 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } .ablocks-block-5c1b793f-b495-4d3d-933e-4b363ef6c9c8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:8px; } 
.ablocks-block-70fd5bbb-7a25-499c-985e-a91d48fe5b63 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70fd5bbb-7a25-499c-985e-a91d48fe5b63 { text-align:center; } .ablocks-block-70fd5bbb-7a25-499c-985e-a91d48fe5b63 .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-70fd5bbb-7a25-499c-985e-a91d48fe5b63 .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-4085d24e-3731-46f5-a74f-fcbadf27c47b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4085d24e-3731-46f5-a74f-fcbadf27c47b { text-align:center; } .ablocks-block-4085d24e-3731-46f5-a74f-fcbadf27c47b .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-4085d24e-3731-46f5-a74f-fcbadf27c47b .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-4085d24e-3731-46f5-a74f-fcbadf27c47b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-509749f7-6e61-4cf0-b8f0-9f51cd9d3a71 { padding-top:120px;padding-right:0px;padding-bottom:120px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-509749f7-6e61-4cf0-b8f0-9f51cd9d3a71 { padding:0px; } } .ablocks-block-509749f7-6e61-4cf0-b8f0-9f51cd9d3a71.ablocks-block--container { padding-top:120px;padding-right:0px;padding-bottom:120px;padding-left:0px;max-width:min(100%,1201px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-509749f7-6e61-4cf0-b8f0-9f51cd9d3a71.ablocks-block--container { padding:0px; } } .ablocks-block-509749f7-6e61-4cf0-b8f0-9f51cd9d3a71 { display:flex;flex-direction:column;align-items:center;min-height:223px;row-gap:0px;column-gap:60px; } .ablocks-block-509749f7-6e61-4cf0-b8f0-9f51cd9d3a71.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:223px;row-gap:0px;column-gap:60px; } 
.ablocks-block-39b6b731-5a9b-467e-b8d0-23865c231a24 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-39b6b731-5a9b-467e-b8d0-23865c231a24 { margin-top:20px; } } .ablocks-block-39b6b731-5a9b-467e-b8d0-23865c231a24.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-39b6b731-5a9b-467e-b8d0-23865c231a24 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-39b6b731-5a9b-467e-b8d0-23865c231a24 { column-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-39b6b731-5a9b-467e-b8d0-23865c231a24 { flex-direction:column;row-gap:24px; } } .ablocks-block-39b6b731-5a9b-467e-b8d0-23865c231a24.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-39b6b731-5a9b-467e-b8d0-23865c231a24.ablocks-has-block-container > .ablocks-block-container { column-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-39b6b731-5a9b-467e-b8d0-23865c231a24.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-39b6b731-5a9b-467e-b8d0-23865c231a24 { display:inline-flex; } 
.ablocks-block-fa3f7c26-0df2-4b35-a9f4-623f06808bcb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa3f7c26-0df2-4b35-a9f4-623f06808bcb.ablocks-block--container { padding:0px;max-width:min(100%,540px) !important;overflow:visible; } .ablocks-block-fa3f7c26-0df2-4b35-a9f4-623f06808bcb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fa3f7c26-0df2-4b35-a9f4-623f06808bcb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c82b51b1-9c19-4a98-982f-96fc2923562c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c82b51b1-9c19-4a98-982f-96fc2923562c { display:flex;justify-content:center; } .ablocks-block-c82b51b1-9c19-4a98-982f-96fc2923562c .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c82b51b1-9c19-4a98-982f-96fc2923562c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c82b51b1-9c19-4a98-982f-96fc2923562c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0c834942-6f7f-46f8-8394-9a7700ece3da { padding-top:22px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0c834942-6f7f-46f8-8394-9a7700ece3da { padding:0px; } } .ablocks-block-0c834942-6f7f-46f8-8394-9a7700ece3da.ablocks-block--container { padding-top:22px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0c834942-6f7f-46f8-8394-9a7700ece3da.ablocks-block--container { padding:0px; } } .ablocks-block-0c834942-6f7f-46f8-8394-9a7700ece3da { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0c834942-6f7f-46f8-8394-9a7700ece3da { row-gap:1px; } } .ablocks-block-0c834942-6f7f-46f8-8394-9a7700ece3da.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0c834942-6f7f-46f8-8394-9a7700ece3da.ablocks-has-block-container > .ablocks-block-container { row-gap:1px; } } 
.ablocks-block-3630fb39-a6b2-4534-826e-76d5edbfec70 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:21px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3630fb39-a6b2-4534-826e-76d5edbfec70.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:21px;max-width:min(100%,633px) !important;overflow:visible; } .ablocks-block-3630fb39-a6b2-4534-826e-76d5edbfec70 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3630fb39-a6b2-4534-826e-76d5edbfec70.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e3472a69-78f2-4d60-970f-462213d47884 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e3472a69-78f2-4d60-970f-462213d47884 { text-align:left; } .ablocks-block-e3472a69-78f2-4d60-970f-462213d47884 .ablocks-heading-text { font-family:Ruwudu;font-weight:500;font-size:50px;line-height:58px; } @media screen and (max-width: 800px) { .ablocks-block-e3472a69-78f2-4d60-970f-462213d47884 .ablocks-heading-text { font-size:26px; } } @media screen and (max-width: 480px) { .ablocks-block-e3472a69-78f2-4d60-970f-462213d47884 .ablocks-heading-text { font-size:30px; } } 
.ablocks-block-d78876be-67a4-4e11-8429-f11068432e7e { padding:19px;border-width:1px;border-style:solid;border-color:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d78876be-67a4-4e11-8429-f11068432e7e { padding-top:10px;padding-bottom:10px; } } .ablocks-block-d78876be-67a4-4e11-8429-f11068432e7e:hover { background:#FFFFFF;border-width:1px;border-color:#EAECF0;border-style:solid;border-radius:16px;box-shadow:0px 12px 24px -4px #10182814; } .ablocks-block-d78876be-67a4-4e11-8429-f11068432e7e.ablocks-block--container { padding:19px;max-width:min(100%,577px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d78876be-67a4-4e11-8429-f11068432e7e.ablocks-block--container { padding-top:10px;padding-bottom:10px; } } .ablocks-block-d78876be-67a4-4e11-8429-f11068432e7e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-d78876be-67a4-4e11-8429-f11068432e7e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-d78876be-67a4-4e11-8429-f11068432e7e { display:inline-flex; } 
.ablocks-block-8d7c67c3-0543-4764-9011-4de89af8f5a7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8d7c67c3-0543-4764-9011-4de89af8f5a7.ablocks-block--container { max-width:min(100%,34px) !important;overflow:visible; } .ablocks-block-8d7c67c3-0543-4764-9011-4de89af8f5a7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8d7c67c3-0543-4764-9011-4de89af8f5a7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:10px; } 
.ablocks-block-49219d46-9b1d-4cda-a797-5b3df799fabc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-49219d46-9b1d-4cda-a797-5b3df799fabc { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-49219d46-9b1d-4cda-a797-5b3df799fabc .ablocks-icon-wrap { background:#EAECF0;border-radius:50%;padding:.5em;font-size:16px; } .ablocks-block-49219d46-9b1d-4cda-a797-5b3df799fabc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(138deg);width:16px; } .ablocks-block-49219d46-9b1d-4cda-a797-5b3df799fabc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#101828;transform:rotate(138deg); } 
.ablocks-block-e8971606-e2f8-4553-bae6-e9affe183317 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8971606-e2f8-4553-bae6-e9affe183317.ablocks-block--container { max-width:min(100%,487px) !important;overflow:visible; } .ablocks-block-e8971606-e2f8-4553-bae6-e9affe183317 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-e8971606-e2f8-4553-bae6-e9affe183317.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:8px; } 
.ablocks-block-afef8514-a851-420d-8535-d2fba4b63705 { padding-top:3px;padding-right:3px;padding-bottom:3px;padding-left:7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afef8514-a851-420d-8535-d2fba4b63705 { text-align:left; } .ablocks-block-afef8514-a851-420d-8535-d2fba4b63705 .ablocks-heading-text { font-family:Ruwudu;font-weight:500;font-size:24px; } @media screen and (max-width: 800px) { .ablocks-block-afef8514-a851-420d-8535-d2fba4b63705 .ablocks-heading-text { font-size:22px; } } @media screen and (max-width: 480px) { .ablocks-block-afef8514-a851-420d-8535-d2fba4b63705 .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-46b6faf2-8eaa-46be-91e3-426659e91bfe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46b6faf2-8eaa-46be-91e3-426659e91bfe { text-align:left; } .ablocks-block-46b6faf2-8eaa-46be-91e3-426659e91bfe .ablocks-paragraph-text { color:#000000;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-46b6faf2-8eaa-46be-91e3-426659e91bfe .ablocks-paragraph-text { font-size:14px; } } @media screen and (max-width: 480px) { .ablocks-block-46b6faf2-8eaa-46be-91e3-426659e91bfe .ablocks-paragraph-text { font-size:13px; } } .ablocks-block-46b6faf2-8eaa-46be-91e3-426659e91bfe .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-48652462-a748-4dd7-a52f-a8053f4e78a7 { padding:19px;border-width:1px;border-style:solid;border-color:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-48652462-a748-4dd7-a52f-a8053f4e78a7 { padding-top:10px;padding-bottom:10px; } } .ablocks-block-48652462-a748-4dd7-a52f-a8053f4e78a7:hover { background:#FFFFFF;border-width:1px;border-color:#eaecf0;border-style:solid;border-radius:16px;box-shadow:0px 12px 24px -4px #10182814; } .ablocks-block-48652462-a748-4dd7-a52f-a8053f4e78a7.ablocks-block--container { padding:19px;max-width:min(100%,577px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-48652462-a748-4dd7-a52f-a8053f4e78a7.ablocks-block--container { padding-top:10px;padding-bottom:10px; } } .ablocks-block-48652462-a748-4dd7-a52f-a8053f4e78a7 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-48652462-a748-4dd7-a52f-a8053f4e78a7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-48652462-a748-4dd7-a52f-a8053f4e78a7 { display:inline-flex; } 
.ablocks-block-7e0585d2-439e-47db-89b1-a3dfb251ad85 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e0585d2-439e-47db-89b1-a3dfb251ad85.ablocks-block--container { max-width:min(100%,34px) !important;overflow:visible; } .ablocks-block-7e0585d2-439e-47db-89b1-a3dfb251ad85 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-7e0585d2-439e-47db-89b1-a3dfb251ad85.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:10px; } 
.ablocks-block-b13f02f4-f2ae-4cfb-8bfd-f7293f50978c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b13f02f4-f2ae-4cfb-8bfd-f7293f50978c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b13f02f4-f2ae-4cfb-8bfd-f7293f50978c .ablocks-icon-wrap { background:#EAECF0;border-radius:50%;padding:.5em;font-size:16px; } .ablocks-block-b13f02f4-f2ae-4cfb-8bfd-f7293f50978c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(138deg);width:16px; } .ablocks-block-b13f02f4-f2ae-4cfb-8bfd-f7293f50978c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#101828;transform:rotate(138deg); } 
.ablocks-block-4af59ea5-0a0d-4f63-aad9-0f6365e7bbe7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4af59ea5-0a0d-4f63-aad9-0f6365e7bbe7.ablocks-block--container { max-width:min(100%,487px) !important;overflow:visible; } .ablocks-block-4af59ea5-0a0d-4f63-aad9-0f6365e7bbe7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-4af59ea5-0a0d-4f63-aad9-0f6365e7bbe7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:8px; } 
.ablocks-block-8b5079d0-b90d-4d7e-9505-612f66982375 { padding-top:3px;padding-right:3px;padding-bottom:3px;padding-left:7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b5079d0-b90d-4d7e-9505-612f66982375 { text-align:left; } .ablocks-block-8b5079d0-b90d-4d7e-9505-612f66982375 .ablocks-heading-text { font-family:Ruwudu;font-weight:500;font-size:24px; } @media screen and (max-width: 800px) { .ablocks-block-8b5079d0-b90d-4d7e-9505-612f66982375 .ablocks-heading-text { font-size:22px; } } @media screen and (max-width: 480px) { .ablocks-block-8b5079d0-b90d-4d7e-9505-612f66982375 .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-2ed44812-96d4-42c1-8b08-4d81343b0161 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ed44812-96d4-42c1-8b08-4d81343b0161 { text-align:left; } .ablocks-block-2ed44812-96d4-42c1-8b08-4d81343b0161 .ablocks-paragraph-text { color:#000000;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-2ed44812-96d4-42c1-8b08-4d81343b0161 .ablocks-paragraph-text { font-size:14px; } } @media screen and (max-width: 480px) { .ablocks-block-2ed44812-96d4-42c1-8b08-4d81343b0161 .ablocks-paragraph-text { font-size:13px; } } .ablocks-block-2ed44812-96d4-42c1-8b08-4d81343b0161 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f78b1a7d-74dd-41b9-a614-b802f5cd455a { padding:19px;border-width:1px;border-style:solid;border-color:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f78b1a7d-74dd-41b9-a614-b802f5cd455a { padding-top:10px;padding-bottom:10px; } } .ablocks-block-f78b1a7d-74dd-41b9-a614-b802f5cd455a:hover { background:#FFFFFF;border-width:1px;border-color:#eaecf0;border-style:solid;border-radius:16px;box-shadow:0px 12px 24px -4px #10182814; } .ablocks-block-f78b1a7d-74dd-41b9-a614-b802f5cd455a.ablocks-block--container { padding:19px;max-width:min(100%,577px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f78b1a7d-74dd-41b9-a614-b802f5cd455a.ablocks-block--container { padding-top:10px;padding-bottom:10px; } } .ablocks-block-f78b1a7d-74dd-41b9-a614-b802f5cd455a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-f78b1a7d-74dd-41b9-a614-b802f5cd455a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-f78b1a7d-74dd-41b9-a614-b802f5cd455a { display:inline-flex; } 
.ablocks-block-dbcb7c27-5356-4b72-9020-15bb0053f9f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dbcb7c27-5356-4b72-9020-15bb0053f9f5.ablocks-block--container { max-width:min(100%,34px) !important;overflow:visible; } .ablocks-block-dbcb7c27-5356-4b72-9020-15bb0053f9f5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-dbcb7c27-5356-4b72-9020-15bb0053f9f5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:10px; } 
.ablocks-block-981d6d9f-e349-41d5-bd4d-f448a724e475 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-981d6d9f-e349-41d5-bd4d-f448a724e475 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-981d6d9f-e349-41d5-bd4d-f448a724e475 .ablocks-icon-wrap { background:#EAECF0;border-radius:50%;padding:.5em;font-size:16px; } .ablocks-block-981d6d9f-e349-41d5-bd4d-f448a724e475 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(138deg);width:16px; } .ablocks-block-981d6d9f-e349-41d5-bd4d-f448a724e475 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#101828;transform:rotate(138deg); } 
.ablocks-block-be6cdac8-acdb-4f6f-957b-9f4216da3d26 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be6cdac8-acdb-4f6f-957b-9f4216da3d26.ablocks-block--container { max-width:min(100%,487px) !important;overflow:visible; } .ablocks-block-be6cdac8-acdb-4f6f-957b-9f4216da3d26 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-be6cdac8-acdb-4f6f-957b-9f4216da3d26.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:8px; } 
.ablocks-block-531c3958-f563-4d69-8b9a-2c6272cc3bf5 { padding-top:3px;padding-right:3px;padding-bottom:3px;padding-left:7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-531c3958-f563-4d69-8b9a-2c6272cc3bf5 { text-align:left; } .ablocks-block-531c3958-f563-4d69-8b9a-2c6272cc3bf5 .ablocks-heading-text { font-family:Ruwudu;font-weight:500;font-size:24px; } @media screen and (max-width: 800px) { .ablocks-block-531c3958-f563-4d69-8b9a-2c6272cc3bf5 .ablocks-heading-text { font-size:22px; } } @media screen and (max-width: 480px) { .ablocks-block-531c3958-f563-4d69-8b9a-2c6272cc3bf5 .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-c1ab8a1d-0087-41af-aee3-2d8f08f6cc48 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c1ab8a1d-0087-41af-aee3-2d8f08f6cc48 { text-align:left; } .ablocks-block-c1ab8a1d-0087-41af-aee3-2d8f08f6cc48 .ablocks-paragraph-text { color:#000000;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-c1ab8a1d-0087-41af-aee3-2d8f08f6cc48 .ablocks-paragraph-text { font-size:14px; } } @media screen and (max-width: 480px) { .ablocks-block-c1ab8a1d-0087-41af-aee3-2d8f08f6cc48 .ablocks-paragraph-text { font-size:13px; } } .ablocks-block-c1ab8a1d-0087-41af-aee3-2d8f08f6cc48 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9f036148-a520-473e-a7d7-777001eca2ea { margin:0px;padding-top:120px;padding-right:0px;padding-bottom:120px;padding-left:0px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9f036148-a520-473e-a7d7-777001eca2ea { margin-top:70px;padding:0px; } } .ablocks-block-9f036148-a520-473e-a7d7-777001eca2ea.ablocks-block--container { padding-top:120px;padding-right:0px;padding-bottom:120px;padding-left:0px;max-width:min(100%,1600px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9f036148-a520-473e-a7d7-777001eca2ea.ablocks-block--container { padding:0px; } } .ablocks-block-9f036148-a520-473e-a7d7-777001eca2ea { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } .ablocks-block-9f036148-a520-473e-a7d7-777001eca2ea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } 
.ablocks-block-50f2389b-8114-48a4-a8d9-0ee80dc0efcb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-50f2389b-8114-48a4-a8d9-0ee80dc0efcb.ablocks-block--container { padding:0px;max-width:min(100%,1201px) !important;overflow:visible; } .ablocks-block-50f2389b-8114-48a4-a8d9-0ee80dc0efcb { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-50f2389b-8114-48a4-a8d9-0ee80dc0efcb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-50f2389b-8114-48a4-a8d9-0ee80dc0efcb { display:inline-flex; } 
.ablocks-block-85f196f7-e3bc-4d36-83f8-2b0bd650b9b1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85f196f7-e3bc-4d36-83f8-2b0bd650b9b1.ablocks-block--container { padding:0px;max-width:min(100%,299px) !important;overflow:visible; } .ablocks-block-85f196f7-e3bc-4d36-83f8-2b0bd650b9b1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-85f196f7-e3bc-4d36-83f8-2b0bd650b9b1 { flex-direction:row; } } .ablocks-block-85f196f7-e3bc-4d36-83f8-2b0bd650b9b1.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: 480px) { .ablocks-block-85f196f7-e3bc-4d36-83f8-2b0bd650b9b1.ablocks-has-block-container > .ablocks-block-container { flex-direction:row; } } @media screen and (max-width: 480px) { .ablocks-block-85f196f7-e3bc-4d36-83f8-2b0bd650b9b1 { display:inline-flex; } } 
.ablocks-block-f66126f4-af9e-422a-b73a-22ac1501f3ff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f66126f4-af9e-422a-b73a-22ac1501f3ff { text-align:left; } .ablocks-block-f66126f4-af9e-422a-b73a-22ac1501f3ff .ablocks-heading-text { font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-f66126f4-af9e-422a-b73a-22ac1501f3ff .ablocks-heading-text { font-size:26px; } } @media screen and (max-width: 480px) { .ablocks-block-f66126f4-af9e-422a-b73a-22ac1501f3ff .ablocks-heading-text { font-size:30px; } } 
.ablocks-block-bdc12fc8-1058-4129-8445-194973ed638c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bdc12fc8-1058-4129-8445-194973ed638c.ablocks-block--container { padding:0px;max-width:min(100%,80%) !important;overflow:visible; } .ablocks-block-bdc12fc8-1058-4129-8445-194973ed638c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bdc12fc8-1058-4129-8445-194973ed638c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 { padding-top:0px;padding-right:0px;padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 { padding:0px; } } .ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 { text-align:right; } .ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 .ablocks-button { column-gap:10px;background:#F2F4F7;justify-content:left;color:#4ca30d;border-width:1px;border-style:none;border-color:#F2F4F7;border-radius:100px;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 .ablocks-button { font-size:12px; } } .ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#4dbf00; } .ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-da4982d4-63af-4c96-bf4c-d552773d3590 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a9f8fe39-a795-4aa0-b76d-0d2d677cf0f0 { margin-top:39px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9f8fe39-a795-4aa0-b76d-0d2d677cf0f0.ablocks-block--container { padding:0px;max-width:min(100%,1201px) !important;overflow:visible; } .ablocks-block-a9f8fe39-a795-4aa0-b76d-0d2d677cf0f0 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:201px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-a9f8fe39-a795-4aa0-b76d-0d2d677cf0f0 { flex-direction:column;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-a9f8fe39-a795-4aa0-b76d-0d2d677cf0f0 { row-gap:32px; } } .ablocks-block-a9f8fe39-a795-4aa0-b76d-0d2d677cf0f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:201px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-a9f8fe39-a795-4aa0-b76d-0d2d677cf0f0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-a9f8fe39-a795-4aa0-b76d-0d2d677cf0f0.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-a9f8fe39-a795-4aa0-b76d-0d2d677cf0f0 { display:inline-flex; } 
.ablocks-block-2ce31dd7-e0eb-4703-b4f0-5e7d46799007 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ce31dd7-e0eb-4703-b4f0-5e7d46799007.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2ce31dd7-e0eb-4703-b4f0-5e7d46799007 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 480px) { .ablocks-block-2ce31dd7-e0eb-4703-b4f0-5e7d46799007 { flex-direction:column;row-gap:20px; } } .ablocks-block-2ce31dd7-e0eb-4703-b4f0-5e7d46799007.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 480px) { .ablocks-block-2ce31dd7-e0eb-4703-b4f0-5e7d46799007.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-2ce31dd7-e0eb-4703-b4f0-5e7d46799007 { display:inline-flex; } 
.ablocks-block-c1e4bfc1-8d8b-47fa-9af3-1654e188bc54 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c1e4bfc1-8d8b-47fa-9af3-1654e188bc54.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-c1e4bfc1-8d8b-47fa-9af3-1654e188bc54.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c1e4bfc1-8d8b-47fa-9af3-1654e188bc54 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:24px; } .ablocks-block-c1e4bfc1-8d8b-47fa-9af3-1654e188bc54.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:24px; } 
.ablocks-block-df1670b2-2ad7-4235-a00c-3140d81d83d3 { padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:0px;background-image:url("https://library.template-kits.com/travel-tour/wp-content/uploads/sites/34/2025/03/image-2025-03-11T094129.047.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-df1670b2-2ad7-4235-a00c-3140d81d83d3 { border-radius:20px; } } .ablocks-block-df1670b2-2ad7-4235-a00c-3140d81d83d3.ablocks-block--container { padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-df1670b2-2ad7-4235-a00c-3140d81d83d3 { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:343px;row-gap:0px;column-gap:0px; } .ablocks-block-df1670b2-2ad7-4235-a00c-3140d81d83d3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:343px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b469fa05-e80d-4fec-a660-ec4026fc5da1 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b469fa05-e80d-4fec-a660-ec4026fc5da1 { padding-left:46px; } } .ablocks-block-b469fa05-e80d-4fec-a660-ec4026fc5da1 { text-align:left; } .ablocks-block-b469fa05-e80d-4fec-a660-ec4026fc5da1 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#475467;border-width:1px;border-style:none;border-color:#ffffff;border-radius:104px;font-weight:400;font-size:15px;padding-top:6px;padding-right:24px;padding-bottom:6px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-b469fa05-e80d-4fec-a660-ec4026fc5da1 .ablocks-button { font-size:14px; } } .ablocks-block-b469fa05-e80d-4fec-a660-ec4026fc5da1 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#4dbf00; } .ablocks-block-b469fa05-e80d-4fec-a660-ec4026fc5da1 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-b469fa05-e80d-4fec-a660-ec4026fc5da1 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-b469fa05-e80d-4fec-a660-ec4026fc5da1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-b469fa05-e80d-4fec-a660-ec4026fc5da1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4f370d71-6d51-4d30-8966-1957f8d557e4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f370d71-6d51-4d30-8966-1957f8d557e4.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-4f370d71-6d51-4d30-8966-1957f8d557e4 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:16px; } .ablocks-block-4f370d71-6d51-4d30-8966-1957f8d557e4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:16px; } 
.ablocks-block-ce305b51-9215-4a4d-8031-c03a4e95eee2 { margin-top:0px;padding-right:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce305b51-9215-4a4d-8031-c03a4e95eee2.ablocks-block--container { padding-right:0px;padding-left:0px;max-width:min(100%,222px) !important;overflow:visible; } .ablocks-block-ce305b51-9215-4a4d-8031-c03a4e95eee2 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-ce305b51-9215-4a4d-8031-c03a4e95eee2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-ce305b51-9215-4a4d-8031-c03a4e95eee2 { display:inline-flex; } 
.ablocks-block-51357631-9d77-47d9-8416-2e6652865e9e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-51357631-9d77-47d9-8416-2e6652865e9e { text-align:left; } .ablocks-block-51357631-9d77-47d9-8416-2e6652865e9e .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#667085;border-radius:0px;font-family:Ruwudu;font-weight:400;font-size:20px;line-height:20px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-51357631-9d77-47d9-8416-2e6652865e9e .ablocks-button { font-size:13px; } } @media screen and (max-width: 480px) { .ablocks-block-51357631-9d77-47d9-8416-2e6652865e9e .ablocks-button { font-size:14px; } } .ablocks-block-51357631-9d77-47d9-8416-2e6652865e9e .ablocks-button:hover { transition-duration:s; } .ablocks-block-51357631-9d77-47d9-8416-2e6652865e9e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-51357631-9d77-47d9-8416-2e6652865e9e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-51357631-9d77-47d9-8416-2e6652865e9e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-18e94479-4d23-4079-8e91-4a20ad641d41 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18e94479-4d23-4079-8e91-4a20ad641d41 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-18e94479-4d23-4079-8e91-4a20ad641d41 .ablocks-icon-wrap { font-size:8px; } .ablocks-block-18e94479-4d23-4079-8e91-4a20ad641d41 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:8px; } .ablocks-block-18e94479-4d23-4079-8e91-4a20ad641d41 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#D0D5DD; } 
.ablocks-block-15bfb230-b79b-4a75-a149-5faa3560b81f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-15bfb230-b79b-4a75-a149-5faa3560b81f { text-align:left; } .ablocks-block-15bfb230-b79b-4a75-a149-5faa3560b81f .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#667085;border-radius:0px;font-family:Ruwudu;font-weight:400;font-size:20px;line-height:20px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-15bfb230-b79b-4a75-a149-5faa3560b81f .ablocks-button { font-size:13px; } } @media screen and (max-width: 480px) { .ablocks-block-15bfb230-b79b-4a75-a149-5faa3560b81f .ablocks-button { font-size:14px; } } .ablocks-block-15bfb230-b79b-4a75-a149-5faa3560b81f .ablocks-button:hover { transition-duration:s; } .ablocks-block-15bfb230-b79b-4a75-a149-5faa3560b81f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-15bfb230-b79b-4a75-a149-5faa3560b81f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-15bfb230-b79b-4a75-a149-5faa3560b81f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5c36f690-e388-4f93-8124-6c4d550caa3a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c36f690-e388-4f93-8124-6c4d550caa3a { text-align:left; } .ablocks-block-5c36f690-e388-4f93-8124-6c4d550caa3a .ablocks-heading-text { font-weight:400;font-size:24px; } @media screen and (max-width: 800px) { .ablocks-block-5c36f690-e388-4f93-8124-6c4d550caa3a .ablocks-heading-text { font-size:22px; } } @media screen and (max-width: 480px) { .ablocks-block-5c36f690-e388-4f93-8124-6c4d550caa3a .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-454083ea-0ec6-45db-aaaa-d91172432b61 { margin-top:7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-454083ea-0ec6-45db-aaaa-d91172432b61 { text-align:left; } .ablocks-block-454083ea-0ec6-45db-aaaa-d91172432b61 .ablocks-paragraph-text { color:#000000;font-family:Ruwudu;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 480px) { .ablocks-block-454083ea-0ec6-45db-aaaa-d91172432b61 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-454083ea-0ec6-45db-aaaa-d91172432b61 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6d5738ba-519b-44ec-b38e-d350aa2cae08 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d5738ba-519b-44ec-b38e-d350aa2cae08.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-6d5738ba-519b-44ec-b38e-d350aa2cae08.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6d5738ba-519b-44ec-b38e-d350aa2cae08 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:24px; } .ablocks-block-6d5738ba-519b-44ec-b38e-d350aa2cae08.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:24px; } 
.ablocks-block-aa30db14-7b89-41bb-94a2-698080d885a4 { padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:0px;background-image:url("https://library.template-kits.com/travel-tour/wp-content/uploads/sites/34/2025/03/image-2025-03-11T094136.384.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-aa30db14-7b89-41bb-94a2-698080d885a4 { border-radius:20px; } } .ablocks-block-aa30db14-7b89-41bb-94a2-698080d885a4.ablocks-block--container { padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-aa30db14-7b89-41bb-94a2-698080d885a4 { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:343px;row-gap:0px;column-gap:0px; } .ablocks-block-aa30db14-7b89-41bb-94a2-698080d885a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:343px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cdddfa2f-7020-4a6c-b98b-b5f22f6c117f { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-cdddfa2f-7020-4a6c-b98b-b5f22f6c117f { padding-left:46px; } } .ablocks-block-cdddfa2f-7020-4a6c-b98b-b5f22f6c117f { text-align:left; } .ablocks-block-cdddfa2f-7020-4a6c-b98b-b5f22f6c117f .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#475467;border-width:1px;border-style:none;border-color:#ffffff;border-radius:104px;font-weight:400;font-size:15px;padding-top:6px;padding-right:24px;padding-bottom:6px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-cdddfa2f-7020-4a6c-b98b-b5f22f6c117f .ablocks-button { font-size:14px; } } .ablocks-block-cdddfa2f-7020-4a6c-b98b-b5f22f6c117f .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#4dbf00; } .ablocks-block-cdddfa2f-7020-4a6c-b98b-b5f22f6c117f .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-cdddfa2f-7020-4a6c-b98b-b5f22f6c117f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-cdddfa2f-7020-4a6c-b98b-b5f22f6c117f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-cdddfa2f-7020-4a6c-b98b-b5f22f6c117f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f0f4b76b-1e2b-4e51-9250-3dc936eb0f23 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f0f4b76b-1e2b-4e51-9250-3dc936eb0f23.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-f0f4b76b-1e2b-4e51-9250-3dc936eb0f23 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:16px; } .ablocks-block-f0f4b76b-1e2b-4e51-9250-3dc936eb0f23.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:16px; } 
.ablocks-block-75cd34db-8de7-431b-99ff-0df4bcd9ccd1 { margin-top:0px;padding-right:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-75cd34db-8de7-431b-99ff-0df4bcd9ccd1.ablocks-block--container { padding-right:0px;padding-left:0px;max-width:min(100%,222px) !important;overflow:visible; } .ablocks-block-75cd34db-8de7-431b-99ff-0df4bcd9ccd1 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-75cd34db-8de7-431b-99ff-0df4bcd9ccd1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-75cd34db-8de7-431b-99ff-0df4bcd9ccd1 { display:inline-flex; } 
.ablocks-block-3dbd05f6-363d-44fd-a6aa-3cb1653d746e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3dbd05f6-363d-44fd-a6aa-3cb1653d746e { text-align:left; } .ablocks-block-3dbd05f6-363d-44fd-a6aa-3cb1653d746e .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#667085;border-radius:0px;font-family:Ruwudu;font-weight:400;font-size:20px;line-height:20px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-3dbd05f6-363d-44fd-a6aa-3cb1653d746e .ablocks-button { font-size:13px; } } @media screen and (max-width: 480px) { .ablocks-block-3dbd05f6-363d-44fd-a6aa-3cb1653d746e .ablocks-button { font-size:14px; } } .ablocks-block-3dbd05f6-363d-44fd-a6aa-3cb1653d746e .ablocks-button:hover { transition-duration:s; } .ablocks-block-3dbd05f6-363d-44fd-a6aa-3cb1653d746e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-3dbd05f6-363d-44fd-a6aa-3cb1653d746e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-3dbd05f6-363d-44fd-a6aa-3cb1653d746e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-49e63746-0d0b-47ec-9a8d-c4de7f699c7b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-49e63746-0d0b-47ec-9a8d-c4de7f699c7b { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-49e63746-0d0b-47ec-9a8d-c4de7f699c7b .ablocks-icon-wrap { font-size:8px; } .ablocks-block-49e63746-0d0b-47ec-9a8d-c4de7f699c7b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:8px; } .ablocks-block-49e63746-0d0b-47ec-9a8d-c4de7f699c7b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#D0D5DD; } 
.ablocks-block-690bf745-ccae-428a-9fda-351e5038146f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-690bf745-ccae-428a-9fda-351e5038146f { text-align:left; } .ablocks-block-690bf745-ccae-428a-9fda-351e5038146f .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#667085;border-radius:0px;font-family:Ruwudu;font-weight:400;font-size:20px;line-height:20px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-690bf745-ccae-428a-9fda-351e5038146f .ablocks-button { font-size:13px; } } @media screen and (max-width: 480px) { .ablocks-block-690bf745-ccae-428a-9fda-351e5038146f .ablocks-button { font-size:14px; } } .ablocks-block-690bf745-ccae-428a-9fda-351e5038146f .ablocks-button:hover { transition-duration:s; } .ablocks-block-690bf745-ccae-428a-9fda-351e5038146f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-690bf745-ccae-428a-9fda-351e5038146f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-690bf745-ccae-428a-9fda-351e5038146f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9bc8ea33-69cc-4e2a-927a-1f4447a573d2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9bc8ea33-69cc-4e2a-927a-1f4447a573d2 { text-align:left; } .ablocks-block-9bc8ea33-69cc-4e2a-927a-1f4447a573d2 .ablocks-heading-text { font-weight:400;font-size:24px; } @media screen and (max-width: 800px) { .ablocks-block-9bc8ea33-69cc-4e2a-927a-1f4447a573d2 .ablocks-heading-text { font-size:22px; } } @media screen and (max-width: 480px) { .ablocks-block-9bc8ea33-69cc-4e2a-927a-1f4447a573d2 .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-07493ec2-0236-41e2-b673-16712d8b5e5f { margin-top:7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-07493ec2-0236-41e2-b673-16712d8b5e5f { text-align:left; } .ablocks-block-07493ec2-0236-41e2-b673-16712d8b5e5f .ablocks-paragraph-text { color:#000000;font-family:Ruwudu;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 480px) { .ablocks-block-07493ec2-0236-41e2-b673-16712d8b5e5f .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-07493ec2-0236-41e2-b673-16712d8b5e5f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2e1f55e9-802f-407e-82f2-4d19d749505f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e1f55e9-802f-407e-82f2-4d19d749505f.ablocks-block--container { padding:0px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2e1f55e9-802f-407e-82f2-4d19d749505f.ablocks-block--container { max-width:min(100%,53%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2e1f55e9-802f-407e-82f2-4d19d749505f.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2e1f55e9-802f-407e-82f2-4d19d749505f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:24px; } .ablocks-block-2e1f55e9-802f-407e-82f2-4d19d749505f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:24px; } 
.ablocks-block-0dd6950a-e51f-4379-b519-28b1ed5ff248 { padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:0px;background-image:url("https://library.template-kits.com/travel-tour/wp-content/uploads/sites/34/2025/03/image-2025-03-11T094139.050.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-0dd6950a-e51f-4379-b519-28b1ed5ff248 { border-radius:20px; } } .ablocks-block-0dd6950a-e51f-4379-b519-28b1ed5ff248.ablocks-block--container { padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0dd6950a-e51f-4379-b519-28b1ed5ff248 { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:343px;row-gap:0px;column-gap:0px; } .ablocks-block-0dd6950a-e51f-4379-b519-28b1ed5ff248.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:343px;row-gap:0px;column-gap:0px; } 
.ablocks-block-46228cbe-6cd1-4ca1-8543-011c2e64610e { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-46228cbe-6cd1-4ca1-8543-011c2e64610e { padding-left:46px; } } .ablocks-block-46228cbe-6cd1-4ca1-8543-011c2e64610e { text-align:left; } .ablocks-block-46228cbe-6cd1-4ca1-8543-011c2e64610e .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#475467;border-width:1px;border-style:none;border-color:#ffffff;border-radius:104px;font-weight:400;font-size:15px;padding-top:6px;padding-right:24px;padding-bottom:6px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-46228cbe-6cd1-4ca1-8543-011c2e64610e .ablocks-button { font-size:14px; } } .ablocks-block-46228cbe-6cd1-4ca1-8543-011c2e64610e .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#4dbf00; } .ablocks-block-46228cbe-6cd1-4ca1-8543-011c2e64610e .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-46228cbe-6cd1-4ca1-8543-011c2e64610e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-46228cbe-6cd1-4ca1-8543-011c2e64610e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-46228cbe-6cd1-4ca1-8543-011c2e64610e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e32b1f25-f2ac-4a8f-a9f0-5c5baa2d57e6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e32b1f25-f2ac-4a8f-a9f0-5c5baa2d57e6.ablocks-block--container { padding:0px;max-width:min(100%,379px) !important;overflow:visible; } .ablocks-block-e32b1f25-f2ac-4a8f-a9f0-5c5baa2d57e6 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:16px; } .ablocks-block-e32b1f25-f2ac-4a8f-a9f0-5c5baa2d57e6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:16px; } 
.ablocks-block-0a3e7ef8-2d2f-45db-a120-27590cd86c09 { margin-top:0px;padding-right:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a3e7ef8-2d2f-45db-a120-27590cd86c09.ablocks-block--container { padding-right:0px;padding-left:0px;max-width:min(100%,222px) !important;overflow:visible; } .ablocks-block-0a3e7ef8-2d2f-45db-a120-27590cd86c09 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-0a3e7ef8-2d2f-45db-a120-27590cd86c09.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-0a3e7ef8-2d2f-45db-a120-27590cd86c09 { display:inline-flex; } 
.ablocks-block-80310f58-b3a4-4bd9-a7eb-69670f825b40 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-80310f58-b3a4-4bd9-a7eb-69670f825b40 { text-align:left; } .ablocks-block-80310f58-b3a4-4bd9-a7eb-69670f825b40 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#667085;border-radius:0px;font-family:Ruwudu;font-weight:400;font-size:20px;line-height:20px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-80310f58-b3a4-4bd9-a7eb-69670f825b40 .ablocks-button { font-size:13px; } } @media screen and (max-width: 480px) { .ablocks-block-80310f58-b3a4-4bd9-a7eb-69670f825b40 .ablocks-button { font-size:14px; } } .ablocks-block-80310f58-b3a4-4bd9-a7eb-69670f825b40 .ablocks-button:hover { transition-duration:s; } .ablocks-block-80310f58-b3a4-4bd9-a7eb-69670f825b40 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-80310f58-b3a4-4bd9-a7eb-69670f825b40 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-80310f58-b3a4-4bd9-a7eb-69670f825b40 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9789dc9d-1e5f-43c7-aaa6-e2a24312e3a4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9789dc9d-1e5f-43c7-aaa6-e2a24312e3a4 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-9789dc9d-1e5f-43c7-aaa6-e2a24312e3a4 .ablocks-icon-wrap { font-size:8px; } .ablocks-block-9789dc9d-1e5f-43c7-aaa6-e2a24312e3a4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:8px; } .ablocks-block-9789dc9d-1e5f-43c7-aaa6-e2a24312e3a4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#D0D5DD; } 
.ablocks-block-aa4a6b65-166e-4608-91ff-4d59f644e297 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa4a6b65-166e-4608-91ff-4d59f644e297 { text-align:left; } .ablocks-block-aa4a6b65-166e-4608-91ff-4d59f644e297 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#667085;border-radius:0px;font-family:Ruwudu;font-weight:400;font-size:20px;line-height:20px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-aa4a6b65-166e-4608-91ff-4d59f644e297 .ablocks-button { font-size:13px; } } @media screen and (max-width: 480px) { .ablocks-block-aa4a6b65-166e-4608-91ff-4d59f644e297 .ablocks-button { font-size:14px; } } .ablocks-block-aa4a6b65-166e-4608-91ff-4d59f644e297 .ablocks-button:hover { transition-duration:s; } .ablocks-block-aa4a6b65-166e-4608-91ff-4d59f644e297 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-aa4a6b65-166e-4608-91ff-4d59f644e297 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-aa4a6b65-166e-4608-91ff-4d59f644e297 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5b7972a9-c219-4fdd-9ea2-2508d28ba60e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b7972a9-c219-4fdd-9ea2-2508d28ba60e { text-align:left; } .ablocks-block-5b7972a9-c219-4fdd-9ea2-2508d28ba60e .ablocks-heading-text { font-weight:400;font-size:24px; } @media screen and (max-width: 800px) { .ablocks-block-5b7972a9-c219-4fdd-9ea2-2508d28ba60e .ablocks-heading-text { font-size:22px; } } @media screen and (max-width: 480px) { .ablocks-block-5b7972a9-c219-4fdd-9ea2-2508d28ba60e .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-c1f8eb0b-4cfd-4d50-b2b5-f35fc4d09c8c { margin-top:7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c1f8eb0b-4cfd-4d50-b2b5-f35fc4d09c8c { text-align:left; } .ablocks-block-c1f8eb0b-4cfd-4d50-b2b5-f35fc4d09c8c .ablocks-paragraph-text { color:#000000;font-family:Ruwudu;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 480px) { .ablocks-block-c1f8eb0b-4cfd-4d50-b2b5-f35fc4d09c8c .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-c1f8eb0b-4cfd-4d50-b2b5-f35fc4d09c8c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1a859c9c-e12c-4771-952a-df48a90ccbe3 { margin-top:0px;padding-top:120px;padding-right:0px;padding-bottom:120px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1a859c9c-e12c-4771-952a-df48a90ccbe3 { margin-top:80px;padding:0px; } } @media screen and (max-width: 480px) { .ablocks-block-1a859c9c-e12c-4771-952a-df48a90ccbe3 { margin-top:60px; } } .ablocks-block-1a859c9c-e12c-4771-952a-df48a90ccbe3.ablocks-block--container { padding-top:120px;padding-right:0px;padding-bottom:120px;padding-left:0px;max-width:min(100%,1201px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1a859c9c-e12c-4771-952a-df48a90ccbe3.ablocks-block--container { padding:0px; } } @media screen and (max-width: 480px) { .ablocks-block-1a859c9c-e12c-4771-952a-df48a90ccbe3.ablocks-block--container { max-width:min(100%,1201%) !important; } } .ablocks-block-1a859c9c-e12c-4771-952a-df48a90ccbe3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:60px; } .ablocks-block-1a859c9c-e12c-4771-952a-df48a90ccbe3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:60px; } 
.ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-swiper .swiper-wrapper { min-height:300px;align-items:center; } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button { top:90%; } @media screen and (max-width: 480px) { .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button { top:98%; } } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button--next { right:90%; } @media screen and (max-width: 800px) { .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button--next { right:83%; } } @media screen and (max-width: 480px) { .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button--next { right:60%; } } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button--prev { left:1%; } @media screen and (max-width: 480px) { .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button--prev { left:16%; } } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:18px; } @media screen and (max-width: 480px) { .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:15px; } } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#fefffe;background-color:#4CA30D;padding:12px;border-width:1px;border-style:solid;border-color:#4ca30d;border-radius:10px; } @media screen and (max-width: 480px) { .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button .ablocks-svg-icon { padding:9px; } } .ablocks-block-bedf7efe-9a65-4ac8-8b4c-efd44b406f82 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-fd817cc2-e87d-4c85-9bb0-f9e1715bb210 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-e22b9c27-5b10-44e7-8202-e6df4a8bd835 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e22b9c27-5b10-44e7-8202-e6df4a8bd835.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e22b9c27-5b10-44e7-8202-e6df4a8bd835 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e22b9c27-5b10-44e7-8202-e6df4a8bd835.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-96e961e0-8f14-4d9f-b541-5553caa7cabc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-96e961e0-8f14-4d9f-b541-5553caa7cabc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-96e961e0-8f14-4d9f-b541-5553caa7cabc { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-96e961e0-8f14-4d9f-b541-5553caa7cabc { flex-direction:column;row-gap:3px; } } .ablocks-block-96e961e0-8f14-4d9f-b541-5553caa7cabc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-96e961e0-8f14-4d9f-b541-5553caa7cabc.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:3px; } } .ablocks-block-96e961e0-8f14-4d9f-b541-5553caa7cabc { display:inline-flex; } 
.ablocks-block-c0cf39f4-8b93-4d21-8930-b4b303ea6a9e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c0cf39f4-8b93-4d21-8930-b4b303ea6a9e.ablocks-block--container { padding:0px;max-width:min(100%,267px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-c0cf39f4-8b93-4d21-8930-b4b303ea6a9e.ablocks-block--container { max-width:min(100%,267%) !important; } } .ablocks-block-c0cf39f4-8b93-4d21-8930-b4b303ea6a9e { display:flex;flex-direction:column;justify-content:space-between;justify-items:space-between;min-height:294px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 480px) { .ablocks-block-c0cf39f4-8b93-4d21-8930-b4b303ea6a9e { min-height:1px; } } .ablocks-block-c0cf39f4-8b93-4d21-8930-b4b303ea6a9e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:space-between;justify-items:space-between;min-height:294px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 480px) { .ablocks-block-c0cf39f4-8b93-4d21-8930-b4b303ea6a9e.ablocks-has-block-container > .ablocks-block-container { min-height:1px; } } 
.ablocks-block-229e89b0-e159-4266-a879-bed21bc48dfc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-229e89b0-e159-4266-a879-bed21bc48dfc.ablocks-block--container { padding:0px;max-width:min(100%,267px) !important;overflow:visible; } .ablocks-block-229e89b0-e159-4266-a879-bed21bc48dfc { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-229e89b0-e159-4266-a879-bed21bc48dfc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-229e89b0-e159-4266-a879-bed21bc48dfc { display:inline-flex; } 
.ablocks-block-c8d22954-30d6-46cf-a95c-dd391b6238d5 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8d22954-30d6-46cf-a95c-dd391b6238d5.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-c8d22954-30d6-46cf-a95c-dd391b6238d5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c8d22954-30d6-46cf-a95c-dd391b6238d5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-05fb732a-4a57-4929-b710-8fc52cb29734 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05fb732a-4a57-4929-b710-8fc52cb29734 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-05fb732a-4a57-4929-b710-8fc52cb29734 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-05fb732a-4a57-4929-b710-8fc52cb29734 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-05fb732a-4a57-4929-b710-8fc52cb29734 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-319e6081-3dd9-4b6e-800e-bb0e889c0aca { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-319e6081-3dd9-4b6e-800e-bb0e889c0aca.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-319e6081-3dd9-4b6e-800e-bb0e889c0aca { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-319e6081-3dd9-4b6e-800e-bb0e889c0aca.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2ab19865-3bf9-4a5f-8097-c38cd6f910e3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ab19865-3bf9-4a5f-8097-c38cd6f910e3 { text-align:left; } .ablocks-block-2ab19865-3bf9-4a5f-8097-c38cd6f910e3 .ablocks-heading-text { font-family:Ruwudu;font-weight:500;font-size:20px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-2ab19865-3bf9-4a5f-8097-c38cd6f910e3 .ablocks-heading-text { font-size:22px;line-height:21px; } } @media screen and (max-width: 480px) { .ablocks-block-2ab19865-3bf9-4a5f-8097-c38cd6f910e3 .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-bedcb0a4-c611-4748-a383-0749f45e67ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bedcb0a4-c611-4748-a383-0749f45e67ac { margin-top:5px; } } .ablocks-block-bedcb0a4-c611-4748-a383-0749f45e67ac { text-align:left; } .ablocks-block-bedcb0a4-c611-4748-a383-0749f45e67ac .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-bedcb0a4-c611-4748-a383-0749f45e67ac .ablocks-paragraph-text { font-size:12px; } } @media screen and (max-width: 480px) { .ablocks-block-bedcb0a4-c611-4748-a383-0749f45e67ac .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-bedcb0a4-c611-4748-a383-0749f45e67ac .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0b39479e-9ad6-4e6c-8d77-746bb4414b5f { padding-top:35px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-image:url("https://library.template-kits.com/travel-tour/wp-content/uploads/sites/34/2025/03/group_875.webp");background-position:top left;background-repeat:no-repeat;background-size:auto;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b39479e-9ad6-4e6c-8d77-746bb4414b5f.ablocks-block--container { padding-top:35px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1600px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-0b39479e-9ad6-4e6c-8d77-746bb4414b5f.ablocks-block--container { max-width:min(100%,1600%) !important; } } .ablocks-block-0b39479e-9ad6-4e6c-8d77-746bb4414b5f { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-0b39479e-9ad6-4e6c-8d77-746bb4414b5f { min-height:1px;row-gap:4px; } } .ablocks-block-0b39479e-9ad6-4e6c-8d77-746bb4414b5f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-0b39479e-9ad6-4e6c-8d77-746bb4414b5f.ablocks-has-block-container > .ablocks-block-container { min-height:1px;row-gap:4px; } } 
.ablocks-block-6525d1ab-9368-4d46-b3b7-37414230e029 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6525d1ab-9368-4d46-b3b7-37414230e029 { text-align:left; } .ablocks-block-6525d1ab-9368-4d46-b3b7-37414230e029 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-size:24px;line-height:42px; } @media screen and (max-width: 800px) { .ablocks-block-6525d1ab-9368-4d46-b3b7-37414230e029 .ablocks-paragraph-text { font-size:18px;line-height:27px; } } @media screen and (max-width: 480px) { .ablocks-block-6525d1ab-9368-4d46-b3b7-37414230e029 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-6525d1ab-9368-4d46-b3b7-37414230e029 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ea9f73c0-33fc-4b9f-9861-95b2aba8f601 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea9f73c0-33fc-4b9f-9861-95b2aba8f601 { text-align:left; } .ablocks-block-ea9f73c0-33fc-4b9f-9861-95b2aba8f601 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-ea9f73c0-33fc-4b9f-9861-95b2aba8f601 .ablocks-paragraph-text { font-size:12px; } } .ablocks-block-ea9f73c0-33fc-4b9f-9861-95b2aba8f601 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bc134ed3-4f6d-4000-b2d4-8848cf630d3c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-e34d2e0e-077b-4501-b657-fe09027362b2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e34d2e0e-077b-4501-b657-fe09027362b2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e34d2e0e-077b-4501-b657-fe09027362b2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-e34d2e0e-077b-4501-b657-fe09027362b2 { row-gap:1px; } } .ablocks-block-e34d2e0e-077b-4501-b657-fe09027362b2.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: 480px) { .ablocks-block-e34d2e0e-077b-4501-b657-fe09027362b2.ablocks-has-block-container > .ablocks-block-container { row-gap:1px; } } 
.ablocks-block-ccb30d3a-0210-4209-a8ca-2841f2e6ee6c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ccb30d3a-0210-4209-a8ca-2841f2e6ee6c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ccb30d3a-0210-4209-a8ca-2841f2e6ee6c { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-ccb30d3a-0210-4209-a8ca-2841f2e6ee6c { flex-direction:column;row-gap:1px; } } .ablocks-block-ccb30d3a-0210-4209-a8ca-2841f2e6ee6c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-ccb30d3a-0210-4209-a8ca-2841f2e6ee6c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:1px; } } .ablocks-block-ccb30d3a-0210-4209-a8ca-2841f2e6ee6c { display:inline-flex; } 
.ablocks-block-7bddce64-5c10-4b73-86e9-aaf08ed759ec { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7bddce64-5c10-4b73-86e9-aaf08ed759ec.ablocks-block--container { padding:0px;max-width:min(100%,267px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-7bddce64-5c10-4b73-86e9-aaf08ed759ec.ablocks-block--container { max-width:min(100%,267%) !important; } } .ablocks-block-7bddce64-5c10-4b73-86e9-aaf08ed759ec { display:flex;flex-direction:column;justify-content:space-between;justify-items:space-between;min-height:294px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 480px) { .ablocks-block-7bddce64-5c10-4b73-86e9-aaf08ed759ec { min-height:1px; } } .ablocks-block-7bddce64-5c10-4b73-86e9-aaf08ed759ec.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:space-between;justify-items:space-between;min-height:294px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 480px) { .ablocks-block-7bddce64-5c10-4b73-86e9-aaf08ed759ec.ablocks-has-block-container > .ablocks-block-container { min-height:1px; } } 
.ablocks-block-109ba510-f538-4f16-a1a0-0aaed24e2aba { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-109ba510-f538-4f16-a1a0-0aaed24e2aba.ablocks-block--container { padding:0px;max-width:min(100%,267px) !important;overflow:visible; } .ablocks-block-109ba510-f538-4f16-a1a0-0aaed24e2aba { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-109ba510-f538-4f16-a1a0-0aaed24e2aba.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-109ba510-f538-4f16-a1a0-0aaed24e2aba { display:inline-flex; } 
.ablocks-block-1cd1a31a-f477-4c91-810b-68b28f34d1fb { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1cd1a31a-f477-4c91-810b-68b28f34d1fb.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-1cd1a31a-f477-4c91-810b-68b28f34d1fb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1cd1a31a-f477-4c91-810b-68b28f34d1fb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-30bd9082-ada0-4d5f-b494-ee28077ed718 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-30bd9082-ada0-4d5f-b494-ee28077ed718 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-30bd9082-ada0-4d5f-b494-ee28077ed718 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-30bd9082-ada0-4d5f-b494-ee28077ed718 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-30bd9082-ada0-4d5f-b494-ee28077ed718 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-292f7e8d-09b9-4080-a79b-712ea16d9572 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-292f7e8d-09b9-4080-a79b-712ea16d9572.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-292f7e8d-09b9-4080-a79b-712ea16d9572 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-292f7e8d-09b9-4080-a79b-712ea16d9572.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2cfb3e67-056e-4084-b876-25f9870273cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2cfb3e67-056e-4084-b876-25f9870273cb { text-align:left; } .ablocks-block-2cfb3e67-056e-4084-b876-25f9870273cb .ablocks-heading-text { font-family:Ruwudu;font-weight:500;font-size:20px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-2cfb3e67-056e-4084-b876-25f9870273cb .ablocks-heading-text { font-size:22px;line-height:21px; } } @media screen and (max-width: 480px) { .ablocks-block-2cfb3e67-056e-4084-b876-25f9870273cb .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-a7795561-ae29-41ae-a0b6-2cadad3b48d4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a7795561-ae29-41ae-a0b6-2cadad3b48d4 { margin-top:5px; } } .ablocks-block-a7795561-ae29-41ae-a0b6-2cadad3b48d4 { text-align:left; } .ablocks-block-a7795561-ae29-41ae-a0b6-2cadad3b48d4 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-a7795561-ae29-41ae-a0b6-2cadad3b48d4 .ablocks-paragraph-text { font-size:12px; } } @media screen and (max-width: 480px) { .ablocks-block-a7795561-ae29-41ae-a0b6-2cadad3b48d4 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-a7795561-ae29-41ae-a0b6-2cadad3b48d4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a4005bc1-3fd7-4bcf-8d52-01d224bb8b56 { padding-top:35px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-image:url("https://library.template-kits.com/travel-tour/wp-content/uploads/sites/34/2025/03/group_875.webp");background-position:top left;background-repeat:no-repeat;background-size:auto;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4005bc1-3fd7-4bcf-8d52-01d224bb8b56.ablocks-block--container { padding-top:35px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1600px) !important;overflow:visible; } .ablocks-block-a4005bc1-3fd7-4bcf-8d52-01d224bb8b56 { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a4005bc1-3fd7-4bcf-8d52-01d224bb8b56 { row-gap:4px; } } .ablocks-block-a4005bc1-3fd7-4bcf-8d52-01d224bb8b56.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a4005bc1-3fd7-4bcf-8d52-01d224bb8b56.ablocks-has-block-container > .ablocks-block-container { row-gap:4px; } } 
.ablocks-block-c1fa9605-28d7-40f4-b817-d6a50ce29077 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c1fa9605-28d7-40f4-b817-d6a50ce29077 { text-align:left; } .ablocks-block-c1fa9605-28d7-40f4-b817-d6a50ce29077 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-size:24px;line-height:42px; } @media screen and (max-width: 800px) { .ablocks-block-c1fa9605-28d7-40f4-b817-d6a50ce29077 .ablocks-paragraph-text { font-size:18px;line-height:27px; } } @media screen and (max-width: 480px) { .ablocks-block-c1fa9605-28d7-40f4-b817-d6a50ce29077 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-c1fa9605-28d7-40f4-b817-d6a50ce29077 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cd6ce003-01f9-46b6-9c0d-ec4653897a3e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd6ce003-01f9-46b6-9c0d-ec4653897a3e { text-align:left; } .ablocks-block-cd6ce003-01f9-46b6-9c0d-ec4653897a3e .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-cd6ce003-01f9-46b6-9c0d-ec4653897a3e .ablocks-paragraph-text { font-size:12px; } } .ablocks-block-cd6ce003-01f9-46b6-9c0d-ec4653897a3e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c2cd3d7b-e9fe-4da6-8cfd-60fc926a810e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-81c3054a-5cdb-4d13-b4f5-ab208db4e907 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81c3054a-5cdb-4d13-b4f5-ab208db4e907.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-81c3054a-5cdb-4d13-b4f5-ab208db4e907 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-81c3054a-5cdb-4d13-b4f5-ab208db4e907.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-51871ea2-6014-45ae-9716-4cca7702b8f4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-51871ea2-6014-45ae-9716-4cca7702b8f4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-51871ea2-6014-45ae-9716-4cca7702b8f4 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-51871ea2-6014-45ae-9716-4cca7702b8f4 { flex-direction:column;row-gap:3px; } } .ablocks-block-51871ea2-6014-45ae-9716-4cca7702b8f4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-51871ea2-6014-45ae-9716-4cca7702b8f4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:3px; } } .ablocks-block-51871ea2-6014-45ae-9716-4cca7702b8f4 { display:inline-flex; } 
.ablocks-block-15ed507f-0e2e-4031-bd6a-c03d9240b7f9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-15ed507f-0e2e-4031-bd6a-c03d9240b7f9.ablocks-block--container { padding:0px;max-width:min(100%,267px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-15ed507f-0e2e-4031-bd6a-c03d9240b7f9.ablocks-block--container { max-width:min(100%,267%) !important; } } .ablocks-block-15ed507f-0e2e-4031-bd6a-c03d9240b7f9 { display:flex;flex-direction:column;justify-content:space-between;justify-items:space-between;min-height:294px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 480px) { .ablocks-block-15ed507f-0e2e-4031-bd6a-c03d9240b7f9 { min-height:1px; } } .ablocks-block-15ed507f-0e2e-4031-bd6a-c03d9240b7f9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:space-between;justify-items:space-between;min-height:294px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 480px) { .ablocks-block-15ed507f-0e2e-4031-bd6a-c03d9240b7f9.ablocks-has-block-container > .ablocks-block-container { min-height:1px; } } 
.ablocks-block-2d9bf183-f2f0-4e0b-9a5c-d44dd870d746 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d9bf183-f2f0-4e0b-9a5c-d44dd870d746.ablocks-block--container { padding:0px;max-width:min(100%,267px) !important;overflow:visible; } .ablocks-block-2d9bf183-f2f0-4e0b-9a5c-d44dd870d746 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-2d9bf183-f2f0-4e0b-9a5c-d44dd870d746.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-2d9bf183-f2f0-4e0b-9a5c-d44dd870d746 { display:inline-flex; } 
.ablocks-block-b80164be-5fc9-4d46-baa5-441b587cb41c { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b80164be-5fc9-4d46-baa5-441b587cb41c.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-b80164be-5fc9-4d46-baa5-441b587cb41c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b80164be-5fc9-4d46-baa5-441b587cb41c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-868dba18-bc0c-4049-9cc8-5d830967d0d2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-868dba18-bc0c-4049-9cc8-5d830967d0d2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-868dba18-bc0c-4049-9cc8-5d830967d0d2 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-868dba18-bc0c-4049-9cc8-5d830967d0d2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-868dba18-bc0c-4049-9cc8-5d830967d0d2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ac4ca3c8-2a7b-40c8-98aa-95fdbf2890f5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac4ca3c8-2a7b-40c8-98aa-95fdbf2890f5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ac4ca3c8-2a7b-40c8-98aa-95fdbf2890f5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ac4ca3c8-2a7b-40c8-98aa-95fdbf2890f5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f3a58bfe-51f1-4849-bb1d-b6f8a2ecd369 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f3a58bfe-51f1-4849-bb1d-b6f8a2ecd369 { text-align:left; } .ablocks-block-f3a58bfe-51f1-4849-bb1d-b6f8a2ecd369 .ablocks-heading-text { font-family:Ruwudu;font-weight:500;font-size:20px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-f3a58bfe-51f1-4849-bb1d-b6f8a2ecd369 .ablocks-heading-text { font-size:22px;line-height:21px; } } @media screen and (max-width: 480px) { .ablocks-block-f3a58bfe-51f1-4849-bb1d-b6f8a2ecd369 .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-245578c7-ef2f-4c52-b87f-b9ac35dcaee1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-245578c7-ef2f-4c52-b87f-b9ac35dcaee1 { margin-top:5px; } } .ablocks-block-245578c7-ef2f-4c52-b87f-b9ac35dcaee1 { text-align:left; } .ablocks-block-245578c7-ef2f-4c52-b87f-b9ac35dcaee1 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-245578c7-ef2f-4c52-b87f-b9ac35dcaee1 .ablocks-paragraph-text { font-size:12px; } } @media screen and (max-width: 480px) { .ablocks-block-245578c7-ef2f-4c52-b87f-b9ac35dcaee1 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-245578c7-ef2f-4c52-b87f-b9ac35dcaee1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-27e5f08e-5252-4946-9400-6ff6aa88d961 { padding-top:35px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-image:url("https://library.template-kits.com/travel-tour/wp-content/uploads/sites/34/2025/03/group_875.webp");background-position:top left;background-repeat:no-repeat;background-size:auto;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-27e5f08e-5252-4946-9400-6ff6aa88d961.ablocks-block--container { padding-top:35px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1600px) !important;overflow:visible; } .ablocks-block-27e5f08e-5252-4946-9400-6ff6aa88d961 { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-27e5f08e-5252-4946-9400-6ff6aa88d961 { row-gap:4px; } } .ablocks-block-27e5f08e-5252-4946-9400-6ff6aa88d961.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-27e5f08e-5252-4946-9400-6ff6aa88d961.ablocks-has-block-container > .ablocks-block-container { row-gap:4px; } } 
.ablocks-block-b990fa56-ed8a-438e-a3f1-391237a15881 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b990fa56-ed8a-438e-a3f1-391237a15881 { text-align:left; } .ablocks-block-b990fa56-ed8a-438e-a3f1-391237a15881 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-size:24px;line-height:42px; } @media screen and (max-width: 800px) { .ablocks-block-b990fa56-ed8a-438e-a3f1-391237a15881 .ablocks-paragraph-text { font-size:18px;line-height:27px; } } @media screen and (max-width: 480px) { .ablocks-block-b990fa56-ed8a-438e-a3f1-391237a15881 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-b990fa56-ed8a-438e-a3f1-391237a15881 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-90e35e42-1244-41d9-8936-3d7fa050fe3a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-90e35e42-1244-41d9-8936-3d7fa050fe3a { text-align:left; } .ablocks-block-90e35e42-1244-41d9-8936-3d7fa050fe3a .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-90e35e42-1244-41d9-8936-3d7fa050fe3a .ablocks-paragraph-text { font-size:12px; } } .ablocks-block-90e35e42-1244-41d9-8936-3d7fa050fe3a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-11d98586-5a50-4b8c-bfe7-829c492f675e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-af4a0b90-de1c-43c7-9474-43efdf701f2d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-af4a0b90-de1c-43c7-9474-43efdf701f2d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-af4a0b90-de1c-43c7-9474-43efdf701f2d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-af4a0b90-de1c-43c7-9474-43efdf701f2d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8ce2b9d3-9658-4584-b8d9-406480f98810 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ce2b9d3-9658-4584-b8d9-406480f98810.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8ce2b9d3-9658-4584-b8d9-406480f98810 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-8ce2b9d3-9658-4584-b8d9-406480f98810 { flex-direction:column;row-gap:3px; } } .ablocks-block-8ce2b9d3-9658-4584-b8d9-406480f98810.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-8ce2b9d3-9658-4584-b8d9-406480f98810.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:3px; } } .ablocks-block-8ce2b9d3-9658-4584-b8d9-406480f98810 { display:inline-flex; } 
.ablocks-block-fd8e75df-8b56-42fb-b0d4-d6c5c67cbfa8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fd8e75df-8b56-42fb-b0d4-d6c5c67cbfa8.ablocks-block--container { padding:0px;max-width:min(100%,267px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-fd8e75df-8b56-42fb-b0d4-d6c5c67cbfa8.ablocks-block--container { max-width:min(100%,267%) !important; } } .ablocks-block-fd8e75df-8b56-42fb-b0d4-d6c5c67cbfa8 { display:flex;flex-direction:column;justify-content:space-between;justify-items:space-between;min-height:294px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 480px) { .ablocks-block-fd8e75df-8b56-42fb-b0d4-d6c5c67cbfa8 { min-height:1px; } } .ablocks-block-fd8e75df-8b56-42fb-b0d4-d6c5c67cbfa8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:space-between;justify-items:space-between;min-height:294px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 480px) { .ablocks-block-fd8e75df-8b56-42fb-b0d4-d6c5c67cbfa8.ablocks-has-block-container > .ablocks-block-container { min-height:1px; } } 
.ablocks-block-33fe80a2-931b-411c-8a43-2fd79ac5b5d9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33fe80a2-931b-411c-8a43-2fd79ac5b5d9.ablocks-block--container { padding:0px;max-width:min(100%,267px) !important;overflow:visible; } .ablocks-block-33fe80a2-931b-411c-8a43-2fd79ac5b5d9 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-33fe80a2-931b-411c-8a43-2fd79ac5b5d9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-33fe80a2-931b-411c-8a43-2fd79ac5b5d9 { display:inline-flex; } 
.ablocks-block-84066b24-ff6b-4ab9-a3df-72ae09aa515c { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-84066b24-ff6b-4ab9-a3df-72ae09aa515c.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-84066b24-ff6b-4ab9-a3df-72ae09aa515c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-84066b24-ff6b-4ab9-a3df-72ae09aa515c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6b2420bd-5997-4b99-895d-49e106722d2f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b2420bd-5997-4b99-895d-49e106722d2f { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-6b2420bd-5997-4b99-895d-49e106722d2f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-6b2420bd-5997-4b99-895d-49e106722d2f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-6b2420bd-5997-4b99-895d-49e106722d2f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0339c2ac-aac0-4ecc-9fd1-d5bfaa08ae86 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0339c2ac-aac0-4ecc-9fd1-d5bfaa08ae86.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0339c2ac-aac0-4ecc-9fd1-d5bfaa08ae86 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0339c2ac-aac0-4ecc-9fd1-d5bfaa08ae86.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4e7f7b5e-389f-44bb-857d-66d769a83a9e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4e7f7b5e-389f-44bb-857d-66d769a83a9e { text-align:left; } .ablocks-block-4e7f7b5e-389f-44bb-857d-66d769a83a9e .ablocks-heading-text { font-family:Ruwudu;font-weight:500;font-size:20px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-4e7f7b5e-389f-44bb-857d-66d769a83a9e .ablocks-heading-text { font-size:22px;line-height:21px; } } @media screen and (max-width: 480px) { .ablocks-block-4e7f7b5e-389f-44bb-857d-66d769a83a9e .ablocks-heading-text { font-size:20px; } } 
.ablocks-block-28256710-60e4-4a99-aa0a-85145e68d850 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-28256710-60e4-4a99-aa0a-85145e68d850 { margin-top:5px; } } .ablocks-block-28256710-60e4-4a99-aa0a-85145e68d850 { text-align:left; } .ablocks-block-28256710-60e4-4a99-aa0a-85145e68d850 .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-28256710-60e4-4a99-aa0a-85145e68d850 .ablocks-paragraph-text { font-size:12px; } } @media screen and (max-width: 480px) { .ablocks-block-28256710-60e4-4a99-aa0a-85145e68d850 .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-28256710-60e4-4a99-aa0a-85145e68d850 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-81484350-7d4e-48fe-9129-732f3a194641 { padding-top:35px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-image:url("https://library.template-kits.com/travel-tour/wp-content/uploads/sites/34/2025/03/group_875.webp");background-position:top left;background-repeat:no-repeat;background-size:auto;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81484350-7d4e-48fe-9129-732f3a194641.ablocks-block--container { padding-top:35px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1600px) !important;overflow:visible; } .ablocks-block-81484350-7d4e-48fe-9129-732f3a194641 { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-81484350-7d4e-48fe-9129-732f3a194641 { row-gap:4px; } } .ablocks-block-81484350-7d4e-48fe-9129-732f3a194641.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:28px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-81484350-7d4e-48fe-9129-732f3a194641.ablocks-has-block-container > .ablocks-block-container { row-gap:4px; } } 
.ablocks-block-32aefa50-fb20-4807-ae19-6c667ed4e47d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32aefa50-fb20-4807-ae19-6c667ed4e47d { text-align:left; } .ablocks-block-32aefa50-fb20-4807-ae19-6c667ed4e47d .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-size:24px;line-height:42px; } @media screen and (max-width: 800px) { .ablocks-block-32aefa50-fb20-4807-ae19-6c667ed4e47d .ablocks-paragraph-text { font-size:18px;line-height:27px; } } @media screen and (max-width: 480px) { .ablocks-block-32aefa50-fb20-4807-ae19-6c667ed4e47d .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-32aefa50-fb20-4807-ae19-6c667ed4e47d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3120240a-a5c3-4900-9e9c-d2483765409d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3120240a-a5c3-4900-9e9c-d2483765409d { text-align:left; } .ablocks-block-3120240a-a5c3-4900-9e9c-d2483765409d .ablocks-paragraph-text { color:#000000;font-weight:400; } @media screen and (max-width: 800px) { .ablocks-block-3120240a-a5c3-4900-9e9c-d2483765409d .ablocks-paragraph-text { font-size:12px; } } .ablocks-block-3120240a-a5c3-4900-9e9c-d2483765409d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a780fa4a-bab2-4ec3-bde4-6128af997e6a { margin-top:43px;padding-top:26px;padding-right:0px;padding-bottom:132px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a780fa4a-bab2-4ec3-bde4-6128af997e6a { padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-a780fa4a-bab2-4ec3-bde4-6128af997e6a { padding-bottom:20px; } } .ablocks-block-a780fa4a-bab2-4ec3-bde4-6128af997e6a.ablocks-block--container { padding-top:26px;padding-right:0px;padding-bottom:132px;padding-left:0px;max-width:min(100%,1600px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a780fa4a-bab2-4ec3-bde4-6128af997e6a.ablocks-block--container { padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-a780fa4a-bab2-4ec3-bde4-6128af997e6a.ablocks-block--container { padding-bottom:20px; } } .ablocks-block-a780fa4a-bab2-4ec3-bde4-6128af997e6a { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-a780fa4a-bab2-4ec3-bde4-6128af997e6a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } 
.ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1 { padding-top:80px;padding-right:60px;padding-bottom:80px;padding-left:60px;background-image:url("https://library.template-kits.com/travel-tour/wp-content/uploads/sites/34/2025/03/image-2025-03-11T094436.466.webp");background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1 { padding-top:50px;padding-right:40px;padding-bottom:50px;padding-left:40px; } } @media screen and (max-width: 480px) { .ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1 { padding-top:24px;padding-right:0px;padding-bottom:24px;padding-left:0px; } } .ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1.ablocks-block--container { padding-top:80px;padding-right:60px;padding-bottom:80px;padding-left:60px;max-width:min(100%,1200px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1.ablocks-block--container { padding-top:50px;padding-right:40px;padding-bottom:50px;padding-left:40px; } } @media screen and (max-width: 480px) { .ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:24px;padding-left:0px; } } .ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1 { flex-direction:column; } } .ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-c7807443-1d95-4607-8c3c-03cb9a6088e1 { display:inline-flex; } 
.ablocks-block-f630cf38-8091-4bfd-aef4-e0d371d66ac2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f630cf38-8091-4bfd-aef4-e0d371d66ac2 { padding-right:24px;padding-left:24px; } } .ablocks-block-f630cf38-8091-4bfd-aef4-e0d371d66ac2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-f630cf38-8091-4bfd-aef4-e0d371d66ac2.ablocks-block--container { padding-right:24px;padding-left:24px; } } .ablocks-block-f630cf38-8091-4bfd-aef4-e0d371d66ac2 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-f630cf38-8091-4bfd-aef4-e0d371d66ac2 { flex-direction:column;row-gap:32px; } } .ablocks-block-f630cf38-8091-4bfd-aef4-e0d371d66ac2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-f630cf38-8091-4bfd-aef4-e0d371d66ac2.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-f630cf38-8091-4bfd-aef4-e0d371d66ac2 { display:inline-flex; } 
.ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31:not(.ablocks-has-block-container), .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .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-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:600;font-size:32px;line-height:48px;letter-spacing:0.02px;color:#FFFFFF; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#D0D5DD;font-family:Poppins;font-weight:500;font-size:18px;line-height:28px; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .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-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .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-82d5f17e-a876-439e-862e-1bb5eeaf4d31.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-82d5f17e-a876-439e-862e-1bb5eeaf4d31.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-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .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-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-82d5f17e-a876-439e-862e-1bb5eeaf4d31 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-c6fe0f66-c2db-475f-9fac-31a0f83aafda { padding:24px;background:#e0dbdb36;border-radius:16px;box-shadow:0px 3px 8px 0px #0000003D;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c6fe0f66-c2db-475f-9fac-31a0f83aafda.ablocks-block--container { padding:24px;max-width:min(100%,41%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-c6fe0f66-c2db-475f-9fac-31a0f83aafda.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c6fe0f66-c2db-475f-9fac-31a0f83aafda { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c6fe0f66-c2db-475f-9fac-31a0f83aafda.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7:not(.ablocks-has-block-container), .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7.ablocks-block--info-box > .ablocks-block-container { gap:14px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .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-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:24px; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:600;font-size:28px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Roboto; } } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-size:18px;line-height:27px;color:#ffffff; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .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-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .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-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7.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-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7.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-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .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-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-34e2e7c5-5ddf-4bb0-b94c-ef609701a1d7 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a > .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-form-builder__input { background:white;text-align:left;border-width:1px;border-style:none;border-radius:8px;padding-left:16px;box-sizing:border-box; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-form-builder__input::placeholder { text-align:left; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-form-builder__input-icon,.ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-form-builder__submit-button { text-align:center; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-form-builder__submit-button { color:#ffffff;background:#4CA30D;font-family:Poppins;font-weight:400;font-size:18px;line-height:28px; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-bde11aca-419f-4d74-a1ea-5c76e87ae06a .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-5cc42feb-2be0-48be-b647-f43402282175 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5cc42feb-2be0-48be-b647-f43402282175.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-5cc42feb-2be0-48be-b647-f43402282175 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-5cc42feb-2be0-48be-b647-f43402282175 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } 
.ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { margin-top:-25px;padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;background:#ffffff;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { padding-top:60px;padding-right:12px;padding-left:12px;border-top-left-radius:20px;border-top-right-radius:20px; } } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437.ablocks-block--container { padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437.ablocks-block--container { padding-top:60px;padding-right:12px;padding-left:12px; } } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } 
.ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-block--container { padding:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { flex-direction:column; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { display:inline-flex; } 
.ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { max-width:min(100%,37%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } 
.ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { display:inline-flex; } 
.ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:203px; } @media screen and (max-width: 800px) { .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap img.ablocks-image-icon { width:164px; } } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 { text-align:left; } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784 { margin-top:38px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784 { display:inline-flex; } 
.ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e { text-align:left; } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 { font-family:Inter;font-size:14px; } } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list { gap:10px; } } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { max-width:min(100%,58%) !important; } } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 { text-align:left; } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { font-family:Inter;font-size:14px; } } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list { gap:10px; } } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { max-width:min(100%,54%) !important; } } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b { text-align:left; } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 { font-family:Inter;font-size:14px; } } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list { gap:10px; } } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#d9d6fe;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { flex-direction:column;row-gap:21px; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038.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-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:21px; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { display:inline-flex; } 
.ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde { text-align:left; } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { display:inline-flex; } 
.ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { width:50%; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { display:flex;justify-content:right; } @media screen and (max-width: 480px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { justify-content:left; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img { width:149px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img { width:170px; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
