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



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

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.ablocks-block--container{box-sizing:border-box!important;padding:var(--ablocks-container-padding)}a.ablocks-block--container{display:block;text-decoration:none}.ablocks-block--container.ablocks-has-block-container>.ablocks-block-container{width:100%}:not(.ablocks-block--container--is-root).ablocks-block--container{max-width:min(100%,100%);width:100%}.ablocks-is-fse-theme .is-layout-constrained .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:100vw}.ablocks-is-classic-theme .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-container-shape{left:0;margin:0 auto;overflow:hidden;pointer-events:none;position:absolute;width:100%}.ablocks-container-shape-top{top:-9px;transform:rotate(1turn)}.ablocks-container-shape-bottom{bottom:-9px;transform:rotate(180deg)}.ablocks-container-shape-fill{transform:rotateY(0deg);transform-origin:center}.ablocks-block-container>.ablocks-container-shape-bottom,.ablocks-block-container>.ablocks-container-shape-top{width:100%!important}.ablocks-container-shape-bottom>svg,.ablocks-container-shape-top>svg{width:100%}
.ablocks-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--social-shares .ablocks-block-container,.ablocks-block--social-shares:not(.ablocks-has-container){align-items:center;display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-social-share{background-color:#fff;border:2px solid #eeeef7;border-radius:100%!important;color:#fff;cursor:pointer;height:48px;padding:14px;transition:background-color .3s ease,border-color .3s ease;width:48px}.ablocks-social-share>.ablocks-svg-icon{height:16px;width:16px;fill:#000!important}.ablocks-social-share:hover{background-color:#f3e8e8;color:#fff}.ablocks-social-share-item--icon>.ablocks-svg-icon{height:25px}.ablocks-block--social-shares .ablocks-social-share-item{color:#fff!important;text-decoration:none!important}.ablocks-social-share-item{align-items:center;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;text-align:center;text-decoration:none;width:fit-content}.ablocks-social-share-item:hover{background:var(--background-hover)!important}.ablocks-block--social-shares .ablocks-social-share-icon-size{height:20px;width:21px}.ablocks-social-share-item--icon{align-items:center;border-radius:4px;display:flex;height:42px;justify-content:center;padding:-10px;transition:background .3s ease;width:43px}.ablocks-social-share-item--icon:hover{background:var(--hover-icon-bg-color)!important}.ablocks-social-share-item--text{align-items:center;border-radius:4px;display:flex;font-size:16px;height:26px;justify-content:center;padding:0 8px;transition:background .3s ease;width:80px}.ablocks-social-share-item--text:hover{background:var(--hover-text-bg-color)!important}.ablocks-social-share-item--rounded{border-radius:15px}.ablocks-social-share-item--circle{border-radius:24px}.ablocks-social-share-item--circle-full{border-radius:100%!important}.ablocks-social-share-item-icon--icon-text-Square{border-radius:4px 0 0 4px!important}.ablocks-social-share-item-text--icon-text-Square{border-radius:0 4px 4px 0!important}.ablocks-social-share-item--facebook-icon-bg{background-color:#366cdd}.ablocks-social-share-item--facebook-icon-bg>.ablocks_icon_size>.ablocks-svg-icon{height:23px;width:1.5rem}.ablocks-social-share-item--facebook-icon-bg:hover{background-color:#2a4eb5}.ablocks-social-share-item--facebook-bg{background-color:#3b5998}.ablocks-social-share-item--facebook-bg:hover{background-color:#2d4373}.ablocks-social-share-item--twitter-bg{background-color:#007aa5}.ablocks-social-share-item--twitter-bg:hover{background-color:#005f82}.ablocks-social-share-item--twitter-icon-bg{background-color:#27c1e4}.ablocks-social-share-item--twitter-icon-bg:hover{background-color:#38b0d8}.ablocks-social-share-item--linkedin-icon-bg{background-color:#0077b5}.ablocks-social-share-item--linkedin-icon-bg:hover{background-color:#005f87}.ablocks-social-share-item--linkedin-bg{background-color:#4c8caf}.ablocks-social-share-item--linkedin-bg:hover{background-color:#3a6f87}.ablocks-social-share-item--pinterest-icon-bg{background-color:#e60023}.ablocks-social-share-item--pinterest-icon-bg:hover{background-color:#b8001b}.ablocks-social-share-item--pinterest-bg{background-color:#df2d47}.ablocks-social-share-item--pinterest-bg:hover{background-color:#bf2037}.ablocks-social-share-item--reddit-icon-bg{background-color:#ff4500}.ablocks-social-share-item--reddit-icon-bg:hover{background-color:#cc3700}.ablocks-social-share-item--reddit-bg{background-color:#c45b36}.ablocks-social-share-item--reddit-bg:hover{background-color:#a0492c}.ablocks-social-share-item--vk-icon-bg{background-color:#216bbe}.ablocks-social-share-item--vk-icon-bg:hover{background-color:#1a54a0}.ablocks-social-share-item--vk-bg{background-color:#4680c2}.ablocks-social-share-item--vk-bg:hover{background-color:#3666a0}.ablocks-social-share-item--ok-icon-bg{background-color:#f57c00}.ablocks-social-share-item--ok-icon-bg:hover{background-color:#c46200}.ablocks-social-share-item--ok-bg{background-color:#b17941}.ablocks-social-share-item--ok-bg:hover{background-color:#8f5e33}.ablocks-social-share-item--tumblr-icon-bg{background-color:#0a2d5c}.ablocks-social-share-item--tumblr-icon-bg:hover{background-color:#081c40}.ablocks-social-share-item--tumblr-bg{background-color:#35465c}.ablocks-social-share-item--tumblr-bg:hover{background-color:#2a3647}.ablocks-social-share-item--digg-icon-bg{background-color:#185396}.ablocks-social-share-item--digg-icon-bg:hover{background-color:#143d73}.ablocks-social-share-item--digg-bg{background-color:#4c75a3}.ablocks-social-share-item--digg-bg:hover{background-color:#395782}.ablocks-social-share-item--skype-icon-bg{background-color:#00aff0}.ablocks-social-share-item--skype-icon-bg:hover{background-color:#08c}.ablocks-social-share-item--skype-bg{background-color:#3a96b8}.ablocks-social-share-item--skype-bg:hover{background-color:#2e7590}.ablocks-social-share-item--stumbleupon-icon-bg{background-color:#e03a0c}.ablocks-social-share-item--stumbleupon-icon-bg:hover{background-color:#b72f0a}.ablocks-social-share-item--stumbleupon-bg{background-color:#ec572f}.ablocks-social-share-item--stumbleupon-bg:hover{background-color:#d1421c}.ablocks-social-share-item--mix-icon-bg{background-color:#bb7504}.ablocks-social-share-item--mix-icon-bg:hover{background-color:#945c03}.ablocks-social-share-item--mix-bg{background-color:#f5a623}.ablocks-social-share-item--mix-bg:hover{background-color:#d28d1f}.ablocks-social-share-item--telegram-icon-bg{background-color:#08c}.ablocks-social-share-item--telegram-bg>.ablocks_icon_size>.ablocks-svg-icon{height:21px;width:1.5rem}.ablocks-social-share-item--telegram-bg{background-color:#006fa1}.ablocks-social-share-item--telegram-bg:hover{background-color:#005679}.social-pocket-icon{background-color:#c91830}.social-pocket-icon:hover{background-color:#a41426}.social-button--pocket{background-color:#ef4056}.social-button--pocket:hover{background-color:#d33044}.social-xlng-icon{background-color:#0875a8}.social-xlng-icon:hover{background-color:#065b82}.ablocks-social-share-item--xlng-bg{background-color:#1878a5}.ablocks-social-share-item--xlng-bg:hover{background-color:#135f80}.ablocks-social-share-item--whatsapp-icon-bg{background-color:#05c94d}.ablocks-social-share-item--whatsapp-icon-bg:hover{background-color:#039639}.ablocks-social-share-item--whatsapp-bg{background-color:#25d366}.ablocks-social-share-item--whatsapp-bg:hover{background-color:#1ea952}.ablocks-social-share-item--email-icon-bg{background-color:#bd2112}.ablocks-social-share-item--email-icon-bg:hover{background-color:#941a0e}.ablocks-social-share-item--email-bg{background-color:#d44638}.ablocks-social-share-item--email-bg:hover{background-color:#b0352b}.ablocks-social-share-item--print-icon-bg{background-color:#aaa}.ablocks-social-share-item--print-icon-bg:hover{background-color:#888}.ablocks-social-share-item--print-bg{background-color:#9a9a9a}.ablocks-social-share-item--print-bg:hover{background-color:#7a7a7a}.ablocks-social-share-item--pocket-icon-bg{background-color:#cd3a4d}.ablocks-social-share-item--pocket-icon-bg:hover{background-color:#c03}.ablocks-social-share-item--pocket-bg{background-color:#e54254}.ablocks-social-share-item--pocket-bg:hover{background-color:#b83244}.social-x-icon{background-color:#000}.social-x-icon:hover{background-color:#1a1a1a}.social-button--x{background-color:#272525}.social-button--x:hover{background-color:#1f1f1f}.social-threads-icon{background-color:#000}.social-threads-icon:hover{background-color:#1a1a1a}.social-button--threads{background-color:#161616}.social-button--threads:hover{background-color:#0f0f0f}.ablocks-social-share-item--gmail-icon-bg{background-color:#a5584e}.ablocks-social-share-item--gmail-icon-bg:hover{background-color:#b23121}.ablocks-social-share-item--gmail-bg{background-color:#d14836}.ablocks-social-share-item--gmail-bg:hover{background-color:#b23121}.ablocks-social-share-item--messenger-icon-bg{background-color:#0084ff}.ablocks-social-share-item--messenger-icon-bg:hover{background-color:#006bd6}.ablocks-social-share-item--messenger-bg{background-color:#00a6fb}.ablocks-social-share-item--messenger-bg:hover{background-color:#0084ff}.ablocks-social-share-item--flipboard-icon-bg{background-color:#e12828}.ablocks-social-share-item--flipboard-icon-bg:hover{background-color:#c41e1e}.ablocks-social-share-item--flipboard-bg{background-color:#f03030}.ablocks-social-share-item--flipboard-bg:hover{background-color:#d42525}.ablocks-social-share-item--blogger-icon-bg{background-color:#ff5722}.ablocks-social-share-item--blogger-icon-bg:hover{background-color:#e64a19}.ablocks-social-share-item--blogger-bg{background-color:#ff6f47}.ablocks-social-share-item--blogger-bg:hover{background-color:#e64a19}
.ablocks-toc-body{padding:20px}.ablocks-toc-body .ablocks-toc-list{margin:0;padding:0 0 0 10px}.ablocks-toc-list .ablock-has-subitems{margin:0;padding:0}.ablocks-toc-item .ablocks-toc-list{padding-left:30px}.ablocks-toc__header{align-items:center;background-color:#fff;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:15px 20px}.ablocks-toc__header-title{font-size:20px;font-weight:500}.ablocks-toc__header-toggle-icon{align-items:center;display:flex;justify-content:end;text-align:right}.ablocks-toc__header-toggle-icon svg{height:20px;width:20px}.ablocks-toc__hide,div.ablocks-toc-body.ablocks-toc__collapse{display:none}.ablocks-toc-item-link{transition:color .3s ease}.ablocks-toc-item-link:hover{color:#0073aa}
.ablocks-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-width:.5em;stroke-dasharray:1500 1500}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}

.ablocks-paragraph-text{margin:0;padding:0}.ablocks-paragraph-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-paragraph-text-sm{font-size:14px}.ablocks-paragraph-text-md{font-size:16px}.ablocks-paragraph-text-lg{font-size:20px}
.ablocks-carousel-swiper .swiper-wrapper{display:flex;height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide{height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom{align-items:baseline;display:flex;justify-content:center}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button{background-color:#000;border:1px solid #000;border-radius:5px;color:#fff;cursor:pointer;outline:none;padding:10px 15px;transition:.4s ease}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button:hover{background-color:transparent;border:1px solid #000;color:#000;cursor:pointer;outline:none;padding:10px 15px}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button{border:none;cursor:pointer;font-size:25px;outline:none;position:absolute;transform:translateY(-50%);z-index:5}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-icon-wrap{box-sizing:unset}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button--disabled{opacity:.6}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-svg-icon{border-radius:50%;height:1em;width:1em}.ablocks-carousel-pagination{align-items:center;display:flex;gap:10px;height:fit-content;justify-content:center;position:absolute;width:fit-content!important;z-index:5}.ablocks-carousel-pagination .swiper-pagination-bullet{opacity:1;outline:none}.ablocks-carousel-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{gap:0}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.ablocks-carousel-autoplay-progress{align-items:center;bottom:16px;color:#000;display:flex;font-weight:700;height:48px;justify-content:center;position:absolute;right:16px;width:48px;z-index:10}.ablocks-carousel-autoplay-progress svg{--progress:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10;stroke-width:4px;stroke:#000;fill:none;stroke-dashoffset:calc(125.6px*(1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}.ablocks-carousel-navigation__buttons .swiper-button-lock{display:block!important}

.ablocks-block--info-box{border:1px solid #dddddf;padding:30px}.ablocks-block--info-box .ablocks-block-container{width:100%}.ablocks-block--info-box .ablocks-icon-wrap{height:fit-content;width:fit-content}.ablocks-block--info-box__content{display:flex;flex-direction:column;width:100%}.ablocks-info-box-heading,.ablocks-info-box-sub-heading,.ablocks-info-box-text{margin:0}.ablocks-info-box-text{margin:0;padding:0}.ablocks-info-box-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-info-box-badge-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;position:absolute;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-badge-link--xs{border-radius:2px;font-size:10px;padding:5px 15px}.ablocks-info-box-badge-link--sm{border-radius:3px;font-size:12px;padding:8px 18px}.ablocks-info-box-badge-link--md{border-radius:4px;font-size:14px;padding:11px 21px}.ablocks-info-box-badge-link--lg{border-radius:5px;font-size:16px;padding:14px 25px}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-badge-link-text{order:10}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-badge-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-badge-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-btn-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-btn-link--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-info-box-btn-link--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-info-box-btn-link--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-info-box-btn-link--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-info-box-btn-link--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-btn-link-text{order:10}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-button-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-block--info-box__content>.ablocks-button-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-star-ratings{align-items:center;display:inline-flex;flex-wrap:wrap;width:100%}.ablocks-info-box-star-ratings-icons{display:flex;flex-wrap:wrap;width:fit-content}.ablocks-info-box-star-ratings-icons .ablocks-info-box-rating{display:inline-block;position:relative}.ablocks-info-box-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-counter__icon{display:inline-flex}.ablocks-counter__content{font-size:40px;z-index:1}.ablocks-counter__text{font-size:16px}.ablocks-block--counter--number .ablocks-block-container,.ablocks-block--counter--number:not(.ablocks-has-container){align-items:center;display:flex}.ablocks-block--counter--circle .ablocks-block-container,.ablocks-block--counter--circle:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--circle .ablocks-circle-counter__outer{position:relative}.ablocks-block--counter--circle .ablocks-circle-counter__inner{align-items:center;border-radius:50%;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%!important;z-index:1}.ablocks-block--counter--circle .ablocks-circle-counter__svg{border-radius:50%}.ablocks-block--counter--circle .ablocks-circle-counter__progress{stroke:#000;fill:none}.ablocks-block--counter--circle .ablocks-circle-counter__background{stroke:#d6d6d6;fill:none}.ablocks-block--counter--bar .ablocks-block-container,.ablocks-block--counter--bar:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--bar .ablocks-block-container{width:100%}.ablocks-block--counter--bar{box-sizing:border-box;overflow:hidden}.ablocks-block--counter--bar .ablocks-bar-counter__background{background-color:#dadada;height:100%;width:100%}.ablocks-block--counter--bar .ablocks-bar-counter__progress{align-items:center;background-color:#000;color:#fff;display:flex;height:100%;width:auto}.ablocks-block--counter--bar .ablocks-counter__content{align-items:center;color:#fff;display:flex;font-size:16px;padding:0 5px}
.ablocks-block--icon .ablocks-block-container{display:flex}
.ablocks-star-rating-number{display:flex}.ablocks-block--star-ratings .ablocks-block-container{align-items:center;display:flex;flex-wrap:wrap}.ablocks-rating{display:inline-block;position:relative}.ablocks-star-ratings-icons{display:flex;flex-wrap:wrap}.ablocks-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-rating__fill svg.ablocks-svg-icon{fill:var(--marked-color)}.ablocks-rating__unfill svg.ablocks-svg-icon{fill:var(--unmarked-color)}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-block--accordion{padding:10px 15px 60px;position:relative}.ablocks-block--accordion .ablocks-block-accordion-appender-button{align-items:center;background-color:#13191b;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:12px 10px}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus{font-weight:600}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus:before{color:#fff!important}.ablocks-block--accordion .block-list-appender{bottom:-50px;left:12px!important;right:auto!important}.ablocks-block--single-accordion .block-list-appender{bottom:15px;left:12px!important;right:auto!important}.ablocks-block--single-accordion{overflow:hidden}.ablocks-block--single-accordion__heading{align-items:center;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:15px}.ablocks-block--single-accordion__heading-rightSide{align-items:center;display:flex;width:90%}.ablocks-block--single-accordion__heading-rightSide .ablocks-block-accordion-title{margin:0 0 0 10px}.ablocks-block--single-accordion__heading .ablocks-single-accordion-right-side-icon{margin-right:10px}.ablocks-block--accordion .ablocks-block--single-accordion .block-list-appender{position:relative}.ablocks-block--accordion .ablocks-block--single-accordion svg.ablocks-svg-icon{height:1em;width:1em}.ablocks-block--single-accordion .ablocks-block--single-accordion__body{height:0;overflow:hidden}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__body{height:auto}.ablocks-block--single-accordion__body-content{background-color:#f9f9f9;box-sizing:border-box;overflow:hidden;padding:20px;position:relative}.ablocks-block--single-accordion__body-content .block-editor-default-block-appender .block-editor-inserter{line-height:0;position:absolute;right:12px;top:10px}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-open{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-off,.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-open{display:block}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-off{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading{outline-style:none!important}.ablocks-block--single-accordion p{margin-bottom:0!important}

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

.ablocks-list{display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-list__item-content{align-items:center;display:flex;gap:8px;text-decoration:none!important}.ablocks-list__icon{display:flex;font-size:20px}.ablocks-list__icon i{align-items:center;display:flex;justify-content:center;width:1em}.ablocks-list__item-marker{background-color:#000;display:block;height:100%;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:100%}.ablocks-list__item-disc{border-radius:100%}.ablocks-block--list .ablocks-svg-icon{box-sizing:border-box;height:auto;width:20px}.ablocks-block--list .ablocks-svg-icon.empty-svg{height:20px}.ablocks-list_item-content-divider:last-child{border:none!important}.ablocks-list a{color:inherit!important}
.ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f { margin-top:0px;margin-right:0px;margin-bottom:-2px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#ecebff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-hide-on-desktop,.ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-hide-on-tablet,.ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-hide-on-mobile { display:none; } } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;overflow:visible; } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f > .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-dff8b932-0754-4438-9791-12f9ce38ce8f.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-dff8b932-0754-4438-9791-12f9ce38ce8f > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 { padding-top:6px;padding-right:15px;padding-bottom:6px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977:hover { background:#fefefeb3; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 { display:flex;justify-content:center; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 .ablocks-image-figure .ablocks-image-caption { text-align:left; } .image-hover-filter:hover img{ Opacity: 1; }
.ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 { 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-004a47a2-e5e9-4de1-90b8-25c2695c0450:hover { background:#fefefeb3; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 { display:flex;justify-content:center; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 .ablocks-image-figure img { width:88px;height:auto;opacity:1; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 { padding-top:12px;padding-right:15px;padding-bottom:12px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56:hover { background:#fefefeb3; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 { display:flex;justify-content:center; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 .ablocks-image-figure img { width:110px;height:auto;opacity:1; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 { 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-eda5132d-eccc-472f-b636-201a1b1d9952:hover { background:#ffffffb3; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 { display:flex;justify-content:center; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b { padding-top:13px;padding-right:15px;padding-bottom:14px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b:hover { background:#fefefeb3; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b { display:flex;justify-content:center; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b .ablocks-image-figure img { width:130px;height:auto;opacity:1; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 { 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-d85eca1f-1434-4af7-a403-4dc51fd6af53:hover { background:#fefefeb3; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 { display:flex;justify-content:center; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd { padding-top:9px;padding-right:15px;padding-bottom:9px;padding-left:15px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd { display:flex;justify-content:center; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd .ablocks-image-figure img { width:100px;height:auto;opacity:1; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c { padding-top:14px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c:hover { background:#fefefeb3; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c { display:flex;justify-content:center; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c .ablocks-image-figure img { width:106px;height:auto;opacity:1; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d.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-bb3ce0a7-1949-4a27-ad30-49659345a1c5 { padding:0px;border-width:1px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu { justify-content:left; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5.ablocks-menu { justify-content:left; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item { color:#6a62ff;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#6a62ff;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item:hover { color:6a62ff;background:#ffffff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:6a62ff;background:#ffffff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-block--menu-child-sub { width:247px; } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#6a62ff; } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:6a62ff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#6a62ff; } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:6a62ff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 

.ablocks-block-fa818f54-f63f-4e8d-868a-5d2bc3b29503 { width:99%;left:0%;overflow-y:auto;overflow-x:hidden; } 
.ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc { margin-top:10px;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;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .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-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-button { font-family:Inter; } } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .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-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-button { font-family:Inter; } } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .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-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-button { font-family:Inter; } } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 { padding-top:24px;padding-bottom:24px;background-image:url("http://template-kits.com/wp-content/uploads/2026/02/Frame-2121452069-1-scaled.webp");background-position:bottom center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45.ablocks-block--container { padding-top:24px;padding-bottom:24px;overflow:visible; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 > .ablocks-block-container { max-width:min(100%,1440px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8 { align-items:flex-end; } } .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu { justify-content:center; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045.ablocks-menu { justify-content:center; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item { color:#667085;border-width:1px;border-style:none;border-color:#6957cb00;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:24px;letter-spacing:-0.12px; } @media screen and (max-width: 800px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item { font-family:Inter; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#667085;border-width:1px;border-style:none;border-color:#6957cb00;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:24px;letter-spacing:-0.12px; } @media screen and (max-width: 800px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-block--menu-child-sub { margin-top:1px;width:250px; } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#667085; } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#667085; } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu__trigger-wrapper { justify-content:right; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#7A5AF8;height:3px;width:30px; } 




.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-desktop,.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-tablet,.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-mobile { display:none; } } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-block--container { padding:0px;max-width:min(100%,19%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-block--container { max-width:min(100%,2%) !important; } } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-desktop,.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-tablet,.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-mobile { display:none; } } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 { text-align:left; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button { column-gap:6px;background:#9B8AFB;justify-content:left;color:#fefefe;border-width:1px;border-style:none;border-color:#ffffff;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.18px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button { font-family:Inter; } } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button:hover { transition-duration:s; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { margin-top:0px;margin-right:0px;margin-left:0px;padding-top:52px;padding-right:96px;padding-bottom:62px;padding-left:96px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { padding-right:26px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { padding-top:80px;padding-right:10px;padding-left:10px; } } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-top:52px;padding-right:96px;padding-bottom:62px;padding-left:96px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-right:26px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-top:80px;padding-right:10px;padding-left:10px; } } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6 { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-block--container { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,7%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { margin:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { padding-top:30px; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-block--container { padding-top:30px; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { align-items:flex-start; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d { background:#ffffff00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d.ablocks-block--social-shares:not(.ablocks-has-container), .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d.ablocks-block--social-shares .ablocks-block-container { flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share { border-width:1px;border-style:solid;border-color:#dedede;height:48px;width:48px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share:hover { background:#ffffff00; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share > .ablocks-svg-icon { fill:#13191B!important;width:16px;height:16px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item { border-width:1px;border-style:solid;border-color:#dedede;border-radius:6px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--icon { width:48px;height:48px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--icon>.ablocks-svg-icon { height:20px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--text { width:80px;height:42px; } @media screen and (max-width: 800px) { .ablocks-block.ablocks-block--social-shares.sisocialcustomcss { flex-direction: row; } } 
.ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { 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; } @media screen and (max-width: 800px) { .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { margin-top:40px; } } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,68%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.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; } 
.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec { width:100%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-desktop,.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-tablet,.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-mobile { display:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header-title { font-family:Bricolage Grotesque;font-weight:400;color:#000000; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header { background:#F9FBFF; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body { background:#F9FBFF; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header-toggle-icon .ablocks-toc__show { font-size:20px; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body .ablocks-toc-list { list-style-type:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-list, .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-list li a { color:#333;font-family:Bricolage Grotesque;font-weight:400;text-decoration:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body .ablocks-toc-list li a { line-height:30px; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec a.ablocks-toc-item-link.active { color:#2763f3; } 
.ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 { text-align:left; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#7B68EE;border-radius:0px;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-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button { font-family:Inter; } } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button:hover { transition-duration:0s; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7B68EE; } 
.ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b { display:flex;justify-content:center; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 { text-align:center; } .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { color:#0F0E16;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:36px;line-height:54px; } @media screen and (max-width: 800px) { .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { font-size:28px;line-height:46px; } } 
.ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { margin-top:12px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { flex-wrap:wrap; } } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { display:inline-flex; } 
.ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 { display:flex;justify-content:left; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img { width:30px;height:auto;opacity:1;border-radius:100px; } @media screen and (max-width: 480px) { .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img { width:24px; } } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845:not(.ablocks-has-block-container), .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845.ablocks-block--dual-button > .ablocks-block-container { gap:16px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845:not(.ablocks-has-block-container), .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 .ablocks-button { font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 .ablocks-button { font-family:Inter; } } 
.ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a { text-align:left; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { column-gap:16px;background:#ffffff00;justify-content:left;color:#000;border-width:0px 1px 0px 0px;border-style:none;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { font-size:14px;line-height:22px; } } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button:hover { transition-duration:0s; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e { text-align:left; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { column-gap:8px;background:#ffffff00;justify-content:left;color:#000;border-width:0px 1px 0px 1px;border-style:solid;border-color:#A7AAAD;border-radius:0px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding-top:0px;padding-right:16px;padding-bottom:0px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { font-size:14px;line-height:24px; } } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button:hover { transition-duration:0s; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap { font-size:14px; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7b68ee; } 
.ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473:not(.ablocks-has-block-container), .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473.ablocks-block--dual-button > .ablocks-block-container { gap:16px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 .ablocks-button { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 .ablocks-button { font-family:Inter; } } 
.ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb { text-align:left; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:left;color:#454D54;border-width:0px 0px 0px 0px;border-style:none;border-color:#A7AAAD;border-radius:0px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { font-size:14px; } } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button:hover { transition-duration:0s; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap { font-size:14px; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ed9100; } 
.ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499 { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { max-width:min(100%,44%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682 { 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-28f8816f-f69d-4b45-ab9c-0805b1ac9682.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 { padding:24px;border-width:1px;border-style:solid;border-color:#ededed;border-radius:4px;width:100%;box-shadow:2px 1px 9px 0px rgba(0,0,0,0.06);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-title { font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:none;font-size:16px;line-height:20px;color:#000; } @media screen and (max-width: 800px) { .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-title { font-family:Inter; } } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header { background:#ffffff;padding:0px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body { background:#ffffff;padding-top:12px;padding-right:0px;padding-bottom:0px;padding-left:0px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-toggle-icon .ablocks-toc__show { font-size:20px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body .ablocks-toc-list { list-style-type:none; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list, .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list li a { color:#454F59;font-family:Inter,sans-serif;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list, .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list li a { font-family:Inter; } } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body .ablocks-toc-list li a { line-height:20px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 a.ablocks-toc-item-link.active { color:#2763f3; } .ablocks-toc-list li a { font-weight: 400; } .ablocks-toc-list li { padding-bottom: 10px; }
.ablocks-block-6183a5d7-6097-4dd4-ba73-0133c4af723a { margin-top:0px;margin-right:0px;margin-left:0px;padding-top:150px;padding-bottom:150px;background:#ECECEC;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6183a5d7-6097-4dd4-ba73-0133c4af723a { margin:0px;padding-top:60px;padding-bottom:60px; } } .ablocks-block-6183a5d7-6097-4dd4-ba73-0133c4af723a.ablocks-block--container { padding-top:150px;padding-bottom:150px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6183a5d7-6097-4dd4-ba73-0133c4af723a.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-6183a5d7-6097-4dd4-ba73-0133c4af723a > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6183a5d7-6097-4dd4-ba73-0133c4af723a > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:31px; } @media screen and (max-width: 800px) { .ablocks-block-6183a5d7-6097-4dd4-ba73-0133c4af723a > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-6183a5d7-6097-4dd4-ba73-0133c4af723a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:31px; } @media screen and (max-width: 800px) { .ablocks-block-6183a5d7-6097-4dd4-ba73-0133c4af723a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-6183a5d7-6097-4dd4-ba73-0133c4af723a > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-00af1638-dc62-4caa-956a-1e502acaa6e7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-00af1638-dc62-4caa-956a-1e502acaa6e7.ablocks-block--container { padding:0px;max-width:min(100%,25%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-00af1638-dc62-4caa-956a-1e502acaa6e7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-00af1638-dc62-4caa-956a-1e502acaa6e7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-00af1638-dc62-4caa-956a-1e502acaa6e7 { align-items:center; } } .ablocks-block-00af1638-dc62-4caa-956a-1e502acaa6e7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-00af1638-dc62-4caa-956a-1e502acaa6e7.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-a1a20a66-9dc1-4715-bee5-a8932c0e1e90 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1a20a66-9dc1-4715-bee5-a8932c0e1e90 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-a1a20a66-9dc1-4715-bee5-a8932c0e1e90 { text-align:center; } } .ablocks-block-a1a20a66-9dc1-4715-bee5-a8932c0e1e90 .ablocks-paragraph-text { color:#24292D;font-family:Teko,sans-serif;font-weight:500;font-size:32px;line-height:46px; } @media screen and (max-width: 800px) { .ablocks-block-a1a20a66-9dc1-4715-bee5-a8932c0e1e90 .ablocks-paragraph-text { font-family:Teko; } } @media screen and (max-width: 480px) { .ablocks-block-a1a20a66-9dc1-4715-bee5-a8932c0e1e90 .ablocks-paragraph-text { font-size:28px;line-height:42px; } } .ablocks-block-a1a20a66-9dc1-4715-bee5-a8932c0e1e90 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6b51c041-366c-4e42-a8b2-9a0dd322c2a6 { 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-6b51c041-366c-4e42-a8b2-9a0dd322c2a6.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,73%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6b51c041-366c-4e42-a8b2-9a0dd322c2a6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6b51c041-366c-4e42-a8b2-9a0dd322c2a6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6b51c041-366c-4e42-a8b2-9a0dd322c2a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .ablocks-carousel-swiper .swiper-wrapper { min-height:49px;align-items:center; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .ablocks-carousel-navigation__button { top:50%; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .ablocks-carousel-navigation__button--next { right:-3%; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .ablocks-carousel-navigation__button--prev { left:-3%; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:35px; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#686868;background-color:#e4e4e4; } .ablocks-block-4821455c-bdb2-4d9d-ad7c-27441c4caddb .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-127acb16-b8db-4336-8167-4358641ef01c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-5603eae6-00fe-48df-891e-3c5dfd491dee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5603eae6-00fe-48df-891e-3c5dfd491dee .ablocks-image-figure img { width:216px;height:auto;opacity:1; } .ablocks-block-5603eae6-00fe-48df-891e-3c5dfd491dee .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-5603eae6-00fe-48df-891e-3c5dfd491dee .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d495b822-19be-4360-bbb4-f65f05269544 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-94cb0ee2-392d-48ad-b964-9041e95d7e8a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-94cb0ee2-392d-48ad-b964-9041e95d7e8a .ablocks-image-figure img { width:194px;height:auto;opacity:1; } .ablocks-block-94cb0ee2-392d-48ad-b964-9041e95d7e8a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-94cb0ee2-392d-48ad-b964-9041e95d7e8a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7c676e3f-48de-4c8b-b115-3928c7689748 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-117cf119-314e-4624-b88a-e61a3e389be7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-117cf119-314e-4624-b88a-e61a3e389be7 .ablocks-image-figure img { width:167px;height:auto;opacity:1; } .ablocks-block-117cf119-314e-4624-b88a-e61a3e389be7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-117cf119-314e-4624-b88a-e61a3e389be7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-66fdfcd0-73b0-4161-994f-510c39d562ba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-8fd0fcba-ad8c-443f-af05-a5b207a8025f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8fd0fcba-ad8c-443f-af05-a5b207a8025f .ablocks-image-figure img { width:218px;height:auto;opacity:1; } .ablocks-block-8fd0fcba-ad8c-443f-af05-a5b207a8025f .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8fd0fcba-ad8c-443f-af05-a5b207a8025f .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-399dff7f-7f1d-4ef2-8cbb-ba931d7a9fd6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-8c860466-86cf-4315-9553-ea4dd9161f09 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c860466-86cf-4315-9553-ea4dd9161f09 .ablocks-image-figure img { width:216px;height:auto;opacity:1; } .ablocks-block-8c860466-86cf-4315-9553-ea4dd9161f09 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8c860466-86cf-4315-9553-ea4dd9161f09 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3567b702-af35-4d90-a852-356512cb4e96 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-09eead62-9273-48fc-9396-137b92454622 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09eead62-9273-48fc-9396-137b92454622 .ablocks-image-figure img { width:194px;height:auto;opacity:1; } .ablocks-block-09eead62-9273-48fc-9396-137b92454622 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-09eead62-9273-48fc-9396-137b92454622 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-883d4e03-e32f-4577-a354-41cbe324b8ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-61e7744d-c2d1-4d99-9d0e-0256614ace70 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-61e7744d-c2d1-4d99-9d0e-0256614ace70 .ablocks-image-figure img { width:167px;height:auto;opacity:1; } .ablocks-block-61e7744d-c2d1-4d99-9d0e-0256614ace70 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-61e7744d-c2d1-4d99-9d0e-0256614ace70 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-831e1803-54a1-4805-abe1-a2fa66aa47cd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-8293921b-77f4-4c6b-b22e-948d9c71515e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8293921b-77f4-4c6b-b22e-948d9c71515e .ablocks-image-figure img { width:218px;height:auto;opacity:1; } .ablocks-block-8293921b-77f4-4c6b-b22e-948d9c71515e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8293921b-77f4-4c6b-b22e-948d9c71515e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-cc7b0319-070d-465e-b2ba-2efb88b30b33 { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#121212;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cc7b0319-070d-465e-b2ba-2efb88b30b33 { padding-top:80px;padding-right:10px;padding-bottom:80px;padding-left:10px; } } .ablocks-is-fse-theme .ablocks-block-cc7b0319-070d-465e-b2ba-2efb88b30b33.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-cc7b0319-070d-465e-b2ba-2efb88b30b33.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-cc7b0319-070d-465e-b2ba-2efb88b30b33.ablocks-block--container { padding-top:120px;padding-bottom:120px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cc7b0319-070d-465e-b2ba-2efb88b30b33.ablocks-block--container { padding-top:80px;padding-right:10px;padding-bottom:80px;padding-left:10px; } } .ablocks-block-cc7b0319-070d-465e-b2ba-2efb88b30b33 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-cc7b0319-070d-465e-b2ba-2efb88b30b33 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-cc7b0319-070d-465e-b2ba-2efb88b30b33.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-cc7b0319-070d-465e-b2ba-2efb88b30b33.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-69de09fc-9cdb-419a-b982-2ee156b0bbb2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69de09fc-9cdb-419a-b982-2ee156b0bbb2.ablocks-block--container { padding:0px;max-width:min(100%,766px) !important;overflow:visible; } .ablocks-block-69de09fc-9cdb-419a-b982-2ee156b0bbb2 { display:flex;flex-direction:column;justify-content:center;justify-items:center;min-height:0px;row-gap:15px;column-gap:0px; } .ablocks-block-69de09fc-9cdb-419a-b982-2ee156b0bbb2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;min-height:0px;row-gap:15px;column-gap:0px; } 
.ablocks-block-5697f4b6-ed5b-4aab-832d-b05c97931ef6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5697f4b6-ed5b-4aab-832d-b05c97931ef6 { text-align:center; } .ablocks-block-5697f4b6-ed5b-4aab-832d-b05c97931ef6 .ablocks-paragraph-text { color:#C8F31D;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:27px;letter-spacing:4px; } @media screen and (max-width: 800px) { .ablocks-block-5697f4b6-ed5b-4aab-832d-b05c97931ef6 .ablocks-paragraph-text { font-family:Poppins; } } .ablocks-block-5697f4b6-ed5b-4aab-832d-b05c97931ef6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-419ff121-8f41-471e-99c1-dc4ad07827a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-419ff121-8f41-471e-99c1-dc4ad07827a8 { text-align:center; } .ablocks-block-419ff121-8f41-471e-99c1-dc4ad07827a8 .ablocks-heading-text { color:#ffffff;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px; } @media screen and (max-width: 800px) { .ablocks-block-419ff121-8f41-471e-99c1-dc4ad07827a8 .ablocks-heading-text { font-family:Teko;font-size:48px;line-height:68px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-419ff121-8f41-471e-99c1-dc4ad07827a8 .ablocks-heading-text { font-size:32px;line-height:44px; } } 
.ablocks-block-ed0d3b45-5b24-4328-9a6e-c2aedbeb7777 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed0d3b45-5b24-4328-9a6e-c2aedbeb7777.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ed0d3b45-5b24-4328-9a6e-c2aedbeb7777.ablocks-block--container { max-width:min(100%,1290%) !important; } } .ablocks-block-ed0d3b45-5b24-4328-9a6e-c2aedbeb7777 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-ed0d3b45-5b24-4328-9a6e-c2aedbeb7777 { flex-direction:column;row-gap:30px; } } .ablocks-block-ed0d3b45-5b24-4328-9a6e-c2aedbeb7777.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-ed0d3b45-5b24-4328-9a6e-c2aedbeb7777.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-ed0d3b45-5b24-4328-9a6e-c2aedbeb7777 { display:inline-flex; } 
.ablocks-block-5e1172a9-c898-4938-b3d8-291790c831b8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e1172a9-c898-4938-b3d8-291790c831b8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5e1172a9-c898-4938-b3d8-291790c831b8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-5e1172a9-c898-4938-b3d8-291790c831b8 { flex-direction:column;row-gap:30px; } } .ablocks-block-5e1172a9-c898-4938-b3d8-291790c831b8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-5e1172a9-c898-4938-b3d8-291790c831b8.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-5e1172a9-c898-4938-b3d8-291790c831b8 { display:inline-flex; } 
.ablocks-block-25fd213c-cfe7-4b93-94ad-aeee4ab2b6e5 { padding:0px;border-width:1px;border-style:solid;border-color:#ECECEC;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-25fd213c-cfe7-4b93-94ad-aeee4ab2b6e5:hover { border-width:1px;border-color:#C8F31D;border-style:solid; } .ablocks-block-25fd213c-cfe7-4b93-94ad-aeee4ab2b6e5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-25fd213c-cfe7-4b93-94ad-aeee4ab2b6e5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-25fd213c-cfe7-4b93-94ad-aeee4ab2b6e5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 { padding:29px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889:not(.ablocks-has-block-container), .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box > .ablocks-block-container { gap:60px;display:flex;flex-direction:column;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889:not(.ablocks-has-block-container), .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box > .ablocks-block-container { gap:38px; } } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content { gap:20px;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content { gap:14px; } } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Teko,sans-serif;font-weight:500;font-size:30px;line-height:19.8px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Teko; } } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:22.4px; } @media screen and (max-width: 800px) { .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:13px;transition-duration:s;background:#13191b00;justify-content:center;color:#FFFFFF;border-radius:0px;font-family:Kanit;font-weight:700;font-size:16px;line-height:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:40px; } @media screen and (max-width: 800px) { .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { margin-top:20px; } } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#C8F31D; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#C8F31D; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d118c3f2-c2b8-40fd-8565-2698363eb889 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-fab9700a-09e6-4d53-805d-ca2810ce17cd { padding:0px;border-width:1px;border-style:solid;border-color:#ECECEC;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fab9700a-09e6-4d53-805d-ca2810ce17cd:hover { border-width:1px;border-color:#C8F31D;border-style:solid; } .ablocks-block-fab9700a-09e6-4d53-805d-ca2810ce17cd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fab9700a-09e6-4d53-805d-ca2810ce17cd { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fab9700a-09e6-4d53-805d-ca2810ce17cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 { padding:29px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1:not(.ablocks-has-block-container), .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box > .ablocks-block-container { gap:60px;display:flex;flex-direction:column;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1:not(.ablocks-has-block-container), .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box > .ablocks-block-container { gap:38px; } } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content { gap:20px;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content { gap:14px; } } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Teko,sans-serif;font-weight:500;font-size:30px;line-height:19.8px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Teko; } } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:22.4px; } @media screen and (max-width: 800px) { .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:13px;transition-duration:s;background:#13191b00;justify-content:center;color:#FFFFFF;border-radius:0px;font-family:Kanit;font-weight:700;font-size:16px;line-height:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:40px; } @media screen and (max-width: 800px) { .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { margin-top:20px; } } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#C8F31D; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#C8F31D; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-01c5ebe5-1f4a-43fc-aec0-2208e15771d1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-6bd76bb2-6781-491a-92f9-c78f532b9d77 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6bd76bb2-6781-491a-92f9-c78f532b9d77.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6bd76bb2-6781-491a-92f9-c78f532b9d77 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-6bd76bb2-6781-491a-92f9-c78f532b9d77 { flex-direction:column;row-gap:30px; } } .ablocks-block-6bd76bb2-6781-491a-92f9-c78f532b9d77.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-6bd76bb2-6781-491a-92f9-c78f532b9d77.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-6bd76bb2-6781-491a-92f9-c78f532b9d77 { display:inline-flex; } 
.ablocks-block-72505d45-0343-4f11-a92e-a75f44b6c26c { padding:0px;border-width:1px;border-style:solid;border-color:#ECECEC;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72505d45-0343-4f11-a92e-a75f44b6c26c:hover { border-width:1px;border-color:#C8F31D;border-style:solid; } .ablocks-block-72505d45-0343-4f11-a92e-a75f44b6c26c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-72505d45-0343-4f11-a92e-a75f44b6c26c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-72505d45-0343-4f11-a92e-a75f44b6c26c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce { padding:29px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce:not(.ablocks-has-block-container), .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box > .ablocks-block-container { gap:60px;display:flex;flex-direction:column;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce:not(.ablocks-has-block-container), .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box > .ablocks-block-container { gap:38px; } } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content { gap:20px;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content { gap:14px; } } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Teko,sans-serif;font-weight:500;font-size:30px;line-height:19.8px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Teko; } } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:22.4px; } @media screen and (max-width: 800px) { .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:13px;transition-duration:s;background:#13191b00;justify-content:center;color:#FFFFFF;border-radius:0px;font-family:Kanit;font-weight:700;font-size:16px;line-height:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:40px; } @media screen and (max-width: 800px) { .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-btn-link { margin-top:20px; } } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#C8F31D; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#C8F31D; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6cfbf482-bbfe-422b-9519-593a334058ce .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-d5558515-776a-43e4-a080-62cc226e8abe { padding:0px;border-width:1px;border-style:solid;border-color:#ECECEC;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5558515-776a-43e4-a080-62cc226e8abe:hover { border-width:1px;border-color:#C8F31D;border-style:solid; } .ablocks-block-d5558515-776a-43e4-a080-62cc226e8abe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d5558515-776a-43e4-a080-62cc226e8abe { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d5558515-776a-43e4-a080-62cc226e8abe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 { padding:29px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91:not(.ablocks-has-block-container), .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box > .ablocks-block-container { gap:60px;display:flex;flex-direction:column;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91:not(.ablocks-has-block-container), .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box > .ablocks-block-container { gap:38px; } } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content { gap:20px;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content { gap:14px; } } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Teko,sans-serif;font-weight:500;font-size:30px;line-height:19.8px;color:#FFFFFF; } @media screen and (max-width: 800px) { .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Teko; } } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:22.4px; } @media screen and (max-width: 800px) { .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:13px;transition-duration:s;background:#13191b00;justify-content:center;color:#FFFFFF;border-radius:0px;font-family:Kanit;font-weight:700;font-size:16px;line-height:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:40px; } @media screen and (max-width: 800px) { .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { margin-top:20px; } } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#C8F31D; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#C8F31D; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5bcb0e0f-cac2-484d-ae5e-3355360cac91 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-78970c25-113e-4571-a899-1613e4193993 { margin-top:0px;padding-top:150px;padding-bottom:0px;background:#5555551a;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-78970c25-113e-4571-a899-1613e4193993 { padding-top:80px;padding-right:10px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-78970c25-113e-4571-a899-1613e4193993 { padding-top:70px; } } .ablocks-is-fse-theme .ablocks-block-78970c25-113e-4571-a899-1613e4193993.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-78970c25-113e-4571-a899-1613e4193993.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-78970c25-113e-4571-a899-1613e4193993.ablocks-block--container { padding-top:150px;padding-bottom:0px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-78970c25-113e-4571-a899-1613e4193993.ablocks-block--container { padding-top:80px;padding-right:10px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-78970c25-113e-4571-a899-1613e4193993.ablocks-block--container { padding-top:70px; } } .ablocks-block-78970c25-113e-4571-a899-1613e4193993 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-78970c25-113e-4571-a899-1613e4193993.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-65f6649b-744b-4b12-8da5-cd97cdc433a5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65f6649b-744b-4b12-8da5-cd97cdc433a5.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } .ablocks-block-65f6649b-744b-4b12-8da5-cd97cdc433a5 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-65f6649b-744b-4b12-8da5-cd97cdc433a5 { flex-direction:column;align-items:center;row-gap:30px; } } .ablocks-block-65f6649b-744b-4b12-8da5-cd97cdc433a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-65f6649b-744b-4b12-8da5-cd97cdc433a5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:30px; } } .ablocks-block-65f6649b-744b-4b12-8da5-cd97cdc433a5 { display:inline-flex; } 
.ablocks-block-2d5a0b6d-6af6-4576-9ad9-1afc9dad18f2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d5a0b6d-6af6-4576-9ad9-1afc9dad18f2.ablocks-block--container { padding:0px;max-width:min(100%,300px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2d5a0b6d-6af6-4576-9ad9-1afc9dad18f2.ablocks-block--container { max-width:min(100%,300%) !important; } } .ablocks-block-2d5a0b6d-6af6-4576-9ad9-1afc9dad18f2 { display:flex;flex-direction:column;min-height:0px;row-gap:225px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-2d5a0b6d-6af6-4576-9ad9-1afc9dad18f2 { row-gap:30px; } } .ablocks-block-2d5a0b6d-6af6-4576-9ad9-1afc9dad18f2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:225px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-2d5a0b6d-6af6-4576-9ad9-1afc9dad18f2.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-25cc8b49-15cc-433d-8ed7-2673135986ec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-25cc8b49-15cc-433d-8ed7-2673135986ec { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-25cc8b49-15cc-433d-8ed7-2673135986ec { text-align:center; } } .ablocks-block-25cc8b49-15cc-433d-8ed7-2673135986ec .ablocks-paragraph-text { color:#FF0000;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:27px;letter-spacing:4px; } @media screen and (max-width: 800px) { .ablocks-block-25cc8b49-15cc-433d-8ed7-2673135986ec .ablocks-paragraph-text { font-family:Poppins;font-size:22px; } } .ablocks-block-25cc8b49-15cc-433d-8ed7-2673135986ec .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7fc23005-01a9-43b2-ad31-005fc2cbbfa9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7fc23005-01a9-43b2-ad31-005fc2cbbfa9 { display:flex;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-7fc23005-01a9-43b2-ad31-005fc2cbbfa9 { justify-content:center; } } .ablocks-block-7fc23005-01a9-43b2-ad31-005fc2cbbfa9 .ablocks-image-figure img { width:300px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-7fc23005-01a9-43b2-ad31-005fc2cbbfa9 .ablocks-image-figure img { width:339px;height:399px; } } @media screen and (max-width: 480px) { .ablocks-block-7fc23005-01a9-43b2-ad31-005fc2cbbfa9 .ablocks-image-figure img { height:auto; } } .ablocks-block-7fc23005-01a9-43b2-ad31-005fc2cbbfa9 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7fc23005-01a9-43b2-ad31-005fc2cbbfa9 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0fb2d831-3e98-41f6-a5e6-972b6f6c47d3 { margin-top:42px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0fb2d831-3e98-41f6-a5e6-972b6f6c47d3 { margin-top:30px; } } .ablocks-block-0fb2d831-3e98-41f6-a5e6-972b6f6c47d3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0fb2d831-3e98-41f6-a5e6-972b6f6c47d3 { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0fb2d831-3e98-41f6-a5e6-972b6f6c47d3 { align-items:center;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-0fb2d831-3e98-41f6-a5e6-972b6f6c47d3 { row-gap:28px; } } .ablocks-block-0fb2d831-3e98-41f6-a5e6-972b6f6c47d3.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: 800px) { .ablocks-block-0fb2d831-3e98-41f6-a5e6-972b6f6c47d3.ablocks-has-block-container > .ablocks-block-container { align-items:center;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-0fb2d831-3e98-41f6-a5e6-972b6f6c47d3.ablocks-has-block-container > .ablocks-block-container { row-gap:28px; } } 
.ablocks-block-dd13f211-8f78-4861-ac70-cc1d85daf04e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd13f211-8f78-4861-ac70-cc1d85daf04e { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-dd13f211-8f78-4861-ac70-cc1d85daf04e { text-align:center; } } .ablocks-block-dd13f211-8f78-4861-ac70-cc1d85daf04e .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px; } @media screen and (max-width: 800px) { .ablocks-block-dd13f211-8f78-4861-ac70-cc1d85daf04e .ablocks-heading-text { font-family:Teko;font-size:42px;line-height:57px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-dd13f211-8f78-4861-ac70-cc1d85daf04e .ablocks-heading-text { font-size:32px;line-height:41px; } } 
.ablocks-block-179e5d87-b1e7-4b42-ac3d-626dbbf73271 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-179e5d87-b1e7-4b42-ac3d-626dbbf73271 { margin:0px; } } .ablocks-block-179e5d87-b1e7-4b42-ac3d-626dbbf73271 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-179e5d87-b1e7-4b42-ac3d-626dbbf73271 { text-align:center; } } .ablocks-block-179e5d87-b1e7-4b42-ac3d-626dbbf73271 .ablocks-paragraph-text { color:#555555;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px; } .ablocks-block-179e5d87-b1e7-4b42-ac3d-626dbbf73271 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a58368da-7a0c-4412-a8f2-2a06cc93f08b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a58368da-7a0c-4412-a8f2-2a06cc93f08b { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-a58368da-7a0c-4412-a8f2-2a06cc93f08b { text-align:center; } } .ablocks-block-a58368da-7a0c-4412-a8f2-2a06cc93f08b .ablocks-button { column-gap:10px;background:#C8F31D;justify-content:left;color:#000000;border-radius:999px;font-family:Kanit;font-weight:700;font-size:16px;line-height:16px;padding-top:20px;padding-right:30px;padding-bottom:20px;padding-left:30px; } .ablocks-block-a58368da-7a0c-4412-a8f2-2a06cc93f08b .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#000000; } .ablocks-block-a58368da-7a0c-4412-a8f2-2a06cc93f08b .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-a58368da-7a0c-4412-a8f2-2a06cc93f08b .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a58368da-7a0c-4412-a8f2-2a06cc93f08b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a58368da-7a0c-4412-a8f2-2a06cc93f08b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#121212; } 
.ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156 { margin-top:0px;padding-right:15px;padding-left:15px; } } .ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156.ablocks-block--container { padding-right:15px;padding-left:15px; } } .ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:57px; } @media screen and (max-width: 800px) { .ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156 { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156 { flex-direction:column;row-gap:30px; } } .ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156.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:57px; } @media screen and (max-width: 800px) { .ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-0684df65-4799-4489-9344-9dad9fb7c156 { display:inline-flex; } 
.ablocks-block-29383079-173e-4a35-a438-079216f7811a { border-width:0px 0px 0px 1px;border-style:none;border-color:#121212;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-29383079-173e-4a35-a438-079216f7811a { padding:0px; } } .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--bar .ablocks-block-container { align-items:left; } @media screen and (max-width: 480px) { .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } } .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--number .ablocks-block-container { justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } } .ablocks-block-29383079-173e-4a35-a438-079216f7811a .ablocks-counter__content { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-29383079-173e-4a35-a438-079216f7811a .ablocks-counter__content { font-family:Teko;font-size:52px;line-height:64px; } } .ablocks-block-29383079-173e-4a35-a438-079216f7811a .ablocks-counter__text { color:#4B4F58;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px; } @media screen and (max-width: 800px) { .ablocks-block-29383079-173e-4a35-a438-079216f7811a .ablocks-counter__text { line-height:30px; } } .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:left;align-items:left; } @media screen and (max-width: 480px) { .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } } .ablocks-block-29383079-173e-4a35-a438-079216f7811a .ablocks-block-container { justify-content:left;align-items:left; } @media screen and (max-width: 480px) { .ablocks-block-29383079-173e-4a35-a438-079216f7811a .ablocks-block-container { justify-content:center;align-items:center; } } .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-29383079-173e-4a35-a438-079216f7811a.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-29383079-173e-4a35-a438-079216f7811a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-29383079-173e-4a35-a438-079216f7811a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-29383079-173e-4a35-a438-079216f7811a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da { border-width:0px 0px 0px 1px;border-style:none;border-color:#121212;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da { padding:0px; } } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--bar .ablocks-block-container { align-items:left; } @media screen and (max-width: 480px) { .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--number .ablocks-block-container { justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da .ablocks-counter__content { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da .ablocks-counter__content { font-family:Teko;font-size:52px;line-height:64px; } } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da .ablocks-counter__text { color:#4B4F58;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px; } @media screen and (max-width: 800px) { .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da .ablocks-counter__text { line-height:30px; } } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:left;align-items:left; } @media screen and (max-width: 480px) { .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da .ablocks-block-container { justify-content:left;align-items:left; } @media screen and (max-width: 480px) { .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da .ablocks-block-container { justify-content:center;align-items:center; } } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da .ablocks-icon-wrap { font-size:55px; } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-cb22d7f2-5e24-4de0-b4da-d29a5c70e3da .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 { border-width:0px 0px 0px 1px;border-style:none;border-color:#121212;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 { padding:0px; } } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--bar .ablocks-block-container { align-items:left; } @media screen and (max-width: 480px) { .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--number .ablocks-block-container { justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 .ablocks-counter__content { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 .ablocks-counter__content { font-family:Teko;font-size:52px;line-height:64px; } } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 .ablocks-counter__text { color:#4B4F58;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px; } @media screen and (max-width: 800px) { .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 .ablocks-counter__text { line-height:30px; } } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:left;align-items:left; } @media screen and (max-width: 480px) { .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 .ablocks-block-container { justify-content:left;align-items:left; } @media screen and (max-width: 480px) { .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 .ablocks-block-container { justify-content:center;align-items:center; } } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-de067333-0029-4af6-bd70-6aff599fe8e0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2880482b-466a-40ab-8819-e014ae660c75 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2880482b-466a-40ab-8819-e014ae660c75.ablocks-hide-on-desktop,.ablocks-block-2880482b-466a-40ab-8819-e014ae660c75.ablocks-hide-on-tablet,.ablocks-block-2880482b-466a-40ab-8819-e014ae660c75.ablocks-hide-on-mobile { display:none; } } .ablocks-block-2880482b-466a-40ab-8819-e014ae660c75.ablocks-block--container { padding:0px;max-width:min(100%,300px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2880482b-466a-40ab-8819-e014ae660c75.ablocks-block--container { max-width:min(100%,30%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2880482b-466a-40ab-8819-e014ae660c75.ablocks-block--container { max-width:min(100%,38%) !important; } } .ablocks-block-2880482b-466a-40ab-8819-e014ae660c75 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2880482b-466a-40ab-8819-e014ae660c75.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c9393ed3-9b26-4846-98e0-279ff5c7ee96 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c9393ed3-9b26-4846-98e0-279ff5c7ee96 { display:flex;justify-content:left; } .ablocks-block-c9393ed3-9b26-4846-98e0-279ff5c7ee96 .ablocks-image-figure img { width:300px;height:auto;opacity:1; } .ablocks-block-c9393ed3-9b26-4846-98e0-279ff5c7ee96 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c9393ed3-9b26-4846-98e0-279ff5c7ee96 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3a67f380-5193-4b9e-bb3c-9bf8505dd985 { margin-top:0px;padding-top:150px;padding-bottom:150px;background:#5555551a;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3a67f380-5193-4b9e-bb3c-9bf8505dd985 { padding-top:80px;padding-right:10px;padding-bottom:80px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-3a67f380-5193-4b9e-bb3c-9bf8505dd985 { padding-top:70px;padding-bottom:70px; } } .ablocks-block-3a67f380-5193-4b9e-bb3c-9bf8505dd985.ablocks-block--container { padding-top:150px;padding-bottom:150px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3a67f380-5193-4b9e-bb3c-9bf8505dd985.ablocks-block--container { padding-top:80px;padding-right:10px;padding-bottom:80px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-3a67f380-5193-4b9e-bb3c-9bf8505dd985.ablocks-block--container { padding-top:70px;padding-bottom:70px; } } .ablocks-block-3a67f380-5193-4b9e-bb3c-9bf8505dd985 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-3a67f380-5193-4b9e-bb3c-9bf8505dd985 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:40px;column-gap:20px; } .ablocks-block-3a67f380-5193-4b9e-bb3c-9bf8505dd985.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:40px;column-gap:20px; } 
.ablocks-block-311d1fdd-9714-456a-9dc7-ba0f75458524 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-311d1fdd-9714-456a-9dc7-ba0f75458524.ablocks-block--container { padding:0px;max-width:min(100%,500px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-311d1fdd-9714-456a-9dc7-ba0f75458524.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-311d1fdd-9714-456a-9dc7-ba0f75458524 { display:flex;flex-direction:column;min-height:0px;row-gap:15px;column-gap:0px; } .ablocks-block-311d1fdd-9714-456a-9dc7-ba0f75458524.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:15px;column-gap:0px; } 
.ablocks-block-339c7478-806b-4e9e-988f-29b69f24e0dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-339c7478-806b-4e9e-988f-29b69f24e0dc { text-align:center; } .ablocks-block-339c7478-806b-4e9e-988f-29b69f24e0dc .ablocks-paragraph-text { color:#FF0000;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:27px;letter-spacing:4px; } @media screen and (max-width: 800px) { .ablocks-block-339c7478-806b-4e9e-988f-29b69f24e0dc .ablocks-paragraph-text { font-family:Poppins; } } .ablocks-block-339c7478-806b-4e9e-988f-29b69f24e0dc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-64eb81c5-31a7-402d-b150-97a5d2eb0887 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64eb81c5-31a7-402d-b150-97a5d2eb0887 { text-align:center; } .ablocks-block-64eb81c5-31a7-402d-b150-97a5d2eb0887 .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px; } @media screen and (max-width: 800px) { .ablocks-block-64eb81c5-31a7-402d-b150-97a5d2eb0887 .ablocks-heading-text { font-family:Teko;font-size:48px;line-height:54px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-64eb81c5-31a7-402d-b150-97a5d2eb0887 .ablocks-heading-text { font-size:32px;line-height:40px; } } 
.ablocks-block-7ae220e8-f3c5-4913-9b95-332a0444ae51 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7ae220e8-f3c5-4913-9b95-332a0444ae51.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7ae220e8-f3c5-4913-9b95-332a0444ae51 { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } .ablocks-block-7ae220e8-f3c5-4913-9b95-332a0444ae51.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } 
.ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf { padding-top:0px;padding-right:59px;padding-bottom:0px;padding-left:59px;border-width:1px;border-style:solid;border-color:#121212;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf { padding-top:10px;padding-bottom:10px; } } @media screen and (max-width: 480px) { .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf { padding-right:10px;padding-left:10px; } } .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf:hover { border-width:1px;border-color:#FF0000;border-style:solid; } .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf.ablocks-block--container { padding-top:0px;padding-right:59px;padding-bottom:0px;padding-left:59px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf.ablocks-block--container { padding-top:10px;padding-bottom:10px;max-width:min(100%,1290%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:390px; } @media screen and (max-width: 800px) { .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf { flex-direction:column;row-gap:15px; } } .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf.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:390px; } @media screen and (max-width: 800px) { .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px; } } .ablocks-block-d5254db3-1424-443d-8d7a-5589a109dadf { display:inline-flex; } 
.ablocks-block-87a2c350-3d7d-4d72-878c-2451e385c3bb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87a2c350-3d7d-4d72-878c-2451e385c3bb.ablocks-block--container { padding:0px;max-width:min(100%,403px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-87a2c350-3d7d-4d72-878c-2451e385c3bb.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-87a2c350-3d7d-4d72-878c-2451e385c3bb { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:173px; } @media screen and (max-width: 800px) { .ablocks-block-87a2c350-3d7d-4d72-878c-2451e385c3bb { justify-content:space-between;justify-items:space-between; } } @media screen and (max-width: 480px) { .ablocks-block-87a2c350-3d7d-4d72-878c-2451e385c3bb { flex-direction:column;row-gap:5px;column-gap:15px; } } .ablocks-block-87a2c350-3d7d-4d72-878c-2451e385c3bb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:173px; } @media screen and (max-width: 800px) { .ablocks-block-87a2c350-3d7d-4d72-878c-2451e385c3bb.ablocks-has-block-container > .ablocks-block-container { justify-content:space-between;justify-items:space-between; } } @media screen and (max-width: 480px) { .ablocks-block-87a2c350-3d7d-4d72-878c-2451e385c3bb.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:5px;column-gap:15px; } } .ablocks-block-87a2c350-3d7d-4d72-878c-2451e385c3bb { display:inline-flex; } 
.ablocks-block-4cc9148c-f634-4e7f-b919-198ccdff285e { width:21%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4cc9148c-f634-4e7f-b919-198ccdff285e { text-align:left; } .ablocks-block-4cc9148c-f634-4e7f-b919-198ccdff285e .ablocks-paragraph-text { color:#555555;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px; } .ablocks-block-4cc9148c-f634-4e7f-b919-198ccdff285e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-80e17bf1-36e6-4f8d-a50f-35a75eb704ee { width:28%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-80e17bf1-36e6-4f8d-a50f-35a75eb704ee { width:23%; } } @media screen and (max-width: 480px) { .ablocks-block-80e17bf1-36e6-4f8d-a50f-35a75eb704ee { width:auto;display:inline-block; } } .ablocks-block-80e17bf1-36e6-4f8d-a50f-35a75eb704ee { text-align:left; } .ablocks-block-80e17bf1-36e6-4f8d-a50f-35a75eb704ee .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-80e17bf1-36e6-4f8d-a50f-35a75eb704ee .ablocks-heading-text { font-family:Teko;font-size:28px;line-height:36px; } } 
.ablocks-block-9a3d8f4e-a272-4e62-97b5-1340f0b8f64a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9a3d8f4e-a272-4e62-97b5-1340f0b8f64a.ablocks-block--container { padding:0px;max-width:min(100%,355px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9a3d8f4e-a272-4e62-97b5-1340f0b8f64a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9a3d8f4e-a272-4e62-97b5-1340f0b8f64a { 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-9a3d8f4e-a272-4e62-97b5-1340f0b8f64a { column-gap:20px; } } .ablocks-block-9a3d8f4e-a272-4e62-97b5-1340f0b8f64a.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-9a3d8f4e-a272-4e62-97b5-1340f0b8f64a.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } .ablocks-block-9a3d8f4e-a272-4e62-97b5-1340f0b8f64a { display:inline-flex; } 
.ablocks-block-0bcb6181-4620-4dd3-9910-8e457db1574d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0bcb6181-4620-4dd3-9910-8e457db1574d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0bcb6181-4620-4dd3-9910-8e457db1574d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0bcb6181-4620-4dd3-9910-8e457db1574d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3e113079-2e0f-4f25-94a1-ede7c66c7c2f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3e113079-2e0f-4f25-94a1-ede7c66c7c2f { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3e113079-2e0f-4f25-94a1-ede7c66c7c2f .ablocks-icon-wrap { background:#ff0000;border-radius:50%;padding:8px;font-size:21px; } @media screen and (max-width: 800px) { .ablocks-block-3e113079-2e0f-4f25-94a1-ede7c66c7c2f .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-3e113079-2e0f-4f25-94a1-ede7c66c7c2f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:21px; } .ablocks-block-3e113079-2e0f-4f25-94a1-ede7c66c7c2f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed { padding-top:0px;padding-right:59px;padding-bottom:0px;padding-left:59px;border-width:1px;border-style:solid;border-color:#121212;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed { padding-top:10px;padding-bottom:10px; } } @media screen and (max-width: 480px) { .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed { padding-right:10px;padding-left:10px; } } .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed:hover { border-width:1px;border-color:#FF0000;border-style:solid; } .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed.ablocks-block--container { padding-top:0px;padding-right:59px;padding-bottom:0px;padding-left:59px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed.ablocks-block--container { padding-top:10px;padding-bottom:10px;max-width:min(100%,1290%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:367px; } @media screen and (max-width: 800px) { .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed { flex-direction:column;row-gap:15px; } } .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed.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:367px; } @media screen and (max-width: 800px) { .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px; } } .ablocks-block-cb8f4623-6726-4452-b883-aef15f57cbed { display:inline-flex; } 
.ablocks-block-2b96cafc-2c3f-463d-a980-83fc91c1357f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b96cafc-2c3f-463d-a980-83fc91c1357f.ablocks-block--container { padding:0px;max-width:min(100%,384px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2b96cafc-2c3f-463d-a980-83fc91c1357f.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2b96cafc-2c3f-463d-a980-83fc91c1357f { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:120px; } @media screen and (max-width: 800px) { .ablocks-block-2b96cafc-2c3f-463d-a980-83fc91c1357f { justify-content:space-between;justify-items:space-between; } } @media screen and (max-width: 480px) { .ablocks-block-2b96cafc-2c3f-463d-a980-83fc91c1357f { flex-direction:column;row-gap:5px;column-gap:15px; } } .ablocks-block-2b96cafc-2c3f-463d-a980-83fc91c1357f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:120px; } @media screen and (max-width: 800px) { .ablocks-block-2b96cafc-2c3f-463d-a980-83fc91c1357f.ablocks-has-block-container > .ablocks-block-container { justify-content:space-between;justify-items:space-between; } } @media screen and (max-width: 480px) { .ablocks-block-2b96cafc-2c3f-463d-a980-83fc91c1357f.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:5px;column-gap:15px; } } .ablocks-block-2b96cafc-2c3f-463d-a980-83fc91c1357f { display:inline-flex; } 
.ablocks-block-768b8265-fbf0-4c4c-b55c-bb927ba2086b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-768b8265-fbf0-4c4c-b55c-bb927ba2086b { text-align:left; } .ablocks-block-768b8265-fbf0-4c4c-b55c-bb927ba2086b .ablocks-paragraph-text { color:#555555;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px; } .ablocks-block-768b8265-fbf0-4c4c-b55c-bb927ba2086b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-23dd5a43-527f-4421-b253-cdc1aae68e57 { width:30%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-23dd5a43-527f-4421-b253-cdc1aae68e57 { width:24%; } } @media screen and (max-width: 480px) { .ablocks-block-23dd5a43-527f-4421-b253-cdc1aae68e57 { width:100%; } } .ablocks-block-23dd5a43-527f-4421-b253-cdc1aae68e57 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-23dd5a43-527f-4421-b253-cdc1aae68e57 { text-align:center; } } .ablocks-block-23dd5a43-527f-4421-b253-cdc1aae68e57 .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-23dd5a43-527f-4421-b253-cdc1aae68e57 .ablocks-heading-text { font-family:Teko;font-size:28px;line-height:32px; } } 
.ablocks-block-ab6439a6-c864-4f97-ab48-424e8e1182c5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab6439a6-c864-4f97-ab48-424e8e1182c5.ablocks-block--container { padding:0px;max-width:min(100%,335px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ab6439a6-c864-4f97-ab48-424e8e1182c5.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ab6439a6-c864-4f97-ab48-424e8e1182c5 { 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-ab6439a6-c864-4f97-ab48-424e8e1182c5 { column-gap:20px; } } .ablocks-block-ab6439a6-c864-4f97-ab48-424e8e1182c5.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-ab6439a6-c864-4f97-ab48-424e8e1182c5.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } .ablocks-block-ab6439a6-c864-4f97-ab48-424e8e1182c5 { display:inline-flex; } 
.ablocks-block-912fd931-106d-452e-9766-c566faf0eff1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-912fd931-106d-452e-9766-c566faf0eff1 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-912fd931-106d-452e-9766-c566faf0eff1 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-912fd931-106d-452e-9766-c566faf0eff1 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-eb55bf93-b660-41de-bc13-d2a0b96d875d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb55bf93-b660-41de-bc13-d2a0b96d875d { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-eb55bf93-b660-41de-bc13-d2a0b96d875d .ablocks-icon-wrap { background:#ff0000;border-radius:50%;padding:8px;font-size:21px; } @media screen and (max-width: 800px) { .ablocks-block-eb55bf93-b660-41de-bc13-d2a0b96d875d .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-eb55bf93-b660-41de-bc13-d2a0b96d875d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:21px; } .ablocks-block-eb55bf93-b660-41de-bc13-d2a0b96d875d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e { padding-top:0px;padding-right:59px;padding-bottom:0px;padding-left:59px;border-width:1px;border-style:solid;border-color:#121212;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e { padding-top:10px;padding-bottom:10px; } } @media screen and (max-width: 480px) { .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e { padding-right:10px;padding-left:10px; } } .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e:hover { border-width:1px;border-color:#FF0000;border-style:solid; } .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e.ablocks-block--container { padding-top:0px;padding-right:59px;padding-bottom:0px;padding-left:59px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e.ablocks-block--container { padding-top:10px;padding-bottom:10px;max-width:min(100%,1290%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:312px; } @media screen and (max-width: 800px) { .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e { flex-direction:column;row-gap:15px; } } .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e.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:312px; } @media screen and (max-width: 800px) { .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px; } } .ablocks-block-186b3a66-5705-4e0d-b335-5d3e54ef104e { display:inline-flex; } 
.ablocks-block-2823bb3d-be9c-4b14-bb4c-8c9cd9245764 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2823bb3d-be9c-4b14-bb4c-8c9cd9245764.ablocks-block--container { padding:0px;max-width:min(100%,501px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2823bb3d-be9c-4b14-bb4c-8c9cd9245764.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2823bb3d-be9c-4b14-bb4c-8c9cd9245764 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:76px; } @media screen and (max-width: 800px) { .ablocks-block-2823bb3d-be9c-4b14-bb4c-8c9cd9245764 { justify-content:space-between;justify-items:space-between;column-gap:38px; } } @media screen and (max-width: 480px) { .ablocks-block-2823bb3d-be9c-4b14-bb4c-8c9cd9245764 { flex-direction:column;row-gap:5px;column-gap:15px; } } .ablocks-block-2823bb3d-be9c-4b14-bb4c-8c9cd9245764.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:76px; } @media screen and (max-width: 800px) { .ablocks-block-2823bb3d-be9c-4b14-bb4c-8c9cd9245764.ablocks-has-block-container > .ablocks-block-container { justify-content:space-between;justify-items:space-between;column-gap:38px; } } @media screen and (max-width: 480px) { .ablocks-block-2823bb3d-be9c-4b14-bb4c-8c9cd9245764.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:5px;column-gap:15px; } } .ablocks-block-2823bb3d-be9c-4b14-bb4c-8c9cd9245764 { display:inline-flex; } 
.ablocks-block-e011d1ce-e98f-4756-8fd8-705f8a24baf7 { width:162px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e011d1ce-e98f-4756-8fd8-705f8a24baf7 { text-align:left; } .ablocks-block-e011d1ce-e98f-4756-8fd8-705f8a24baf7 .ablocks-paragraph-text { color:#555555;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px; } .ablocks-block-e011d1ce-e98f-4756-8fd8-705f8a24baf7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-90031912-071d-426b-b5c8-af2505b4a457 { width:145px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-90031912-071d-426b-b5c8-af2505b4a457 { width:27%; } } @media screen and (max-width: 480px) { .ablocks-block-90031912-071d-426b-b5c8-af2505b4a457 { width:100%; } } .ablocks-block-90031912-071d-426b-b5c8-af2505b4a457 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-90031912-071d-426b-b5c8-af2505b4a457 { text-align:center; } } .ablocks-block-90031912-071d-426b-b5c8-af2505b4a457 .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-90031912-071d-426b-b5c8-af2505b4a457 .ablocks-heading-text { font-family:Teko;font-size:28px; } } 
.ablocks-block-20d148c8-cd23-474a-9d3e-287c4f3fda54 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-20d148c8-cd23-474a-9d3e-287c4f3fda54.ablocks-block--container { padding:0px;max-width:min(100%,335px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-20d148c8-cd23-474a-9d3e-287c4f3fda54.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-20d148c8-cd23-474a-9d3e-287c4f3fda54 { 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-20d148c8-cd23-474a-9d3e-287c4f3fda54 { column-gap:20px; } } .ablocks-block-20d148c8-cd23-474a-9d3e-287c4f3fda54.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-20d148c8-cd23-474a-9d3e-287c4f3fda54.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } .ablocks-block-20d148c8-cd23-474a-9d3e-287c4f3fda54 { display:inline-flex; } 
.ablocks-block-2aa8d8e5-83e0-41d7-9328-81100d3e47f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2aa8d8e5-83e0-41d7-9328-81100d3e47f7 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2aa8d8e5-83e0-41d7-9328-81100d3e47f7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2aa8d8e5-83e0-41d7-9328-81100d3e47f7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-cf383f8c-4cbc-4948-aa08-19a21cfb746a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf383f8c-4cbc-4948-aa08-19a21cfb746a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-cf383f8c-4cbc-4948-aa08-19a21cfb746a .ablocks-icon-wrap { background:#ff0000;border-radius:50%;padding:8px;font-size:21px; } @media screen and (max-width: 800px) { .ablocks-block-cf383f8c-4cbc-4948-aa08-19a21cfb746a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-cf383f8c-4cbc-4948-aa08-19a21cfb746a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:21px; } .ablocks-block-cf383f8c-4cbc-4948-aa08-19a21cfb746a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-450cae87-a23f-4a7d-9bcd-375761bef579 { margin-top:0px;padding-top:100px;padding-bottom:100px;background:#FFFFFF;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-450cae87-a23f-4a7d-9bcd-375761bef579 { padding-top:80px;padding-right:10px;padding-bottom:70px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-450cae87-a23f-4a7d-9bcd-375761bef579 { padding-top:70px; } } .ablocks-block-450cae87-a23f-4a7d-9bcd-375761bef579.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-450cae87-a23f-4a7d-9bcd-375761bef579.ablocks-block--container { padding-top:80px;padding-right:10px;padding-bottom:70px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-450cae87-a23f-4a7d-9bcd-375761bef579.ablocks-block--container { padding-top:70px; } } .ablocks-block-450cae87-a23f-4a7d-9bcd-375761bef579 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-450cae87-a23f-4a7d-9bcd-375761bef579 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:15px;column-gap:20px; } .ablocks-block-450cae87-a23f-4a7d-9bcd-375761bef579.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:15px;column-gap:20px; } 
.ablocks-block-4456de07-dcd8-4bc5-bdd0-dd07e20fa170 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4456de07-dcd8-4bc5-bdd0-dd07e20fa170.ablocks-block--container { padding:0px;max-width:min(100%,1600px) !important;overflow:visible; } .ablocks-block-4456de07-dcd8-4bc5-bdd0-dd07e20fa170 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4456de07-dcd8-4bc5-bdd0-dd07e20fa170.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c814edd4-c4b8-426a-a597-d8c80b61cbe6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c814edd4-c4b8-426a-a597-d8c80b61cbe6 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-c814edd4-c4b8-426a-a597-d8c80b61cbe6 { text-align:center; } } .ablocks-block-c814edd4-c4b8-426a-a597-d8c80b61cbe6 .ablocks-paragraph-text { color:#FF0000;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:27px;letter-spacing:4px; } @media screen and (max-width: 800px) { .ablocks-block-c814edd4-c4b8-426a-a597-d8c80b61cbe6 .ablocks-paragraph-text { font-family:Poppins; } } .ablocks-block-c814edd4-c4b8-426a-a597-d8c80b61cbe6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-272aad94-632b-4b5d-8dca-7ba0423e61ec { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-272aad94-632b-4b5d-8dca-7ba0423e61ec.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-272aad94-632b-4b5d-8dca-7ba0423e61ec.ablocks-block--container { max-width:min(100%,1290%) !important; } } .ablocks-block-272aad94-632b-4b5d-8dca-7ba0423e61ec { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-272aad94-632b-4b5d-8dca-7ba0423e61ec { row-gap:40px; } } .ablocks-block-272aad94-632b-4b5d-8dca-7ba0423e61ec.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-272aad94-632b-4b5d-8dca-7ba0423e61ec.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-a2a9f63c-3c45-4ae4-8dd4-24bad60a6997 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2a9f63c-3c45-4ae4-8dd4-24bad60a6997.ablocks-block--container { padding:0px;max-width:min(100%,600px) !important;overflow:visible; } .ablocks-block-a2a9f63c-3c45-4ae4-8dd4-24bad60a6997 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a2a9f63c-3c45-4ae4-8dd4-24bad60a6997.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-df78a9c6-3283-4e9a-8239-7e45024db2f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-df78a9c6-3283-4e9a-8239-7e45024db2f7 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-df78a9c6-3283-4e9a-8239-7e45024db2f7 { text-align:center; } } .ablocks-block-df78a9c6-3283-4e9a-8239-7e45024db2f7 .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px; } @media screen and (max-width: 800px) { .ablocks-block-df78a9c6-3283-4e9a-8239-7e45024db2f7 .ablocks-heading-text { font-family:Teko;font-size:42px;line-height:49px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-df78a9c6-3283-4e9a-8239-7e45024db2f7 .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-4f14473d-b67b-4be4-bcb9-93daf19582f3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f14473d-b67b-4be4-bcb9-93daf19582f3.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } .ablocks-block-4f14473d-b67b-4be4-bcb9-93daf19582f3 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-4f14473d-b67b-4be4-bcb9-93daf19582f3 { flex-direction:column;row-gap:30px; } } .ablocks-block-4f14473d-b67b-4be4-bcb9-93daf19582f3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-4f14473d-b67b-4be4-bcb9-93daf19582f3.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-4f14473d-b67b-4be4-bcb9-93daf19582f3 { display:inline-flex; } 
.ablocks-block-87bc95d7-e68f-4049-82eb-1ac17322fa95 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87bc95d7-e68f-4049-82eb-1ac17322fa95.ablocks-block--container { padding:0px;max-width:min(100%,630px) !important;overflow:visible; } .ablocks-block-87bc95d7-e68f-4049-82eb-1ac17322fa95 { display:flex;flex-direction:column;min-height:0px;row-gap:80px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-87bc95d7-e68f-4049-82eb-1ac17322fa95 { row-gap:40px; } } .ablocks-block-87bc95d7-e68f-4049-82eb-1ac17322fa95.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:80px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-87bc95d7-e68f-4049-82eb-1ac17322fa95.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9 { padding:0px; } } .ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,580px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9.ablocks-block--container { max-width:min(100%,580%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9.ablocks-block--container { padding:0px; } } .ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9 { display:flex;flex-direction:column;min-height:0px;row-gap:72px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9 { row-gap:28px; } } @media screen and (max-width: 480px) { .ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9 { row-gap:40px; } } .ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:72px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9.ablocks-has-block-container > .ablocks-block-container { row-gap:28px; } } @media screen and (max-width: 480px) { .ablocks-block-fc562248-889d-4d1d-8b34-712f4b5732d9.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-ba5dd8fb-fd7c-4ce7-bb6f-f4849130525e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba5dd8fb-fd7c-4ce7-bb6f-f4849130525e { display:flex;justify-content:left; } .ablocks-block-ba5dd8fb-fd7c-4ce7-bb6f-f4849130525e .ablocks-image-figure img { width:520px;height:auto;opacity:1; } .ablocks-block-ba5dd8fb-fd7c-4ce7-bb6f-f4849130525e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ba5dd8fb-fd7c-4ce7-bb6f-f4849130525e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-24e41fe4-c41e-42d3-97ae-e3fe279bae1f { margin-top:-131px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-24e41fe4-c41e-42d3-97ae-e3fe279bae1f { margin-top:-90px; } } .ablocks-block-24e41fe4-c41e-42d3-97ae-e3fe279bae1f { text-align:right; } .ablocks-block-24e41fe4-c41e-42d3-97ae-e3fe279bae1f .ablocks-button { column-gap:10px;background:#FFFFFF;justify-content:left;color:#555555;border-width:1px;border-style:solid;border-color:#ECECEC;border-radius:999px;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px;padding-top:5px;padding-right:29px;padding-bottom:5px;padding-left:29px; } .ablocks-block-24e41fe4-c41e-42d3-97ae-e3fe279bae1f .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#FF0000;border-width:1px;border-color:#ff0000;border-style:solid; } .ablocks-block-24e41fe4-c41e-42d3-97ae-e3fe279bae1f .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-24e41fe4-c41e-42d3-97ae-e3fe279bae1f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-24e41fe4-c41e-42d3-97ae-e3fe279bae1f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-24e41fe4-c41e-42d3-97ae-e3fe279bae1f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-00556f64-6927-42ce-a72f-c8c226a16200 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-00556f64-6927-42ce-a72f-c8c226a16200 { text-align:left; } .ablocks-block-00556f64-6927-42ce-a72f-c8c226a16200 .ablocks-paragraph-text { color:#121212;font-family:Teko,sans-serif;font-weight:500;font-size:30px;line-height:19.8px; } @media screen and (max-width: 800px) { .ablocks-block-00556f64-6927-42ce-a72f-c8c226a16200 .ablocks-paragraph-text { font-family:Teko;font-size:28px;line-height:41px; } } @media screen and (max-width: 480px) { .ablocks-block-00556f64-6927-42ce-a72f-c8c226a16200 .ablocks-paragraph-text { font-size:24px;line-height:37px; } } .ablocks-block-00556f64-6927-42ce-a72f-c8c226a16200 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55 { padding-top:0px;padding-right:0px;padding-bottom:72px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55 { padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55 { padding:0px; } } .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:72px;padding-left:0px;max-width:min(100%,630px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55.ablocks-block--container { padding-bottom:0px;max-width:min(100%,630%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55.ablocks-block--container { padding:0px; } } .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55 { display:flex;flex-direction:column;min-height:0px;row-gap:72px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55 { row-gap:28px; } } @media screen and (max-width: 480px) { .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55 { row-gap:40px; } } .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:72px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55.ablocks-has-block-container > .ablocks-block-container { row-gap:28px; } } @media screen and (max-width: 480px) { .ablocks-block-043cbdfe-c1ab-4a71-a02b-aa27539a2a55.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-01722c32-13b9-41a2-a223-af17d026ad90 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01722c32-13b9-41a2-a223-af17d026ad90 { display:flex;justify-content:left; } .ablocks-block-01722c32-13b9-41a2-a223-af17d026ad90 .ablocks-image-figure img { width:550px;height:auto;opacity:1; } .ablocks-block-01722c32-13b9-41a2-a223-af17d026ad90 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-01722c32-13b9-41a2-a223-af17d026ad90 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-677e35fc-c5d5-4e34-9fc8-a08d476769ea { margin-top:-131px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-677e35fc-c5d5-4e34-9fc8-a08d476769ea { margin-top:-90px; } } .ablocks-block-677e35fc-c5d5-4e34-9fc8-a08d476769ea { text-align:right; } .ablocks-block-677e35fc-c5d5-4e34-9fc8-a08d476769ea .ablocks-button { column-gap:10px;background:#FFFFFF;justify-content:left;color:#555555;border-width:1px;border-style:solid;border-color:#ECECEC;border-radius:999px;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px;padding-top:5px;padding-right:29px;padding-bottom:5px;padding-left:29px; } .ablocks-block-677e35fc-c5d5-4e34-9fc8-a08d476769ea .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#FF0000;border-width:1px;border-color:#ff0000;border-style:solid; } .ablocks-block-677e35fc-c5d5-4e34-9fc8-a08d476769ea .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-677e35fc-c5d5-4e34-9fc8-a08d476769ea .ablocks-icon-wrap { font-size:16px; } .ablocks-block-677e35fc-c5d5-4e34-9fc8-a08d476769ea .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-677e35fc-c5d5-4e34-9fc8-a08d476769ea .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ba0d2a87-c949-49c4-aa8a-8e5603941482 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba0d2a87-c949-49c4-aa8a-8e5603941482 { text-align:left; } .ablocks-block-ba0d2a87-c949-49c4-aa8a-8e5603941482 .ablocks-paragraph-text { color:#121212;font-family:Teko,sans-serif;font-weight:500;font-size:30px;line-height:19.8px; } @media screen and (max-width: 800px) { .ablocks-block-ba0d2a87-c949-49c4-aa8a-8e5603941482 .ablocks-paragraph-text { font-family:Teko;font-size:28px;line-height:41px; } } @media screen and (max-width: 480px) { .ablocks-block-ba0d2a87-c949-49c4-aa8a-8e5603941482 .ablocks-paragraph-text { font-size:24px; } } .ablocks-block-ba0d2a87-c949-49c4-aa8a-8e5603941482 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-935fa068-e447-4f6d-9afa-bda6702ec6e7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-935fa068-e447-4f6d-9afa-bda6702ec6e7.ablocks-block--container { padding:0px;max-width:min(100%,630px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-935fa068-e447-4f6d-9afa-bda6702ec6e7.ablocks-block--container { max-width:min(100%,630%) !important; } } .ablocks-block-935fa068-e447-4f6d-9afa-bda6702ec6e7 { display:flex;flex-direction:column;min-height:0px;row-gap:80px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-935fa068-e447-4f6d-9afa-bda6702ec6e7 { row-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-935fa068-e447-4f6d-9afa-bda6702ec6e7 { row-gap:30px; } } .ablocks-block-935fa068-e447-4f6d-9afa-bda6702ec6e7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:80px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-935fa068-e447-4f6d-9afa-bda6702ec6e7.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-935fa068-e447-4f6d-9afa-bda6702ec6e7.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb { padding:0px; } } .ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,630px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb.ablocks-block--container { max-width:min(100%,630%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb.ablocks-block--container { padding:0px; } } .ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb { display:flex;flex-direction:column;min-height:0px;row-gap:72px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb { row-gap:28px; } } @media screen and (max-width: 480px) { .ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb { row-gap:40px; } } .ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:72px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb.ablocks-has-block-container > .ablocks-block-container { row-gap:28px; } } @media screen and (max-width: 480px) { .ablocks-block-b5b40797-6d15-4248-a18b-d0e503dc79cb.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-be12f60f-3ec0-490d-a81d-5ef40362cdb3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be12f60f-3ec0-490d-a81d-5ef40362cdb3 { display:flex;justify-content:left; } .ablocks-block-be12f60f-3ec0-490d-a81d-5ef40362cdb3 .ablocks-image-figure img { width:550px;height:auto;opacity:1; } .ablocks-block-be12f60f-3ec0-490d-a81d-5ef40362cdb3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-be12f60f-3ec0-490d-a81d-5ef40362cdb3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3f81a68d-3650-4e5c-9440-cbf18f7e7a43 { margin-top:-131px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3f81a68d-3650-4e5c-9440-cbf18f7e7a43 { margin-top:-90px; } } @media screen and (max-width: 480px) { .ablocks-block-3f81a68d-3650-4e5c-9440-cbf18f7e7a43 { margin-top:-100px; } } .ablocks-block-3f81a68d-3650-4e5c-9440-cbf18f7e7a43 { text-align:right; } .ablocks-block-3f81a68d-3650-4e5c-9440-cbf18f7e7a43 .ablocks-button { column-gap:10px;background:#FFFFFF;justify-content:left;color:#555555;border-width:1px;border-style:solid;border-color:#ECECEC;border-radius:999px;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px;padding-top:5px;padding-right:29px;padding-bottom:5px;padding-left:29px; } .ablocks-block-3f81a68d-3650-4e5c-9440-cbf18f7e7a43 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#FF0000;border-width:1px;border-color:#ff0000;border-style:solid; } .ablocks-block-3f81a68d-3650-4e5c-9440-cbf18f7e7a43 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-3f81a68d-3650-4e5c-9440-cbf18f7e7a43 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-3f81a68d-3650-4e5c-9440-cbf18f7e7a43 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-3f81a68d-3650-4e5c-9440-cbf18f7e7a43 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-55e069c3-c1b3-48dc-9372-e2ad8560eaba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55e069c3-c1b3-48dc-9372-e2ad8560eaba { text-align:left; } .ablocks-block-55e069c3-c1b3-48dc-9372-e2ad8560eaba .ablocks-paragraph-text { color:#121212;font-family:Teko,sans-serif;font-weight:500;font-size:30px;line-height:19.8px; } @media screen and (max-width: 800px) { .ablocks-block-55e069c3-c1b3-48dc-9372-e2ad8560eaba .ablocks-paragraph-text { font-family:Teko;font-size:28px;line-height:41px; } } @media screen and (max-width: 480px) { .ablocks-block-55e069c3-c1b3-48dc-9372-e2ad8560eaba .ablocks-paragraph-text { font-size:24px; } } .ablocks-block-55e069c3-c1b3-48dc-9372-e2ad8560eaba .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bf19fdc5-2eba-4772-a075-58be7157c8e6 { padding-top:0px;padding-right:0px;padding-bottom:72px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-bf19fdc5-2eba-4772-a075-58be7157c8e6 { padding:0px; } } .ablocks-block-bf19fdc5-2eba-4772-a075-58be7157c8e6.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:72px;padding-left:0px;max-width:min(100%,580px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bf19fdc5-2eba-4772-a075-58be7157c8e6.ablocks-block--container { padding:0px;max-width:min(100%,580%) !important; } } .ablocks-block-bf19fdc5-2eba-4772-a075-58be7157c8e6 { display:flex;flex-direction:column;min-height:0px;row-gap:72px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bf19fdc5-2eba-4772-a075-58be7157c8e6 { row-gap:28px; } } @media screen and (max-width: 480px) { .ablocks-block-bf19fdc5-2eba-4772-a075-58be7157c8e6 { row-gap:32px; } } .ablocks-block-bf19fdc5-2eba-4772-a075-58be7157c8e6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:72px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bf19fdc5-2eba-4772-a075-58be7157c8e6.ablocks-has-block-container > .ablocks-block-container { row-gap:28px; } } @media screen and (max-width: 480px) { .ablocks-block-bf19fdc5-2eba-4772-a075-58be7157c8e6.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } 
.ablocks-block-23d3b8ad-8a86-4a74-ab4b-f93a45e0c7d5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23d3b8ad-8a86-4a74-ab4b-f93a45e0c7d5 .ablocks-image-figure img { width:520px;height:auto;opacity:1; } .ablocks-block-23d3b8ad-8a86-4a74-ab4b-f93a45e0c7d5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-23d3b8ad-8a86-4a74-ab4b-f93a45e0c7d5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8a0e0007-de51-4e51-818d-99770f60229d { margin-top:-131px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8a0e0007-de51-4e51-818d-99770f60229d { margin-top:-90px; } } .ablocks-block-8a0e0007-de51-4e51-818d-99770f60229d { text-align:right; } .ablocks-block-8a0e0007-de51-4e51-818d-99770f60229d .ablocks-button { column-gap:10px;background:#FFFFFF;justify-content:left;color:#555555;border-width:1px;border-style:solid;border-color:#ECECEC;border-radius:999px;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px;padding-top:5px;padding-right:29px;padding-bottom:5px;padding-left:29px; } .ablocks-block-8a0e0007-de51-4e51-818d-99770f60229d .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#FF0000;border-width:1px;border-color:#ff0000;border-style:solid; } .ablocks-block-8a0e0007-de51-4e51-818d-99770f60229d .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-8a0e0007-de51-4e51-818d-99770f60229d .ablocks-icon-wrap { font-size:16px; } .ablocks-block-8a0e0007-de51-4e51-818d-99770f60229d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-8a0e0007-de51-4e51-818d-99770f60229d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2b576770-b616-4ea2-8d88-7772a133fd0e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b576770-b616-4ea2-8d88-7772a133fd0e { text-align:left; } .ablocks-block-2b576770-b616-4ea2-8d88-7772a133fd0e .ablocks-paragraph-text { color:#121212;font-family:Teko,sans-serif;font-weight:500;font-size:30px;line-height:19.8px; } @media screen and (max-width: 800px) { .ablocks-block-2b576770-b616-4ea2-8d88-7772a133fd0e .ablocks-paragraph-text { font-family:Teko;font-size:28px;line-height:29px; } } @media screen and (max-width: 480px) { .ablocks-block-2b576770-b616-4ea2-8d88-7772a133fd0e .ablocks-paragraph-text { font-size:24px; } } .ablocks-block-2b576770-b616-4ea2-8d88-7772a133fd0e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-89640441-0fc9-47b5-aa70-012f3d67ddc1 { margin-top:0px;padding-top:150px;padding-bottom:150px;background:#5555551a;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-89640441-0fc9-47b5-aa70-012f3d67ddc1 { padding-top:80px;padding-right:10px;padding-bottom:70px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-89640441-0fc9-47b5-aa70-012f3d67ddc1 { padding-top:70px; } } .ablocks-is-fse-theme .ablocks-block-89640441-0fc9-47b5-aa70-012f3d67ddc1.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-89640441-0fc9-47b5-aa70-012f3d67ddc1.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-89640441-0fc9-47b5-aa70-012f3d67ddc1.ablocks-block--container { padding-top:150px;padding-bottom:150px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-89640441-0fc9-47b5-aa70-012f3d67ddc1.ablocks-block--container { padding-top:80px;padding-right:10px;padding-bottom:70px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-89640441-0fc9-47b5-aa70-012f3d67ddc1.ablocks-block--container { padding-top:70px; } } .ablocks-block-89640441-0fc9-47b5-aa70-012f3d67ddc1 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-89640441-0fc9-47b5-aa70-012f3d67ddc1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-3dd93540-a91b-494e-9694-f527dbd298ab { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3dd93540-a91b-494e-9694-f527dbd298ab.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } .ablocks-block-3dd93540-a91b-494e-9694-f527dbd298ab { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-3dd93540-a91b-494e-9694-f527dbd298ab { row-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-3dd93540-a91b-494e-9694-f527dbd298ab { row-gap:20px; } } .ablocks-block-3dd93540-a91b-494e-9694-f527dbd298ab.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-3dd93540-a91b-494e-9694-f527dbd298ab.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-3dd93540-a91b-494e-9694-f527dbd298ab.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-4b7982ca-035f-4eca-a9d1-c343b1e48227 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b7982ca-035f-4eca-a9d1-c343b1e48227.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4b7982ca-035f-4eca-a9d1-c343b1e48227 { display:flex;flex-direction:column;min-height:0px;row-gap:15px;column-gap:0px; } .ablocks-block-4b7982ca-035f-4eca-a9d1-c343b1e48227.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:15px;column-gap:0px; } 
.ablocks-block-69fdaddc-aa1c-4ac0-8e49-74fa994b076a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69fdaddc-aa1c-4ac0-8e49-74fa994b076a { text-align:center; } .ablocks-block-69fdaddc-aa1c-4ac0-8e49-74fa994b076a .ablocks-paragraph-text { color:#FF0000;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:27px;letter-spacing:4px; } @media screen and (max-width: 800px) { .ablocks-block-69fdaddc-aa1c-4ac0-8e49-74fa994b076a .ablocks-paragraph-text { font-family:Poppins; } } .ablocks-block-69fdaddc-aa1c-4ac0-8e49-74fa994b076a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cd251708-d67b-4d33-aadc-ba77867b0b54 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd251708-d67b-4d33-aadc-ba77867b0b54 { text-align:center; } .ablocks-block-cd251708-d67b-4d33-aadc-ba77867b0b54 .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px; } @media screen and (max-width: 800px) { .ablocks-block-cd251708-d67b-4d33-aadc-ba77867b0b54 .ablocks-heading-text { font-family:Teko;font-size:42px;line-height:56px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-cd251708-d67b-4d33-aadc-ba77867b0b54 .ablocks-heading-text { font-size:32px;line-height:40px; } } 
.ablocks-block-2c5cca7c-ef42-4e1d-9c4c-b931d2565def { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c5cca7c-ef42-4e1d-9c4c-b931d2565def.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2c5cca7c-ef42-4e1d-9c4c-b931d2565def { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2c5cca7c-ef42-4e1d-9c4c-b931d2565def.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .ablocks-carousel-swiper .swiper-wrapper { min-height:300px;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .ablocks-carousel-swiper .swiper-wrapper { min-height:136px; } } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .ablocks-carousel-navigation__button { top:50%; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .ablocks-carousel-navigation__button--next { right:-3%; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .ablocks-carousel-navigation__button--prev { left:-3%; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:35px; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#686868;background-color:#e4e4e4; } .ablocks-block-9dba40a0-0499-4a45-89e3-d7f011c786f1 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-2f42613a-20b1-4e64-a726-088a1b2127ea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-52c2815d-509e-43e9-b38d-bc527242fdcd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-52c2815d-509e-43e9-b38d-bc527242fdcd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-52c2815d-509e-43e9-b38d-bc527242fdcd { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-52c2815d-509e-43e9-b38d-bc527242fdcd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-7006d5b7-3f0e-4965-b70a-4466ef564dcd { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7006d5b7-3f0e-4965-b70a-4466ef564dcd { padding-right:1px;padding-left:5px; } } .ablocks-block-7006d5b7-3f0e-4965-b70a-4466ef564dcd.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7006d5b7-3f0e-4965-b70a-4466ef564dcd.ablocks-block--container { padding-right:1px;padding-left:5px; } } .ablocks-block-7006d5b7-3f0e-4965-b70a-4466ef564dcd { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7006d5b7-3f0e-4965-b70a-4466ef564dcd { column-gap:1px; } } .ablocks-block-7006d5b7-3f0e-4965-b70a-4466ef564dcd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7006d5b7-3f0e-4965-b70a-4466ef564dcd.ablocks-has-block-container > .ablocks-block-container { column-gap:1px; } } .ablocks-block-7006d5b7-3f0e-4965-b70a-4466ef564dcd { display:inline-flex; } 
.ablocks-block-64ebfae7-65c1-4a8d-bd33-be8ffd5d26a3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64ebfae7-65c1-4a8d-bd33-be8ffd5d26a3 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-64ebfae7-65c1-4a8d-bd33-be8ffd5d26a3 .ablocks-icon-wrap { font-size:47px; } .ablocks-block-64ebfae7-65c1-4a8d-bd33-be8ffd5d26a3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:47px; } .ablocks-block-64ebfae7-65c1-4a8d-bd33-be8ffd5d26a3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF0000; } 
.ablocks-block-e9a30d8b-d8b1-4125-a7b0-f27f813b91a5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e9a30d8b-d8b1-4125-a7b0-f27f813b91a5:not(.ablocks-has-block-container), .ablocks-block-e9a30d8b-d8b1-4125-a7b0-f27f813b91a5.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-e9a30d8b-d8b1-4125-a7b0-f27f813b91a5 .ablocks-rating { font-size:24px; } .ablocks-block-e9a30d8b-d8b1-4125-a7b0-f27f813b91a5 .ablocks-icon-wrap { font-size:27px; } .ablocks-block-e9a30d8b-d8b1-4125-a7b0-f27f813b91a5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:27px; } .ablocks-block-e9a30d8b-d8b1-4125-a7b0-f27f813b91a5 .ablocks-star-ratings-icons { gap:10px; } .ablocks-block-e9a30d8b-d8b1-4125-a7b0-f27f813b91a5 .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-54b44835-f9c9-4fe6-84b4-35fe52284587 { padding-top:29px;padding-right:39px;padding-bottom:29px;padding-left:39px;border-width:1px;border-style:solid;border-color:#1212121a;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-54b44835-f9c9-4fe6-84b4-35fe52284587 { padding:10px; } } @media screen and (max-width: 480px) { .ablocks-block-54b44835-f9c9-4fe6-84b4-35fe52284587 { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-54b44835-f9c9-4fe6-84b4-35fe52284587.ablocks-block--container { padding-top:29px;padding-right:39px;padding-bottom:29px;padding-left:39px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-54b44835-f9c9-4fe6-84b4-35fe52284587.ablocks-block--container { padding:10px; } } @media screen and (max-width: 480px) { .ablocks-block-54b44835-f9c9-4fe6-84b4-35fe52284587.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-54b44835-f9c9-4fe6-84b4-35fe52284587 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-54b44835-f9c9-4fe6-84b4-35fe52284587.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-958d7bfe-edfc-4213-a4d5-2c400d6ecee0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-958d7bfe-edfc-4213-a4d5-2c400d6ecee0 { text-align:left; } .ablocks-block-958d7bfe-edfc-4213-a4d5-2c400d6ecee0 .ablocks-paragraph-text { color:#555555;font-family:Kanit;font-weight:400;font-size:30px;line-height:37.4px; } @media screen and (max-width: 480px) { .ablocks-block-958d7bfe-edfc-4213-a4d5-2c400d6ecee0 .ablocks-paragraph-text { font-size:24px;line-height:26px; } } .ablocks-block-958d7bfe-edfc-4213-a4d5-2c400d6ecee0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-90835828-9611-42fd-b58c-e9e9e61eed51 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-90835828-9611-42fd-b58c-e9e9e61eed51.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-90835828-9611-42fd-b58c-e9e9e61eed51 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-90835828-9611-42fd-b58c-e9e9e61eed51 { justify-content:flex-start;justify-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-90835828-9611-42fd-b58c-e9e9e61eed51 { column-gap:12px; } } .ablocks-block-90835828-9611-42fd-b58c-e9e9e61eed51.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-90835828-9611-42fd-b58c-e9e9e61eed51.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-90835828-9611-42fd-b58c-e9e9e61eed51.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } .ablocks-block-90835828-9611-42fd-b58c-e9e9e61eed51 { display:inline-flex; } 
.ablocks-block-1d61edcf-8410-4193-bb24-c04601cb8bd6 { width:10%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1d61edcf-8410-4193-bb24-c04601cb8bd6 { width:11%; } } @media screen and (max-width: 480px) { .ablocks-block-1d61edcf-8410-4193-bb24-c04601cb8bd6 { width:20%; } } .ablocks-block-1d61edcf-8410-4193-bb24-c04601cb8bd6 .ablocks-image-figure img { width:65px;height:auto;opacity:1; } .ablocks-block-1d61edcf-8410-4193-bb24-c04601cb8bd6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-1d61edcf-8410-4193-bb24-c04601cb8bd6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-412bbc09-8310-4d39-af13-6aba8c7b7c05 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-412bbc09-8310-4d39-af13-6aba8c7b7c05 { text-align:left; } .ablocks-block-412bbc09-8310-4d39-af13-6aba8c7b7c05 .ablocks-heading-text { color:font-family:Teko;font-weight:600;font-size:36px;line-height:34.86px;letter-spacing:0%;;font-family:Teko,sans-serif;font-weight:600;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-412bbc09-8310-4d39-af13-6aba8c7b7c05 .ablocks-heading-text { font-family:Teko;font-size:30px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-412bbc09-8310-4d39-af13-6aba8c7b7c05 .ablocks-heading-text { font-size:24px;line-height:24px; } } 
.ablocks-block-6fd6f008-7f81-4955-9308-9cc5d7ec90fe { margin-left:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6fd6f008-7f81-4955-9308-9cc5d7ec90fe { text-align:left; } .ablocks-block-6fd6f008-7f81-4955-9308-9cc5d7ec90fe .ablocks-paragraph-text { color:#555555;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:22.4px; } @media screen and (max-width: 800px) { .ablocks-block-6fd6f008-7f81-4955-9308-9cc5d7ec90fe .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-6fd6f008-7f81-4955-9308-9cc5d7ec90fe .ablocks-paragraph-text { line-height:14px; } } .ablocks-block-6fd6f008-7f81-4955-9308-9cc5d7ec90fe .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7122b1db-3fb1-483c-871b-eabba670ac23 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-fb66d767-325f-4134-aff1-6b49cb200c0c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fb66d767-325f-4134-aff1-6b49cb200c0c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fb66d767-325f-4134-aff1-6b49cb200c0c { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-fb66d767-325f-4134-aff1-6b49cb200c0c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-e62a1489-d6cc-43ba-8869-b25a33298750 { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e62a1489-d6cc-43ba-8869-b25a33298750 { padding-right:1px;padding-left:5px; } } .ablocks-block-e62a1489-d6cc-43ba-8869-b25a33298750.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e62a1489-d6cc-43ba-8869-b25a33298750.ablocks-block--container { padding-right:1px;padding-left:5px; } } .ablocks-block-e62a1489-d6cc-43ba-8869-b25a33298750 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e62a1489-d6cc-43ba-8869-b25a33298750 { column-gap:1px; } } .ablocks-block-e62a1489-d6cc-43ba-8869-b25a33298750.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e62a1489-d6cc-43ba-8869-b25a33298750.ablocks-has-block-container > .ablocks-block-container { column-gap:1px; } } .ablocks-block-e62a1489-d6cc-43ba-8869-b25a33298750 { display:inline-flex; } 
.ablocks-block-29110f30-2094-49e3-96a2-d15005a0b425 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29110f30-2094-49e3-96a2-d15005a0b425 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-29110f30-2094-49e3-96a2-d15005a0b425 .ablocks-icon-wrap { font-size:47px; } .ablocks-block-29110f30-2094-49e3-96a2-d15005a0b425 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:47px; } .ablocks-block-29110f30-2094-49e3-96a2-d15005a0b425 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF0000; } 
.ablocks-block-ab4bbfac-3c02-44c8-b907-9d669c458045 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab4bbfac-3c02-44c8-b907-9d669c458045:not(.ablocks-has-block-container), .ablocks-block-ab4bbfac-3c02-44c8-b907-9d669c458045.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-ab4bbfac-3c02-44c8-b907-9d669c458045 .ablocks-rating { font-size:24px; } .ablocks-block-ab4bbfac-3c02-44c8-b907-9d669c458045 .ablocks-icon-wrap { font-size:27px; } .ablocks-block-ab4bbfac-3c02-44c8-b907-9d669c458045 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:27px; } .ablocks-block-ab4bbfac-3c02-44c8-b907-9d669c458045 .ablocks-star-ratings-icons { gap:10px; } .ablocks-block-ab4bbfac-3c02-44c8-b907-9d669c458045 .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-fcdd96b3-ba10-4439-b8f3-1bace34782a6 { padding-top:29px;padding-right:39px;padding-bottom:29px;padding-left:39px;border-width:1px;border-style:solid;border-color:#1212121a;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fcdd96b3-ba10-4439-b8f3-1bace34782a6 { padding:10px; } } @media screen and (max-width: 480px) { .ablocks-block-fcdd96b3-ba10-4439-b8f3-1bace34782a6 { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-fcdd96b3-ba10-4439-b8f3-1bace34782a6.ablocks-block--container { padding-top:29px;padding-right:39px;padding-bottom:29px;padding-left:39px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fcdd96b3-ba10-4439-b8f3-1bace34782a6.ablocks-block--container { padding:10px; } } @media screen and (max-width: 480px) { .ablocks-block-fcdd96b3-ba10-4439-b8f3-1bace34782a6.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-fcdd96b3-ba10-4439-b8f3-1bace34782a6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fcdd96b3-ba10-4439-b8f3-1bace34782a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b728c532-2d30-4344-b379-4a3eacbf8c66 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b728c532-2d30-4344-b379-4a3eacbf8c66 { text-align:left; } .ablocks-block-b728c532-2d30-4344-b379-4a3eacbf8c66 .ablocks-paragraph-text { color:#555555;font-family:Kanit;font-weight:400;font-size:30px;line-height:37.4px; } @media screen and (max-width: 480px) { .ablocks-block-b728c532-2d30-4344-b379-4a3eacbf8c66 .ablocks-paragraph-text { font-size:24px;line-height:26px; } } .ablocks-block-b728c532-2d30-4344-b379-4a3eacbf8c66 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a079ad99-4f5c-4d49-99d5-172467cd42c6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a079ad99-4f5c-4d49-99d5-172467cd42c6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a079ad99-4f5c-4d49-99d5-172467cd42c6 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-a079ad99-4f5c-4d49-99d5-172467cd42c6 { justify-content:flex-start;justify-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-a079ad99-4f5c-4d49-99d5-172467cd42c6 { column-gap:12px; } } .ablocks-block-a079ad99-4f5c-4d49-99d5-172467cd42c6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-a079ad99-4f5c-4d49-99d5-172467cd42c6.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-a079ad99-4f5c-4d49-99d5-172467cd42c6.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } .ablocks-block-a079ad99-4f5c-4d49-99d5-172467cd42c6 { display:inline-flex; } 
.ablocks-block-d1d84f7d-bc72-47ff-8b4a-b70174d94f9b { width:10%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d1d84f7d-bc72-47ff-8b4a-b70174d94f9b { width:11%; } } @media screen and (max-width: 480px) { .ablocks-block-d1d84f7d-bc72-47ff-8b4a-b70174d94f9b { width:20%; } } .ablocks-block-d1d84f7d-bc72-47ff-8b4a-b70174d94f9b .ablocks-image-figure img { width:65px;height:auto;opacity:1; } .ablocks-block-d1d84f7d-bc72-47ff-8b4a-b70174d94f9b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d1d84f7d-bc72-47ff-8b4a-b70174d94f9b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-080e9ddb-d959-4f97-b938-a1498fb6ceb8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-080e9ddb-d959-4f97-b938-a1498fb6ceb8 { text-align:left; } .ablocks-block-080e9ddb-d959-4f97-b938-a1498fb6ceb8 .ablocks-heading-text { color:font-family:Teko;font-weight:600;font-size:36px;line-height:34.86px;letter-spacing:0%;;font-family:Teko,sans-serif;font-weight:600;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-080e9ddb-d959-4f97-b938-a1498fb6ceb8 .ablocks-heading-text { font-family:Teko;font-size:30px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-080e9ddb-d959-4f97-b938-a1498fb6ceb8 .ablocks-heading-text { font-size:24px;line-height:24px; } } 
.ablocks-block-99db7df2-54be-46f9-87b4-046aa811e797 { margin-left:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-99db7df2-54be-46f9-87b4-046aa811e797 { text-align:left; } .ablocks-block-99db7df2-54be-46f9-87b4-046aa811e797 .ablocks-paragraph-text { color:#555555;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:22.4px; } @media screen and (max-width: 800px) { .ablocks-block-99db7df2-54be-46f9-87b4-046aa811e797 .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-99db7df2-54be-46f9-87b4-046aa811e797 .ablocks-paragraph-text { line-height:14px; } } .ablocks-block-99db7df2-54be-46f9-87b4-046aa811e797 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-952a663f-4ef4-4b89-b70e-4c5c35262245 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-a2091e39-6e27-4366-907a-1ec92a11d724 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2091e39-6e27-4366-907a-1ec92a11d724.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a2091e39-6e27-4366-907a-1ec92a11d724 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-a2091e39-6e27-4366-907a-1ec92a11d724.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-66955dae-e2b7-4632-98bc-c4e28fb34070 { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-66955dae-e2b7-4632-98bc-c4e28fb34070 { padding-right:1px;padding-left:5px; } } .ablocks-block-66955dae-e2b7-4632-98bc-c4e28fb34070.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-66955dae-e2b7-4632-98bc-c4e28fb34070.ablocks-block--container { padding-right:1px;padding-left:5px; } } .ablocks-block-66955dae-e2b7-4632-98bc-c4e28fb34070 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-66955dae-e2b7-4632-98bc-c4e28fb34070 { column-gap:1px; } } .ablocks-block-66955dae-e2b7-4632-98bc-c4e28fb34070.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-66955dae-e2b7-4632-98bc-c4e28fb34070.ablocks-has-block-container > .ablocks-block-container { column-gap:1px; } } .ablocks-block-66955dae-e2b7-4632-98bc-c4e28fb34070 { display:inline-flex; } 
.ablocks-block-054cd69f-aa13-42f8-b5fe-7cb213c7316d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-054cd69f-aa13-42f8-b5fe-7cb213c7316d { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-054cd69f-aa13-42f8-b5fe-7cb213c7316d .ablocks-icon-wrap { font-size:47px; } .ablocks-block-054cd69f-aa13-42f8-b5fe-7cb213c7316d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:47px; } .ablocks-block-054cd69f-aa13-42f8-b5fe-7cb213c7316d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF0000; } 
.ablocks-block-d67ea7ee-207d-4e25-825e-5eb8f26d44d0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d67ea7ee-207d-4e25-825e-5eb8f26d44d0:not(.ablocks-has-block-container), .ablocks-block-d67ea7ee-207d-4e25-825e-5eb8f26d44d0.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-d67ea7ee-207d-4e25-825e-5eb8f26d44d0 .ablocks-rating { font-size:24px; } .ablocks-block-d67ea7ee-207d-4e25-825e-5eb8f26d44d0 .ablocks-icon-wrap { font-size:27px; } .ablocks-block-d67ea7ee-207d-4e25-825e-5eb8f26d44d0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:27px; } .ablocks-block-d67ea7ee-207d-4e25-825e-5eb8f26d44d0 .ablocks-star-ratings-icons { gap:10px; } .ablocks-block-d67ea7ee-207d-4e25-825e-5eb8f26d44d0 .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-ac878f8c-ab8b-4da8-80f6-c53c38637c0f { padding-top:29px;padding-right:39px;padding-bottom:29px;padding-left:39px;border-width:1px;border-style:solid;border-color:#1212121a;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ac878f8c-ab8b-4da8-80f6-c53c38637c0f { padding:10px; } } @media screen and (max-width: 480px) { .ablocks-block-ac878f8c-ab8b-4da8-80f6-c53c38637c0f { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-ac878f8c-ab8b-4da8-80f6-c53c38637c0f.ablocks-block--container { padding-top:29px;padding-right:39px;padding-bottom:29px;padding-left:39px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ac878f8c-ab8b-4da8-80f6-c53c38637c0f.ablocks-block--container { padding:10px; } } @media screen and (max-width: 480px) { .ablocks-block-ac878f8c-ab8b-4da8-80f6-c53c38637c0f.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-ac878f8c-ab8b-4da8-80f6-c53c38637c0f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ac878f8c-ab8b-4da8-80f6-c53c38637c0f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-eed57842-e63c-4d13-a7b0-4f58600881bd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eed57842-e63c-4d13-a7b0-4f58600881bd { text-align:left; } .ablocks-block-eed57842-e63c-4d13-a7b0-4f58600881bd .ablocks-paragraph-text { color:#555555;font-family:Kanit;font-weight:400;font-size:30px;line-height:37.4px; } @media screen and (max-width: 480px) { .ablocks-block-eed57842-e63c-4d13-a7b0-4f58600881bd .ablocks-paragraph-text { font-size:24px;line-height:26px; } } .ablocks-block-eed57842-e63c-4d13-a7b0-4f58600881bd .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a4bb12e3-e837-455a-bc8d-9d2715d6550a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4bb12e3-e837-455a-bc8d-9d2715d6550a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a4bb12e3-e837-455a-bc8d-9d2715d6550a { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-a4bb12e3-e837-455a-bc8d-9d2715d6550a { justify-content:flex-start;justify-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-a4bb12e3-e837-455a-bc8d-9d2715d6550a { column-gap:12px; } } .ablocks-block-a4bb12e3-e837-455a-bc8d-9d2715d6550a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-a4bb12e3-e837-455a-bc8d-9d2715d6550a.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-a4bb12e3-e837-455a-bc8d-9d2715d6550a.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } .ablocks-block-a4bb12e3-e837-455a-bc8d-9d2715d6550a { display:inline-flex; } 
.ablocks-block-0ce0dbfa-887e-449b-8a68-51414746e8b3 { width:10%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0ce0dbfa-887e-449b-8a68-51414746e8b3 { width:11%; } } @media screen and (max-width: 480px) { .ablocks-block-0ce0dbfa-887e-449b-8a68-51414746e8b3 { width:20%; } } .ablocks-block-0ce0dbfa-887e-449b-8a68-51414746e8b3 .ablocks-image-figure img { width:65px;height:auto;opacity:1; } .ablocks-block-0ce0dbfa-887e-449b-8a68-51414746e8b3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0ce0dbfa-887e-449b-8a68-51414746e8b3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b15a03c1-5ace-49fc-a720-536f17cfe4c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b15a03c1-5ace-49fc-a720-536f17cfe4c4 { text-align:left; } .ablocks-block-b15a03c1-5ace-49fc-a720-536f17cfe4c4 .ablocks-heading-text { color:font-family:Teko;font-weight:600;font-size:36px;line-height:34.86px;letter-spacing:0%;;font-family:Teko,sans-serif;font-weight:600;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-b15a03c1-5ace-49fc-a720-536f17cfe4c4 .ablocks-heading-text { font-family:Teko;font-size:30px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b15a03c1-5ace-49fc-a720-536f17cfe4c4 .ablocks-heading-text { font-size:24px;line-height:24px; } } 
.ablocks-block-e571bcc9-b9d0-4df2-8324-601c9a8c0e69 { margin-left:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e571bcc9-b9d0-4df2-8324-601c9a8c0e69 { text-align:left; } .ablocks-block-e571bcc9-b9d0-4df2-8324-601c9a8c0e69 .ablocks-paragraph-text { color:#555555;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:22.4px; } @media screen and (max-width: 800px) { .ablocks-block-e571bcc9-b9d0-4df2-8324-601c9a8c0e69 .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-e571bcc9-b9d0-4df2-8324-601c9a8c0e69 .ablocks-paragraph-text { line-height:14px; } } .ablocks-block-e571bcc9-b9d0-4df2-8324-601c9a8c0e69 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c82756da-159e-40c2-850c-27f53add9d37 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-42b8f8e5-e9ef-46ef-a5f4-7c4f23285293 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42b8f8e5-e9ef-46ef-a5f4-7c4f23285293.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-42b8f8e5-e9ef-46ef-a5f4-7c4f23285293 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-42b8f8e5-e9ef-46ef-a5f4-7c4f23285293.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-23ee9f90-509a-4bca-9435-3147f1548bfa { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-23ee9f90-509a-4bca-9435-3147f1548bfa { padding-right:1px;padding-left:5px; } } .ablocks-block-23ee9f90-509a-4bca-9435-3147f1548bfa.ablocks-block--container { padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-23ee9f90-509a-4bca-9435-3147f1548bfa.ablocks-block--container { padding-right:1px;padding-left:5px; } } .ablocks-block-23ee9f90-509a-4bca-9435-3147f1548bfa { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-23ee9f90-509a-4bca-9435-3147f1548bfa { column-gap:1px; } } .ablocks-block-23ee9f90-509a-4bca-9435-3147f1548bfa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-23ee9f90-509a-4bca-9435-3147f1548bfa.ablocks-has-block-container > .ablocks-block-container { column-gap:1px; } } .ablocks-block-23ee9f90-509a-4bca-9435-3147f1548bfa { display:inline-flex; } 
.ablocks-block-29e7db3b-6e8b-409d-9bde-0e8afbd2cccf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29e7db3b-6e8b-409d-9bde-0e8afbd2cccf { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-29e7db3b-6e8b-409d-9bde-0e8afbd2cccf .ablocks-icon-wrap { font-size:47px; } .ablocks-block-29e7db3b-6e8b-409d-9bde-0e8afbd2cccf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:47px; } .ablocks-block-29e7db3b-6e8b-409d-9bde-0e8afbd2cccf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF0000; } 
.ablocks-block-718fe53b-1efe-4a9a-8897-1423dc1689e3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-718fe53b-1efe-4a9a-8897-1423dc1689e3:not(.ablocks-has-block-container), .ablocks-block-718fe53b-1efe-4a9a-8897-1423dc1689e3.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-718fe53b-1efe-4a9a-8897-1423dc1689e3 .ablocks-rating { font-size:24px; } .ablocks-block-718fe53b-1efe-4a9a-8897-1423dc1689e3 .ablocks-icon-wrap { font-size:27px; } .ablocks-block-718fe53b-1efe-4a9a-8897-1423dc1689e3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:27px; } .ablocks-block-718fe53b-1efe-4a9a-8897-1423dc1689e3 .ablocks-star-ratings-icons { gap:10px; } .ablocks-block-718fe53b-1efe-4a9a-8897-1423dc1689e3 .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-c2d3c6fa-c0bd-4e9b-af88-5ca86937e800 { padding-top:29px;padding-right:39px;padding-bottom:29px;padding-left:39px;border-width:1px;border-style:solid;border-color:#1212121a;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c2d3c6fa-c0bd-4e9b-af88-5ca86937e800 { padding:10px; } } @media screen and (max-width: 480px) { .ablocks-block-c2d3c6fa-c0bd-4e9b-af88-5ca86937e800 { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-c2d3c6fa-c0bd-4e9b-af88-5ca86937e800.ablocks-block--container { padding-top:29px;padding-right:39px;padding-bottom:29px;padding-left:39px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c2d3c6fa-c0bd-4e9b-af88-5ca86937e800.ablocks-block--container { padding:10px; } } @media screen and (max-width: 480px) { .ablocks-block-c2d3c6fa-c0bd-4e9b-af88-5ca86937e800.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-c2d3c6fa-c0bd-4e9b-af88-5ca86937e800 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c2d3c6fa-c0bd-4e9b-af88-5ca86937e800.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c5ea153d-765b-4bfb-bc24-ed7b65d63f4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c5ea153d-765b-4bfb-bc24-ed7b65d63f4f { text-align:left; } .ablocks-block-c5ea153d-765b-4bfb-bc24-ed7b65d63f4f .ablocks-paragraph-text { color:#555555;font-family:Kanit;font-weight:400;font-size:30px;line-height:37.4px; } @media screen and (max-width: 480px) { .ablocks-block-c5ea153d-765b-4bfb-bc24-ed7b65d63f4f .ablocks-paragraph-text { font-size:24px;line-height:26px; } } .ablocks-block-c5ea153d-765b-4bfb-bc24-ed7b65d63f4f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c8e4bb28-e614-45a5-8db9-c738392f4b76 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8e4bb28-e614-45a5-8db9-c738392f4b76.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c8e4bb28-e614-45a5-8db9-c738392f4b76 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-c8e4bb28-e614-45a5-8db9-c738392f4b76 { justify-content:flex-start;justify-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-c8e4bb28-e614-45a5-8db9-c738392f4b76 { column-gap:12px; } } .ablocks-block-c8e4bb28-e614-45a5-8db9-c738392f4b76.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-c8e4bb28-e614-45a5-8db9-c738392f4b76.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-c8e4bb28-e614-45a5-8db9-c738392f4b76.ablocks-has-block-container > .ablocks-block-container { column-gap:12px; } } .ablocks-block-c8e4bb28-e614-45a5-8db9-c738392f4b76 { display:inline-flex; } 
.ablocks-block-a5d0ca81-c58a-4ce1-bb04-05327de90861 { width:10%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a5d0ca81-c58a-4ce1-bb04-05327de90861 { width:11%; } } @media screen and (max-width: 480px) { .ablocks-block-a5d0ca81-c58a-4ce1-bb04-05327de90861 { width:20%; } } .ablocks-block-a5d0ca81-c58a-4ce1-bb04-05327de90861 .ablocks-image-figure img { width:65px;height:auto;opacity:1; } .ablocks-block-a5d0ca81-c58a-4ce1-bb04-05327de90861 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a5d0ca81-c58a-4ce1-bb04-05327de90861 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3f4fbfe5-bfe9-4e09-b3ad-cd305922e69a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f4fbfe5-bfe9-4e09-b3ad-cd305922e69a { text-align:left; } .ablocks-block-3f4fbfe5-bfe9-4e09-b3ad-cd305922e69a .ablocks-heading-text { color:font-family:Teko;font-weight:600;font-size:36px;line-height:34.86px;letter-spacing:0%;;font-family:Teko,sans-serif;font-weight:600;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-3f4fbfe5-bfe9-4e09-b3ad-cd305922e69a .ablocks-heading-text { font-family:Teko;font-size:30px;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-3f4fbfe5-bfe9-4e09-b3ad-cd305922e69a .ablocks-heading-text { font-size:24px;line-height:24px; } } 
.ablocks-block-07ceb058-116f-4930-a9f2-f030ae6057ae { margin-left:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-07ceb058-116f-4930-a9f2-f030ae6057ae { text-align:left; } .ablocks-block-07ceb058-116f-4930-a9f2-f030ae6057ae .ablocks-paragraph-text { color:#555555;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:22.4px; } @media screen and (max-width: 800px) { .ablocks-block-07ceb058-116f-4930-a9f2-f030ae6057ae .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-07ceb058-116f-4930-a9f2-f030ae6057ae .ablocks-paragraph-text { line-height:14px; } } .ablocks-block-07ceb058-116f-4930-a9f2-f030ae6057ae .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-335676bb-fb10-4ed2-9cbd-4cc16bdb7bd2 { margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:20px;padding-bottom:15px;background:#C8F31D;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-335676bb-fb10-4ed2-9cbd-4cc16bdb7bd2.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-335676bb-fb10-4ed2-9cbd-4cc16bdb7bd2.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-335676bb-fb10-4ed2-9cbd-4cc16bdb7bd2.ablocks-block--container { padding-top:20px;padding-bottom:15px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } .ablocks-block-335676bb-fb10-4ed2-9cbd-4cc16bdb7bd2 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:20px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-335676bb-fb10-4ed2-9cbd-4cc16bdb7bd2 > .ablocks-block-container { flex-direction:column;column-gap:1px; } } .ablocks-block-335676bb-fb10-4ed2-9cbd-4cc16bdb7bd2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:20px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-335676bb-fb10-4ed2-9cbd-4cc16bdb7bd2.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;column-gap:1px; } } .ablocks-block-335676bb-fb10-4ed2-9cbd-4cc16bdb7bd2 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-ab674000-6bfb-41c8-9abc-4d07ac2aad49 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab674000-6bfb-41c8-9abc-4d07ac2aad49.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ab674000-6bfb-41c8-9abc-4d07ac2aad49 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ab674000-6bfb-41c8-9abc-4d07ac2aad49.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .ablocks-carousel-swiper .swiper-wrapper { min-height:55px;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .ablocks-carousel-swiper .swiper-wrapper { min-height:72px; } } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .ablocks-carousel-navigation__button { top:50%; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .ablocks-carousel-navigation__button--next { right:-3%; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .ablocks-carousel-navigation__button--prev { left:-3%; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:35px; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#686868;background-color:#e4e4e4; } .ablocks-block-820da8a2-eb29-4ffc-b385-e41f2a4e0a6c .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-2e9ff5d7-fc9a-4c39-91ff-238762293684 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-952d0fb2-5d10-4b63-ba29-6f8996f7a40b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-952d0fb2-5d10-4b63-ba29-6f8996f7a40b { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-952d0fb2-5d10-4b63-ba29-6f8996f7a40b { text-align:center; } } .ablocks-block-952d0fb2-5d10-4b63-ba29-6f8996f7a40b .ablocks-paragraph-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-952d0fb2-5d10-4b63-ba29-6f8996f7a40b .ablocks-paragraph-text { font-family:Teko; } } .ablocks-block-952d0fb2-5d10-4b63-ba29-6f8996f7a40b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a594d5c7-a4dc-45d7-9386-51b970e2675f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f090ed97-8598-44f0-b579-c94804c4a55c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f090ed97-8598-44f0-b579-c94804c4a55c { display:flex;justify-content:left; } .ablocks-block-f090ed97-8598-44f0-b579-c94804c4a55c .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f090ed97-8598-44f0-b579-c94804c4a55c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f090ed97-8598-44f0-b579-c94804c4a55c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d5e4cd14-ede9-4720-bf9d-a2314cd6fef2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-cd964af2-7d36-4b14-bde4-00c39412628d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd964af2-7d36-4b14-bde4-00c39412628d { display:flex;justify-content:left; } .ablocks-block-cd964af2-7d36-4b14-bde4-00c39412628d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-cd964af2-7d36-4b14-bde4-00c39412628d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-cd964af2-7d36-4b14-bde4-00c39412628d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-91f3ad76-3c3b-46bf-b297-32ec13c4e88b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-9c047136-6957-4c31-970a-91ffa4b1f378 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c047136-6957-4c31-970a-91ffa4b1f378 { display:flex;justify-content:left; } .ablocks-block-9c047136-6957-4c31-970a-91ffa4b1f378 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-9c047136-6957-4c31-970a-91ffa4b1f378 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-9c047136-6957-4c31-970a-91ffa4b1f378 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7f827549-924e-4f2f-b240-01d687e55b4a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-0f06b15b-c474-47a1-af6a-149ed7bf2c87 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0f06b15b-c474-47a1-af6a-149ed7bf2c87 { display:flex;justify-content:left; } .ablocks-block-0f06b15b-c474-47a1-af6a-149ed7bf2c87 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0f06b15b-c474-47a1-af6a-149ed7bf2c87 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0f06b15b-c474-47a1-af6a-149ed7bf2c87 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f66ccd99-99c0-4a19-9876-ec2482f16691 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-a763c8a2-1b87-45be-9229-8a339501a3cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a763c8a2-1b87-45be-9229-8a339501a3cb { display:flex;justify-content:left; } .ablocks-block-a763c8a2-1b87-45be-9229-8a339501a3cb .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-a763c8a2-1b87-45be-9229-8a339501a3cb .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a763c8a2-1b87-45be-9229-8a339501a3cb .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-018674cc-4452-47af-b483-ac45f990feb2 { margin-top:0px;padding-top:150px;padding-bottom:150px;background:#5555551c;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-018674cc-4452-47af-b483-ac45f990feb2 { padding-top:80px;padding-right:10px;padding-bottom:80px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-018674cc-4452-47af-b483-ac45f990feb2 { padding-top:70px;padding-bottom:70px; } } .ablocks-is-fse-theme .ablocks-block-018674cc-4452-47af-b483-ac45f990feb2.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-018674cc-4452-47af-b483-ac45f990feb2.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-018674cc-4452-47af-b483-ac45f990feb2.ablocks-block--container { padding-top:150px;padding-bottom:150px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-018674cc-4452-47af-b483-ac45f990feb2.ablocks-block--container { padding-top:80px;padding-right:10px;padding-bottom:80px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-018674cc-4452-47af-b483-ac45f990feb2.ablocks-block--container { padding-top:70px;padding-bottom:70px; } } .ablocks-block-018674cc-4452-47af-b483-ac45f990feb2 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-018674cc-4452-47af-b483-ac45f990feb2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-ce135d02-4ec6-4556-8d06-a8b59b35f6bf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce135d02-4ec6-4556-8d06-a8b59b35f6bf.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } .ablocks-block-ce135d02-4ec6-4556-8d06-a8b59b35f6bf { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:15px;column-gap:0px; } .ablocks-block-ce135d02-4ec6-4556-8d06-a8b59b35f6bf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:15px;column-gap:0px; } 
.ablocks-block-c253aed9-177f-4200-bd06-af6f49f23099 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c253aed9-177f-4200-bd06-af6f49f23099.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c253aed9-177f-4200-bd06-af6f49f23099 { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-c253aed9-177f-4200-bd06-af6f49f23099 { align-items:center; } } .ablocks-block-c253aed9-177f-4200-bd06-af6f49f23099.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-c253aed9-177f-4200-bd06-af6f49f23099.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-319f47b7-7eab-45f2-a56a-f4ebbef3de7a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-319f47b7-7eab-45f2-a56a-f4ebbef3de7a { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-319f47b7-7eab-45f2-a56a-f4ebbef3de7a { text-align:center; } } .ablocks-block-319f47b7-7eab-45f2-a56a-f4ebbef3de7a .ablocks-paragraph-text { color:#FF0000;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:27px;letter-spacing:4px; } @media screen and (max-width: 800px) { .ablocks-block-319f47b7-7eab-45f2-a56a-f4ebbef3de7a .ablocks-paragraph-text { font-family:Poppins; } } .ablocks-block-319f47b7-7eab-45f2-a56a-f4ebbef3de7a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5d95881a-bdc5-4584-a967-e2ad794bc19f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5d95881a-bdc5-4584-a967-e2ad794bc19f.ablocks-block--container { padding:0px;max-width:min(100%,605px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5d95881a-bdc5-4584-a967-e2ad794bc19f.ablocks-block--container { max-width:min(100%,605%) !important; } } .ablocks-block-5d95881a-bdc5-4584-a967-e2ad794bc19f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5d95881a-bdc5-4584-a967-e2ad794bc19f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-98c01396-6bfb-4470-9130-07a47fdfd046 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-98c01396-6bfb-4470-9130-07a47fdfd046 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-98c01396-6bfb-4470-9130-07a47fdfd046 { text-align:center; } } .ablocks-block-98c01396-6bfb-4470-9130-07a47fdfd046 .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px; } @media screen and (max-width: 800px) { .ablocks-block-98c01396-6bfb-4470-9130-07a47fdfd046 .ablocks-heading-text { font-family:Teko;font-size:42px;line-height:48px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-98c01396-6bfb-4470-9130-07a47fdfd046 .ablocks-heading-text { font-size:32px;line-height:38px; } } 
.ablocks-block-34389090-abd5-415a-b091-39cc23159751 { margin-top:95px;padding-top:0px;padding-right:0px;padding-bottom:31px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#1212121a;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-34389090-abd5-415a-b091-39cc23159751 { margin-top:30px;padding-bottom:20px; } } .ablocks-block-34389090-abd5-415a-b091-39cc23159751.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:31px;padding-left:0px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-34389090-abd5-415a-b091-39cc23159751.ablocks-block--container { padding-bottom:20px; } } .ablocks-block-34389090-abd5-415a-b091-39cc23159751 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-34389090-abd5-415a-b091-39cc23159751 { flex-direction:column;align-items:center;row-gap:40px; } } .ablocks-block-34389090-abd5-415a-b091-39cc23159751.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-34389090-abd5-415a-b091-39cc23159751.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:40px; } } .ablocks-block-34389090-abd5-415a-b091-39cc23159751 { display:inline-flex; } 
.ablocks-block-ed3545a5-49d6-448c-8d2d-484a088332d1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed3545a5-49d6-448c-8d2d-484a088332d1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ed3545a5-49d6-448c-8d2d-484a088332d1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-ed3545a5-49d6-448c-8d2d-484a088332d1 { flex-direction:column;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-ed3545a5-49d6-448c-8d2d-484a088332d1 { row-gap:30px; } } .ablocks-block-ed3545a5-49d6-448c-8d2d-484a088332d1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-ed3545a5-49d6-448c-8d2d-484a088332d1.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-ed3545a5-49d6-448c-8d2d-484a088332d1.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } .ablocks-block-ed3545a5-49d6-448c-8d2d-484a088332d1 { display:inline-flex; } 
.ablocks-block-5387637c-779a-4daa-bf72-43aa7af6f964 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5387637c-779a-4daa-bf72-43aa7af6f964.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5387637c-779a-4daa-bf72-43aa7af6f964 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5387637c-779a-4daa-bf72-43aa7af6f964.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e91fe43f-41bf-4bab-94c1-e2c96053e901 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e91fe43f-41bf-4bab-94c1-e2c96053e901 { display:flex;justify-content:center; } .ablocks-block-e91fe43f-41bf-4bab-94c1-e2c96053e901 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-e91fe43f-41bf-4bab-94c1-e2c96053e901 .ablocks-image-figure img { width:663px;height:344px; } } @media screen and (max-width: 480px) { .ablocks-block-e91fe43f-41bf-4bab-94c1-e2c96053e901 .ablocks-image-figure img { height:auto; } } .ablocks-block-e91fe43f-41bf-4bab-94c1-e2c96053e901 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e91fe43f-41bf-4bab-94c1-e2c96053e901 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-20d746f8-6333-43ac-9fda-ce26b2cb77fb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-20d746f8-6333-43ac-9fda-ce26b2cb77fb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-20d746f8-6333-43ac-9fda-ce26b2cb77fb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-20d746f8-6333-43ac-9fda-ce26b2cb77fb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27:hover { border-style:none; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27:not(.ablocks-has-block-container), .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content { gap:20px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content { gap:8px;align-items:center; } } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Teko,sans-serif;font-weight:600;text-transform:capitalize;font-size:42px;line-height:130%;color:#555555; } @media screen and (max-width: 800px) { .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Teko;line-height:41px; } } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Teko,sans-serif;font-weight:600;text-transform:uppercase;font-size:36px;line-height:34.86px;color:#121212; } @media screen and (max-width: 800px) { .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Teko;line-height:46px; } } @media screen and (max-width: 480px) { .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:28px;line-height:33px; } } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#555555;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px; } @media screen and (max-width: 800px) { .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a2331cea-91fe-4c70-b17f-766eed035a27 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-99e1d392-0f3e-49c2-a588-946a7f05bf51 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-99e1d392-0f3e-49c2-a588-946a7f05bf51.ablocks-block--container { padding:0px;max-width:min(100%,410px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-99e1d392-0f3e-49c2-a588-946a7f05bf51.ablocks-block--container { max-width:min(100%,410%) !important; } } .ablocks-block-99e1d392-0f3e-49c2-a588-946a7f05bf51 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-99e1d392-0f3e-49c2-a588-946a7f05bf51.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-32107d72-d652-4a26-86a1-e7a6a0b60eff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32107d72-d652-4a26-86a1-e7a6a0b60eff { display:flex;justify-content:center; } .ablocks-block-32107d72-d652-4a26-86a1-e7a6a0b60eff .ablocks-image-figure img { height:auto;object-fit:cover;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-32107d72-d652-4a26-86a1-e7a6a0b60eff .ablocks-image-figure img { width:667px;height:347px; } } @media screen and (max-width: 480px) { .ablocks-block-32107d72-d652-4a26-86a1-e7a6a0b60eff .ablocks-image-figure img { height:auto; } } .ablocks-block-32107d72-d652-4a26-86a1-e7a6a0b60eff .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-32107d72-d652-4a26-86a1-e7a6a0b60eff .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fe442524-6e19-4779-8932-3a5f30b846d0 { margin-top:-15px;padding-top:40px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fe442524-6e19-4779-8932-3a5f30b846d0 { padding-top:20px; } } .ablocks-block-fe442524-6e19-4779-8932-3a5f30b846d0.ablocks-block--container { padding-top:40px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fe442524-6e19-4779-8932-3a5f30b846d0.ablocks-block--container { padding-top:20px;max-width:min(100%,1290%) !important; } } .ablocks-block-fe442524-6e19-4779-8932-3a5f30b846d0 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-fe442524-6e19-4779-8932-3a5f30b846d0 { flex-direction:column;align-items:flex-start;row-gap:40px; } } .ablocks-block-fe442524-6e19-4779-8932-3a5f30b846d0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-fe442524-6e19-4779-8932-3a5f30b846d0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:40px; } } .ablocks-block-fe442524-6e19-4779-8932-3a5f30b846d0 { display:inline-flex; } 
.ablocks-block-4a25939d-3f1d-4d91-9ce5-12abe0d67856 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a25939d-3f1d-4d91-9ce5-12abe0d67856.ablocks-block--container { padding:0px;max-width:min(100%,410px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4a25939d-3f1d-4d91-9ce5-12abe0d67856.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-4a25939d-3f1d-4d91-9ce5-12abe0d67856 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-4a25939d-3f1d-4d91-9ce5-12abe0d67856 { align-items:center; } } .ablocks-block-4a25939d-3f1d-4d91-9ce5-12abe0d67856.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-4a25939d-3f1d-4d91-9ce5-12abe0d67856.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39:hover { border-style:none; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39:not(.ablocks-has-block-container), .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content { gap:20px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content { gap:8px;align-items:center; } } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Teko,sans-serif;font-weight:600;text-transform:capitalize;font-size:42px;line-height:130%;color:#555555; } @media screen and (max-width: 800px) { .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Teko;line-height:41px; } } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Teko,sans-serif;font-weight:600;text-transform:uppercase;font-size:36px;line-height:34.86px;color:#121212; } @media screen and (max-width: 800px) { .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Teko;line-height:46px; } } @media screen and (max-width: 480px) { .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:28px;line-height:33px; } } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#555555;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px; } @media screen and (max-width: 800px) { .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d6e2885e-5448-48cd-b98a-d3daf726ab39 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-0bb07eb8-c1a3-4af5-81f7-672005e8854c { 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-0bb07eb8-c1a3-4af5-81f7-672005e8854c.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0bb07eb8-c1a3-4af5-81f7-672005e8854c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-0bb07eb8-c1a3-4af5-81f7-672005e8854c { flex-direction:column;justify-content:flex-start;justify-items:flex-start;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-0bb07eb8-c1a3-4af5-81f7-672005e8854c { row-gap:30px; } } .ablocks-block-0bb07eb8-c1a3-4af5-81f7-672005e8854c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-0bb07eb8-c1a3-4af5-81f7-672005e8854c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;justify-content:flex-start;justify-items:flex-start;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-0bb07eb8-c1a3-4af5-81f7-672005e8854c.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } .ablocks-block-0bb07eb8-c1a3-4af5-81f7-672005e8854c { display:inline-flex; } 
.ablocks-block-3de2e3d8-ed99-4cd0-9029-bf019372bcf5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3de2e3d8-ed99-4cd0-9029-bf019372bcf5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3de2e3d8-ed99-4cd0-9029-bf019372bcf5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3de2e3d8-ed99-4cd0-9029-bf019372bcf5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-94e63e1b-9fc1-4d9e-a483-5a90dabc1ae7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-94e63e1b-9fc1-4d9e-a483-5a90dabc1ae7 { display:flex;justify-content:center; } .ablocks-block-94e63e1b-9fc1-4d9e-a483-5a90dabc1ae7 .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-94e63e1b-9fc1-4d9e-a483-5a90dabc1ae7 .ablocks-image-figure img { width:659px;height:342px; } } @media screen and (max-width: 480px) { .ablocks-block-94e63e1b-9fc1-4d9e-a483-5a90dabc1ae7 .ablocks-image-figure img { height:auto; } } .ablocks-block-94e63e1b-9fc1-4d9e-a483-5a90dabc1ae7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-94e63e1b-9fc1-4d9e-a483-5a90dabc1ae7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e89c22e3-ac6a-42c2-85ce-5890d86ae18c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e89c22e3-ac6a-42c2-85ce-5890d86ae18c.ablocks-block--container { padding:0px;max-width:min(100%,1600%) !important;overflow:visible; } .ablocks-block-e89c22e3-ac6a-42c2-85ce-5890d86ae18c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e89c22e3-ac6a-42c2-85ce-5890d86ae18c { align-items:center; } } .ablocks-block-e89c22e3-ac6a-42c2-85ce-5890d86ae18c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e89c22e3-ac6a-42c2-85ce-5890d86ae18c.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 { width:100%; } } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72:hover { border-style:none; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72:not(.ablocks-has-block-container), .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content { gap:20px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content { gap:8px;align-items:center; } } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Teko,sans-serif;font-weight:600;text-transform:capitalize;font-size:42px;line-height:130%;color:#555555; } @media screen and (max-width: 800px) { .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Teko;line-height:41px; } } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Teko,sans-serif;font-weight:600;text-transform:uppercase;font-size:36px;line-height:34.86px;color:#121212; } @media screen and (max-width: 800px) { .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Teko;line-height:46px; } } @media screen and (max-width: 480px) { .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:28px;line-height:33px; } } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#555555;font-family:Kanit;font-weight:400;font-size:20px;line-height:27.4px; } @media screen and (max-width: 800px) { .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0c9c28b8-fac3-4b3a-b777-654d6703cd72 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-fe23a9ea-cc15-4069-843c-9b03b7e45c07 { margin-top:0px;padding-top:100px;padding-bottom:100px;background:#FFFFFF;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fe23a9ea-cc15-4069-843c-9b03b7e45c07 { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-fe23a9ea-cc15-4069-843c-9b03b7e45c07 { padding-top:70px;padding-bottom:70px; } } .ablocks-is-fse-theme .ablocks-block-fe23a9ea-cc15-4069-843c-9b03b7e45c07.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-fe23a9ea-cc15-4069-843c-9b03b7e45c07.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-fe23a9ea-cc15-4069-843c-9b03b7e45c07.ablocks-block--container { padding-top:100px;padding-bottom:100px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fe23a9ea-cc15-4069-843c-9b03b7e45c07.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-fe23a9ea-cc15-4069-843c-9b03b7e45c07.ablocks-block--container { padding-top:70px;padding-bottom:70px; } } .ablocks-block-fe23a9ea-cc15-4069-843c-9b03b7e45c07 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-fe23a9ea-cc15-4069-843c-9b03b7e45c07.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-5bf981cc-aff1-404c-8038-c52eeb22a961 { padding-top:0px;padding-right:0px;padding-bottom:120px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-5bf981cc-aff1-404c-8038-c52eeb22a961 { padding-bottom:00px; } } .ablocks-block-5bf981cc-aff1-404c-8038-c52eeb22a961.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:120px;padding-left:0px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-5bf981cc-aff1-404c-8038-c52eeb22a961.ablocks-block--container { padding-bottom:00px; } } .ablocks-block-5bf981cc-aff1-404c-8038-c52eeb22a961 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-5bf981cc-aff1-404c-8038-c52eeb22a961 { flex-direction:column;align-items:center;row-gap:30px; } } .ablocks-block-5bf981cc-aff1-404c-8038-c52eeb22a961.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-5bf981cc-aff1-404c-8038-c52eeb22a961.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center;row-gap:30px; } } .ablocks-block-5bf981cc-aff1-404c-8038-c52eeb22a961 { display:inline-flex; } 
.ablocks-block-ec3b12de-16d1-4109-837e-845ce5bd73ca { padding-top:40px;padding-right:40px;padding-bottom:20px;padding-left:40px;background:#F5F5F5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ec3b12de-16d1-4109-837e-845ce5bd73ca { padding-right:10px;padding-left:10px; } } .ablocks-block-ec3b12de-16d1-4109-837e-845ce5bd73ca.ablocks-block--container { padding-top:40px;padding-right:40px;padding-bottom:20px;padding-left:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ec3b12de-16d1-4109-837e-845ce5bd73ca.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-ec3b12de-16d1-4109-837e-845ce5bd73ca { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-ec3b12de-16d1-4109-837e-845ce5bd73ca { row-gap:7px; } } .ablocks-block-ec3b12de-16d1-4109-837e-845ce5bd73ca.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-ec3b12de-16d1-4109-837e-845ce5bd73ca.ablocks-has-block-container > .ablocks-block-container { row-gap:7px; } } 
.ablocks-block-3f373099-71d2-41d9-a6b3-99edd7189d22 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f373099-71d2-41d9-a6b3-99edd7189d22 .ablocks-block--single-accordion { margin-bottom:30px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#1212121a; } .ablocks-block-3f373099-71d2-41d9-a6b3-99edd7189d22 .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { color:#121212;margin-left:10px;font-family:Teko,sans-serif;font-weight:500;text-transform:capitalize;font-size:30px;line-height:19.8px; } @media screen and (max-width: 800px) { .ablocks-block-3f373099-71d2-41d9-a6b3-99edd7189d22 .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { font-family:Teko;font-size:24px; } } @media screen and (max-width: 480px) { .ablocks-block-3f373099-71d2-41d9-a6b3-99edd7189d22 .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { font-size:18px;line-height:32px; } } .ablocks-block-3f373099-71d2-41d9-a6b3-99edd7189d22 .ablocks-block--single-accordion__heading { background:#f9f9f900;padding-top:0px;padding-right:0px;padding-left:0px; } .ablocks-block-3f373099-71d2-41d9-a6b3-99edd7189d22 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:#ff0000;font-size:22px; } .ablocks-block-3f373099-71d2-41d9-a6b3-99edd7189d22 .ablocks-block--single-accordion__body-content { background:#9900cc00;padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:20px; } 
.ablocks-block-b3770062-637f-4027-af54-d5c01513d85d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3770062-637f-4027-af54-d5c01513d85d .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-b3770062-637f-4027-af54-d5c01513d85d .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-0e45ae08-8d21-46ca-950e-5834625d1af2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e45ae08-8d21-46ca-950e-5834625d1af2 { text-align:left; } .ablocks-block-0e45ae08-8d21-46ca-950e-5834625d1af2 .ablocks-paragraph-text { color:#555555;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:160%; } @media screen and (max-width: 800px) { .ablocks-block-0e45ae08-8d21-46ca-950e-5834625d1af2 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-0e45ae08-8d21-46ca-950e-5834625d1af2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9ed632b4-0f18-482a-be43-2c7740bbf0b2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ed632b4-0f18-482a-be43-2c7740bbf0b2 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-9ed632b4-0f18-482a-be43-2c7740bbf0b2 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-40b3cf51-c027-498e-8be3-882d53e742a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-40b3cf51-c027-498e-8be3-882d53e742a8 { text-align:left; } .ablocks-block-40b3cf51-c027-498e-8be3-882d53e742a8 .ablocks-paragraph-text { color:#555555;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:160%; } @media screen and (max-width: 800px) { .ablocks-block-40b3cf51-c027-498e-8be3-882d53e742a8 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-40b3cf51-c027-498e-8be3-882d53e742a8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a153aff1-ccd2-4bd6-b9e0-50d8bcd5969a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a153aff1-ccd2-4bd6-b9e0-50d8bcd5969a .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-a153aff1-ccd2-4bd6-b9e0-50d8bcd5969a .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-b25edc62-c64b-497c-bfba-7aacc2515f75 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b25edc62-c64b-497c-bfba-7aacc2515f75 { text-align:left; } .ablocks-block-b25edc62-c64b-497c-bfba-7aacc2515f75 .ablocks-paragraph-text { color:#555555;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:160%; } @media screen and (max-width: 800px) { .ablocks-block-b25edc62-c64b-497c-bfba-7aacc2515f75 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-b25edc62-c64b-497c-bfba-7aacc2515f75 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9158bd73-efff-45d9-a815-a309ddd04e83 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9158bd73-efff-45d9-a815-a309ddd04e83 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-9158bd73-efff-45d9-a815-a309ddd04e83 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-532d02db-3367-4e8a-98cb-f5c1b912382e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-532d02db-3367-4e8a-98cb-f5c1b912382e { text-align:left; } .ablocks-block-532d02db-3367-4e8a-98cb-f5c1b912382e .ablocks-paragraph-text { color:#555555;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:160%; } @media screen and (max-width: 800px) { .ablocks-block-532d02db-3367-4e8a-98cb-f5c1b912382e .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-532d02db-3367-4e8a-98cb-f5c1b912382e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-93d80817-dcc6-4124-aed3-4908d36d8c73 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93d80817-dcc6-4124-aed3-4908d36d8c73.ablocks-block--container { padding:0px;max-width:min(100%,630px) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-93d80817-dcc6-4124-aed3-4908d36d8c73.ablocks-block--container { max-width:min(100%,630%) !important; } } .ablocks-block-93d80817-dcc6-4124-aed3-4908d36d8c73 { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:18px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-93d80817-dcc6-4124-aed3-4908d36d8c73 { align-items:center; } } .ablocks-block-93d80817-dcc6-4124-aed3-4908d36d8c73.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:18px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-93d80817-dcc6-4124-aed3-4908d36d8c73.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-ec2abf87-11e5-46f7-bda8-59891f71226c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec2abf87-11e5-46f7-bda8-59891f71226c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ec2abf87-11e5-46f7-bda8-59891f71226c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-ec2abf87-11e5-46f7-bda8-59891f71226c { align-items:center; } } .ablocks-block-ec2abf87-11e5-46f7-bda8-59891f71226c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 480px) { .ablocks-block-ec2abf87-11e5-46f7-bda8-59891f71226c.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } .ablocks-block-ec2abf87-11e5-46f7-bda8-59891f71226c { display:inline-flex; } 
.ablocks-block-f4c3f499-b274-4f43-9706-e93adac2fcd0 { padding-top:30px;padding-right:57px;padding-bottom:25px;padding-left:57px;background:#FF0000;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f4c3f499-b274-4f43-9706-e93adac2fcd0 { padding-right:18px;padding-left:18px; } } .ablocks-block-f4c3f499-b274-4f43-9706-e93adac2fcd0.ablocks-block--container { padding-top:30px;padding-right:57px;padding-bottom:25px;padding-left:57px;max-width:min(100%,49%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f4c3f499-b274-4f43-9706-e93adac2fcd0.ablocks-block--container { max-width:min(100%,52%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-f4c3f499-b274-4f43-9706-e93adac2fcd0.ablocks-block--container { padding-right:18px;padding-left:18px;max-width:min(100%,100%) !important; } } .ablocks-block-f4c3f499-b274-4f43-9706-e93adac2fcd0 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-f4c3f499-b274-4f43-9706-e93adac2fcd0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-6b110a79-ad6e-4c07-98cd-366fcd8d922c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b110a79-ad6e-4c07-98cd-366fcd8d922c { text-align:center; } .ablocks-block-6b110a79-ad6e-4c07-98cd-366fcd8d922c .ablocks-heading-text { color:#FFFFFF;font-family:Teko,sans-serif;font-weight:600;text-transform:uppercase;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-6b110a79-ad6e-4c07-98cd-366fcd8d922c .ablocks-heading-text { font-family:Teko;font-size:28px; } } 
.ablocks-block-719d0551-a6d3-47a5-9bd7-95a71faf313a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-719d0551-a6d3-47a5-9bd7-95a71faf313a { text-align:center; } .ablocks-block-719d0551-a6d3-47a5-9bd7-95a71faf313a .ablocks-paragraph-text { color:#FFFFFF;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:160%; } @media screen and (max-width: 800px) { .ablocks-block-719d0551-a6d3-47a5-9bd7-95a71faf313a .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-719d0551-a6d3-47a5-9bd7-95a71faf313a .ablocks-paragraph-text { font-size:18px; } } .ablocks-block-719d0551-a6d3-47a5-9bd7-95a71faf313a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f81320e2-8fe3-4b40-b535-b07fc57c40d3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f81320e2-8fe3-4b40-b535-b07fc57c40d3 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-f81320e2-8fe3-4b40-b535-b07fc57c40d3 .ablocks-icon-wrap { background:#ffffff4d;border-radius:50%;padding:.5em;font-size:30px; } .ablocks-block-f81320e2-8fe3-4b40-b535-b07fc57c40d3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-f81320e2-8fe3-4b40-b535-b07fc57c40d3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF; } 
.ablocks-block-930792dc-17c2-4050-8696-0e5cd4f881e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-930792dc-17c2-4050-8696-0e5cd4f881e2 { text-align:center; } .ablocks-block-930792dc-17c2-4050-8696-0e5cd4f881e2 .ablocks-paragraph-text { color:#FFFFFF;font-family:Teko,sans-serif;font-weight:500;text-transform:capitalize;font-size:30px;line-height:19.8px; } @media screen and (max-width: 800px) { .ablocks-block-930792dc-17c2-4050-8696-0e5cd4f881e2 .ablocks-paragraph-text { font-family:Teko;font-size:23px;line-height:31px; } } @media screen and (max-width: 480px) { .ablocks-block-930792dc-17c2-4050-8696-0e5cd4f881e2 .ablocks-paragraph-text { font-size:28px; } } .ablocks-block-930792dc-17c2-4050-8696-0e5cd4f881e2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4d665ea2-d6df-4be4-a2e0-18b90362abbb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d665ea2-d6df-4be4-a2e0-18b90362abbb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4d665ea2-d6df-4be4-a2e0-18b90362abbb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4d665ea2-d6df-4be4-a2e0-18b90362abbb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-15f7a172-4a03-4d2c-aef8-ddbfb5f4239d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-15f7a172-4a03-4d2c-aef8-ddbfb5f4239d { padding:10px; } } .ablocks-block-15f7a172-4a03-4d2c-aef8-ddbfb5f4239d { display:flex;justify-content:center; } .ablocks-block-15f7a172-4a03-4d2c-aef8-ddbfb5f4239d .ablocks-image-figure img { height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-15f7a172-4a03-4d2c-aef8-ddbfb5f4239d .ablocks-image-figure img { width:768px; } } @media screen and (max-width: 480px) { .ablocks-block-15f7a172-4a03-4d2c-aef8-ddbfb5f4239d .ablocks-image-figure img { height:180px; } } .ablocks-block-15f7a172-4a03-4d2c-aef8-ddbfb5f4239d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-15f7a172-4a03-4d2c-aef8-ddbfb5f4239d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-15443395-b228-4b97-9e7f-76176b3d3e9d { margin-top:-473px;padding-top:30px;padding-right:25px;padding-bottom:30px;padding-left:25px;background:#f5f5f5;border-width:10px;border-style:solid;border-color:#FFFFFF;box-shadow:0px 0px 60px 0px #0000000d;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-15443395-b228-4b97-9e7f-76176b3d3e9d { margin-top:-523px; } } @media screen and (max-width: 480px) { .ablocks-block-15443395-b228-4b97-9e7f-76176b3d3e9d { margin-top:0px;padding-top:-1px; } } .ablocks-block-15443395-b228-4b97-9e7f-76176b3d3e9d.ablocks-block--container { padding-top:30px;padding-right:25px;padding-bottom:30px;padding-left:25px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-15443395-b228-4b97-9e7f-76176b3d3e9d.ablocks-block--container { max-width:min(100%,46%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-15443395-b228-4b97-9e7f-76176b3d3e9d.ablocks-block--container { padding-top:-1px;max-width:min(100%,100%) !important; } } .ablocks-block-15443395-b228-4b97-9e7f-76176b3d3e9d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-15443395-b228-4b97-9e7f-76176b3d3e9d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1:not(.ablocks-has-block-container), .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content { gap:30px;align-items:center; } @media screen and (max-width: 480px) { .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content { gap:14px; } } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Teko,sans-serif;font-weight:600;text-transform:uppercase;font-size:36px;line-height:34.86px;color:#121212; } @media screen and (max-width: 800px) { .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Teko;font-size:32px; } } @media screen and (max-width: 480px) { .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:28px; } } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:160%;color:#555555; } @media screen and (max-width: 800px) { .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px; } @media screen and (max-width: 800px) { .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Teko;font-size:48px; } } @media screen and (max-width: 480px) { .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content > .ablocks-info-box-text { line-height:59px; } } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b5373369-01c8-4d42-9318-95e64eb78ad1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98 { margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:150px;padding-bottom:150px;background:#5555551a;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98 { padding-top:60px;padding-bottom:60px; } } .ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98.ablocks-block--container { padding-top:150px;padding-bottom:150px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:150px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98 > .ablocks-block-container { row-gap:60px; } } @media screen and (max-width: 480px) { .ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98 > .ablocks-block-container { row-gap:50px; } } .ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:150px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } @media screen and (max-width: 480px) { .ablocks-block-1b38ce60-38d2-4ba3-8217-38e9ff5feb98.ablocks-has-block-container > .ablocks-block-container { row-gap:50px; } } 
.ablocks-block-02e8f7d2-35f2-4f4e-a223-87a2fba8eae4 { padding-top:60px;padding-right:60px;padding-bottom:60px;padding-left:40px;border-width:1px;border-style:solid;border-color:#12121257;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-02e8f7d2-35f2-4f4e-a223-87a2fba8eae4 { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-02e8f7d2-35f2-4f4e-a223-87a2fba8eae4.ablocks-block--container { padding-top:60px;padding-right:60px;padding-bottom:60px;padding-left:40px;max-width:min(100%,1290px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-02e8f7d2-35f2-4f4e-a223-87a2fba8eae4.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-02e8f7d2-35f2-4f4e-a223-87a2fba8eae4 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-02e8f7d2-35f2-4f4e-a223-87a2fba8eae4 { flex-direction:column;row-gap:30px; } } .ablocks-block-02e8f7d2-35f2-4f4e-a223-87a2fba8eae4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-02e8f7d2-35f2-4f4e-a223-87a2fba8eae4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-02e8f7d2-35f2-4f4e-a223-87a2fba8eae4 { display:inline-flex; } 
.ablocks-block-a7411b01-9e75-4002-a8a3-f0bfb8d8a013 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7411b01-9e75-4002-a8a3-f0bfb8d8a013.ablocks-block--container { padding:0px;max-width:min(100%,602%) !important;overflow:visible; } .ablocks-block-a7411b01-9e75-4002-a8a3-f0bfb8d8a013 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } .ablocks-block-a7411b01-9e75-4002-a8a3-f0bfb8d8a013.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } 
.ablocks-block-763197c4-79ad-4f26-b18e-b0021c3cc00c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-763197c4-79ad-4f26-b18e-b0021c3cc00c { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-763197c4-79ad-4f26-b18e-b0021c3cc00c { text-align:center; } } .ablocks-block-763197c4-79ad-4f26-b18e-b0021c3cc00c .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px; } @media screen and (max-width: 800px) { .ablocks-block-763197c4-79ad-4f26-b18e-b0021c3cc00c .ablocks-heading-text { font-family:Teko;font-size:42px;line-height:62px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-763197c4-79ad-4f26-b18e-b0021c3cc00c .ablocks-heading-text { font-size:32px;line-height:40px; } } 
.ablocks-block-9c81486a-aab5-49c0-889b-005492be817b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c81486a-aab5-49c0-889b-005492be817b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9c81486a-aab5-49c0-889b-005492be817b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-9c81486a-aab5-49c0-889b-005492be817b { justify-content:center;justify-items:center;align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-9c81486a-aab5-49c0-889b-005492be817b { flex-direction:column;align-items:flex-start;row-gap:15px; } } .ablocks-block-9c81486a-aab5-49c0-889b-005492be817b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-9c81486a-aab5-49c0-889b-005492be817b.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-9c81486a-aab5-49c0-889b-005492be817b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:15px; } } .ablocks-block-9c81486a-aab5-49c0-889b-005492be817b { display:inline-flex; } 
.ablocks-block-15ec63aa-7e56-4cc5-ae82-f289310f71de { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-15ec63aa-7e56-4cc5-ae82-f289310f71de { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-15ec63aa-7e56-4cc5-ae82-f289310f71de { text-align:center; } } .ablocks-block-15ec63aa-7e56-4cc5-ae82-f289310f71de .ablocks-button { column-gap:15px;background:#dddddd00;justify-content:left;color:#000000;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:160%;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-15ec63aa-7e56-4cc5-ae82-f289310f71de .ablocks-button { font-family:DM Sans; } } .ablocks-block-15ec63aa-7e56-4cc5-ae82-f289310f71de .ablocks-button:hover { transition-duration:s; } .ablocks-block-15ec63aa-7e56-4cc5-ae82-f289310f71de .ablocks-icon-wrap { font-size:15px; } .ablocks-block-15ec63aa-7e56-4cc5-ae82-f289310f71de .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:15px; } .ablocks-block-15ec63aa-7e56-4cc5-ae82-f289310f71de .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5830a13b-e75d-4663-b9db-bd9783da5ce7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5830a13b-e75d-4663-b9db-bd9783da5ce7 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-5830a13b-e75d-4663-b9db-bd9783da5ce7 { text-align:center; } } .ablocks-block-5830a13b-e75d-4663-b9db-bd9783da5ce7 .ablocks-button { column-gap:15px;background:#dddddd00;justify-content:left;color:#000000;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:160%;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-5830a13b-e75d-4663-b9db-bd9783da5ce7 .ablocks-button { font-family:DM Sans; } } .ablocks-block-5830a13b-e75d-4663-b9db-bd9783da5ce7 .ablocks-button:hover { transition-duration:s; } .ablocks-block-5830a13b-e75d-4663-b9db-bd9783da5ce7 .ablocks-icon-wrap { font-size:15px; } .ablocks-block-5830a13b-e75d-4663-b9db-bd9783da5ce7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:15px; } .ablocks-block-5830a13b-e75d-4663-b9db-bd9783da5ce7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-dfb1cdd3-12c8-409f-b4d2-19dcbc48e0d6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dfb1cdd3-12c8-409f-b4d2-19dcbc48e0d6 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-dfb1cdd3-12c8-409f-b4d2-19dcbc48e0d6 { text-align:center; } } .ablocks-block-dfb1cdd3-12c8-409f-b4d2-19dcbc48e0d6 .ablocks-button { column-gap:15px;background:#dddddd00;justify-content:left;color:#000000;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:160%;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-dfb1cdd3-12c8-409f-b4d2-19dcbc48e0d6 .ablocks-button { font-family:DM Sans; } } .ablocks-block-dfb1cdd3-12c8-409f-b4d2-19dcbc48e0d6 .ablocks-button:hover { transition-duration:s; } .ablocks-block-dfb1cdd3-12c8-409f-b4d2-19dcbc48e0d6 .ablocks-icon-wrap { font-size:15px; } .ablocks-block-dfb1cdd3-12c8-409f-b4d2-19dcbc48e0d6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:15px; } .ablocks-block-dfb1cdd3-12c8-409f-b4d2-19dcbc48e0d6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c3c883f6-b5ff-4fe6-8339-84ea806d8724 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3c883f6-b5ff-4fe6-8339-84ea806d8724.ablocks-block--container { padding:0px;max-width:min(100%,38%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c3c883f6-b5ff-4fe6-8339-84ea806d8724.ablocks-block--container { max-width:min(100%,77%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c3c883f6-b5ff-4fe6-8339-84ea806d8724.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c3c883f6-b5ff-4fe6-8339-84ea806d8724 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-c3c883f6-b5ff-4fe6-8339-84ea806d8724 { align-items:flex-start; } } .ablocks-block-c3c883f6-b5ff-4fe6-8339-84ea806d8724.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-c3c883f6-b5ff-4fe6-8339-84ea806d8724.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder { flex-direction:row;align-items:center; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__input , .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__select , .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder-timepicker-input , .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder-datepicker-input { background:white;text-align:left;font-family:Kanit;font-weight:400;font-style:normal;font-size:20px;line-height:27.4px;border-style:none;border-radius:999px;padding-top:17px !important;padding-right:16px !important;padding-bottom:15px !important;padding-left:16px !important;box-sizing:border-box; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__input::placeholder { font-family:Kanit;font-weight:400;font-style:normal;font-size:20px;line-height:27.4px;text-align:left;color:#555!important; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__input-icon,.ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__submit-button { text-align:center;align-self:center; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__submit-button { color:#121212;background:#C8F31D;border-radius:999px;font-family:Kanit;font-weight:400;font-style:normal;font-size:20px;line-height:27.4px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 480px) { .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-form-builder__submit-button { font-size:16px;padding-top:8px;padding-right:14px;padding-bottom:8px;padding-left:13px; } } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-3bb6d9ea-bb0d-42cf-8a27-453e100fb586 .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-b72f896f-e305-4c36-95c0-11078082a9f9 { 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-b72f896f-e305-4c36-95c0-11078082a9f9.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-b72f896f-e305-4c36-95c0-11078082a9f9 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-b72f896f-e305-4c36-95c0-11078082a9f9 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-e0ba69c5-c5af-4029-a177-358bd553f6aa { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e0ba69c5-c5af-4029-a177-358bd553f6aa { padding:0px; } } .ablocks-block-e0ba69c5-c5af-4029-a177-358bd553f6aa.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1290%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-e0ba69c5-c5af-4029-a177-358bd553f6aa.ablocks-block--container { padding:0px; } } .ablocks-block-e0ba69c5-c5af-4029-a177-358bd553f6aa { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e0ba69c5-c5af-4029-a177-358bd553f6aa { row-gap:40px; } } .ablocks-block-e0ba69c5-c5af-4029-a177-358bd553f6aa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e0ba69c5-c5af-4029-a177-358bd553f6aa.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-d1b0fcea-2d3c-4b61-9254-ad00b80e2ec5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1b0fcea-2d3c-4b61-9254-ad00b80e2ec5.ablocks-block--container { padding:0px;max-width:min(100%,672px) !important;overflow:visible; } .ablocks-block-d1b0fcea-2d3c-4b61-9254-ad00b80e2ec5 { display:flex;flex-direction:column;min-height:0px;row-gap:15px;column-gap:0px; } .ablocks-block-d1b0fcea-2d3c-4b61-9254-ad00b80e2ec5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:15px;column-gap:0px; } 
.ablocks-block-9743ba73-0f21-440e-9e1e-f7305975e5c9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9743ba73-0f21-440e-9e1e-f7305975e5c9 { text-align:center; } .ablocks-block-9743ba73-0f21-440e-9e1e-f7305975e5c9 .ablocks-paragraph-text { color:#FF0000;font-family:Poppins,sans-serif;font-weight:700;text-transform:uppercase;font-size:18px;line-height:27px;letter-spacing:4px; } @media screen and (max-width: 800px) { .ablocks-block-9743ba73-0f21-440e-9e1e-f7305975e5c9 .ablocks-paragraph-text { font-family:Poppins; } } .ablocks-block-9743ba73-0f21-440e-9e1e-f7305975e5c9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f26d1f4b-0272-4e46-84f4-d5ee6f36fc41 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f26d1f4b-0272-4e46-84f4-d5ee6f36fc41 { text-align:center; } .ablocks-block-f26d1f4b-0272-4e46-84f4-d5ee6f36fc41 .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;font-size:80px;line-height:75px;letter-spacing:-2px; } @media screen and (max-width: 800px) { .ablocks-block-f26d1f4b-0272-4e46-84f4-d5ee6f36fc41 .ablocks-heading-text { font-family:Teko;font-size:48px;line-height:62px;letter-spacing:1px; } } @media screen and (max-width: 480px) { .ablocks-block-f26d1f4b-0272-4e46-84f4-d5ee6f36fc41 .ablocks-heading-text { font-size:36px;line-height:46px; } } 
.ablocks-block-e926f8b5-8cab-4dc9-8bd4-cb876a71e5d5 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e926f8b5-8cab-4dc9-8bd4-cb876a71e5d5 { padding:0px; } } .ablocks-block-e926f8b5-8cab-4dc9-8bd4-cb876a71e5d5.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1290%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-e926f8b5-8cab-4dc9-8bd4-cb876a71e5d5.ablocks-block--container { padding:0px; } } .ablocks-block-e926f8b5-8cab-4dc9-8bd4-cb876a71e5d5 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-e926f8b5-8cab-4dc9-8bd4-cb876a71e5d5 { align-items:center;row-gap:30px; } } .ablocks-block-e926f8b5-8cab-4dc9-8bd4-cb876a71e5d5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-e926f8b5-8cab-4dc9-8bd4-cb876a71e5d5.ablocks-has-block-container > .ablocks-block-container { align-items:center;row-gap:30px; } } .ablocks-block-e926f8b5-8cab-4dc9-8bd4-cb876a71e5d5 { display:inline-flex; } 
.ablocks-block-1993e422-8f43-4086-9442-378cde0e9767 { padding:0px;background:#ffffff;transition:border 0s ease,background 0.5s ease,box-shadow 0s ease;position:relative; } .ablocks-block-1993e422-8f43-4086-9442-378cde0e9767:hover { background:#C8F31D; } .ablocks-block-1993e422-8f43-4086-9442-378cde0e9767.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1993e422-8f43-4086-9442-378cde0e9767.ablocks-block--container { max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1993e422-8f43-4086-9442-378cde0e9767.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1993e422-8f43-4086-9442-378cde0e9767 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-1993e422-8f43-4086-9442-378cde0e9767.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-4f2f046d-e6a6-415c-b4a2-99b6c7b668ee { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f2f046d-e6a6-415c-b4a2-99b6c7b668ee.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4f2f046d-e6a6-415c-b4a2-99b6c7b668ee { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4f2f046d-e6a6-415c-b4a2-99b6c7b668ee.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0fb15a7b-de8e-4456-8954-6b64382382df { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0fb15a7b-de8e-4456-8954-6b64382382df { display:flex;justify-content:center; } .ablocks-block-0fb15a7b-de8e-4456-8954-6b64382382df .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0fb15a7b-de8e-4456-8954-6b64382382df .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0fb15a7b-de8e-4456-8954-6b64382382df .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-30881c14-6f4c-4de9-8bd4-9fe5d9c0c070 { margin-top:-55px;margin-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-30881c14-6f4c-4de9-8bd4-9fe5d9c0c070:not(.ablocks-has-block-container), .ablocks-block-30881c14-6f4c-4de9-8bd4-9fe5d9c0c070.ablocks-block--dual-button > .ablocks-block-container { gap:18px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } .ablocks-block-30881c14-6f4c-4de9-8bd4-9fe5d9c0c070 .ablocks-button { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:160%; } @media screen and (max-width: 800px) { .ablocks-block-30881c14-6f4c-4de9-8bd4-9fe5d9c0c070 .ablocks-button { font-family:DM Sans; } } 
.ablocks-block-6b716ec3-b634-4f0e-86b4-1935ab946ee9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b716ec3-b634-4f0e-86b4-1935ab946ee9 { text-align:left; } .ablocks-block-6b716ec3-b634-4f0e-86b4-1935ab946ee9 .ablocks-button { column-gap:11px;background:#ffffff;justify-content:left;color:#555;border-radius:100px;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:160%;padding-top:5px;padding-right:20px;padding-bottom:5px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-6b716ec3-b634-4f0e-86b4-1935ab946ee9 .ablocks-button { font-family:DM Sans; } } .ablocks-block-6b716ec3-b634-4f0e-86b4-1935ab946ee9 .ablocks-button:hover { transition-duration:s; } .ablocks-block-6b716ec3-b634-4f0e-86b4-1935ab946ee9 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-6b716ec3-b634-4f0e-86b4-1935ab946ee9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-6b716ec3-b634-4f0e-86b4-1935ab946ee9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF0000; } 
.ablocks-block-64994b44-7e4c-4fee-949f-b7bf45c6f286 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64994b44-7e4c-4fee-949f-b7bf45c6f286 { text-align:left; } .ablocks-block-64994b44-7e4c-4fee-949f-b7bf45c6f286 .ablocks-button { column-gap:11px;background:#ffffff;justify-content:left;color:#555;border-radius:100px;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:160%;padding-top:5px;padding-right:20px;padding-bottom:5px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-64994b44-7e4c-4fee-949f-b7bf45c6f286 .ablocks-button { font-family:DM Sans; } } .ablocks-block-64994b44-7e4c-4fee-949f-b7bf45c6f286 .ablocks-button:hover { transition-duration:s; } .ablocks-block-64994b44-7e4c-4fee-949f-b7bf45c6f286 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-64994b44-7e4c-4fee-949f-b7bf45c6f286 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-64994b44-7e4c-4fee-949f-b7bf45c6f286 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF0000; } 
.ablocks-block-e25baa31-413d-4931-bf7b-703af3491f57 { padding:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e25baa31-413d-4931-bf7b-703af3491f57 { padding-top:30px; } } .ablocks-block-e25baa31-413d-4931-bf7b-703af3491f57.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e25baa31-413d-4931-bf7b-703af3491f57.ablocks-block--container { padding-top:30px; } } .ablocks-block-e25baa31-413d-4931-bf7b-703af3491f57 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-e25baa31-413d-4931-bf7b-703af3491f57 { row-gap:20px; } } .ablocks-block-e25baa31-413d-4931-bf7b-703af3491f57.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-e25baa31-413d-4931-bf7b-703af3491f57.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-0ff51aa1-3f99-40dd-a08c-c95405652946 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0ff51aa1-3f99-40dd-a08c-c95405652946 { text-align:left; } .ablocks-block-0ff51aa1-3f99-40dd-a08c-c95405652946 .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;text-transform:uppercase;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-0ff51aa1-3f99-40dd-a08c-c95405652946 .ablocks-heading-text { font-family:Teko;font-size:28px;line-height:36px; } } @media screen and (max-width: 480px) { .ablocks-block-0ff51aa1-3f99-40dd-a08c-c95405652946 .ablocks-heading-text { font-size:22px;line-height:29px; } } 
.ablocks-block-fe6ff190-39b2-484c-99c5-79ba12c55eda { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe6ff190-39b2-484c-99c5-79ba12c55eda { text-align:left; } .ablocks-block-fe6ff190-39b2-484c-99c5-79ba12c55eda .ablocks-button { column-gap:13px;background:#F5F5F5;justify-content:left;color:#121212;border-radius:999px;font-family:Kanit;font-weight:700;text-transform:capitalize;font-size:16px;line-height:16px;padding-top:17px;padding-right:30px;padding-bottom:17px;padding-left:30px; } @media screen and (max-width: 480px) { .ablocks-block-fe6ff190-39b2-484c-99c5-79ba12c55eda .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-fe6ff190-39b2-484c-99c5-79ba12c55eda .ablocks-button:hover { transition-duration:s;background:#1212121A; } .ablocks-block-fe6ff190-39b2-484c-99c5-79ba12c55eda .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fe6ff190-39b2-484c-99c5-79ba12c55eda .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-fe6ff190-39b2-484c-99c5-79ba12c55eda .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#121212; } 
.ablocks-block-d3022f95-9f16-4969-8b9b-e78f06b616e8 { padding:0px;background:#ffffff;transition:border 0s ease,background 0.5s ease,box-shadow 0s ease;position:relative;z-index:2; } .ablocks-block-d3022f95-9f16-4969-8b9b-e78f06b616e8:hover { background:#C8F31D; } .ablocks-block-d3022f95-9f16-4969-8b9b-e78f06b616e8.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d3022f95-9f16-4969-8b9b-e78f06b616e8.ablocks-block--container { max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-d3022f95-9f16-4969-8b9b-e78f06b616e8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d3022f95-9f16-4969-8b9b-e78f06b616e8 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-d3022f95-9f16-4969-8b9b-e78f06b616e8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-af026543-a832-4922-a949-ec119e8b31d3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-af026543-a832-4922-a949-ec119e8b31d3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-af026543-a832-4922-a949-ec119e8b31d3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-af026543-a832-4922-a949-ec119e8b31d3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e0c01d54-b616-43a3-94a8-1dde211b3138 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e0c01d54-b616-43a3-94a8-1dde211b3138 { display:flex;justify-content:center; } .ablocks-block-e0c01d54-b616-43a3-94a8-1dde211b3138 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e0c01d54-b616-43a3-94a8-1dde211b3138 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e0c01d54-b616-43a3-94a8-1dde211b3138 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3d12494a-1cb2-43e1-9dc8-efc4aedf1b54 { margin-top:-55px;margin-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3d12494a-1cb2-43e1-9dc8-efc4aedf1b54:not(.ablocks-has-block-container), .ablocks-block-3d12494a-1cb2-43e1-9dc8-efc4aedf1b54.ablocks-block--dual-button > .ablocks-block-container { gap:18px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } .ablocks-block-3d12494a-1cb2-43e1-9dc8-efc4aedf1b54 .ablocks-button { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:160%; } @media screen and (max-width: 800px) { .ablocks-block-3d12494a-1cb2-43e1-9dc8-efc4aedf1b54 .ablocks-button { font-family:DM Sans; } } 
.ablocks-block-bc79c760-2f57-48f7-b552-ca77ecfcf19a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc79c760-2f57-48f7-b552-ca77ecfcf19a { text-align:left; } .ablocks-block-bc79c760-2f57-48f7-b552-ca77ecfcf19a .ablocks-button { column-gap:11px;background:#ffffff;justify-content:left;color:#555;border-radius:100px;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:160%;padding-top:5px;padding-right:20px;padding-bottom:5px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-bc79c760-2f57-48f7-b552-ca77ecfcf19a .ablocks-button { font-family:DM Sans; } } .ablocks-block-bc79c760-2f57-48f7-b552-ca77ecfcf19a .ablocks-button:hover { transition-duration:s; } .ablocks-block-bc79c760-2f57-48f7-b552-ca77ecfcf19a .ablocks-icon-wrap { font-size:13px; } .ablocks-block-bc79c760-2f57-48f7-b552-ca77ecfcf19a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-bc79c760-2f57-48f7-b552-ca77ecfcf19a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF0000; } 
.ablocks-block-d9e8fa37-0813-4d7b-a8a2-928d590c1c7f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d9e8fa37-0813-4d7b-a8a2-928d590c1c7f { text-align:left; } .ablocks-block-d9e8fa37-0813-4d7b-a8a2-928d590c1c7f .ablocks-button { column-gap:11px;background:#ffffff;justify-content:left;color:#555;border-radius:100px;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:160%;padding-top:5px;padding-right:20px;padding-bottom:5px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-d9e8fa37-0813-4d7b-a8a2-928d590c1c7f .ablocks-button { font-family:DM Sans; } } .ablocks-block-d9e8fa37-0813-4d7b-a8a2-928d590c1c7f .ablocks-button:hover { transition-duration:s; } .ablocks-block-d9e8fa37-0813-4d7b-a8a2-928d590c1c7f .ablocks-icon-wrap { font-size:13px; } .ablocks-block-d9e8fa37-0813-4d7b-a8a2-928d590c1c7f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-d9e8fa37-0813-4d7b-a8a2-928d590c1c7f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF0000; } 
.ablocks-block-33c3190e-0d27-4c89-b121-1527650fe4e6 { padding:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-33c3190e-0d27-4c89-b121-1527650fe4e6 { padding-top:30px; } } .ablocks-block-33c3190e-0d27-4c89-b121-1527650fe4e6.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-33c3190e-0d27-4c89-b121-1527650fe4e6.ablocks-block--container { padding-top:30px; } } .ablocks-block-33c3190e-0d27-4c89-b121-1527650fe4e6 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-33c3190e-0d27-4c89-b121-1527650fe4e6 { row-gap:20px; } } .ablocks-block-33c3190e-0d27-4c89-b121-1527650fe4e6.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-33c3190e-0d27-4c89-b121-1527650fe4e6.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-2f1486a8-6d3b-406e-a984-f176547fee0e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f1486a8-6d3b-406e-a984-f176547fee0e { text-align:left; } .ablocks-block-2f1486a8-6d3b-406e-a984-f176547fee0e .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;text-transform:uppercase;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-2f1486a8-6d3b-406e-a984-f176547fee0e .ablocks-heading-text { font-family:Teko;font-size:28px;line-height:36px; } } @media screen and (max-width: 480px) { .ablocks-block-2f1486a8-6d3b-406e-a984-f176547fee0e .ablocks-heading-text { font-size:22px;line-height:29px; } } 
.ablocks-block-4b61d1d3-6e4f-4e96-85b1-939d64b62d75 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b61d1d3-6e4f-4e96-85b1-939d64b62d75 { text-align:left; } .ablocks-block-4b61d1d3-6e4f-4e96-85b1-939d64b62d75 .ablocks-button { column-gap:13px;background:#F5F5F5;justify-content:left;color:#121212;border-radius:999px;font-family:Kanit;font-weight:700;text-transform:capitalize;font-size:16px;line-height:16px;padding-top:17px;padding-right:30px;padding-bottom:17px;padding-left:30px; } @media screen and (max-width: 480px) { .ablocks-block-4b61d1d3-6e4f-4e96-85b1-939d64b62d75 .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-4b61d1d3-6e4f-4e96-85b1-939d64b62d75 .ablocks-button:hover { transition-duration:s;background:#1212121A; } .ablocks-block-4b61d1d3-6e4f-4e96-85b1-939d64b62d75 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4b61d1d3-6e4f-4e96-85b1-939d64b62d75 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-4b61d1d3-6e4f-4e96-85b1-939d64b62d75 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#121212; } 
.ablocks-block-0518ea8e-aadf-48c2-8cb3-7940f36b179c { padding:0px;background:#ffffff;transition:border 0s ease,background 0.5s ease,box-shadow 0s ease;position:relative; } .ablocks-block-0518ea8e-aadf-48c2-8cb3-7940f36b179c:hover { background:#C8F31D; } .ablocks-block-0518ea8e-aadf-48c2-8cb3-7940f36b179c.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0518ea8e-aadf-48c2-8cb3-7940f36b179c.ablocks-block--container { max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0518ea8e-aadf-48c2-8cb3-7940f36b179c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-0518ea8e-aadf-48c2-8cb3-7940f36b179c { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-0518ea8e-aadf-48c2-8cb3-7940f36b179c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-ddff50ce-12f4-4b5d-bcc5-19b3f2b704f6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ddff50ce-12f4-4b5d-bcc5-19b3f2b704f6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ddff50ce-12f4-4b5d-bcc5-19b3f2b704f6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ddff50ce-12f4-4b5d-bcc5-19b3f2b704f6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-554149ce-794e-4818-b546-67d678cc0ad1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-554149ce-794e-4818-b546-67d678cc0ad1 { display:flex;justify-content:center; } .ablocks-block-554149ce-794e-4818-b546-67d678cc0ad1 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-554149ce-794e-4818-b546-67d678cc0ad1 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-554149ce-794e-4818-b546-67d678cc0ad1 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f4e41b72-1623-455b-9333-55a4cd09e8e0 { margin-top:-55px;margin-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f4e41b72-1623-455b-9333-55a4cd09e8e0:not(.ablocks-has-block-container), .ablocks-block-f4e41b72-1623-455b-9333-55a4cd09e8e0.ablocks-block--dual-button > .ablocks-block-container { gap:18px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } .ablocks-block-f4e41b72-1623-455b-9333-55a4cd09e8e0 .ablocks-button { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:160%; } @media screen and (max-width: 800px) { .ablocks-block-f4e41b72-1623-455b-9333-55a4cd09e8e0 .ablocks-button { font-family:DM Sans; } } 
.ablocks-block-0faa274d-e3dd-4303-961c-de405f50653c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0faa274d-e3dd-4303-961c-de405f50653c { text-align:left; } .ablocks-block-0faa274d-e3dd-4303-961c-de405f50653c .ablocks-button { column-gap:11px;background:#ffffff;justify-content:left;color:#555;border-radius:100px;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:160%;padding-top:5px;padding-right:20px;padding-bottom:5px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-0faa274d-e3dd-4303-961c-de405f50653c .ablocks-button { font-family:DM Sans; } } .ablocks-block-0faa274d-e3dd-4303-961c-de405f50653c .ablocks-button:hover { transition-duration:0s; } .ablocks-block-0faa274d-e3dd-4303-961c-de405f50653c .ablocks-icon-wrap { font-size:13px; } .ablocks-block-0faa274d-e3dd-4303-961c-de405f50653c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-0faa274d-e3dd-4303-961c-de405f50653c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF0000; } 
.ablocks-block-cd16b4f9-56d9-4538-aa8e-da4cbb0c45a6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd16b4f9-56d9-4538-aa8e-da4cbb0c45a6 { text-align:left; } .ablocks-block-cd16b4f9-56d9-4538-aa8e-da4cbb0c45a6 .ablocks-button { column-gap:11px;background:#ffffff;justify-content:left;color:#555;border-radius:100px;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:160%;padding-top:5px;padding-right:20px;padding-bottom:5px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-cd16b4f9-56d9-4538-aa8e-da4cbb0c45a6 .ablocks-button { font-family:DM Sans; } } .ablocks-block-cd16b4f9-56d9-4538-aa8e-da4cbb0c45a6 .ablocks-button:hover { transition-duration:0s; } .ablocks-block-cd16b4f9-56d9-4538-aa8e-da4cbb0c45a6 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-cd16b4f9-56d9-4538-aa8e-da4cbb0c45a6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-cd16b4f9-56d9-4538-aa8e-da4cbb0c45a6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FF0000; } 
.ablocks-block-b0fdfa40-41bb-438b-bcc7-01cf643d159c { padding:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b0fdfa40-41bb-438b-bcc7-01cf643d159c { padding-top:30px; } } .ablocks-block-b0fdfa40-41bb-438b-bcc7-01cf643d159c.ablocks-block--container { padding:30px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b0fdfa40-41bb-438b-bcc7-01cf643d159c.ablocks-block--container { padding-top:30px; } } .ablocks-block-b0fdfa40-41bb-438b-bcc7-01cf643d159c { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-b0fdfa40-41bb-438b-bcc7-01cf643d159c { row-gap:20px; } } .ablocks-block-b0fdfa40-41bb-438b-bcc7-01cf643d159c.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-b0fdfa40-41bb-438b-bcc7-01cf643d159c.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-639a1070-e43c-4734-bd99-250ed0063f72 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-639a1070-e43c-4734-bd99-250ed0063f72 { text-align:left; } .ablocks-block-639a1070-e43c-4734-bd99-250ed0063f72 .ablocks-heading-text { color:#121212;font-family:Teko,sans-serif;font-weight:600;text-transform:uppercase;font-size:36px;line-height:34.86px; } @media screen and (max-width: 800px) { .ablocks-block-639a1070-e43c-4734-bd99-250ed0063f72 .ablocks-heading-text { font-family:Teko;font-size:28px;line-height:36px; } } @media screen and (max-width: 480px) { .ablocks-block-639a1070-e43c-4734-bd99-250ed0063f72 .ablocks-heading-text { font-size:22px;line-height:29px; } } 
.ablocks-block-6913db8c-975f-4b48-8363-fee399f54672 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6913db8c-975f-4b48-8363-fee399f54672 { text-align:left; } .ablocks-block-6913db8c-975f-4b48-8363-fee399f54672 .ablocks-button { column-gap:13px;background:#F5F5F5;justify-content:left;color:#121212;border-radius:999px;font-family:Kanit;font-weight:700;text-transform:capitalize;font-size:16px;line-height:16px;padding-top:17px;padding-right:30px;padding-bottom:17px;padding-left:30px; } @media screen and (max-width: 480px) { .ablocks-block-6913db8c-975f-4b48-8363-fee399f54672 .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-6913db8c-975f-4b48-8363-fee399f54672 .ablocks-button:hover { transition-duration:s;background:#1212121A; } .ablocks-block-6913db8c-975f-4b48-8363-fee399f54672 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6913db8c-975f-4b48-8363-fee399f54672 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-6913db8c-975f-4b48-8363-fee399f54672 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#121212; } 
.ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6 { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } 
.ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { margin-top:-25px;padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;background:#ffffff;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { padding-top:60px;padding-right:12px;padding-left:12px;border-top-left-radius:20px;border-top-right-radius:20px; } } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-block--container { padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-block--container { padding-top:60px;padding-right:12px;padding-left:12px; } } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } 
.ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-block--container { padding:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { 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-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { flex-direction:column; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.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-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { display:inline-flex; } 
.ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { max-width:min(100%,37%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } 
.ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { display:inline-flex; } 
.ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:203px; } @media screen and (max-width: 800px) { .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap img.ablocks-image-icon { width:164px; } } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 { text-align:left; } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { margin-top:38px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { display:inline-flex; } 
.ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded { text-align:left; } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { font-family:Inter;font-size:14px; } } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list { gap:10px; } } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { max-width:min(100%,58%) !important; } } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 { text-align:left; } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { font-family:Inter;font-size:14px; } } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list { gap:10px; } } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { max-width:min(100%,54%) !important; } } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb { text-align:left; } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { font-family:Inter;font-size:14px; } } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list { gap:10px; } } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#d9d6fe;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { flex-direction:column;row-gap:21px; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.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-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:21px; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { display:inline-flex; } 
.ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc { text-align:left; } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { display:inline-flex; } 
.ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { width:50%; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { display:flex;justify-content:right; } @media screen and (max-width: 480px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { justify-content:left; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img { width:149px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img { width:170px; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
