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



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


.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-block--icon .ablocks-block-container{display:flex}
.ablocks-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-dasharray:1500 1500;stroke-width:.5em}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}
.ablocks-block--search-form{margin:0}.ablocks-block--search-bar,.ablocks-block--search-form{align-items:center;display:flex;overflow:hidden}.ablocks-block--search-form{width:100%}.ablocks-block--search-bar.minimal .ablocks-block--search-form{gap:0!important}.ablocks-block--search-form.both,.ablocks-block--search-form.text{gap:16px}.ablocks-block--search-input{border:1px solid #dddddf;box-sizing:border-box;font-size:16px;height:46px!important;margin:0;outline:none;padding:15px 20px;width:100%}.searchbar-input-open{opacity:1!important;width:100%!important}input[type=text].ablocks-block--search-input-collapse{opacity:0;transition:width .4s cubic-bezier(.4,0,.2,1),opacity .3s;width:0}.ablocks-block--search-input.both,.ablocks-block--search-input.text{border-radius:8px!important}.ablocks-block--search-bar.minimal .ablocks-block--search-input.searchbar-input-left{border:1px solid #dddddf;border-radius:0 30px 30px 0!important}.ablocks-block--search-bar.minimal .ablocks-block--search-input.searchbar-input-right{border:1px solid #dddddf;border-radius:30px 0 0 30px!important}.ablocks-block--search-button{align-items:center;background-color:#13191b;border:none;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:4px;height:46px;padding:15px 20px}.ablocks-block--search-button .loading-spinner{display:none;text-align:center}.ablocks-block--search-button.both{border-radius:8px}.ablocks-block--search-button.text{border-radius:8px;padding:15px 22px}.ablocks-block--search-bar.minimal .ablocks-block--search-button.searchbar-submit-left{border-radius:30px 0 0 30px}.ablocks-block--search-bar.minimal .ablocks-block--search-button.searchbar-submit-right{border-radius:0 30px 30px 0}.ablocks-block--search-bar.minimal .ablocks-block--search-button.both{padding:15px 14px}.ablocks-block--search-button:hover{background-color:#218838}.ablocks-block--search-button>span>svg{width:16px}.ablocks-block--search-button span.button-content{align-items:center;display:flex;gap:4px;justify-content:center;line-height:14px}.ablocks-block--search-button .ablocks-button__text{line-height:14px}.ablocks-block--search-empty-result{display:none!important}p.ablocks-block--search-result__list-no-data{margin:0;padding:10px}.ablocks-block--search-result{background:#fff;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;flex-direction:column;left:0;list-style:none;margin-left:0!important;margin-top:10px;overflow:hidden;padding:0;padding-left:0!important;position:absolute;top:100%;width:100%;z-index:1000}.ablocks-block--search-result .ablocks-block--search-result__list{align-items:center;cursor:pointer;display:flex;gap:24px;margin:5px 10px;padding:9px;transition:background .3s ease}.ablocks-block--search-result .ablocks-block--search-result__list a{align-items:center;display:flex}.ablocks-block--search-result .ablocks-block--search-result__list:hover{background:#f5f5f5;border-radius:8px;padding:9px}.ablocks-block--search-result__list .ablocks-block--search-result__list-title{font-size:16px;font-style:normal;font-weight:600;line-height:24px;text-decoration:none}@keyframes aBlocksSpin{to{transform:rotate(1turn)}}.ablocks-search-block__spin{animation:aBlocksSpin 2s linear infinite;transform-origin:center}
.ablocks-taxonomy-listing-item_content{padding:0 20px}.ablocks-taxonomy-listing_flex{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1.5fr)}.ablocks-taxonomy-listing-item a.ablocks-taxonomy-title__link{text-decoration:none}.ablocks-taxonomy-title{align-items:center;background:#3b82f6;border-radius:8px 8px 0 0;color:#fff;display:flex;flex-direction:row;font-size:30px;font-weight:600;gap:15px;justify-content:space-between;margin:0;padding:15px}.ablocks-taxonomy-title a{color:inherit;text-decoration:none}.ablocks-taxonomy-icon{background:#fcfbff;border-radius:50px;padding:.5em}.ablocks-taxonomy-icon svg path{fill:#fff}.ablocks-taxonomy-icon svg{height:30px;width:30px}.ablocks-reload-button{background:#3b82f6;border:2px solid #3b82f6;border-radius:8px;color:#fff;display:block;font-weight:500;padding:8px 10px;text-align:center;text-decoration:none}.ablocks-reload-button:hover{background:#fff;color:#3b82f6}.ablocks-reload-button-wrapper{margin-top:20px}.ablocks-taxonomy-posts{list-style:none;padding-left:0;word-break:break-word}.ablocks-taxonomy-title__post-count{align-items:center;background:#fcfbff;border:7px solid rgba(175,184,193,.2);border-radius:50px;color:#3b82f6;display:flex;font-size:17px;font-weight:500;height:50px;justify-content:center;text-decoration:none;width:50px}.ablocks-taxonomy-posts a{color:#8d98b2;display:block;font-size:17px;font-weight:500;padding-bottom:10px;padding-top:10px;text-decoration:none}.ablocks-taxonomy-posts a:hover{color:#3b82f6}.ablocks-taxonomy-blower{position:relative}.ablocks-taxonomy-blower input{opacity:0;position:absolute;z-index:-1}.ablocks-taxonomy-blower__content{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;transition:grid-template-rows .35s ease,opacity .35s ease}.ablocks-taxonomy-blower__content>*{overflow:hidden}.ablocks-taxonomy-blower input:checked~.ablocks-taxonomy-blower__content{grid-template-rows:1fr;opacity:1}.ablocks-taxonomy-blower__label{cursor:pointer}.ablocks-taxonomy-title span{align-items:center;display:flex;gap:10px}.ablocks-taxonomy-listing-item{background:#f9fbff;border:1px solid #cfdfff;border-radius:8px;transition:.66s}.ablocks-taxonomy-listing_direction{flex-direction:column}.ablocks-taxonomy-title span.ablocks-taxonomy-listing_direction{align-items:start}.ablocks-taxonomy-title span.ablocks-taxonomy-listing_direction .ablocks-taxonomy-title__post-count{justify-content:flex-start;width:100%}.ablocks-taxonomy-title__link{text-decoration:none}.ablocks-taxonomy__position-drag{margin-top:10px}.ablocks-taxonomy__position-drag_item{userSelect:none;align-items:center;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:grab;display:flex;gap:8px;justify-content:space-between;margin-bottom:10px;padding:8px 10px}.ablocks-taxonomy__position-drag_item:first-child{margin-top:10px}.ablocks-taxonomy-listing-scrolling{max-height:100vh;overflow-y:auto}
span.ablocks-breadcrumbs__item{color:#13191b;font-size:14px;font-weight:500}.ablocks-breadcrumbs{align-items:center;display:flex;gap:10px}div.ablocks-breadcrumbs span a{color:#74777c;text-decoration:none}div.ablocks-breadcrumbs span a:hover{color:#13191b}.ablocks-breadcrumbs__separator{color:#141a24;font-size:10px}.ablocks-breadcrumbs___before-image img{height:100%;max-height:50px;max-width:50px;width:100%}.ablocks-breadcrumbs___before-image{background:#e5e5e6;border-radius:50%;line-height:0;padding:10px}
.ablocks-block--spacer{flex-grow:1;width:100%}
.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-block-0debe2d9-addf-4e67-8106-2edad5250f0f { margin-top:0px;margin-right:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#1c1837;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0debe2d9-addf-4e67-8106-2edad5250f0f.ablocks-hide-on-desktop,.ablocks-block-0debe2d9-addf-4e67-8106-2edad5250f0f.ablocks-hide-on-tablet,.ablocks-block-0debe2d9-addf-4e67-8106-2edad5250f0f.ablocks-hide-on-mobile { display:none; } } .ablocks-block-0debe2d9-addf-4e67-8106-2edad5250f0f.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;overflow:visible; } .ablocks-block-0debe2d9-addf-4e67-8106-2edad5250f0f > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0debe2d9-addf-4e67-8106-2edad5250f0f > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-0debe2d9-addf-4e67-8106-2edad5250f0f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-0debe2d9-addf-4e67-8106-2edad5250f0f > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-f48a7bef-6cdd-4ef8-9627-cf628e2c0ff6 { padding-top:11px;padding-right:15px;padding-bottom:11px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f48a7bef-6cdd-4ef8-9627-cf628e2c0ff6:hover { background:#fefefe80; } .ablocks-block-f48a7bef-6cdd-4ef8-9627-cf628e2c0ff6 { display:flex;justify-content:center; } .ablocks-block-f48a7bef-6cdd-4ef8-9627-cf628e2c0ff6 .ablocks-image-figure img { width:107px;height:auto;opacity:1; } .ablocks-block-f48a7bef-6cdd-4ef8-9627-cf628e2c0ff6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-f48a7bef-6cdd-4ef8-9627-cf628e2c0ff6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } .image-hover-filter:hover img{ Opacity: 1; }
.ablocks-block-4e03ada0-4cb9-426f-a0fa-c40dd73ecc00 { padding-top:16px;padding-right:15px;padding-bottom:16px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4e03ada0-4cb9-426f-a0fa-c40dd73ecc00:hover { background:#fefefe80; } .ablocks-block-4e03ada0-4cb9-426f-a0fa-c40dd73ecc00 { display:flex;justify-content:center; } .ablocks-block-4e03ada0-4cb9-426f-a0fa-c40dd73ecc00 .ablocks-image-figure img { width:88px;height:auto;opacity:1; } .ablocks-block-4e03ada0-4cb9-426f-a0fa-c40dd73ecc00 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-4e03ada0-4cb9-426f-a0fa-c40dd73ecc00 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-205da957-7435-46da-96fa-0f97fd5f89db { padding-top:13px;padding-right:15px;padding-bottom:13px;padding-left:15px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-205da957-7435-46da-96fa-0f97fd5f89db { display:flex;justify-content:center; } .ablocks-block-205da957-7435-46da-96fa-0f97fd5f89db .ablocks-image-figure img { width:88px;height:auto;opacity:1; } .ablocks-block-205da957-7435-46da-96fa-0f97fd5f89db .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-205da957-7435-46da-96fa-0f97fd5f89db .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-eea5aca5-4a03-42a1-8188-dc2ed4fbff01 { padding-top:13px;padding-right:15px;padding-bottom:13px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eea5aca5-4a03-42a1-8188-dc2ed4fbff01:hover { background:#ffffff80; } .ablocks-block-eea5aca5-4a03-42a1-8188-dc2ed4fbff01 { display:flex;justify-content:center; } .ablocks-block-eea5aca5-4a03-42a1-8188-dc2ed4fbff01 .ablocks-image-figure img { width:112px;height:auto;opacity:1; } .ablocks-block-eea5aca5-4a03-42a1-8188-dc2ed4fbff01 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-eea5aca5-4a03-42a1-8188-dc2ed4fbff01 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9e4349ea-eb82-4b77-b13c-65104378687c { padding-top:13px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e4349ea-eb82-4b77-b13c-65104378687c:hover { background:#fefefe80; } .ablocks-block-9e4349ea-eb82-4b77-b13c-65104378687c { display:flex;justify-content:center; } .ablocks-block-9e4349ea-eb82-4b77-b13c-65104378687c .ablocks-image-figure img { width:130px;height:auto;opacity:1; } .ablocks-block-9e4349ea-eb82-4b77-b13c-65104378687c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-9e4349ea-eb82-4b77-b13c-65104378687c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3243f8fb-65fd-4cfb-8f38-ac74ff79b838 { padding-top:15px;padding-right:15px;padding-bottom:13px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3243f8fb-65fd-4cfb-8f38-ac74ff79b838:hover { background:#ffffff80; } .ablocks-block-3243f8fb-65fd-4cfb-8f38-ac74ff79b838 { display:flex;justify-content:center; } .ablocks-block-3243f8fb-65fd-4cfb-8f38-ac74ff79b838 .ablocks-image-figure img { width:119px;height:auto;opacity:1; } .ablocks-block-3243f8fb-65fd-4cfb-8f38-ac74ff79b838 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3243f8fb-65fd-4cfb-8f38-ac74ff79b838 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a5d02760-538b-4a9c-bd52-db70b384848c { padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a5d02760-538b-4a9c-bd52-db70b384848c:hover { background:#fefefe80; } .ablocks-block-a5d02760-538b-4a9c-bd52-db70b384848c { display:flex;justify-content:center; } .ablocks-block-a5d02760-538b-4a9c-bd52-db70b384848c .ablocks-image-figure img { width:91px;height:auto;opacity:1; } .ablocks-block-a5d02760-538b-4a9c-bd52-db70b384848c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-a5d02760-538b-4a9c-bd52-db70b384848c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f209a086-f2f6-4040-9478-b47eb9077353 { padding-top:13px;padding-right:15px;padding-bottom:13px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f209a086-f2f6-4040-9478-b47eb9077353:hover { background:#fefefe80; } .ablocks-block-f209a086-f2f6-4040-9478-b47eb9077353 { display:flex;justify-content:center; } .ablocks-block-f209a086-f2f6-4040-9478-b47eb9077353 .ablocks-image-figure img { width:60px;height:auto;opacity:1; } .ablocks-block-f209a086-f2f6-4040-9478-b47eb9077353 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-f209a086-f2f6-4040-9478-b47eb9077353 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-84441702-f5e7-4131-a136-089d42a6392e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-84441702-f5e7-4131-a136-089d42a6392e.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-84441702-f5e7-4131-a136-089d42a6392e { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-84441702-f5e7-4131-a136-089d42a6392e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 { border-width:1px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-menu { justify-content:left; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54.ablocks-menu { justify-content:left; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-main-menu > .ablocks-menu-item { color:#1c1837;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#1c1837;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-main-menu > .ablocks-menu-item:hover { color:#1c1837;background:#ffffff; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#1c1837;background:#ffffff; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-block--menu-child-sub { width:247px; } @media screen and (max-width: 480px) { .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#1c1837; } @media screen and (max-width: 480px) { .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#1c1837; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#1c1837; } @media screen and (max-width: 480px) { .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#1c1837; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-d99ae864-b368-4628-b830-9a9714d64f54 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 

.ablocks-block-4348e549-a40f-4675-bef4-0950d676ae6f { width:99%;left:0%;overflow-y:auto;overflow-x:hidden; } 
.ablocks-block-f038cbab-dc9e-4261-a5ce-43b153e045c3 { margin-top:11px;padding:12px;background:#ffffff;border-width:0px 1px 1px 1px;border-style:solid;border-color:#D0D5DD;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;box-shadow:0px 4px 24px -1px #10182829;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f038cbab-dc9e-4261-a5ce-43b153e045c3.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f038cbab-dc9e-4261-a5ce-43b153e045c3 { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-f038cbab-dc9e-4261-a5ce-43b153e045c3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-d007fa59-587a-4fae-a963-ea1ef282aed5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d007fa59-587a-4fae-a963-ea1ef282aed5 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-d007fa59-587a-4fae-a963-ea1ef282aed5 .ablocks-button { font-family:Inter; } } .ablocks-block-d007fa59-587a-4fae-a963-ea1ef282aed5 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-d007fa59-587a-4fae-a963-ea1ef282aed5 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d007fa59-587a-4fae-a963-ea1ef282aed5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-d007fa59-587a-4fae-a963-ea1ef282aed5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0871cc4f-2120-4290-83de-1f0e4d284b47 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0871cc4f-2120-4290-83de-1f0e4d284b47 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-0871cc4f-2120-4290-83de-1f0e4d284b47 .ablocks-button { font-family:Inter; } } .ablocks-block-0871cc4f-2120-4290-83de-1f0e4d284b47 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-0871cc4f-2120-4290-83de-1f0e4d284b47 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0871cc4f-2120-4290-83de-1f0e4d284b47 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-0871cc4f-2120-4290-83de-1f0e4d284b47 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-18937406-eb05-4ca6-b97f-0217cf782b68 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18937406-eb05-4ca6-b97f-0217cf782b68 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-18937406-eb05-4ca6-b97f-0217cf782b68 .ablocks-button { font-family:Inter; } } .ablocks-block-18937406-eb05-4ca6-b97f-0217cf782b68 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-18937406-eb05-4ca6-b97f-0217cf782b68 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-18937406-eb05-4ca6-b97f-0217cf782b68 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-18937406-eb05-4ca6-b97f-0217cf782b68 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898 { margin-top:0px;margin-right:0px;margin-bottom:-18px;margin-left:0px;padding-top:20px;padding-bottom:20px;background:#FFFFFF;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898 { margin-bottom:-16px; } } @media screen and (max-width: 480px) { .ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898 { padding-right:10px;padding-left:10px; } } .ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898.ablocks-block--container { padding-top:20px;padding-bottom:20px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898 > .ablocks-block-container { justify-content:center;justify-items:center;column-gap:1px; } } .ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;column-gap:1px; } } .ablocks-block-31b58e80-0ff1-40e6-8200-a28faaa2f898 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-7219b050-5a86-404b-92b3-16c7458a5daa { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7219b050-5a86-404b-92b3-16c7458a5daa { margin:0px; } } .ablocks-block-7219b050-5a86-404b-92b3-16c7458a5daa.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7219b050-5a86-404b-92b3-16c7458a5daa.ablocks-block--container { max-width:min(100%,18%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-7219b050-5a86-404b-92b3-16c7458a5daa.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7219b050-5a86-404b-92b3-16c7458a5daa { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-7219b050-5a86-404b-92b3-16c7458a5daa { flex-direction:row;align-items:center; } } .ablocks-block-7219b050-5a86-404b-92b3-16c7458a5daa.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-7219b050-5a86-404b-92b3-16c7458a5daa.ablocks-has-block-container > .ablocks-block-container { flex-direction:row;align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-7219b050-5a86-404b-92b3-16c7458a5daa { display:inline-flex; } } 
.ablocks-block-0b683ea6-2f11-4370-b289-7771a778e355 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0b683ea6-2f11-4370-b289-7771a778e355 { padding:0px; } } .ablocks-block-0b683ea6-2f11-4370-b289-7771a778e355 { display:flex;justify-content:left; } .ablocks-block-0b683ea6-2f11-4370-b289-7771a778e355 .ablocks-image-figure img { width:140px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-0b683ea6-2f11-4370-b289-7771a778e355 .ablocks-image-figure img { width:1024px; } } .ablocks-block-0b683ea6-2f11-4370-b289-7771a778e355 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0b683ea6-2f11-4370-b289-7771a778e355 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ba65cb52-d1c9-4615-947b-0e11bb7dbbdc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba65cb52-d1c9-4615-947b-0e11bb7dbbdc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ba65cb52-d1c9-4615-947b-0e11bb7dbbdc { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-ba65cb52-d1c9-4615-947b-0e11bb7dbbdc { flex-direction:row;justify-content:flex-end;justify-items:flex-end; } } .ablocks-block-ba65cb52-d1c9-4615-947b-0e11bb7dbbdc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-ba65cb52-d1c9-4615-947b-0e11bb7dbbdc.ablocks-has-block-container > .ablocks-block-container { flex-direction:row;justify-content:flex-end;justify-items:flex-end; } } @media screen and (max-width: 480px) { .ablocks-block-ba65cb52-d1c9-4615-947b-0e11bb7dbbdc { display:inline-flex; } } 
.ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-menu { justify-content:right; } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad.ablocks-menu { justify-content:right; } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item { color:#595959;border-style:none;border-color:#eaeaea;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item { font-family:Inter;padding-right:8px;padding-left:8px; } } @media screen and (max-width: 480px) { .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item { border-width:0px 0px 1px 0px; } } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#595959;border-style:none;border-color:#eaeaea;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter;padding-right:8px;padding-left:8px; } } @media screen and (max-width: 480px) { .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { border-width:0px 0px 1px 0px; } } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000; } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#000000; } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 480px) { .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#595959; } @media screen and (max-width: 480px) { .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#595959; } @media screen and (max-width: 480px) { .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-menu__trigger-wrapper { justify-content:center; } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-9c3126ec-14fe-4a18-8a29-988bb2a770ad .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 

.ablocks-block-4877378b-7072-40a9-8562-3563c2f643da { width:90%;left:0%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 480px) { .ablocks-block-4877378b-7072-40a9-8562-3563c2f643da { width:338%; } } 
.ablocks-block-add5e200-0207-435d-b347-0bfc0211e254 { padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px;background:#ffffff;border-radius:8px;box-shadow:0px 4px 8px 0px #59595929;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-add5e200-0207-435d-b347-0bfc0211e254.ablocks-block--container { padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-add5e200-0207-435d-b347-0bfc0211e254 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:10px; } .ablocks-block-add5e200-0207-435d-b347-0bfc0211e254.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:10px; } 
.ablocks-block-b1b81eca-2130-46b5-b7da-bef28c901331 { 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; } .ablocks-block-b1b81eca-2130-46b5-b7da-bef28c901331.ablocks-block--container { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b1b81eca-2130-46b5-b7da-bef28c901331 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-b1b81eca-2130-46b5-b7da-bef28c901331 { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-b1b81eca-2130-46b5-b7da-bef28c901331.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-b1b81eca-2130-46b5-b7da-bef28c901331.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-b1b81eca-2130-46b5-b7da-bef28c901331 { display:inline-flex; } 
.ablocks-block-2717cb12-5f86-458b-8cf7-6448f06750cd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2717cb12-5f86-458b-8cf7-6448f06750cd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2717cb12-5f86-458b-8cf7-6448f06750cd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-2717cb12-5f86-458b-8cf7-6448f06750cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-2717cb12-5f86-458b-8cf7-6448f06750cd { display:inline-flex; } 
.ablocks-block-bbfa2d2c-cc38-473a-9754-5b7c20609c46 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bbfa2d2c-cc38-473a-9754-5b7c20609c46.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-bbfa2d2c-cc38-473a-9754-5b7c20609c46 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bbfa2d2c-cc38-473a-9754-5b7c20609c46.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a0f179c5-b125-4091-98d2-1bb46916265c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0f179c5-b125-4091-98d2-1bb46916265c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a0f179c5-b125-4091-98d2-1bb46916265c .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a0f179c5-b125-4091-98d2-1bb46916265c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-a0f179c5-b125-4091-98d2-1bb46916265c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1598c030-f4d0-4d3c-842c-d1e02150f087 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1598c030-f4d0-4d3c-842c-d1e02150f087.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1598c030-f4d0-4d3c-842c-d1e02150f087 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-1598c030-f4d0-4d3c-842c-d1e02150f087.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-d81f8b2e-6517-4c12-891e-da371b0f3d25 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d81f8b2e-6517-4c12-891e-da371b0f3d25 { text-align:left; } .ablocks-block-d81f8b2e-6517-4c12-891e-da371b0f3d25 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-d81f8b2e-6517-4c12-891e-da371b0f3d25 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-3e9a839d-847a-4f65-a583-789ac5641652 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3e9a839d-847a-4f65-a583-789ac5641652 { text-align:left; } .ablocks-block-3e9a839d-847a-4f65-a583-789ac5641652 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-3e9a839d-847a-4f65-a583-789ac5641652 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-b1d795e7-caad-4fd0-ab45-47d980e2d64b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b1d795e7-caad-4fd0-ab45-47d980e2d64b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b1d795e7-caad-4fd0-ab45-47d980e2d64b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-b1d795e7-caad-4fd0-ab45-47d980e2d64b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-b1d795e7-caad-4fd0-ab45-47d980e2d64b { display:inline-flex; } 
.ablocks-block-9c2358f6-0506-4bc4-afce-d81f875c3909 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c2358f6-0506-4bc4-afce-d81f875c3909.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-9c2358f6-0506-4bc4-afce-d81f875c3909 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9c2358f6-0506-4bc4-afce-d81f875c3909.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-08a3e04a-bd60-46c2-9c7e-f739608814a6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08a3e04a-bd60-46c2-9c7e-f739608814a6 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-08a3e04a-bd60-46c2-9c7e-f739608814a6 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-08a3e04a-bd60-46c2-9c7e-f739608814a6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-08a3e04a-bd60-46c2-9c7e-f739608814a6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ee8d60a0-01ff-4e19-abc4-845fabdeb120 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee8d60a0-01ff-4e19-abc4-845fabdeb120.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ee8d60a0-01ff-4e19-abc4-845fabdeb120 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-ee8d60a0-01ff-4e19-abc4-845fabdeb120.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-db9e6e42-b6c9-4ad0-a33f-fbea0649db9c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db9e6e42-b6c9-4ad0-a33f-fbea0649db9c { text-align:left; } .ablocks-block-db9e6e42-b6c9-4ad0-a33f-fbea0649db9c .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-db9e6e42-b6c9-4ad0-a33f-fbea0649db9c .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-efcc455f-701c-4138-9f94-a262d94f9ead { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-efcc455f-701c-4138-9f94-a262d94f9ead { text-align:left; } .ablocks-block-efcc455f-701c-4138-9f94-a262d94f9ead .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-efcc455f-701c-4138-9f94-a262d94f9ead .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-d4590852-fe0b-4907-8bfc-daaea74c6070 { 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; } .ablocks-block-d4590852-fe0b-4907-8bfc-daaea74c6070.ablocks-block--container { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d4590852-fe0b-4907-8bfc-daaea74c6070 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-d4590852-fe0b-4907-8bfc-daaea74c6070 { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-d4590852-fe0b-4907-8bfc-daaea74c6070.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-d4590852-fe0b-4907-8bfc-daaea74c6070.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-d4590852-fe0b-4907-8bfc-daaea74c6070 { display:inline-flex; } 
.ablocks-block-f0bbe9c5-aa46-4c70-aee9-3a6253f13ad1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f0bbe9c5-aa46-4c70-aee9-3a6253f13ad1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f0bbe9c5-aa46-4c70-aee9-3a6253f13ad1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-f0bbe9c5-aa46-4c70-aee9-3a6253f13ad1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-f0bbe9c5-aa46-4c70-aee9-3a6253f13ad1 { display:inline-flex; } 
.ablocks-block-aa662c2e-5a18-4d55-98c9-2a5533b8803a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa662c2e-5a18-4d55-98c9-2a5533b8803a.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-aa662c2e-5a18-4d55-98c9-2a5533b8803a { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-aa662c2e-5a18-4d55-98c9-2a5533b8803a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d04bb59a-2785-473b-b56d-f8042f7de0f8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d04bb59a-2785-473b-b56d-f8042f7de0f8 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-d04bb59a-2785-473b-b56d-f8042f7de0f8 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d04bb59a-2785-473b-b56d-f8042f7de0f8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-d04bb59a-2785-473b-b56d-f8042f7de0f8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-572a270b-7a22-4203-a46d-c51802f44a5d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-572a270b-7a22-4203-a46d-c51802f44a5d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-572a270b-7a22-4203-a46d-c51802f44a5d { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-572a270b-7a22-4203-a46d-c51802f44a5d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-56a8e150-e21e-4571-9eec-e0cfd75c4105 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-56a8e150-e21e-4571-9eec-e0cfd75c4105 { text-align:left; } .ablocks-block-56a8e150-e21e-4571-9eec-e0cfd75c4105 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-56a8e150-e21e-4571-9eec-e0cfd75c4105 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-a6861ac2-1a10-46d2-94d8-84d8035a69e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6861ac2-1a10-46d2-94d8-84d8035a69e2 { text-align:left; } .ablocks-block-a6861ac2-1a10-46d2-94d8-84d8035a69e2 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-a6861ac2-1a10-46d2-94d8-84d8035a69e2 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-45d4e6f9-8247-4496-8ae7-be5c6171eff0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-45d4e6f9-8247-4496-8ae7-be5c6171eff0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-45d4e6f9-8247-4496-8ae7-be5c6171eff0 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-45d4e6f9-8247-4496-8ae7-be5c6171eff0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-45d4e6f9-8247-4496-8ae7-be5c6171eff0 { display:inline-flex; } 
.ablocks-block-83080c0f-f0cc-4fe9-b308-08c111268f82 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-83080c0f-f0cc-4fe9-b308-08c111268f82.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-83080c0f-f0cc-4fe9-b308-08c111268f82 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-83080c0f-f0cc-4fe9-b308-08c111268f82.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e4efdf91-17b8-40e6-9edf-ba5e21fe65a4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4efdf91-17b8-40e6-9edf-ba5e21fe65a4 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-e4efdf91-17b8-40e6-9edf-ba5e21fe65a4 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e4efdf91-17b8-40e6-9edf-ba5e21fe65a4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-e4efdf91-17b8-40e6-9edf-ba5e21fe65a4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-afcbed0d-d56b-47e4-a344-ccd5c9901c4b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afcbed0d-d56b-47e4-a344-ccd5c9901c4b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-afcbed0d-d56b-47e4-a344-ccd5c9901c4b { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-afcbed0d-d56b-47e4-a344-ccd5c9901c4b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-5e4a1e7c-ad76-4da8-a26e-5a170e58c3b7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e4a1e7c-ad76-4da8-a26e-5a170e58c3b7 { text-align:left; } .ablocks-block-5e4a1e7c-ad76-4da8-a26e-5a170e58c3b7 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5e4a1e7c-ad76-4da8-a26e-5a170e58c3b7 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-f894abbe-e908-4cc6-a7a2-f6136c734278 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f894abbe-e908-4cc6-a7a2-f6136c734278 { text-align:left; } .ablocks-block-f894abbe-e908-4cc6-a7a2-f6136c734278 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-f894abbe-e908-4cc6-a7a2-f6136c734278 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-eb36af51-7464-49a6-8ae6-2e522a226c82 { 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; } .ablocks-block-eb36af51-7464-49a6-8ae6-2e522a226c82.ablocks-block--container { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-eb36af51-7464-49a6-8ae6-2e522a226c82 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-eb36af51-7464-49a6-8ae6-2e522a226c82 { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-eb36af51-7464-49a6-8ae6-2e522a226c82.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-eb36af51-7464-49a6-8ae6-2e522a226c82.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-eb36af51-7464-49a6-8ae6-2e522a226c82 { display:inline-flex; } 
.ablocks-block-70d3d27a-d788-4f59-a951-aefe12a27441 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70d3d27a-d788-4f59-a951-aefe12a27441.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-70d3d27a-d788-4f59-a951-aefe12a27441 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-70d3d27a-d788-4f59-a951-aefe12a27441.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-70d3d27a-d788-4f59-a951-aefe12a27441 { display:inline-flex; } 
.ablocks-block-f349cd6a-b337-476f-b88d-3437277a8d45 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f349cd6a-b337-476f-b88d-3437277a8d45.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-f349cd6a-b337-476f-b88d-3437277a8d45 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f349cd6a-b337-476f-b88d-3437277a8d45.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f735be6a-6e19-419d-9214-b967fe5c7962 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f735be6a-6e19-419d-9214-b967fe5c7962 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-f735be6a-6e19-419d-9214-b967fe5c7962 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f735be6a-6e19-419d-9214-b967fe5c7962 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-f735be6a-6e19-419d-9214-b967fe5c7962 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4a2f14d4-a6a7-46bd-98db-af72a16e18a2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a2f14d4-a6a7-46bd-98db-af72a16e18a2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4a2f14d4-a6a7-46bd-98db-af72a16e18a2 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-4a2f14d4-a6a7-46bd-98db-af72a16e18a2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-fcdd4450-b088-4fea-b8ea-25576aefbe3c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fcdd4450-b088-4fea-b8ea-25576aefbe3c { text-align:left; } .ablocks-block-fcdd4450-b088-4fea-b8ea-25576aefbe3c .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-fcdd4450-b088-4fea-b8ea-25576aefbe3c .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-4d131298-bb36-41a2-9082-a1e085ff27ae { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d131298-bb36-41a2-9082-a1e085ff27ae { text-align:left; } .ablocks-block-4d131298-bb36-41a2-9082-a1e085ff27ae .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-4d131298-bb36-41a2-9082-a1e085ff27ae .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-3dd08a5b-d10b-4b19-8cb3-217bbf60d614 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3dd08a5b-d10b-4b19-8cb3-217bbf60d614.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3dd08a5b-d10b-4b19-8cb3-217bbf60d614 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-3dd08a5b-d10b-4b19-8cb3-217bbf60d614.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-3dd08a5b-d10b-4b19-8cb3-217bbf60d614 { display:inline-flex; } 
.ablocks-block-f4276c23-dfac-405a-805e-38060092f52e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f4276c23-dfac-405a-805e-38060092f52e.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-f4276c23-dfac-405a-805e-38060092f52e { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f4276c23-dfac-405a-805e-38060092f52e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3552a1c9-a64d-4abf-a17b-e2afe9f911b7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3552a1c9-a64d-4abf-a17b-e2afe9f911b7 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3552a1c9-a64d-4abf-a17b-e2afe9f911b7 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3552a1c9-a64d-4abf-a17b-e2afe9f911b7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-3552a1c9-a64d-4abf-a17b-e2afe9f911b7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c7893593-5349-465a-bfe8-00201036dc53 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c7893593-5349-465a-bfe8-00201036dc53.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c7893593-5349-465a-bfe8-00201036dc53 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-c7893593-5349-465a-bfe8-00201036dc53.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-4df81e2f-9676-4d0d-867f-19236a99a204 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4df81e2f-9676-4d0d-867f-19236a99a204 { text-align:left; } .ablocks-block-4df81e2f-9676-4d0d-867f-19236a99a204 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-4df81e2f-9676-4d0d-867f-19236a99a204 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-d611c4a6-67df-4679-bb19-abc7b08336fc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d611c4a6-67df-4679-bb19-abc7b08336fc { text-align:left; } .ablocks-block-d611c4a6-67df-4679-bb19-abc7b08336fc .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-d611c4a6-67df-4679-bb19-abc7b08336fc .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-5834a861-093e-40d4-aa29-f1a19b00a301 { 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: 480px) { .ablocks-block-5834a861-093e-40d4-aa29-f1a19b00a301 { padding-right:0px; } } .ablocks-block-5834a861-093e-40d4-aa29-f1a19b00a301.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: 480px) { .ablocks-block-5834a861-093e-40d4-aa29-f1a19b00a301.ablocks-block--container { padding-right:0px; } } .ablocks-block-5834a861-093e-40d4-aa29-f1a19b00a301 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-5834a861-093e-40d4-aa29-f1a19b00a301 { flex-direction:column;row-gap:15px;column-gap:20px; } } .ablocks-block-5834a861-093e-40d4-aa29-f1a19b00a301.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-5834a861-093e-40d4-aa29-f1a19b00a301.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px;column-gap:20px; } } .ablocks-block-5834a861-093e-40d4-aa29-f1a19b00a301 { display:inline-flex; } 
.ablocks-block-e14cc287-589d-4ca7-ab50-e1263ba2508b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e14cc287-589d-4ca7-ab50-e1263ba2508b.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-e14cc287-589d-4ca7-ab50-e1263ba2508b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e14cc287-589d-4ca7-ab50-e1263ba2508b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-e14cc287-589d-4ca7-ab50-e1263ba2508b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-e14cc287-589d-4ca7-ab50-e1263ba2508b { display:inline-flex; } 
.ablocks-block-043bcc5c-7efb-4f52-a095-94b8e81baa9a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-043bcc5c-7efb-4f52-a095-94b8e81baa9a.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-043bcc5c-7efb-4f52-a095-94b8e81baa9a { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-043bcc5c-7efb-4f52-a095-94b8e81baa9a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fee193a4-9d3c-44fe-b04d-da4688742650 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fee193a4-9d3c-44fe-b04d-da4688742650 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-fee193a4-9d3c-44fe-b04d-da4688742650 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-fee193a4-9d3c-44fe-b04d-da4688742650 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-fee193a4-9d3c-44fe-b04d-da4688742650 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-70a2faa2-e1a7-40d4-9eb2-74dec0c5aba2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70a2faa2-e1a7-40d4-9eb2-74dec0c5aba2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-70a2faa2-e1a7-40d4-9eb2-74dec0c5aba2 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-70a2faa2-e1a7-40d4-9eb2-74dec0c5aba2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-bc48198c-5245-462d-8a46-6bdb68dd412a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc48198c-5245-462d-8a46-6bdb68dd412a { text-align:left; } .ablocks-block-bc48198c-5245-462d-8a46-6bdb68dd412a .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-bc48198c-5245-462d-8a46-6bdb68dd412a .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-7abcef6e-5efb-4aeb-801a-c5be9f38b2aa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7abcef6e-5efb-4aeb-801a-c5be9f38b2aa { text-align:left; } .ablocks-block-7abcef6e-5efb-4aeb-801a-c5be9f38b2aa .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-7abcef6e-5efb-4aeb-801a-c5be9f38b2aa .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-d37c804a-46c0-4ed2-9955-a75d232aa087 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d37c804a-46c0-4ed2-9955-a75d232aa087.ablocks-hide-on-desktop,.ablocks-block-d37c804a-46c0-4ed2-9955-a75d232aa087.ablocks-hide-on-tablet,.ablocks-block-d37c804a-46c0-4ed2-9955-a75d232aa087.ablocks-hide-on-mobile { display:none; } .ablocks-block-d37c804a-46c0-4ed2-9955-a75d232aa087.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d37c804a-46c0-4ed2-9955-a75d232aa087 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-d37c804a-46c0-4ed2-9955-a75d232aa087.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-d37c804a-46c0-4ed2-9955-a75d232aa087 { display:inline-flex; } 
.ablocks-block-5c79d228-45c2-4f95-8c6a-f618aea6a861 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c79d228-45c2-4f95-8c6a-f618aea6a861.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-5c79d228-45c2-4f95-8c6a-f618aea6a861 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5c79d228-45c2-4f95-8c6a-f618aea6a861.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-db79a578-354e-4c84-8565-19fb370770bf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db79a578-354e-4c84-8565-19fb370770bf { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-db79a578-354e-4c84-8565-19fb370770bf .ablocks-icon-wrap { font-size:unset; } .ablocks-block-db79a578-354e-4c84-8565-19fb370770bf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-db79a578-354e-4c84-8565-19fb370770bf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-96dff8e8-5785-43eb-9d13-fd755a5a64f4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-96dff8e8-5785-43eb-9d13-fd755a5a64f4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-96dff8e8-5785-43eb-9d13-fd755a5a64f4 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-96dff8e8-5785-43eb-9d13-fd755a5a64f4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-e6669881-dc99-495c-99b7-1da594493034 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6669881-dc99-495c-99b7-1da594493034 { text-align:left; } .ablocks-block-e6669881-dc99-495c-99b7-1da594493034 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e6669881-dc99-495c-99b7-1da594493034 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-e9267155-7520-47e8-b664-a5418a705b26 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e9267155-7520-47e8-b664-a5418a705b26 { text-align:left; } .ablocks-block-e9267155-7520-47e8-b664-a5418a705b26 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-e9267155-7520-47e8-b664-a5418a705b26 .ablocks-heading-text { font-family:Inter; } } 

.ablocks-block-1a1f18de-d1d5-4795-9662-90040d0809f3 { width:370px;left:24%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 480px) { .ablocks-block-1a1f18de-d1d5-4795-9662-90040d0809f3 { width:619%;left:8%; } } 
.ablocks-block-d7c0d98a-c110-4387-9ac3-d4d23a496267 { padding:20px;background:#ffffff;border-bottom-right-radius:8px;border-bottom-left-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d7c0d98a-c110-4387-9ac3-d4d23a496267.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d7c0d98a-c110-4387-9ac3-d4d23a496267 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } .ablocks-block-d7c0d98a-c110-4387-9ac3-d4d23a496267.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } 
.ablocks-block-86145e42-700e-4083-b935-65882ff70129 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-86145e42-700e-4083-b935-65882ff70129 { text-align:left; } .ablocks-block-86145e42-700e-4083-b935-65882ff70129 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#0F0E16;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-86145e42-700e-4083-b935-65882ff70129 .ablocks-button { font-family:Inter; } } .ablocks-block-86145e42-700e-4083-b935-65882ff70129 .ablocks-button:hover { transition-duration:s; } .ablocks-block-86145e42-700e-4083-b935-65882ff70129 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-86145e42-700e-4083-b935-65882ff70129 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:50px; } .ablocks-block-86145e42-700e-4083-b935-65882ff70129 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9f84cf90-cdad-4984-ac87-52b305987170 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9f84cf90-cdad-4984-ac87-52b305987170 { text-align:left; } .ablocks-block-9f84cf90-cdad-4984-ac87-52b305987170 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#0F0E16;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-9f84cf90-cdad-4984-ac87-52b305987170 .ablocks-button { font-family:Inter; } } .ablocks-block-9f84cf90-cdad-4984-ac87-52b305987170 .ablocks-button:hover { transition-duration:s; } .ablocks-block-9f84cf90-cdad-4984-ac87-52b305987170 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9f84cf90-cdad-4984-ac87-52b305987170 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:50px; } .ablocks-block-9f84cf90-cdad-4984-ac87-52b305987170 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e690d2e7-d822-4048-a98c-b1bfbce50402 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e690d2e7-d822-4048-a98c-b1bfbce50402 { text-align:left; } .ablocks-block-e690d2e7-d822-4048-a98c-b1bfbce50402 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#0F0E16;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-e690d2e7-d822-4048-a98c-b1bfbce50402 .ablocks-button { font-family:Inter; } } .ablocks-block-e690d2e7-d822-4048-a98c-b1bfbce50402 .ablocks-button:hover { transition-duration:s; } .ablocks-block-e690d2e7-d822-4048-a98c-b1bfbce50402 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e690d2e7-d822-4048-a98c-b1bfbce50402 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:50px; } .ablocks-block-e690d2e7-d822-4048-a98c-b1bfbce50402 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 

.ablocks-block-a054c3d9-59d1-4e28-bc4c-426f12704023 { width:110%;left:12%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 800px) { .ablocks-block-a054c3d9-59d1-4e28-bc4c-426f12704023 { width:87%; } } @media screen and (max-width: 480px) { .ablocks-block-a054c3d9-59d1-4e28-bc4c-426f12704023 { width:100%; } } 
.ablocks-block-3f1a203b-715a-4b1f-9e5c-dc8c58b249c0 { padding-top:20px;background:#ffffff;border-radius:8px;box-shadow:0px 4px 8px 0px #59595929;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f1a203b-715a-4b1f-9e5c-dc8c58b249c0.ablocks-block--container { padding-top:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3f1a203b-715a-4b1f-9e5c-dc8c58b249c0 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3f1a203b-715a-4b1f-9e5c-dc8c58b249c0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3f1a203b-715a-4b1f-9e5c-dc8c58b249c0 { display:inline-flex; } 
.ablocks-block-88d3a1b7-b480-49d7-9786-ec92ad0003b7 { padding:0px;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88d3a1b7-b480-49d7-9786-ec92ad0003b7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-88d3a1b7-b480-49d7-9786-ec92ad0003b7 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-88d3a1b7-b480-49d7-9786-ec92ad0003b7 { flex-direction:column;row-gap:24px; } } .ablocks-block-88d3a1b7-b480-49d7-9786-ec92ad0003b7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-88d3a1b7-b480-49d7-9786-ec92ad0003b7.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-88d3a1b7-b480-49d7-9786-ec92ad0003b7 { display:inline-flex; } 
.ablocks-block-2ccbda50-5585-432d-813f-ef80cfdd7f0b { padding-top:11px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ccbda50-5585-432d-813f-ef80cfdd7f0b.ablocks-block--container { padding-top:11px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,34%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2ccbda50-5585-432d-813f-ef80cfdd7f0b.ablocks-block--container { max-width:min(100%,49%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2ccbda50-5585-432d-813f-ef80cfdd7f0b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2ccbda50-5585-432d-813f-ef80cfdd7f0b { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-2ccbda50-5585-432d-813f-ef80cfdd7f0b { row-gap:15px;column-gap:15px; } } .ablocks-block-2ccbda50-5585-432d-813f-ef80cfdd7f0b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-2ccbda50-5585-432d-813f-ef80cfdd7f0b.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } 
.ablocks-block-01f3c2b6-b007-477f-af9e-187882b2eb16 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01f3c2b6-b007-477f-af9e-187882b2eb16.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-01f3c2b6-b007-477f-af9e-187882b2eb16 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-01f3c2b6-b007-477f-af9e-187882b2eb16.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-01f3c2b6-b007-477f-af9e-187882b2eb16 { display:inline-flex; } 
.ablocks-block-88f27d43-506d-4869-8dad-249a2c2c7914 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88f27d43-506d-4869-8dad-249a2c2c7914.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } .ablocks-block-88f27d43-506d-4869-8dad-249a2c2c7914 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-88f27d43-506d-4869-8dad-249a2c2c7914.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-61426598-9cc9-4e6f-954c-48531fab8526 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-61426598-9cc9-4e6f-954c-48531fab8526 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-61426598-9cc9-4e6f-954c-48531fab8526 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-61426598-9cc9-4e6f-954c-48531fab8526 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-61426598-9cc9-4e6f-954c-48531fab8526 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7da1d30f-2ed5-498d-8529-7ff7c76d1014 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7da1d30f-2ed5-498d-8529-7ff7c76d1014.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7da1d30f-2ed5-498d-8529-7ff7c76d1014 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-7da1d30f-2ed5-498d-8529-7ff7c76d1014.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-1cffed9d-568e-4a17-ba2c-2e5cd8fa007f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1cffed9d-568e-4a17-ba2c-2e5cd8fa007f { text-align:left; } .ablocks-block-1cffed9d-568e-4a17-ba2c-2e5cd8fa007f .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1cffed9d-568e-4a17-ba2c-2e5cd8fa007f .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-dfbcc414-c6ba-47ab-a649-451002c31fcd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dfbcc414-c6ba-47ab-a649-451002c31fcd { text-align:left; } .ablocks-block-dfbcc414-c6ba-47ab-a649-451002c31fcd .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-dfbcc414-c6ba-47ab-a649-451002c31fcd .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-ed9a44e8-440d-4b6f-ab18-fa1fb624cee1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed9a44e8-440d-4b6f-ab18-fa1fb624cee1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ed9a44e8-440d-4b6f-ab18-fa1fb624cee1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-ed9a44e8-440d-4b6f-ab18-fa1fb624cee1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-ed9a44e8-440d-4b6f-ab18-fa1fb624cee1 { display:inline-flex; } 
.ablocks-block-9551f0b3-01b8-4911-8355-ac0b79033135 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9551f0b3-01b8-4911-8355-ac0b79033135.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } .ablocks-block-9551f0b3-01b8-4911-8355-ac0b79033135 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9551f0b3-01b8-4911-8355-ac0b79033135.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3e5fdc4a-d78a-4369-abca-e89f05666ef5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3e5fdc4a-d78a-4369-abca-e89f05666ef5 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3e5fdc4a-d78a-4369-abca-e89f05666ef5 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3e5fdc4a-d78a-4369-abca-e89f05666ef5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-3e5fdc4a-d78a-4369-abca-e89f05666ef5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9d02eefb-711d-470c-b74c-d59dae2f5ad5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9d02eefb-711d-470c-b74c-d59dae2f5ad5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9d02eefb-711d-470c-b74c-d59dae2f5ad5 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-9d02eefb-711d-470c-b74c-d59dae2f5ad5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-7a138e45-4f7f-4b63-aa74-e8e6786333ff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a138e45-4f7f-4b63-aa74-e8e6786333ff { text-align:left; } .ablocks-block-7a138e45-4f7f-4b63-aa74-e8e6786333ff .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7a138e45-4f7f-4b63-aa74-e8e6786333ff .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-149ebd35-ce94-41be-9743-8c6653615d36 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-149ebd35-ce94-41be-9743-8c6653615d36 { text-align:left; } .ablocks-block-149ebd35-ce94-41be-9743-8c6653615d36 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-149ebd35-ce94-41be-9743-8c6653615d36 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-8967ef17-4b51-4332-8f41-c0a558b0ee21 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8967ef17-4b51-4332-8f41-c0a558b0ee21.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8967ef17-4b51-4332-8f41-c0a558b0ee21 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8967ef17-4b51-4332-8f41-c0a558b0ee21.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8967ef17-4b51-4332-8f41-c0a558b0ee21 { display:inline-flex; } 
.ablocks-block-42af400c-fdd8-4e8a-864a-c23f7854038d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42af400c-fdd8-4e8a-864a-c23f7854038d.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } .ablocks-block-42af400c-fdd8-4e8a-864a-c23f7854038d { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-42af400c-fdd8-4e8a-864a-c23f7854038d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8c974803-aeb5-41cc-8424-72dc58c2fa15 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c974803-aeb5-41cc-8424-72dc58c2fa15 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-8c974803-aeb5-41cc-8424-72dc58c2fa15 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-8c974803-aeb5-41cc-8424-72dc58c2fa15 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-8c974803-aeb5-41cc-8424-72dc58c2fa15 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e1e9d2bd-e641-4dbb-a77c-bb70913f35d6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1e9d2bd-e641-4dbb-a77c-bb70913f35d6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e1e9d2bd-e641-4dbb-a77c-bb70913f35d6 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-e1e9d2bd-e641-4dbb-a77c-bb70913f35d6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-2cd16914-bcf0-4552-b28f-7d967687f54a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2cd16914-bcf0-4552-b28f-7d967687f54a { text-align:left; } .ablocks-block-2cd16914-bcf0-4552-b28f-7d967687f54a .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-2cd16914-bcf0-4552-b28f-7d967687f54a .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-a32864a0-a0b6-4f2a-bd7b-1d7c926076f3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a32864a0-a0b6-4f2a-bd7b-1d7c926076f3 { text-align:left; } .ablocks-block-a32864a0-a0b6-4f2a-bd7b-1d7c926076f3 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-a32864a0-a0b6-4f2a-bd7b-1d7c926076f3 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-e78a7f96-3bc3-4528-bb96-c973537299e4 { padding-top:10px;padding-right:15px;padding-bottom:10px;padding-left:15px;border-width:1px;border-style:solid;border-color:#EBEBEB;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e78a7f96-3bc3-4528-bb96-c973537299e4.ablocks-block--container { padding-top:10px;padding-right:15px;padding-bottom:10px;padding-left:15px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e78a7f96-3bc3-4528-bb96-c973537299e4.ablocks-block--container { max-width:min(100%,51%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-e78a7f96-3bc3-4528-bb96-c973537299e4.ablocks-block--container { max-width:min(100%,99%) !important; } } .ablocks-block-e78a7f96-3bc3-4528-bb96-c973537299e4 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e78a7f96-3bc3-4528-bb96-c973537299e4 { flex-direction:column;row-gap:24px; } } .ablocks-block-e78a7f96-3bc3-4528-bb96-c973537299e4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e78a7f96-3bc3-4528-bb96-c973537299e4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-e78a7f96-3bc3-4528-bb96-c973537299e4 { display:inline-flex; } 
.ablocks-block-6b51342c-5b09-41fd-8230-fb4e49306782 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b51342c-5b09-41fd-8230-fb4e49306782.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6b51342c-5b09-41fd-8230-fb4e49306782 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6b51342c-5b09-41fd-8230-fb4e49306782 { row-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-6b51342c-5b09-41fd-8230-fb4e49306782 { row-gap:15px;column-gap:15px; } } .ablocks-block-6b51342c-5b09-41fd-8230-fb4e49306782.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-6b51342c-5b09-41fd-8230-fb4e49306782.ablocks-has-block-container > .ablocks-block-container { row-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-6b51342c-5b09-41fd-8230-fb4e49306782.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } 
.ablocks-block-0fbf0a3c-a143-4db1-bd6d-a3af2ac66e5b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0fbf0a3c-a143-4db1-bd6d-a3af2ac66e5b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0fbf0a3c-a143-4db1-bd6d-a3af2ac66e5b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-0fbf0a3c-a143-4db1-bd6d-a3af2ac66e5b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-0fbf0a3c-a143-4db1-bd6d-a3af2ac66e5b { display:inline-flex; } 
.ablocks-block-9c926a5b-c077-48ce-abb0-f58274ec2a26 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c926a5b-c077-48ce-abb0-f58274ec2a26.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } .ablocks-block-9c926a5b-c077-48ce-abb0-f58274ec2a26 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9c926a5b-c077-48ce-abb0-f58274ec2a26.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b979ab73-c2dd-490d-b395-e384e17ed1ee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b979ab73-c2dd-490d-b395-e384e17ed1ee { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b979ab73-c2dd-490d-b395-e384e17ed1ee .ablocks-icon-wrap { font-size:unset; } .ablocks-block-b979ab73-c2dd-490d-b395-e384e17ed1ee .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-b979ab73-c2dd-490d-b395-e384e17ed1ee .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a312d717-3f40-4a06-9634-be8992bf7618 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a312d717-3f40-4a06-9634-be8992bf7618.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a312d717-3f40-4a06-9634-be8992bf7618 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-a312d717-3f40-4a06-9634-be8992bf7618.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-ab633670-c2b5-4c3d-9856-c1d7da334f95 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab633670-c2b5-4c3d-9856-c1d7da334f95 { text-align:left; } .ablocks-block-ab633670-c2b5-4c3d-9856-c1d7da334f95 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ab633670-c2b5-4c3d-9856-c1d7da334f95 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-600de77b-d122-432b-8c5e-c6f172213d96 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-600de77b-d122-432b-8c5e-c6f172213d96 { text-align:left; } .ablocks-block-600de77b-d122-432b-8c5e-c6f172213d96 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-600de77b-d122-432b-8c5e-c6f172213d96 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-2b8cf601-4cbc-4380-b65d-f73da202a4fd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b8cf601-4cbc-4380-b65d-f73da202a4fd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2b8cf601-4cbc-4380-b65d-f73da202a4fd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-2b8cf601-4cbc-4380-b65d-f73da202a4fd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-2b8cf601-4cbc-4380-b65d-f73da202a4fd { display:inline-flex; } 
.ablocks-block-d780c660-99b7-434a-a0b9-6270eff35e7e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d780c660-99b7-434a-a0b9-6270eff35e7e.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } .ablocks-block-d780c660-99b7-434a-a0b9-6270eff35e7e { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d780c660-99b7-434a-a0b9-6270eff35e7e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-27dd22c7-1e47-4b3f-bfb8-0a51767bcefd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-27dd22c7-1e47-4b3f-bfb8-0a51767bcefd { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-27dd22c7-1e47-4b3f-bfb8-0a51767bcefd .ablocks-icon-wrap { font-size:unset; } .ablocks-block-27dd22c7-1e47-4b3f-bfb8-0a51767bcefd .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-27dd22c7-1e47-4b3f-bfb8-0a51767bcefd .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f95a064c-0c85-428a-8ee4-0bbec0d34f1c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f95a064c-0c85-428a-8ee4-0bbec0d34f1c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f95a064c-0c85-428a-8ee4-0bbec0d34f1c { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-f95a064c-0c85-428a-8ee4-0bbec0d34f1c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-fcec8346-1d11-432f-bfb8-0e4508b0fba3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fcec8346-1d11-432f-bfb8-0e4508b0fba3 { text-align:left; } .ablocks-block-fcec8346-1d11-432f-bfb8-0e4508b0fba3 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-fcec8346-1d11-432f-bfb8-0e4508b0fba3 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-f288626a-dcd1-4b3d-b441-1e7effca33d7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f288626a-dcd1-4b3d-b441-1e7effca33d7 { text-align:left; } .ablocks-block-f288626a-dcd1-4b3d-b441-1e7effca33d7 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-f288626a-dcd1-4b3d-b441-1e7effca33d7 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-6b6f59d0-2cca-4f97-a730-0d9256930ae1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b6f59d0-2cca-4f97-a730-0d9256930ae1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6b6f59d0-2cca-4f97-a730-0d9256930ae1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-6b6f59d0-2cca-4f97-a730-0d9256930ae1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-6b6f59d0-2cca-4f97-a730-0d9256930ae1 { display:inline-flex; } 
.ablocks-block-4d82c26d-b330-48a7-8037-caa5d93c3518 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d82c26d-b330-48a7-8037-caa5d93c3518.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } .ablocks-block-4d82c26d-b330-48a7-8037-caa5d93c3518 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4d82c26d-b330-48a7-8037-caa5d93c3518.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9394c4a2-0655-4c17-85cd-ed04b8967cd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9394c4a2-0655-4c17-85cd-ed04b8967cd9 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-9394c4a2-0655-4c17-85cd-ed04b8967cd9 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9394c4a2-0655-4c17-85cd-ed04b8967cd9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-9394c4a2-0655-4c17-85cd-ed04b8967cd9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-40327b54-e2ae-4ca6-b707-ff702e9e7fbf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-40327b54-e2ae-4ca6-b707-ff702e9e7fbf.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-40327b54-e2ae-4ca6-b707-ff702e9e7fbf { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-40327b54-e2ae-4ca6-b707-ff702e9e7fbf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-a302c352-f75b-4395-9050-b23724a97026 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a302c352-f75b-4395-9050-b23724a97026 { text-align:left; } .ablocks-block-a302c352-f75b-4395-9050-b23724a97026 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a302c352-f75b-4395-9050-b23724a97026 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-84854df9-ba6d-4696-9598-4d9d6c1f2c18 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-84854df9-ba6d-4696-9598-4d9d6c1f2c18 { text-align:left; } .ablocks-block-84854df9-ba6d-4696-9598-4d9d6c1f2c18 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-84854df9-ba6d-4696-9598-4d9d6c1f2c18 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-1c5882c3-0589-4982-a106-19c056e52742 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c5882c3-0589-4982-a106-19c056e52742.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1c5882c3-0589-4982-a106-19c056e52742 { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-1c5882c3-0589-4982-a106-19c056e52742 { row-gap:15px;column-gap:15px; } } .ablocks-block-1c5882c3-0589-4982-a106-19c056e52742.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-1c5882c3-0589-4982-a106-19c056e52742.ablocks-has-block-container > .ablocks-block-container { row-gap:15px;column-gap:15px; } } 
.ablocks-block-a49b9641-ccea-4d17-8e8d-d6941a7431a8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a49b9641-ccea-4d17-8e8d-d6941a7431a8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a49b9641-ccea-4d17-8e8d-d6941a7431a8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-a49b9641-ccea-4d17-8e8d-d6941a7431a8 { align-items:center; } } .ablocks-block-a49b9641-ccea-4d17-8e8d-d6941a7431a8.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-a49b9641-ccea-4d17-8e8d-d6941a7431a8.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } .ablocks-block-a49b9641-ccea-4d17-8e8d-d6941a7431a8 { display:inline-flex; } 
.ablocks-block-392efa67-2d15-41e4-bf93-037f592d0e53 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-392efa67-2d15-41e4-bf93-037f592d0e53.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } .ablocks-block-392efa67-2d15-41e4-bf93-037f592d0e53 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-392efa67-2d15-41e4-bf93-037f592d0e53.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c524650e-1cf9-411a-8c23-95b5f2d24fee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c524650e-1cf9-411a-8c23-95b5f2d24fee { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c524650e-1cf9-411a-8c23-95b5f2d24fee .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c524650e-1cf9-411a-8c23-95b5f2d24fee .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:50px; } .ablocks-block-c524650e-1cf9-411a-8c23-95b5f2d24fee .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ef88ffb7-b1ca-4eb0-904e-c0321dc4888f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef88ffb7-b1ca-4eb0-904e-c0321dc4888f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ef88ffb7-b1ca-4eb0-904e-c0321dc4888f { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-ef88ffb7-b1ca-4eb0-904e-c0321dc4888f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-75c9ba81-5972-4fae-966d-a397aa193f16 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-75c9ba81-5972-4fae-966d-a397aa193f16 { text-align:left; } .ablocks-block-75c9ba81-5972-4fae-966d-a397aa193f16 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-75c9ba81-5972-4fae-966d-a397aa193f16 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-8c07aebd-d374-4d3c-b5e1-f6f8687ef3b0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c07aebd-d374-4d3c-b5e1-f6f8687ef3b0 { text-align:left; } .ablocks-block-8c07aebd-d374-4d3c-b5e1-f6f8687ef3b0 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8c07aebd-d374-4d3c-b5e1-f6f8687ef3b0 .ablocks-heading-text { font-family:Inter; } } 


.ablocks-block-f478fe92-1030-4d2f-be11-e392e97089f2 { width:83%;left:7%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 800px) { .ablocks-block-f478fe92-1030-4d2f-be11-e392e97089f2 { width:93%;left:-27%; } } @media screen and (max-width: 480px) { .ablocks-block-f478fe92-1030-4d2f-be11-e392e97089f2 { width:100%; } } 
.ablocks-block-1f24e13c-04a1-4910-b302-5a886fca4165 { padding-top:20px;padding-bottom:20px;background:#ffffff;border-radius:8px;box-shadow:0px 4px 8px 0px #59595929;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f24e13c-04a1-4910-b302-5a886fca4165.ablocks-block--container { padding-top:20px;padding-bottom:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1f24e13c-04a1-4910-b302-5a886fca4165 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } .ablocks-block-1f24e13c-04a1-4910-b302-5a886fca4165.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } 
.ablocks-block-e9c1e144-6c19-475b-8520-aa4ce92f6b1f { 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-e9c1e144-6c19-475b-8520-aa4ce92f6b1f { padding:0px; } } .ablocks-block-e9c1e144-6c19-475b-8520-aa4ce92f6b1f.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-e9c1e144-6c19-475b-8520-aa4ce92f6b1f.ablocks-block--container { padding:0px; } } .ablocks-block-e9c1e144-6c19-475b-8520-aa4ce92f6b1f { display:flex;flex-direction:row;min-height:0px;row-gap:3px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e9c1e144-6c19-475b-8520-aa4ce92f6b1f { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-e9c1e144-6c19-475b-8520-aa4ce92f6b1f { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-e9c1e144-6c19-475b-8520-aa4ce92f6b1f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:3px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e9c1e144-6c19-475b-8520-aa4ce92f6b1f.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-e9c1e144-6c19-475b-8520-aa4ce92f6b1f.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-e9c1e144-6c19-475b-8520-aa4ce92f6b1f { display:inline-flex; } 
.ablocks-block-dd5edd5c-98cc-45ae-8726-75d602177561 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd5edd5c-98cc-45ae-8726-75d602177561.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-dd5edd5c-98cc-45ae-8726-75d602177561 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-dd5edd5c-98cc-45ae-8726-75d602177561.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-dd5edd5c-98cc-45ae-8726-75d602177561 { display:inline-flex; } 
.ablocks-block-8e685569-2a48-4d4f-8750-dd1165701411 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e685569-2a48-4d4f-8750-dd1165701411.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8e685569-2a48-4d4f-8750-dd1165701411.ablocks-block--container { max-width:min(100%,20%) !important; } } .ablocks-block-8e685569-2a48-4d4f-8750-dd1165701411 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8e685569-2a48-4d4f-8750-dd1165701411.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fe0fbfd3-2e44-467e-abe7-e860c3b7f104 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe0fbfd3-2e44-467e-abe7-e860c3b7f104 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-fe0fbfd3-2e44-467e-abe7-e860c3b7f104 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-fe0fbfd3-2e44-467e-abe7-e860c3b7f104 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-fe0fbfd3-2e44-467e-abe7-e860c3b7f104 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-842c33e3-072f-463a-8e37-4766171c4e30 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-842c33e3-072f-463a-8e37-4766171c4e30.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-842c33e3-072f-463a-8e37-4766171c4e30 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-842c33e3-072f-463a-8e37-4766171c4e30.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-ae4fbc64-02f6-4bf9-9ef4-f4dc1e24c53f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae4fbc64-02f6-4bf9-9ef4-f4dc1e24c53f { text-align:left; } .ablocks-block-ae4fbc64-02f6-4bf9-9ef4-f4dc1e24c53f .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ae4fbc64-02f6-4bf9-9ef4-f4dc1e24c53f .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-794f1160-6f43-4cee-8247-207c61c76687 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-794f1160-6f43-4cee-8247-207c61c76687 { text-align:left; } .ablocks-block-794f1160-6f43-4cee-8247-207c61c76687 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-794f1160-6f43-4cee-8247-207c61c76687 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-8b820bc8-3e2d-4d14-870c-b92b2935eb42 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b820bc8-3e2d-4d14-870c-b92b2935eb42.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8b820bc8-3e2d-4d14-870c-b92b2935eb42 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8b820bc8-3e2d-4d14-870c-b92b2935eb42.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8b820bc8-3e2d-4d14-870c-b92b2935eb42 { display:inline-flex; } 
.ablocks-block-b2a55567-eea0-403a-9ac6-463f624b3e1b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b2a55567-eea0-403a-9ac6-463f624b3e1b.ablocks-block--container { padding:0px;max-width:min(100%,19%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b2a55567-eea0-403a-9ac6-463f624b3e1b.ablocks-block--container { max-width:min(100%,20%) !important; } } .ablocks-block-b2a55567-eea0-403a-9ac6-463f624b3e1b { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b2a55567-eea0-403a-9ac6-463f624b3e1b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fb7e54af-a7f8-4630-bbc5-6496a9789e7c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fb7e54af-a7f8-4630-bbc5-6496a9789e7c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-fb7e54af-a7f8-4630-bbc5-6496a9789e7c .ablocks-icon-wrap { font-size:unset; } .ablocks-block-fb7e54af-a7f8-4630-bbc5-6496a9789e7c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-fb7e54af-a7f8-4630-bbc5-6496a9789e7c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1597a42c-4e15-442d-b478-6aed636b671c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1597a42c-4e15-442d-b478-6aed636b671c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1597a42c-4e15-442d-b478-6aed636b671c { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-1597a42c-4e15-442d-b478-6aed636b671c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-a33b9de4-3c68-4a59-baed-ee30cf02051f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a33b9de4-3c68-4a59-baed-ee30cf02051f { text-align:left; } .ablocks-block-a33b9de4-3c68-4a59-baed-ee30cf02051f .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a33b9de4-3c68-4a59-baed-ee30cf02051f .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-6cee3269-03b5-4730-af83-78d8f2840f2a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6cee3269-03b5-4730-af83-78d8f2840f2a { text-align:left; } .ablocks-block-6cee3269-03b5-4730-af83-78d8f2840f2a .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-6cee3269-03b5-4730-af83-78d8f2840f2a .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87 { 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-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87 { padding:0px; } } .ablocks-block-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87.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-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87.ablocks-block--container { padding:0px; } } .ablocks-block-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87 { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87 { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-47436bd9-5de4-4f9a-9b7b-0b54f49f8f87 { display:inline-flex; } 
.ablocks-block-b4acf391-a85d-4c98-ada8-7d193b9f543f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4acf391-a85d-4c98-ada8-7d193b9f543f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b4acf391-a85d-4c98-ada8-7d193b9f543f { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-b4acf391-a85d-4c98-ada8-7d193b9f543f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-b4acf391-a85d-4c98-ada8-7d193b9f543f { display:inline-flex; } 
.ablocks-block-2e88703a-d035-46da-843d-69bada34ce51 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e88703a-d035-46da-843d-69bada34ce51.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2e88703a-d035-46da-843d-69bada34ce51.ablocks-block--container { max-width:min(100%,20%) !important; } } .ablocks-block-2e88703a-d035-46da-843d-69bada34ce51 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2e88703a-d035-46da-843d-69bada34ce51.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2a5e3ca0-3897-4921-b06f-0524c342821e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a5e3ca0-3897-4921-b06f-0524c342821e { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2a5e3ca0-3897-4921-b06f-0524c342821e .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2a5e3ca0-3897-4921-b06f-0524c342821e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-2a5e3ca0-3897-4921-b06f-0524c342821e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-316a501e-3a4d-49c5-b2db-761b29ec9980 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-316a501e-3a4d-49c5-b2db-761b29ec9980.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-316a501e-3a4d-49c5-b2db-761b29ec9980 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-316a501e-3a4d-49c5-b2db-761b29ec9980.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-b59b92c9-08b4-4264-bc05-667742a2aa2a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b59b92c9-08b4-4264-bc05-667742a2aa2a { text-align:left; } .ablocks-block-b59b92c9-08b4-4264-bc05-667742a2aa2a .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b59b92c9-08b4-4264-bc05-667742a2aa2a .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-90533e63-3ae2-4ec0-8256-cb8b0e892b62 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-90533e63-3ae2-4ec0-8256-cb8b0e892b62 { text-align:left; } .ablocks-block-90533e63-3ae2-4ec0-8256-cb8b0e892b62 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-90533e63-3ae2-4ec0-8256-cb8b0e892b62 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-998d45ff-456f-4638-afb0-1f4d9222c2e7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-998d45ff-456f-4638-afb0-1f4d9222c2e7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-998d45ff-456f-4638-afb0-1f4d9222c2e7 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-998d45ff-456f-4638-afb0-1f4d9222c2e7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-998d45ff-456f-4638-afb0-1f4d9222c2e7 { display:inline-flex; } 
.ablocks-block-436148a4-695a-4eae-b45c-fd4e5f243ede { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-436148a4-695a-4eae-b45c-fd4e5f243ede.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-436148a4-695a-4eae-b45c-fd4e5f243ede.ablocks-block--container { max-width:min(100%,20%) !important; } } .ablocks-block-436148a4-695a-4eae-b45c-fd4e5f243ede { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-436148a4-695a-4eae-b45c-fd4e5f243ede.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-229a72cc-88b0-4225-b4c7-b8daf60d9e30 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-229a72cc-88b0-4225-b4c7-b8daf60d9e30 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-229a72cc-88b0-4225-b4c7-b8daf60d9e30 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-229a72cc-88b0-4225-b4c7-b8daf60d9e30 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-229a72cc-88b0-4225-b4c7-b8daf60d9e30 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6b8b0b2d-636b-4b4a-a4af-d16a2dc3c9ea { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b8b0b2d-636b-4b4a-a4af-d16a2dc3c9ea.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6b8b0b2d-636b-4b4a-a4af-d16a2dc3c9ea { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-6b8b0b2d-636b-4b4a-a4af-d16a2dc3c9ea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-7f7a49fd-b400-4e9d-afb2-223ff98ae0dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f7a49fd-b400-4e9d-afb2-223ff98ae0dc { text-align:left; } .ablocks-block-7f7a49fd-b400-4e9d-afb2-223ff98ae0dc .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7f7a49fd-b400-4e9d-afb2-223ff98ae0dc .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-eb644fb9-8b5e-483c-870b-ae380933517f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb644fb9-8b5e-483c-870b-ae380933517f { text-align:left; } .ablocks-block-eb644fb9-8b5e-483c-870b-ae380933517f .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-eb644fb9-8b5e-483c-870b-ae380933517f .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-ae140555-f6a8-407c-b2db-3b889eb2ebc7 { 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-ae140555-f6a8-407c-b2db-3b889eb2ebc7 { padding-right:0px;padding-left:0px; } } .ablocks-block-ae140555-f6a8-407c-b2db-3b889eb2ebc7.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-ae140555-f6a8-407c-b2db-3b889eb2ebc7.ablocks-block--container { padding-right:0px;padding-left:0px; } } .ablocks-block-ae140555-f6a8-407c-b2db-3b889eb2ebc7 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-ae140555-f6a8-407c-b2db-3b889eb2ebc7 { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-ae140555-f6a8-407c-b2db-3b889eb2ebc7 { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-ae140555-f6a8-407c-b2db-3b889eb2ebc7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-ae140555-f6a8-407c-b2db-3b889eb2ebc7.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } @media screen and (max-width: 480px) { .ablocks-block-ae140555-f6a8-407c-b2db-3b889eb2ebc7.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-ae140555-f6a8-407c-b2db-3b889eb2ebc7 { display:inline-flex; } 
.ablocks-block-fa29c8f0-ad14-4d7b-97cf-f647bcf61e94 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa29c8f0-ad14-4d7b-97cf-f647bcf61e94.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fa29c8f0-ad14-4d7b-97cf-f647bcf61e94 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-fa29c8f0-ad14-4d7b-97cf-f647bcf61e94.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-fa29c8f0-ad14-4d7b-97cf-f647bcf61e94 { display:inline-flex; } 
.ablocks-block-2cca05a4-9a64-48c3-8dbc-38fd451bb7e1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2cca05a4-9a64-48c3-8dbc-38fd451bb7e1.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2cca05a4-9a64-48c3-8dbc-38fd451bb7e1.ablocks-block--container { max-width:min(100%,20%) !important; } } .ablocks-block-2cca05a4-9a64-48c3-8dbc-38fd451bb7e1 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2cca05a4-9a64-48c3-8dbc-38fd451bb7e1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5742991a-900c-4ff7-8c5f-d94aa91d8821 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5742991a-900c-4ff7-8c5f-d94aa91d8821 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5742991a-900c-4ff7-8c5f-d94aa91d8821 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-5742991a-900c-4ff7-8c5f-d94aa91d8821 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-5742991a-900c-4ff7-8c5f-d94aa91d8821 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2d269686-7f19-4981-a6e7-d1383494c592 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d269686-7f19-4981-a6e7-d1383494c592.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2d269686-7f19-4981-a6e7-d1383494c592 { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } .ablocks-block-2d269686-7f19-4981-a6e7-d1383494c592.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:8px;column-gap:0px; } 
.ablocks-block-3400c455-8368-49b4-a318-b1e4b1478be9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3400c455-8368-49b4-a318-b1e4b1478be9 { text-align:left; } .ablocks-block-3400c455-8368-49b4-a318-b1e4b1478be9 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3400c455-8368-49b4-a318-b1e4b1478be9 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-5fc23503-d862-4489-84b0-fbdd1c3d7f04 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5fc23503-d862-4489-84b0-fbdd1c3d7f04 { text-align:left; } .ablocks-block-5fc23503-d862-4489-84b0-fbdd1c3d7f04 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-5fc23503-d862-4489-84b0-fbdd1c3d7f04 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-f1f5ca47-984a-4904-898d-4bfa6e43304d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f1f5ca47-984a-4904-898d-4bfa6e43304d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f1f5ca47-984a-4904-898d-4bfa6e43304d { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-f1f5ca47-984a-4904-898d-4bfa6e43304d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-f1f5ca47-984a-4904-898d-4bfa6e43304d { display:inline-flex; } 
.ablocks-block-2c3234b3-ca4d-46cd-a866-6c591e11f268 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c3234b3-ca4d-46cd-a866-6c591e11f268.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2c3234b3-ca4d-46cd-a866-6c591e11f268.ablocks-block--container { max-width:min(100%,20%) !important; } } .ablocks-block-2c3234b3-ca4d-46cd-a866-6c591e11f268 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2c3234b3-ca4d-46cd-a866-6c591e11f268.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a77f96a0-24f0-40f3-ae4c-1dbfd78cc0da { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a77f96a0-24f0-40f3-ae4c-1dbfd78cc0da { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a77f96a0-24f0-40f3-ae4c-1dbfd78cc0da .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a77f96a0-24f0-40f3-ae4c-1dbfd78cc0da .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:45px; } .ablocks-block-a77f96a0-24f0-40f3-ae4c-1dbfd78cc0da .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-373f21a3-b71c-4246-a88a-3a27bcb654a5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-373f21a3-b71c-4246-a88a-3a27bcb654a5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-373f21a3-b71c-4246-a88a-3a27bcb654a5 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-373f21a3-b71c-4246-a88a-3a27bcb654a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-ea7c7cc8-7e03-451e-9d99-cb9fd0bf0297 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea7c7cc8-7e03-451e-9d99-cb9fd0bf0297 { text-align:left; } .ablocks-block-ea7c7cc8-7e03-451e-9d99-cb9fd0bf0297 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ea7c7cc8-7e03-451e-9d99-cb9fd0bf0297 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-b7b306b2-5868-4124-a8f9-f1aea1319519 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7b306b2-5868-4124-a8f9-f1aea1319519 { text-align:left; } .ablocks-block-b7b306b2-5868-4124-a8f9-f1aea1319519 .ablocks-heading-text { color:#595959;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-b7b306b2-5868-4124-a8f9-f1aea1319519 .ablocks-heading-text { font-family:Inter; } } 

.ablocks-block-0cef3541-0ae3-43d0-a2a9-4d428c95a49a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0cef3541-0ae3-43d0-a2a9-4d428c95a49a.ablocks-hide-on-desktop,.ablocks-block-0cef3541-0ae3-43d0-a2a9-4d428c95a49a.ablocks-hide-on-tablet,.ablocks-block-0cef3541-0ae3-43d0-a2a9-4d428c95a49a.ablocks-hide-on-mobile { display:none; } } .ablocks-block-0cef3541-0ae3-43d0-a2a9-4d428c95a49a.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0cef3541-0ae3-43d0-a2a9-4d428c95a49a.ablocks-block--container { max-width:min(100%,1%) !important; } } .ablocks-block-0cef3541-0ae3-43d0-a2a9-4d428c95a49a { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } .ablocks-block-0cef3541-0ae3-43d0-a2a9-4d428c95a49a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } .ablocks-block-0cef3541-0ae3-43d0-a2a9-4d428c95a49a { display:inline-flex; } 
.ablocks-block-89a38517-4121-491a-920d-55e4b751e610 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89a38517-4121-491a-920d-55e4b751e610 { text-align:left; } .ablocks-block-89a38517-4121-491a-920d-55e4b751e610 .ablocks-button { column-gap:10px;background:#7B68EE;justify-content:left;color:#FFFFFF;border-radius:4px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-89a38517-4121-491a-920d-55e4b751e610 .ablocks-button { font-family:Inter; } } .ablocks-block-89a38517-4121-491a-920d-55e4b751e610 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#5b41f8; } .ablocks-block-89a38517-4121-491a-920d-55e4b751e610 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-89a38517-4121-491a-920d-55e4b751e610 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-89a38517-4121-491a-920d-55e4b751e610 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-89a38517-4121-491a-920d-55e4b751e610 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-05191e1b-b856-4d85-968c-5be612904abf { margin:0px;padding-top:0px;padding-bottom:50px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05191e1b-b856-4d85-968c-5be612904abf.ablocks-block--container { padding-top:0px;padding-bottom:50px;overflow:visible; } .ablocks-block-05191e1b-b856-4d85-968c-5be612904abf > .ablocks-block-container { display:flex;flex-direction:row;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-05191e1b-b856-4d85-968c-5be612904abf > .ablocks-block-container { row-gap:32px; } } .ablocks-block-05191e1b-b856-4d85-968c-5be612904abf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-05191e1b-b856-4d85-968c-5be612904abf.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-05191e1b-b856-4d85-968c-5be612904abf > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-29ae5621-d460-4b55-abdb-ef200014d1d0 { padding-top:20px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29ae5621-d460-4b55-abdb-ef200014d1d0.ablocks-block--container { padding-top:20px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,22%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-29ae5621-d460-4b55-abdb-ef200014d1d0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-29ae5621-d460-4b55-abdb-ef200014d1d0 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-29ae5621-d460-4b55-abdb-ef200014d1d0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 { background:#ffffff;border-width:1px;border-style:solid;border-color:#e0e4e8;border-radius:4px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 .ablocks-block--search-form { gap:0px;justify-content:center; } .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 .ablocks-block--search-input { background:#FFFFFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 .ablocks-block--search-input { font-family:Inter; } } .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 .ablocks-block--search-input::placeholder { background:#FFFFFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 .ablocks-block--search-button > span { color:#a2adb9;width:50px; } .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 .ablocks-block--search-button { background:var(--wp--preset--color--base); } .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 .ablocks-block--search-button { background:var(--wp--preset--color--base); } .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 .ablocks-block--search-button > span > svg { width:18px; } .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 .ablocks-block--search-result { overflow:auto;position:default;height:300px;gap:0px; } .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 a.ablocks-block--search-result__list-title { color:#000000; } .ablocks-block-f0db61a2-37b1-4b73-91de-db29b6948992 .ablocks-search-block__spin { color:#a2adb9; } .ablocks-block--search-input{ border:none; } .ablocks-block--search-button{ border-left:1px solid #E0E4E8; } .ablocks-block--search-result{ z-index: 9999; }
.ablocks-block-64bd286b-a3c1-426e-a567-648939e92c33 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64bd286b-a3c1-426e-a567-648939e92c33.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-64bd286b-a3c1-426e-a567-648939e92c33 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-64bd286b-a3c1-426e-a567-648939e92c33.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 { text-align:left; } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-listing-item { border-width:1px;border-style:none;border-color:#4F46E5;border-radius:0px;box-shadow:0px 0px 0px 0px #ffffff1a;background:#ffffff; } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-listing-item:hover { background:#ffffff; } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-title { font-family:Inter,sans-serif;font-weight:600;font-style:Semi Bold;font-size:12px;line-height:18px;border-width:0px 0px 1px 0px;border-style:none;border-color:#e0e0e0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;padding-top:20px;padding-right:20px;padding-bottom:12px;padding-left:20px;color:#13191B;background:#ffffff; } @media screen and (max-width: 800px) { .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-title { font-family:Inter; } } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-icon svg path { fill:#69727d; } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-posts a { color:#454F59;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;padding-left:10px;border-width:0px 0px 0px 1px;border-style:solid;border-color:#CBD1D7; } @media screen and (max-width: 800px) { .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-posts a { font-family:Inter; } } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-posts a:hover { color:#4F46E5; } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-posts a.active-post-link { color:#4F46E5;border-width:0px 0px 0px 1px;border-style:solid;border-color:#4F46E5; } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-title__post-count { border-width:1px;border-style:solid;border-color:#CBD1D7;font-family:Inter,sans-serif;font-weight:600;font-style:Semi Bold;font-size:12px;line-height:18px;color:#141A24;background:#ffffff;width:26px;height:26px; } @media screen and (max-width: 800px) { .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-taxonomy-title__post-count { font-family:Inter; } } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-b894861f-98cf-47fd-9e31-c055b31c59f5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-taxonomy-title__post-count{ height: 30px; width: 30px; } .ablocks-taxonomy-posts{ margin: 0; }
.ablocks-block-663f5a42-e7c3-462d-937c-ae8f688e0e1c { margin-top:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-663f5a42-e7c3-462d-937c-ae8f688e0e1c.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,75%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-663f5a42-e7c3-462d-937c-ae8f688e0e1c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-663f5a42-e7c3-462d-937c-ae8f688e0e1c { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-663f5a42-e7c3-462d-937c-ae8f688e0e1c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .table-content .ablocks-block--table-of-content{ display: none; } .table-content .arcive-cat a{ text-decoration: none; } 
.ablocks-block-f9f56424-613a-4569-91ad-7ccfa79c82c8 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f9f56424-613a-4569-91ad-7ccfa79c82c8 .ablocks-breadcrumbs { gap:5px; } .ablocks-block-f9f56424-613a-4569-91ad-7ccfa79c82c8 div.ablocks-breadcrumbs span a:hover { color:#4F46E5; } .ablocks-block-f9f56424-613a-4569-91ad-7ccfa79c82c8 .ablocks-breadcrumbs__item { font-family:Inter,sans-serif;font-weight:500;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-f9f56424-613a-4569-91ad-7ccfa79c82c8 .ablocks-breadcrumbs__item { font-family:Inter; } } .ablocks-block-f9f56424-613a-4569-91ad-7ccfa79c82c8 .ablocks-breadcrumbs__separator { color:#a2adb9;font-size:18px; } .ablocks-block-f9f56424-613a-4569-91ad-7ccfa79c82c8 .ablocks-breadcrumbs___before-image , .ablocks-block-f9f56424-613a-4569-91ad-7ccfa79c82c8 .ablocks-breadcrumbs__before-text { background-color:#9900cc00;padding:0px;border-radius:0px; } .ablocks-breadcrumbs___before-image img{ width: 20px; }
.ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 { text-align:left; } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-listing-item { border-width:1px;border-style:none;border-color:#4F46E5;border-radius:0px;box-shadow:0px 0px 0px 0px #ffffff1a;background:#ffffff; } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-listing-item:hover { background:#ffffff; } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-title { font-family:Inter,sans-serif;font-weight:600;font-style:Semi Bold;font-size:12px;line-height:18px;border-width:0px 0px 1px 0px;border-style:none;border-color:#e0e0e0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;padding-top:20px;padding-right:20px;padding-bottom:12px;padding-left:20px;color:#13191B;background:#ffffff; } @media screen and (max-width: 800px) { .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-title { font-family:Inter; } } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-icon svg path { fill:#69727d; } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-posts a { color:#454F59;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;padding-left:10px;border-width:0px 0px 0px 1px;border-style:solid;border-color:#CBD1D7; } @media screen and (max-width: 800px) { .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-posts a { font-family:Inter; } } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-posts a:hover { color:#4F46E5; } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-posts a.active-post-link { color:#4F46E5;border-width:0px 0px 0px 1px;border-style:solid;border-color:#4F46E5; } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-title__post-count { border-width:1px;border-style:solid;border-color:#CBD1D7;font-family:Manrope,sans-serif;font-weight:600;font-style:Semi Bold;font-size:12px;line-height:18px;color:#141A24;background:#ffffff;width:26px;height:26px; } @media screen and (max-width: 800px) { .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-taxonomy-title__post-count { font-family:Manrope; } } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-51be84d5-e929-4d14-8c3a-f9efde9089c3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-taxonomy-title__post-count{ height: 30px; width: 30px; } .ablocks-taxonomy-posts{ margin: 0; }
.ablocks-block-99af99d1-3ade-4ac6-9513-3472d39e46ee { margin-top:-18px;margin-right:0px;margin-left:0px;padding-top:48px;padding-bottom:48px;background:#070326;border-width:1px;border-style:none;border-color:#070326;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-99af99d1-3ade-4ac6-9513-3472d39e46ee { margin-top:-16px; } } .ablocks-block-99af99d1-3ade-4ac6-9513-3472d39e46ee.ablocks-block--container { padding-top:48px;padding-bottom:48px;overflow:visible; } .ablocks-block-99af99d1-3ade-4ac6-9513-3472d39e46ee > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-99af99d1-3ade-4ac6-9513-3472d39e46ee > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-99af99d1-3ade-4ac6-9513-3472d39e46ee.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-eaa58c86-8c0e-444e-a17f-82806102fd5e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eaa58c86-8c0e-444e-a17f-82806102fd5e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-eaa58c86-8c0e-444e-a17f-82806102fd5e { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-eaa58c86-8c0e-444e-a17f-82806102fd5e { flex-direction:column; } } .ablocks-block-eaa58c86-8c0e-444e-a17f-82806102fd5e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-eaa58c86-8c0e-444e-a17f-82806102fd5e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-eaa58c86-8c0e-444e-a17f-82806102fd5e { display:inline-flex; } 
.ablocks-block-da72ab52-27a4-4088-a6b4-c74945201a79 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-da72ab52-27a4-4088-a6b4-c74945201a79.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-da72ab52-27a4-4088-a6b4-c74945201a79 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-da72ab52-27a4-4088-a6b4-c74945201a79.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a2b1b06a-bb14-41a5-a79b-0df032fc5d6f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2b1b06a-bb14-41a5-a79b-0df032fc5d6f { text-align:left; } .ablocks-block-a2b1b06a-bb14-41a5-a79b-0df032fc5d6f .ablocks-heading-text { color:#FFFFFF;font-family:Inter,sans-serif;font-weight:500;font-style:Medium;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-a2b1b06a-bb14-41a5-a79b-0df032fc5d6f .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-fd82a3c2-60f0-49a3-bfac-0fc7a7e8e655 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fd82a3c2-60f0-49a3-bfac-0fc7a7e8e655 { text-align:left; } .ablocks-block-fd82a3c2-60f0-49a3-bfac-0fc7a7e8e655 .ablocks-heading-text { color:#C7C7C7;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-fd82a3c2-60f0-49a3-bfac-0fc7a7e8e655 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-2627b2ff-842b-4a0f-abf0-508c86bcae28 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2627b2ff-842b-4a0f-abf0-508c86bcae28.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2627b2ff-842b-4a0f-abf0-508c86bcae28 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2627b2ff-842b-4a0f-abf0-508c86bcae28.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } #mailpoet_form_8 .mailpoet_form_form{ margin-top: 0!important; }
.ablocks-block-636ddf96-58f9-4b73-ad54-f69cd938ac38 { background:#59595999;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-636ddf96-58f9-4b73-ad54-f69cd938ac38 .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-0a22ba61-2565-4af7-a979-28068829bc35 { margin-top:-2px;padding-top:0px;background:#070326;border-width:1px 0px 0px 0px;border-style:none;border-color:#59595999;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0a22ba61-2565-4af7-a979-28068829bc35 { padding-right:10px;padding-left:10px; } } .ablocks-block-0a22ba61-2565-4af7-a979-28068829bc35.ablocks-block--container { padding-top:0px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-0a22ba61-2565-4af7-a979-28068829bc35.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-0a22ba61-2565-4af7-a979-28068829bc35 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0a22ba61-2565-4af7-a979-28068829bc35 > .ablocks-block-container { display:flex;flex-direction:column;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 480px) { .ablocks-block-0a22ba61-2565-4af7-a979-28068829bc35 > .ablocks-block-container { row-gap:1px; } } .ablocks-block-0a22ba61-2565-4af7-a979-28068829bc35.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 480px) { .ablocks-block-0a22ba61-2565-4af7-a979-28068829bc35.ablocks-has-block-container > .ablocks-block-container { row-gap:1px; } } 
.ablocks-block-99bbe6de-09ac-4c5f-851b-b339849c4265 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-99bbe6de-09ac-4c5f-851b-b339849c4265.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-99bbe6de-09ac-4c5f-851b-b339849c4265 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 800px) { .ablocks-block-99bbe6de-09ac-4c5f-851b-b339849c4265 { flex-direction:column;row-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-99bbe6de-09ac-4c5f-851b-b339849c4265 { row-gap:14px; } } .ablocks-block-99bbe6de-09ac-4c5f-851b-b339849c4265.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:48px; } @media screen and (max-width: 800px) { .ablocks-block-99bbe6de-09ac-4c5f-851b-b339849c4265.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-99bbe6de-09ac-4c5f-851b-b339849c4265.ablocks-has-block-container > .ablocks-block-container { row-gap:14px; } } .ablocks-block-99bbe6de-09ac-4c5f-851b-b339849c4265 { display:inline-flex; } 
.ablocks-block-02d06329-921a-482f-85ec-8bf6b2e928bd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-02d06329-921a-482f-85ec-8bf6b2e928bd.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-02d06329-921a-482f-85ec-8bf6b2e928bd.ablocks-block--container { max-width:min(100%,60%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-02d06329-921a-482f-85ec-8bf6b2e928bd.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-02d06329-921a-482f-85ec-8bf6b2e928bd { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-02d06329-921a-482f-85ec-8bf6b2e928bd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-db168a6c-180d-4afe-a1ce-fe1aa30ace7c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db168a6c-180d-4afe-a1ce-fe1aa30ace7c { display:flex;justify-content:left; } .ablocks-block-db168a6c-180d-4afe-a1ce-fe1aa30ace7c .ablocks-image-figure img { width:176px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-db168a6c-180d-4afe-a1ce-fe1aa30ace7c .ablocks-image-figure img { height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-db168a6c-180d-4afe-a1ce-fe1aa30ace7c .ablocks-image-figure img { width:170px;height:auto; } } .ablocks-block-db168a6c-180d-4afe-a1ce-fe1aa30ace7c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-db168a6c-180d-4afe-a1ce-fe1aa30ace7c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8c7e0fc0-8f27-49e0-b93c-1161b6641fb7 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c7e0fc0-8f27-49e0-b93c-1161b6641fb7 { text-align:left; } .ablocks-block-8c7e0fc0-8f27-49e0-b93c-1161b6641fb7 .ablocks-paragraph-text { color:#F2F2F2;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8c7e0fc0-8f27-49e0-b93c-1161b6641fb7 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-8c7e0fc0-8f27-49e0-b93c-1161b6641fb7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8e09e00e-6e01-411b-997c-c014990159fd { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e09e00e-6e01-411b-997c-c014990159fd { font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8e09e00e-6e01-411b-997c-c014990159fd { font-family:Inter; } } .ablocks-block-8e09e00e-6e01-411b-997c-c014990159fd .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-8e09e00e-6e01-411b-997c-c014990159fd .ablocks-list__item-content { gap:8px; } .ablocks-block-8e09e00e-6e01-411b-997c-c014990159fd .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#fefefe;fill:#fefefe;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-8e09e00e-6e01-411b-997c-c014990159fd .ablocks-list__item-content .ablocks-svg-icon { font-size:20px; } } .ablocks-block-8e09e00e-6e01-411b-997c-c014990159fd .ablocks-list__item-content .ablocks-list__item-text { color:#EBEBEB; } 
.ablocks-block-a1a9d3b1-4360-41c9-aae2-85510d29de95 { margin-top:29px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1a9d3b1-4360-41c9-aae2-85510d29de95.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a1a9d3b1-4360-41c9-aae2-85510d29de95 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-a1a9d3b1-4360-41c9-aae2-85510d29de95.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-a1a9d3b1-4360-41c9-aae2-85510d29de95 { display:inline-flex; } 
.ablocks-block-860432dc-6d12-4014-89cb-e022fdd85d00 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-860432dc-6d12-4014-89cb-e022fdd85d00 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-860432dc-6d12-4014-89cb-e022fdd85d00 .ablocks-icon-wrap { background:#0A66C2;border-radius:50%;padding:.5em;font-size:14px; } .ablocks-block-860432dc-6d12-4014-89cb-e022fdd85d00 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-860432dc-6d12-4014-89cb-e022fdd85d00 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-fd00db58-9dc2-4c05-a16e-b373c04ab3e1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fd00db58-9dc2-4c05-a16e-b373c04ab3e1 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-fd00db58-9dc2-4c05-a16e-b373c04ab3e1 .ablocks-icon-wrap { background:#0A66C2;border-radius:50%;padding:.5em;font-size:14px; } .ablocks-block-fd00db58-9dc2-4c05-a16e-b373c04ab3e1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-fd00db58-9dc2-4c05-a16e-b373c04ab3e1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-25ee7713-f70d-4b4b-bef9-a00843ddf66d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-25ee7713-f70d-4b4b-bef9-a00843ddf66d { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-25ee7713-f70d-4b4b-bef9-a00843ddf66d .ablocks-icon-wrap { background:#1D9BF0;border-radius:50%;padding:.5em;font-size:14px; } .ablocks-block-25ee7713-f70d-4b4b-bef9-a00843ddf66d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-25ee7713-f70d-4b4b-bef9-a00843ddf66d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-611d480e-2eaa-4e47-9daa-d880cbcd5d78 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-611d480e-2eaa-4e47-9daa-d880cbcd5d78 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-611d480e-2eaa-4e47-9daa-d880cbcd5d78 .ablocks-icon-wrap { background:#00579F;border-radius:50%;padding:.5em;font-size:14px; } .ablocks-block-611d480e-2eaa-4e47-9daa-d880cbcd5d78 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-611d480e-2eaa-4e47-9daa-d880cbcd5d78 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-05ddaee3-c462-4ddc-88c4-0a2cc86b715f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05ddaee3-c462-4ddc-88c4-0a2cc86b715f { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-05ddaee3-c462-4ddc-88c4-0a2cc86b715f .ablocks-icon-wrap { background:#ff0000;border-radius:50%;padding:.5em;font-size:14px; } .ablocks-block-05ddaee3-c462-4ddc-88c4-0a2cc86b715f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-05ddaee3-c462-4ddc-88c4-0a2cc86b715f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-ec7895e6-5e61-4c8a-9b6a-f3c80698d4d7 { margin-top:29px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec7895e6-5e61-4c8a-9b6a-f3c80698d4d7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ec7895e6-5e61-4c8a-9b6a-f3c80698d4d7 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-ec7895e6-5e61-4c8a-9b6a-f3c80698d4d7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-ec7895e6-5e61-4c8a-9b6a-f3c80698d4d7 { display:inline-flex; } 
.ablocks-block-2d9ac762-d434-4f46-8cff-4aa6fafd4ef4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d9ac762-d434-4f46-8cff-4aa6fafd4ef4 { display:flex;justify-content:left; } .ablocks-block-2d9ac762-d434-4f46-8cff-4aa6fafd4ef4 .ablocks-image-figure img { width:1024px;height:auto;opacity:1; } .ablocks-block-2d9ac762-d434-4f46-8cff-4aa6fafd4ef4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2d9ac762-d434-4f46-8cff-4aa6fafd4ef4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c66afa31-94b0-47aa-9395-c2135ab7ad9e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c66afa31-94b0-47aa-9395-c2135ab7ad9e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c66afa31-94b0-47aa-9395-c2135ab7ad9e { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-c66afa31-94b0-47aa-9395-c2135ab7ad9e { flex-direction:column;row-gap:20px;column-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-c66afa31-94b0-47aa-9395-c2135ab7ad9e { row-gap:14px; } } .ablocks-block-c66afa31-94b0-47aa-9395-c2135ab7ad9e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-c66afa31-94b0-47aa-9395-c2135ab7ad9e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px;column-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-c66afa31-94b0-47aa-9395-c2135ab7ad9e.ablocks-has-block-container > .ablocks-block-container { row-gap:14px; } } .ablocks-block-c66afa31-94b0-47aa-9395-c2135ab7ad9e { display:inline-flex; } 
.ablocks-block-104cb953-ac32-4286-aba9-17d595bc2f54 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-104cb953-ac32-4286-aba9-17d595bc2f54.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-104cb953-ac32-4286-aba9-17d595bc2f54 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-104cb953-ac32-4286-aba9-17d595bc2f54 { flex-direction:column;row-gap:20px; } } .ablocks-block-104cb953-ac32-4286-aba9-17d595bc2f54.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-104cb953-ac32-4286-aba9-17d595bc2f54.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-104cb953-ac32-4286-aba9-17d595bc2f54 { display:inline-flex; } 
.ablocks-block-6bfc6126-f169-47f4-a3ed-b2583f3c1f1e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6bfc6126-f169-47f4-a3ed-b2583f3c1f1e.ablocks-block--container { padding:0px;max-width:min(100%,1600px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6bfc6126-f169-47f4-a3ed-b2583f3c1f1e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6bfc6126-f169-47f4-a3ed-b2583f3c1f1e { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-6bfc6126-f169-47f4-a3ed-b2583f3c1f1e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-9c226fc8-4945-4ab5-b5e5-2dd9bab53953 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c226fc8-4945-4ab5-b5e5-2dd9bab53953 { text-align:left; } .ablocks-block-9c226fc8-4945-4ab5-b5e5-2dd9bab53953 .ablocks-heading-text { color:#FFFFFF;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-9c226fc8-4945-4ab5-b5e5-2dd9bab53953 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-cd05ce05-a448-47c4-94f5-6bf792086d62 { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd05ce05-a448-47c4-94f5-6bf792086d62 { font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-cd05ce05-a448-47c4-94f5-6bf792086d62 { font-family:Inter; } } .ablocks-block-cd05ce05-a448-47c4-94f5-6bf792086d62 .ablocks-list { gap:10px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-cd05ce05-a448-47c4-94f5-6bf792086d62 .ablocks-list { gap:14px; } } @media screen and (max-width: 800px) { .ablocks-block-cd05ce05-a448-47c4-94f5-6bf792086d62 .ablocks-list__item-content { gap:8px; } } .ablocks-block-cd05ce05-a448-47c4-94f5-6bf792086d62 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-cd05ce05-a448-47c4-94f5-6bf792086d62 .ablocks-list__item-content .ablocks-list__item-text { color:#C7C7C7; } 
.ablocks-block-648726a8-593f-43d6-b49b-4a0d3f46e9c1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-648726a8-593f-43d6-b49b-4a0d3f46e9c1 { text-align:left; } .ablocks-block-648726a8-593f-43d6-b49b-4a0d3f46e9c1 .ablocks-heading-text { color:#FFFFFF;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-648726a8-593f-43d6-b49b-4a0d3f46e9c1 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-c39a171a-a720-47c8-a595-6193911806a9 { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c39a171a-a720-47c8-a595-6193911806a9 { font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c39a171a-a720-47c8-a595-6193911806a9 { font-family:Inter; } } .ablocks-block-c39a171a-a720-47c8-a595-6193911806a9 .ablocks-list { gap:10px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-c39a171a-a720-47c8-a595-6193911806a9 .ablocks-list { gap:14px; } } @media screen and (max-width: 800px) { .ablocks-block-c39a171a-a720-47c8-a595-6193911806a9 .ablocks-list__item-content { gap:8px; } } .ablocks-block-c39a171a-a720-47c8-a595-6193911806a9 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-c39a171a-a720-47c8-a595-6193911806a9 .ablocks-list__item-content .ablocks-list__item-text { color:#C7C7C7; } 
.ablocks-block-09954226-dee2-4c0a-b37a-7f823c26844b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09954226-dee2-4c0a-b37a-7f823c26844b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-09954226-dee2-4c0a-b37a-7f823c26844b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-09954226-dee2-4c0a-b37a-7f823c26844b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0e8a45cf-a161-4940-bb80-6a7c65e5134c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e8a45cf-a161-4940-bb80-6a7c65e5134c { text-align:left; } .ablocks-block-0e8a45cf-a161-4940-bb80-6a7c65e5134c .ablocks-heading-text { color:#FFFFFF;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0e8a45cf-a161-4940-bb80-6a7c65e5134c .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-61913a77-f5c6-445f-9596-bb7c635260be { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-61913a77-f5c6-445f-9596-bb7c635260be { font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-61913a77-f5c6-445f-9596-bb7c635260be { font-family:Inter; } } .ablocks-block-61913a77-f5c6-445f-9596-bb7c635260be .ablocks-list { gap:10px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-61913a77-f5c6-445f-9596-bb7c635260be .ablocks-list { gap:14px; } } @media screen and (max-width: 800px) { .ablocks-block-61913a77-f5c6-445f-9596-bb7c635260be .ablocks-list__item-content { gap:8px; } } .ablocks-block-61913a77-f5c6-445f-9596-bb7c635260be .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-61913a77-f5c6-445f-9596-bb7c635260be .ablocks-list__item-content .ablocks-list__item-text { color:#C7C7C7; } 
.ablocks-block-f57b73d0-a0b6-4c5e-a021-797cfcde5599 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f57b73d0-a0b6-4c5e-a021-797cfcde5599 { text-align:left; } .ablocks-block-f57b73d0-a0b6-4c5e-a021-797cfcde5599 .ablocks-heading-text { color:#FFFFFF;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-f57b73d0-a0b6-4c5e-a021-797cfcde5599 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-5f71fcd1-e2bc-4fe2-b98b-fb611a4a9682 { margin-top:16px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f71fcd1-e2bc-4fe2-b98b-fb611a4a9682 { font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5f71fcd1-e2bc-4fe2-b98b-fb611a4a9682 { font-family:Inter; } } .ablocks-block-5f71fcd1-e2bc-4fe2-b98b-fb611a4a9682 .ablocks-list { gap:8px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-5f71fcd1-e2bc-4fe2-b98b-fb611a4a9682 .ablocks-list { gap:14px; } } @media screen and (max-width: 800px) { .ablocks-block-5f71fcd1-e2bc-4fe2-b98b-fb611a4a9682 .ablocks-list__item-content { gap:8px; } } .ablocks-block-5f71fcd1-e2bc-4fe2-b98b-fb611a4a9682 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-5f71fcd1-e2bc-4fe2-b98b-fb611a4a9682 .ablocks-list__item-content .ablocks-list__item-text { color:#C7C7C7; } 
.ablocks-block-ede916e3-f7df-487a-b491-06491660206a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ede916e3-f7df-487a-b491-06491660206a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ede916e3-f7df-487a-b491-06491660206a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-ede916e3-f7df-487a-b491-06491660206a { flex-direction:column;row-gap:20px; } } .ablocks-block-ede916e3-f7df-487a-b491-06491660206a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-ede916e3-f7df-487a-b491-06491660206a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-ede916e3-f7df-487a-b491-06491660206a { display:inline-flex; } 
.ablocks-block-0f11e7ef-214f-4b3e-acae-ba55c21fcc42 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0f11e7ef-214f-4b3e-acae-ba55c21fcc42.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0f11e7ef-214f-4b3e-acae-ba55c21fcc42 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0f11e7ef-214f-4b3e-acae-ba55c21fcc42.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1d0ad682-5095-4c23-9480-fbb57483483f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d0ad682-5095-4c23-9480-fbb57483483f { text-align:left; } .ablocks-block-1d0ad682-5095-4c23-9480-fbb57483483f .ablocks-heading-text { color:#FFFFFF;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1d0ad682-5095-4c23-9480-fbb57483483f .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-a708ee41-3447-49d3-b234-d8cbca6d2950 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a708ee41-3447-49d3-b234-d8cbca6d2950 { font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a708ee41-3447-49d3-b234-d8cbca6d2950 { font-family:Inter; } } .ablocks-block-a708ee41-3447-49d3-b234-d8cbca6d2950 .ablocks-list { gap:10px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-a708ee41-3447-49d3-b234-d8cbca6d2950 .ablocks-list { gap:14px; } } @media screen and (max-width: 800px) { .ablocks-block-a708ee41-3447-49d3-b234-d8cbca6d2950 .ablocks-list__item-content { gap:8px; } } .ablocks-block-a708ee41-3447-49d3-b234-d8cbca6d2950 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-a708ee41-3447-49d3-b234-d8cbca6d2950 .ablocks-list__item-content .ablocks-list__item-text { color:#C7C7C7; } 
.ablocks-block-b2a4576c-4157-4741-badd-fd2b56020040 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b2a4576c-4157-4741-badd-fd2b56020040.ablocks-block--container { padding:0px;max-width:min(100%,162%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b2a4576c-4157-4741-badd-fd2b56020040.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b2a4576c-4157-4741-badd-fd2b56020040 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b2a4576c-4157-4741-badd-fd2b56020040.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0c0850e2-2627-4004-afe4-9e45cdc0e8e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0c0850e2-2627-4004-afe4-9e45cdc0e8e2 { text-align:left; } .ablocks-block-0c0850e2-2627-4004-afe4-9e45cdc0e8e2 .ablocks-heading-text { color:#FFFFFF;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0c0850e2-2627-4004-afe4-9e45cdc0e8e2 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-833ff0a2-e108-4341-95b3-9d615e4cdfe9 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-833ff0a2-e108-4341-95b3-9d615e4cdfe9 { font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-833ff0a2-e108-4341-95b3-9d615e4cdfe9 { font-family:Inter; } } .ablocks-block-833ff0a2-e108-4341-95b3-9d615e4cdfe9 .ablocks-list { gap:10px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-833ff0a2-e108-4341-95b3-9d615e4cdfe9 .ablocks-list { gap:14px; } } @media screen and (max-width: 800px) { .ablocks-block-833ff0a2-e108-4341-95b3-9d615e4cdfe9 .ablocks-list__item-content { gap:8px; } } .ablocks-block-833ff0a2-e108-4341-95b3-9d615e4cdfe9 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-833ff0a2-e108-4341-95b3-9d615e4cdfe9 .ablocks-list__item-content .ablocks-list__item-text { color:#C7C7C7; } 
.ablocks-block-a6ac8411-1ac0-4b24-a82a-9b00dd8e5b12 { margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:32px;padding-bottom:10px;background:#070326;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a6ac8411-1ac0-4b24-a82a-9b00dd8e5b12 { padding:15px; } } .ablocks-block-a6ac8411-1ac0-4b24-a82a-9b00dd8e5b12.ablocks-block--container { padding-top:32px;padding-bottom:10px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a6ac8411-1ac0-4b24-a82a-9b00dd8e5b12.ablocks-block--container { padding:15px; } } .ablocks-block-a6ac8411-1ac0-4b24-a82a-9b00dd8e5b12 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-a6ac8411-1ac0-4b24-a82a-9b00dd8e5b12 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a6ac8411-1ac0-4b24-a82a-9b00dd8e5b12 > .ablocks-block-container { flex-direction:column-reverse;row-gap:10px; } } .ablocks-block-a6ac8411-1ac0-4b24-a82a-9b00dd8e5b12.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a6ac8411-1ac0-4b24-a82a-9b00dd8e5b12.ablocks-has-block-container > .ablocks-block-container { flex-direction:column-reverse;row-gap:10px; } } .ablocks-block-a6ac8411-1ac0-4b24-a82a-9b00dd8e5b12 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-73bf55c0-ecb5-478d-84b4-1e23fa1e5371 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-73bf55c0-ecb5-478d-84b4-1e23fa1e5371.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-73bf55c0-ecb5-478d-84b4-1e23fa1e5371 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-73bf55c0-ecb5-478d-84b4-1e23fa1e5371 { flex-direction:column;align-items:center; } } .ablocks-block-73bf55c0-ecb5-478d-84b4-1e23fa1e5371.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-73bf55c0-ecb5-478d-84b4-1e23fa1e5371.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center; } } .ablocks-block-73bf55c0-ecb5-478d-84b4-1e23fa1e5371 { display:inline-flex; } 
.ablocks-block-7eecd3c5-95cd-4547-8787-db6b784b04ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7eecd3c5-95cd-4547-8787-db6b784b04ac { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-7eecd3c5-95cd-4547-8787-db6b784b04ac { text-align:center; } } .ablocks-block-7eecd3c5-95cd-4547-8787-db6b784b04ac .ablocks-heading-text { color:#949494;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-7eecd3c5-95cd-4547-8787-db6b784b04ac .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-6bfc69b2-332b-44c4-b4a1-e565f64b7bf2 { padding:0px;border-width:1px;border-style:none;border-color:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6bfc69b2-332b-44c4-b4a1-e565f64b7bf2.ablocks-block--container { padding:0px;max-width:min(100%,12%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6bfc69b2-332b-44c4-b4a1-e565f64b7bf2.ablocks-block--container { max-width:min(100%,24%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6bfc69b2-332b-44c4-b4a1-e565f64b7bf2.ablocks-block--container { max-width:min(100%,30%) !important; } } .ablocks-block-6bfc69b2-332b-44c4-b4a1-e565f64b7bf2 { 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-6bfc69b2-332b-44c4-b4a1-e565f64b7bf2 { justify-content:center;justify-items:center;align-items:center; } } .ablocks-block-6bfc69b2-332b-44c4-b4a1-e565f64b7bf2.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-6bfc69b2-332b-44c4-b4a1-e565f64b7bf2.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;align-items:center; } } .ablocks-block-6bfc69b2-332b-44c4-b4a1-e565f64b7bf2 { display:inline-flex; } 
.ablocks-block-1671dbd1-cf98-4fa1-aae4-2ac6159e76b1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1671dbd1-cf98-4fa1-aae4-2ac6159e76b1 { display:flex;justify-content:right; } .ablocks-block-1671dbd1-cf98-4fa1-aae4-2ac6159e76b1 .ablocks-image-figure img { width:149px;height:auto;opacity:1; } .ablocks-block-1671dbd1-cf98-4fa1-aae4-2ac6159e76b1 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-1671dbd1-cf98-4fa1-aae4-2ac6159e76b1 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
