@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-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-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-block--icon .ablocks-block-container{display:flex}
.ablocks-paragraph-text{margin:0;padding:0}.ablocks-paragraph-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-paragraph-text-sm{font-size:14px}.ablocks-paragraph-text-md{font-size:16px}.ablocks-paragraph-text-lg{font-size:20px}
.ablocks-list{display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-list__item-content{align-items:center;display:flex;gap:8px;text-decoration:none!important}.ablocks-list__icon{display:flex;font-size:20px}.ablocks-list__icon i{align-items:center;display:flex;justify-content:center;width:1em}.ablocks-list__item-marker{background-color:#000;display:block;height:100%;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:100%}.ablocks-list__item-disc{border-radius:100%}.ablocks-block--list .ablocks-svg-icon{box-sizing:border-box;height:auto;width:20px}.ablocks-block--list .ablocks-svg-icon.empty-svg{height:20px}.ablocks-list_item-content-divider:last-child{border:none!important}.ablocks-list a{color:inherit!important}
.ablocks-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-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}
@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-aeacd2fd-67cc-4294-9e49-d46d47434983 { 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-aeacd2fd-67cc-4294-9e49-d46d47434983 { padding-top:60px;padding-bottom:0px; } } .ablocks-block-aeacd2fd-67cc-4294-9e49-d46d47434983.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-aeacd2fd-67cc-4294-9e49-d46d47434983.ablocks-block--container { padding-top:60px;padding-bottom:0px; } } .ablocks-block-aeacd2fd-67cc-4294-9e49-d46d47434983 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-aeacd2fd-67cc-4294-9e49-d46d47434983 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-aeacd2fd-67cc-4294-9e49-d46d47434983.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-c4d87f57-de25-429f-be5f-538966520e25 { padding-top:78px;padding-right:0px;padding-bottom:78px;padding-left:0px;background-image:url("http://dev.ablocks.sitecoder.net/wp-content/uploads/2025/12/group_1618873489-scaled-1.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-c4d87f57-de25-429f-be5f-538966520e25 { padding-top:42px;padding-bottom:42px;border-width:1px 2px 1px 2px; } } @media screen and (max-width: 480px) { .ablocks-block-c4d87f57-de25-429f-be5f-538966520e25 { padding-top:30px;padding-bottom:30px;border-width:0px 2px 0px 2px; } } .ablocks-block-c4d87f57-de25-429f-be5f-538966520e25.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-c4d87f57-de25-429f-be5f-538966520e25.ablocks-block--container { padding-top:42px;padding-bottom:42px; } } @media screen and (max-width: 480px) { .ablocks-block-c4d87f57-de25-429f-be5f-538966520e25.ablocks-block--container { padding-top:30px;padding-bottom:30px; } } .ablocks-block-c4d87f57-de25-429f-be5f-538966520e25 { 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-c4d87f57-de25-429f-be5f-538966520e25 { row-gap:31px; } } @media screen and (max-width: 480px) { .ablocks-block-c4d87f57-de25-429f-be5f-538966520e25 { row-gap:30px; } } .ablocks-block-c4d87f57-de25-429f-be5f-538966520e25.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-c4d87f57-de25-429f-be5f-538966520e25.ablocks-has-block-container > .ablocks-block-container { row-gap:31px; } } @media screen and (max-width: 480px) { .ablocks-block-c4d87f57-de25-429f-be5f-538966520e25.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-f6d8f50e-c7e7-4115-bd60-ee417a8ecefe { width:73%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f6d8f50e-c7e7-4115-bd60-ee417a8ecefe { width:61%; } } @media screen and (max-width: 480px) { .ablocks-block-f6d8f50e-c7e7-4115-bd60-ee417a8ecefe { width:100%; } } .ablocks-block-f6d8f50e-c7e7-4115-bd60-ee417a8ecefe { text-align:center; } .ablocks-block-f6d8f50e-c7e7-4115-bd60-ee417a8ecefe .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-f6d8f50e-c7e7-4115-bd60-ee417a8ecefe .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-f6d8f50e-c7e7-4115-bd60-ee417a8ecefe .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da { 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-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da { padding-right:0px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da.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-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da.ablocks-block--container { padding-right:0px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da { 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-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da { justify-content:space-between;justify-items:space-between;row-gap:20px; } } .ablocks-block-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da.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-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da.ablocks-has-block-container > .ablocks-block-container { justify-content:space-between;justify-items:space-between;row-gap:20px; } } .ablocks-block-44f027b1-5ef2-4ab7-9f3f-289d4ff5e7da { display:inline-flex; } 
.ablocks-block-2f55e46a-a741-46ba-a3b8-d56b22e3c04e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f55e46a-a741-46ba-a3b8-d56b22e3c04e.ablocks-block--container { padding:0px;max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2f55e46a-a741-46ba-a3b8-d56b22e3c04e.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2f55e46a-a741-46ba-a3b8-d56b22e3c04e.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-2f55e46a-a741-46ba-a3b8-d56b22e3c04e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2f55e46a-a741-46ba-a3b8-d56b22e3c04e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78 .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-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78 .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78 .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-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78 .ablocks-counter__text { margin-top:0px; } } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d1fe1e41-a9ec-4bdd-87b7-dc5443e39d78 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ede50d1d-34ce-40ae-9f45-c3538fc0b942 { 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-ede50d1d-34ce-40ae-9f45-c3538fc0b942 { margin-top:30px; } } .ablocks-block-ede50d1d-34ce-40ae-9f45-c3538fc0b942.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-ede50d1d-34ce-40ae-9f45-c3538fc0b942.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ede50d1d-34ce-40ae-9f45-c3538fc0b942.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-ede50d1d-34ce-40ae-9f45-c3538fc0b942 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ede50d1d-34ce-40ae-9f45-c3538fc0b942.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00 .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-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00 .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00 .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-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00 .ablocks-counter__text { margin-top:0px; } } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-f03224ff-f0a3-4dac-9c4d-a6fe83a46f00 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-050ae83b-dab7-4580-b370-788c85aad093 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-050ae83b-dab7-4580-b370-788c85aad093.ablocks-block--container { padding:0px;max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-050ae83b-dab7-4580-b370-788c85aad093.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-050ae83b-dab7-4580-b370-788c85aad093.ablocks-block--container { max-width:min(100%,45%) !important; } } .ablocks-block-050ae83b-dab7-4580-b370-788c85aad093 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-050ae83b-dab7-4580-b370-788c85aad093 { min-height:4px; } } .ablocks-block-050ae83b-dab7-4580-b370-788c85aad093.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-050ae83b-dab7-4580-b370-788c85aad093.ablocks-has-block-container > .ablocks-block-container { min-height:4px; } } 
.ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf .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-d780a9ab-a7f0-48b7-9091-15ef7174f8cf .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf .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-d780a9ab-a7f0-48b7-9091-15ef7174f8cf .ablocks-counter__text { margin-top:0px; } } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d780a9ab-a7f0-48b7-9091-15ef7174f8cf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b5fbcb60-f2a8-4b36-8236-9913c1090ad3 { 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-b5fbcb60-f2a8-4b36-8236-9913c1090ad3 { margin-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-b5fbcb60-f2a8-4b36-8236-9913c1090ad3 { margin-top:30px; } } .ablocks-block-b5fbcb60-f2a8-4b36-8236-9913c1090ad3.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-b5fbcb60-f2a8-4b36-8236-9913c1090ad3.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b5fbcb60-f2a8-4b36-8236-9913c1090ad3.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-b5fbcb60-f2a8-4b36-8236-9913c1090ad3 { 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-b5fbcb60-f2a8-4b36-8236-9913c1090ad3 { min-height:125px; } } .ablocks-block-b5fbcb60-f2a8-4b36-8236-9913c1090ad3.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-b5fbcb60-f2a8-4b36-8236-9913c1090ad3.ablocks-has-block-container > .ablocks-block-container { min-height:125px; } } 
.ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80 .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-4fc64d3e-7b4b-4480-9c90-d37bd484cd80 .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80 .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-4fc64d3e-7b4b-4480-9c90-d37bd484cd80 .ablocks-counter__text { margin-top:0px; } } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-4fc64d3e-7b4b-4480-9c90-d37bd484cd80 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-df78649b-ed04-49c8-819e-85e75a4c6407 { 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-df78649b-ed04-49c8-819e-85e75a4c6407 { margin-top:5px;padding-left:5px; } } @media screen and (max-width: 800px) { .ablocks-block-df78649b-ed04-49c8-819e-85e75a4c6407.ablocks-hide-on-desktop,.ablocks-block-df78649b-ed04-49c8-819e-85e75a4c6407.ablocks-hide-on-tablet,.ablocks-block-df78649b-ed04-49c8-819e-85e75a4c6407.ablocks-hide-on-mobile { display:none; } } .ablocks-block-df78649b-ed04-49c8-819e-85e75a4c6407 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-df78649b-ed04-49c8-819e-85e75a4c6407 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-df78649b-ed04-49c8-819e-85e75a4c6407 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:150px; } .ablocks-block-df78649b-ed04-49c8-819e-85e75a4c6407 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#E94D65; } 
.ablocks-block-62090f31-3e4c-4b93-a34d-e6d50a7ab05e { 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-62090f31-3e4c-4b93-a34d-e6d50a7ab05e { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-62090f31-3e4c-4b93-a34d-e6d50a7ab05e { padding-bottom:40px; } } .ablocks-block-62090f31-3e4c-4b93-a34d-e6d50a7ab05e.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-62090f31-3e4c-4b93-a34d-e6d50a7ab05e.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-62090f31-3e4c-4b93-a34d-e6d50a7ab05e.ablocks-block--container { padding-bottom:40px; } } .ablocks-block-62090f31-3e4c-4b93-a34d-e6d50a7ab05e > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-62090f31-3e4c-4b93-a34d-e6d50a7ab05e > .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-62090f31-3e4c-4b93-a34d-e6d50a7ab05e > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-62090f31-3e4c-4b93-a34d-e6d50a7ab05e.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-62090f31-3e4c-4b93-a34d-e6d50a7ab05e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-62090f31-3e4c-4b93-a34d-e6d50a7ab05e > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-e1f0319a-80bc-4e4f-812a-aea530fff4e9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1f0319a-80bc-4e4f-812a-aea530fff4e9.ablocks-block--container { padding:0px;max-width:min(100%,630%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e1f0319a-80bc-4e4f-812a-aea530fff4e9.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e1f0319a-80bc-4e4f-812a-aea530fff4e9 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e1f0319a-80bc-4e4f-812a-aea530fff4e9 { align-items:flex-start; } } .ablocks-block-e1f0319a-80bc-4e4f-812a-aea530fff4e9.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-e1f0319a-80bc-4e4f-812a-aea530fff4e9.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-1d5a9a1a-bbe5-478d-9396-328acda76491 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1d5a9a1a-bbe5-478d-9396-328acda76491 { width:64%; } } @media screen and (max-width: 480px) { .ablocks-block-1d5a9a1a-bbe5-478d-9396-328acda76491 { width:100%; } } .ablocks-block-1d5a9a1a-bbe5-478d-9396-328acda76491 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-1d5a9a1a-bbe5-478d-9396-328acda76491 { text-align:center; } } .ablocks-block-1d5a9a1a-bbe5-478d-9396-328acda76491 .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-1d5a9a1a-bbe5-478d-9396-328acda76491 .ablocks-heading-text { font-size:42px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-1d5a9a1a-bbe5-478d-9396-328acda76491 .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-b53a0e10-dc88-4c8a-bd96-05e9314de1e1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b53a0e10-dc88-4c8a-bd96-05e9314de1e1 { margin-top:-18px;width:87%; } } @media screen and (max-width: 480px) { .ablocks-block-b53a0e10-dc88-4c8a-bd96-05e9314de1e1 { width:100%; } } .ablocks-block-b53a0e10-dc88-4c8a-bd96-05e9314de1e1 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-b53a0e10-dc88-4c8a-bd96-05e9314de1e1 { text-align:center; } } .ablocks-block-b53a0e10-dc88-4c8a-bd96-05e9314de1e1 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-b53a0e10-dc88-4c8a-bd96-05e9314de1e1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0977c3e3-f92d-43f0-984d-c37aa2adf8b0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0977c3e3-f92d-43f0-984d-c37aa2adf8b0 { width:100%; } } .ablocks-block-0977c3e3-f92d-43f0-984d-c37aa2adf8b0 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-0977c3e3-f92d-43f0-984d-c37aa2adf8b0 .ablocks-list { gap:15px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-0977c3e3-f92d-43f0-984d-c37aa2adf8b0 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-0977c3e3-f92d-43f0-984d-c37aa2adf8b0 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#153A4D;fill:#153A4D;font-size:16px; } .ablocks-block-0977c3e3-f92d-43f0-984d-c37aa2adf8b0 .ablocks-list__item-content .ablocks-list__item-text { color:#696969; } 
.ablocks-block-680a0e41-091e-4f92-a8d8-df45e40a2b89 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-680a0e41-091e-4f92-a8d8-df45e40a2b89.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-680a0e41-091e-4f92-a8d8-df45e40a2b89 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-680a0e41-091e-4f92-a8d8-df45e40a2b89.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-680a0e41-091e-4f92-a8d8-df45e40a2b89 { display:inline-flex; } 
.ablocks-block-53ad262d-c266-44ed-8308-033e7a6e46b7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53ad262d-c266-44ed-8308-033e7a6e46b7 { text-align:left; } .ablocks-block-53ad262d-c266-44ed-8308-033e7a6e46b7 .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-53ad262d-c266-44ed-8308-033e7a6e46b7 .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-53ad262d-c266-44ed-8308-033e7a6e46b7 .ablocks-button { padding-top:11px;padding-bottom:11px; } } .ablocks-block-53ad262d-c266-44ed-8308-033e7a6e46b7 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#000000; } .ablocks-block-53ad262d-c266-44ed-8308-033e7a6e46b7 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-53ad262d-c266-44ed-8308-033e7a6e46b7 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-53ad262d-c266-44ed-8308-033e7a6e46b7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-53ad262d-c266-44ed-8308-033e7a6e46b7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f5867073-6c37-4213-af80-4d5922bcefa4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f5867073-6c37-4213-af80-4d5922bcefa4 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-f5867073-6c37-4213-af80-4d5922bcefa4 .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-f5867073-6c37-4213-af80-4d5922bcefa4 .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-f5867073-6c37-4213-af80-4d5922bcefa4 .ablocks-icon-wrap { padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-f5867073-6c37-4213-af80-4d5922bcefa4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-f5867073-6c37-4213-af80-4d5922bcefa4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-d1de9ade-4214-4749-8f24-dc96596e46ca { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1de9ade-4214-4749-8f24-dc96596e46ca.ablocks-block--container { padding:0px;max-width:min(100%,45%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d1de9ade-4214-4749-8f24-dc96596e46ca.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d1de9ade-4214-4749-8f24-dc96596e46ca { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d1de9ade-4214-4749-8f24-dc96596e46ca.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-10a35855-4134-4c1e-a151-ec749317e43a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-10a35855-4134-4c1e-a151-ec749317e43a { display:flex;justify-content:center; } .ablocks-block-10a35855-4134-4c1e-a151-ec749317e43a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-10a35855-4134-4c1e-a151-ec749317e43a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-10a35855-4134-4c1e-a151-ec749317e43a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7778a494-edc3-42a6-8444-d0c213d285cc { 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-7778a494-edc3-42a6-8444-d0c213d285cc { padding-top:60px;padding-bottom:60px; } } .ablocks-block-7778a494-edc3-42a6-8444-d0c213d285cc.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7778a494-edc3-42a6-8444-d0c213d285cc.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-7778a494-edc3-42a6-8444-d0c213d285cc > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-7778a494-edc3-42a6-8444-d0c213d285cc > .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-7778a494-edc3-42a6-8444-d0c213d285cc > .ablocks-block-container { row-gap:40px; } } .ablocks-block-7778a494-edc3-42a6-8444-d0c213d285cc.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-7778a494-edc3-42a6-8444-d0c213d285cc.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-810907bd-bedd-4835-a253-c2428b9cbe00 { width:66%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-810907bd-bedd-4835-a253-c2428b9cbe00 { width:76%; } } @media screen and (max-width: 480px) { .ablocks-block-810907bd-bedd-4835-a253-c2428b9cbe00 { width:100%; } } .ablocks-block-810907bd-bedd-4835-a253-c2428b9cbe00 { text-align:center; } .ablocks-block-810907bd-bedd-4835-a253-c2428b9cbe00 .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-810907bd-bedd-4835-a253-c2428b9cbe00 .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-810907bd-bedd-4835-a253-c2428b9cbe00 .ablocks-heading-text { font-size:32px;line-height:40px; } } 
.ablocks-block-bb7bbeec-9f42-47ce-a133-6845d377128f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb7bbeec-9f42-47ce-a133-6845d377128f.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } .ablocks-block-bb7bbeec-9f42-47ce-a133-6845d377128f { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:30px;column-gap:0px; } .ablocks-block-bb7bbeec-9f42-47ce-a133-6845d377128f.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-39ff4bd8-a383-4b34-be4f-93958c0571e0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-d06cb584-9947-458d-ae33-960312efabfe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d06cb584-9947-458d-ae33-960312efabfe .wp-block-ablocks-loop-template { display:grid;grid-template-columns:repeat(3,1fr);gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-d06cb584-9947-458d-ae33-960312efabfe .wp-block-ablocks-loop-template { grid-template-columns:repeat(2,1fr); } } @media screen and (max-width: 480px) { .ablocks-block-d06cb584-9947-458d-ae33-960312efabfe .wp-block-ablocks-loop-template { grid-template-columns:repeat(1,1fr); } } .ablocks-block-d06cb584-9947-458d-ae33-960312efabfe .ablocks-loop-template-item { padding:0px;border-style:none; } 
.ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { 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-819519b0-fbfc-4386-900b-e954d9979372 { padding-top:20px; } } .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372.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-819519b0-fbfc-4386-900b-e954d9979372.ablocks-block--container { padding-top:20px; } } .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { align-items:flex-start;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { flex-direction:column;align-items:center; } } .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372.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-819519b0-fbfc-4386-900b-e954d9979372.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center; } } .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { display:inline-flex; } 
.ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 { width:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 { width:60px; } } .ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 { display:flex;justify-content:left; } .ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 .ablocks-image-figure img { width:80px;height:auto;opacity:1; } .ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b217e804-09f4-4c79-bbaa-6c859259602a { 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-b217e804-09f4-4c79-bbaa-6c859259602a.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-b217e804-09f4-4c79-bbaa-6c859259602a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b217e804-09f4-4c79-bbaa-6c859259602a { align-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-b217e804-09f4-4c79-bbaa-6c859259602a { align-items:center; } } .ablocks-block-b217e804-09f4-4c79-bbaa-6c859259602a.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-b217e804-09f4-4c79-bbaa-6c859259602a.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-b217e804-09f4-4c79-bbaa-6c859259602a.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f { width:100%; } } .ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f { text-align:center; } } .ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f .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-e0019ef2-b3c6-434d-b02e-ba44baf47f9f .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 { 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-da69b38e-2d69-46c0-8e8a-6424e6fe6362 { margin-top:12px;margin-left:0px;width:100%; } } .ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 { text-align:center; } } .ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 { text-align:left; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .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-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-button:hover { transition-duration:s;color:#E94D65; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#E94D65; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(45deg);width:14px; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222;transform:rotate(45deg); } 
.ablocks-block-8afc563c-d272-4cbc-a852-b0784fdac3e1 { 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-8afc563c-d272-4cbc-a852-b0784fdac3e1 { padding-right:10px;padding-left:10px; } } .ablocks-block-8afc563c-d272-4cbc-a852-b0784fdac3e1.ablocks-block--container { padding-top:20px;padding-bottom:20px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8afc563c-d272-4cbc-a852-b0784fdac3e1.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-8afc563c-d272-4cbc-a852-b0784fdac3e1 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } .ablocks-block-8afc563c-d272-4cbc-a852-b0784fdac3e1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } 
.ablocks-block-daac9563-5d84-439b-a640-e26f10bdb3a0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-daac9563-5d84-439b-a640-e26f10bdb3a0 .ablocks-block-marquee .ablocks-block-marquee__children { gap:30px; } 
.ablocks-block-1f70f6e4-4202-45eb-a7d7-e2d3a9f147f1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-186721b1-f7ee-4c4b-990b-b01f32e6c8df { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-186721b1-f7ee-4c4b-990b-b01f32e6c8df.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-186721b1-f7ee-4c4b-990b-b01f32e6c8df { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-186721b1-f7ee-4c4b-990b-b01f32e6c8df.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cf6dbb8f-ab45-428d-a706-e584be4ee4c8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf6dbb8f-ab45-428d-a706-e584be4ee4c8 { text-align:left; } .ablocks-block-cf6dbb8f-ab45-428d-a706-e584be4ee4c8 .ablocks-heading-text { color:#FFF;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } 
.ablocks-block-41304fd5-3952-4f7e-a0c6-de25ecc0e1f6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-2ae821d4-3b87-4838-a558-479685314a90 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ae821d4-3b87-4838-a558-479685314a90.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2ae821d4-3b87-4838-a558-479685314a90 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2ae821d4-3b87-4838-a558-479685314a90.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938:not(.ablocks-has-block-container), .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .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-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .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-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .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-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .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-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .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-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .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-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938.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-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938.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-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .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-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8e8f3ac8-e9ba-4741-b1af-4d9e955f7938 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b41360da-bbfa-4045-b8c8-b13ac0c00583 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-87ac4004-961b-4141-8993-46eed269f934 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87ac4004-961b-4141-8993-46eed269f934.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-87ac4004-961b-4141-8993-46eed269f934 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-87ac4004-961b-4141-8993-46eed269f934.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2:not(.ablocks-has-block-container), .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .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-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .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-d94697bb-12c4-494a-8c25-79f091d368c2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .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-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .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-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .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-d94697bb-12c4-494a-8c25-79f091d368c2 .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-d94697bb-12c4-494a-8c25-79f091d368c2.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-d94697bb-12c4-494a-8c25-79f091d368c2.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-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .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-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d94697bb-12c4-494a-8c25-79f091d368c2 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-32cf73b1-9e4c-49d3-96e4-40d23f941f7e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-2ea3650e-c522-4ec5-9b21-06a47461e5b8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ea3650e-c522-4ec5-9b21-06a47461e5b8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2ea3650e-c522-4ec5-9b21-06a47461e5b8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2ea3650e-c522-4ec5-9b21-06a47461e5b8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13:not(.ablocks-has-block-container), .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .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-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .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-105b95c0-2e8b-4262-8399-5ed22a623b13.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .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-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .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-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .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-105b95c0-2e8b-4262-8399-5ed22a623b13 .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-105b95c0-2e8b-4262-8399-5ed22a623b13.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-105b95c0-2e8b-4262-8399-5ed22a623b13.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-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .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-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-105b95c0-2e8b-4262-8399-5ed22a623b13 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-89b07546-b41e-42d7-a41f-38ba11ed12d2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-37c08b87-d164-4778-9692-c4d3d4273527 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-37c08b87-d164-4778-9692-c4d3d4273527.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-37c08b87-d164-4778-9692-c4d3d4273527 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-37c08b87-d164-4778-9692-c4d3d4273527.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f:not(.ablocks-has-block-container), .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .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-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .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-1e4f2269-32c7-41e8-a549-62024583399f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .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-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .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-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .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-1e4f2269-32c7-41e8-a549-62024583399f .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-1e4f2269-32c7-41e8-a549-62024583399f.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-1e4f2269-32c7-41e8-a549-62024583399f.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-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .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-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1e4f2269-32c7-41e8-a549-62024583399f .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989 { 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-4490a3ed-ed4d-47b2-a246-e6b898bd6989 { padding-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989 { padding-right:10px;padding-bottom:0px;padding-left:10px; } } .ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989.ablocks-block--container { padding-top:120px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989.ablocks-block--container { padding-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989.ablocks-block--container { padding-right:10px;padding-bottom:0px;padding-left:10px; } } .ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989 > .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-4490a3ed-ed4d-47b2-a246-e6b898bd6989 > .ablocks-block-container { align-items:flex-start;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989 > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989.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-4490a3ed-ed4d-47b2-a246-e6b898bd6989.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-4490a3ed-ed4d-47b2-a246-e6b898bd6989 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-53a843bd-a92c-4f6e-967a-76de7e5f3738 { 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-53a843bd-a92c-4f6e-967a-76de7e5f3738 { padding-right:50px;right:100px;top:-27px; } } @media screen and (max-width: 480px) { .ablocks-block-53a843bd-a92c-4f6e-967a-76de7e5f3738 { left:100px;top:-82px; } } @media screen and (max-width: 800px) { .ablocks-block-53a843bd-a92c-4f6e-967a-76de7e5f3738.ablocks-hide-on-desktop,.ablocks-block-53a843bd-a92c-4f6e-967a-76de7e5f3738.ablocks-hide-on-tablet,.ablocks-block-53a843bd-a92c-4f6e-967a-76de7e5f3738.ablocks-hide-on-mobile { display:none; } } .ablocks-block-53a843bd-a92c-4f6e-967a-76de7e5f3738 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-53a843bd-a92c-4f6e-967a-76de7e5f3738 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-53a843bd-a92c-4f6e-967a-76de7e5f3738 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:110px; } @media screen and (max-width: 480px) { .ablocks-block-53a843bd-a92c-4f6e-967a-76de7e5f3738 .ablocks-icon-wrap img.ablocks-image-icon { width:0px; } } .ablocks-block-53a843bd-a92c-4f6e-967a-76de7e5f3738 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-335cbf15-a81b-4ce7-b3ae-573adfcd239d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-335cbf15-a81b-4ce7-b3ae-573adfcd239d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-335cbf15-a81b-4ce7-b3ae-573adfcd239d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-335cbf15-a81b-4ce7-b3ae-573adfcd239d { row-gap:30px; } } .ablocks-block-335cbf15-a81b-4ce7-b3ae-573adfcd239d.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-335cbf15-a81b-4ce7-b3ae-573adfcd239d.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-290f5f96-3924-4c70-962f-803c33e78833 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-290f5f96-3924-4c70-962f-803c33e78833 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-290f5f96-3924-4c70-962f-803c33e78833 { text-align:center; } } .ablocks-block-290f5f96-3924-4c70-962f-803c33e78833 .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-290f5f96-3924-4c70-962f-803c33e78833 .ablocks-heading-text { font-size:38px;line-height:48px; } } @media screen and (max-width: 480px) { .ablocks-block-290f5f96-3924-4c70-962f-803c33e78833 .ablocks-heading-text { font-size:34px;line-height:42px; } } 
.ablocks-block-50d64b44-4034-43c3-9adf-5f8185185723 { 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-50d64b44-4034-43c3-9adf-5f8185185723 { margin:0px; } } @media screen and (max-width: 480px) { .ablocks-block-50d64b44-4034-43c3-9adf-5f8185185723 { margin-top:0px; } } .ablocks-block-50d64b44-4034-43c3-9adf-5f8185185723.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-50d64b44-4034-43c3-9adf-5f8185185723 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-50d64b44-4034-43c3-9adf-5f8185185723.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-93b57dc7-c0d0-4633-8af0-8a6bc50fce91 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93b57dc7-c0d0-4633-8af0-8a6bc50fce91 { display:flex;justify-content:center; } .ablocks-block-93b57dc7-c0d0-4633-8af0-8a6bc50fce91 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-93b57dc7-c0d0-4633-8af0-8a6bc50fce91 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-93b57dc7-c0d0-4633-8af0-8a6bc50fce91 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0c9cfbb1-d0ff-4002-9242-39dc704350b2 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0c9cfbb1-d0ff-4002-9242-39dc704350b2 { text-align:left; } .ablocks-block-0c9cfbb1-d0ff-4002-9242-39dc704350b2 .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-0c9cfbb1-d0ff-4002-9242-39dc704350b2 .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-0c9cfbb1-d0ff-4002-9242-39dc704350b2 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-0c9cfbb1-d0ff-4002-9242-39dc704350b2 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-0c9cfbb1-d0ff-4002-9242-39dc704350b2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-0c9cfbb1-d0ff-4002-9242-39dc704350b2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1cf4e79d-6bc8-456a-9c43-623aa14f435b { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1cf4e79d-6bc8-456a-9c43-623aa14f435b { text-align:left; } .ablocks-block-1cf4e79d-6bc8-456a-9c43-623aa14f435b .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-1cf4e79d-6bc8-456a-9c43-623aa14f435b .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-1cf4e79d-6bc8-456a-9c43-623aa14f435b .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-d577759c-d905-478d-a5d1-7b8359183a4f { 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-d577759c-d905-478d-a5d1-7b8359183a4f { margin-top:0px; } } .ablocks-block-d577759c-d905-478d-a5d1-7b8359183a4f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d577759c-d905-478d-a5d1-7b8359183a4f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d577759c-d905-478d-a5d1-7b8359183a4f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3c0d511a-49d1-4206-92d6-cec3ba4f3add { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c0d511a-49d1-4206-92d6-cec3ba4f3add { display:flex;justify-content:center; } .ablocks-block-3c0d511a-49d1-4206-92d6-cec3ba4f3add .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-3c0d511a-49d1-4206-92d6-cec3ba4f3add .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3c0d511a-49d1-4206-92d6-cec3ba4f3add .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-99edb017-702a-43f9-84af-07cacac55d18 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-99edb017-702a-43f9-84af-07cacac55d18 { text-align:left; } .ablocks-block-99edb017-702a-43f9-84af-07cacac55d18 .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-99edb017-702a-43f9-84af-07cacac55d18 .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-99edb017-702a-43f9-84af-07cacac55d18 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-99edb017-702a-43f9-84af-07cacac55d18 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-99edb017-702a-43f9-84af-07cacac55d18 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-99edb017-702a-43f9-84af-07cacac55d18 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-eb5ae0b0-49f6-49a4-9742-78f32f61e517 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb5ae0b0-49f6-49a4-9742-78f32f61e517 { text-align:left; } .ablocks-block-eb5ae0b0-49f6-49a4-9742-78f32f61e517 .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-eb5ae0b0-49f6-49a4-9742-78f32f61e517 .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-eb5ae0b0-49f6-49a4-9742-78f32f61e517 .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-4f0a6f81-81f4-49eb-9cef-31beef92e45a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f0a6f81-81f4-49eb-9cef-31beef92e45a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4f0a6f81-81f4-49eb-9cef-31beef92e45a { display:flex;flex-direction:column;min-height:0px;row-gap:106px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-4f0a6f81-81f4-49eb-9cef-31beef92e45a { row-gap:30px; } } .ablocks-block-4f0a6f81-81f4-49eb-9cef-31beef92e45a.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-4f0a6f81-81f4-49eb-9cef-31beef92e45a.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-b3285803-0bc7-422b-9a4a-26a440f34501 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3285803-0bc7-422b-9a4a-26a440f34501.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b3285803-0bc7-422b-9a4a-26a440f34501 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b3285803-0bc7-422b-9a4a-26a440f34501.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ad0506f0-a072-4d3e-8697-eef9f3be00af { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ad0506f0-a072-4d3e-8697-eef9f3be00af { display:flex;justify-content:center; } .ablocks-block-ad0506f0-a072-4d3e-8697-eef9f3be00af .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-ad0506f0-a072-4d3e-8697-eef9f3be00af .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ad0506f0-a072-4d3e-8697-eef9f3be00af .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-00079ae6-4f05-47c7-a0ee-4dd24a54a995 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-00079ae6-4f05-47c7-a0ee-4dd24a54a995 { text-align:left; } .ablocks-block-00079ae6-4f05-47c7-a0ee-4dd24a54a995 .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-00079ae6-4f05-47c7-a0ee-4dd24a54a995 .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-00079ae6-4f05-47c7-a0ee-4dd24a54a995 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-00079ae6-4f05-47c7-a0ee-4dd24a54a995 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-00079ae6-4f05-47c7-a0ee-4dd24a54a995 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-00079ae6-4f05-47c7-a0ee-4dd24a54a995 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a5cbeec0-fba8-45e3-aaa5-6b3b103c3cbd { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a5cbeec0-fba8-45e3-aaa5-6b3b103c3cbd { text-align:left; } .ablocks-block-a5cbeec0-fba8-45e3-aaa5-6b3b103c3cbd .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-a5cbeec0-fba8-45e3-aaa5-6b3b103c3cbd .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-a5cbeec0-fba8-45e3-aaa5-6b3b103c3cbd .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-b3cc6ad8-904b-43bf-b80d-2b6dbb4cc186 { 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-b3cc6ad8-904b-43bf-b80d-2b6dbb4cc186 { z-index:6; } } .ablocks-block-b3cc6ad8-904b-43bf-b80d-2b6dbb4cc186.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b3cc6ad8-904b-43bf-b80d-2b6dbb4cc186 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b3cc6ad8-904b-43bf-b80d-2b6dbb4cc186.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ae1e3c15-6538-4e6a-b8a4-ae57c52297c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae1e3c15-6538-4e6a-b8a4-ae57c52297c4 { display:flex;justify-content:center; } .ablocks-block-ae1e3c15-6538-4e6a-b8a4-ae57c52297c4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-ae1e3c15-6538-4e6a-b8a4-ae57c52297c4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ae1e3c15-6538-4e6a-b8a4-ae57c52297c4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b82a868b-2f18-4a23-8884-5c9811063bad { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b82a868b-2f18-4a23-8884-5c9811063bad { text-align:left; } .ablocks-block-b82a868b-2f18-4a23-8884-5c9811063bad .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-b82a868b-2f18-4a23-8884-5c9811063bad .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-b82a868b-2f18-4a23-8884-5c9811063bad .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-b82a868b-2f18-4a23-8884-5c9811063bad .ablocks-icon-wrap { font-size:16px; } .ablocks-block-b82a868b-2f18-4a23-8884-5c9811063bad .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-b82a868b-2f18-4a23-8884-5c9811063bad .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-62aa08e6-cdbe-488f-b23d-6f0e75c424a0 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-62aa08e6-cdbe-488f-b23d-6f0e75c424a0 { text-align:left; } .ablocks-block-62aa08e6-cdbe-488f-b23d-6f0e75c424a0 .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-62aa08e6-cdbe-488f-b23d-6f0e75c424a0 .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-62aa08e6-cdbe-488f-b23d-6f0e75c424a0 .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-ba4d9949-b4be-40a1-b84c-77aebcfacea9 { 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-ba4d9949-b4be-40a1-b84c-77aebcfacea9 { margin-top:59px; } } @media screen and (max-width: 480px) { .ablocks-block-ba4d9949-b4be-40a1-b84c-77aebcfacea9 { margin-top:0px; } } .ablocks-block-ba4d9949-b4be-40a1-b84c-77aebcfacea9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ba4d9949-b4be-40a1-b84c-77aebcfacea9 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-ba4d9949-b4be-40a1-b84c-77aebcfacea9.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-ba4d9949-b4be-40a1-b84c-77aebcfacea9 { display:inline-flex; } 
.ablocks-block-7dfa46e7-73c6-4f79-a2bc-0ba93aabd26e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dfa46e7-73c6-4f79-a2bc-0ba93aabd26e { text-align:left; } .ablocks-block-7dfa46e7-73c6-4f79-a2bc-0ba93aabd26e .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-7dfa46e7-73c6-4f79-a2bc-0ba93aabd26e .ablocks-button { border-radius:12px;padding-top:14px;padding-bottom:14px; } } @media screen and (max-width: 480px) { .ablocks-block-7dfa46e7-73c6-4f79-a2bc-0ba93aabd26e .ablocks-button { padding-right:20px;padding-left:20px; } } .ablocks-block-7dfa46e7-73c6-4f79-a2bc-0ba93aabd26e .ablocks-button:hover { transition-duration:0.5s;background:#0f5b82; } .ablocks-block-7dfa46e7-73c6-4f79-a2bc-0ba93aabd26e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-7dfa46e7-73c6-4f79-a2bc-0ba93aabd26e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-7dfa46e7-73c6-4f79-a2bc-0ba93aabd26e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3a5c479a-ebb0-4738-bec9-66f6480b89ca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3a5c479a-ebb0-4738-bec9-66f6480b89ca { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3a5c479a-ebb0-4738-bec9-66f6480b89ca .ablocks-icon-wrap { background:#222;padding:20px;font-size:20px;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-3a5c479a-ebb0-4738-bec9-66f6480b89ca .ablocks-icon-wrap { padding:17px;font-size:18px;border-radius:8px; } } .ablocks-block-3a5c479a-ebb0-4738-bec9-66f6480b89ca .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-3a5c479a-ebb0-4738-bec9-66f6480b89ca .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-3a5c479a-ebb0-4738-bec9-66f6480b89ca .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#f9fcff;transform:rotate(40deg); } 
.ablocks-block-ee6cadfc-6fa0-4cba-87e0-af0ae062fc64 { 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-ee6cadfc-6fa0-4cba-87e0-af0ae062fc64 { top:90%; } } @media screen and (max-width: 800px) { .ablocks-block-ee6cadfc-6fa0-4cba-87e0-af0ae062fc64.ablocks-hide-on-desktop,.ablocks-block-ee6cadfc-6fa0-4cba-87e0-af0ae062fc64.ablocks-hide-on-tablet,.ablocks-block-ee6cadfc-6fa0-4cba-87e0-af0ae062fc64.ablocks-hide-on-mobile { display:none; } } .ablocks-block-ee6cadfc-6fa0-4cba-87e0-af0ae062fc64 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ee6cadfc-6fa0-4cba-87e0-af0ae062fc64 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-ee6cadfc-6fa0-4cba-87e0-af0ae062fc64 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:130px; } .ablocks-block-ee6cadfc-6fa0-4cba-87e0-af0ae062fc64 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7ab7638f-6f80-4ff3-b311-a1840dd4dda4 { 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-7ab7638f-6f80-4ff3-b311-a1840dd4dda4 { padding-top:40px;padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-7ab7638f-6f80-4ff3-b311-a1840dd4dda4 { padding-top:60px; } } .ablocks-block-7ab7638f-6f80-4ff3-b311-a1840dd4dda4.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7ab7638f-6f80-4ff3-b311-a1840dd4dda4.ablocks-block--container { padding-top:40px;padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-7ab7638f-6f80-4ff3-b311-a1840dd4dda4.ablocks-block--container { padding-top:60px; } } .ablocks-block-7ab7638f-6f80-4ff3-b311-a1840dd4dda4 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-7ab7638f-6f80-4ff3-b311-a1840dd4dda4 > .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-7ab7638f-6f80-4ff3-b311-a1840dd4dda4 > .ablocks-block-container { row-gap:30px; } } .ablocks-block-7ab7638f-6f80-4ff3-b311-a1840dd4dda4.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-7ab7638f-6f80-4ff3-b311-a1840dd4dda4.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-5f3566e7-e722-4201-baa9-cf6cb2324e57 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f3566e7-e722-4201-baa9-cf6cb2324e57 { text-align:center; } .ablocks-block-5f3566e7-e722-4201-baa9-cf6cb2324e57 .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-5f3566e7-e722-4201-baa9-cf6cb2324e57 .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-5f3566e7-e722-4201-baa9-cf6cb2324e57 .ablocks-heading-text { font-size:38px;line-height:56px; } } 
.ablocks-block-5896a4b7-70ee-47e3-b0dd-0f408573570b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5896a4b7-70ee-47e3-b0dd-0f408573570b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5896a4b7-70ee-47e3-b0dd-0f408573570b { 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-5896a4b7-70ee-47e3-b0dd-0f408573570b.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-5896a4b7-70ee-47e3-b0dd-0f408573570b { display:inline-flex; } 
.ablocks-block-6c30d7ce-3b26-454d-a4a7-0273cf7d0020 { 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-6c30d7ce-3b26-454d-a4a7-0273cf7d0020 { padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-6c30d7ce-3b26-454d-a4a7-0273cf7d0020 { margin-bottom:0px;padding-right:16px;padding-left:16px; } } .ablocks-block-6c30d7ce-3b26-454d-a4a7-0273cf7d0020.ablocks-block--container { padding:40px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6c30d7ce-3b26-454d-a4a7-0273cf7d0020.ablocks-block--container { padding:30px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6c30d7ce-3b26-454d-a4a7-0273cf7d0020.ablocks-block--container { padding-right:16px;padding-left:16px;max-width:min(100%,100%) !important; } } .ablocks-block-6c30d7ce-3b26-454d-a4a7-0273cf7d0020 { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } .ablocks-block-6c30d7ce-3b26-454d-a4a7-0273cf7d0020.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } 
.ablocks-block-05fb1370-d752-4128-9451-3b1085d56214 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05fb1370-d752-4128-9451-3b1085d56214 { text-align:left; } .ablocks-block-05fb1370-d752-4128-9451-3b1085d56214 .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-05fb1370-d752-4128-9451-3b1085d56214 .ablocks-paragraph-text { font-size:32px; } } .ablocks-block-05fb1370-d752-4128-9451-3b1085d56214 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-840d45e0-395a-4cb2-9098-7d128e1eae7b { 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-840d45e0-395a-4cb2-9098-7d128e1eae7b.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-840d45e0-395a-4cb2-9098-7d128e1eae7b { 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-840d45e0-395a-4cb2-9098-7d128e1eae7b.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-840d45e0-395a-4cb2-9098-7d128e1eae7b { display:inline-flex; } 
.ablocks-block-164721c5-8d2b-4e03-a7c1-e2c0f5e10da2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-164721c5-8d2b-4e03-a7c1-e2c0f5e10da2 { text-align:left; } .ablocks-block-164721c5-8d2b-4e03-a7c1-e2c0f5e10da2 .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-164721c5-8d2b-4e03-a7c1-e2c0f5e10da2 .ablocks-heading-text { font-size:42px;line-height:56px; } } 
.ablocks-block-22884239-9a83-470b-829b-60eebf86c13e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-22884239-9a83-470b-829b-60eebf86c13e { text-align:left; } .ablocks-block-22884239-9a83-470b-829b-60eebf86c13e .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-22884239-9a83-470b-829b-60eebf86c13e .ablocks-paragraph-text { font-size:24px;line-height:32px; } } .ablocks-block-22884239-9a83-470b-829b-60eebf86c13e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a6d64f6a-ffc4-422a-8fd2-488ddd62253a { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6d64f6a-ffc4-422a-8fd2-488ddd62253a { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-a6d64f6a-ffc4-422a-8fd2-488ddd62253a .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a6d64f6a-ffc4-422a-8fd2-488ddd62253a .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-a6d64f6a-ffc4-422a-8fd2-488ddd62253a .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:15px; } .ablocks-block-a6d64f6a-ffc4-422a-8fd2-488ddd62253a .ablocks-list__item-content .ablocks-list__item-text { color:#222222; } 
.ablocks-block-bf53e423-5a68-4c3f-8991-525dadd4f048 { margin-top:36px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bf53e423-5a68-4c3f-8991-525dadd4f048.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bf53e423-5a68-4c3f-8991-525dadd4f048 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-bf53e423-5a68-4c3f-8991-525dadd4f048 { column-gap:8px; } } .ablocks-block-bf53e423-5a68-4c3f-8991-525dadd4f048.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-bf53e423-5a68-4c3f-8991-525dadd4f048.ablocks-has-block-container > .ablocks-block-container { column-gap:8px; } } .ablocks-block-bf53e423-5a68-4c3f-8991-525dadd4f048 { display:inline-flex; } 
.ablocks-block-3cd2aa0b-bbdc-4d48-80e4-4191db96fab2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cd2aa0b-bbdc-4d48-80e4-4191db96fab2 { text-align:left; } .ablocks-block-3cd2aa0b-bbdc-4d48-80e4-4191db96fab2 .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-3cd2aa0b-bbdc-4d48-80e4-4191db96fab2 .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-3cd2aa0b-bbdc-4d48-80e4-4191db96fab2 .ablocks-button { padding-right:20px;padding-left:20px; } } .ablocks-block-3cd2aa0b-bbdc-4d48-80e4-4191db96fab2 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#153A4D; } .ablocks-block-3cd2aa0b-bbdc-4d48-80e4-4191db96fab2 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-3cd2aa0b-bbdc-4d48-80e4-4191db96fab2 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-3cd2aa0b-bbdc-4d48-80e4-4191db96fab2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-3cd2aa0b-bbdc-4d48-80e4-4191db96fab2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-761f877a-f29c-4e03-b7f7-5bc7f9992a8c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-761f877a-f29c-4e03-b7f7-5bc7f9992a8c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-761f877a-f29c-4e03-b7f7-5bc7f9992a8c .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-761f877a-f29c-4e03-b7f7-5bc7f9992a8c .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-761f877a-f29c-4e03-b7f7-5bc7f9992a8c .ablocks-icon-wrap { padding-bottom:15px; } } .ablocks-block-761f877a-f29c-4e03-b7f7-5bc7f9992a8c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-761f877a-f29c-4e03-b7f7-5bc7f9992a8c .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-761f877a-f29c-4e03-b7f7-5bc7f9992a8c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-6c8dd26c-e8cf-411b-ba87-6ea395fb01f2 { 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-6c8dd26c-e8cf-411b-ba87-6ea395fb01f2.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-6c8dd26c-e8cf-411b-ba87-6ea395fb01f2.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6c8dd26c-e8cf-411b-ba87-6ea395fb01f2.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6c8dd26c-e8cf-411b-ba87-6ea395fb01f2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6c8dd26c-e8cf-411b-ba87-6ea395fb01f2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e0607c17-dd70-489a-bb41-e088098df6a4 { 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-e0607c17-dd70-489a-bb41-e088098df6a4.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-e0607c17-dd70-489a-bb41-e088098df6a4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e0607c17-dd70-489a-bb41-e088098df6a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8f64fb99-9a47-4a00-8c07-9ea7453b962d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8f64fb99-9a47-4a00-8c07-9ea7453b962d { margin-top:0px; } } .ablocks-block-8f64fb99-9a47-4a00-8c07-9ea7453b962d { text-align:center; } .ablocks-block-8f64fb99-9a47-4a00-8c07-9ea7453b962d .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } .ablocks-block-8f64fb99-9a47-4a00-8c07-9ea7453b962d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-af3e1951-0e80-4878-8052-c0212c940277 { 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-af3e1951-0e80-4878-8052-c0212c940277 { padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-af3e1951-0e80-4878-8052-c0212c940277 { padding-right:17px;padding-left:15px; } } .ablocks-block-af3e1951-0e80-4878-8052-c0212c940277.ablocks-block--container { padding:39px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-af3e1951-0e80-4878-8052-c0212c940277.ablocks-block--container { padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-af3e1951-0e80-4878-8052-c0212c940277.ablocks-block--container { padding-right:17px;padding-left:15px; } } .ablocks-block-af3e1951-0e80-4878-8052-c0212c940277 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-af3e1951-0e80-4878-8052-c0212c940277.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-8a13894e-8884-4784-ad8d-d3aa31bb849f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a13894e-8884-4784-ad8d-d3aa31bb849f { text-align:left; } .ablocks-block-8a13894e-8884-4784-ad8d-d3aa31bb849f .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-8a13894e-8884-4784-ad8d-d3aa31bb849f .ablocks-paragraph-text { font-size:32px; } } .ablocks-block-8a13894e-8884-4784-ad8d-d3aa31bb849f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b632b332-2652-4beb-8b2f-4f9bca8e901e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b632b332-2652-4beb-8b2f-4f9bca8e901e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b632b332-2652-4beb-8b2f-4f9bca8e901e { 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-b632b332-2652-4beb-8b2f-4f9bca8e901e.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-b632b332-2652-4beb-8b2f-4f9bca8e901e { display:inline-flex; } 
.ablocks-block-a0808214-6332-4732-b48b-b3413f4f0900 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0808214-6332-4732-b48b-b3413f4f0900 { text-align:left; } .ablocks-block-a0808214-6332-4732-b48b-b3413f4f0900 .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-a0808214-6332-4732-b48b-b3413f4f0900 .ablocks-heading-text { font-size:42px;line-height:56px; } } 
.ablocks-block-ce371604-dda9-456a-b103-ced740a1f7a6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce371604-dda9-456a-b103-ced740a1f7a6 { text-align:left; } .ablocks-block-ce371604-dda9-456a-b103-ced740a1f7a6 .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-ce371604-dda9-456a-b103-ced740a1f7a6 .ablocks-paragraph-text { font-size:24px;line-height:32px; } } .ablocks-block-ce371604-dda9-456a-b103-ced740a1f7a6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ba4c1fe5-71bf-429d-afb1-45dc20604d04 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ba4c1fe5-71bf-429d-afb1-45dc20604d04 { margin-top:-25px; } } .ablocks-block-ba4c1fe5-71bf-429d-afb1-45dc20604d04.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-ba4c1fe5-71bf-429d-afb1-45dc20604d04.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-ba4c1fe5-71bf-429d-afb1-45dc20604d04 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-ba4c1fe5-71bf-429d-afb1-45dc20604d04 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-ba4c1fe5-71bf-429d-afb1-45dc20604d04 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ba4c1fe5-71bf-429d-afb1-45dc20604d04 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-ba4c1fe5-71bf-429d-afb1-45dc20604d04 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-ba4c1fe5-71bf-429d-afb1-45dc20604d04 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-882d7c19-3147-4979-bcd8-0bc8903e27f5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-882d7c19-3147-4979-bcd8-0bc8903e27f5 { margin-top:-18px; } } .ablocks-block-882d7c19-3147-4979-bcd8-0bc8903e27f5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-882d7c19-3147-4979-bcd8-0bc8903e27f5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-882d7c19-3147-4979-bcd8-0bc8903e27f5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b88346a3-fd71-4065-8d5d-918383aecf52 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b88346a3-fd71-4065-8d5d-918383aecf52 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-b88346a3-fd71-4065-8d5d-918383aecf52 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b88346a3-fd71-4065-8d5d-918383aecf52 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-b88346a3-fd71-4065-8d5d-918383aecf52 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#FFFFFF;fill:#FFFFFF;font-size:15px; } .ablocks-block-b88346a3-fd71-4065-8d5d-918383aecf52 .ablocks-list__item-content .ablocks-list__item-text { color:#FFFFFF; } 
.ablocks-block-de4e4ef8-e386-473b-af40-da41b21445ed { margin-top:18px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-de4e4ef8-e386-473b-af40-da41b21445ed.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-de4e4ef8-e386-473b-af40-da41b21445ed { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-de4e4ef8-e386-473b-af40-da41b21445ed { column-gap:8px; } } .ablocks-block-de4e4ef8-e386-473b-af40-da41b21445ed.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-de4e4ef8-e386-473b-af40-da41b21445ed.ablocks-has-block-container > .ablocks-block-container { column-gap:8px; } } .ablocks-block-de4e4ef8-e386-473b-af40-da41b21445ed { display:inline-flex; } 
.ablocks-block-72811dac-1385-40a0-b1d8-8149d4644151 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72811dac-1385-40a0-b1d8-8149d4644151 { text-align:left; } .ablocks-block-72811dac-1385-40a0-b1d8-8149d4644151 .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-72811dac-1385-40a0-b1d8-8149d4644151 .ablocks-button { border-radius:12px;padding-top:10px;padding-bottom:10px; } } @media screen and (max-width: 480px) { .ablocks-block-72811dac-1385-40a0-b1d8-8149d4644151 .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-72811dac-1385-40a0-b1d8-8149d4644151 .ablocks-button:hover { transition-duration:0.5s;color:#000000;background:#ffffff; } .ablocks-block-72811dac-1385-40a0-b1d8-8149d4644151 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-72811dac-1385-40a0-b1d8-8149d4644151 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-72811dac-1385-40a0-b1d8-8149d4644151 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-72811dac-1385-40a0-b1d8-8149d4644151 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3ffe4f62-391b-4113-a2c9-92b8bbc9b980 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3ffe4f62-391b-4113-a2c9-92b8bbc9b980 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3ffe4f62-391b-4113-a2c9-92b8bbc9b980 .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-3ffe4f62-391b-4113-a2c9-92b8bbc9b980 .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-3ffe4f62-391b-4113-a2c9-92b8bbc9b980 .ablocks-icon-wrap { padding-bottom:15px; } } .ablocks-block-3ffe4f62-391b-4113-a2c9-92b8bbc9b980 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-3ffe4f62-391b-4113-a2c9-92b8bbc9b980 .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-3ffe4f62-391b-4113-a2c9-92b8bbc9b980 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-a89ffe13-00c3-4724-b763-218197db8cb6 { 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-a89ffe13-00c3-4724-b763-218197db8cb6 { margin:0px;padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a89ffe13-00c3-4724-b763-218197db8cb6 { padding-right:16px;padding-left:16px; } } .ablocks-block-a89ffe13-00c3-4724-b763-218197db8cb6.ablocks-block--container { padding:40px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a89ffe13-00c3-4724-b763-218197db8cb6.ablocks-block--container { padding:30px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a89ffe13-00c3-4724-b763-218197db8cb6.ablocks-block--container { padding-right:16px;padding-left:16px;max-width:min(100%,100%) !important; } } .ablocks-block-a89ffe13-00c3-4724-b763-218197db8cb6 { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } .ablocks-block-a89ffe13-00c3-4724-b763-218197db8cb6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } 
.ablocks-block-3f81d589-8ba5-47f3-a9e7-633d50ce0c7e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f81d589-8ba5-47f3-a9e7-633d50ce0c7e { text-align:left; } .ablocks-block-3f81d589-8ba5-47f3-a9e7-633d50ce0c7e .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-3f81d589-8ba5-47f3-a9e7-633d50ce0c7e .ablocks-paragraph-text { font-size:32px; } } .ablocks-block-3f81d589-8ba5-47f3-a9e7-633d50ce0c7e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-61fb8748-7820-4830-949f-317fd2576628 { 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-61fb8748-7820-4830-949f-317fd2576628.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-61fb8748-7820-4830-949f-317fd2576628 { 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-61fb8748-7820-4830-949f-317fd2576628.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-61fb8748-7820-4830-949f-317fd2576628 { display:inline-flex; } 
.ablocks-block-6711090c-204e-4746-ae45-ce5c2b9cd78e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6711090c-204e-4746-ae45-ce5c2b9cd78e { text-align:left; } .ablocks-block-6711090c-204e-4746-ae45-ce5c2b9cd78e .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-6711090c-204e-4746-ae45-ce5c2b9cd78e .ablocks-heading-text { font-size:42px;line-height:56px; } } 
.ablocks-block-21592245-c792-4408-8cfb-0efb5f15aab5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-21592245-c792-4408-8cfb-0efb5f15aab5 { text-align:left; } .ablocks-block-21592245-c792-4408-8cfb-0efb5f15aab5 .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-21592245-c792-4408-8cfb-0efb5f15aab5 .ablocks-paragraph-text { font-size:24px;line-height:32px; } } .ablocks-block-21592245-c792-4408-8cfb-0efb5f15aab5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7052dfea-5148-44cf-88b0-c49b01f38122 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7052dfea-5148-44cf-88b0-c49b01f38122 { margin-top:20px; } } .ablocks-block-7052dfea-5148-44cf-88b0-c49b01f38122 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-7052dfea-5148-44cf-88b0-c49b01f38122 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-7052dfea-5148-44cf-88b0-c49b01f38122 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-7052dfea-5148-44cf-88b0-c49b01f38122 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:15px; } .ablocks-block-7052dfea-5148-44cf-88b0-c49b01f38122 .ablocks-list__item-content .ablocks-list__item-text { color:#222222; } 
.ablocks-block-2f9ad7d9-0c69-4c88-a536-27018fb086a6 { margin-top:36px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f9ad7d9-0c69-4c88-a536-27018fb086a6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2f9ad7d9-0c69-4c88-a536-27018fb086a6 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-2f9ad7d9-0c69-4c88-a536-27018fb086a6 { column-gap:8px; } } .ablocks-block-2f9ad7d9-0c69-4c88-a536-27018fb086a6.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-2f9ad7d9-0c69-4c88-a536-27018fb086a6.ablocks-has-block-container > .ablocks-block-container { column-gap:8px; } } .ablocks-block-2f9ad7d9-0c69-4c88-a536-27018fb086a6 { display:inline-flex; } 
.ablocks-block-49184c37-3a5e-422e-9916-670ab0380ea9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-49184c37-3a5e-422e-9916-670ab0380ea9 { text-align:left; } .ablocks-block-49184c37-3a5e-422e-9916-670ab0380ea9 .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-49184c37-3a5e-422e-9916-670ab0380ea9 .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-49184c37-3a5e-422e-9916-670ab0380ea9 .ablocks-button { padding-right:20px;padding-left:20px; } } .ablocks-block-49184c37-3a5e-422e-9916-670ab0380ea9 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#153A4D; } .ablocks-block-49184c37-3a5e-422e-9916-670ab0380ea9 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-49184c37-3a5e-422e-9916-670ab0380ea9 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-49184c37-3a5e-422e-9916-670ab0380ea9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-49184c37-3a5e-422e-9916-670ab0380ea9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5cfeb860-5a8c-454a-a3f8-7a3b7cfb8103 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5cfeb860-5a8c-454a-a3f8-7a3b7cfb8103 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5cfeb860-5a8c-454a-a3f8-7a3b7cfb8103 .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-5cfeb860-5a8c-454a-a3f8-7a3b7cfb8103 .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-5cfeb860-5a8c-454a-a3f8-7a3b7cfb8103 .ablocks-icon-wrap { padding-bottom:15px; } } .ablocks-block-5cfeb860-5a8c-454a-a3f8-7a3b7cfb8103 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-5cfeb860-5a8c-454a-a3f8-7a3b7cfb8103 .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-5cfeb860-5a8c-454a-a3f8-7a3b7cfb8103 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-73a7439b-06e4-43db-9dba-3d93f302e11d { 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-73a7439b-06e4-43db-9dba-3d93f302e11d.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } .ablocks-block-73a7439b-06e4-43db-9dba-3d93f302e11d > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-73a7439b-06e4-43db-9dba-3d93f302e11d > .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-73a7439b-06e4-43db-9dba-3d93f302e11d > .ablocks-block-container { row-gap:60px; } } .ablocks-block-73a7439b-06e4-43db-9dba-3d93f302e11d.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-73a7439b-06e4-43db-9dba-3d93f302e11d.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-70e87721-f536-4739-b500-75023aff08db { padding:0px;position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70e87721-f536-4739-b500-75023aff08db.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-70e87721-f536-4739-b500-75023aff08db { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-70e87721-f536-4739-b500-75023aff08db { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-70e87721-f536-4739-b500-75023aff08db { flex-direction:column;row-gap:30px; } } .ablocks-block-70e87721-f536-4739-b500-75023aff08db.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-70e87721-f536-4739-b500-75023aff08db.ablocks-has-block-container > .ablocks-block-container { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-70e87721-f536-4739-b500-75023aff08db.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-70e87721-f536-4739-b500-75023aff08db { display:inline-flex; } 
.ablocks-block-4d8d6f4b-f674-4529-af2b-31a906ee658c { 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-4d8d6f4b-f674-4529-af2b-31a906ee658c { padding-right:24px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-4d8d6f4b-f674-4529-af2b-31a906ee658c { padding-right:10px;padding-left:10px; } } .ablocks-block-4d8d6f4b-f674-4529-af2b-31a906ee658c.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-4d8d6f4b-f674-4529-af2b-31a906ee658c.ablocks-block--container { padding-right:24px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-4d8d6f4b-f674-4529-af2b-31a906ee658c.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-4d8d6f4b-f674-4529-af2b-31a906ee658c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4d8d6f4b-f674-4529-af2b-31a906ee658c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9c00a099-aae2-4d02-b047-6c168435591b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c00a099-aae2-4d02-b047-6c168435591b { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-9c00a099-aae2-4d02-b047-6c168435591b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9c00a099-aae2-4d02-b047-6c168435591b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:64px; } .ablocks-block-9c00a099-aae2-4d02-b047-6c168435591b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0a180224-7184-4387-8c2f-c1bf4381b792 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a180224-7184-4387-8c2f-c1bf4381b792 { text-align:left; } .ablocks-block-0a180224-7184-4387-8c2f-c1bf4381b792 .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-0a180224-7184-4387-8c2f-c1bf4381b792 .ablocks-paragraph-text { font-size:24px;line-height:34px; } } @media screen and (max-width: 480px) { .ablocks-block-0a180224-7184-4387-8c2f-c1bf4381b792 .ablocks-paragraph-text { font-size:20px;line-height:31px; } } .ablocks-block-0a180224-7184-4387-8c2f-c1bf4381b792 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6b1e11f7-5f82-4fe2-af48-31256b477276 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b1e11f7-5f82-4fe2-af48-31256b477276.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6b1e11f7-5f82-4fe2-af48-31256b477276 { 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-6b1e11f7-5f82-4fe2-af48-31256b477276 { flex-direction:column;align-items:flex-start;row-gap:8px; } } @media screen and (max-width: 480px) { .ablocks-block-6b1e11f7-5f82-4fe2-af48-31256b477276 { column-gap:10px; } } .ablocks-block-6b1e11f7-5f82-4fe2-af48-31256b477276.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-6b1e11f7-5f82-4fe2-af48-31256b477276.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-6b1e11f7-5f82-4fe2-af48-31256b477276.ablocks-has-block-container > .ablocks-block-container { column-gap:10px; } } .ablocks-block-6b1e11f7-5f82-4fe2-af48-31256b477276 { display:inline-flex; } 
.ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container), .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727.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-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container), .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727.ablocks-block--info-box > .ablocks-block-container { gap:8px; } } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-block--info-box__content { gap:8px; } } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .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-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:52px; } } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .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-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:24px;line-height:32px; } } @media screen and (max-width: 480px) { .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:18px;line-height:27px; } } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .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-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .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-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-block--info-box__content > .ablocks-info-box-text { font-size:14px;line-height:23px; } } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .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-11b76d16-89dc-4f5b-be4e-c196f6729727 .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-11b76d16-89dc-4f5b-be4e-c196f6729727.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-11b76d16-89dc-4f5b-be4e-c196f6729727.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-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .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-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-11b76d16-89dc-4f5b-be4e-c196f6729727 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-57e07aef-da57-42ec-8508-3497d13b3e44 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57e07aef-da57-42ec-8508-3497d13b3e44:not(.ablocks-has-block-container), .ablocks-block-57e07aef-da57-42ec-8508-3497d13b3e44.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-57e07aef-da57-42ec-8508-3497d13b3e44 .ablocks-rating { font-size:24px; } .ablocks-block-57e07aef-da57-42ec-8508-3497d13b3e44 .ablocks-icon-wrap { font-size:24px; } @media screen and (max-width: 480px) { .ablocks-block-57e07aef-da57-42ec-8508-3497d13b3e44 .ablocks-icon-wrap { font-size:18px; } } .ablocks-block-57e07aef-da57-42ec-8508-3497d13b3e44 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } @media screen and (max-width: 480px) { .ablocks-block-57e07aef-da57-42ec-8508-3497d13b3e44 .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-57e07aef-da57-42ec-8508-3497d13b3e44 .ablocks-star-ratings-icons { gap:10px; } .ablocks-block-57e07aef-da57-42ec-8508-3497d13b3e44 .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-56818f1b-87b1-4874-ad3f-9a583d969f44 { padding-top:295px;padding-bottom:20px;padding-left:20px;background-image:url("http://dev.ablocks.sitecoder.net/wp-content/uploads/2025/12/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-56818f1b-87b1-4874-ad3f-9a583d969f44.ablocks-block--container { padding-top:295px;padding-bottom:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-56818f1b-87b1-4874-ad3f-9a583d969f44 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-56818f1b-87b1-4874-ad3f-9a583d969f44.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cc933179-e670-4e69-9006-783562a68c3d { 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-cc933179-e670-4e69-9006-783562a68c3d.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-cc933179-e670-4e69-9006-783562a68c3d.ablocks-block--container { max-width:min(100%,89%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-cc933179-e670-4e69-9006-783562a68c3d.ablocks-block--container { max-width:min(100%,97%) !important; } } .ablocks-block-cc933179-e670-4e69-9006-783562a68c3d { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-cc933179-e670-4e69-9006-783562a68c3d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48:not(.ablocks-has-block-container), .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .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-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .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-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:24px;line-height:26px; } } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .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-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .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-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .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-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .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-721a7e7c-b9ea-4e13-9796-42e7e8cdee48.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-721a7e7c-b9ea-4e13-9796-42e7e8cdee48.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-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .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-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-721a7e7c-b9ea-4e13-9796-42e7e8cdee48 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-2b78ab12-8b72-4d02-91bc-4fe699ac894a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b78ab12-8b72-4d02-91bc-4fe699ac894a { text-align:left; } .ablocks-block-2b78ab12-8b72-4d02-91bc-4fe699ac894a .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } .ablocks-block-2b78ab12-8b72-4d02-91bc-4fe699ac894a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba { 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-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba { padding-right:40px;padding-left:40px; } } .ablocks-block-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba.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-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba.ablocks-block--container { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba.ablocks-block--container { padding-right:40px;padding-left:40px; } } .ablocks-block-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba { 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-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba { justify-content:center;justify-items:center;flex-wrap:wrap;row-gap:20px;column-gap:20px; } } .ablocks-block-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba.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-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba.ablocks-has-block-container > .ablocks-block-container { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;flex-wrap:wrap;row-gap:20px;column-gap:20px; } } .ablocks-block-c5d1d422-c6b2-4092-ae3c-b6f1caa27eba { display:inline-flex; } 
.ablocks-block-0b1d2811-b735-4fc7-b4ed-e3939af8f6db { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0b1d2811-b735-4fc7-b4ed-e3939af8f6db { width:40%; } } .ablocks-block-0b1d2811-b735-4fc7-b4ed-e3939af8f6db { display:flex;justify-content:center; } .ablocks-block-0b1d2811-b735-4fc7-b4ed-e3939af8f6db .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0b1d2811-b735-4fc7-b4ed-e3939af8f6db .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0b1d2811-b735-4fc7-b4ed-e3939af8f6db .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f0ce820d-66bc-40b4-a6f5-e97839bdf451 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f0ce820d-66bc-40b4-a6f5-e97839bdf451 { width:40%; } } .ablocks-block-f0ce820d-66bc-40b4-a6f5-e97839bdf451 { display:flex;justify-content:center; } .ablocks-block-f0ce820d-66bc-40b4-a6f5-e97839bdf451 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f0ce820d-66bc-40b4-a6f5-e97839bdf451 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f0ce820d-66bc-40b4-a6f5-e97839bdf451 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fc06fd13-5053-4d57-818f-0cfb8057f0fe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-fc06fd13-5053-4d57-818f-0cfb8057f0fe { width:40%; } } .ablocks-block-fc06fd13-5053-4d57-818f-0cfb8057f0fe { display:flex;justify-content:center; } .ablocks-block-fc06fd13-5053-4d57-818f-0cfb8057f0fe .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-fc06fd13-5053-4d57-818f-0cfb8057f0fe .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-fc06fd13-5053-4d57-818f-0cfb8057f0fe .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-077f276f-6f67-4d8f-bf13-56495be83554 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-077f276f-6f67-4d8f-bf13-56495be83554 { width:40%; } } .ablocks-block-077f276f-6f67-4d8f-bf13-56495be83554 { display:flex;justify-content:center; } .ablocks-block-077f276f-6f67-4d8f-bf13-56495be83554 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-077f276f-6f67-4d8f-bf13-56495be83554 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-077f276f-6f67-4d8f-bf13-56495be83554 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-143bce72-b395-415e-8a22-a8cc580372bc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-143bce72-b395-415e-8a22-a8cc580372bc { width:40%; } } .ablocks-block-143bce72-b395-415e-8a22-a8cc580372bc { display:flex;justify-content:center; } .ablocks-block-143bce72-b395-415e-8a22-a8cc580372bc .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-143bce72-b395-415e-8a22-a8cc580372bc .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-143bce72-b395-415e-8a22-a8cc580372bc .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ae3e7888-0d0e-4b50-9b8a-36c68ed70aa3 { 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-ae3e7888-0d0e-4b50-9b8a-36c68ed70aa3.ablocks-hide-on-desktop,.ablocks-block-ae3e7888-0d0e-4b50-9b8a-36c68ed70aa3.ablocks-hide-on-tablet,.ablocks-block-ae3e7888-0d0e-4b50-9b8a-36c68ed70aa3.ablocks-hide-on-mobile { display:none; } } .ablocks-block-ae3e7888-0d0e-4b50-9b8a-36c68ed70aa3 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ae3e7888-0d0e-4b50-9b8a-36c68ed70aa3 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-ae3e7888-0d0e-4b50-9b8a-36c68ed70aa3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-ae3e7888-0d0e-4b50-9b8a-36c68ed70aa3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6f06928d-d830-4cae-b9f3-e196271fb591 { 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-6f06928d-d830-4cae-b9f3-e196271fb591 { padding-top:10px;padding-bottom:20px; } } .ablocks-block-6f06928d-d830-4cae-b9f3-e196271fb591.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6f06928d-d830-4cae-b9f3-e196271fb591.ablocks-block--container { padding-top:10px;padding-bottom:20px; } } .ablocks-block-6f06928d-d830-4cae-b9f3-e196271fb591 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6f06928d-d830-4cae-b9f3-e196271fb591 > .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-6f06928d-d830-4cae-b9f3-e196271fb591 > .ablocks-block-container { flex-direction:column-reverse; } } @media screen and (max-width: 480px) { .ablocks-block-6f06928d-d830-4cae-b9f3-e196271fb591 > .ablocks-block-container { flex-direction:column;row-gap:60px; } } .ablocks-block-6f06928d-d830-4cae-b9f3-e196271fb591.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-6f06928d-d830-4cae-b9f3-e196271fb591.ablocks-has-block-container > .ablocks-block-container { flex-direction:column-reverse; } } @media screen and (max-width: 480px) { .ablocks-block-6f06928d-d830-4cae-b9f3-e196271fb591.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:60px; } } .ablocks-block-6f06928d-d830-4cae-b9f3-e196271fb591 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-0e85da55-306f-4f8d-b427-4256155c554c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e85da55-306f-4f8d-b427-4256155c554c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0e85da55-306f-4f8d-b427-4256155c554c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0e85da55-306f-4f8d-b427-4256155c554c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-762c1117-62e9-4194-b162-77a128f27540 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-762c1117-62e9-4194-b162-77a128f27540 .ablocks-block--single-accordion { margin-bottom:30px;border-width:1px;border-style:solid;border-color:#222;border-radius:20px; } .ablocks-block-762c1117-62e9-4194-b162-77a128f27540 .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-762c1117-62e9-4194-b162-77a128f27540 .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-762c1117-62e9-4194-b162-77a128f27540 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:20px; } } .ablocks-block-762c1117-62e9-4194-b162-77a128f27540 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:#153a4d;font-size:24px; } .ablocks-block-762c1117-62e9-4194-b162-77a128f27540 .ablocks-block--single-accordion-is-selected svg.ablocks-svg-icon { fill:#222222; } .ablocks-block-762c1117-62e9-4194-b162-77a128f27540 .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-762c1117-62e9-4194-b162-77a128f27540 .ablocks-block--single-accordion__body-content { padding-left:30px; } } 
.ablocks-block-fc3b63d8-e7a1-4892-af7c-dc4eb36256e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-fc3b63d8-e7a1-4892-af7c-dc4eb36256e7 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-fc3b63d8-e7a1-4892-af7c-dc4eb36256e7 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-fc3b63d8-e7a1-4892-af7c-dc4eb36256e7 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-fc3b63d8-e7a1-4892-af7c-dc4eb36256e7 .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-7c2535be-c12c-4574-9508-08a54fa69664 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7c2535be-c12c-4574-9508-08a54fa69664 { padding-left:30px; } } .ablocks-block-7c2535be-c12c-4574-9508-08a54fa69664 { text-align:left; } .ablocks-block-7c2535be-c12c-4574-9508-08a54fa69664 .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-7c2535be-c12c-4574-9508-08a54fa69664 .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-7c2535be-c12c-4574-9508-08a54fa69664 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-82042349-923f-4ccd-b60d-e8dbeaecd54a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-82042349-923f-4ccd-b60d-e8dbeaecd54a .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-82042349-923f-4ccd-b60d-e8dbeaecd54a .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-82042349-923f-4ccd-b60d-e8dbeaecd54a .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-82042349-923f-4ccd-b60d-e8dbeaecd54a .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-48a0dac7-5290-4e0f-aab8-eb46d285627b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-48a0dac7-5290-4e0f-aab8-eb46d285627b { padding-left:30px; } } .ablocks-block-48a0dac7-5290-4e0f-aab8-eb46d285627b { text-align:left; } .ablocks-block-48a0dac7-5290-4e0f-aab8-eb46d285627b .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-48a0dac7-5290-4e0f-aab8-eb46d285627b .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-48a0dac7-5290-4e0f-aab8-eb46d285627b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ec29299f-9a05-4262-a87d-6ac2e990b974 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ec29299f-9a05-4262-a87d-6ac2e990b974 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-ec29299f-9a05-4262-a87d-6ac2e990b974 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-ec29299f-9a05-4262-a87d-6ac2e990b974 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-ec29299f-9a05-4262-a87d-6ac2e990b974 .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-0922de42-fc55-4b34-a097-bd2733bd982f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0922de42-fc55-4b34-a097-bd2733bd982f { padding-left:30px; } } .ablocks-block-0922de42-fc55-4b34-a097-bd2733bd982f { text-align:left; } .ablocks-block-0922de42-fc55-4b34-a097-bd2733bd982f .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-0922de42-fc55-4b34-a097-bd2733bd982f .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-0922de42-fc55-4b34-a097-bd2733bd982f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7af45a86-531f-4601-9943-262bc90dbf71 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7af45a86-531f-4601-9943-262bc90dbf71 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-7af45a86-531f-4601-9943-262bc90dbf71 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-7af45a86-531f-4601-9943-262bc90dbf71 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-7af45a86-531f-4601-9943-262bc90dbf71 .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-262ef9bb-42ba-41a6-9620-d93ca7a793e1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-262ef9bb-42ba-41a6-9620-d93ca7a793e1 { padding-left:30px; } } .ablocks-block-262ef9bb-42ba-41a6-9620-d93ca7a793e1 { text-align:left; } .ablocks-block-262ef9bb-42ba-41a6-9620-d93ca7a793e1 .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-262ef9bb-42ba-41a6-9620-d93ca7a793e1 .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-262ef9bb-42ba-41a6-9620-d93ca7a793e1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fa11478b-4929-460e-8a7d-cdacb92d3d31 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa11478b-4929-460e-8a7d-cdacb92d3d31.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fa11478b-4929-460e-8a7d-cdacb92d3d31 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-fa11478b-4929-460e-8a7d-cdacb92d3d31 { align-items:center; } } .ablocks-block-fa11478b-4929-460e-8a7d-cdacb92d3d31.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-fa11478b-4929-460e-8a7d-cdacb92d3d31.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 { 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-1d5201bc-c0cc-46ee-895e-3ee57ec82307 { width:72%;z-index:6; } } @media screen and (max-width: 480px) { .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 { width:100%; } } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307:not(.ablocks-has-block-container), .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-block--info-box__content { gap:13px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-block--info-box__content { gap:10px;align-items:center; } } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .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-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .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-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .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-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:38px;line-height:45px; } } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .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-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto; } } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .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-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;font-family:Roboto; } } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .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-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .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-1d5201bc-c0cc-46ee-895e-3ee57ec82307.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-1d5201bc-c0cc-46ee-895e-3ee57ec82307.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-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .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-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1d5201bc-c0cc-46ee-895e-3ee57ec82307 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4fab14f6-3bdf-4a3b-a719-b3afabc921b0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4fab14f6-3bdf-4a3b-a719-b3afabc921b0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4fab14f6-3bdf-4a3b-a719-b3afabc921b0 { 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-4fab14f6-3bdf-4a3b-a719-b3afabc921b0 { justify-content:center;justify-items:center; } } .ablocks-block-4fab14f6-3bdf-4a3b-a719-b3afabc921b0.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-4fab14f6-3bdf-4a3b-a719-b3afabc921b0.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-4fab14f6-3bdf-4a3b-a719-b3afabc921b0 { display:inline-flex; } 
.ablocks-block-ef95cb18-1cf9-45d5-940f-516ace2263b4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef95cb18-1cf9-45d5-940f-516ace2263b4 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ef95cb18-1cf9-45d5-940f-516ace2263b4 .ablocks-icon-wrap { background:#153A4D;padding:.5em;font-size:25px;border-style:none;border-radius:8px; } @media screen and (max-width: 800px) { .ablocks-block-ef95cb18-1cf9-45d5-940f-516ace2263b4 .ablocks-icon-wrap { font-size:22px; } } .ablocks-block-ef95cb18-1cf9-45d5-940f-516ace2263b4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:25px; } @media screen and (max-width: 800px) { .ablocks-block-ef95cb18-1cf9-45d5-940f-516ace2263b4 .ablocks-icon-wrap img.ablocks-image-icon { width:22px; } } .ablocks-block-ef95cb18-1cf9-45d5-940f-516ace2263b4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-afc3c24e-a826-49d0-9eed-7023c959dba1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-afc3c24e-a826-49d0-9eed-7023c959dba1 { z-index:6; } } .ablocks-block-afc3c24e-a826-49d0-9eed-7023c959dba1 { text-align:left; } .ablocks-block-afc3c24e-a826-49d0-9eed-7023c959dba1 .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-afc3c24e-a826-49d0-9eed-7023c959dba1 .ablocks-button { border-radius:12px; } } .ablocks-block-afc3c24e-a826-49d0-9eed-7023c959dba1 .ablocks-button:hover { transition-duration:s; } .ablocks-block-afc3c24e-a826-49d0-9eed-7023c959dba1 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-afc3c24e-a826-49d0-9eed-7023c959dba1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-afc3c24e-a826-49d0-9eed-7023c959dba1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-8c6adc29-94ec-4065-9c16-a457480488ae { 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-8c6adc29-94ec-4065-9c16-a457480488ae { left:424px;top:37px; } } @media screen and (max-width: 480px) { .ablocks-block-8c6adc29-94ec-4065-9c16-a457480488ae { left:58px;top:661px; } } @media screen and (max-width: 800px) { .ablocks-block-8c6adc29-94ec-4065-9c16-a457480488ae.ablocks-hide-on-desktop,.ablocks-block-8c6adc29-94ec-4065-9c16-a457480488ae.ablocks-hide-on-tablet,.ablocks-block-8c6adc29-94ec-4065-9c16-a457480488ae.ablocks-hide-on-mobile { display:none; } } .ablocks-block-8c6adc29-94ec-4065-9c16-a457480488ae { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-8c6adc29-94ec-4065-9c16-a457480488ae .ablocks-icon-wrap { font-size:unset; } .ablocks-block-8c6adc29-94ec-4065-9c16-a457480488ae .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-8c6adc29-94ec-4065-9c16-a457480488ae .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f5ac1069-e501-431f-9df2-f9988d6750ba { 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-f5ac1069-e501-431f-9df2-f9988d6750ba { padding-top:60px;padding-bottom:0px; } } .ablocks-block-f5ac1069-e501-431f-9df2-f9988d6750ba.ablocks-block--container { padding-top:120px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-f5ac1069-e501-431f-9df2-f9988d6750ba.ablocks-block--container { padding-top:60px;padding-bottom:0px; } } .ablocks-block-f5ac1069-e501-431f-9df2-f9988d6750ba > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-f5ac1069-e501-431f-9df2-f9988d6750ba > .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-f5ac1069-e501-431f-9df2-f9988d6750ba > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-f5ac1069-e501-431f-9df2-f9988d6750ba.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-f5ac1069-e501-431f-9df2-f9988d6750ba.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } 
.ablocks-block-bd05bc2c-cf1b-43c9-857b-bcdc7515afd5 { position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bd05bc2c-cf1b-43c9-857b-bcdc7515afd5.ablocks-hide-on-desktop,.ablocks-block-bd05bc2c-cf1b-43c9-857b-bcdc7515afd5.ablocks-hide-on-tablet,.ablocks-block-bd05bc2c-cf1b-43c9-857b-bcdc7515afd5.ablocks-hide-on-mobile { display:none; } } .ablocks-block-bd05bc2c-cf1b-43c9-857b-bcdc7515afd5 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-bd05bc2c-cf1b-43c9-857b-bcdc7515afd5 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-bd05bc2c-cf1b-43c9-857b-bcdc7515afd5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:160px; } .ablocks-block-bd05bc2c-cf1b-43c9-857b-bcdc7515afd5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a0b1d899-2d7b-4fab-a7ec-24af618a4dc6 { 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-a0b1d899-2d7b-4fab-a7ec-24af618a4dc6 { margin:0px; } } .ablocks-block-a0b1d899-2d7b-4fab-a7ec-24af618a4dc6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a0b1d899-2d7b-4fab-a7ec-24af618a4dc6 { 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-a0b1d899-2d7b-4fab-a7ec-24af618a4dc6 { flex-direction:column; } } .ablocks-block-a0b1d899-2d7b-4fab-a7ec-24af618a4dc6.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-a0b1d899-2d7b-4fab-a7ec-24af618a4dc6.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-a0b1d899-2d7b-4fab-a7ec-24af618a4dc6 { display:inline-flex; } 
.ablocks-block-d93bd0ff-dff0-448b-93a7-e2ec225a3b9f { 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-d93bd0ff-dff0-448b-93a7-e2ec225a3b9f { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-d93bd0ff-dff0-448b-93a7-e2ec225a3b9f { padding:20px; } } .ablocks-block-d93bd0ff-dff0-448b-93a7-e2ec225a3b9f.ablocks-block--container { padding:60px;max-width:min(100%,50%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d93bd0ff-dff0-448b-93a7-e2ec225a3b9f.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-d93bd0ff-dff0-448b-93a7-e2ec225a3b9f.ablocks-block--container { padding:20px; } } .ablocks-block-d93bd0ff-dff0-448b-93a7-e2ec225a3b9f { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-d93bd0ff-dff0-448b-93a7-e2ec225a3b9f { row-gap:20px; } } .ablocks-block-d93bd0ff-dff0-448b-93a7-e2ec225a3b9f.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-d93bd0ff-dff0-448b-93a7-e2ec225a3b9f.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-1e5a6b07-1eaa-469b-aa93-45aafc27c54a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1e5a6b07-1eaa-469b-aa93-45aafc27c54a { text-align:left; } .ablocks-block-1e5a6b07-1eaa-469b-aa93-45aafc27c54a .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-1e5a6b07-1eaa-469b-aa93-45aafc27c54a .ablocks-heading-text { font-size:38px;line-height:42px; } } 
.ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-form-builder__field { margin-top:10px;margin-bottom:10px; } @media screen and (max-width: 800px) { .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-form-builder__field { margin-top:4px;margin-bottom:4px; } } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-form-builder__helper-text { text-align:left;margin-bottom:14px;display:none;margin-top:14px; } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .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-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .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-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-form-builder__input-icon,.ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .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-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-form-builder__submit-button { border-radius:12px;padding:14px; } } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-f547a7c7-457e-4a20-9f0c-92a57b51a6aa .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-22728b35-0ea0-443c-8caa-91df6bde2f28 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-22728b35-0ea0-443c-8caa-91df6bde2f28.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 800px) { .ablocks-block-22728b35-0ea0-443c-8caa-91df6bde2f28.ablocks-block--form-input { width:99%; } } @media screen and (max-width: 480px) { .ablocks-block-22728b35-0ea0-443c-8caa-91df6bde2f28.ablocks-block--form-input { width:49%; } } .ablocks-block-22728b35-0ea0-443c-8caa-91df6bde2f28 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-22728b35-0ea0-443c-8caa-91df6bde2f28 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-7b546d57-e557-45a9-8fac-4baa58f84042 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7b546d57-e557-45a9-8fac-4baa58f84042.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 800px) { .ablocks-block-7b546d57-e557-45a9-8fac-4baa58f84042.ablocks-block--form-input { width:99%; } } @media screen and (max-width: 480px) { .ablocks-block-7b546d57-e557-45a9-8fac-4baa58f84042.ablocks-block--form-input { width:49%; } } .ablocks-block-7b546d57-e557-45a9-8fac-4baa58f84042 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-7b546d57-e557-45a9-8fac-4baa58f84042 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-bcc04f61-c11a-47e3-a02a-7fa86def42c9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bcc04f61-c11a-47e3-a02a-7fa86def42c9.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-bcc04f61-c11a-47e3-a02a-7fa86def42c9 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-bcc04f61-c11a-47e3-a02a-7fa86def42c9 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-a045c9c5-a5f7-4084-98da-2101b01f6b20 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a045c9c5-a5f7-4084-98da-2101b01f6b20.ablocks-block--form-textarea { box-sizing:border-box;width:99%; } 
.ablocks-block-2e99e159-accb-4b11-af34-c6ddf474174e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e99e159-accb-4b11-af34-c6ddf474174e.ablocks-block--container { padding:0px;max-width:min(100%,50%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2e99e159-accb-4b11-af34-c6ddf474174e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2e99e159-accb-4b11-af34-c6ddf474174e { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-2e99e159-accb-4b11-af34-c6ddf474174e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-a5e17552-6636-48c9-8950-f22fe8bc82f0 { margin-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a5e17552-6636-48c9-8950-f22fe8bc82f0 { display:flex;justify-content:center; } .ablocks-block-a5e17552-6636-48c9-8950-f22fe8bc82f0 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-a5e17552-6636-48c9-8950-f22fe8bc82f0 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a5e17552-6636-48c9-8950-f22fe8bc82f0 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3ce0ce00-e605-4ea3-9b29-8d79ba956b6a { 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-3ce0ce00-e605-4ea3-9b29-8d79ba956b6a.ablocks-hide-on-desktop,.ablocks-block-3ce0ce00-e605-4ea3-9b29-8d79ba956b6a.ablocks-hide-on-tablet,.ablocks-block-3ce0ce00-e605-4ea3-9b29-8d79ba956b6a.ablocks-hide-on-mobile { display:none; } } .ablocks-block-3ce0ce00-e605-4ea3-9b29-8d79ba956b6a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3ce0ce00-e605-4ea3-9b29-8d79ba956b6a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3ce0ce00-e605-4ea3-9b29-8d79ba956b6a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-3ce0ce00-e605-4ea3-9b29-8d79ba956b6a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e5d21a99-a758-4e7a-81b2-22a0a5be9549 { 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-e5d21a99-a758-4e7a-81b2-22a0a5be9549 { margin-top:60px;padding-bottom:00px; } } @media screen and (max-width: 480px) { .ablocks-block-e5d21a99-a758-4e7a-81b2-22a0a5be9549 { padding-bottom:60px; } } .ablocks-block-e5d21a99-a758-4e7a-81b2-22a0a5be9549.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-e5d21a99-a758-4e7a-81b2-22a0a5be9549.ablocks-block--container { padding-bottom:00px; } } @media screen and (max-width: 480px) { .ablocks-block-e5d21a99-a758-4e7a-81b2-22a0a5be9549.ablocks-block--container { padding-bottom:60px; } } .ablocks-block-e5d21a99-a758-4e7a-81b2-22a0a5be9549 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-e5d21a99-a758-4e7a-81b2-22a0a5be9549.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-e5209e66-d744-492c-8250-32bba7051571 { 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-e5209e66-d744-492c-8250-32bba7051571 { width:62%; } } @media screen and (max-width: 480px) { .ablocks-block-e5209e66-d744-492c-8250-32bba7051571 { margin-top:0px;width:100%; } } .ablocks-block-e5209e66-d744-492c-8250-32bba7051571 { text-align:center; } .ablocks-block-e5209e66-d744-492c-8250-32bba7051571 .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-e5209e66-d744-492c-8250-32bba7051571 .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-e5209e66-d744-492c-8250-32bba7051571 .ablocks-heading-text { font-size:36px;line-height:46px; } } 
.ablocks-block-17bfbfed-ddaf-4e1b-a86f-95147844d79a { 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-17bfbfed-ddaf-4e1b-a86f-95147844d79a.ablocks-hide-on-desktop,.ablocks-block-17bfbfed-ddaf-4e1b-a86f-95147844d79a.ablocks-hide-on-tablet,.ablocks-block-17bfbfed-ddaf-4e1b-a86f-95147844d79a.ablocks-hide-on-mobile { display:none; } } .ablocks-block-17bfbfed-ddaf-4e1b-a86f-95147844d79a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-17bfbfed-ddaf-4e1b-a86f-95147844d79a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-17bfbfed-ddaf-4e1b-a86f-95147844d79a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-17bfbfed-ddaf-4e1b-a86f-95147844d79a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 { margin-top:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 { margin-top:40px; } } @media screen and (max-width: 480px) { .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 { margin-top:30px; } } .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 .filterable-cards_filter , .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 .filterable-cards-filter-wrap { justify-content:Center;gap:8px; } .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 .filterable-cards_filter .filterable-filter-button.filterable-filter-button-active { color:#fff;background:#13191B; } .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 .filterable-cards-wrap { display:grid;grid-template-columns:repeat(3,1fr);gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 .filterable-cards-wrap { grid-template-columns:repeat(2,1fr); } } @media screen and (max-width: 480px) { .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 .filterable-cards-wrap { grid-template-columns:repeat(1,1fr); } } .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 .filterable-cards-load-more-wrapper { justify-content:center; } .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 .filterable-cards-showMore-button { color:#fff;background:#13191B; } .ablocks-block-fdb31eac-dd5c-4016-a42b-27b9e581b286 .filterable-cards-showMore-button:hover { color:#fff;background:#13191B; } 
.ablocks-block-f13a0331-1850-4f78-9298-a53e8fef44cd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-d1d9d0c7-3bb0-4d23-be07-edd97a9534d5 { 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-d1d9d0c7-3bb0-4d23-be07-edd97a9534d5.ablocks-block--container { padding-top:0px;padding-bottom:30px;max-width:min(100%,410%) !important;overflow:visible; } .ablocks-block-d1d9d0c7-3bb0-4d23-be07-edd97a9534d5 { display:flex;flex-direction:column;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-d1d9d0c7-3bb0-4d23-be07-edd97a9534d5 { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-d1d9d0c7-3bb0-4d23-be07-edd97a9534d5 { align-items:flex-start;row-gap:23px; } } .ablocks-block-d1d9d0c7-3bb0-4d23-be07-edd97a9534d5.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-d1d9d0c7-3bb0-4d23-be07-edd97a9534d5.ablocks-has-block-container > .ablocks-block-container { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-d1d9d0c7-3bb0-4d23-be07-edd97a9534d5.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start;row-gap:23px; } } 
.ablocks-block-16fe0f3f-46c1-4f40-9c1f-21872505fd12 { margin-top:-67px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-16fe0f3f-46c1-4f40-9c1f-21872505fd12.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-16fe0f3f-46c1-4f40-9c1f-21872505fd12 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-16fe0f3f-46c1-4f40-9c1f-21872505fd12 { align-items:flex-start; } } .ablocks-block-16fe0f3f-46c1-4f40-9c1f-21872505fd12.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-16fe0f3f-46c1-4f40-9c1f-21872505fd12.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-3da9513b-02b7-4dd0-8de7-b323293f76a3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3da9513b-02b7-4dd0-8de7-b323293f76a3 { display:flex;justify-content:center; } .ablocks-block-3da9513b-02b7-4dd0-8de7-b323293f76a3 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-3da9513b-02b7-4dd0-8de7-b323293f76a3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3da9513b-02b7-4dd0-8de7-b323293f76a3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0935cfa4-619a-4237-a5b9-25205330ba83 { 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-0935cfa4-619a-4237-a5b9-25205330ba83 { margin-top:-18px;margin-left:0px; } } .ablocks-block-0935cfa4-619a-4237-a5b9-25205330ba83.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-0935cfa4-619a-4237-a5b9-25205330ba83.ablocks-block--container { max-width:min(100%,92%) !important; } } .ablocks-block-0935cfa4-619a-4237-a5b9-25205330ba83 { 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-0935cfa4-619a-4237-a5b9-25205330ba83.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-44de4b9a-45ff-43ec-8f99-e4fe8bc90552 { 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-44de4b9a-45ff-43ec-8f99-e4fe8bc90552 { margin-top:-55px;margin-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-44de4b9a-45ff-43ec-8f99-e4fe8bc90552 { margin-top:-40px; } } .ablocks-block-44de4b9a-45ff-43ec-8f99-e4fe8bc90552.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-44de4b9a-45ff-43ec-8f99-e4fe8bc90552.ablocks-block--container { max-width:min(100%,78%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-44de4b9a-45ff-43ec-8f99-e4fe8bc90552.ablocks-block--container { max-width:min(100%,85%) !important; } } .ablocks-block-44de4b9a-45ff-43ec-8f99-e4fe8bc90552 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-44de4b9a-45ff-43ec-8f99-e4fe8bc90552.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-7d5943b0-8be3-44d4-936d-d9a24aac2e04 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d5943b0-8be3-44d4-936d-d9a24aac2e04:not(.ablocks-has-block-container), .ablocks-block-7d5943b0-8be3-44d4-936d-d9a24aac2e04.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-7d5943b0-8be3-44d4-936d-d9a24aac2e04:not(.ablocks-has-block-container), .ablocks-block-7d5943b0-8be3-44d4-936d-d9a24aac2e04.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } 
.ablocks-block-d4c57fe5-81b2-4b12-b257-f64a77afe4c9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d4c57fe5-81b2-4b12-b257-f64a77afe4c9 .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-d4c57fe5-81b2-4b12-b257-f64a77afe4c9 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-d4c57fe5-81b2-4b12-b257-f64a77afe4c9 .ablocks-button { font-size:10px; } } .ablocks-block-d4c57fe5-81b2-4b12-b257-f64a77afe4c9 .ablocks-button:hover { transition-duration:s; } .ablocks-block-d4c57fe5-81b2-4b12-b257-f64a77afe4c9 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-d4c57fe5-81b2-4b12-b257-f64a77afe4c9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-d4c57fe5-81b2-4b12-b257-f64a77afe4c9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-11b62b5e-ca81-4745-8281-533a5e9c668c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-11b62b5e-ca81-4745-8281-533a5e9c668c .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-11b62b5e-ca81-4745-8281-533a5e9c668c .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-11b62b5e-ca81-4745-8281-533a5e9c668c .ablocks-button { font-size:10px; } } .ablocks-block-11b62b5e-ca81-4745-8281-533a5e9c668c .ablocks-button:hover { transition-duration:s; } .ablocks-block-11b62b5e-ca81-4745-8281-533a5e9c668c .ablocks-icon-wrap { font-size:13px; } .ablocks-block-11b62b5e-ca81-4745-8281-533a5e9c668c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-11b62b5e-ca81-4745-8281-533a5e9c668c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-0a4d2623-bd3d-4c25-b8da-9dbe9ea6690e { 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-0a4d2623-bd3d-4c25-b8da-9dbe9ea6690e { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-0a4d2623-bd3d-4c25-b8da-9dbe9ea6690e { padding-right:15px;padding-left:15px; } } .ablocks-block-0a4d2623-bd3d-4c25-b8da-9dbe9ea6690e { text-align:left; } .ablocks-block-0a4d2623-bd3d-4c25-b8da-9dbe9ea6690e .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-0a4d2623-bd3d-4c25-b8da-9dbe9ea6690e .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-0a2559be-be77-4201-a39d-9efc28f54fb1 { 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-0a2559be-be77-4201-a39d-9efc28f54fb1 { padding-left:0px; } } .ablocks-block-0a2559be-be77-4201-a39d-9efc28f54fb1.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-0a2559be-be77-4201-a39d-9efc28f54fb1.ablocks-block--container { padding-left:0px; } } .ablocks-block-0a2559be-be77-4201-a39d-9efc28f54fb1 { 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-0a2559be-be77-4201-a39d-9efc28f54fb1 { align-items:flex-start; } } .ablocks-block-0a2559be-be77-4201-a39d-9efc28f54fb1.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-0a2559be-be77-4201-a39d-9efc28f54fb1.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } .ablocks-block-0a2559be-be77-4201-a39d-9efc28f54fb1 { display:inline-flex; } 
.ablocks-block-57089996-ee4d-4ea6-a60f-42244df7927e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57089996-ee4d-4ea6-a60f-42244df7927e { text-align:left; } .ablocks-block-57089996-ee4d-4ea6-a60f-42244df7927e .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-57089996-ee4d-4ea6-a60f-42244df7927e .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-57089996-ee4d-4ea6-a60f-42244df7927e .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-57089996-ee4d-4ea6-a60f-42244df7927e .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#222222; } .ablocks-block-57089996-ee4d-4ea6-a60f-42244df7927e .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-57089996-ee4d-4ea6-a60f-42244df7927e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-57089996-ee4d-4ea6-a60f-42244df7927e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-57089996-ee4d-4ea6-a60f-42244df7927e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-68e9737f-0337-4a8e-a370-975431eee59a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68e9737f-0337-4a8e-a370-975431eee59a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-68e9737f-0337-4a8e-a370-975431eee59a .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-68e9737f-0337-4a8e-a370-975431eee59a .ablocks-icon-wrap { padding:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-68e9737f-0337-4a8e-a370-975431eee59a .ablocks-icon-wrap { padding:.5em;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-68e9737f-0337-4a8e-a370-975431eee59a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-68e9737f-0337-4a8e-a370-975431eee59a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-96d45283-b2d8-44f5-bdc8-2a0a909fa247 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-96d45283-b2d8-44f5-bdc8-2a0a909fa247 { margin-top:70px; } } 
.ablocks-block-1884f0e6-1286-46e9-a00f-c5ff53d3c888 { 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-1884f0e6-1286-46e9-a00f-c5ff53d3c888.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-1884f0e6-1286-46e9-a00f-c5ff53d3c888.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1884f0e6-1286-46e9-a00f-c5ff53d3c888 { 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-1884f0e6-1286-46e9-a00f-c5ff53d3c888 { row-gap:18px; } } .ablocks-block-1884f0e6-1286-46e9-a00f-c5ff53d3c888.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-1884f0e6-1286-46e9-a00f-c5ff53d3c888.ablocks-has-block-container > .ablocks-block-container { row-gap:18px; } } 
.ablocks-block-e653ef31-31d6-4fe0-948e-ad3173cbb0ec { margin-top:-67px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e653ef31-31d6-4fe0-948e-ad3173cbb0ec.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e653ef31-31d6-4fe0-948e-ad3173cbb0ec { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e653ef31-31d6-4fe0-948e-ad3173cbb0ec.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-e1dd0155-7a8b-478b-9e71-e52dfa7071cf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1dd0155-7a8b-478b-9e71-e52dfa7071cf { display:flex;justify-content:center; } .ablocks-block-e1dd0155-7a8b-478b-9e71-e52dfa7071cf .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e1dd0155-7a8b-478b-9e71-e52dfa7071cf .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e1dd0155-7a8b-478b-9e71-e52dfa7071cf .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ef462a94-4a40-4010-939b-8ea5c6b03fc1 { 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-ef462a94-4a40-4010-939b-8ea5c6b03fc1 { margin-top:-18px;margin-left:0px; } } .ablocks-block-ef462a94-4a40-4010-939b-8ea5c6b03fc1.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-ef462a94-4a40-4010-939b-8ea5c6b03fc1.ablocks-block--container { max-width:min(100%,92%) !important; } } .ablocks-block-ef462a94-4a40-4010-939b-8ea5c6b03fc1 { 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-ef462a94-4a40-4010-939b-8ea5c6b03fc1.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-206fa875-a115-44a8-a832-02a94ee730d7 { 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-206fa875-a115-44a8-a832-02a94ee730d7 { margin-top:-55px;margin-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-206fa875-a115-44a8-a832-02a94ee730d7 { margin-top:-40px; } } .ablocks-block-206fa875-a115-44a8-a832-02a94ee730d7.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-206fa875-a115-44a8-a832-02a94ee730d7.ablocks-block--container { max-width:min(100%,78%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-206fa875-a115-44a8-a832-02a94ee730d7.ablocks-block--container { max-width:min(100%,85%) !important; } } .ablocks-block-206fa875-a115-44a8-a832-02a94ee730d7 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-206fa875-a115-44a8-a832-02a94ee730d7.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-085eee91-3512-4624-a7c0-a0a3c350b0ab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-085eee91-3512-4624-a7c0-a0a3c350b0ab:not(.ablocks-has-block-container), .ablocks-block-085eee91-3512-4624-a7c0-a0a3c350b0ab.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-085eee91-3512-4624-a7c0-a0a3c350b0ab:not(.ablocks-has-block-container), .ablocks-block-085eee91-3512-4624-a7c0-a0a3c350b0ab.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } 
.ablocks-block-ead1ba0f-55e3-43c3-bb1a-4eeed22b2e56 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ead1ba0f-55e3-43c3-bb1a-4eeed22b2e56 .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-ead1ba0f-55e3-43c3-bb1a-4eeed22b2e56 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-ead1ba0f-55e3-43c3-bb1a-4eeed22b2e56 .ablocks-button { font-size:10px; } } .ablocks-block-ead1ba0f-55e3-43c3-bb1a-4eeed22b2e56 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ead1ba0f-55e3-43c3-bb1a-4eeed22b2e56 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-ead1ba0f-55e3-43c3-bb1a-4eeed22b2e56 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-ead1ba0f-55e3-43c3-bb1a-4eeed22b2e56 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-f33e7cf4-8db2-424c-86f3-ddf416fb9a22 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f33e7cf4-8db2-424c-86f3-ddf416fb9a22 .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-f33e7cf4-8db2-424c-86f3-ddf416fb9a22 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-f33e7cf4-8db2-424c-86f3-ddf416fb9a22 .ablocks-button { font-size:10px; } } .ablocks-block-f33e7cf4-8db2-424c-86f3-ddf416fb9a22 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f33e7cf4-8db2-424c-86f3-ddf416fb9a22 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-f33e7cf4-8db2-424c-86f3-ddf416fb9a22 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-f33e7cf4-8db2-424c-86f3-ddf416fb9a22 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-cb6c2f55-69f0-4cca-a339-5d0c6790ceff { 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-cb6c2f55-69f0-4cca-a339-5d0c6790ceff { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-cb6c2f55-69f0-4cca-a339-5d0c6790ceff { padding-right:15px;padding-left:15px; } } .ablocks-block-cb6c2f55-69f0-4cca-a339-5d0c6790ceff { text-align:left; } .ablocks-block-cb6c2f55-69f0-4cca-a339-5d0c6790ceff .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-cb6c2f55-69f0-4cca-a339-5d0c6790ceff .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-7adc6f1b-521c-435d-8a36-8624d29bdb56 { 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-7adc6f1b-521c-435d-8a36-8624d29bdb56 { padding:0px; } } .ablocks-block-7adc6f1b-521c-435d-8a36-8624d29bdb56.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-7adc6f1b-521c-435d-8a36-8624d29bdb56.ablocks-block--container { padding:0px; } } .ablocks-block-7adc6f1b-521c-435d-8a36-8624d29bdb56 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-7adc6f1b-521c-435d-8a36-8624d29bdb56 { align-items:flex-start; } } .ablocks-block-7adc6f1b-521c-435d-8a36-8624d29bdb56.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-7adc6f1b-521c-435d-8a36-8624d29bdb56.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } .ablocks-block-7adc6f1b-521c-435d-8a36-8624d29bdb56 { display:inline-flex; } 
.ablocks-block-7d0bc9e4-0a04-4894-9b81-aa022b67fd9d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d0bc9e4-0a04-4894-9b81-aa022b67fd9d { text-align:left; } .ablocks-block-7d0bc9e4-0a04-4894-9b81-aa022b67fd9d .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-7d0bc9e4-0a04-4894-9b81-aa022b67fd9d .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-7d0bc9e4-0a04-4894-9b81-aa022b67fd9d .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-7d0bc9e4-0a04-4894-9b81-aa022b67fd9d .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#222222; } .ablocks-block-7d0bc9e4-0a04-4894-9b81-aa022b67fd9d .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-7d0bc9e4-0a04-4894-9b81-aa022b67fd9d .ablocks-icon-wrap { font-size:16px; } .ablocks-block-7d0bc9e4-0a04-4894-9b81-aa022b67fd9d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-7d0bc9e4-0a04-4894-9b81-aa022b67fd9d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-002630b4-4925-4a09-90b0-2c66380921a7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-002630b4-4925-4a09-90b0-2c66380921a7 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-002630b4-4925-4a09-90b0-2c66380921a7 .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-002630b4-4925-4a09-90b0-2c66380921a7 .ablocks-icon-wrap { padding:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-002630b4-4925-4a09-90b0-2c66380921a7 .ablocks-icon-wrap { padding:.5em;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-002630b4-4925-4a09-90b0-2c66380921a7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-002630b4-4925-4a09-90b0-2c66380921a7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-99c76be2-783f-4d01-b955-5135211da8a6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-99c76be2-783f-4d01-b955-5135211da8a6 { margin-top:70px; } } 
.ablocks-block-8bc88b1c-b9d7-4b8e-ab35-a573ccf0a2ba { 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-8bc88b1c-b9d7-4b8e-ab35-a573ccf0a2ba.ablocks-block--container { padding-top:0px;padding-bottom:30px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8bc88b1c-b9d7-4b8e-ab35-a573ccf0a2ba { display:flex;flex-direction:column;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-8bc88b1c-b9d7-4b8e-ab35-a573ccf0a2ba { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-8bc88b1c-b9d7-4b8e-ab35-a573ccf0a2ba { align-items:center; } } .ablocks-block-8bc88b1c-b9d7-4b8e-ab35-a573ccf0a2ba.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-8bc88b1c-b9d7-4b8e-ab35-a573ccf0a2ba.ablocks-has-block-container > .ablocks-block-container { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-8bc88b1c-b9d7-4b8e-ab35-a573ccf0a2ba.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-7111660d-8b67-4a77-9fd5-15fee15ddefc { margin-top:-67px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7111660d-8b67-4a77-9fd5-15fee15ddefc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7111660d-8b67-4a77-9fd5-15fee15ddefc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7111660d-8b67-4a77-9fd5-15fee15ddefc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2bfd5f10-f310-4b92-bf77-69324c22376e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2bfd5f10-f310-4b92-bf77-69324c22376e { display:flex;justify-content:center; } .ablocks-block-2bfd5f10-f310-4b92-bf77-69324c22376e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2bfd5f10-f310-4b92-bf77-69324c22376e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2bfd5f10-f310-4b92-bf77-69324c22376e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d5382c4d-0d44-4666-8dfb-3685fde79ed1 { 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-d5382c4d-0d44-4666-8dfb-3685fde79ed1 { margin-top:-18px;margin-left:0px; } } .ablocks-block-d5382c4d-0d44-4666-8dfb-3685fde79ed1.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-d5382c4d-0d44-4666-8dfb-3685fde79ed1.ablocks-block--container { max-width:min(100%,92%) !important; } } .ablocks-block-d5382c4d-0d44-4666-8dfb-3685fde79ed1 { 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-d5382c4d-0d44-4666-8dfb-3685fde79ed1.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-dda5a2d1-2729-4c69-9653-b1f182edfe6e { 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-dda5a2d1-2729-4c69-9653-b1f182edfe6e { margin-top:-55px;margin-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-dda5a2d1-2729-4c69-9653-b1f182edfe6e { margin-top:-40px; } } .ablocks-block-dda5a2d1-2729-4c69-9653-b1f182edfe6e.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-dda5a2d1-2729-4c69-9653-b1f182edfe6e.ablocks-block--container { max-width:min(100%,78%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-dda5a2d1-2729-4c69-9653-b1f182edfe6e.ablocks-block--container { max-width:min(100%,85%) !important; } } .ablocks-block-dda5a2d1-2729-4c69-9653-b1f182edfe6e { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-dda5a2d1-2729-4c69-9653-b1f182edfe6e.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-f4618fc9-a271-41e7-9fe9-c63409b5244e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f4618fc9-a271-41e7-9fe9-c63409b5244e:not(.ablocks-has-block-container), .ablocks-block-f4618fc9-a271-41e7-9fe9-c63409b5244e.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-f4618fc9-a271-41e7-9fe9-c63409b5244e:not(.ablocks-has-block-container), .ablocks-block-f4618fc9-a271-41e7-9fe9-c63409b5244e.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } 
.ablocks-block-4b621e7c-2548-49da-a169-b150f138f0e8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b621e7c-2548-49da-a169-b150f138f0e8 .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-4b621e7c-2548-49da-a169-b150f138f0e8 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-4b621e7c-2548-49da-a169-b150f138f0e8 .ablocks-button { font-size:10px; } } .ablocks-block-4b621e7c-2548-49da-a169-b150f138f0e8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-4b621e7c-2548-49da-a169-b150f138f0e8 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-4b621e7c-2548-49da-a169-b150f138f0e8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-4b621e7c-2548-49da-a169-b150f138f0e8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-3ed385fe-5cff-4870-8e05-1c60b50083eb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3ed385fe-5cff-4870-8e05-1c60b50083eb .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-3ed385fe-5cff-4870-8e05-1c60b50083eb .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-3ed385fe-5cff-4870-8e05-1c60b50083eb .ablocks-button { font-size:10px; } } .ablocks-block-3ed385fe-5cff-4870-8e05-1c60b50083eb .ablocks-button:hover { transition-duration:s; } .ablocks-block-3ed385fe-5cff-4870-8e05-1c60b50083eb .ablocks-icon-wrap { font-size:13px; } .ablocks-block-3ed385fe-5cff-4870-8e05-1c60b50083eb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-3ed385fe-5cff-4870-8e05-1c60b50083eb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-ff0a6c68-1c61-4de7-868f-a7175eb30530 { 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-ff0a6c68-1c61-4de7-868f-a7175eb30530 { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-ff0a6c68-1c61-4de7-868f-a7175eb30530 { padding-right:15px;padding-left:15px; } } .ablocks-block-ff0a6c68-1c61-4de7-868f-a7175eb30530 { text-align:left; } .ablocks-block-ff0a6c68-1c61-4de7-868f-a7175eb30530 .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-ff0a6c68-1c61-4de7-868f-a7175eb30530 .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-175fa9fc-f832-459e-b15b-7ccc6eee7ea0 { 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-175fa9fc-f832-459e-b15b-7ccc6eee7ea0 { padding-left:0px; } } .ablocks-block-175fa9fc-f832-459e-b15b-7ccc6eee7ea0.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-175fa9fc-f832-459e-b15b-7ccc6eee7ea0.ablocks-block--container { padding-left:0px; } } .ablocks-block-175fa9fc-f832-459e-b15b-7ccc6eee7ea0 { 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-175fa9fc-f832-459e-b15b-7ccc6eee7ea0 { align-items:center; } } .ablocks-block-175fa9fc-f832-459e-b15b-7ccc6eee7ea0.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-175fa9fc-f832-459e-b15b-7ccc6eee7ea0.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } .ablocks-block-175fa9fc-f832-459e-b15b-7ccc6eee7ea0 { display:inline-flex; } 
.ablocks-block-31681440-9dda-4d17-8dc9-96a59b67472e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-31681440-9dda-4d17-8dc9-96a59b67472e { text-align:left; } .ablocks-block-31681440-9dda-4d17-8dc9-96a59b67472e .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-31681440-9dda-4d17-8dc9-96a59b67472e .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-31681440-9dda-4d17-8dc9-96a59b67472e .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-31681440-9dda-4d17-8dc9-96a59b67472e .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#222222; } .ablocks-block-31681440-9dda-4d17-8dc9-96a59b67472e .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-31681440-9dda-4d17-8dc9-96a59b67472e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-31681440-9dda-4d17-8dc9-96a59b67472e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-31681440-9dda-4d17-8dc9-96a59b67472e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ec7b71a1-c52e-4954-bbaa-1e790842b9f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec7b71a1-c52e-4954-bbaa-1e790842b9f5 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ec7b71a1-c52e-4954-bbaa-1e790842b9f5 .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-ec7b71a1-c52e-4954-bbaa-1e790842b9f5 .ablocks-icon-wrap { padding:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-ec7b71a1-c52e-4954-bbaa-1e790842b9f5 .ablocks-icon-wrap { padding:.5em;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-ec7b71a1-c52e-4954-bbaa-1e790842b9f5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-ec7b71a1-c52e-4954-bbaa-1e790842b9f5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
