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



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

.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-block--icon .ablocks-block-container{display:flex}
.ablocks-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-modal-trigger-wrap .ablocks-modal-button{background-color:#1759d2;border:1px solid #1759d2;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;padding:5px 15px;transition:.5s}.ablocks-modal-trigger-wrap .ablocks-modal-button:hover{background-color:#06307e;border-color:#06307e}.ablocks-block-modal---panel-wrap{background:rgba(0,0,0,.7);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .5s,visibility .3s;visibility:hidden;z-index:99999}.ablocks-block--modal.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{min-height:100%;top:0;transform:none;width:400px}.ablocks-block--modal.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--left .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:0}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:0}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{left:unset}.ablocks-block--modal.ablocks-block-modal-position--right .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close,.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:-5px;transform:translateX(-100%)}.ablocks-block--modal.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{right:0;top:-100%}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{top:0}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{position:absolute;top:100%;width:600px;z-index:999999}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{display:none;left:0;transform:none}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{display:block}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:calc(100% + 5px);transform:none}.ablocks-block--modal.ablocks-block-modal-panel-direction--right.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{left:unset;right:calc(100% + 5px)}.ablocks-block--modal.ablocks-block-modal-panel-direction--left.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{left:unset;right:100%}.ablocks-block--modal.ablocks-block-modal-panel-direction--right.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap{left:100%}.ablocks-block--modal.ablocks-block-modal-panel-direction--top.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap,.ablocks-block--modal.ablocks-block-modal-panel-direction--top.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{bottom:100%;top:unset}.ablocks-block--modal.ablocks-block-modal-panel-direction--bottom.ablocks-block-modal-position--block .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{bottom:unset;top:100%}.ablocks-block--modal.ablocks-block-modal-position--popup.ablocks-block-modal-panel-popup-on-top .ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{top:0;transform:translate(-50%)}.ablocks-modal-trigger-wrap{cursor:pointer}.ablocks-block--modal.ablocks-block-modal-panel-visibility--open .ablocks-block-modal---panel-wrap{opacity:1;visibility:visible}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap{background-color:#fff;border:1px solid #ddd;box-sizing:border-box;display:flex;left:50%;max-width:92vw;min-height:400px;padding:40px 20px 20px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:1s;width:600px}.ablocks-block-modal---panel-wrap .ablocks-modal-popup--content{overflow:hidden;width:100%}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close{align-items:center;background-color:#fff;border:1px solid #eee;border-radius:50%;cursor:pointer;display:flex;height:25px;justify-content:center;position:absolute;right:12px;top:12px;width:25px}.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close svg{fill:#aaa;height:12px;width:12px}.ablocks-block--modal.ablocks-block-modal-position--block .ablocks-block--modal-panel{position:static}


.ablocks-block--video>.ablocks-block-container{aspect-ratio:1.77777;height:auto;max-width:100%;width:100%}.ablocks-block--video iframe,.ablocks-block--video video{background-color:#000;height:100%;margin:0;max-width:100%;object-fit:cover;width:100%}.ablocks-block--video .ablocks-video-player,.ablocks-block--video .ablocks-vimeo-video-player{height:100%;max-width:100%;object-fit:cover;width:100%}.ablocks-block--video .ablocks-vimeo-video-player{background-color:#000;border:none}.ablocks-control-field-description{font-size:11px;font-style:italic;line-height:1.4}.ablocks-prevent-select{position:relative}.ablocks-prevent-select:after{background-color:#00000000;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%}.ablocks-video--times-wrapper{display:flex;flex-direction:column;margin:8px 0}.ablocks-video--times-wrapper>.ablocks-control{margin-bottom:0}.ablocks-video--times-wrapper>.ablocks-control-field-description{margin-bottom:8px;margin-top:4px}
.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;width:100%}.ablocks-block--counter--circle .ablocks-block-container,.ablocks-block--counter--circle:not(.ablocks-has-container){display:flex;flex-direction:column;width:100%}.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;width:100%}.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-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}
@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-block-marquee[data-animated=true]{--ablocks-block-animation-direction:normal;display:flex;gap:var(--ablocks-block-content-gap);-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);overflow:hidden;padding-block:8px;position:relative;user-select:none}.ablocks-block-marquee__children,.ablocks-block-marquee__children-mirror{align-items:center;animation:marquee-scroll var(--ablocks-block-animation-speed) linear infinite;animation-direction:var(--ablocks-block-animation-direction);display:flex;flex-shrink:0;gap:var(--ablocks-block-content-gap);white-space:nowrap}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(var(--ablocks-block-total-width)*-1))}}.ablocks-block-marquee__children,.ablocks-block-marquee__children-mirror{scrollbar-width:none;-ms-overflow-style:none}.ablocks-block-marquee__children-mirror::-webkit-scrollbar,.ablocks-block-marquee__children::-webkit-scrollbar{display:none}.ablocks-block-marquee__custom-btn{background:#1e1e1e;color:#fff;height:28px;min-width:24px;padding:0}.ablocks-block-marquee__custom-btn svg{fill:#fff}.ablocks-block-marquee__custom-btn .ablocks-icon--plus:before{color:#fff}.ablocks-block-marquee__children>div[role=presentation],.ablocks-block-marquee__custom-btn{cursor:pointer;z-index:1}.is-layout-constrained>.ablocks-block--marquee:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:100%!important}.ablocks-block-marquee-dropdown-toolbar-menu .ablocks-icon--plus:before{color:#000;font-size:20px}.ablocks-block-marquee__children-child{align-items:center;display:flex}

.ablocks-block--info-box{border:1px solid #dddddf;padding:30px}.ablocks-block--info-box .ablocks-block-container{width:100%}.ablocks-block--info-box .ablocks-icon-wrap{height:fit-content;width:fit-content}.ablocks-block--info-box__content{display:flex;flex-direction:column;width:100%}.ablocks-info-box-heading,.ablocks-info-box-sub-heading,.ablocks-info-box-text{margin:0}.ablocks-info-box-text{margin:0;padding:0}.ablocks-info-box-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-info-box-badge-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;position:absolute;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-badge-link--xs{border-radius:2px;font-size:10px;padding:5px 15px}.ablocks-info-box-badge-link--sm{border-radius:3px;font-size:12px;padding:8px 18px}.ablocks-info-box-badge-link--md{border-radius:4px;font-size:14px;padding:11px 21px}.ablocks-info-box-badge-link--lg{border-radius:5px;font-size:16px;padding:14px 25px}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-badge-link-text{order:10}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-badge-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-badge-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-btn-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-btn-link--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-info-box-btn-link--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-info-box-btn-link--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-info-box-btn-link--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-info-box-btn-link--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-btn-link-text{order:10}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-button-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-block--info-box__content>.ablocks-button-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-star-ratings{align-items:center;display:inline-flex;flex-wrap:wrap;width:100%}.ablocks-info-box-star-ratings-icons{display:flex;flex-wrap:wrap;width:fit-content}.ablocks-info-box-star-ratings-icons .ablocks-info-box-rating{display:inline-block;position:relative}.ablocks-info-box-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-block--divider{flex-grow:1;width:100%}.ablocks-block--divider .ablocks-block-container,.ablocks-block--divider:not(.ablocks-has-block-container){align-items:center;display:flex;min-height:50px;width:100%}.ablocks-divider__pattern-mask{align-items:center;background-color:var(--ablocks-divider-pattern-color);display:flex;height:100%;mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center,.ablocks-divider__pattern-mask-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center:after,.ablocks-divider__pattern-mask-element-icon--center:before,.ablocks-divider__pattern-mask-element-text--center:after,.ablocks-divider__pattern-mask-element-text--center:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--left,.ablocks-divider__pattern-mask-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--left:after,.ablocks-divider__pattern-mask-element-text--left:after{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--right,.ablocks-divider__pattern-mask-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--right:before,.ablocks-divider__pattern-mask-element-text--right:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-css{border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);width:100%}.ablocks-divider__pattern-css-element-icon--center,.ablocks-divider__pattern-css-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--center:after,.ablocks-divider__pattern-css-element-icon--center:before,.ablocks-divider__pattern-css-element-text--center:after,.ablocks-divider__pattern-css-element-text--center:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--left,.ablocks-divider__pattern-css-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--left:after,.ablocks-divider__pattern-css-element-text--left:after{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--right,.ablocks-divider__pattern-css-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;width:100%}.ablocks-divider__pattern-css-element-icon--right:before,.ablocks-divider__pattern-css-element-text--right:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-block--divider .ablocks-divider__element-icon{display:inline-block;line-height:1}
.ablocks-star-rating-number{display:flex}.ablocks-block--star-ratings .ablocks-block-container{align-items:center;display:flex;flex-wrap:wrap}.ablocks-rating{display:inline-block;position:relative}.ablocks-star-ratings-icons{display:flex;flex-wrap:wrap}.ablocks-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-rating__fill svg.ablocks-svg-icon{fill:var(--marked-color)}.ablocks-rating__unfill svg.ablocks-svg-icon{fill:var(--unmarked-color)}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-block--accordion{padding:10px 15px 60px;position:relative}.ablocks-block--accordion .ablocks-block-accordion-appender-button{align-items:center;background-color:#13191b;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:12px 10px}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus{font-weight:600}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus:before{color:#fff!important}.ablocks-block--accordion .block-list-appender{bottom:-50px;left:12px!important;right:auto!important}.ablocks-block--single-accordion .block-list-appender{bottom:15px;left:12px!important;right:auto!important}.ablocks-block--single-accordion{overflow:hidden}.ablocks-block--single-accordion__heading{align-items:center;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:15px}.ablocks-block--single-accordion__heading-rightSide{align-items:center;display:flex;width:90%}.ablocks-block--single-accordion__heading-rightSide .ablocks-block-accordion-title{margin:0 0 0 10px}.ablocks-block--single-accordion__heading .ablocks-single-accordion-right-side-icon{margin-right:10px}.ablocks-block--accordion .ablocks-block--single-accordion .block-list-appender{position:relative}.ablocks-block--accordion .ablocks-block--single-accordion svg.ablocks-svg-icon{height:1em;width:1em}.ablocks-block--single-accordion .ablocks-block--single-accordion__body{height:0;overflow:hidden}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__body{height:auto}.ablocks-block--single-accordion__body-content{background-color:#f9f9f9;box-sizing:border-box;overflow:hidden;padding:20px;position:relative}.ablocks-block--single-accordion__body-content .block-editor-default-block-appender .block-editor-inserter{line-height:0;position:absolute;right:12px;top:10px}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-open{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-off,.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-open{display:block}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-off{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading{outline-style:none!important}.ablocks-block--single-accordion p{margin-bottom:0!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-family:Roboto;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-family:Roboto;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-family:Roboto;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-family:Roboto;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-family:Roboto;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-family:Roboto;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;width:100%}.ablocks-form-builder input.ablocks-form-builder__input::placeholder{color:#a7aaad;font-family:Roboto;font-style:normal;font-weight:400;line-height:150%;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%;position:absolute;top:40%;transform:translate(-50%,-50%);width:20px}.ablocks-form-builder-toobar-button--active{color:#fff}.ablocks-form-builder-toobar-button--active:before{background-color:#007cba;border:1px solid #000}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations>li{height:170px}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations{margin:70px 0 0}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations span{font-size:13px;font-weight:700;margin-top:50px}.ablocks-block--form-builder__navigator{font-size:16px;padding-left:24px;padding-top:20px}.ablocks-block--form-builder__navigator a{text-decoration:none}.ablocks-block--form-builder__navigator .ablocks-block--form-builder__navigator-redirect-page a{padding:5px}.ablocks-block--form-builder__feedback-message{border-radius:5px;font-size:16px;margin-top:10px;padding:20px 10px;text-align:center}.ablocks-block--form-builder__arrow-icon{padding-right:5px;width:14px;fill:gray}.ablocks-block--form-builder__feedback-message p{margin:0;padding:0}.ablocks-form-builder__field__content{align-items:center;display:flex}.ablocks-form-builder__field__content .ablocks-form-builder__label{cursor:pointer;margin-top:10px;padding-left:2px}.ablocks-form-builder__checkbox .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-top:-14px;padding-left:19px}.ablocks-block-block-wrap{height:16px}.ablocks-form-builder__field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__field.error-msg .ablocks-form-builder-input{border-color:red}.ablocks-form-builder__input-icon{font-size:18px;left:10px;position:absolute;top:75%;transform:translateY(-50%)}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{visibility:hidden}.components-popover__content>.components-accessible-toolbar>.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-toolbar-group>.components-button:hover{color:var(--ablocks-primary-color)}.ablocks-block--form-multi-step{padding:20px 10px;width:100%}.ablocks-form-multi-step__btns{align-items:center;display:flex;gap:10px;margin-top:24px}.ablocks-form-multi-step__btns button{background-color:#000;border:none;border-radius:5px;color:#fff;outline:none;padding:10px 30px}.ablocks-form-multi-step__btns button:first-of-type{background-color:#fff;border:1px solid #707070;color:#000;margin-right:auto}.ablocks-form-multi-step__btns button:nth-of-type(2){margin-left:auto}.ablocks-form-multi-step-child{display:none}.ablocks-form-multi-step-child--active{display:flex;flex-wrap:wrap}.ablocks-form-multi-step__progress{margin-bottom:20px}.ablocks-form-multi-step__progress,.ablocks-form-multi-step__step-wrapper{align-items:center;display:flex;justify-content:center}.ablocks-form-multi-step__step{align-items:center;display:flex}.ablocks-form-multi-step__step-number{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:flex;height:24px;justify-content:center;margin-right:5px;width:24px}.ablocks-form-multi-step__step-title{color:#000}.ablocks-form-multi-step__divider{color:#ccc;margin:0 8px}.ablocks-form-multi-step__step-wrapper:last-child .ablocks-form-multi-step__divider{display:none}.ablocks-form-multi-step__step--active .ablocks-form-multi-step__step-number{background-color:#000;border:none;color:#fff}.ablocks-editor-multi-step__wrapper{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:10px}.ablocks-block--form-multi-step .block-editor-block-list__block.ablocks-block.is-selected>.ablocks-editor-block-control-wrap{display:none!important}.ablocks-editor-multi-step{border:1px solid #ddd;border-radius:4px;margin:10px 0}.ablocks-editor-multi-step__content-wrapper{align-items:center;display:flex;flex:1;gap:10px}.ablocks-editor-multi-step__inner-content{padding:10px}.ablocks-editor-multi-step__new-option input{border:1px solid #1b1b1b;border-radius:5px;outline:none;padding:10px;width:100%}.ablocks-editor-multi-step__new-option input:focus{border:1px solid #1b1b1b;box-shadow:none;outline:none}.ablocks-editor-multi-step__new-option button{background-color:#fff;border:1px solid #1b1b1b;border-radius:5px;cursor:pointer;margin:10px 0;padding:10px 15px;width:100%}.ablocks-block-form-custom-input .ablocks-block-container>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;width:100%}:not(.block-editor-block-list__block).ablocks-block-form-custom-input--is-root.alignfull{margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-block-form-custom-input{box-sizing:border-box!important;max-width:min(100%,100%);padding:var(--ablocks-container-padding);width:100%}.ablocks-block-form-custom-input--is-root{margin-left:auto!important;margin-right:auto!important}:not(.block-editor-block-list__block).ablocks-block-form-custom-input>.ablocks-block-container{display:flex}.ablocks-form-builder-input{width:100%}.ablocks-form-builder__label--required:after{color:red;content:"*"}.ablocks-form-builder__input-show-icon{padding:10px 40px}.ablocks-block--form-password .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{background:transparent;border:none;color:#007cba;cursor:pointer;font-size:14px;opacity:0;padding:0;position:absolute;right:10px;top:63%;transform:translateY(-50%);transition:color .3s;visibility:none}.ablocks-form-builder__input-toggle--hide-password--active,.ablocks-form-builder__input-toggle--show-password--active{opacity:1;visibility:visible}.ablocks-block--form-builder .wp-block-ablocks-form-radio{width:100%}.ablocks-form-builder__radio-all-options{display:flex;flex-wrap:wrap}.ablocks-form-builder__radio-option{align-items:center;border:1px solid hsl(from #1e1e1e h s l/.25);border-radius:6px;color:#1e1e1e;cursor:pointer;display:flex;font-size:16px;font-weight:400;gap:8px;justify-content:space-between;margin:4px;padding:10px 12px}.ablocks-form-builder__radio-content{align-items:center;display:flex;gap:5px}.ablocks-form-builder__radio-content .ablocks-icon-wrap{font-size:20px}.ablocks-form-builder__radio-option{background-color:#fff}.ablocks-form-builder__radio-option.checked{background-color:green}.ablocks-form-builder__radio-field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-6px}.ablocks-editor-radio__wrapper{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:10px}.ablocks-editor-radio{border:1px solid #ddd;border-radius:4px;margin:10px 0}.ablocks-editor-radio__content-wrapper{align-items:center;display:flex;flex:1;gap:10px}.ablocks-editor-radio__inner-content{padding:10px}.ablocks-editor-radio__new-option input{border:1px solid #1b1b1b;border-radius:5px;outline:none;padding:10px;width:100%}.ablocks-editor-radio__new-option input:focus{border:1px solid #1b1b1b;box-shadow:none;outline:none}.ablocks-editor-radio__new-option button{background-color:#fff;border:1px solid #1b1b1b;border-radius:5px;cursor:pointer;margin:10px 0;padding:10px 15px;width:100%}.ablocks-form-builder__field .ablocks-form-builder__select{max-width:100%;padding:8px 16px;width:100%}.ablocks-form-builder__field{box-sizing:border-box;width:100%}.ablocks-form-builder__field.error-msg .ablocks-form-builder__field__text{border-color:red}.ablocks-form-builder__field.error-msg .ablocks-block-error-msg{color:#dc2626;font-size:12px;font-weight:500;visibility:visible}.ablocks-form-builder-textarea .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-14px}.ablocks-form-builder__field__label{display:block;text-transform:capitalize}.ablocks-form-builder__field__text{display:flex}textarea.ablocks-form-builder__field__text{border:1px solid rgba(0,0,0,.493);border-radius:3px;box-sizing:border-box;outline:none;padding:12px;resize:vertical;width:100%}.ablocks-form-builder__field__text textarea::placeholder{opacity:.8}.ablocks-form-builder__field__text textarea:focus{border:none;outline:none}


.ablocks-block--filterable-cards .filterable-cards_filter{cursor:pointer;display:flex;flex-wrap:wrap;padding:4px}.ablocks-block--filterable-cards .filterable-cards_filter li{list-style-type:none}.ablocks-block--filterable-cards .filterable-cards_filter .filterable-filter-button{margin-bottom:10px;padding:0 32px;text-decoration:none}.ablocks-block--filterable-cards .filterable-filter-button-active{border-radius:5px;color:#fff}.ablocks-block--filterable-cards .ablocks-block--filterable-cards-item{display:none}.ablocks-block--filterable-cards .filterable-cards-filter-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px;position:relative}.ablocks-block--filterable-cards .filterable-cards-filter-wrap .filterable-cards_filter{display:flex;flex-direction:column;margin:0;position:relative}.ablocks-block--filterable-cards .filterable-cards-filter-wrap .filterable-cards_filter .filterable-search-toggle-btn{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;justify-content:space-between;margin:-4px;padding:6px 16px;width:160px}.ablocks-block--filterable-cards .filterable-search-toggle-btn .filterable-search-select{font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;line-height:20px;text-align:center}.ablocks-block--filterable-cards .filterable-cards-filter-wrap .filterable-cards_filter-list-dropdown{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:none;flex-direction:column;left:0;position:absolute;top:37px;width:100%;z-index:100}.ablocks-block--filterable-cards .filterable-searchInput{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;gap:8px;line-height:normal;padding:10px 16px;width:300px}.ablocks-block--filterable-cards .filterable-cards-wrap{margin-top:20px}.ablocks-block--filterable-cards .filterable-cards-load-more-wrapper{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:16px}.ablocks-block--filterable-cards .filterable-cards-showMore-button{align-items:center;background:#13191b;border-radius:8px;display:flex;gap:8px;height:40px;justify-content:center;padding:0 20px;visibility:hidden}.ablocks-block--filterable-cards .ablocks-block-container>.block-editor-inner-blocks>.block-editor-block-list__layout{display:inline}.ablocks-filtrable-card-add-button{background-color:#13191b;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;margin-top:16px;padding:8px 20px;width:fit-content}.ablocks-filtrable-card-add-button span{margin-right:8px}.ablocks-filtrable-card-add-button .ablocks-icon--plus:before{color:#fff!important}.ablocks-block--filterable-cards .filterable-search-item-not-found-text{border-radius:0;color:#858e9a;display:none;font-size:16px;margin:20px 0;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(70px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes rotate{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.ablocks-block--filterable-cards-item.fade-in{animation:fadeIn var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.slide-up{animation:slideUp var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.zoom-in{animation:zoomIn var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.rotate{animation:rotate var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.slide-in-left{animation:slideInLeft var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.slide-in-right{animation:slideInRight var(--animation-duration) ease-in-out forwards}


.ablocks-block--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-12539fe2-425f-431f-8d06-bb2fbff8a02e { margin-top:0px;margin-bottom:-20px;padding-top:0px;padding-bottom:0px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-12539fe2-425f-431f-8d06-bb2fbff8a02e.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } .ablocks-block-12539fe2-425f-431f-8d06-bb2fbff8a02e > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-12539fe2-425f-431f-8d06-bb2fbff8a02e > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:147px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-12539fe2-425f-431f-8d06-bb2fbff8a02e > .ablocks-block-container { row-gap:60px; } } @media screen and (max-width: 480px) { .ablocks-block-12539fe2-425f-431f-8d06-bb2fbff8a02e > .ablocks-block-container { row-gap:50px; } } .ablocks-block-12539fe2-425f-431f-8d06-bb2fbff8a02e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:147px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-12539fe2-425f-431f-8d06-bb2fbff8a02e.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } @media screen and (max-width: 480px) { .ablocks-block-12539fe2-425f-431f-8d06-bb2fbff8a02e.ablocks-has-block-container > .ablocks-block-container { row-gap:50px; } } 
.ablocks-block-89a03eef-9f94-449e-9e38-8a737cd65793 { margin-top:0px;margin-bottom:0px;padding-top:30px;padding-bottom:0px;background-image:url("https://library-kits-uirg7j.flywp.xyz/vizol/wp-content/uploads/sites/42/2025/11/vector-19.webp");background-position:bottom center;background-repeat:no-repeat;background-size:738px auto;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-89a03eef-9f94-449e-9e38-8a737cd65793 { padding-right:0px;padding-left:0px;background-image:url("https://library-kits-uirg7j.flywp.xyz/vizol/wp-content/uploads/sites/42/2025/09/group_1618873489-scaled.webp");background-position:center;background-size:0px auto; } } .ablocks-block-89a03eef-9f94-449e-9e38-8a737cd65793.ablocks-block--container { padding-top:30px;padding-bottom:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-89a03eef-9f94-449e-9e38-8a737cd65793.ablocks-block--container { padding-right:0px;padding-left:0px; } } .ablocks-block-89a03eef-9f94-449e-9e38-8a737cd65793 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:147px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-89a03eef-9f94-449e-9e38-8a737cd65793 { row-gap:60px; } } @media screen and (max-width: 480px) { .ablocks-block-89a03eef-9f94-449e-9e38-8a737cd65793 { row-gap:50px; } } .ablocks-block-89a03eef-9f94-449e-9e38-8a737cd65793.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:147px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-89a03eef-9f94-449e-9e38-8a737cd65793.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } @media screen and (max-width: 480px) { .ablocks-block-89a03eef-9f94-449e-9e38-8a737cd65793.ablocks-has-block-container > .ablocks-block-container { row-gap:50px; } } 
.ablocks-block-9a520cc9-c3d0-4787-8d2c-5cfb09b71984 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9a520cc9-c3d0-4787-8d2c-5cfb09b71984.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-9a520cc9-c3d0-4787-8d2c-5cfb09b71984.ablocks-block--container { max-width:min(100%,1290%) !important; } } .ablocks-block-9a520cc9-c3d0-4787-8d2c-5cfb09b71984 { 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-9a520cc9-c3d0-4787-8d2c-5cfb09b71984 { column-gap:35px; } } .ablocks-block-9a520cc9-c3d0-4787-8d2c-5cfb09b71984.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-9a520cc9-c3d0-4787-8d2c-5cfb09b71984.ablocks-has-block-container > .ablocks-block-container { column-gap:35px; } } .ablocks-block-9a520cc9-c3d0-4787-8d2c-5cfb09b71984 { display:inline-flex; } 
.ablocks-block-56830ed0-c990-47bc-9f81-cf0280979895 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-56830ed0-c990-47bc-9f81-cf0280979895.ablocks-block--container { padding:0px;max-width:min(100%,12%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-56830ed0-c990-47bc-9f81-cf0280979895.ablocks-block--container { max-width:min(100%,35%) !important; } } .ablocks-block-56830ed0-c990-47bc-9f81-cf0280979895 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-56830ed0-c990-47bc-9f81-cf0280979895.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-949a2fd7-78a5-4e74-9b33-4b0ce3539fed { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-949a2fd7-78a5-4e74-9b33-4b0ce3539fed.ablocks-block--container { padding:0px;max-width:min(100%,479%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-949a2fd7-78a5-4e74-9b33-4b0ce3539fed.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-949a2fd7-78a5-4e74-9b33-4b0ce3539fed { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-949a2fd7-78a5-4e74-9b33-4b0ce3539fed { align-items:flex-end; } } .ablocks-block-949a2fd7-78a5-4e74-9b33-4b0ce3539fed.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-949a2fd7-78a5-4e74-9b33-4b0ce3539fed.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-menu { justify-content:center; } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b.ablocks-menu { justify-content:center; } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item { color:#222222;font-family:Bricolage Grotesque;font-weight:400;font-style:Regular;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:14px; } } @media screen and (max-width: 480px) { .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item { padding-top:8px;padding-bottom:8px;padding-left:12px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; } } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#222222;font-family:Bricolage Grotesque;font-weight:400;font-style:Regular;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:14px; } } @media screen and (max-width: 480px) { .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { padding-top:8px;padding-bottom:8px;padding-left:12px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; } } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item:hover { color:#222222; } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#222222; } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 480px) { .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#222222; } @media screen and (max-width: 480px) { .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#222222; } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#222222; } @media screen and (max-width: 480px) { .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#222222; } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-a72d53f2-71aa-4e59-9bad-bcab4dc4eb8b .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 





.ablocks-block-8afeef6d-3e1c-4627-9320-7d40e6c32ee4 { padding:0px;position:relative;z-index:12;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8afeef6d-3e1c-4627-9320-7d40e6c32ee4.ablocks-hide-on-desktop,.ablocks-block-8afeef6d-3e1c-4627-9320-7d40e6c32ee4.ablocks-hide-on-tablet,.ablocks-block-8afeef6d-3e1c-4627-9320-7d40e6c32ee4.ablocks-hide-on-mobile { display:none; } } .ablocks-block-8afeef6d-3e1c-4627-9320-7d40e6c32ee4.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8afeef6d-3e1c-4627-9320-7d40e6c32ee4.ablocks-block--container { max-width:min(100%,24%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8afeef6d-3e1c-4627-9320-7d40e6c32ee4.ablocks-block--container { max-width:min(100%,55%) !important; } } .ablocks-block-8afeef6d-3e1c-4627-9320-7d40e6c32ee4 { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8afeef6d-3e1c-4627-9320-7d40e6c32ee4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8afeef6d-3e1c-4627-9320-7d40e6c32ee4 { display:inline-flex; } 
.ablocks-block-89d9b552-5b74-4be4-9d78-d3762a6f7922 { position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89d9b552-5b74-4be4-9d78-d3762a6f7922 { text-align:left; } .ablocks-block-89d9b552-5b74-4be4-9d78-d3762a6f7922 .ablocks-button { column-gap:10px;background:#222222;justify-content:left;color:#FFFFFF;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:17px;padding-right:30px;padding-bottom:17px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-89d9b552-5b74-4be4-9d78-d3762a6f7922 .ablocks-button { border-radius:12px;font-size:16px;line-height:22px;padding-top:10px;padding-right:12px;padding-bottom:10px;padding-left:12px; } } @media screen and (max-width: 480px) { .ablocks-block-89d9b552-5b74-4be4-9d78-d3762a6f7922 .ablocks-button { border-radius:20px;padding-top:8px;padding-bottom:8px; } } .ablocks-block-89d9b552-5b74-4be4-9d78-d3762a6f7922 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#e94d65; } .ablocks-block-89d9b552-5b74-4be4-9d78-d3762a6f7922 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-89d9b552-5b74-4be4-9d78-d3762a6f7922 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-89d9b552-5b74-4be4-9d78-d3762a6f7922 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-89d9b552-5b74-4be4-9d78-d3762a6f7922 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-55d97038-aa64-4407-9bb5-20a52004eb8e { margin-top:0px;margin-right:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55d97038-aa64-4407-9bb5-20a52004eb8e { display:flex;align-items:flex-start; } .ablocks-block-55d97038-aa64-4407-9bb5-20a52004eb8e .ablocks-icon-wrap { background:#E94D65;border-radius:20px;padding:.5em;font-size:20px;padding-top:19px;padding-right:18px;padding-bottom:19px;padding-left:18px; } @media screen and (max-width: 800px) { .ablocks-block-55d97038-aa64-4407-9bb5-20a52004eb8e .ablocks-icon-wrap { border-radius:8px;padding-top:11px;padding-right:11px;padding-bottom:11px;padding-left:11px; } } @media screen and (max-width: 480px) { .ablocks-block-55d97038-aa64-4407-9bb5-20a52004eb8e .ablocks-icon-wrap { border-radius:50%; } } .ablocks-block-55d97038-aa64-4407-9bb5-20a52004eb8e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-55d97038-aa64-4407-9bb5-20a52004eb8e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-1d81d4bc-69f4-4753-90dc-4fd367d2d677 { padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d81d4bc-69f4-4753-90dc-4fd367d2d677.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:0px;max-width:min(100%,1290%) !important;overflow:visible; } .ablocks-block-1d81d4bc-69f4-4753-90dc-4fd367d2d677 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-1d81d4bc-69f4-4753-90dc-4fd367d2d677 { flex-direction:column;align-items:center;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-1d81d4bc-69f4-4753-90dc-4fd367d2d677 { row-gap:300px; } } .ablocks-block-1d81d4bc-69f4-4753-90dc-4fd367d2d677.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-1d81d4bc-69f4-4753-90dc-4fd367d2d677.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-1d81d4bc-69f4-4753-90dc-4fd367d2d677.ablocks-has-block-container > .ablocks-block-container { row-gap:300px; } } .ablocks-block-1d81d4bc-69f4-4753-90dc-4fd367d2d677 { display:inline-flex; } 
.ablocks-block-1573a877-d380-4c31-ba8f-270c659cea3b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1573a877-d380-4c31-ba8f-270c659cea3b.ablocks-block--container { padding:0px;max-width:min(100%,949%) !important;overflow:visible; } .ablocks-block-1573a877-d380-4c31-ba8f-270c659cea3b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-1573a877-d380-4c31-ba8f-270c659cea3b { flex-direction:column-reverse; } } @media screen and (max-width: 480px) { .ablocks-block-1573a877-d380-4c31-ba8f-270c659cea3b { row-gap:40px; } } .ablocks-block-1573a877-d380-4c31-ba8f-270c659cea3b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-1573a877-d380-4c31-ba8f-270c659cea3b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column-reverse; } } @media screen and (max-width: 480px) { .ablocks-block-1573a877-d380-4c31-ba8f-270c659cea3b.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } .ablocks-block-1573a877-d380-4c31-ba8f-270c659cea3b { display:inline-flex; } 
.ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8 { margin-top:30px; } } @media screen and (max-width: 480px) { .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8 { margin:0px; } } .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8.ablocks-block--container { padding:0px;max-width:min(100%,250px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8.ablocks-block--container { max-width:min(100%,250%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8 { flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8 { flex-direction:column;align-items:center; } } .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8.ablocks-has-block-container > .ablocks-block-container { flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center; } } @media screen and (max-width: 800px) { .ablocks-block-be5c914f-c671-4e58-9312-29efb4c69fc8 { display:inline-flex; } } 
.ablocks-block-793bcc77-9a74-482d-9c27-4fd1ceae6ec7 { padding-top:40px;padding-right:36px;padding-bottom:0px;padding-left:36px;background:#E94D65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-793bcc77-9a74-482d-9c27-4fd1ceae6ec7 { padding-top:20px;padding-right:15px;padding-left:15px; } } .ablocks-block-793bcc77-9a74-482d-9c27-4fd1ceae6ec7.ablocks-block--container { padding-top:40px;padding-right:36px;padding-bottom:0px;padding-left:36px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-793bcc77-9a74-482d-9c27-4fd1ceae6ec7.ablocks-block--container { padding-top:20px;padding-right:15px;padding-left:15px; } } .ablocks-block-793bcc77-9a74-482d-9c27-4fd1ceae6ec7 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-793bcc77-9a74-482d-9c27-4fd1ceae6ec7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-d28600f9-c76c-4028-b1e0-e36ddfba51b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d28600f9-c76c-4028-b1e0-e36ddfba51b5 { text-align:center; } .ablocks-block-d28600f9-c76c-4028-b1e0-e36ddfba51b5 .ablocks-heading-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-size:38px;line-height:38px; } 
.ablocks-block-9e522650-777c-405d-8f32-b483898568dd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e522650-777c-405d-8f32-b483898568dd { text-align:center; } .ablocks-block-9e522650-777c-405d-8f32-b483898568dd .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } .ablocks-block-9e522650-777c-405d-8f32-b483898568dd .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-edba583e-b1cc-402a-b168-d5c21644c2f4 { margin-top:7px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-edba583e-b1cc-402a-b168-d5c21644c2f4 { display:flex;justify-content:center; } .ablocks-block-edba583e-b1cc-402a-b168-d5c21644c2f4 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-edba583e-b1cc-402a-b168-d5c21644c2f4 .ablocks-image-figure img { width:164px;height:210px; } } @media screen and (max-width: 480px) { .ablocks-block-edba583e-b1cc-402a-b168-d5c21644c2f4 .ablocks-image-figure img { height:auto; } } .ablocks-block-edba583e-b1cc-402a-b168-d5c21644c2f4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-edba583e-b1cc-402a-b168-d5c21644c2f4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;background:#FFFFFF;border-width:2px;border-style:solid;border-color:#D1CECB;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px; } } .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;max-width:min(100%,40%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e.ablocks-block--container { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;max-width:min(100%,100%) !important; } } .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e { align-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e { row-gap:12px; } } .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-20c0db87-a3c7-4324-8dca-477c8431d54e.ablocks-has-block-container > .ablocks-block-container { row-gap:12px; } } 
.ablocks-block-05283c4c-a37c-4ab8-99f6-88b5fcb638cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05283c4c-a37c-4ab8-99f6-88b5fcb638cb { text-align:left; } .ablocks-block-05283c4c-a37c-4ab8-99f6-88b5fcb638cb .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } 
.ablocks-block-3f9c3bd2-d171-4831-a01f-90cafd68787b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f9c3bd2-d171-4831-a01f-90cafd68787b { text-align:left; } .ablocks-block-3f9c3bd2-d171-4831-a01f-90cafd68787b .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:16px;line-height:24px; } @media screen and (max-width: 480px) { .ablocks-block-3f9c3bd2-d171-4831-a01f-90cafd68787b .ablocks-paragraph-text { font-size:18px;line-height:26px; } } .ablocks-block-3f9c3bd2-d171-4831-a01f-90cafd68787b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-46681d50-49f3-401f-8ec1-3b994d7b79f0 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46681d50-49f3-401f-8ec1-3b994d7b79f0 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-46681d50-49f3-401f-8ec1-3b994d7b79f0 .ablocks-icon-wrap { background:#153A4D;padding:.5em;border:2px solid #FFFFFF;font-size:20px;padding-top:17px;padding-right:17px;padding-bottom:17px;padding-left:17px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-46681d50-49f3-401f-8ec1-3b994d7b79f0 .ablocks-icon-wrap { padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-46681d50-49f3-401f-8ec1-3b994d7b79f0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-46681d50-49f3-401f-8ec1-3b994d7b79f0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184 { padding-top:0px;padding-right:25px;padding-bottom:0px;padding-left:87px;background-image:url("https://library-kits-uirg7j.flywp.xyz/vizol/wp-content/uploads/sites/42/2025/02/Vector-1.png");background-position:center;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184 { padding-right:10px;padding-left:20px; } } @media screen and (max-width: 480px) { .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184 { padding-right:0px;padding-left:0px; } } .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184.ablocks-block--container { padding-top:0px;padding-right:25px;padding-bottom:0px;padding-left:87px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184.ablocks-block--container { padding-right:10px;padding-left:20px; } } @media screen and (max-width: 480px) { .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184.ablocks-block--container { padding-right:0px;padding-left:0px; } } .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184 { flex-direction:row; } } @media screen and (max-width: 480px) { .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184 { row-gap:20px; } } .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184.ablocks-has-block-container > .ablocks-block-container { flex-direction:row; } } @media screen and (max-width: 480px) { .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 800px) { .ablocks-block-6bfb349c-9e7d-4bba-b2d4-c1f1acf33184 { display:inline-flex; } } 
.ablocks-block-da9e97d3-ea3a-43f2-ba49-05cfabe91441 { 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-da9e97d3-ea3a-43f2-ba49-05cfabe91441.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,600%) !important;overflow:visible; } .ablocks-block-da9e97d3-ea3a-43f2-ba49-05cfabe91441 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-da9e97d3-ea3a-43f2-ba49-05cfabe91441.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-558ad1ba-5d8f-43bd-abc4-4d2c579535ca { padding-top:4px;padding-right:14px;padding-bottom:0px;padding-left:5px;background:#FFFFFF;border-radius:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-558ad1ba-5d8f-43bd-abc4-4d2c579535ca { padding-top:8px;padding-right:21px;padding-bottom:8px;padding-left:12px; } } @media screen and (max-width: 480px) { .ablocks-block-558ad1ba-5d8f-43bd-abc4-4d2c579535ca { padding-right:4px;padding-left:4px; } } .ablocks-block-558ad1ba-5d8f-43bd-abc4-4d2c579535ca.ablocks-block--container { padding-top:4px;padding-right:14px;padding-bottom:0px;padding-left:5px;max-width:min(100%,356px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-558ad1ba-5d8f-43bd-abc4-4d2c579535ca.ablocks-block--container { padding-top:8px;padding-right:21px;padding-bottom:8px;padding-left:12px;max-width:min(100%,54%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-558ad1ba-5d8f-43bd-abc4-4d2c579535ca.ablocks-block--container { padding-right:4px;padding-left:4px;max-width:min(100%,100%) !important; } } .ablocks-block-558ad1ba-5d8f-43bd-abc4-4d2c579535ca { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:8px; } .ablocks-block-558ad1ba-5d8f-43bd-abc4-4d2c579535ca.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:8px; } .ablocks-block-558ad1ba-5d8f-43bd-abc4-4d2c579535ca { display:inline-flex; } 
.ablocks-block-fa1e8412-6686-4c67-99c2-8f74841ae12e { width:27%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa1e8412-6686-4c67-99c2-8f74841ae12e { display:flex;justify-content:center; } .ablocks-block-fa1e8412-6686-4c67-99c2-8f74841ae12e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-fa1e8412-6686-4c67-99c2-8f74841ae12e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-fa1e8412-6686-4c67-99c2-8f74841ae12e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-db49aa2e-2417-4035-9d70-ad06ebadc1d7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db49aa2e-2417-4035-9d70-ad06ebadc1d7 { text-align:left; } .ablocks-block-db49aa2e-2417-4035-9d70-ad06ebadc1d7 .ablocks-paragraph-text { color:font-family:Inter;font-weight:500;font-size:16px;line-height:27.2px;letter-spacing:0px;;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:27.2px; } @media screen and (max-width: 800px) { .ablocks-block-db49aa2e-2417-4035-9d70-ad06ebadc1d7 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-db49aa2e-2417-4035-9d70-ad06ebadc1d7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-27a9c3e4-dde1-4a5c-b000-aa59625a46b9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-27a9c3e4-dde1-4a5c-b000-aa59625a46b9 { text-align:center; } .ablocks-block-27a9c3e4-dde1-4a5c-b000-aa59625a46b9 .ablocks-heading-text { color:#000000cc;font-family:Bricolage Grotesque;font-weight:600;font-size:80px;line-height:80px; } @media screen and (max-width: 800px) { .ablocks-block-27a9c3e4-dde1-4a5c-b000-aa59625a46b9 .ablocks-heading-text { font-size:48px;line-height:62px; } } @media screen and (max-width: 480px) { .ablocks-block-27a9c3e4-dde1-4a5c-b000-aa59625a46b9 .ablocks-heading-text { font-size:38px;line-height:46px; } } 
.ablocks-block-1748e37c-e4c5-47dc-8142-8697b59110ff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1748e37c-e4c5-47dc-8142-8697b59110ff { text-align:center; } .ablocks-block-1748e37c-e4c5-47dc-8142-8697b59110ff .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-1748e37c-e4c5-47dc-8142-8697b59110ff .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d41887ec-73e1-4190-866d-29a77c9f3ba6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d41887ec-73e1-4190-866d-29a77c9f3ba6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d41887ec-73e1-4190-866d-29a77c9f3ba6 { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-d41887ec-73e1-4190-866d-29a77c9f3ba6.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:10px; } .ablocks-block-d41887ec-73e1-4190-866d-29a77c9f3ba6 { display:inline-flex; } 
.ablocks-block-0a70700a-d692-4207-8c93-6b4cda686d48 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a70700a-d692-4207-8c93-6b4cda686d48 { text-align:left; } .ablocks-block-0a70700a-d692-4207-8c93-6b4cda686d48 .ablocks-button { column-gap:10px;background:#fdf9f500;justify-content:left;color:#222222;border-width:1px;border-style:solid;border-color:#E94D65;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:17px;padding-right:30px;padding-bottom:17px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-0a70700a-d692-4207-8c93-6b4cda686d48 .ablocks-button { border-radius:8px;padding-top:10px;padding-right:18px;padding-bottom:10px;padding-left:18px; } } .ablocks-block-0a70700a-d692-4207-8c93-6b4cda686d48 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#e94d65;border-width:1px;border-style:solid; } .ablocks-block-0a70700a-d692-4207-8c93-6b4cda686d48 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-0a70700a-d692-4207-8c93-6b4cda686d48 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-0a70700a-d692-4207-8c93-6b4cda686d48 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-0a70700a-d692-4207-8c93-6b4cda686d48 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ed9ca2fc-d1cf-4c6c-8a67-df9ed2b4422d { margin-top:0px;margin-right:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed9ca2fc-d1cf-4c6c-8a67-df9ed2b4422d { display:flex;align-items:flex-start; } .ablocks-block-ed9ca2fc-d1cf-4c6c-8a67-df9ed2b4422d .ablocks-icon-wrap { background:#E94D65;border-radius:20px;padding:21px;font-size:20px;border-style:none; } @media screen and (max-width: 800px) { .ablocks-block-ed9ca2fc-d1cf-4c6c-8a67-df9ed2b4422d .ablocks-icon-wrap { border-radius:50%;padding:.5em;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } @media screen and (max-width: 480px) { .ablocks-block-ed9ca2fc-d1cf-4c6c-8a67-df9ed2b4422d .ablocks-icon-wrap { padding-top:13px;padding-bottom:13px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px; } } .ablocks-block-ed9ca2fc-d1cf-4c6c-8a67-df9ed2b4422d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-ed9ca2fc-d1cf-4c6c-8a67-df9ed2b4422d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-34c4659d-a2ae-4de7-a7bf-b5e4884cf4d5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-34c4659d-a2ae-4de7-a7bf-b5e4884cf4d5.ablocks-hide-on-desktop,.ablocks-block-34c4659d-a2ae-4de7-a7bf-b5e4884cf4d5.ablocks-hide-on-tablet,.ablocks-block-34c4659d-a2ae-4de7-a7bf-b5e4884cf4d5.ablocks-hide-on-mobile { display:none; } } .ablocks-block-34c4659d-a2ae-4de7-a7bf-b5e4884cf4d5 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap { background-color:#000000b3; } .ablocks-block-34c4659d-a2ae-4de7-a7bf-b5e4884cf4d5 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap { width:35%;min-height:1%;padding:0px;border-style:none;transition:all 1s; } @media screen and (max-width: 800px) { .ablocks-block-34c4659d-a2ae-4de7-a7bf-b5e4884cf4d5 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap { width:80%; } } .ablocks-block-34c4659d-a2ae-4de7-a7bf-b5e4884cf4d5 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-content-wrap:hover { padding:0px; } .ablocks-block-34c4659d-a2ae-4de7-a7bf-b5e4884cf4d5 .ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap.ablocks-block-modal---panel-wrap .ablocks-modal-popup-close { top:5px;right:5px;left:unset; } 

.ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2 { margin:0px;padding:0px;position:absolute;left:556px;top:-451px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2 { left:-508px;top:242px; } } @media screen and (max-width: 480px) { .ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2 { left:-289px;top:268px; } } @media screen and (max-width: 480px) { .ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2.ablocks-hide-on-desktop,.ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2.ablocks-hide-on-tablet,.ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2.ablocks-hide-on-mobile { display:none; } } .ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2 { display:flex;align-items:flex-start;justify-content:flex-end; } .ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2 .ablocks-icon-wrap { font-size:60px; } @media screen and (max-width: 800px) { .ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2 .ablocks-icon-wrap { font-size:44px; } } .ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:60px; } @media screen and (max-width: 800px) { .ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2 .ablocks-icon-wrap img.ablocks-image-icon { width:44px; } } .ablocks-block-9845be9c-30b1-46e1-b8b4-136e36e08ba2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } 

.ablocks-block-bbb31f96-3068-47b2-a501-733db63e0cdb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bbb31f96-3068-47b2-a501-733db63e0cdb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bbb31f96-3068-47b2-a501-733db63e0cdb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bbb31f96-3068-47b2-a501-733db63e0cdb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f8736314-3b4b-44cb-8214-120835c26a16 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8736314-3b4b-44cb-8214-120835c26a16 { aspect-ratio:1.77777; } 
.ablocks-block-9a0fe9fc-4639-4456-93e2-a60fe1dcbe38 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9a0fe9fc-4639-4456-93e2-a60fe1dcbe38 { margin-top:-232px;padding-bottom:300px; } } @media screen and (max-width: 800px) { .ablocks-block-9a0fe9fc-4639-4456-93e2-a60fe1dcbe38.ablocks-hide-on-desktop,.ablocks-block-9a0fe9fc-4639-4456-93e2-a60fe1dcbe38.ablocks-hide-on-tablet,.ablocks-block-9a0fe9fc-4639-4456-93e2-a60fe1dcbe38.ablocks-hide-on-mobile { display:none; } } .ablocks-block-9a0fe9fc-4639-4456-93e2-a60fe1dcbe38.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,27%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9a0fe9fc-4639-4456-93e2-a60fe1dcbe38.ablocks-block--container { padding-bottom:300px;max-width:min(100%,57%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9a0fe9fc-4639-4456-93e2-a60fe1dcbe38.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9a0fe9fc-4639-4456-93e2-a60fe1dcbe38 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9a0fe9fc-4639-4456-93e2-a60fe1dcbe38.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ae6fafa5-87e9-407b-b56c-bb993d7419c2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ae6fafa5-87e9-407b-b56c-bb993d7419c2 { margin-top:0px; } } .ablocks-block-ae6fafa5-87e9-407b-b56c-bb993d7419c2 { display:flex;justify-content:center; } @media screen and (max-width: 800px) { .ablocks-block-ae6fafa5-87e9-407b-b56c-bb993d7419c2 { justify-content:right; } } @media screen and (max-width: 480px) { .ablocks-block-ae6fafa5-87e9-407b-b56c-bb993d7419c2 { justify-content:center; } } .ablocks-block-ae6fafa5-87e9-407b-b56c-bb993d7419c2 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-ae6fafa5-87e9-407b-b56c-bb993d7419c2 .ablocks-image-figure img { width:224px;height:404px; } } @media screen and (max-width: 480px) { .ablocks-block-ae6fafa5-87e9-407b-b56c-bb993d7419c2 .ablocks-image-figure img { width:214px;height:auto; } } .ablocks-block-ae6fafa5-87e9-407b-b56c-bb993d7419c2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ae6fafa5-87e9-407b-b56c-bb993d7419c2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2d4751fb-ef56-46b6-8eb9-83dde72a5791 { margin-top:-661px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2d4751fb-ef56-46b6-8eb9-83dde72a5791 { margin-top:-440px; } } @media screen and (max-width: 480px) { .ablocks-block-2d4751fb-ef56-46b6-8eb9-83dde72a5791 { margin-top:-427px; } } .ablocks-block-2d4751fb-ef56-46b6-8eb9-83dde72a5791 { display:flex;align-items:flex-start;justify-content:center; } @media screen and (max-width: 800px) { .ablocks-block-2d4751fb-ef56-46b6-8eb9-83dde72a5791 { justify-content:flex-end; } } @media screen and (max-width: 480px) { .ablocks-block-2d4751fb-ef56-46b6-8eb9-83dde72a5791 { justify-content:center; } } .ablocks-block-2d4751fb-ef56-46b6-8eb9-83dde72a5791 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2d4751fb-ef56-46b6-8eb9-83dde72a5791 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:90px; } .ablocks-block-2d4751fb-ef56-46b6-8eb9-83dde72a5791 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-eac22810-854a-4e2c-bc36-e53d31e41be0 { position:absolute;left:-35px;top:450px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-eac22810-854a-4e2c-bc36-e53d31e41be0 { left:15px; } } .ablocks-block-eac22810-854a-4e2c-bc36-e53d31e41be0 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-eac22810-854a-4e2c-bc36-e53d31e41be0 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-eac22810-854a-4e2c-bc36-e53d31e41be0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-eac22810-854a-4e2c-bc36-e53d31e41be0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6ef9dfa4-be62-429e-a453-0607fdfb6ce0 { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6ef9dfa4-be62-429e-a453-0607fdfb6ce0 { padding-top:60px;padding-bottom:0px; } } .ablocks-block-6ef9dfa4-be62-429e-a453-0607fdfb6ce0.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6ef9dfa4-be62-429e-a453-0607fdfb6ce0.ablocks-block--container { padding-top:60px;padding-bottom:0px; } } .ablocks-block-6ef9dfa4-be62-429e-a453-0607fdfb6ce0 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6ef9dfa4-be62-429e-a453-0607fdfb6ce0 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-6ef9dfa4-be62-429e-a453-0607fdfb6ce0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89 { padding-top:78px;padding-right:0px;padding-bottom:78px;padding-left:0px;background-image:url("https://library-kits-uirg7j.flywp.xyz/vizol/wp-content/uploads/sites/42/2025/09/group_1618873489-scaled.webp");background-position:center;background-repeat:no-repeat;background-size:cover;border-width:2px;border-style:solid;border-color:#D1CECB;position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89 { padding-top:42px;padding-bottom:42px;border-width:1px 2px 1px 2px; } } @media screen and (max-width: 480px) { .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89 { padding-top:30px;padding-bottom:30px;border-width:0px 2px 0px 2px; } } .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89.ablocks-block--container { padding-top:78px;padding-right:0px;padding-bottom:78px;padding-left:0px;max-width:min(100%,1290%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89.ablocks-block--container { padding-top:42px;padding-bottom:42px; } } @media screen and (max-width: 480px) { .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89.ablocks-block--container { padding-top:30px;padding-bottom:30px; } } .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89 { row-gap:31px; } } @media screen and (max-width: 480px) { .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89 { row-gap:30px; } } .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89.ablocks-has-block-container > .ablocks-block-container { row-gap:31px; } } @media screen and (max-width: 480px) { .ablocks-block-2943f2c0-0865-4745-a3c0-c76965b2cc89.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-212c4d17-3788-4311-80f2-2d39aed72b7f { width:73%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-212c4d17-3788-4311-80f2-2d39aed72b7f { width:61%; } } @media screen and (max-width: 480px) { .ablocks-block-212c4d17-3788-4311-80f2-2d39aed72b7f { width:100%; } } .ablocks-block-212c4d17-3788-4311-80f2-2d39aed72b7f { text-align:center; } .ablocks-block-212c4d17-3788-4311-80f2-2d39aed72b7f .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-212c4d17-3788-4311-80f2-2d39aed72b7f .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-212c4d17-3788-4311-80f2-2d39aed72b7f .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f { padding-right:0px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f.ablocks-block--container { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f.ablocks-block--container { padding-right:0px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:149px; } @media screen and (max-width: 800px) { .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f { justify-content:space-between;justify-items:space-between;row-gap:20px; } } .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:149px; } @media screen and (max-width: 800px) { .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f.ablocks-has-block-container > .ablocks-block-container { justify-content:space-between;justify-items:space-between;row-gap:20px; } } .ablocks-block-c5006157-1554-40eb-8463-08e12bb4b25f { display:inline-flex; } 
.ablocks-block-1a03d4c6-17d0-45ce-9937-88c5d0f36800 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a03d4c6-17d0-45ce-9937-88c5d0f36800.ablocks-block--container { padding:0px;max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1a03d4c6-17d0-45ce-9937-88c5d0f36800.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1a03d4c6-17d0-45ce-9937-88c5d0f36800.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-1a03d4c6-17d0-45ce-9937-88c5d0f36800 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1a03d4c6-17d0-45ce-9937-88c5d0f36800.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981 .ablocks-counter__content { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981 .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981 .ablocks-counter__text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px;margin-top:10px; } @media screen and (max-width: 480px) { .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981 .ablocks-counter__text { margin-top:0px; } } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-a7d34017-4981-47c1-9525-72d998ec2981 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e3ff7bdf-4ad4-4fed-8d8f-aca919dc8898 { margin-top:104px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e3ff7bdf-4ad4-4fed-8d8f-aca919dc8898 { margin-top:30px; } } .ablocks-block-e3ff7bdf-4ad4-4fed-8d8f-aca919dc8898.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,13%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e3ff7bdf-4ad4-4fed-8d8f-aca919dc8898.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-e3ff7bdf-4ad4-4fed-8d8f-aca919dc8898.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-e3ff7bdf-4ad4-4fed-8d8f-aca919dc8898 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e3ff7bdf-4ad4-4fed-8d8f-aca919dc8898.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5 .ablocks-counter__content { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5 .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5 .ablocks-counter__text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px;margin-top:10px; } @media screen and (max-width: 480px) { .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5 .ablocks-counter__text { margin-top:0px; } } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-4a747885-edab-4172-8699-07fd5ab9fdf5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-dad79ed0-9436-42d2-90cc-b57c642bee52 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dad79ed0-9436-42d2-90cc-b57c642bee52.ablocks-block--container { padding:0px;max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-dad79ed0-9436-42d2-90cc-b57c642bee52.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-dad79ed0-9436-42d2-90cc-b57c642bee52.ablocks-block--container { max-width:min(100%,45%) !important; } } .ablocks-block-dad79ed0-9436-42d2-90cc-b57c642bee52 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-dad79ed0-9436-42d2-90cc-b57c642bee52 { min-height:4px; } } .ablocks-block-dad79ed0-9436-42d2-90cc-b57c642bee52.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-dad79ed0-9436-42d2-90cc-b57c642bee52.ablocks-has-block-container > .ablocks-block-container { min-height:4px; } } 
.ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58 .ablocks-counter__content { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58 .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58 .ablocks-counter__text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px;margin-top:10px; } @media screen and (max-width: 480px) { .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58 .ablocks-counter__text { margin-top:0px; } } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-4210f85a-6f53-4d8f-ab9b-697347047d58 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2c20a8d1-5eae-4b6e-8fa8-9c7783523bcf { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2c20a8d1-5eae-4b6e-8fa8-9c7783523bcf { margin-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-2c20a8d1-5eae-4b6e-8fa8-9c7783523bcf { margin-top:30px; } } .ablocks-block-2c20a8d1-5eae-4b6e-8fa8-9c7783523bcf.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2c20a8d1-5eae-4b6e-8fa8-9c7783523bcf.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2c20a8d1-5eae-4b6e-8fa8-9c7783523bcf.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-2c20a8d1-5eae-4b6e-8fa8-9c7783523bcf { display:flex;flex-direction:column;justify-content:flex-end;justify-items:flex-end;min-height:205px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-2c20a8d1-5eae-4b6e-8fa8-9c7783523bcf { min-height:125px; } } .ablocks-block-2c20a8d1-5eae-4b6e-8fa8-9c7783523bcf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-end;justify-items:flex-end;min-height:205px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-2c20a8d1-5eae-4b6e-8fa8-9c7783523bcf.ablocks-has-block-container > .ablocks-block-container { min-height:125px; } } 
.ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d .ablocks-counter__content { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d .ablocks-counter__text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px;margin-top:10px; } @media screen and (max-width: 480px) { .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d .ablocks-counter__text { margin-top:0px; } } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-fad3383a-2565-4c5a-9c84-cb43f736d99d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4c0868b7-3126-4c82-9520-81453f5d768f { position:absolute;left:120px;bottom:50px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4c0868b7-3126-4c82-9520-81453f5d768f { margin-top:5px;padding-left:5px; } } @media screen and (max-width: 800px) { .ablocks-block-4c0868b7-3126-4c82-9520-81453f5d768f.ablocks-hide-on-desktop,.ablocks-block-4c0868b7-3126-4c82-9520-81453f5d768f.ablocks-hide-on-tablet,.ablocks-block-4c0868b7-3126-4c82-9520-81453f5d768f.ablocks-hide-on-mobile { display:none; } } .ablocks-block-4c0868b7-3126-4c82-9520-81453f5d768f { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-4c0868b7-3126-4c82-9520-81453f5d768f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-4c0868b7-3126-4c82-9520-81453f5d768f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:150px; } .ablocks-block-4c0868b7-3126-4c82-9520-81453f5d768f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#E94D65; } 
.ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749 { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749 { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749 { padding-bottom:40px; } } .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749.ablocks-block--container { padding-bottom:40px; } } .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:20px;column-gap:54px; } @media screen and (max-width: 800px) { .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749 > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:20px;column-gap:54px; } @media screen and (max-width: 800px) { .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-54c32905-9dac-4670-86da-2d55f7b86749 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-6400712f-f3c5-4ae0-94b0-4de37f4eb2f7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6400712f-f3c5-4ae0-94b0-4de37f4eb2f7.ablocks-block--container { padding:0px;max-width:min(100%,630%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6400712f-f3c5-4ae0-94b0-4de37f4eb2f7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6400712f-f3c5-4ae0-94b0-4de37f4eb2f7 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6400712f-f3c5-4ae0-94b0-4de37f4eb2f7 { align-items:flex-start; } } .ablocks-block-6400712f-f3c5-4ae0-94b0-4de37f4eb2f7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6400712f-f3c5-4ae0-94b0-4de37f4eb2f7.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-1038e29d-cc5e-43f5-85ed-713a6fda92dd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1038e29d-cc5e-43f5-85ed-713a6fda92dd { width:64%; } } @media screen and (max-width: 480px) { .ablocks-block-1038e29d-cc5e-43f5-85ed-713a6fda92dd { width:100%; } } .ablocks-block-1038e29d-cc5e-43f5-85ed-713a6fda92dd { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-1038e29d-cc5e-43f5-85ed-713a6fda92dd { text-align:center; } } .ablocks-block-1038e29d-cc5e-43f5-85ed-713a6fda92dd .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-1038e29d-cc5e-43f5-85ed-713a6fda92dd .ablocks-heading-text { font-size:42px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-1038e29d-cc5e-43f5-85ed-713a6fda92dd .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-8582ba4e-9f32-4ffa-b8e1-ffdb2643b8ea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8582ba4e-9f32-4ffa-b8e1-ffdb2643b8ea { margin-top:-18px;width:87%; } } @media screen and (max-width: 480px) { .ablocks-block-8582ba4e-9f32-4ffa-b8e1-ffdb2643b8ea { width:100%; } } .ablocks-block-8582ba4e-9f32-4ffa-b8e1-ffdb2643b8ea { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-8582ba4e-9f32-4ffa-b8e1-ffdb2643b8ea { text-align:center; } } .ablocks-block-8582ba4e-9f32-4ffa-b8e1-ffdb2643b8ea .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-8582ba4e-9f32-4ffa-b8e1-ffdb2643b8ea .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2e6a6b9d-70e0-4f89-bf6f-565f94eed8af { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2e6a6b9d-70e0-4f89-bf6f-565f94eed8af { width:100%; } } .ablocks-block-2e6a6b9d-70e0-4f89-bf6f-565f94eed8af { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-2e6a6b9d-70e0-4f89-bf6f-565f94eed8af .ablocks-list { gap:15px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2e6a6b9d-70e0-4f89-bf6f-565f94eed8af .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-2e6a6b9d-70e0-4f89-bf6f-565f94eed8af .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#153A4D;fill:#153A4D;font-size:16px; } .ablocks-block-2e6a6b9d-70e0-4f89-bf6f-565f94eed8af .ablocks-list__item-content .ablocks-list__item-text { color:#696969; } 
.ablocks-block-669e7042-62c1-4721-a369-ad402ddb2076 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-669e7042-62c1-4721-a369-ad402ddb2076.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-669e7042-62c1-4721-a369-ad402ddb2076 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-669e7042-62c1-4721-a369-ad402ddb2076.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-669e7042-62c1-4721-a369-ad402ddb2076 { display:inline-flex; } 
.ablocks-block-b62c2549-a979-4047-a2a4-700df903eb32 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b62c2549-a979-4047-a2a4-700df903eb32 { text-align:left; } .ablocks-block-b62c2549-a979-4047-a2a4-700df903eb32 .ablocks-button { column-gap:10px;background:#FDF9F5;justify-content:left;color:#222222;border-width:1px;border-style:solid;border-color:#153A4D;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:30px;padding-bottom:18px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-b62c2549-a979-4047-a2a4-700df903eb32 .ablocks-button { border-radius:12px;padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px; } } @media screen and (max-width: 480px) { .ablocks-block-b62c2549-a979-4047-a2a4-700df903eb32 .ablocks-button { padding-top:11px;padding-bottom:11px; } } .ablocks-block-b62c2549-a979-4047-a2a4-700df903eb32 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#000000; } .ablocks-block-b62c2549-a979-4047-a2a4-700df903eb32 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-b62c2549-a979-4047-a2a4-700df903eb32 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-b62c2549-a979-4047-a2a4-700df903eb32 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-b62c2549-a979-4047-a2a4-700df903eb32 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bc2d7363-5aab-4554-ab09-5a871dbd054f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc2d7363-5aab-4554-ab09-5a871dbd054f { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-bc2d7363-5aab-4554-ab09-5a871dbd054f .ablocks-icon-wrap { background:#222222;padding:.5em;border:2px solid #FFFFFF;font-size:20px;padding-top:21px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-bc2d7363-5aab-4554-ab09-5a871dbd054f .ablocks-icon-wrap { padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px;border-radius:10px; } } @media screen and (max-width: 480px) { .ablocks-block-bc2d7363-5aab-4554-ab09-5a871dbd054f .ablocks-icon-wrap { padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-bc2d7363-5aab-4554-ab09-5a871dbd054f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-bc2d7363-5aab-4554-ab09-5a871dbd054f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-e642976a-651f-4129-970b-b147ffd87abb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e642976a-651f-4129-970b-b147ffd87abb.ablocks-block--container { padding:0px;max-width:min(100%,45%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e642976a-651f-4129-970b-b147ffd87abb.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e642976a-651f-4129-970b-b147ffd87abb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e642976a-651f-4129-970b-b147ffd87abb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4859b297-0a90-4f98-8e39-fd1e3a05c5a1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4859b297-0a90-4f98-8e39-fd1e3a05c5a1 { display:flex;justify-content:center; } .ablocks-block-4859b297-0a90-4f98-8e39-fd1e3a05c5a1 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-4859b297-0a90-4f98-8e39-fd1e3a05c5a1 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-4859b297-0a90-4f98-8e39-fd1e3a05c5a1 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-41307ed5-cb7e-4e0f-a4d0-99e99b9a18c9 { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#FDF9F5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-41307ed5-cb7e-4e0f-a4d0-99e99b9a18c9 { padding-top:60px;padding-bottom:60px; } } .ablocks-block-41307ed5-cb7e-4e0f-a4d0-99e99b9a18c9.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-41307ed5-cb7e-4e0f-a4d0-99e99b9a18c9.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-41307ed5-cb7e-4e0f-a4d0-99e99b9a18c9 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-41307ed5-cb7e-4e0f-a4d0-99e99b9a18c9 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-41307ed5-cb7e-4e0f-a4d0-99e99b9a18c9 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-41307ed5-cb7e-4e0f-a4d0-99e99b9a18c9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-41307ed5-cb7e-4e0f-a4d0-99e99b9a18c9.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-08def281-9741-48f5-a5c5-3d3b20d13d34 { width:66%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-08def281-9741-48f5-a5c5-3d3b20d13d34 { width:76%; } } @media screen and (max-width: 480px) { .ablocks-block-08def281-9741-48f5-a5c5-3d3b20d13d34 { width:100%; } } .ablocks-block-08def281-9741-48f5-a5c5-3d3b20d13d34 { text-align:center; } .ablocks-block-08def281-9741-48f5-a5c5-3d3b20d13d34 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-08def281-9741-48f5-a5c5-3d3b20d13d34 .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-08def281-9741-48f5-a5c5-3d3b20d13d34 .ablocks-heading-text { font-size:32px;line-height:40px; } } 
.ablocks-block-4508d665-f74d-4f98-9c52-96b1251eff42 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4508d665-f74d-4f98-9c52-96b1251eff42.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } .ablocks-block-4508d665-f74d-4f98-9c52-96b1251eff42 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:30px;column-gap:0px; } .ablocks-block-4508d665-f74d-4f98-9c52-96b1251eff42.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:30px;column-gap:0px; } 
.ablocks-block-72b61d66-6650-4148-bc3b-9d3fe6b0e28b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-bf5260a5-3eae-4620-844c-12e368a49b36 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bf5260a5-3eae-4620-844c-12e368a49b36 .wp-block-ablocks-loop-template { display:grid;grid-template-columns:repeat(3,1fr);gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-bf5260a5-3eae-4620-844c-12e368a49b36 .wp-block-ablocks-loop-template { grid-template-columns:repeat(2,1fr); } } @media screen and (max-width: 480px) { .ablocks-block-bf5260a5-3eae-4620-844c-12e368a49b36 .wp-block-ablocks-loop-template { grid-template-columns:repeat(1,1fr); } } .ablocks-block-bf5260a5-3eae-4620-844c-12e368a49b36 .ablocks-loop-template-item { padding:0px;border-style:none; } 
.ablocks-block-66148cd6-af59-4801-9b18-76efb112cd9d { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#22222233;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-66148cd6-af59-4801-9b18-76efb112cd9d { padding-top:20px; } } .ablocks-block-66148cd6-af59-4801-9b18-76efb112cd9d.ablocks-block--container { padding-top:30px;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-66148cd6-af59-4801-9b18-76efb112cd9d.ablocks-block--container { padding-top:20px; } } .ablocks-block-66148cd6-af59-4801-9b18-76efb112cd9d { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-66148cd6-af59-4801-9b18-76efb112cd9d { align-items:flex-start;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-66148cd6-af59-4801-9b18-76efb112cd9d { flex-direction:column;align-items:center; } } .ablocks-block-66148cd6-af59-4801-9b18-76efb112cd9d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-66148cd6-af59-4801-9b18-76efb112cd9d.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-66148cd6-af59-4801-9b18-76efb112cd9d.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center; } } .ablocks-block-66148cd6-af59-4801-9b18-76efb112cd9d { display:inline-flex; } 
.ablocks-block-ebf5c6d3-7571-44e1-b416-b1311b0d1753 { width:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ebf5c6d3-7571-44e1-b416-b1311b0d1753 { width:60px; } } .ablocks-block-ebf5c6d3-7571-44e1-b416-b1311b0d1753 { display:flex;justify-content:left; } .ablocks-block-ebf5c6d3-7571-44e1-b416-b1311b0d1753 .ablocks-image-figure img { width:80px;height:auto;opacity:1; } .ablocks-block-ebf5c6d3-7571-44e1-b416-b1311b0d1753 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ebf5c6d3-7571-44e1-b416-b1311b0d1753 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b1fa49f8-408f-4fac-9270-cd3e19ced7a5 { 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-b1fa49f8-408f-4fac-9270-cd3e19ced7a5.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b1fa49f8-408f-4fac-9270-cd3e19ced7a5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b1fa49f8-408f-4fac-9270-cd3e19ced7a5 { align-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-b1fa49f8-408f-4fac-9270-cd3e19ced7a5 { align-items:center; } } .ablocks-block-b1fa49f8-408f-4fac-9270-cd3e19ced7a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b1fa49f8-408f-4fac-9270-cd3e19ced7a5.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-b1fa49f8-408f-4fac-9270-cd3e19ced7a5.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-af4440e7-a60f-4c8a-8005-02fa0c23a545 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-af4440e7-a60f-4c8a-8005-02fa0c23a545 { width:100%; } } .ablocks-block-af4440e7-a60f-4c8a-8005-02fa0c23a545 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-af4440e7-a60f-4c8a-8005-02fa0c23a545 { text-align:center; } } .ablocks-block-af4440e7-a60f-4c8a-8005-02fa0c23a545 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-af4440e7-a60f-4c8a-8005-02fa0c23a545 .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-7b6aea2d-cc59-49a3-89b6-2f52edbf2dd9 { margin-top:19px;margin-right:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7b6aea2d-cc59-49a3-89b6-2f52edbf2dd9 { margin-top:12px;margin-left:0px;width:100%; } } .ablocks-block-7b6aea2d-cc59-49a3-89b6-2f52edbf2dd9 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-7b6aea2d-cc59-49a3-89b6-2f52edbf2dd9 { text-align:center; } } .ablocks-block-7b6aea2d-cc59-49a3-89b6-2f52edbf2dd9 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-7b6aea2d-cc59-49a3-89b6-2f52edbf2dd9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9823dd3c-5fc3-46de-8bca-da4769fa7a16 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9823dd3c-5fc3-46de-8bca-da4769fa7a16 { text-align:left; } .ablocks-block-9823dd3c-5fc3-46de-8bca-da4769fa7a16 .ablocks-button { column-gap:15px;background:#ffffff00;justify-content:left;color:#222222;border-radius:0px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding:0px; } .ablocks-block-9823dd3c-5fc3-46de-8bca-da4769fa7a16 .ablocks-button:hover { transition-duration:s;color:#E94D65; } .ablocks-block-9823dd3c-5fc3-46de-8bca-da4769fa7a16 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#E94D65; } .ablocks-block-9823dd3c-5fc3-46de-8bca-da4769fa7a16 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-9823dd3c-5fc3-46de-8bca-da4769fa7a16 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(45deg);width:14px; } .ablocks-block-9823dd3c-5fc3-46de-8bca-da4769fa7a16 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222;transform:rotate(45deg); } 
.ablocks-block-b19c0f59-1e07-46eb-a7d7-6e8c4e6d6c38 { margin-top:0px;padding-top:20px;padding-bottom:20px;background:#153A4D;position:relative;z-index:2;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b19c0f59-1e07-46eb-a7d7-6e8c4e6d6c38 { padding-right:10px;padding-left:10px; } } .ablocks-block-b19c0f59-1e07-46eb-a7d7-6e8c4e6d6c38.ablocks-block--container { padding-top:20px;padding-bottom:20px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b19c0f59-1e07-46eb-a7d7-6e8c4e6d6c38.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-b19c0f59-1e07-46eb-a7d7-6e8c4e6d6c38 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } .ablocks-block-b19c0f59-1e07-46eb-a7d7-6e8c4e6d6c38.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } 
.ablocks-block-ab5b5a12-e020-46cb-be7d-bcca5fe96720 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab5b5a12-e020-46cb-be7d-bcca5fe96720 .ablocks-block-marquee .ablocks-block-marquee__children { gap:30px; } 
.ablocks-block-091b63e0-5d54-47c6-b16e-13c5d5008414 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-34a47875-0d2e-4589-a70c-9607dd321b9b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34a47875-0d2e-4589-a70c-9607dd321b9b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-34a47875-0d2e-4589-a70c-9607dd321b9b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-34a47875-0d2e-4589-a70c-9607dd321b9b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d52194aa-28fa-426e-a933-bced6cd59a6a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d52194aa-28fa-426e-a933-bced6cd59a6a { text-align:left; } .ablocks-block-d52194aa-28fa-426e-a933-bced6cd59a6a .ablocks-heading-text { color:#FFF;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } 
.ablocks-block-3f7c7a58-3bf3-4096-abf3-0111d93694fa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-56b7fa23-fa14-4c1a-9160-420585b3de5b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-56b7fa23-fa14-4c1a-9160-420585b3de5b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-56b7fa23-fa14-4c1a-9160-420585b3de5b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-56b7fa23-fa14-4c1a-9160-420585b3de5b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5:not(.ablocks-has-block-container), .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .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-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#FFF; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .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-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .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-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .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-8ab27ffe-8b99-463b-9847-d719fec026e5 .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-8ab27ffe-8b99-463b-9847-d719fec026e5.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-8ab27ffe-8b99-463b-9847-d719fec026e5.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-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .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-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8ab27ffe-8b99-463b-9847-d719fec026e5 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b6a4452a-8b8f-4979-ad2b-5dd5ec8ffb27 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-9f748bd7-3733-432c-9fe6-fc5b4d1415b9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9f748bd7-3733-432c-9fe6-fc5b4d1415b9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9f748bd7-3733-432c-9fe6-fc5b4d1415b9 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9f748bd7-3733-432c-9fe6-fc5b4d1415b9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6:not(.ablocks-has-block-container), .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .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-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#FFF; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .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-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .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-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .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-d8cda85a-2f21-45d1-a72b-6634012279c6 .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-d8cda85a-2f21-45d1-a72b-6634012279c6.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-d8cda85a-2f21-45d1-a72b-6634012279c6.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-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .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-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d8cda85a-2f21-45d1-a72b-6634012279c6 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-124c6d43-f611-41ba-bbc1-f9b3bbcd8954 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-2a138385-ff41-4d25-bf99-8e26f731298e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a138385-ff41-4d25-bf99-8e26f731298e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2a138385-ff41-4d25-bf99-8e26f731298e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2a138385-ff41-4d25-bf99-8e26f731298e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee:not(.ablocks-has-block-container), .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .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-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#FFF; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .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-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .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-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .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-3b512887-b91f-4cff-8949-6f482e6ed9ee .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-3b512887-b91f-4cff-8949-6f482e6ed9ee.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-3b512887-b91f-4cff-8949-6f482e6ed9ee.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-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .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-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3b512887-b91f-4cff-8949-6f482e6ed9ee .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-77ae6558-ce7d-45e4-b7e8-e43a0a9343d0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-c13e9e58-d6ab-4986-9df6-9e8835c91a6d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c13e9e58-d6ab-4986-9df6-9e8835c91a6d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c13e9e58-d6ab-4986-9df6-9e8835c91a6d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c13e9e58-d6ab-4986-9df6-9e8835c91a6d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626:not(.ablocks-has-block-container), .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .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-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#FFF; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .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-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .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-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .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-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .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-fee39267-e0b8-4c00-ae3c-74fd2b4b5626.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-fee39267-e0b8-4c00-ae3c-74fd2b4b5626.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-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .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-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fee39267-e0b8-4c00-ae3c-74fd2b4b5626 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4 { margin-top:0px;padding-top:120px;padding-bottom:60px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4 { padding-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4 { padding-right:10px;padding-bottom:0px;padding-left:10px; } } .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4.ablocks-block--container { padding-top:120px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4.ablocks-block--container { padding-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4.ablocks-block--container { padding-right:10px;padding-bottom:0px;padding-left:10px; } } .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:20px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4 > .ablocks-block-container { align-items:flex-start;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4 > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:20px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-ee9e4db9-dbaa-4955-b2aa-dbbe3195bda4 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945 { margin-top:-28px;padding-right:90px;position:absolute;left:87%;top:-32px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945 { padding-right:50px;right:100px;top:-27px; } } @media screen and (max-width: 480px) { .ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945 { left:100px;top:-82px; } } @media screen and (max-width: 800px) { .ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945.ablocks-hide-on-desktop,.ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945.ablocks-hide-on-tablet,.ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945.ablocks-hide-on-mobile { display:none; } } .ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:110px; } @media screen and (max-width: 480px) { .ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945 .ablocks-icon-wrap img.ablocks-image-icon { width:0px; } } .ablocks-block-9f5e6df3-1067-4232-9cf6-9123a0364945 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4b1be93c-e0f1-48b2-b9c4-b381964369d2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b1be93c-e0f1-48b2-b9c4-b381964369d2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4b1be93c-e0f1-48b2-b9c4-b381964369d2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-4b1be93c-e0f1-48b2-b9c4-b381964369d2 { row-gap:30px; } } .ablocks-block-4b1be93c-e0f1-48b2-b9c4-b381964369d2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-4b1be93c-e0f1-48b2-b9c4-b381964369d2.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-045ce866-1c79-42ea-8d64-6effe336c712 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-045ce866-1c79-42ea-8d64-6effe336c712 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-045ce866-1c79-42ea-8d64-6effe336c712 { text-align:center; } } .ablocks-block-045ce866-1c79-42ea-8d64-6effe336c712 .ablocks-heading-text { color:#222;font-family:Bricolage Grotesque;font-weight:500;font-style:normal;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-045ce866-1c79-42ea-8d64-6effe336c712 .ablocks-heading-text { font-size:38px;line-height:48px; } } @media screen and (max-width: 480px) { .ablocks-block-045ce866-1c79-42ea-8d64-6effe336c712 .ablocks-heading-text { font-size:34px;line-height:42px; } } 
.ablocks-block-2e7f5b47-305c-49ac-952d-b842db7542a6 { 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-2e7f5b47-305c-49ac-952d-b842db7542a6 { margin:0px; } } @media screen and (max-width: 480px) { .ablocks-block-2e7f5b47-305c-49ac-952d-b842db7542a6 { margin-top:0px; } } .ablocks-block-2e7f5b47-305c-49ac-952d-b842db7542a6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2e7f5b47-305c-49ac-952d-b842db7542a6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2e7f5b47-305c-49ac-952d-b842db7542a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-837cd43d-09cc-4f7d-a17a-2c81c098f6d5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-837cd43d-09cc-4f7d-a17a-2c81c098f6d5 { display:flex;justify-content:center; } .ablocks-block-837cd43d-09cc-4f7d-a17a-2c81c098f6d5 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-837cd43d-09cc-4f7d-a17a-2c81c098f6d5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-837cd43d-09cc-4f7d-a17a-2c81c098f6d5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-976b059c-6974-4be7-8c99-5568dc917822 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-976b059c-6974-4be7-8c99-5568dc917822 { text-align:left; } .ablocks-block-976b059c-6974-4be7-8c99-5568dc917822 .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#153A4D;border-radius:999px;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px;padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px; } .ablocks-block-976b059c-6974-4be7-8c99-5568dc917822 .ablocks-button:hover { transition-duration:0.5s;color:#153A4D;background:#ffffff;border-width:1px;border-color:#153A4D;border-style:solid;border-radius:999px; } .ablocks-block-976b059c-6974-4be7-8c99-5568dc917822 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-976b059c-6974-4be7-8c99-5568dc917822 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-976b059c-6974-4be7-8c99-5568dc917822 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-976b059c-6974-4be7-8c99-5568dc917822 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-16ab886a-36cf-4e77-b350-9d8dc76bfb16 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-16ab886a-36cf-4e77-b350-9d8dc76bfb16 { text-align:left; } .ablocks-block-16ab886a-36cf-4e77-b350-9d8dc76bfb16 .ablocks-heading-text { color:#222;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-16ab886a-36cf-4e77-b350-9d8dc76bfb16 .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-16ab886a-36cf-4e77-b350-9d8dc76bfb16 .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-74560c66-faee-4ab8-8b68-cc424b59c21c { margin-top:106px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-74560c66-faee-4ab8-8b68-cc424b59c21c { margin-top:0px; } } .ablocks-block-74560c66-faee-4ab8-8b68-cc424b59c21c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-74560c66-faee-4ab8-8b68-cc424b59c21c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-74560c66-faee-4ab8-8b68-cc424b59c21c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7ce8bcc5-1e54-4f99-8c99-60ec56255cd7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7ce8bcc5-1e54-4f99-8c99-60ec56255cd7 { display:flex;justify-content:center; } .ablocks-block-7ce8bcc5-1e54-4f99-8c99-60ec56255cd7 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7ce8bcc5-1e54-4f99-8c99-60ec56255cd7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7ce8bcc5-1e54-4f99-8c99-60ec56255cd7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-672bda83-4bef-433f-9264-6430bb7354d3 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-672bda83-4bef-433f-9264-6430bb7354d3 { text-align:left; } .ablocks-block-672bda83-4bef-433f-9264-6430bb7354d3 .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#153A4D;border-radius:999px;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px;padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px; } .ablocks-block-672bda83-4bef-433f-9264-6430bb7354d3 .ablocks-button:hover { transition-duration:0.5s;color:#153A4D;background:#ffffff;border-width:1px;border-color:#153A4D;border-style:solid;border-radius:999px; } .ablocks-block-672bda83-4bef-433f-9264-6430bb7354d3 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-672bda83-4bef-433f-9264-6430bb7354d3 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-672bda83-4bef-433f-9264-6430bb7354d3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-672bda83-4bef-433f-9264-6430bb7354d3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-389fbc85-d534-4198-aaf9-5f006dfac0ad { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-389fbc85-d534-4198-aaf9-5f006dfac0ad { text-align:left; } .ablocks-block-389fbc85-d534-4198-aaf9-5f006dfac0ad .ablocks-heading-text { color:#222;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-389fbc85-d534-4198-aaf9-5f006dfac0ad .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-389fbc85-d534-4198-aaf9-5f006dfac0ad .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-e6af3f80-222b-4e9f-b1a6-700c6f93e07e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6af3f80-222b-4e9f-b1a6-700c6f93e07e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e6af3f80-222b-4e9f-b1a6-700c6f93e07e { display:flex;flex-direction:column;min-height:0px;row-gap:106px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e6af3f80-222b-4e9f-b1a6-700c6f93e07e { row-gap:30px; } } .ablocks-block-e6af3f80-222b-4e9f-b1a6-700c6f93e07e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:106px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e6af3f80-222b-4e9f-b1a6-700c6f93e07e.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-07a169ba-9a46-4e59-a7a4-040e7d565a71 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-07a169ba-9a46-4e59-a7a4-040e7d565a71.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-07a169ba-9a46-4e59-a7a4-040e7d565a71 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-07a169ba-9a46-4e59-a7a4-040e7d565a71.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-173d1502-0a6c-4b72-a6c3-364181eaeb92 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-173d1502-0a6c-4b72-a6c3-364181eaeb92 { display:flex;justify-content:center; } .ablocks-block-173d1502-0a6c-4b72-a6c3-364181eaeb92 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-173d1502-0a6c-4b72-a6c3-364181eaeb92 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-173d1502-0a6c-4b72-a6c3-364181eaeb92 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-4f845104-2701-458d-bc71-54b128cdca53 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f845104-2701-458d-bc71-54b128cdca53 { text-align:left; } .ablocks-block-4f845104-2701-458d-bc71-54b128cdca53 .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#153A4D;border-radius:999px;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px;padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px; } .ablocks-block-4f845104-2701-458d-bc71-54b128cdca53 .ablocks-button:hover { transition-duration:0.5s;color:#153A4D;background:#ffffff;border-width:1px;border-color:#153A4D;border-style:solid;border-radius:999px; } .ablocks-block-4f845104-2701-458d-bc71-54b128cdca53 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-4f845104-2701-458d-bc71-54b128cdca53 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-4f845104-2701-458d-bc71-54b128cdca53 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4f845104-2701-458d-bc71-54b128cdca53 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d77730fe-7edb-42ea-940f-fc34e998d86d { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d77730fe-7edb-42ea-940f-fc34e998d86d { text-align:left; } .ablocks-block-d77730fe-7edb-42ea-940f-fc34e998d86d .ablocks-heading-text { color:#222;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-d77730fe-7edb-42ea-940f-fc34e998d86d .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-d77730fe-7edb-42ea-940f-fc34e998d86d .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-f5ba0064-e0f7-4386-b780-b5ae310ab081 { padding:0px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f5ba0064-e0f7-4386-b780-b5ae310ab081 { z-index:6; } } .ablocks-block-f5ba0064-e0f7-4386-b780-b5ae310ab081.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f5ba0064-e0f7-4386-b780-b5ae310ab081 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f5ba0064-e0f7-4386-b780-b5ae310ab081.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e0a1e93b-3e33-4735-910b-15c66aed5021 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e0a1e93b-3e33-4735-910b-15c66aed5021 { display:flex;justify-content:center; } .ablocks-block-e0a1e93b-3e33-4735-910b-15c66aed5021 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e0a1e93b-3e33-4735-910b-15c66aed5021 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e0a1e93b-3e33-4735-910b-15c66aed5021 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b95623fb-2f52-4c39-8728-c89b138a217a { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b95623fb-2f52-4c39-8728-c89b138a217a { text-align:left; } .ablocks-block-b95623fb-2f52-4c39-8728-c89b138a217a .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#153A4D;border-radius:999px;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px;padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px; } .ablocks-block-b95623fb-2f52-4c39-8728-c89b138a217a .ablocks-button:hover { transition-duration:0.5s;color:#153A4D;background:#ffffff;border-width:1px;border-color:#153A4D;border-style:solid;border-radius:999px; } .ablocks-block-b95623fb-2f52-4c39-8728-c89b138a217a .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-b95623fb-2f52-4c39-8728-c89b138a217a .ablocks-icon-wrap { font-size:16px; } .ablocks-block-b95623fb-2f52-4c39-8728-c89b138a217a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-b95623fb-2f52-4c39-8728-c89b138a217a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e430618b-2e6c-4c62-92f7-318b1b4707fa { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e430618b-2e6c-4c62-92f7-318b1b4707fa { text-align:left; } .ablocks-block-e430618b-2e6c-4c62-92f7-318b1b4707fa .ablocks-heading-text { color:#222;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-e430618b-2e6c-4c62-92f7-318b1b4707fa .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-e430618b-2e6c-4c62-92f7-318b1b4707fa .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-63da5a6b-a4f6-4188-b8c1-428b714118cf { margin-top:69px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-63da5a6b-a4f6-4188-b8c1-428b714118cf { margin-top:59px; } } @media screen and (max-width: 480px) { .ablocks-block-63da5a6b-a4f6-4188-b8c1-428b714118cf { margin-top:0px; } } .ablocks-block-63da5a6b-a4f6-4188-b8c1-428b714118cf.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-63da5a6b-a4f6-4188-b8c1-428b714118cf { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-63da5a6b-a4f6-4188-b8c1-428b714118cf.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-63da5a6b-a4f6-4188-b8c1-428b714118cf { display:inline-flex; } 
.ablocks-block-e14599ac-8b20-4967-8ba6-3326c06631b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e14599ac-8b20-4967-8ba6-3326c06631b5 { text-align:left; } .ablocks-block-e14599ac-8b20-4967-8ba6-3326c06631b5 .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFF;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-style:normal;font-size:18px;line-height:24px;padding-top:20px;padding-right:30px;padding-bottom:20px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-e14599ac-8b20-4967-8ba6-3326c06631b5 .ablocks-button { border-radius:12px;padding-top:14px;padding-bottom:14px; } } @media screen and (max-width: 480px) { .ablocks-block-e14599ac-8b20-4967-8ba6-3326c06631b5 .ablocks-button { padding-right:20px;padding-left:20px; } } .ablocks-block-e14599ac-8b20-4967-8ba6-3326c06631b5 .ablocks-button:hover { transition-duration:0.5s;background:#0f5b82; } .ablocks-block-e14599ac-8b20-4967-8ba6-3326c06631b5 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e14599ac-8b20-4967-8ba6-3326c06631b5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e14599ac-8b20-4967-8ba6-3326c06631b5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-620ae871-72b7-4359-9039-0d21de3c4b29 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-620ae871-72b7-4359-9039-0d21de3c4b29 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-620ae871-72b7-4359-9039-0d21de3c4b29 .ablocks-icon-wrap { background:#222;padding:20px;font-size:20px;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-620ae871-72b7-4359-9039-0d21de3c4b29 .ablocks-icon-wrap { padding:17px;font-size:18px;border-radius:8px; } } .ablocks-block-620ae871-72b7-4359-9039-0d21de3c4b29 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-620ae871-72b7-4359-9039-0d21de3c4b29 .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-620ae871-72b7-4359-9039-0d21de3c4b29 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#f9fcff;transform:rotate(40deg); } 
.ablocks-block-480815fd-30c2-416c-be26-990ae90cb9e2 { position:absolute;right:140px;bottom:260px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-480815fd-30c2-416c-be26-990ae90cb9e2 { top:90%; } } @media screen and (max-width: 800px) { .ablocks-block-480815fd-30c2-416c-be26-990ae90cb9e2.ablocks-hide-on-desktop,.ablocks-block-480815fd-30c2-416c-be26-990ae90cb9e2.ablocks-hide-on-tablet,.ablocks-block-480815fd-30c2-416c-be26-990ae90cb9e2.ablocks-hide-on-mobile { display:none; } } .ablocks-block-480815fd-30c2-416c-be26-990ae90cb9e2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-480815fd-30c2-416c-be26-990ae90cb9e2 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-480815fd-30c2-416c-be26-990ae90cb9e2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:130px; } .ablocks-block-480815fd-30c2-416c-be26-990ae90cb9e2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9 { margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:60px;padding-bottom:60px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9 { padding-top:40px;padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9 { padding-top:60px; } } .ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9.ablocks-block--container { padding-top:40px;padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9.ablocks-block--container { padding-top:60px; } } .ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9 > .ablocks-block-container { row-gap:30px; } } .ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-c30b2c8a-7b55-4e18-b2f7-89ae0d0bcae9.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-6fd8b151-d319-44d5-bfb2-130a2b28aafd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6fd8b151-d319-44d5-bfb2-130a2b28aafd { text-align:center; } .ablocks-block-6fd8b151-d319-44d5-bfb2-130a2b28aafd .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-6fd8b151-d319-44d5-bfb2-130a2b28aafd .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-6fd8b151-d319-44d5-bfb2-130a2b28aafd .ablocks-heading-text { font-size:38px;line-height:56px; } } 
.ablocks-block-88ab4f42-c4c2-4ff8-8ae7-b6b081c7f41f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88ab4f42-c4c2-4ff8-8ae7-b6b081c7f41f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-88ab4f42-c4c2-4ff8-8ae7-b6b081c7f41f { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } .ablocks-block-88ab4f42-c4c2-4ff8-8ae7-b6b081c7f41f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } .ablocks-block-88ab4f42-c4c2-4ff8-8ae7-b6b081c7f41f { display:inline-flex; } 
.ablocks-block-a9627b29-e3e0-4f7a-98b5-f0687d364b6e { margin-bottom:40px;padding:40px;border-width:1px;border-style:solid;border-color:#e94d65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a9627b29-e3e0-4f7a-98b5-f0687d364b6e { padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a9627b29-e3e0-4f7a-98b5-f0687d364b6e { margin-bottom:0px;padding-right:16px;padding-left:16px; } } .ablocks-block-a9627b29-e3e0-4f7a-98b5-f0687d364b6e.ablocks-block--container { padding:40px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a9627b29-e3e0-4f7a-98b5-f0687d364b6e.ablocks-block--container { padding:30px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a9627b29-e3e0-4f7a-98b5-f0687d364b6e.ablocks-block--container { padding-right:16px;padding-left:16px;max-width:min(100%,100%) !important; } } .ablocks-block-a9627b29-e3e0-4f7a-98b5-f0687d364b6e { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } .ablocks-block-a9627b29-e3e0-4f7a-98b5-f0687d364b6e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } 
.ablocks-block-7202e8c1-5193-4bb6-8162-e188ea7565ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7202e8c1-5193-4bb6-8162-e188ea7565ac { text-align:left; } .ablocks-block-7202e8c1-5193-4bb6-8162-e188ea7565ac .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:38px;line-height:38px; } @media screen and (max-width: 800px) { .ablocks-block-7202e8c1-5193-4bb6-8162-e188ea7565ac .ablocks-paragraph-text { font-size:32px; } } .ablocks-block-7202e8c1-5193-4bb6-8162-e188ea7565ac .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-790463d6-f6d9-4af6-84a5-5a7a3721f1fb { margin-top:18px;padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#22222247;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-790463d6-f6d9-4af6-84a5-5a7a3721f1fb.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-790463d6-f6d9-4af6-84a5-5a7a3721f1fb { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-790463d6-f6d9-4af6-84a5-5a7a3721f1fb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-790463d6-f6d9-4af6-84a5-5a7a3721f1fb { display:inline-flex; } 
.ablocks-block-9bc6008b-c0c6-451e-9dce-4b383144f2b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9bc6008b-c0c6-451e-9dce-4b383144f2b5 { text-align:left; } .ablocks-block-9bc6008b-c0c6-451e-9dce-4b383144f2b5 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-9bc6008b-c0c6-451e-9dce-4b383144f2b5 .ablocks-heading-text { font-size:42px;line-height:56px; } } 
.ablocks-block-c9a31be6-880d-47b2-8db4-bcf733d77127 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c9a31be6-880d-47b2-8db4-bcf733d77127 { text-align:left; } .ablocks-block-c9a31be6-880d-47b2-8db4-bcf733d77127 .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-c9a31be6-880d-47b2-8db4-bcf733d77127 .ablocks-paragraph-text { font-size:24px;line-height:32px; } } .ablocks-block-c9a31be6-880d-47b2-8db4-bcf733d77127 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5fea7418-7074-44ee-888c-c793da5087ff { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5fea7418-7074-44ee-888c-c793da5087ff { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-5fea7418-7074-44ee-888c-c793da5087ff .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5fea7418-7074-44ee-888c-c793da5087ff .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-5fea7418-7074-44ee-888c-c793da5087ff .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:15px; } .ablocks-block-5fea7418-7074-44ee-888c-c793da5087ff .ablocks-list__item-content .ablocks-list__item-text { color:#222222; } 
.ablocks-block-ebf6ea1d-7486-48c6-80d1-716f1787d752 { margin-top:36px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ebf6ea1d-7486-48c6-80d1-716f1787d752.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ebf6ea1d-7486-48c6-80d1-716f1787d752 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-ebf6ea1d-7486-48c6-80d1-716f1787d752 { column-gap:8px; } } .ablocks-block-ebf6ea1d-7486-48c6-80d1-716f1787d752.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-ebf6ea1d-7486-48c6-80d1-716f1787d752.ablocks-has-block-container > .ablocks-block-container { column-gap:8px; } } .ablocks-block-ebf6ea1d-7486-48c6-80d1-716f1787d752 { display:inline-flex; } 
.ablocks-block-0092f9df-4bad-4b54-8995-5ccc8763bd2e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0092f9df-4bad-4b54-8995-5ccc8763bd2e { text-align:left; } .ablocks-block-0092f9df-4bad-4b54-8995-5ccc8763bd2e .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#222222;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:20px;padding-bottom:18px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-0092f9df-4bad-4b54-8995-5ccc8763bd2e .ablocks-button { border-radius:12px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px; } } @media screen and (max-width: 480px) { .ablocks-block-0092f9df-4bad-4b54-8995-5ccc8763bd2e .ablocks-button { padding-right:20px;padding-left:20px; } } .ablocks-block-0092f9df-4bad-4b54-8995-5ccc8763bd2e .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#153A4D; } .ablocks-block-0092f9df-4bad-4b54-8995-5ccc8763bd2e .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-0092f9df-4bad-4b54-8995-5ccc8763bd2e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-0092f9df-4bad-4b54-8995-5ccc8763bd2e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-0092f9df-4bad-4b54-8995-5ccc8763bd2e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-980d3afe-7a89-407b-9755-26a1c8006edf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-980d3afe-7a89-407b-9755-26a1c8006edf { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-980d3afe-7a89-407b-9755-26a1c8006edf .ablocks-icon-wrap { background:#222222;padding:19px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-980d3afe-7a89-407b-9755-26a1c8006edf .ablocks-icon-wrap { padding:.5em;font-size:18px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-980d3afe-7a89-407b-9755-26a1c8006edf .ablocks-icon-wrap { padding-bottom:15px; } } .ablocks-block-980d3afe-7a89-407b-9755-26a1c8006edf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-980d3afe-7a89-407b-9755-26a1c8006edf .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-980d3afe-7a89-407b-9755-26a1c8006edf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-7a8f6640-45fa-45e1-b206-ade22a91ff1a { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#E94D65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a8f6640-45fa-45e1-b206-ade22a91ff1a.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7a8f6640-45fa-45e1-b206-ade22a91ff1a.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-7a8f6640-45fa-45e1-b206-ade22a91ff1a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7a8f6640-45fa-45e1-b206-ade22a91ff1a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7a8f6640-45fa-45e1-b206-ade22a91ff1a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1a332430-ba62-48ba-9248-f50a1a495900 { padding-top:8px;padding-right:0px;padding-bottom:8px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a332430-ba62-48ba-9248-f50a1a495900.ablocks-block--container { padding-top:8px;padding-right:0px;padding-bottom:8px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1a332430-ba62-48ba-9248-f50a1a495900 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1a332430-ba62-48ba-9248-f50a1a495900.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b3bfcf44-df8c-4f95-9b70-02a08fce62b2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b3bfcf44-df8c-4f95-9b70-02a08fce62b2 { margin-top:0px; } } .ablocks-block-b3bfcf44-df8c-4f95-9b70-02a08fce62b2 { text-align:center; } .ablocks-block-b3bfcf44-df8c-4f95-9b70-02a08fce62b2 .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } .ablocks-block-b3bfcf44-df8c-4f95-9b70-02a08fce62b2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-915fa255-c00c-4308-81bf-7dbcc89729d2 { padding:39px;background:#E94D65;border-width:1px 0px 0px 0px;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-915fa255-c00c-4308-81bf-7dbcc89729d2 { padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-915fa255-c00c-4308-81bf-7dbcc89729d2 { padding-right:17px;padding-left:15px; } } .ablocks-block-915fa255-c00c-4308-81bf-7dbcc89729d2.ablocks-block--container { padding:39px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-915fa255-c00c-4308-81bf-7dbcc89729d2.ablocks-block--container { padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-915fa255-c00c-4308-81bf-7dbcc89729d2.ablocks-block--container { padding-right:17px;padding-left:15px; } } .ablocks-block-915fa255-c00c-4308-81bf-7dbcc89729d2 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-915fa255-c00c-4308-81bf-7dbcc89729d2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-53d28419-ca2d-4643-8217-49645d8d35f3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53d28419-ca2d-4643-8217-49645d8d35f3 { text-align:left; } .ablocks-block-53d28419-ca2d-4643-8217-49645d8d35f3 .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-size:38px;line-height:38px; } @media screen and (max-width: 800px) { .ablocks-block-53d28419-ca2d-4643-8217-49645d8d35f3 .ablocks-paragraph-text { font-size:32px; } } .ablocks-block-53d28419-ca2d-4643-8217-49645d8d35f3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bcf4c330-1f6a-4d37-b225-51c92c15d208 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bcf4c330-1f6a-4d37-b225-51c92c15d208.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bcf4c330-1f6a-4d37-b225-51c92c15d208 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bcf4c330-1f6a-4d37-b225-51c92c15d208.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bcf4c330-1f6a-4d37-b225-51c92c15d208 { display:inline-flex; } 
.ablocks-block-82edcb71-caba-4887-8f0b-7cbad99834d2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82edcb71-caba-4887-8f0b-7cbad99834d2 { text-align:left; } .ablocks-block-82edcb71-caba-4887-8f0b-7cbad99834d2 .ablocks-heading-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-82edcb71-caba-4887-8f0b-7cbad99834d2 .ablocks-heading-text { font-size:42px;line-height:56px; } } 
.ablocks-block-6d9fa6cd-0af5-474b-a06e-16c7e1bd3c6c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d9fa6cd-0af5-474b-a06e-16c7e1bd3c6c { text-align:left; } .ablocks-block-6d9fa6cd-0af5-474b-a06e-16c7e1bd3c6c .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-6d9fa6cd-0af5-474b-a06e-16c7e1bd3c6c .ablocks-paragraph-text { font-size:24px;line-height:32px; } } .ablocks-block-6d9fa6cd-0af5-474b-a06e-16c7e1bd3c6c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a907a67e-2778-4b85-8ef0-2ffb5fda96d0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a907a67e-2778-4b85-8ef0-2ffb5fda96d0 { margin-top:-25px; } } .ablocks-block-a907a67e-2778-4b85-8ef0-2ffb5fda96d0.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-a907a67e-2778-4b85-8ef0-2ffb5fda96d0.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-a907a67e-2778-4b85-8ef0-2ffb5fda96d0 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-a907a67e-2778-4b85-8ef0-2ffb5fda96d0 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-a907a67e-2778-4b85-8ef0-2ffb5fda96d0 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a907a67e-2778-4b85-8ef0-2ffb5fda96d0 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-a907a67e-2778-4b85-8ef0-2ffb5fda96d0 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-a907a67e-2778-4b85-8ef0-2ffb5fda96d0 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1b5ce340-305c-4a79-8dc6-4846288ec21a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-1b5ce340-305c-4a79-8dc6-4846288ec21a { margin-top:-18px; } } .ablocks-block-1b5ce340-305c-4a79-8dc6-4846288ec21a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1b5ce340-305c-4a79-8dc6-4846288ec21a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1b5ce340-305c-4a79-8dc6-4846288ec21a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-82864f4d-acb7-4d73-842c-4343a82f9311 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82864f4d-acb7-4d73-842c-4343a82f9311 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-82864f4d-acb7-4d73-842c-4343a82f9311 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-82864f4d-acb7-4d73-842c-4343a82f9311 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-82864f4d-acb7-4d73-842c-4343a82f9311 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#FFFFFF;fill:#FFFFFF;font-size:15px; } .ablocks-block-82864f4d-acb7-4d73-842c-4343a82f9311 .ablocks-list__item-content .ablocks-list__item-text { color:#FFFFFF; } 
.ablocks-block-479b2e72-2548-4fa5-a714-2446908ed4f1 { margin-top:18px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-479b2e72-2548-4fa5-a714-2446908ed4f1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-479b2e72-2548-4fa5-a714-2446908ed4f1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-479b2e72-2548-4fa5-a714-2446908ed4f1 { column-gap:8px; } } .ablocks-block-479b2e72-2548-4fa5-a714-2446908ed4f1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-479b2e72-2548-4fa5-a714-2446908ed4f1.ablocks-has-block-container > .ablocks-block-container { column-gap:8px; } } .ablocks-block-479b2e72-2548-4fa5-a714-2446908ed4f1 { display:inline-flex; } 
.ablocks-block-784918b9-c4be-4997-aeab-2b8aec05277c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-784918b9-c4be-4997-aeab-2b8aec05277c { text-align:left; } .ablocks-block-784918b9-c4be-4997-aeab-2b8aec05277c .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFFFFF;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:20px;padding-bottom:18px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-784918b9-c4be-4997-aeab-2b8aec05277c .ablocks-button { border-radius:12px;padding-top:10px;padding-bottom:10px; } } @media screen and (max-width: 480px) { .ablocks-block-784918b9-c4be-4997-aeab-2b8aec05277c .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-784918b9-c4be-4997-aeab-2b8aec05277c .ablocks-button:hover { transition-duration:0.5s;color:#000000;background:#ffffff; } .ablocks-block-784918b9-c4be-4997-aeab-2b8aec05277c .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-784918b9-c4be-4997-aeab-2b8aec05277c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-784918b9-c4be-4997-aeab-2b8aec05277c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-784918b9-c4be-4997-aeab-2b8aec05277c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1f96be6c-eb35-4be7-864c-aaa6478031d4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f96be6c-eb35-4be7-864c-aaa6478031d4 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-1f96be6c-eb35-4be7-864c-aaa6478031d4 .ablocks-icon-wrap { background:#222222;padding:19px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-1f96be6c-eb35-4be7-864c-aaa6478031d4 .ablocks-icon-wrap { padding:.5em;font-size:18px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-1f96be6c-eb35-4be7-864c-aaa6478031d4 .ablocks-icon-wrap { padding-bottom:15px; } } .ablocks-block-1f96be6c-eb35-4be7-864c-aaa6478031d4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-1f96be6c-eb35-4be7-864c-aaa6478031d4 .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-1f96be6c-eb35-4be7-864c-aaa6478031d4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-2e4cd32a-afda-4059-99cd-89c4cc6afb5e { margin-bottom:40px;padding:40px;border-width:1px;border-style:solid;border-color:#e94d65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2e4cd32a-afda-4059-99cd-89c4cc6afb5e { margin:0px;padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-2e4cd32a-afda-4059-99cd-89c4cc6afb5e { padding-right:16px;padding-left:16px; } } .ablocks-block-2e4cd32a-afda-4059-99cd-89c4cc6afb5e.ablocks-block--container { padding:40px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2e4cd32a-afda-4059-99cd-89c4cc6afb5e.ablocks-block--container { padding:30px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2e4cd32a-afda-4059-99cd-89c4cc6afb5e.ablocks-block--container { padding-right:16px;padding-left:16px;max-width:min(100%,100%) !important; } } .ablocks-block-2e4cd32a-afda-4059-99cd-89c4cc6afb5e { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } .ablocks-block-2e4cd32a-afda-4059-99cd-89c4cc6afb5e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } 
.ablocks-block-9d0af321-ad85-4c85-8fa1-a9fff8e2adba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9d0af321-ad85-4c85-8fa1-a9fff8e2adba { text-align:left; } .ablocks-block-9d0af321-ad85-4c85-8fa1-a9fff8e2adba .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:38px;line-height:38px; } @media screen and (max-width: 800px) { .ablocks-block-9d0af321-ad85-4c85-8fa1-a9fff8e2adba .ablocks-paragraph-text { font-size:32px; } } .ablocks-block-9d0af321-ad85-4c85-8fa1-a9fff8e2adba .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b8077b95-5c94-458d-b624-aa0c13e69d03 { margin-top:18px;padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#22222247;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8077b95-5c94-458d-b624-aa0c13e69d03.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b8077b95-5c94-458d-b624-aa0c13e69d03 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b8077b95-5c94-458d-b624-aa0c13e69d03.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b8077b95-5c94-458d-b624-aa0c13e69d03 { display:inline-flex; } 
.ablocks-block-6e9ad902-c9ba-44ac-bdca-040a4c6e4fa1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e9ad902-c9ba-44ac-bdca-040a4c6e4fa1 { text-align:left; } .ablocks-block-6e9ad902-c9ba-44ac-bdca-040a4c6e4fa1 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-6e9ad902-c9ba-44ac-bdca-040a4c6e4fa1 .ablocks-heading-text { font-size:42px;line-height:56px; } } 
.ablocks-block-bccafdfe-2139-4396-b72c-da9807d78325 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bccafdfe-2139-4396-b72c-da9807d78325 { text-align:left; } .ablocks-block-bccafdfe-2139-4396-b72c-da9807d78325 .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-bccafdfe-2139-4396-b72c-da9807d78325 .ablocks-paragraph-text { font-size:24px;line-height:32px; } } .ablocks-block-bccafdfe-2139-4396-b72c-da9807d78325 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bf85475d-ba5a-45b7-9234-918a6c472cb2 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bf85475d-ba5a-45b7-9234-918a6c472cb2 { margin-top:20px; } } .ablocks-block-bf85475d-ba5a-45b7-9234-918a6c472cb2 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-bf85475d-ba5a-45b7-9234-918a6c472cb2 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-bf85475d-ba5a-45b7-9234-918a6c472cb2 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-bf85475d-ba5a-45b7-9234-918a6c472cb2 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:15px; } .ablocks-block-bf85475d-ba5a-45b7-9234-918a6c472cb2 .ablocks-list__item-content .ablocks-list__item-text { color:#222222; } 
.ablocks-block-20ce6c11-8590-4a68-9093-2ee8224a4aac { margin-top:36px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-20ce6c11-8590-4a68-9093-2ee8224a4aac.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-20ce6c11-8590-4a68-9093-2ee8224a4aac { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-20ce6c11-8590-4a68-9093-2ee8224a4aac { column-gap:8px; } } .ablocks-block-20ce6c11-8590-4a68-9093-2ee8224a4aac.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-20ce6c11-8590-4a68-9093-2ee8224a4aac.ablocks-has-block-container > .ablocks-block-container { column-gap:8px; } } .ablocks-block-20ce6c11-8590-4a68-9093-2ee8224a4aac { display:inline-flex; } 
.ablocks-block-f277bb1b-941b-4ad2-bcc8-28017c8e38a1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f277bb1b-941b-4ad2-bcc8-28017c8e38a1 { text-align:left; } .ablocks-block-f277bb1b-941b-4ad2-bcc8-28017c8e38a1 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#222222;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:20px;padding-bottom:18px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-f277bb1b-941b-4ad2-bcc8-28017c8e38a1 .ablocks-button { border-radius:12px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px; } } @media screen and (max-width: 480px) { .ablocks-block-f277bb1b-941b-4ad2-bcc8-28017c8e38a1 .ablocks-button { padding-right:20px;padding-left:20px; } } .ablocks-block-f277bb1b-941b-4ad2-bcc8-28017c8e38a1 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#153A4D; } .ablocks-block-f277bb1b-941b-4ad2-bcc8-28017c8e38a1 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-f277bb1b-941b-4ad2-bcc8-28017c8e38a1 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-f277bb1b-941b-4ad2-bcc8-28017c8e38a1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-f277bb1b-941b-4ad2-bcc8-28017c8e38a1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2eb8e58d-8d5b-421e-bf26-272a89ab9883 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2eb8e58d-8d5b-421e-bf26-272a89ab9883 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2eb8e58d-8d5b-421e-bf26-272a89ab9883 .ablocks-icon-wrap { background:#222222;padding:19px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-2eb8e58d-8d5b-421e-bf26-272a89ab9883 .ablocks-icon-wrap { padding:.5em;font-size:18px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-2eb8e58d-8d5b-421e-bf26-272a89ab9883 .ablocks-icon-wrap { padding-bottom:15px; } } .ablocks-block-2eb8e58d-8d5b-421e-bf26-272a89ab9883 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-2eb8e58d-8d5b-421e-bf26-272a89ab9883 .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-2eb8e58d-8d5b-421e-bf26-272a89ab9883 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-172eba1b-871f-4d6b-8bb7-eebcb226b7d4 { margin-top:0px;padding-top:60px;padding-bottom:60px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-172eba1b-871f-4d6b-8bb7-eebcb226b7d4.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } .ablocks-block-172eba1b-871f-4d6b-8bb7-eebcb226b7d4 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-172eba1b-871f-4d6b-8bb7-eebcb226b7d4 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-172eba1b-871f-4d6b-8bb7-eebcb226b7d4 > .ablocks-block-container { row-gap:60px; } } .ablocks-block-172eba1b-871f-4d6b-8bb7-eebcb226b7d4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-172eba1b-871f-4d6b-8bb7-eebcb226b7d4.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-fd07fe82-3417-48f7-8a29-b05419d17bef { padding:0px;position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fd07fe82-3417-48f7-8a29-b05419d17bef.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fd07fe82-3417-48f7-8a29-b05419d17bef { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-fd07fe82-3417-48f7-8a29-b05419d17bef { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-fd07fe82-3417-48f7-8a29-b05419d17bef { flex-direction:column;row-gap:30px; } } .ablocks-block-fd07fe82-3417-48f7-8a29-b05419d17bef.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-fd07fe82-3417-48f7-8a29-b05419d17bef.ablocks-has-block-container > .ablocks-block-container { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-fd07fe82-3417-48f7-8a29-b05419d17bef.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-fd07fe82-3417-48f7-8a29-b05419d17bef { display:inline-flex; } 
.ablocks-block-d0b70cdd-f3e1-45b1-87b6-281ef0cd9780 { padding-top:37px;padding-right:40px;padding-bottom:37px;padding-left:40px;background:#222;border-width:1px;border-style:solid;border-color:#1F4747;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d0b70cdd-f3e1-45b1-87b6-281ef0cd9780 { padding-right:24px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-d0b70cdd-f3e1-45b1-87b6-281ef0cd9780 { padding-right:10px;padding-left:10px; } } .ablocks-block-d0b70cdd-f3e1-45b1-87b6-281ef0cd9780.ablocks-block--container { padding-top:37px;padding-right:40px;padding-bottom:37px;padding-left:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d0b70cdd-f3e1-45b1-87b6-281ef0cd9780.ablocks-block--container { padding-right:24px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-d0b70cdd-f3e1-45b1-87b6-281ef0cd9780.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-d0b70cdd-f3e1-45b1-87b6-281ef0cd9780 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d0b70cdd-f3e1-45b1-87b6-281ef0cd9780.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0872b675-4f5e-4b9f-b4ac-69d8cf084c2c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0872b675-4f5e-4b9f-b4ac-69d8cf084c2c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-0872b675-4f5e-4b9f-b4ac-69d8cf084c2c .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0872b675-4f5e-4b9f-b4ac-69d8cf084c2c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:64px; } .ablocks-block-0872b675-4f5e-4b9f-b4ac-69d8cf084c2c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-40262e4b-8136-4453-b190-bd0aaa7d49aa { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-40262e4b-8136-4453-b190-bd0aaa7d49aa { text-align:left; } .ablocks-block-40262e4b-8136-4453-b190-bd0aaa7d49aa .ablocks-paragraph-text { color:#FFF;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:30px;line-height:38px; } @media screen and (max-width: 800px) { .ablocks-block-40262e4b-8136-4453-b190-bd0aaa7d49aa .ablocks-paragraph-text { font-size:24px;line-height:34px; } } @media screen and (max-width: 480px) { .ablocks-block-40262e4b-8136-4453-b190-bd0aaa7d49aa .ablocks-paragraph-text { font-size:20px;line-height:31px; } } .ablocks-block-40262e4b-8136-4453-b190-bd0aaa7d49aa .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-489d8c4a-f5eb-46c0-aeb8-fb5e9f88b096 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-489d8c4a-f5eb-46c0-aeb8-fb5e9f88b096.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-489d8c4a-f5eb-46c0-aeb8-fb5e9f88b096 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-489d8c4a-f5eb-46c0-aeb8-fb5e9f88b096 { flex-direction:column;align-items:flex-start;row-gap:8px; } } @media screen and (max-width: 480px) { .ablocks-block-489d8c4a-f5eb-46c0-aeb8-fb5e9f88b096 { column-gap:10px; } } .ablocks-block-489d8c4a-f5eb-46c0-aeb8-fb5e9f88b096.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-489d8c4a-f5eb-46c0-aeb8-fb5e9f88b096.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:8px; } } @media screen and (max-width: 480px) { .ablocks-block-489d8c4a-f5eb-46c0-aeb8-fb5e9f88b096.ablocks-has-block-container > .ablocks-block-container { column-gap:10px; } } .ablocks-block-489d8c4a-f5eb-46c0-aeb8-fb5e9f88b096 { display:inline-flex; } 
.ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container), .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container), .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a.ablocks-block--info-box > .ablocks-block-container { gap:8px; } } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-block--info-box__content { gap:8px; } } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .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-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a > a .ablocks-icon-wrap > img.ablocks-image-icon { width:52px; } } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:24px;line-height:32px; } } @media screen and (max-width: 480px) { .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:18px;line-height:27px; } } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .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-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#FFF;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-block--info-box__content > .ablocks-info-box-text { font-size:14px;line-height:23px; } } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .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-77025e03-9403-47bc-9ecf-82af6febae3a .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-77025e03-9403-47bc-9ecf-82af6febae3a.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-77025e03-9403-47bc-9ecf-82af6febae3a.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-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .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-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-77025e03-9403-47bc-9ecf-82af6febae3a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-2a28fcf9-2594-422e-b216-b989503b936b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a28fcf9-2594-422e-b216-b989503b936b:not(.ablocks-has-block-container), .ablocks-block-2a28fcf9-2594-422e-b216-b989503b936b.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-2a28fcf9-2594-422e-b216-b989503b936b .ablocks-rating { font-size:24px; } .ablocks-block-2a28fcf9-2594-422e-b216-b989503b936b .ablocks-icon-wrap { font-size:24px; } @media screen and (max-width: 480px) { .ablocks-block-2a28fcf9-2594-422e-b216-b989503b936b .ablocks-icon-wrap { font-size:18px; } } .ablocks-block-2a28fcf9-2594-422e-b216-b989503b936b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } @media screen and (max-width: 480px) { .ablocks-block-2a28fcf9-2594-422e-b216-b989503b936b .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-2a28fcf9-2594-422e-b216-b989503b936b .ablocks-star-ratings-icons { gap:10px; } .ablocks-block-2a28fcf9-2594-422e-b216-b989503b936b .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-df688ada-1fa4-4bee-b01f-eea649045ca5 { padding-top:295px;padding-bottom:20px;padding-left:20px;background-image:url("https://library-kits-uirg7j.flywp.xyz/vizol/wp-content/uploads/sites/42/2025/02/image.png");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-df688ada-1fa4-4bee-b01f-eea649045ca5.ablocks-block--container { padding-top:295px;padding-bottom:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-df688ada-1fa4-4bee-b01f-eea649045ca5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-df688ada-1fa4-4bee-b01f-eea649045ca5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-eaf8f51d-529e-4e81-b045-e67c22a62359 { padding-top:17px;padding-right:26px;padding-bottom:17px;padding-left:30px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eaf8f51d-529e-4e81-b045-e67c22a62359.ablocks-block--container { padding-top:17px;padding-right:26px;padding-bottom:17px;padding-left:30px;max-width:min(100%,63%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-eaf8f51d-529e-4e81-b045-e67c22a62359.ablocks-block--container { max-width:min(100%,89%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-eaf8f51d-529e-4e81-b045-e67c22a62359.ablocks-block--container { max-width:min(100%,97%) !important; } } .ablocks-block-eaf8f51d-529e-4e81-b045-e67c22a62359 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-eaf8f51d-529e-4e81-b045-e67c22a62359.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f:not(.ablocks-has-block-container), .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .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-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#222; } @media screen and (max-width: 800px) { .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:24px;line-height:26px; } } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .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-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .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-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .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-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .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-9db3e787-5cdd-460c-9d3f-2b14195fcd6f.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-9db3e787-5cdd-460c-9d3f-2b14195fcd6f.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-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .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-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9db3e787-5cdd-460c-9d3f-2b14195fcd6f .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-dc1603c1-68e3-44a6-9da3-7fa90ff1b7c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dc1603c1-68e3-44a6-9da3-7fa90ff1b7c4 { text-align:left; } .ablocks-block-dc1603c1-68e3-44a6-9da3-7fa90ff1b7c4 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } .ablocks-block-dc1603c1-68e3-44a6-9da3-7fa90ff1b7c4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe { padding-top:52px;padding-right:60px;padding-bottom:52px;padding-left:60px;background:#FDF9F5;border-width:1px;border-style:solid;border-color:#D1CECB;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe { padding-right:40px;padding-left:40px; } } .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe.ablocks-block--container { padding-top:52px;padding-right:60px;padding-bottom:52px;padding-left:60px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe.ablocks-block--container { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe.ablocks-block--container { padding-right:40px;padding-left:40px; } } .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 800px) { .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe { justify-content:center;justify-items:center;flex-wrap:wrap;row-gap:20px;column-gap:20px; } } .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe.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:100px; } @media screen and (max-width: 800px) { .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe.ablocks-has-block-container > .ablocks-block-container { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;flex-wrap:wrap;row-gap:20px;column-gap:20px; } } .ablocks-block-a6ec3987-b60c-48ca-8ff5-183220a671fe { display:inline-flex; } 
.ablocks-block-4efbdfda-5550-499a-9392-5c8143f7f41d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-4efbdfda-5550-499a-9392-5c8143f7f41d { width:40%; } } .ablocks-block-4efbdfda-5550-499a-9392-5c8143f7f41d { display:flex;justify-content:center; } .ablocks-block-4efbdfda-5550-499a-9392-5c8143f7f41d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-4efbdfda-5550-499a-9392-5c8143f7f41d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-4efbdfda-5550-499a-9392-5c8143f7f41d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-534e78ba-fd57-4e85-808d-e37fa7141813 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-534e78ba-fd57-4e85-808d-e37fa7141813 { width:40%; } } .ablocks-block-534e78ba-fd57-4e85-808d-e37fa7141813 { display:flex;justify-content:center; } .ablocks-block-534e78ba-fd57-4e85-808d-e37fa7141813 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-534e78ba-fd57-4e85-808d-e37fa7141813 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-534e78ba-fd57-4e85-808d-e37fa7141813 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2e7c3e51-9208-4be4-994b-5c4dba1c1045 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-2e7c3e51-9208-4be4-994b-5c4dba1c1045 { width:40%; } } .ablocks-block-2e7c3e51-9208-4be4-994b-5c4dba1c1045 { display:flex;justify-content:center; } .ablocks-block-2e7c3e51-9208-4be4-994b-5c4dba1c1045 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2e7c3e51-9208-4be4-994b-5c4dba1c1045 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2e7c3e51-9208-4be4-994b-5c4dba1c1045 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-be8098a0-2c8c-436e-882f-a2cbc9fd8f79 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-be8098a0-2c8c-436e-882f-a2cbc9fd8f79 { width:40%; } } .ablocks-block-be8098a0-2c8c-436e-882f-a2cbc9fd8f79 { display:flex;justify-content:center; } .ablocks-block-be8098a0-2c8c-436e-882f-a2cbc9fd8f79 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-be8098a0-2c8c-436e-882f-a2cbc9fd8f79 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-be8098a0-2c8c-436e-882f-a2cbc9fd8f79 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-97d21985-be2d-40a1-b284-28998eae755d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-97d21985-be2d-40a1-b284-28998eae755d { width:40%; } } .ablocks-block-97d21985-be2d-40a1-b284-28998eae755d { display:flex;justify-content:center; } .ablocks-block-97d21985-be2d-40a1-b284-28998eae755d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-97d21985-be2d-40a1-b284-28998eae755d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-97d21985-be2d-40a1-b284-28998eae755d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7bf58d10-292e-41dd-b0f5-f699364daf5a { position:absolute;left:50px;top:470px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7bf58d10-292e-41dd-b0f5-f699364daf5a.ablocks-hide-on-desktop,.ablocks-block-7bf58d10-292e-41dd-b0f5-f699364daf5a.ablocks-hide-on-tablet,.ablocks-block-7bf58d10-292e-41dd-b0f5-f699364daf5a.ablocks-hide-on-mobile { display:none; } } .ablocks-block-7bf58d10-292e-41dd-b0f5-f699364daf5a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-7bf58d10-292e-41dd-b0f5-f699364daf5a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7bf58d10-292e-41dd-b0f5-f699364daf5a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-7bf58d10-292e-41dd-b0f5-f699364daf5a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff { margin-top:0px;padding-top:60px;padding-bottom:60px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff { padding-top:10px;padding-bottom:20px; } } .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff.ablocks-block--container { padding-top:10px;padding-bottom:20px; } } .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:30px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff > .ablocks-block-container { flex-direction:column-reverse; } } @media screen and (max-width: 480px) { .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff > .ablocks-block-container { flex-direction:column;row-gap:60px; } } .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:30px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff.ablocks-has-block-container > .ablocks-block-container { flex-direction:column-reverse; } } @media screen and (max-width: 480px) { .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:60px; } } .ablocks-block-0c8a646f-c51e-4bee-9246-ba6612bf47ff > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-a21b4784-87d4-44a7-98ad-0c17f9c328db { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a21b4784-87d4-44a7-98ad-0c17f9c328db.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a21b4784-87d4-44a7-98ad-0c17f9c328db { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a21b4784-87d4-44a7-98ad-0c17f9c328db.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3e22463f-d796-4dd3-ad9c-fadf6569d33d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3e22463f-d796-4dd3-ad9c-fadf6569d33d .ablocks-block--single-accordion { margin-bottom:30px;border-width:1px;border-style:solid;border-color:#222;border-radius:20px; } .ablocks-block-3e22463f-d796-4dd3-ad9c-fadf6569d33d .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { color:#222;margin-left:20px;font-family:Bricolage Grotesque;font-weight:600;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-3e22463f-d796-4dd3-ad9c-fadf6569d33d .ablocks-block--single-accordion__heading { background:#9900cc00;padding-top:20px;padding-right:30px;padding-bottom:20px;padding-left:30px; } @media screen and (max-width: 480px) { .ablocks-block-3e22463f-d796-4dd3-ad9c-fadf6569d33d .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:20px; } } .ablocks-block-3e22463f-d796-4dd3-ad9c-fadf6569d33d .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:#153a4d;font-size:24px; } .ablocks-block-3e22463f-d796-4dd3-ad9c-fadf6569d33d .ablocks-block--single-accordion-is-selected svg.ablocks-svg-icon { fill:#222222; } .ablocks-block-3e22463f-d796-4dd3-ad9c-fadf6569d33d .ablocks-block--single-accordion__body-content { background:#9900cc00;padding-top:0px;padding-right:30px;padding-left:70px; } @media screen and (max-width: 480px) { .ablocks-block-3e22463f-d796-4dd3-ad9c-fadf6569d33d .ablocks-block--single-accordion__body-content { padding-left:30px; } } 
.ablocks-block-9e2f5383-9bfc-4509-a883-83d133242414 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-9e2f5383-9bfc-4509-a883-83d133242414 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-9e2f5383-9bfc-4509-a883-83d133242414 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-9e2f5383-9bfc-4509-a883-83d133242414 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-9e2f5383-9bfc-4509-a883-83d133242414 .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-bf1e8609-6d1f-422c-8442-10218aa3ae34 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bf1e8609-6d1f-422c-8442-10218aa3ae34 { padding-left:30px; } } .ablocks-block-bf1e8609-6d1f-422c-8442-10218aa3ae34 { text-align:left; } .ablocks-block-bf1e8609-6d1f-422c-8442-10218aa3ae34 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-bf1e8609-6d1f-422c-8442-10218aa3ae34 .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-bf1e8609-6d1f-422c-8442-10218aa3ae34 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bc7af881-e481-4dce-913b-872970169203 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bc7af881-e481-4dce-913b-872970169203 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-bc7af881-e481-4dce-913b-872970169203 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-bc7af881-e481-4dce-913b-872970169203 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-bc7af881-e481-4dce-913b-872970169203 .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-7fa94efb-be98-430c-86d0-3f7533605cb5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7fa94efb-be98-430c-86d0-3f7533605cb5 { padding-left:30px; } } .ablocks-block-7fa94efb-be98-430c-86d0-3f7533605cb5 { text-align:left; } .ablocks-block-7fa94efb-be98-430c-86d0-3f7533605cb5 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-7fa94efb-be98-430c-86d0-3f7533605cb5 .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-7fa94efb-be98-430c-86d0-3f7533605cb5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-66e12ef1-4dd2-4fbe-87c7-832b6c85a3b8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-66e12ef1-4dd2-4fbe-87c7-832b6c85a3b8 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-66e12ef1-4dd2-4fbe-87c7-832b6c85a3b8 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-66e12ef1-4dd2-4fbe-87c7-832b6c85a3b8 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-66e12ef1-4dd2-4fbe-87c7-832b6c85a3b8 .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-91e33b09-ca1c-4954-bc25-9b2cbba64561 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-91e33b09-ca1c-4954-bc25-9b2cbba64561 { padding-left:30px; } } .ablocks-block-91e33b09-ca1c-4954-bc25-9b2cbba64561 { text-align:left; } .ablocks-block-91e33b09-ca1c-4954-bc25-9b2cbba64561 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-91e33b09-ca1c-4954-bc25-9b2cbba64561 .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-91e33b09-ca1c-4954-bc25-9b2cbba64561 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-afeb3b92-9c50-49ea-9581-3aa233740ce9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-afeb3b92-9c50-49ea-9581-3aa233740ce9 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-afeb3b92-9c50-49ea-9581-3aa233740ce9 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-afeb3b92-9c50-49ea-9581-3aa233740ce9 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-afeb3b92-9c50-49ea-9581-3aa233740ce9 .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-51210da4-076d-4349-a440-7a67e28f7924 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-51210da4-076d-4349-a440-7a67e28f7924 { padding-left:30px; } } .ablocks-block-51210da4-076d-4349-a440-7a67e28f7924 { text-align:left; } .ablocks-block-51210da4-076d-4349-a440-7a67e28f7924 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-51210da4-076d-4349-a440-7a67e28f7924 .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-51210da4-076d-4349-a440-7a67e28f7924 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-eeafd729-5b0f-4dff-b14b-b4f4df391d85 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eeafd729-5b0f-4dff-b14b-b4f4df391d85.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-eeafd729-5b0f-4dff-b14b-b4f4df391d85 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-eeafd729-5b0f-4dff-b14b-b4f4df391d85 { align-items:center; } } .ablocks-block-eeafd729-5b0f-4dff-b14b-b4f4df391d85.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-eeafd729-5b0f-4dff-b14b-b4f4df391d85.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 { padding:0px;background:#ECEBE5;border-style:none;width:77%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 { width:72%;z-index:6; } } @media screen and (max-width: 480px) { .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 { width:100%; } } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1:not(.ablocks-has-block-container), .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-block--info-box__content { gap:13px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-block--info-box__content { gap:10px;align-items:center; } } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .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-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:500;font-style:normal;font-size:50px;line-height:70px;color:#222; } @media screen and (max-width: 800px) { .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-size:42px;line-height:58px; } } @media screen and (max-width: 480px) { .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:38px;line-height:45px; } } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .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-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto; } } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .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-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;font-family:Roboto; } } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .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-1d9ed561-4d53-4129-b5d0-ea002df665f1 .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-1d9ed561-4d53-4129-b5d0-ea002df665f1.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-1d9ed561-4d53-4129-b5d0-ea002df665f1.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-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .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-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1d9ed561-4d53-4129-b5d0-ea002df665f1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-f84ded12-5b12-4426-99e8-5b38c253e429 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f84ded12-5b12-4426-99e8-5b38c253e429.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f84ded12-5b12-4426-99e8-5b38c253e429 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-f84ded12-5b12-4426-99e8-5b38c253e429 { justify-content:center;justify-items:center; } } .ablocks-block-f84ded12-5b12-4426-99e8-5b38c253e429.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-f84ded12-5b12-4426-99e8-5b38c253e429.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-f84ded12-5b12-4426-99e8-5b38c253e429 { display:inline-flex; } 
.ablocks-block-5f7816f8-83fc-4b8f-84f4-a45356b077e8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f7816f8-83fc-4b8f-84f4-a45356b077e8 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5f7816f8-83fc-4b8f-84f4-a45356b077e8 .ablocks-icon-wrap { background:#153A4D;padding:.5em;font-size:25px;border-style:none;border-radius:8px; } @media screen and (max-width: 800px) { .ablocks-block-5f7816f8-83fc-4b8f-84f4-a45356b077e8 .ablocks-icon-wrap { font-size:22px; } } .ablocks-block-5f7816f8-83fc-4b8f-84f4-a45356b077e8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:25px; } @media screen and (max-width: 800px) { .ablocks-block-5f7816f8-83fc-4b8f-84f4-a45356b077e8 .ablocks-icon-wrap img.ablocks-image-icon { width:22px; } } .ablocks-block-5f7816f8-83fc-4b8f-84f4-a45356b077e8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-f55a1876-5dd2-4f60-853d-7c9f99e4100c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f55a1876-5dd2-4f60-853d-7c9f99e4100c { z-index:6; } } .ablocks-block-f55a1876-5dd2-4f60-853d-7c9f99e4100c { text-align:left; } .ablocks-block-f55a1876-5dd2-4f60-853d-7c9f99e4100c .ablocks-button { column-gap:10px;background:#222;justify-content:left;color:#FFF;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-style:normal;font-size:18px;line-height:24px;padding-top:11px;padding-right:20px;padding-bottom:11px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-f55a1876-5dd2-4f60-853d-7c9f99e4100c .ablocks-button { border-radius:12px; } } .ablocks-block-f55a1876-5dd2-4f60-853d-7c9f99e4100c .ablocks-button:hover { transition-duration:s; } .ablocks-block-f55a1876-5dd2-4f60-853d-7c9f99e4100c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-f55a1876-5dd2-4f60-853d-7c9f99e4100c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-f55a1876-5dd2-4f60-853d-7c9f99e4100c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-8aee3280-4dd6-4b2b-9433-b282a9600e78 { position:absolute;right:268px;top:100px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8aee3280-4dd6-4b2b-9433-b282a9600e78 { left:424px;top:37px; } } @media screen and (max-width: 480px) { .ablocks-block-8aee3280-4dd6-4b2b-9433-b282a9600e78 { left:58px;top:661px; } } @media screen and (max-width: 800px) { .ablocks-block-8aee3280-4dd6-4b2b-9433-b282a9600e78.ablocks-hide-on-desktop,.ablocks-block-8aee3280-4dd6-4b2b-9433-b282a9600e78.ablocks-hide-on-tablet,.ablocks-block-8aee3280-4dd6-4b2b-9433-b282a9600e78.ablocks-hide-on-mobile { display:none; } } .ablocks-block-8aee3280-4dd6-4b2b-9433-b282a9600e78 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-8aee3280-4dd6-4b2b-9433-b282a9600e78 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-8aee3280-4dd6-4b2b-9433-b282a9600e78 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-8aee3280-4dd6-4b2b-9433-b282a9600e78 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-72c22e6b-4ad1-4211-bd90-8cd7b7d27eab { margin-top:0px;padding-top:120px;padding-bottom:60px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-72c22e6b-4ad1-4211-bd90-8cd7b7d27eab { padding-top:60px;padding-bottom:0px; } } .ablocks-block-72c22e6b-4ad1-4211-bd90-8cd7b7d27eab.ablocks-block--container { padding-top:120px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-72c22e6b-4ad1-4211-bd90-8cd7b7d27eab.ablocks-block--container { padding-top:60px;padding-bottom:0px; } } .ablocks-block-72c22e6b-4ad1-4211-bd90-8cd7b7d27eab > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-72c22e6b-4ad1-4211-bd90-8cd7b7d27eab > .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-72c22e6b-4ad1-4211-bd90-8cd7b7d27eab > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-72c22e6b-4ad1-4211-bd90-8cd7b7d27eab.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-72c22e6b-4ad1-4211-bd90-8cd7b7d27eab.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } 
.ablocks-block-70d417ef-8764-486a-836e-149a58b02ea6 { position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-70d417ef-8764-486a-836e-149a58b02ea6.ablocks-hide-on-desktop,.ablocks-block-70d417ef-8764-486a-836e-149a58b02ea6.ablocks-hide-on-tablet,.ablocks-block-70d417ef-8764-486a-836e-149a58b02ea6.ablocks-hide-on-mobile { display:none; } } .ablocks-block-70d417ef-8764-486a-836e-149a58b02ea6 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-70d417ef-8764-486a-836e-149a58b02ea6 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-70d417ef-8764-486a-836e-149a58b02ea6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:160px; } .ablocks-block-70d417ef-8764-486a-836e-149a58b02ea6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e7d0bbfc-0927-4a75-be04-344a13a1448e { margin-top:-230px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e7d0bbfc-0927-4a75-be04-344a13a1448e { margin:0px; } } .ablocks-block-e7d0bbfc-0927-4a75-be04-344a13a1448e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e7d0bbfc-0927-4a75-be04-344a13a1448e { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-e7d0bbfc-0927-4a75-be04-344a13a1448e { flex-direction:column; } } .ablocks-block-e7d0bbfc-0927-4a75-be04-344a13a1448e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-e7d0bbfc-0927-4a75-be04-344a13a1448e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-e7d0bbfc-0927-4a75-be04-344a13a1448e { display:inline-flex; } 
.ablocks-block-127a7c03-aa47-4d74-86ec-407ff18c5b42 { padding:60px;background:#e94d65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-127a7c03-aa47-4d74-86ec-407ff18c5b42 { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-127a7c03-aa47-4d74-86ec-407ff18c5b42 { padding:20px; } } .ablocks-block-127a7c03-aa47-4d74-86ec-407ff18c5b42.ablocks-block--container { padding:60px;max-width:min(100%,50%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-127a7c03-aa47-4d74-86ec-407ff18c5b42.ablocks-block--container { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-127a7c03-aa47-4d74-86ec-407ff18c5b42.ablocks-block--container { padding:20px; } } .ablocks-block-127a7c03-aa47-4d74-86ec-407ff18c5b42 { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-127a7c03-aa47-4d74-86ec-407ff18c5b42 { row-gap:20px; } } .ablocks-block-127a7c03-aa47-4d74-86ec-407ff18c5b42.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-127a7c03-aa47-4d74-86ec-407ff18c5b42.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-1e440f12-af46-417b-847b-8c048c775307 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1e440f12-af46-417b-847b-8c048c775307 { text-align:left; } .ablocks-block-1e440f12-af46-417b-847b-8c048c775307 .ablocks-heading-text { color:#FFF;font-family:Bricolage Grotesque;font-weight:500;font-style:normal;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-1e440f12-af46-417b-847b-8c048c775307 .ablocks-heading-text { font-size:38px;line-height:42px; } } 
.ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__field { margin-top:10px;margin-bottom:10px; } @media screen and (max-width: 800px) { .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__field { margin-top:4px;margin-bottom:4px; } } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__helper-text { text-align:left;margin-bottom:14px;display:none;margin-top:14px; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__input { background:#9900cc00;text-align:left;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:16px;line-height:20px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#d1cecb;border-radius:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__input::placeholder { font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:16px;line-height:20px;text-align:left;color:#FFF!important; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__input-icon,.ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__submit-button { color:#FFF;background:rgba(255,255,255,0.10);border-width:1px;border-style:solid;border-color:#FFF;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-form-builder__submit-button { border-radius:12px;padding:14px; } } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-63022830-ac4e-4383-a80c-a4b5f8ee1782 .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-aa7c3c4c-a543-4ecb-ad5d-a29cbad1d0a5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa7c3c4c-a543-4ecb-ad5d-a29cbad1d0a5.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 800px) { .ablocks-block-aa7c3c4c-a543-4ecb-ad5d-a29cbad1d0a5.ablocks-block--form-input { width:99%; } } @media screen and (max-width: 480px) { .ablocks-block-aa7c3c4c-a543-4ecb-ad5d-a29cbad1d0a5.ablocks-block--form-input { width:49%; } } .ablocks-block-aa7c3c4c-a543-4ecb-ad5d-a29cbad1d0a5 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-aa7c3c4c-a543-4ecb-ad5d-a29cbad1d0a5 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-6e6b7a7a-dc0d-404a-8653-842533d56ab3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e6b7a7a-dc0d-404a-8653-842533d56ab3.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 800px) { .ablocks-block-6e6b7a7a-dc0d-404a-8653-842533d56ab3.ablocks-block--form-input { width:99%; } } @media screen and (max-width: 480px) { .ablocks-block-6e6b7a7a-dc0d-404a-8653-842533d56ab3.ablocks-block--form-input { width:49%; } } .ablocks-block-6e6b7a7a-dc0d-404a-8653-842533d56ab3 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-6e6b7a7a-dc0d-404a-8653-842533d56ab3 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-0e803984-3227-426b-b629-051ed22ddd9e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e803984-3227-426b-b629-051ed22ddd9e.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-0e803984-3227-426b-b629-051ed22ddd9e .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-0e803984-3227-426b-b629-051ed22ddd9e .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-dc416f60-a347-41d0-94fd-d0e6aa9f42e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dc416f60-a347-41d0-94fd-d0e6aa9f42e2.ablocks-block--form-textarea { box-sizing:border-box;width:99%; } 
.ablocks-block-fe84f859-baea-4b2a-8d5a-9848705ff351 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe84f859-baea-4b2a-8d5a-9848705ff351.ablocks-block--container { padding:0px;max-width:min(100%,50%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fe84f859-baea-4b2a-8d5a-9848705ff351.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fe84f859-baea-4b2a-8d5a-9848705ff351 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-fe84f859-baea-4b2a-8d5a-9848705ff351.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-fdf79a34-3e5d-40b0-98b6-7114bfd126df { margin-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fdf79a34-3e5d-40b0-98b6-7114bfd126df { display:flex;justify-content:center; } .ablocks-block-fdf79a34-3e5d-40b0-98b6-7114bfd126df .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-fdf79a34-3e5d-40b0-98b6-7114bfd126df .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-fdf79a34-3e5d-40b0-98b6-7114bfd126df .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-749a7ce2-6423-45a4-8c07-ce4c0df6e039 { position:absolute;left:34px;top:35px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-749a7ce2-6423-45a4-8c07-ce4c0df6e039.ablocks-hide-on-desktop,.ablocks-block-749a7ce2-6423-45a4-8c07-ce4c0df6e039.ablocks-hide-on-tablet,.ablocks-block-749a7ce2-6423-45a4-8c07-ce4c0df6e039.ablocks-hide-on-mobile { display:none; } } .ablocks-block-749a7ce2-6423-45a4-8c07-ce4c0df6e039 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-749a7ce2-6423-45a4-8c07-ce4c0df6e039 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-749a7ce2-6423-45a4-8c07-ce4c0df6e039 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-749a7ce2-6423-45a4-8c07-ce4c0df6e039 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-66b4cc75-d150-4a4b-94e5-063433e25888 { margin-top:120px;padding-top:0px;padding-right:0px;padding-bottom:111px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-66b4cc75-d150-4a4b-94e5-063433e25888 { margin-top:60px;padding-bottom:00px; } } @media screen and (max-width: 480px) { .ablocks-block-66b4cc75-d150-4a4b-94e5-063433e25888 { padding-bottom:60px; } } .ablocks-block-66b4cc75-d150-4a4b-94e5-063433e25888.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:111px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-66b4cc75-d150-4a4b-94e5-063433e25888.ablocks-block--container { padding-bottom:00px; } } @media screen and (max-width: 480px) { .ablocks-block-66b4cc75-d150-4a4b-94e5-063433e25888.ablocks-block--container { padding-bottom:60px; } } .ablocks-block-66b4cc75-d150-4a4b-94e5-063433e25888 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-66b4cc75-d150-4a4b-94e5-063433e25888.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-fcaa7584-4bc9-4b8d-9ac5-9edfce25b680 { padding:0px;width:57%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fcaa7584-4bc9-4b8d-9ac5-9edfce25b680 { width:62%; } } @media screen and (max-width: 480px) { .ablocks-block-fcaa7584-4bc9-4b8d-9ac5-9edfce25b680 { margin-top:0px;width:100%; } } .ablocks-block-fcaa7584-4bc9-4b8d-9ac5-9edfce25b680 { text-align:center; } .ablocks-block-fcaa7584-4bc9-4b8d-9ac5-9edfce25b680 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-fcaa7584-4bc9-4b8d-9ac5-9edfce25b680 .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-fcaa7584-4bc9-4b8d-9ac5-9edfce25b680 .ablocks-heading-text { font-size:36px;line-height:46px; } } 
.ablocks-block-1006683b-4a8f-4257-8d19-8d8fa6362d67 { position:absolute;left:-170px;top:35px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1006683b-4a8f-4257-8d19-8d8fa6362d67.ablocks-hide-on-desktop,.ablocks-block-1006683b-4a8f-4257-8d19-8d8fa6362d67.ablocks-hide-on-tablet,.ablocks-block-1006683b-4a8f-4257-8d19-8d8fa6362d67.ablocks-hide-on-mobile { display:none; } } .ablocks-block-1006683b-4a8f-4257-8d19-8d8fa6362d67 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-1006683b-4a8f-4257-8d19-8d8fa6362d67 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1006683b-4a8f-4257-8d19-8d8fa6362d67 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-1006683b-4a8f-4257-8d19-8d8fa6362d67 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 { margin-top:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 { margin-top:40px; } } @media screen and (max-width: 480px) { .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 { margin-top:30px; } } .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 .filterable-cards_filter , .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 .filterable-cards-filter-wrap { justify-content:Center;gap:8px; } .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 .filterable-cards_filter .filterable-filter-button.filterable-filter-button-active { color:#fff;background:#13191B; } .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 .filterable-cards-wrap { display:grid;grid-template-columns:repeat(3,1fr);gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 .filterable-cards-wrap { grid-template-columns:repeat(2,1fr); } } @media screen and (max-width: 480px) { .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 .filterable-cards-wrap { grid-template-columns:repeat(1,1fr); } } .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 .filterable-cards-load-more-wrapper { justify-content:center; } .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 .filterable-cards-showMore-button { color:#fff;background:#13191B; } .ablocks-block-b3b87411-38b8-48e9-b672-a853a9658c12 .filterable-cards-showMore-button:hover { color:#fff;background:#13191B; } 
.ablocks-block-9882eea7-5d72-4ee6-9cd5-cd29250a43bb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-bd636cd9-0ff6-4053-8455-48c120f65ad6 { padding-top:0px;padding-bottom:30px;background:#ffffff;border-width:1px;border-style:solid;border-color:#D1CECB;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd636cd9-0ff6-4053-8455-48c120f65ad6.ablocks-block--container { padding-top:0px;padding-bottom:30px;max-width:min(100%,410%) !important;overflow:visible; } .ablocks-block-bd636cd9-0ff6-4053-8455-48c120f65ad6 { display:flex;flex-direction:column;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bd636cd9-0ff6-4053-8455-48c120f65ad6 { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-bd636cd9-0ff6-4053-8455-48c120f65ad6 { align-items:flex-start;row-gap:23px; } } .ablocks-block-bd636cd9-0ff6-4053-8455-48c120f65ad6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bd636cd9-0ff6-4053-8455-48c120f65ad6.ablocks-has-block-container > .ablocks-block-container { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-bd636cd9-0ff6-4053-8455-48c120f65ad6.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start;row-gap:23px; } } 
.ablocks-block-b4ee0070-12e9-438a-b345-cb3f99c32838 { margin-top:-67px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4ee0070-12e9-438a-b345-cb3f99c32838.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b4ee0070-12e9-438a-b345-cb3f99c32838 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-b4ee0070-12e9-438a-b345-cb3f99c32838 { align-items:flex-start; } } .ablocks-block-b4ee0070-12e9-438a-b345-cb3f99c32838.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-b4ee0070-12e9-438a-b345-cb3f99c32838.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-7b848b7a-8ba8-42c5-acf8-0300322ad1b6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7b848b7a-8ba8-42c5-acf8-0300322ad1b6 { display:flex;justify-content:center; } .ablocks-block-7b848b7a-8ba8-42c5-acf8-0300322ad1b6 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7b848b7a-8ba8-42c5-acf8-0300322ad1b6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7b848b7a-8ba8-42c5-acf8-0300322ad1b6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-70e90986-f6b3-4913-a30b-2c0c7449cab2 { margin-top:-63px;margin-left:20px;padding-top:0px;padding-bottom:0px;border-style:none;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-70e90986-f6b3-4913-a30b-2c0c7449cab2 { margin-top:-18px;margin-left:0px; } } .ablocks-block-70e90986-f6b3-4913-a30b-2c0c7449cab2.ablocks-block--container { padding-top:0px;padding-bottom:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-70e90986-f6b3-4913-a30b-2c0c7449cab2.ablocks-block--container { max-width:min(100%,92%) !important; } } .ablocks-block-70e90986-f6b3-4913-a30b-2c0c7449cab2 { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-70e90986-f6b3-4913-a30b-2c0c7449cab2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9cec3c70-31e4-4dda-908f-99a04686ae15 { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;background:#FDF9F5;border-radius:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9cec3c70-31e4-4dda-908f-99a04686ae15 { margin-top:-55px;margin-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-9cec3c70-31e4-4dda-908f-99a04686ae15 { margin-top:-40px; } } .ablocks-block-9cec3c70-31e4-4dda-908f-99a04686ae15.ablocks-block--container { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;max-width:min(100%,68%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9cec3c70-31e4-4dda-908f-99a04686ae15.ablocks-block--container { max-width:min(100%,78%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9cec3c70-31e4-4dda-908f-99a04686ae15.ablocks-block--container { max-width:min(100%,85%) !important; } } .ablocks-block-9cec3c70-31e4-4dda-908f-99a04686ae15 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9cec3c70-31e4-4dda-908f-99a04686ae15.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-5581e1b3-223a-4778-8858-74de0e3bd8ff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5581e1b3-223a-4778-8858-74de0e3bd8ff:not(.ablocks-has-block-container), .ablocks-block-5581e1b3-223a-4778-8858-74de0e3bd8ff.ablocks-block--dual-button > .ablocks-block-container { gap:10px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-5581e1b3-223a-4778-8858-74de0e3bd8ff:not(.ablocks-has-block-container), .ablocks-block-5581e1b3-223a-4778-8858-74de0e3bd8ff.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } 
.ablocks-block-618a3bc9-42be-4d2f-b235-ba1965991889 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-618a3bc9-42be-4d2f-b235-ba1965991889 .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-618a3bc9-42be-4d2f-b235-ba1965991889 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-618a3bc9-42be-4d2f-b235-ba1965991889 .ablocks-button { font-size:10px; } } .ablocks-block-618a3bc9-42be-4d2f-b235-ba1965991889 .ablocks-button:hover { transition-duration:s; } .ablocks-block-618a3bc9-42be-4d2f-b235-ba1965991889 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-618a3bc9-42be-4d2f-b235-ba1965991889 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-618a3bc9-42be-4d2f-b235-ba1965991889 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-d3dada2c-6ed3-4a6b-9ca3-a064a09aca65 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3dada2c-6ed3-4a6b-9ca3-a064a09aca65 .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-d3dada2c-6ed3-4a6b-9ca3-a064a09aca65 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-d3dada2c-6ed3-4a6b-9ca3-a064a09aca65 .ablocks-button { font-size:10px; } } .ablocks-block-d3dada2c-6ed3-4a6b-9ca3-a064a09aca65 .ablocks-button:hover { transition-duration:s; } .ablocks-block-d3dada2c-6ed3-4a6b-9ca3-a064a09aca65 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-d3dada2c-6ed3-4a6b-9ca3-a064a09aca65 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-d3dada2c-6ed3-4a6b-9ca3-a064a09aca65 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-7fa66b9b-8991-4aca-8698-14c42002ab5a { margin-top:27px;padding-right:30px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7fa66b9b-8991-4aca-8698-14c42002ab5a { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-7fa66b9b-8991-4aca-8698-14c42002ab5a { padding-right:15px;padding-left:15px; } } .ablocks-block-7fa66b9b-8991-4aca-8698-14c42002ab5a { text-align:left; } .ablocks-block-7fa66b9b-8991-4aca-8698-14c42002ab5a .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-7fa66b9b-8991-4aca-8698-14c42002ab5a .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-bbcd3e63-c4d2-4317-8d4e-af7439611224 { margin-top:7px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bbcd3e63-c4d2-4317-8d4e-af7439611224 { padding-left:0px; } } .ablocks-block-bbcd3e63-c4d2-4317-8d4e-af7439611224.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-bbcd3e63-c4d2-4317-8d4e-af7439611224.ablocks-block--container { padding-left:0px; } } .ablocks-block-bbcd3e63-c4d2-4317-8d4e-af7439611224 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-bbcd3e63-c4d2-4317-8d4e-af7439611224 { align-items:flex-start; } } .ablocks-block-bbcd3e63-c4d2-4317-8d4e-af7439611224.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-bbcd3e63-c4d2-4317-8d4e-af7439611224.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } .ablocks-block-bbcd3e63-c4d2-4317-8d4e-af7439611224 { display:inline-flex; } 
.ablocks-block-53292d25-9511-424a-972b-f5008f8622dc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53292d25-9511-424a-972b-f5008f8622dc { text-align:left; } .ablocks-block-53292d25-9511-424a-972b-f5008f8622dc .ablocks-button { column-gap:10px;background:#FDF9F5;justify-content:left;color:#222222;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:30px;padding-bottom:18px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-53292d25-9511-424a-972b-f5008f8622dc .ablocks-button { border-radius:8px;padding-top:13px;padding-right:24px;padding-bottom:13px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-53292d25-9511-424a-972b-f5008f8622dc .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-53292d25-9511-424a-972b-f5008f8622dc .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#222222; } .ablocks-block-53292d25-9511-424a-972b-f5008f8622dc .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-53292d25-9511-424a-972b-f5008f8622dc .ablocks-icon-wrap { font-size:16px; } .ablocks-block-53292d25-9511-424a-972b-f5008f8622dc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-53292d25-9511-424a-972b-f5008f8622dc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4d4c4076-ff22-44a7-94d2-8e0d3570e825 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d4c4076-ff22-44a7-94d2-8e0d3570e825 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-4d4c4076-ff22-44a7-94d2-8e0d3570e825 .ablocks-icon-wrap { background:#222222;padding:21px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-4d4c4076-ff22-44a7-94d2-8e0d3570e825 .ablocks-icon-wrap { padding:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-4d4c4076-ff22-44a7-94d2-8e0d3570e825 .ablocks-icon-wrap { padding:.5em;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-4d4c4076-ff22-44a7-94d2-8e0d3570e825 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-4d4c4076-ff22-44a7-94d2-8e0d3570e825 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-b7761924-fcf6-4986-ba67-e953a523bb7f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b7761924-fcf6-4986-ba67-e953a523bb7f { margin-top:70px; } } 
.ablocks-block-ae92d43b-93c9-4d8e-a7ea-8574d1326a12 { padding-top:0px;padding-bottom:30px;background:#ffffff;border-width:1px;border-style:solid;border-color:#D1CECB;border-radius:0px;position:relative;z-index:9;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae92d43b-93c9-4d8e-a7ea-8574d1326a12.ablocks-block--container { padding-top:0px;padding-bottom:30px;max-width:min(100%,410%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ae92d43b-93c9-4d8e-a7ea-8574d1326a12.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ae92d43b-93c9-4d8e-a7ea-8574d1326a12 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-ae92d43b-93c9-4d8e-a7ea-8574d1326a12 { row-gap:18px; } } .ablocks-block-ae92d43b-93c9-4d8e-a7ea-8574d1326a12.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-ae92d43b-93c9-4d8e-a7ea-8574d1326a12.ablocks-has-block-container > .ablocks-block-container { row-gap:18px; } } 
.ablocks-block-7d3d2f0d-8a00-4131-bdc1-d6ac852af974 { margin-top:-67px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d3d2f0d-8a00-4131-bdc1-d6ac852af974.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7d3d2f0d-8a00-4131-bdc1-d6ac852af974 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7d3d2f0d-8a00-4131-bdc1-d6ac852af974.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-730c0ace-e40d-41d8-bba4-fd94b4a135c9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-730c0ace-e40d-41d8-bba4-fd94b4a135c9 { display:flex;justify-content:center; } .ablocks-block-730c0ace-e40d-41d8-bba4-fd94b4a135c9 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-730c0ace-e40d-41d8-bba4-fd94b4a135c9 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-730c0ace-e40d-41d8-bba4-fd94b4a135c9 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c3dd74c3-2837-4570-ba50-a8ab7082ef7b { margin-top:-63px;margin-left:20px;padding-top:0px;padding-bottom:0px;border-style:none;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c3dd74c3-2837-4570-ba50-a8ab7082ef7b { margin-top:-18px;margin-left:0px; } } .ablocks-block-c3dd74c3-2837-4570-ba50-a8ab7082ef7b.ablocks-block--container { padding-top:0px;padding-bottom:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-c3dd74c3-2837-4570-ba50-a8ab7082ef7b.ablocks-block--container { max-width:min(100%,92%) !important; } } .ablocks-block-c3dd74c3-2837-4570-ba50-a8ab7082ef7b { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c3dd74c3-2837-4570-ba50-a8ab7082ef7b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-96a5060f-5087-4dee-a548-685145d67b5f { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;background:#FDF9F5;border-radius:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-96a5060f-5087-4dee-a548-685145d67b5f { margin-top:-55px;margin-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-96a5060f-5087-4dee-a548-685145d67b5f { margin-top:-40px; } } .ablocks-block-96a5060f-5087-4dee-a548-685145d67b5f.ablocks-block--container { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;max-width:min(100%,68%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-96a5060f-5087-4dee-a548-685145d67b5f.ablocks-block--container { max-width:min(100%,78%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-96a5060f-5087-4dee-a548-685145d67b5f.ablocks-block--container { max-width:min(100%,85%) !important; } } .ablocks-block-96a5060f-5087-4dee-a548-685145d67b5f { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-96a5060f-5087-4dee-a548-685145d67b5f.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-6282cd3f-e181-4aca-9420-2f7dc6aa55d3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6282cd3f-e181-4aca-9420-2f7dc6aa55d3:not(.ablocks-has-block-container), .ablocks-block-6282cd3f-e181-4aca-9420-2f7dc6aa55d3.ablocks-block--dual-button > .ablocks-block-container { gap:10px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-6282cd3f-e181-4aca-9420-2f7dc6aa55d3:not(.ablocks-has-block-container), .ablocks-block-6282cd3f-e181-4aca-9420-2f7dc6aa55d3.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } 
.ablocks-block-c78058ba-6430-476e-81a5-341c3d92fa48 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c78058ba-6430-476e-81a5-341c3d92fa48 .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-c78058ba-6430-476e-81a5-341c3d92fa48 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-c78058ba-6430-476e-81a5-341c3d92fa48 .ablocks-button { font-size:10px; } } .ablocks-block-c78058ba-6430-476e-81a5-341c3d92fa48 .ablocks-button:hover { transition-duration:s; } .ablocks-block-c78058ba-6430-476e-81a5-341c3d92fa48 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-c78058ba-6430-476e-81a5-341c3d92fa48 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-c78058ba-6430-476e-81a5-341c3d92fa48 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-a469d509-4715-41aa-a06e-93c49df6f018 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a469d509-4715-41aa-a06e-93c49df6f018 .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-a469d509-4715-41aa-a06e-93c49df6f018 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-a469d509-4715-41aa-a06e-93c49df6f018 .ablocks-button { font-size:10px; } } .ablocks-block-a469d509-4715-41aa-a06e-93c49df6f018 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a469d509-4715-41aa-a06e-93c49df6f018 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-a469d509-4715-41aa-a06e-93c49df6f018 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-a469d509-4715-41aa-a06e-93c49df6f018 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-2e1dc935-dd4c-49eb-921f-1c01b4a5516d { margin-top:27px;padding-right:30px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2e1dc935-dd4c-49eb-921f-1c01b4a5516d { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-2e1dc935-dd4c-49eb-921f-1c01b4a5516d { padding-right:15px;padding-left:15px; } } .ablocks-block-2e1dc935-dd4c-49eb-921f-1c01b4a5516d { text-align:left; } .ablocks-block-2e1dc935-dd4c-49eb-921f-1c01b4a5516d .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-2e1dc935-dd4c-49eb-921f-1c01b4a5516d .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-c086ea1e-83fc-4260-8436-83e6b93cf958 { margin-top:7px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c086ea1e-83fc-4260-8436-83e6b93cf958 { padding:0px; } } .ablocks-block-c086ea1e-83fc-4260-8436-83e6b93cf958.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-c086ea1e-83fc-4260-8436-83e6b93cf958.ablocks-block--container { padding:0px; } } .ablocks-block-c086ea1e-83fc-4260-8436-83e6b93cf958 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-c086ea1e-83fc-4260-8436-83e6b93cf958 { align-items:flex-start; } } .ablocks-block-c086ea1e-83fc-4260-8436-83e6b93cf958.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-c086ea1e-83fc-4260-8436-83e6b93cf958.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } .ablocks-block-c086ea1e-83fc-4260-8436-83e6b93cf958 { display:inline-flex; } 
.ablocks-block-2ad4ab20-90fd-4499-b8b9-d09f27c40907 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ad4ab20-90fd-4499-b8b9-d09f27c40907 { text-align:left; } .ablocks-block-2ad4ab20-90fd-4499-b8b9-d09f27c40907 .ablocks-button { column-gap:10px;background:#FDF9F5;justify-content:left;color:#222222;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:30px;padding-bottom:18px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-2ad4ab20-90fd-4499-b8b9-d09f27c40907 .ablocks-button { border-radius:8px;padding-top:13px;padding-right:24px;padding-bottom:13px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-2ad4ab20-90fd-4499-b8b9-d09f27c40907 .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-2ad4ab20-90fd-4499-b8b9-d09f27c40907 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#222222; } .ablocks-block-2ad4ab20-90fd-4499-b8b9-d09f27c40907 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-2ad4ab20-90fd-4499-b8b9-d09f27c40907 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-2ad4ab20-90fd-4499-b8b9-d09f27c40907 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-2ad4ab20-90fd-4499-b8b9-d09f27c40907 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0a36d71d-4193-4e09-8d43-4e2485ca77d2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a36d71d-4193-4e09-8d43-4e2485ca77d2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-0a36d71d-4193-4e09-8d43-4e2485ca77d2 .ablocks-icon-wrap { background:#222222;padding:21px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-0a36d71d-4193-4e09-8d43-4e2485ca77d2 .ablocks-icon-wrap { padding:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-0a36d71d-4193-4e09-8d43-4e2485ca77d2 .ablocks-icon-wrap { padding:.5em;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-0a36d71d-4193-4e09-8d43-4e2485ca77d2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-0a36d71d-4193-4e09-8d43-4e2485ca77d2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-a0796b24-26fb-45b3-98e5-f6435fc76596 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a0796b24-26fb-45b3-98e5-f6435fc76596 { margin-top:70px; } } 
.ablocks-block-bceedbd7-57b7-4924-b163-bd9a78eb9f52 { padding-top:0px;padding-bottom:30px;background:#ffffff;border-width:1px;border-style:solid;border-color:#D1CECB;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bceedbd7-57b7-4924-b163-bd9a78eb9f52.ablocks-block--container { padding-top:0px;padding-bottom:30px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bceedbd7-57b7-4924-b163-bd9a78eb9f52 { display:flex;flex-direction:column;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bceedbd7-57b7-4924-b163-bd9a78eb9f52 { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-bceedbd7-57b7-4924-b163-bd9a78eb9f52 { align-items:center; } } .ablocks-block-bceedbd7-57b7-4924-b163-bd9a78eb9f52.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bceedbd7-57b7-4924-b163-bd9a78eb9f52.ablocks-has-block-container > .ablocks-block-container { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-bceedbd7-57b7-4924-b163-bd9a78eb9f52.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-7f3a24b9-e73a-4106-aa59-4c205c1adf14 { margin-top:-67px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f3a24b9-e73a-4106-aa59-4c205c1adf14.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7f3a24b9-e73a-4106-aa59-4c205c1adf14 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7f3a24b9-e73a-4106-aa59-4c205c1adf14.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-01feb728-2c37-4bcb-ac3c-e625a3865905 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01feb728-2c37-4bcb-ac3c-e625a3865905 { display:flex;justify-content:center; } .ablocks-block-01feb728-2c37-4bcb-ac3c-e625a3865905 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-01feb728-2c37-4bcb-ac3c-e625a3865905 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-01feb728-2c37-4bcb-ac3c-e625a3865905 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-05257b64-139e-4f8d-9611-e4b9fa2090da { margin-top:-63px;margin-left:20px;padding-top:0px;padding-bottom:0px;border-style:none;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-05257b64-139e-4f8d-9611-e4b9fa2090da { margin-top:-18px;margin-left:0px; } } .ablocks-block-05257b64-139e-4f8d-9611-e4b9fa2090da.ablocks-block--container { padding-top:0px;padding-bottom:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-05257b64-139e-4f8d-9611-e4b9fa2090da.ablocks-block--container { max-width:min(100%,92%) !important; } } .ablocks-block-05257b64-139e-4f8d-9611-e4b9fa2090da { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-05257b64-139e-4f8d-9611-e4b9fa2090da.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a6f2d63c-f97b-4b32-9804-ffe498dd20a4 { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;background:#FDF9F5;border-radius:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a6f2d63c-f97b-4b32-9804-ffe498dd20a4 { margin-top:-55px;margin-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-a6f2d63c-f97b-4b32-9804-ffe498dd20a4 { margin-top:-40px; } } .ablocks-block-a6f2d63c-f97b-4b32-9804-ffe498dd20a4.ablocks-block--container { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;max-width:min(100%,68%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a6f2d63c-f97b-4b32-9804-ffe498dd20a4.ablocks-block--container { max-width:min(100%,78%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a6f2d63c-f97b-4b32-9804-ffe498dd20a4.ablocks-block--container { max-width:min(100%,85%) !important; } } .ablocks-block-a6f2d63c-f97b-4b32-9804-ffe498dd20a4 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a6f2d63c-f97b-4b32-9804-ffe498dd20a4.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-36d9517e-f3f5-47b7-a043-76fd7fc284b8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-36d9517e-f3f5-47b7-a043-76fd7fc284b8:not(.ablocks-has-block-container), .ablocks-block-36d9517e-f3f5-47b7-a043-76fd7fc284b8.ablocks-block--dual-button > .ablocks-block-container { gap:10px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-36d9517e-f3f5-47b7-a043-76fd7fc284b8:not(.ablocks-has-block-container), .ablocks-block-36d9517e-f3f5-47b7-a043-76fd7fc284b8.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } 
.ablocks-block-569230f0-b60a-4b8a-a811-6133c9625f72 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-569230f0-b60a-4b8a-a811-6133c9625f72 .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-569230f0-b60a-4b8a-a811-6133c9625f72 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-569230f0-b60a-4b8a-a811-6133c9625f72 .ablocks-button { font-size:10px; } } .ablocks-block-569230f0-b60a-4b8a-a811-6133c9625f72 .ablocks-button:hover { transition-duration:s; } .ablocks-block-569230f0-b60a-4b8a-a811-6133c9625f72 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-569230f0-b60a-4b8a-a811-6133c9625f72 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-569230f0-b60a-4b8a-a811-6133c9625f72 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-85471cad-2fcc-414c-9c72-b4a07dd15444 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85471cad-2fcc-414c-9c72-b4a07dd15444 .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-85471cad-2fcc-414c-9c72-b4a07dd15444 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-85471cad-2fcc-414c-9c72-b4a07dd15444 .ablocks-button { font-size:10px; } } .ablocks-block-85471cad-2fcc-414c-9c72-b4a07dd15444 .ablocks-button:hover { transition-duration:s; } .ablocks-block-85471cad-2fcc-414c-9c72-b4a07dd15444 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-85471cad-2fcc-414c-9c72-b4a07dd15444 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-85471cad-2fcc-414c-9c72-b4a07dd15444 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-430c1d31-8df3-4c86-a74e-f5f92a605791 { margin-top:27px;padding-right:30px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-430c1d31-8df3-4c86-a74e-f5f92a605791 { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-430c1d31-8df3-4c86-a74e-f5f92a605791 { padding-right:15px;padding-left:15px; } } .ablocks-block-430c1d31-8df3-4c86-a74e-f5f92a605791 { text-align:left; } .ablocks-block-430c1d31-8df3-4c86-a74e-f5f92a605791 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-430c1d31-8df3-4c86-a74e-f5f92a605791 .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-0f1ad782-eb8c-4ffd-89fa-93c08f0a4217 { margin-top:7px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0f1ad782-eb8c-4ffd-89fa-93c08f0a4217 { padding-left:0px; } } .ablocks-block-0f1ad782-eb8c-4ffd-89fa-93c08f0a4217.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-0f1ad782-eb8c-4ffd-89fa-93c08f0a4217.ablocks-block--container { padding-left:0px; } } .ablocks-block-0f1ad782-eb8c-4ffd-89fa-93c08f0a4217 { display:flex;flex-direction:row;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-0f1ad782-eb8c-4ffd-89fa-93c08f0a4217 { align-items:center; } } .ablocks-block-0f1ad782-eb8c-4ffd-89fa-93c08f0a4217.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-0f1ad782-eb8c-4ffd-89fa-93c08f0a4217.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } .ablocks-block-0f1ad782-eb8c-4ffd-89fa-93c08f0a4217 { display:inline-flex; } 
.ablocks-block-92766eb2-84a8-4290-bbca-641d34c03c30 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-92766eb2-84a8-4290-bbca-641d34c03c30 { text-align:left; } .ablocks-block-92766eb2-84a8-4290-bbca-641d34c03c30 .ablocks-button { column-gap:10px;background:#FDF9F5;justify-content:left;color:#222222;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:30px;padding-bottom:18px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-92766eb2-84a8-4290-bbca-641d34c03c30 .ablocks-button { border-radius:8px;padding-top:13px;padding-right:24px;padding-bottom:13px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-92766eb2-84a8-4290-bbca-641d34c03c30 .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-92766eb2-84a8-4290-bbca-641d34c03c30 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#222222; } .ablocks-block-92766eb2-84a8-4290-bbca-641d34c03c30 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-92766eb2-84a8-4290-bbca-641d34c03c30 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-92766eb2-84a8-4290-bbca-641d34c03c30 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-92766eb2-84a8-4290-bbca-641d34c03c30 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-515ec011-d44a-42cd-bbaf-f844b16ef408 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-515ec011-d44a-42cd-bbaf-f844b16ef408 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-515ec011-d44a-42cd-bbaf-f844b16ef408 .ablocks-icon-wrap { background:#222222;padding:21px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-515ec011-d44a-42cd-bbaf-f844b16ef408 .ablocks-icon-wrap { padding:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-515ec011-d44a-42cd-bbaf-f844b16ef408 .ablocks-icon-wrap { padding:.5em;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-515ec011-d44a-42cd-bbaf-f844b16ef408 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-515ec011-d44a-42cd-bbaf-f844b16ef408 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-835d767f-b77e-473b-8e00-180c8ad2981e { margin-top:-20px;padding-top:80px;padding-bottom:30px;background:#FDF9F5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-835d767f-b77e-473b-8e00-180c8ad2981e { padding-top:60px;padding-right:10px;padding-bottom:20px;padding-left:10px; } } .ablocks-block-835d767f-b77e-473b-8e00-180c8ad2981e.ablocks-block--container { padding-top:80px;padding-bottom:30px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-835d767f-b77e-473b-8e00-180c8ad2981e.ablocks-block--container { padding-top:60px;padding-right:10px;padding-bottom:20px;padding-left:10px; } } .ablocks-block-835d767f-b77e-473b-8e00-180c8ad2981e > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-835d767f-b77e-473b-8e00-180c8ad2981e > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:81px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-835d767f-b77e-473b-8e00-180c8ad2981e > .ablocks-block-container { row-gap:40px; } } .ablocks-block-835d767f-b77e-473b-8e00-180c8ad2981e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:81px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-835d767f-b77e-473b-8e00-180c8ad2981e.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-05fc886b-d819-4e43-9ba2-56c8338ddd4c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05fc886b-d819-4e43-9ba2-56c8338ddd4c.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-05fc886b-d819-4e43-9ba2-56c8338ddd4c.ablocks-block--container { max-width:min(100%,1290%) !important; } } .ablocks-block-05fc886b-d819-4e43-9ba2-56c8338ddd4c { 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-05fc886b-d819-4e43-9ba2-56c8338ddd4c { column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-05fc886b-d819-4e43-9ba2-56c8338ddd4c { flex-direction:column;align-items:flex-start;row-gap:30px; } } .ablocks-block-05fc886b-d819-4e43-9ba2-56c8338ddd4c.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-05fc886b-d819-4e43-9ba2-56c8338ddd4c.ablocks-has-block-container > .ablocks-block-container { column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-05fc886b-d819-4e43-9ba2-56c8338ddd4c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:30px; } } .ablocks-block-05fc886b-d819-4e43-9ba2-56c8338ddd4c { display:inline-flex; } 
.ablocks-block-f147f91d-eeb4-484a-984e-7d4bbfbbcedb { padding-top:40px;padding-right:38px;padding-bottom:40px;padding-left:38px;background:#E94D65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f147f91d-eeb4-484a-984e-7d4bbfbbcedb { padding-top:20px;padding-right:15px;padding-bottom:20px;padding-left:15px; } } .ablocks-block-f147f91d-eeb4-484a-984e-7d4bbfbbcedb.ablocks-block--container { padding-top:40px;padding-right:38px;padding-bottom:40px;padding-left:38px;max-width:min(100%,410px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f147f91d-eeb4-484a-984e-7d4bbfbbcedb.ablocks-block--container { padding-top:20px;padding-right:15px;padding-bottom:20px;padding-left:15px; } } .ablocks-block-f147f91d-eeb4-484a-984e-7d4bbfbbcedb { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-f147f91d-eeb4-484a-984e-7d4bbfbbcedb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-fa7f43e1-0855-4b7b-8f11-ece24cd4dcbf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa7f43e1-0855-4b7b-8f11-ece24cd4dcbf { display:flex;justify-content:center; } .ablocks-block-fa7f43e1-0855-4b7b-8f11-ece24cd4dcbf .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-fa7f43e1-0855-4b7b-8f11-ece24cd4dcbf .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-fa7f43e1-0855-4b7b-8f11-ece24cd4dcbf .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-af7d2f4c-d2c0-4d3b-a9bc-e8f5982cf960 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-af7d2f4c-d2c0-4d3b-a9bc-e8f5982cf960 { margin-top:0px; } } .ablocks-block-af7d2f4c-d2c0-4d3b-a9bc-e8f5982cf960 { text-align:center; } .ablocks-block-af7d2f4c-d2c0-4d3b-a9bc-e8f5982cf960 .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-af7d2f4c-d2c0-4d3b-a9bc-e8f5982cf960 .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-af7d2f4c-d2c0-4d3b-a9bc-e8f5982cf960 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-966c7bbf-c9ea-4acd-91d6-0f937cebb5ce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-966c7bbf-c9ea-4acd-91d6-0f937cebb5ce { text-align:center; } .ablocks-block-966c7bbf-c9ea-4acd-91d6-0f937cebb5ce .ablocks-heading-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-size:38px;line-height:38px; } @media screen and (max-width: 800px) { .ablocks-block-966c7bbf-c9ea-4acd-91d6-0f937cebb5ce .ablocks-heading-text { font-size:34px;line-height:34px; } } 
.ablocks-block-1c1864c2-01b2-4356-9c72-681bab9af45b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c1864c2-01b2-4356-9c72-681bab9af45b { text-align:center; } .ablocks-block-1c1864c2-01b2-4356-9c72-681bab9af45b .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-1c1864c2-01b2-4356-9c72-681bab9af45b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fc1292a1-091b-46cd-9346-cf5e5fdcb095 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc1292a1-091b-46cd-9346-cf5e5fdcb095 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-fc1292a1-091b-46cd-9346-cf5e5fdcb095 .ablocks-icon-wrap { background:#FFFFFF;border-radius:50%;padding:26px;font-size:26px; } @media screen and (max-width: 800px) { .ablocks-block-fc1292a1-091b-46cd-9346-cf5e5fdcb095 .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-fc1292a1-091b-46cd-9346-cf5e5fdcb095 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:26px; } .ablocks-block-fc1292a1-091b-46cd-9346-cf5e5fdcb095 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } 
.ablocks-block-1ef977c2-eb49-4a7b-b2dc-9e8caf5d41e1 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ef977c2-eb49-4a7b-b2dc-9e8caf5d41e1 { text-align:center; } .ablocks-block-1ef977c2-eb49-4a7b-b2dc-9e8caf5d41e1 .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-1ef977c2-eb49-4a7b-b2dc-9e8caf5d41e1 .ablocks-paragraph-text { font-size:24px;line-height:26px; } } .ablocks-block-1ef977c2-eb49-4a7b-b2dc-9e8caf5d41e1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a5dac929-4c90-48cd-9f3e-53c266a28241 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a5dac929-4c90-48cd-9f3e-53c266a28241.ablocks-block--container { padding:0px;max-width:min(100%,220px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a5dac929-4c90-48cd-9f3e-53c266a28241.ablocks-block--container { max-width:min(100%,28%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a5dac929-4c90-48cd-9f3e-53c266a28241.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a5dac929-4c90-48cd-9f3e-53c266a28241 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-a5dac929-4c90-48cd-9f3e-53c266a28241.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-7b31c68a-3521-4e51-bad4-acf39583b18e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7b31c68a-3521-4e51-bad4-acf39583b18e { text-align:left; } .ablocks-block-7b31c68a-3521-4e51-bad4-acf39583b18e .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } 
.ablocks-block-789b070e-d2b0-4672-ba96-1a31f1b13bc0 { margin-top:10px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-789b070e-d2b0-4672-ba96-1a31f1b13bc0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-789b070e-d2b0-4672-ba96-1a31f1b13bc0 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-789b070e-d2b0-4672-ba96-1a31f1b13bc0 { align-items:flex-start; } } .ablocks-block-789b070e-d2b0-4672-ba96-1a31f1b13bc0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-789b070e-d2b0-4672-ba96-1a31f1b13bc0.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-bc07f86d-c47d-4a5f-a36b-a03e76716f0e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc07f86d-c47d-4a5f-a36b-a03e76716f0e { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-bc07f86d-c47d-4a5f-a36b-a03e76716f0e .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-bc07f86d-c47d-4a5f-a36b-a03e76716f0e .ablocks-list__item-content { align-items:center;gap:20px; } .ablocks-block-bc07f86d-c47d-4a5f-a36b-a03e76716f0e .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:16px; } .ablocks-block-bc07f86d-c47d-4a5f-a36b-a03e76716f0e .ablocks-list__item-content .ablocks-list__item-text { color:#696969; } 
.ablocks-block-7d77cba9-d73c-40be-b1ad-899687262cc4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d77cba9-d73c-40be-b1ad-899687262cc4 { text-align:left; } .ablocks-block-7d77cba9-d73c-40be-b1ad-899687262cc4 .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } .ablocks-block-7d77cba9-d73c-40be-b1ad-899687262cc4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0a195249-3efc-448b-b7cc-a7fa10fa9a23 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a195249-3efc-448b-b7cc-a7fa10fa9a23.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0a195249-3efc-448b-b7cc-a7fa10fa9a23 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-0a195249-3efc-448b-b7cc-a7fa10fa9a23 { align-items:flex-start; } } .ablocks-block-0a195249-3efc-448b-b7cc-a7fa10fa9a23.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-0a195249-3efc-448b-b7cc-a7fa10fa9a23.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-b8f701ad-3eae-4dc5-b4ce-9c65520d31aa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8f701ad-3eae-4dc5-b4ce-9c65520d31aa { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-b8f701ad-3eae-4dc5-b4ce-9c65520d31aa .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b8f701ad-3eae-4dc5-b4ce-9c65520d31aa .ablocks-list__item-content { align-items:center;gap:20px; } .ablocks-block-b8f701ad-3eae-4dc5-b4ce-9c65520d31aa .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:16px; } .ablocks-block-b8f701ad-3eae-4dc5-b4ce-9c65520d31aa .ablocks-list__item-content .ablocks-list__item-text { color:#696969; } 
.ablocks-block-7dc1ae5d-22eb-4195-9603-f89231f8cd6a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dc1ae5d-22eb-4195-9603-f89231f8cd6a { text-align:left; } .ablocks-block-7dc1ae5d-22eb-4195-9603-f89231f8cd6a .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } .ablocks-block-7dc1ae5d-22eb-4195-9603-f89231f8cd6a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-32e8e9aa-cc85-4b0b-add8-01724b14f5f5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32e8e9aa-cc85-4b0b-add8-01724b14f5f5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-32e8e9aa-cc85-4b0b-add8-01724b14f5f5 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:2px; } @media screen and (max-width: 480px) { .ablocks-block-32e8e9aa-cc85-4b0b-add8-01724b14f5f5 { align-items:flex-start; } } .ablocks-block-32e8e9aa-cc85-4b0b-add8-01724b14f5f5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:2px; } @media screen and (max-width: 480px) { .ablocks-block-32e8e9aa-cc85-4b0b-add8-01724b14f5f5.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-d03088f2-4f2e-4d6e-b334-ab89dd2d5042 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d03088f2-4f2e-4d6e-b334-ab89dd2d5042 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-d03088f2-4f2e-4d6e-b334-ab89dd2d5042 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-d03088f2-4f2e-4d6e-b334-ab89dd2d5042 .ablocks-list__item-content { align-items:center;gap:20px; } .ablocks-block-d03088f2-4f2e-4d6e-b334-ab89dd2d5042 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:16px; } .ablocks-block-d03088f2-4f2e-4d6e-b334-ab89dd2d5042 .ablocks-list__item-content .ablocks-list__item-text { color:#696969; } 
.ablocks-block-0f2b1d0d-dc98-4729-9dc1-5a9ffae0dd0e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0f2b1d0d-dc98-4729-9dc1-5a9ffae0dd0e { text-align:left; } .ablocks-block-0f2b1d0d-dc98-4729-9dc1-5a9ffae0dd0e .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } .ablocks-block-0f2b1d0d-dc98-4729-9dc1-5a9ffae0dd0e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-26914bfb-e76b-49af-a970-f889dd529a08 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-26914bfb-e76b-49af-a970-f889dd529a08.ablocks-block--container { padding:0px;max-width:min(100%,355px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-26914bfb-e76b-49af-a970-f889dd529a08.ablocks-block--container { max-width:min(100%,355%) !important; } } .ablocks-block-26914bfb-e76b-49af-a970-f889dd529a08 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-26914bfb-e76b-49af-a970-f889dd529a08 { align-items:flex-start; } } .ablocks-block-26914bfb-e76b-49af-a970-f889dd529a08.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-26914bfb-e76b-49af-a970-f889dd529a08.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-77dc3c36-e416-47d6-a081-c8e22b0b4665 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-77dc3c36-e416-47d6-a081-c8e22b0b4665 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-77dc3c36-e416-47d6-a081-c8e22b0b4665 { text-align:center; } } .ablocks-block-77dc3c36-e416-47d6-a081-c8e22b0b4665 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } 
.ablocks-block-bd0c4005-28e5-43f3-a2ac-1afa3f6fadc3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd0c4005-28e5-43f3-a2ac-1afa3f6fadc3 { text-align:left; } .ablocks-block-bd0c4005-28e5-43f3-a2ac-1afa3f6fadc3 .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-bd0c4005-28e5-43f3-a2ac-1afa3f6fadc3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder { flex-direction:row;align-items:center; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input { background:white;border:1px solid #A7AAAD;border-radius:5px;text-align:left;padding-left:18px;box-sizing:border-box; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input:hover { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input:focus { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input::placeholder { text-align:left; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input-icon,.ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__submit-button { text-align:center; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__submit-button { color:#ffffff;background:#153A4D;font-family:Bricolage Grotesque;font-weight:600;font-style:normal;font-size:18px;line-height:24px;padding-top:12px;padding-bottom:12px; } @media screen and (max-width: 800px) { .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-form-builder__submit-button { padding:12px; } } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-b6db8060-b7fb-4fd0-a9e9-0cd292846e42 .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-7351ba32-e418-4005-9568-ebd24e73b8bd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7351ba32-e418-4005-9568-ebd24e73b8bd.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-7351ba32-e418-4005-9568-ebd24e73b8bd .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-7351ba32-e418-4005-9568-ebd24e73b8bd .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e.ablocks-block--social-shares:not(.ablocks-has-container), .ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e.ablocks-block--social-shares .ablocks-block-container { flex-direction:row;justify-content:flex-start;gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e.ablocks-block--social-shares:not(.ablocks-has-container), .ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e.ablocks-block--social-shares .ablocks-block-container { justify-content:center; } } .ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e .ablocks-social-share { height:48px;width:48px; } .ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e .ablocks-social-share > .ablocks-svg-icon { fill:#170a1b!important;width:16px;height:16px; } .ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e .ablocks-social-share-item--icon { width:40px;height:40px; } .ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e .ablocks-social-share-item--icon>.ablocks-svg-icon { height:22px; } .ablocks-block-e15e5c72-9031-4567-b14d-22e519b1509e .ablocks-social-share-item--text { width:80px;height:42px; } 
.ablocks-block-1696a731-487b-4553-9bd8-48fee75849e4 { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:2px 0px 0px 0px;border-style:solid;border-color:#D1CECB;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1696a731-487b-4553-9bd8-48fee75849e4.ablocks-block--container { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-1696a731-487b-4553-9bd8-48fee75849e4.ablocks-block--container { max-width:min(100%,1290%) !important; } } .ablocks-block-1696a731-487b-4553-9bd8-48fee75849e4 { 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-1696a731-487b-4553-9bd8-48fee75849e4 { flex-direction:column;align-items:center;row-gap:20px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-1696a731-487b-4553-9bd8-48fee75849e4 { flex-direction:column-reverse; } } .ablocks-block-1696a731-487b-4553-9bd8-48fee75849e4.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-1696a731-487b-4553-9bd8-48fee75849e4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:20px;column-gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-1696a731-487b-4553-9bd8-48fee75849e4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column-reverse; } } .ablocks-block-1696a731-487b-4553-9bd8-48fee75849e4 { display:inline-flex; } 
.ablocks-block-8ef7b9ce-3b23-430d-85db-dbfa18c01219 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ef7b9ce-3b23-430d-85db-dbfa18c01219.ablocks-block--container { padding:0px;max-width:min(100%,410px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8ef7b9ce-3b23-430d-85db-dbfa18c01219.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8ef7b9ce-3b23-430d-85db-dbfa18c01219 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8ef7b9ce-3b23-430d-85db-dbfa18c01219.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4c634467-a269-412c-9497-c5c56f3f9d16 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c634467-a269-412c-9497-c5c56f3f9d16 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-4c634467-a269-412c-9497-c5c56f3f9d16 { text-align:center; } } .ablocks-block-4c634467-a269-412c-9497-c5c56f3f9d16 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-4c634467-a269-412c-9497-c5c56f3f9d16 .ablocks-paragraph-text { line-height:26px; } } @media screen and (max-width: 480px) { .ablocks-block-4c634467-a269-412c-9497-c5c56f3f9d16 .ablocks-paragraph-text { line-height:32px; } } .ablocks-block-4c634467-a269-412c-9497-c5c56f3f9d16 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-583d05ed-d215-4bc8-a0ef-ed113e3933a4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-583d05ed-d215-4bc8-a0ef-ed113e3933a4.ablocks-block--container { padding:0px;max-width:min(100%,460px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-583d05ed-d215-4bc8-a0ef-ed113e3933a4.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-583d05ed-d215-4bc8-a0ef-ed113e3933a4 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:19px; } @media screen and (max-width: 800px) { .ablocks-block-583d05ed-d215-4bc8-a0ef-ed113e3933a4 { justify-content:center;justify-items:center;column-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-583d05ed-d215-4bc8-a0ef-ed113e3933a4 { flex-direction:column;align-items:flex-start;row-gap:10px; } } .ablocks-block-583d05ed-d215-4bc8-a0ef-ed113e3933a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:19px; } @media screen and (max-width: 800px) { .ablocks-block-583d05ed-d215-4bc8-a0ef-ed113e3933a4.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;column-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-583d05ed-d215-4bc8-a0ef-ed113e3933a4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:10px; } } .ablocks-block-583d05ed-d215-4bc8-a0ef-ed113e3933a4 { display:inline-flex; } 
.ablocks-block-c01607ac-24f4-453b-b1f8-b00aea47f09a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c01607ac-24f4-453b-b1f8-b00aea47f09a { text-align:left; } .ablocks-block-c01607ac-24f4-453b-b1f8-b00aea47f09a .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-c01607ac-24f4-453b-b1f8-b00aea47f09a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4d8fc9d8-d956-4ec7-bcb1-700892fceaa9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d8fc9d8-d956-4ec7-bcb1-700892fceaa9 { text-align:left; } .ablocks-block-4d8fc9d8-d956-4ec7-bcb1-700892fceaa9 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-4d8fc9d8-d956-4ec7-bcb1-700892fceaa9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-28be66cd-67b3-4631-8e1b-8e323011b7d9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28be66cd-67b3-4631-8e1b-8e323011b7d9 { text-align:left; } .ablocks-block-28be66cd-67b3-4631-8e1b-8e323011b7d9 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-28be66cd-67b3-4631-8e1b-8e323011b7d9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
