@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}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.leaflet-control-fullscreen a {
  background:#fff url(./fullscreen.png) no-repeat 0 0;
  background-size:26px 52px;
  }
  .leaflet-touch .leaflet-control-fullscreen a {
    background-position: 2px 2px;
    }
  .leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position:0 -26px;
    }
  .leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position: 2px -24px;
    }

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width:100%!important;
  height:100%!important;
  }
.leaflet-container.leaflet-fullscreen-on {
  width:100%!important;
  height:100%!important;
  }

.leaflet-pseudo-fullscreen {
  position:fixed!important;
  width:100%!important;
  height:100%!important;
  top:0!important;
  left:0!important;
  z-index:99999;
  }

@media
  (-webkit-min-device-pixel-ratio:2),
  (min-resolution:192dpi) {
    .leaflet-control-fullscreen a {
      background-image:url(./fullscreen@2x.png);
    }
  }

.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-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-block-tabs{display:flex;margin:0;padding:0}.ablocks-block-tabs li{list-style:none}.ablocks-block-tabs a{text-decoration:none!important}.ablocks-block-tabs__tab-panel{display:flex;margin:0;padding:0}.ablocks-block-tabs__tab{border:1px solid #e0e0e0;cursor:pointer;position:relative;text-align:center}.ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar{bottom:0;height:4px;left:0;position:absolute}.ablocks-block-tabs__tab-menu{background-color:transparent;color:#000;cursor:pointer;display:inline-flex;padding:8px 18px;position:relative}.ablocks-block-tabs__tab-menu-title{font-size:20px;margin:0}.ablocks-block-tabs__tab-active a{background-color:#fff!important;border:none}.ablocks-block-tabs .ablocks-block-tabs__icon .ablocks-icon-wrap img.ablocks-image-icon{max-width:none!important}.ablocks-block-tabs__add-tab{align-items:center;color:#000;cursor:pointer;display:flex;justify-content:center;padding:6px 18px;width:auto!important}.ablocks-block-tabs__add-tab .ablocks-icon--plus:before{color:#000!important;font-size:25px;font-weight:900}.ablocks-block-tabs__tab-menu{align-items:center;display:flex;outline-style:none!important}.ablocks-block-tabs__tab-menu-content{display:flex;flex-direction:column;text-align:start}.ablocks-block-tabs__tab-menu-subtitle{font-size:14px;line-height:21px;margin:0}.ablocks-block-tabs__body{flex-grow:1;max-width:100%;padding:10px;position:relative}.ablocks-block-tabs__body .block-editor-button-block-appender{height:60px}.ablocks-block--tabs-child{display:none}.ablocks-block-tabs .has-child-selected{display:block}.ablocks-block-tabs__tab-controls{display:none;max-width:100%;position:absolute;top:-35px;z-index:10}.ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-controls{display:block}.ablocks-block-tabs__tab-controls .components-toolbar{background-color:#0a0909;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:20px}.ablocks-block-tabs .ablocks-icon--close,.ablocks-block-tabs .ablocks-icon--direction-row-horizontal,.ablocks-block-tabs .ablocks-icon--direction-row-reversed{padding:8px 2px}.ablocks-block-tabs .ablocks-icon--close:before,.ablocks-block-tabs .ablocks-icon--direction-row-horizontal:before,.ablocks-block-tabs .ablocks-icon--direction-row-reversed:before{color:#fff!important;font-size:17px}.ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar{display:block}.ablocks-block-tabs__progressbar{display:none}.ablocks-block-tabs__progressbar-editor{display:none!important}

.ablocks-block--price-menu-item{display:flex}.ablocks-block--price-menu .ablocks-block-container .block-editor-inner-blocks .block-editor-block-list__layout .block-list-appender{display:none}.ablocks-price-menu-add-button{background-color:#13191b;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;margin-top:20px;padding:12px 20px;width:fit-content}.ablocks-price-menu-add-button span{margin-right:8px}.ablocks-price-menu-add-button .ablocks-icon--plus:before{color:#fff!important}.ablocks-price-menu-item{display:flex;width:100%;width:fit-content}.ablocks-price-menu-item-details{display:flex;flex-direction:column;width:100%}.ablocks-price-menu-item-details-title,.ablocks-price-menu-item-price{min-width:fit-content!important}.ablocks-price-menu-item-details-brief{align-items:center;display:flex;justify-content:space-between;width:100%}.ablocks-price-menu-item-details-des,.ablocks-price-menu-item-details-title,.ablocks-price-menu-item-price{margin:0!important}.ablocks-price-menu-item-selection{display:flex;flex-direction:column;gap:10px;margin-left:20px}.ablocks-price-menu-item-separator{background-color:#000;height:2px;width:100px}.ablocks-price-menu-divider__pattern-mask{align-items:center;background-color:var(--ablocks-divider-pattern-color);display:flex;height:100%;mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-price-menu-divider__pattern-mask-element-icon--center,.ablocks-price-menu-divider__pattern-mask-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-price-menu-divider__pattern-mask-element-icon--center:after,.ablocks-price-menu-divider__pattern-mask-element-icon--center:before,.ablocks-price-menu-divider__pattern-mask-element-text--center:after,.ablocks-price-menu-divider__pattern-mask-element-text--center:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-price-menu-divider__pattern-mask-element-icon--left,.ablocks-price-menu-divider__pattern-mask-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-price-menu-divider__pattern-mask-element-icon--left:after,.ablocks-price-menu-divider__pattern-mask-element-text--left:after{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-price-menu-divider__pattern-mask-element-icon--right,.ablocks-price-menu-divider__pattern-mask-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-price-menu-divider__pattern-mask-element-icon--right:before,.ablocks-price-menu-divider__pattern-mask-element-text--right:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-price-menu-divider__pattern-css{border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color)}.ablocks-price-menu-divider__pattern-css-element-icon--center,.ablocks-price-menu-divider__pattern-css-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.ablocks-price-menu-divider__pattern-css-element-icon--center:after,.ablocks-price-menu-divider__pattern-css-element-icon--center:before,.ablocks-price-menu-divider__pattern-css-element-text--center:after,.ablocks-price-menu-divider__pattern-css-element-text--center:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-price-menu-divider__pattern-css-element-icon--left,.ablocks-price-menu-divider__pattern-css-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;width:100%}.ablocks-price-menu-divider__pattern-css-element-icon--left:after,.ablocks-price-menu-divider__pattern-css-element-text--left:after{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-price-menu-divider__pattern-css-element-icon--right,.ablocks-price-menu-divider__pattern-css-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;width:100%}.ablocks-price-menu-divider__pattern-css-element-icon--right:before,.ablocks-price-menu-divider__pattern-css-element-text--right:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-block--divider .ablocks-divider__element-icon{display:inline-block;line-height:1}

.ablocks-block--divider{flex-grow:1;width:100%}.ablocks-block--divider .ablocks-block-container,.ablocks-block--divider:not(.ablocks-has-block-container){align-items:center;display:flex;min-height:50px;width:100%}.ablocks-divider__pattern-mask{align-items:center;background-color:var(--ablocks-divider-pattern-color);display:flex;height:100%;mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center,.ablocks-divider__pattern-mask-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center:after,.ablocks-divider__pattern-mask-element-icon--center:before,.ablocks-divider__pattern-mask-element-text--center:after,.ablocks-divider__pattern-mask-element-text--center:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--left,.ablocks-divider__pattern-mask-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--left:after,.ablocks-divider__pattern-mask-element-text--left:after{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--right,.ablocks-divider__pattern-mask-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--right:before,.ablocks-divider__pattern-mask-element-text--right:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-css{border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);width:100%}.ablocks-divider__pattern-css-element-icon--center,.ablocks-divider__pattern-css-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--center:after,.ablocks-divider__pattern-css-element-icon--center:before,.ablocks-divider__pattern-css-element-text--center:after,.ablocks-divider__pattern-css-element-text--center:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--left,.ablocks-divider__pattern-css-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--left:after,.ablocks-divider__pattern-css-element-text--left:after{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--right,.ablocks-divider__pattern-css-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;width:100%}.ablocks-divider__pattern-css-element-icon--right:before,.ablocks-divider__pattern-css-element-text--right:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-block--divider .ablocks-divider__element-icon{display:inline-block;line-height:1}
.ablocks-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-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--map .leaflet-popup-content h6{margin-bottom:10px;margin-top:0}.ablocks-block--map .leaflet-popup-content p{margin-bottom:0;margin-top:0}.ablocks-block--map{width:100%!important}
.ablocks-block-28e244f0-b192-4855-b907-e8a25f7385f0 { margin-top:0px;margin-bottom:-19px;padding-top:0px;padding-bottom:0px;background:#FEFAF5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28e244f0-b192-4855-b907-e8a25f7385f0.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } .ablocks-block-28e244f0-b192-4855-b907-e8a25f7385f0 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-28e244f0-b192-4855-b907-e8a25f7385f0 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-28e244f0-b192-4855-b907-e8a25f7385f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-28e244f0-b192-4855-b907-e8a25f7385f0 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-1a9c4ab0-397c-4c1f-8b4e-b27a02d10303 { padding-top:24px;padding-bottom:24px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#98a2b3;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a9c4ab0-397c-4c1f-8b4e-b27a02d10303.ablocks-block--container { padding-top:24px;padding-bottom:24px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1a9c4ab0-397c-4c1f-8b4e-b27a02d10303 { 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-1a9c4ab0-397c-4c1f-8b4e-b27a02d10303.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-1a9c4ab0-397c-4c1f-8b4e-b27a02d10303 { display:inline-flex; } 
.ablocks-block-da950182-aef1-4715-ae1e-bed899b5d066 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-da950182-aef1-4715-ae1e-bed899b5d066.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-da950182-aef1-4715-ae1e-bed899b5d066.ablocks-block--container { max-width:min(100%,23%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-da950182-aef1-4715-ae1e-bed899b5d066.ablocks-block--container { max-width:min(100%,48%) !important; } } .ablocks-block-da950182-aef1-4715-ae1e-bed899b5d066 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-da950182-aef1-4715-ae1e-bed899b5d066.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-77c049b0-4d9e-49d9-8b2f-73b9a65ebfd7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-77c049b0-4d9e-49d9-8b2f-73b9a65ebfd7 { display:flex;justify-content:left; } .ablocks-block-77c049b0-4d9e-49d9-8b2f-73b9a65ebfd7 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-77c049b0-4d9e-49d9-8b2f-73b9a65ebfd7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-77c049b0-4d9e-49d9-8b2f-73b9a65ebfd7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d315d41a-a997-4b37-9a79-380b6d2009c9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d315d41a-a997-4b37-9a79-380b6d2009c9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d315d41a-a997-4b37-9a79-380b6d2009c9.ablocks-block--container { max-width:min(100%,60%) !important; } } .ablocks-block-d315d41a-a997-4b37-9a79-380b6d2009c9 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-d315d41a-a997-4b37-9a79-380b6d2009c9 { align-items:flex-end; } } .ablocks-block-d315d41a-a997-4b37-9a79-380b6d2009c9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-d315d41a-a997-4b37-9a79-380b6d2009c9.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-menu { justify-content:left; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977.ablocks-menu { justify-content:left; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-main-menu > .ablocks-menu-item { color:#0B0A14;font-family:Poppins;font-weight:400;font-style:normal;font-size:20px; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#0B0A14;font-family:Poppins;font-weight:400;font-style:normal;font-size:20px; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-main-menu > .ablocks-menu-item:hover { color:#EF6820; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#EF6820; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 480px) { .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#0B0A14; } @media screen and (max-width: 480px) { .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#EF6820; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#0B0A14; } @media screen and (max-width: 480px) { .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#EF6820; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-f478583d-916f-4ad4-a0fb-df295a4af977 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 



.ablocks-block-3f9323dd-d551-4404-8314-9b968cb53946 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3f9323dd-d551-4404-8314-9b968cb53946.ablocks-hide-on-desktop,.ablocks-block-3f9323dd-d551-4404-8314-9b968cb53946.ablocks-hide-on-tablet,.ablocks-block-3f9323dd-d551-4404-8314-9b968cb53946.ablocks-hide-on-mobile { display:none; } } .ablocks-block-3f9323dd-d551-4404-8314-9b968cb53946.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3f9323dd-d551-4404-8314-9b968cb53946.ablocks-block--container { max-width:min(100%,22%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3f9323dd-d551-4404-8314-9b968cb53946.ablocks-block--container { max-width:min(100%,2%) !important; } } .ablocks-block-3f9323dd-d551-4404-8314-9b968cb53946 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3f9323dd-d551-4404-8314-9b968cb53946.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2ec0c3da-989f-47c9-b04d-e8144b4279c6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ec0c3da-989f-47c9-b04d-e8144b4279c6 { text-align:right; } .ablocks-block-2ec0c3da-989f-47c9-b04d-e8144b4279c6 .ablocks-button { column-gap:10px;background:#EF6820;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#ef6820;border-radius:99px;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px;padding-top:12px;padding-right:20px;padding-bottom:12px;padding-left:24px; } .ablocks-block-2ec0c3da-989f-47c9-b04d-e8144b4279c6 .ablocks-button:hover { transition-duration:0.4s;color:#ef6820;background:#9900cc00; } .ablocks-block-2ec0c3da-989f-47c9-b04d-e8144b4279c6 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ef6820; } .ablocks-block-2ec0c3da-989f-47c9-b04d-e8144b4279c6 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-2ec0c3da-989f-47c9-b04d-e8144b4279c6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-2ec0c3da-989f-47c9-b04d-e8144b4279c6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-317c4bb7-ddd4-42de-85d9-50a275fb44f8 { margin-top:-20px;padding-top:98px;padding-bottom:120px;background:#FEFAF5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-317c4bb7-ddd4-42de-85d9-50a275fb44f8 { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-317c4bb7-ddd4-42de-85d9-50a275fb44f8 { padding-top:60px;padding-bottom:60px; } } .ablocks-block-317c4bb7-ddd4-42de-85d9-50a275fb44f8.ablocks-block--container { padding-top:98px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-317c4bb7-ddd4-42de-85d9-50a275fb44f8.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-317c4bb7-ddd4-42de-85d9-50a275fb44f8.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-317c4bb7-ddd4-42de-85d9-50a275fb44f8 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-317c4bb7-ddd4-42de-85d9-50a275fb44f8 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-317c4bb7-ddd4-42de-85d9-50a275fb44f8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-7c059b0a-be96-4e20-ae68-3f39b831a59b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c059b0a-be96-4e20-ae68-3f39b831a59b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7c059b0a-be96-4e20-ae68-3f39b831a59b { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7c059b0a-be96-4e20-ae68-3f39b831a59b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dd07bcc7-d458-4087-a8a0-5d1c7c75c484 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dd07bcc7-d458-4087-a8a0-5d1c7c75c484 { text-align:center; } .ablocks-block-dd07bcc7-d458-4087-a8a0-5d1c7c75c484 .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:600;font-style:normal;font-size:56px;line-height:72px; } @media screen and (max-width: 480px) { .ablocks-block-dd07bcc7-d458-4087-a8a0-5d1c7c75c484 .ablocks-heading-text { font-size:40px; } } 
.ablocks-block-e11dba54-996c-40f0-bde8-c4c77b51070b { margin-top:24px;width:45%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e11dba54-996c-40f0-bde8-c4c77b51070b { margin-top:12px;width:60%; } } @media screen and (max-width: 480px) { .ablocks-block-e11dba54-996c-40f0-bde8-c4c77b51070b { width:100%; } } .ablocks-block-e11dba54-996c-40f0-bde8-c4c77b51070b { text-align:center; } .ablocks-block-e11dba54-996c-40f0-bde8-c4c77b51070b .ablocks-paragraph-text { color:#475467;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-e11dba54-996c-40f0-bde8-c4c77b51070b .ablocks-paragraph-text { font-size:16px; } } .ablocks-block-e11dba54-996c-40f0-bde8-c4c77b51070b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-18d42530-edbd-486d-9b47-267b1ba2e72a { margin-top:60px;padding:20px;background:#F2D3D3;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-18d42530-edbd-486d-9b47-267b1ba2e72a { margin-top:30px; } } .ablocks-block-18d42530-edbd-486d-9b47-267b1ba2e72a.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-18d42530-edbd-486d-9b47-267b1ba2e72a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-18d42530-edbd-486d-9b47-267b1ba2e72a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ecc008c7-9d84-402f-b241-a75985094a42 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ecc008c7-9d84-402f-b241-a75985094a42 { display:flex;justify-content:left; } .ablocks-block-ecc008c7-9d84-402f-b241-a75985094a42 .ablocks-image-figure img { width:1250px;height:auto;opacity:1; } .ablocks-block-ecc008c7-9d84-402f-b241-a75985094a42 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ecc008c7-9d84-402f-b241-a75985094a42 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8a0be57e-b059-4ac3-8999-f91b74fcbf39 { margin-top:0px;padding-top:120px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8a0be57e-b059-4ac3-8999-f91b74fcbf39 { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-8a0be57e-b059-4ac3-8999-f91b74fcbf39 { padding-top:60px;padding-bottom:40px; } } .ablocks-block-8a0be57e-b059-4ac3-8999-f91b74fcbf39.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8a0be57e-b059-4ac3-8999-f91b74fcbf39.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-8a0be57e-b059-4ac3-8999-f91b74fcbf39.ablocks-block--container { padding-top:60px;padding-bottom:40px; } } .ablocks-block-8a0be57e-b059-4ac3-8999-f91b74fcbf39 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-8a0be57e-b059-4ac3-8999-f91b74fcbf39 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-8a0be57e-b059-4ac3-8999-f91b74fcbf39.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-db93b273-a7a9-45df-a560-bc92263fb14a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db93b273-a7a9-45df-a560-bc92263fb14a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-db93b273-a7a9-45df-a560-bc92263fb14a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-db93b273-a7a9-45df-a560-bc92263fb14a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs { flex-direction:column; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab-panel { justify-content:center;margin-inline:auto;flex-direction:row;flex-wrap:wrap;gap:9px; } @media screen and (max-width: 480px) { .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab-panel { gap:15px; } } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab { background:#f9fafb;display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:12px;padding-right:20px;padding-bottom:12px;padding-left:24px;border-width:1px;border-style:solid;border-color:#eaecf0;border-radius:99px; } @media screen and (max-width: 480px) { .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab { padding:12px; } } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab--active { background-color:#EF6820 !important; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab-menu-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:24px; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-menu-title { color:#ffffff; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab-menu-subtitle { color:#3A3A3A;max-width:160px; } @media screen and (max-width: 480px) { .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab-menu-subtitle { width:100%; } } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-menu-subtitle { color:#3A3A3A!important; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar { background:#13191B; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__icon .ablocks-icon-wrap { margin-right:0px; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__body { max-width:100% !important; } @media screen and (max-width: 480px) { .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__body { max-width:100%; } } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab-menu-content { gap:10px;text-align:center; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__tab-panel { width:auto; } .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__body { max-width:100% !important; } @media screen and (max-width: 480px) { .ablocks-block-2bc41b7a-fc30-4d89-897b-0b480b827cd6 .ablocks-block-tabs__body { max-width:70%; } } 

.ablocks-block-fa66c4ce-a727-4751-8bce-b76a37752f57 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa66c4ce-a727-4751-8bce-b76a37752f57.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fa66c4ce-a727-4751-8bce-b76a37752f57 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fa66c4ce-a727-4751-8bce-b76a37752f57.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-255d47c6-3209-4c11-9dd8-bcf2bba15c97 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-255d47c6-3209-4c11-9dd8-bcf2bba15c97 { text-align:center; } .ablocks-block-255d47c6-3209-4c11-9dd8-bcf2bba15c97 .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-255d47c6-3209-4c11-9dd8-bcf2bba15c97 .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-3d49c759-86bc-444e-af80-32f1e516eb5c { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3d49c759-86bc-444e-af80-32f1e516eb5c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3d49c759-86bc-444e-af80-32f1e516eb5c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-3d49c759-86bc-444e-af80-32f1e516eb5c { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-3d49c759-86bc-444e-af80-32f1e516eb5c { row-gap:32px; } } .ablocks-block-3d49c759-86bc-444e-af80-32f1e516eb5c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-3d49c759-86bc-444e-af80-32f1e516eb5c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-3d49c759-86bc-444e-af80-32f1e516eb5c.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-3d49c759-86bc-444e-af80-32f1e516eb5c { display:inline-flex; } 
.ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d { padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d { padding:16px; } } .ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d.ablocks-block--container { padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d.ablocks-block--container { padding:16px; } } .ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 800px) { .ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d { flex-direction:column;row-gap:30px; } } .ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 800px) { .ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-e8947c7c-f890-43ea-9568-cc466804e29d { display:inline-flex; } 
.ablocks-block-68d967e4-8292-4e81-89fb-bef7f0569781 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68d967e4-8292-4e81-89fb-bef7f0569781.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-68d967e4-8292-4e81-89fb-bef7f0569781.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-68d967e4-8292-4e81-89fb-bef7f0569781 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-68d967e4-8292-4e81-89fb-bef7f0569781.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-68d967e4-8292-4e81-89fb-bef7f0569781 { display:inline-flex; } 
.ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b:not(.ablocks-has-block-container), .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-price-menu-item, .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-13a5eac8-1c93-43f0-89f4-2db14f3f310b .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-d71358d6-7ad0-4f58-a0a9-cb9185b37f3d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d71358d6-7ad0-4f58-a0a9-cb9185b37f3d .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d71358d6-7ad0-4f58-a0a9-cb9185b37f3d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-d71358d6-7ad0-4f58-a0a9-cb9185b37f3d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-d71358d6-7ad0-4f58-a0a9-cb9185b37f3d .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-d71358d6-7ad0-4f58-a0a9-cb9185b37f3d .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-d71358d6-7ad0-4f58-a0a9-cb9185b37f3d .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-40d80622-3574-4ab0-8181-2b290aa6b8b7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-40d80622-3574-4ab0-8181-2b290aa6b8b7 { display:flex;justify-content:left; } .ablocks-block-40d80622-3574-4ab0-8181-2b290aa6b8b7 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-40d80622-3574-4ab0-8181-2b290aa6b8b7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-40d80622-3574-4ab0-8181-2b290aa6b8b7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364 { padding:16px; } } .ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364.ablocks-block--container { padding:16px; } } .ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 800px) { .ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364 { flex-direction:column;row-gap:30px; } } .ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 800px) { .ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-bfb3dbb3-4831-4984-9fa6-57808dbd9364 { display:inline-flex; } 
.ablocks-block-6ca3f84b-6273-4063-b37f-6dbac107894c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6ca3f84b-6273-4063-b37f-6dbac107894c.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6ca3f84b-6273-4063-b37f-6dbac107894c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6ca3f84b-6273-4063-b37f-6dbac107894c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6ca3f84b-6273-4063-b37f-6dbac107894c { row-gap:1px; } } .ablocks-block-6ca3f84b-6273-4063-b37f-6dbac107894c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-6ca3f84b-6273-4063-b37f-6dbac107894c.ablocks-has-block-container > .ablocks-block-container { row-gap:1px; } } .ablocks-block-6ca3f84b-6273-4063-b37f-6dbac107894c { display:inline-flex; } 
.ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94:not(.ablocks-has-block-container), .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-price-menu-item, .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-5e501b6b-f005-4192-9506-32ca488c0e94 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-c52a16ac-7309-4cba-9f7e-7eba3e6dc3fc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c52a16ac-7309-4cba-9f7e-7eba3e6dc3fc .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c52a16ac-7309-4cba-9f7e-7eba3e6dc3fc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-c52a16ac-7309-4cba-9f7e-7eba3e6dc3fc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-c52a16ac-7309-4cba-9f7e-7eba3e6dc3fc .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-c52a16ac-7309-4cba-9f7e-7eba3e6dc3fc .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-c52a16ac-7309-4cba-9f7e-7eba3e6dc3fc .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-91d3f003-9cb2-4a27-a8d6-cf8f7fdb3b29 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91d3f003-9cb2-4a27-a8d6-cf8f7fdb3b29 { display:flex;justify-content:left; } .ablocks-block-91d3f003-9cb2-4a27-a8d6-cf8f7fdb3b29 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-91d3f003-9cb2-4a27-a8d6-cf8f7fdb3b29 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-91d3f003-9cb2-4a27-a8d6-cf8f7fdb3b29 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c806d519-ccc0-449a-a0cc-ff00e9470eb0 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c806d519-ccc0-449a-a0cc-ff00e9470eb0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c806d519-ccc0-449a-a0cc-ff00e9470eb0 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-c806d519-ccc0-449a-a0cc-ff00e9470eb0 { flex-direction:column;row-gap:30px;column-gap:48px; } } @media screen and (max-width: 480px) { .ablocks-block-c806d519-ccc0-449a-a0cc-ff00e9470eb0 { row-gap:32px; } } .ablocks-block-c806d519-ccc0-449a-a0cc-ff00e9470eb0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-c806d519-ccc0-449a-a0cc-ff00e9470eb0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px;column-gap:48px; } } @media screen and (max-width: 480px) { .ablocks-block-c806d519-ccc0-449a-a0cc-ff00e9470eb0.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-c806d519-ccc0-449a-a0cc-ff00e9470eb0 { display:inline-flex; } 
.ablocks-block-09de485c-da75-4f85-b577-e0e2a9c47f23 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-09de485c-da75-4f85-b577-e0e2a9c47f23 { padding:16px; } } .ablocks-block-09de485c-da75-4f85-b577-e0e2a9c47f23.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-09de485c-da75-4f85-b577-e0e2a9c47f23.ablocks-block--container { padding:16px; } } .ablocks-block-09de485c-da75-4f85-b577-e0e2a9c47f23 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-09de485c-da75-4f85-b577-e0e2a9c47f23 { flex-direction:column;row-gap:30px; } } .ablocks-block-09de485c-da75-4f85-b577-e0e2a9c47f23.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-09de485c-da75-4f85-b577-e0e2a9c47f23.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-09de485c-da75-4f85-b577-e0e2a9c47f23 { display:inline-flex; } 
.ablocks-block-d4b2f6e1-3ab9-41dd-b0e0-179e0c2eb47e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d4b2f6e1-3ab9-41dd-b0e0-179e0c2eb47e.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d4b2f6e1-3ab9-41dd-b0e0-179e0c2eb47e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d4b2f6e1-3ab9-41dd-b0e0-179e0c2eb47e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-d4b2f6e1-3ab9-41dd-b0e0-179e0c2eb47e { align-items:center; } } .ablocks-block-d4b2f6e1-3ab9-41dd-b0e0-179e0c2eb47e.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-d4b2f6e1-3ab9-41dd-b0e0-179e0c2eb47e.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } .ablocks-block-d4b2f6e1-3ab9-41dd-b0e0-179e0c2eb47e { display:inline-flex; } 
.ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861:not(.ablocks-has-block-container), .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-price-menu-item, .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-81e1dd6f-53bb-4e10-9eba-0b864a19d861 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-4e58e5eb-71f5-4882-8785-171fef780a8a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4e58e5eb-71f5-4882-8785-171fef780a8a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-4e58e5eb-71f5-4882-8785-171fef780a8a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-4e58e5eb-71f5-4882-8785-171fef780a8a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-4e58e5eb-71f5-4882-8785-171fef780a8a .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-4e58e5eb-71f5-4882-8785-171fef780a8a .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-4e58e5eb-71f5-4882-8785-171fef780a8a .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-0213d98a-e6cc-49fd-806e-8add678a2a47 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0213d98a-e6cc-49fd-806e-8add678a2a47 { display:flex;justify-content:left; } .ablocks-block-0213d98a-e6cc-49fd-806e-8add678a2a47 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0213d98a-e6cc-49fd-806e-8add678a2a47 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0213d98a-e6cc-49fd-806e-8add678a2a47 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e7870e01-d372-4793-bbf4-8e9df1eca4cd { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e7870e01-d372-4793-bbf4-8e9df1eca4cd { padding:16px; } } .ablocks-block-e7870e01-d372-4793-bbf4-8e9df1eca4cd.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-e7870e01-d372-4793-bbf4-8e9df1eca4cd.ablocks-block--container { padding:16px; } } .ablocks-block-e7870e01-d372-4793-bbf4-8e9df1eca4cd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-e7870e01-d372-4793-bbf4-8e9df1eca4cd { flex-direction:column;row-gap:30px; } } .ablocks-block-e7870e01-d372-4793-bbf4-8e9df1eca4cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-e7870e01-d372-4793-bbf4-8e9df1eca4cd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-e7870e01-d372-4793-bbf4-8e9df1eca4cd { display:inline-flex; } 
.ablocks-block-dc2a3ae9-aa8a-4c13-86f5-34da5c8ea0c7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dc2a3ae9-aa8a-4c13-86f5-34da5c8ea0c7.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-dc2a3ae9-aa8a-4c13-86f5-34da5c8ea0c7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-dc2a3ae9-aa8a-4c13-86f5-34da5c8ea0c7 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-dc2a3ae9-aa8a-4c13-86f5-34da5c8ea0c7 { align-items:center; } } .ablocks-block-dc2a3ae9-aa8a-4c13-86f5-34da5c8ea0c7.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-dc2a3ae9-aa8a-4c13-86f5-34da5c8ea0c7.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } .ablocks-block-dc2a3ae9-aa8a-4c13-86f5-34da5c8ea0c7 { display:inline-flex; } 
.ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4:not(.ablocks-has-block-container), .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-price-menu-item, .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-be21cef1-8f16-4258-8b5b-541fccd6e2d4 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-d6f79471-5aed-4c63-9e9a-923b2143a99e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6f79471-5aed-4c63-9e9a-923b2143a99e .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d6f79471-5aed-4c63-9e9a-923b2143a99e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-d6f79471-5aed-4c63-9e9a-923b2143a99e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-d6f79471-5aed-4c63-9e9a-923b2143a99e .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-d6f79471-5aed-4c63-9e9a-923b2143a99e .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-d6f79471-5aed-4c63-9e9a-923b2143a99e .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-e8735e36-7ffc-47c7-8fc7-b51018243b52 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8735e36-7ffc-47c7-8fc7-b51018243b52 { display:flex;justify-content:left; } .ablocks-block-e8735e36-7ffc-47c7-8fc7-b51018243b52 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e8735e36-7ffc-47c7-8fc7-b51018243b52 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e8735e36-7ffc-47c7-8fc7-b51018243b52 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2d4641f6-efd6-435e-8f7e-d40893b7076d { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d4641f6-efd6-435e-8f7e-d40893b7076d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2d4641f6-efd6-435e-8f7e-d40893b7076d { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-2d4641f6-efd6-435e-8f7e-d40893b7076d { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-2d4641f6-efd6-435e-8f7e-d40893b7076d { row-gap:32px; } } .ablocks-block-2d4641f6-efd6-435e-8f7e-d40893b7076d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-2d4641f6-efd6-435e-8f7e-d40893b7076d.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-2d4641f6-efd6-435e-8f7e-d40893b7076d.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-2d4641f6-efd6-435e-8f7e-d40893b7076d { display:inline-flex; } 
.ablocks-block-dfd54009-4e0e-48df-9595-30374f3866eb { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-dfd54009-4e0e-48df-9595-30374f3866eb { padding:16px; } } .ablocks-block-dfd54009-4e0e-48df-9595-30374f3866eb.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-dfd54009-4e0e-48df-9595-30374f3866eb.ablocks-block--container { padding:16px; } } .ablocks-block-dfd54009-4e0e-48df-9595-30374f3866eb { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-dfd54009-4e0e-48df-9595-30374f3866eb { flex-direction:column;row-gap:30px; } } .ablocks-block-dfd54009-4e0e-48df-9595-30374f3866eb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-dfd54009-4e0e-48df-9595-30374f3866eb.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-dfd54009-4e0e-48df-9595-30374f3866eb { display:inline-flex; } 
.ablocks-block-2e746b59-9b64-4fab-a626-164a3ec06644 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e746b59-9b64-4fab-a626-164a3ec06644.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2e746b59-9b64-4fab-a626-164a3ec06644.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2e746b59-9b64-4fab-a626-164a3ec06644 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-2e746b59-9b64-4fab-a626-164a3ec06644 { align-items:center; } } .ablocks-block-2e746b59-9b64-4fab-a626-164a3ec06644.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-2e746b59-9b64-4fab-a626-164a3ec06644.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } .ablocks-block-2e746b59-9b64-4fab-a626-164a3ec06644 { display:inline-flex; } 
.ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298:not(.ablocks-has-block-container), .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-price-menu-item, .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-dfb4cf9f-b5a2-4570-af85-46602b67f298 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-20264b3c-6b6b-43cc-900a-16bac5840bf2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-20264b3c-6b6b-43cc-900a-16bac5840bf2 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-20264b3c-6b6b-43cc-900a-16bac5840bf2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-20264b3c-6b6b-43cc-900a-16bac5840bf2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-20264b3c-6b6b-43cc-900a-16bac5840bf2 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-20264b3c-6b6b-43cc-900a-16bac5840bf2 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-20264b3c-6b6b-43cc-900a-16bac5840bf2 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-4d1655fe-35fb-49f6-99c9-7d1d5c132788 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d1655fe-35fb-49f6-99c9-7d1d5c132788 { display:flex;justify-content:left; } .ablocks-block-4d1655fe-35fb-49f6-99c9-7d1d5c132788 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-4d1655fe-35fb-49f6-99c9-7d1d5c132788 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-4d1655fe-35fb-49f6-99c9-7d1d5c132788 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-47bb18bc-44a2-4a39-bada-1cb995f5e1ed { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-47bb18bc-44a2-4a39-bada-1cb995f5e1ed { padding:16px; } } .ablocks-block-47bb18bc-44a2-4a39-bada-1cb995f5e1ed.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-47bb18bc-44a2-4a39-bada-1cb995f5e1ed.ablocks-block--container { padding:16px; } } .ablocks-block-47bb18bc-44a2-4a39-bada-1cb995f5e1ed { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-47bb18bc-44a2-4a39-bada-1cb995f5e1ed { flex-direction:column;row-gap:30px; } } .ablocks-block-47bb18bc-44a2-4a39-bada-1cb995f5e1ed.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-47bb18bc-44a2-4a39-bada-1cb995f5e1ed.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-47bb18bc-44a2-4a39-bada-1cb995f5e1ed { display:inline-flex; } 
.ablocks-block-6c5eb670-8aa0-4f79-9f90-2c4a297981d6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6c5eb670-8aa0-4f79-9f90-2c4a297981d6.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6c5eb670-8aa0-4f79-9f90-2c4a297981d6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6c5eb670-8aa0-4f79-9f90-2c4a297981d6 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-6c5eb670-8aa0-4f79-9f90-2c4a297981d6 { align-items:center; } } .ablocks-block-6c5eb670-8aa0-4f79-9f90-2c4a297981d6.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-6c5eb670-8aa0-4f79-9f90-2c4a297981d6.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } .ablocks-block-6c5eb670-8aa0-4f79-9f90-2c4a297981d6 { display:inline-flex; } 
.ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97:not(.ablocks-has-block-container), .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-price-menu-item, .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-071455e2-93ba-4772-be17-e9b95d6c7d97 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-144b93ff-e418-4036-b979-86452442146b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-144b93ff-e418-4036-b979-86452442146b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-144b93ff-e418-4036-b979-86452442146b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-144b93ff-e418-4036-b979-86452442146b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-144b93ff-e418-4036-b979-86452442146b .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-144b93ff-e418-4036-b979-86452442146b .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-144b93ff-e418-4036-b979-86452442146b .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-b1d76e16-7cd8-477e-ad0e-9e5f9c767523 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b1d76e16-7cd8-477e-ad0e-9e5f9c767523 { display:flex;justify-content:left; } .ablocks-block-b1d76e16-7cd8-477e-ad0e-9e5f9c767523 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b1d76e16-7cd8-477e-ad0e-9e5f9c767523 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b1d76e16-7cd8-477e-ad0e-9e5f9c767523 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-dc16b3a3-ed4d-4747-bc7f-3359a0de1e84 { margin-top:34px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dc16b3a3-ed4d-4747-bc7f-3359a0de1e84.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-dc16b3a3-ed4d-4747-bc7f-3359a0de1e84.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-dc16b3a3-ed4d-4747-bc7f-3359a0de1e84 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-dc16b3a3-ed4d-4747-bc7f-3359a0de1e84 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-dc16b3a3-ed4d-4747-bc7f-3359a0de1e84 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-dc16b3a3-ed4d-4747-bc7f-3359a0de1e84 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-dc16b3a3-ed4d-4747-bc7f-3359a0de1e84 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-dc16b3a3-ed4d-4747-bc7f-3359a0de1e84 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-570eb62c-ce93-4226-8b20-647ac3bdaa25 { margin-top:34px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-570eb62c-ce93-4226-8b20-647ac3bdaa25.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-570eb62c-ce93-4226-8b20-647ac3bdaa25 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-570eb62c-ce93-4226-8b20-647ac3bdaa25.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6926a7c9-a6a9-44d7-9f82-f891f9ba5918 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6926a7c9-a6a9-44d7-9f82-f891f9ba5918 { text-align:center; } .ablocks-block-6926a7c9-a6a9-44d7-9f82-f891f9ba5918 .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-6926a7c9-a6a9-44d7-9f82-f891f9ba5918 .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-2e885430-5fcf-48e1-894e-6044ed5c0eed { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e885430-5fcf-48e1-894e-6044ed5c0eed.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2e885430-5fcf-48e1-894e-6044ed5c0eed { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-2e885430-5fcf-48e1-894e-6044ed5c0eed { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-2e885430-5fcf-48e1-894e-6044ed5c0eed { row-gap:32px; } } .ablocks-block-2e885430-5fcf-48e1-894e-6044ed5c0eed.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-2e885430-5fcf-48e1-894e-6044ed5c0eed.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-2e885430-5fcf-48e1-894e-6044ed5c0eed.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-2e885430-5fcf-48e1-894e-6044ed5c0eed { display:inline-flex; } 
.ablocks-block-cf306ece-b8c1-4fbf-be09-63a25ef91556 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-cf306ece-b8c1-4fbf-be09-63a25ef91556 { padding:16px; } } .ablocks-block-cf306ece-b8c1-4fbf-be09-63a25ef91556.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-cf306ece-b8c1-4fbf-be09-63a25ef91556.ablocks-block--container { padding:16px; } } .ablocks-block-cf306ece-b8c1-4fbf-be09-63a25ef91556 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-cf306ece-b8c1-4fbf-be09-63a25ef91556 { flex-direction:column;row-gap:30px; } } .ablocks-block-cf306ece-b8c1-4fbf-be09-63a25ef91556.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-cf306ece-b8c1-4fbf-be09-63a25ef91556.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-cf306ece-b8c1-4fbf-be09-63a25ef91556 { display:inline-flex; } 
.ablocks-block-5d692edd-6fe2-4e19-ae63-450583a0a64b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5d692edd-6fe2-4e19-ae63-450583a0a64b.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5d692edd-6fe2-4e19-ae63-450583a0a64b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5d692edd-6fe2-4e19-ae63-450583a0a64b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5d692edd-6fe2-4e19-ae63-450583a0a64b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5d692edd-6fe2-4e19-ae63-450583a0a64b { display:inline-flex; } 
.ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2:not(.ablocks-has-block-container), .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-price-menu-item, .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-7f461151-638f-4315-81b2-9e1cde8f4bd2 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-3994d35f-1987-4bb5-87b9-ba2fc8149b8b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3994d35f-1987-4bb5-87b9-ba2fc8149b8b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3994d35f-1987-4bb5-87b9-ba2fc8149b8b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-3994d35f-1987-4bb5-87b9-ba2fc8149b8b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-3994d35f-1987-4bb5-87b9-ba2fc8149b8b .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-3994d35f-1987-4bb5-87b9-ba2fc8149b8b .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-3994d35f-1987-4bb5-87b9-ba2fc8149b8b .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-b64618ce-2b0b-4012-821a-b7f44a397661 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b64618ce-2b0b-4012-821a-b7f44a397661 { display:flex;justify-content:left; } .ablocks-block-b64618ce-2b0b-4012-821a-b7f44a397661 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b64618ce-2b0b-4012-821a-b7f44a397661 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b64618ce-2b0b-4012-821a-b7f44a397661 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-140ae6e6-a325-4d14-8bf3-88faa4a8a726 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-140ae6e6-a325-4d14-8bf3-88faa4a8a726 { padding:16px; } } .ablocks-block-140ae6e6-a325-4d14-8bf3-88faa4a8a726.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-140ae6e6-a325-4d14-8bf3-88faa4a8a726.ablocks-block--container { padding:16px; } } .ablocks-block-140ae6e6-a325-4d14-8bf3-88faa4a8a726 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-140ae6e6-a325-4d14-8bf3-88faa4a8a726 { flex-direction:column;row-gap:30px; } } .ablocks-block-140ae6e6-a325-4d14-8bf3-88faa4a8a726.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-140ae6e6-a325-4d14-8bf3-88faa4a8a726.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-140ae6e6-a325-4d14-8bf3-88faa4a8a726 { display:inline-flex; } 
.ablocks-block-cb20d5e3-cc0c-48c6-ba97-72aa43f48ea9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cb20d5e3-cc0c-48c6-ba97-72aa43f48ea9.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cb20d5e3-cc0c-48c6-ba97-72aa43f48ea9.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-cb20d5e3-cc0c-48c6-ba97-72aa43f48ea9 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cb20d5e3-cc0c-48c6-ba97-72aa43f48ea9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cb20d5e3-cc0c-48c6-ba97-72aa43f48ea9 { display:inline-flex; } 
.ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331:not(.ablocks-has-block-container), .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-price-menu-item, .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-4b924695-67d6-4c1e-bf21-6c7bc1e46331 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-400e76ea-8c13-475c-b684-60e0cd05fafc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-400e76ea-8c13-475c-b684-60e0cd05fafc .ablocks-icon-wrap { font-size:unset; } .ablocks-block-400e76ea-8c13-475c-b684-60e0cd05fafc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-400e76ea-8c13-475c-b684-60e0cd05fafc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-400e76ea-8c13-475c-b684-60e0cd05fafc .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-400e76ea-8c13-475c-b684-60e0cd05fafc .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-400e76ea-8c13-475c-b684-60e0cd05fafc .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-64dfad50-9f99-42df-8f3c-3778eab4cee6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64dfad50-9f99-42df-8f3c-3778eab4cee6 { display:flex;justify-content:left; } .ablocks-block-64dfad50-9f99-42df-8f3c-3778eab4cee6 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-64dfad50-9f99-42df-8f3c-3778eab4cee6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-64dfad50-9f99-42df-8f3c-3778eab4cee6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d5d6e303-18ee-48f0-9858-d61cbdc66ea7 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5d6e303-18ee-48f0-9858-d61cbdc66ea7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d5d6e303-18ee-48f0-9858-d61cbdc66ea7 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-d5d6e303-18ee-48f0-9858-d61cbdc66ea7 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-d5d6e303-18ee-48f0-9858-d61cbdc66ea7 { row-gap:32px; } } .ablocks-block-d5d6e303-18ee-48f0-9858-d61cbdc66ea7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-d5d6e303-18ee-48f0-9858-d61cbdc66ea7.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-d5d6e303-18ee-48f0-9858-d61cbdc66ea7.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-d5d6e303-18ee-48f0-9858-d61cbdc66ea7 { display:inline-flex; } 
.ablocks-block-4c62665f-e953-4f75-b1e6-ab33156cb933 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-4c62665f-e953-4f75-b1e6-ab33156cb933 { padding:16px; } } .ablocks-block-4c62665f-e953-4f75-b1e6-ab33156cb933.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-4c62665f-e953-4f75-b1e6-ab33156cb933.ablocks-block--container { padding:16px; } } .ablocks-block-4c62665f-e953-4f75-b1e6-ab33156cb933 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-4c62665f-e953-4f75-b1e6-ab33156cb933 { flex-direction:column;row-gap:30px; } } .ablocks-block-4c62665f-e953-4f75-b1e6-ab33156cb933.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-4c62665f-e953-4f75-b1e6-ab33156cb933.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-4c62665f-e953-4f75-b1e6-ab33156cb933 { display:inline-flex; } 
.ablocks-block-98c7be40-958c-46f6-8b38-ca67b3f8f6a1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-98c7be40-958c-46f6-8b38-ca67b3f8f6a1.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-98c7be40-958c-46f6-8b38-ca67b3f8f6a1.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-98c7be40-958c-46f6-8b38-ca67b3f8f6a1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-98c7be40-958c-46f6-8b38-ca67b3f8f6a1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-98c7be40-958c-46f6-8b38-ca67b3f8f6a1 { display:inline-flex; } 
.ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e:not(.ablocks-has-block-container), .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-price-menu-item, .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-aea4b2d1-b0f0-4058-8a65-dbfa13bcd72e .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-2bde843f-e56e-4aa2-ab23-1ad496024dc1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2bde843f-e56e-4aa2-ab23-1ad496024dc1 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2bde843f-e56e-4aa2-ab23-1ad496024dc1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-2bde843f-e56e-4aa2-ab23-1ad496024dc1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-2bde843f-e56e-4aa2-ab23-1ad496024dc1 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-2bde843f-e56e-4aa2-ab23-1ad496024dc1 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-2bde843f-e56e-4aa2-ab23-1ad496024dc1 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-344199ea-6ef4-4da4-95c3-0b42cea0783b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-344199ea-6ef4-4da4-95c3-0b42cea0783b { display:flex;justify-content:left; } .ablocks-block-344199ea-6ef4-4da4-95c3-0b42cea0783b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-344199ea-6ef4-4da4-95c3-0b42cea0783b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-344199ea-6ef4-4da4-95c3-0b42cea0783b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8f6eaeda-f325-483c-bf9b-f0e100dbc6cd { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8f6eaeda-f325-483c-bf9b-f0e100dbc6cd { padding:16px; } } .ablocks-block-8f6eaeda-f325-483c-bf9b-f0e100dbc6cd.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8f6eaeda-f325-483c-bf9b-f0e100dbc6cd.ablocks-block--container { padding:16px; } } .ablocks-block-8f6eaeda-f325-483c-bf9b-f0e100dbc6cd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-8f6eaeda-f325-483c-bf9b-f0e100dbc6cd { flex-direction:column;row-gap:30px; } } .ablocks-block-8f6eaeda-f325-483c-bf9b-f0e100dbc6cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-8f6eaeda-f325-483c-bf9b-f0e100dbc6cd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-8f6eaeda-f325-483c-bf9b-f0e100dbc6cd { display:inline-flex; } 
.ablocks-block-037baab1-f37e-43ab-b683-2b7bd51c39df { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-037baab1-f37e-43ab-b683-2b7bd51c39df.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-037baab1-f37e-43ab-b683-2b7bd51c39df.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-037baab1-f37e-43ab-b683-2b7bd51c39df { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-037baab1-f37e-43ab-b683-2b7bd51c39df.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-037baab1-f37e-43ab-b683-2b7bd51c39df { display:inline-flex; } 
.ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f:not(.ablocks-has-block-container), .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-price-menu-item, .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-2dda5b7f-55ae-42e8-b1bc-9a881e18144f .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-7adf1050-9b51-4d3c-987a-4750664edd19 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7adf1050-9b51-4d3c-987a-4750664edd19 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7adf1050-9b51-4d3c-987a-4750664edd19 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-7adf1050-9b51-4d3c-987a-4750664edd19 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-7adf1050-9b51-4d3c-987a-4750664edd19 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-7adf1050-9b51-4d3c-987a-4750664edd19 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-7adf1050-9b51-4d3c-987a-4750664edd19 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-993e35ab-d2d2-47b5-953c-7b3e255d7382 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-993e35ab-d2d2-47b5-953c-7b3e255d7382 { display:flex;justify-content:left; } .ablocks-block-993e35ab-d2d2-47b5-953c-7b3e255d7382 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-993e35ab-d2d2-47b5-953c-7b3e255d7382 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-993e35ab-d2d2-47b5-953c-7b3e255d7382 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f4240ba6-ed99-4308-83c2-5e4642e532cc { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f4240ba6-ed99-4308-83c2-5e4642e532cc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f4240ba6-ed99-4308-83c2-5e4642e532cc { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-f4240ba6-ed99-4308-83c2-5e4642e532cc { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-f4240ba6-ed99-4308-83c2-5e4642e532cc { row-gap:32px; } } .ablocks-block-f4240ba6-ed99-4308-83c2-5e4642e532cc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-f4240ba6-ed99-4308-83c2-5e4642e532cc.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-f4240ba6-ed99-4308-83c2-5e4642e532cc.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-f4240ba6-ed99-4308-83c2-5e4642e532cc { display:inline-flex; } 
.ablocks-block-a6178bc0-d1a0-4684-9f86-1f0c81303344 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a6178bc0-d1a0-4684-9f86-1f0c81303344 { padding:16px; } } .ablocks-block-a6178bc0-d1a0-4684-9f86-1f0c81303344.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-a6178bc0-d1a0-4684-9f86-1f0c81303344.ablocks-block--container { padding:16px; } } .ablocks-block-a6178bc0-d1a0-4684-9f86-1f0c81303344 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-a6178bc0-d1a0-4684-9f86-1f0c81303344 { flex-direction:column;row-gap:30px; } } .ablocks-block-a6178bc0-d1a0-4684-9f86-1f0c81303344.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-a6178bc0-d1a0-4684-9f86-1f0c81303344.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-a6178bc0-d1a0-4684-9f86-1f0c81303344 { display:inline-flex; } 
.ablocks-block-1806e7d7-471a-4e23-859a-4b9d12f0f3e0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1806e7d7-471a-4e23-859a-4b9d12f0f3e0.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1806e7d7-471a-4e23-859a-4b9d12f0f3e0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1806e7d7-471a-4e23-859a-4b9d12f0f3e0 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1806e7d7-471a-4e23-859a-4b9d12f0f3e0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1806e7d7-471a-4e23-859a-4b9d12f0f3e0 { display:inline-flex; } 
.ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7:not(.ablocks-has-block-container), .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-price-menu-item, .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-a9aedb8f-70c5-4798-9241-fafbfaa8bfb7 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-135d833c-609f-4c3c-8d74-26d2b5a3b114 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-135d833c-609f-4c3c-8d74-26d2b5a3b114 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-135d833c-609f-4c3c-8d74-26d2b5a3b114 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-135d833c-609f-4c3c-8d74-26d2b5a3b114 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-135d833c-609f-4c3c-8d74-26d2b5a3b114 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-135d833c-609f-4c3c-8d74-26d2b5a3b114 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-135d833c-609f-4c3c-8d74-26d2b5a3b114 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-e298af72-7593-4a27-ac8d-a095990c5097 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e298af72-7593-4a27-ac8d-a095990c5097 { display:flex;justify-content:left; } .ablocks-block-e298af72-7593-4a27-ac8d-a095990c5097 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e298af72-7593-4a27-ac8d-a095990c5097 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e298af72-7593-4a27-ac8d-a095990c5097 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-77898436-e49c-4f53-a130-bbb9c5216d82 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-77898436-e49c-4f53-a130-bbb9c5216d82 { padding:16px; } } .ablocks-block-77898436-e49c-4f53-a130-bbb9c5216d82.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-77898436-e49c-4f53-a130-bbb9c5216d82.ablocks-block--container { padding:16px; } } .ablocks-block-77898436-e49c-4f53-a130-bbb9c5216d82 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-77898436-e49c-4f53-a130-bbb9c5216d82 { flex-direction:column;row-gap:30px; } } .ablocks-block-77898436-e49c-4f53-a130-bbb9c5216d82.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-77898436-e49c-4f53-a130-bbb9c5216d82.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-77898436-e49c-4f53-a130-bbb9c5216d82 { display:inline-flex; } 
.ablocks-block-e3e7b707-3173-4286-a848-890bab1e36bc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e3e7b707-3173-4286-a848-890bab1e36bc.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e3e7b707-3173-4286-a848-890bab1e36bc.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e3e7b707-3173-4286-a848-890bab1e36bc { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e3e7b707-3173-4286-a848-890bab1e36bc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e3e7b707-3173-4286-a848-890bab1e36bc { display:inline-flex; } 
.ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca:not(.ablocks-has-block-container), .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-price-menu-item, .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-ab7d9a26-ef78-4195-b39b-d8190ff781ca .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-2b8d96d0-4618-4774-b188-07744dc428d0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b8d96d0-4618-4774-b188-07744dc428d0 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2b8d96d0-4618-4774-b188-07744dc428d0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-2b8d96d0-4618-4774-b188-07744dc428d0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-2b8d96d0-4618-4774-b188-07744dc428d0 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-2b8d96d0-4618-4774-b188-07744dc428d0 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-2b8d96d0-4618-4774-b188-07744dc428d0 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-97eb9583-b237-4b9d-88fb-9a815331b304 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-97eb9583-b237-4b9d-88fb-9a815331b304 { display:flex;justify-content:left; } .ablocks-block-97eb9583-b237-4b9d-88fb-9a815331b304 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-97eb9583-b237-4b9d-88fb-9a815331b304 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-97eb9583-b237-4b9d-88fb-9a815331b304 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-04d89693-cafa-44db-9a0b-2e26faf48e10 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-04d89693-cafa-44db-9a0b-2e26faf48e10.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-04d89693-cafa-44db-9a0b-2e26faf48e10 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-04d89693-cafa-44db-9a0b-2e26faf48e10.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-bbd538f7-1f35-4edd-93a4-60fcff1a24f2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bbd538f7-1f35-4edd-93a4-60fcff1a24f2 { text-align:center; } .ablocks-block-bbd538f7-1f35-4edd-93a4-60fcff1a24f2 .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-bbd538f7-1f35-4edd-93a4-60fcff1a24f2 .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-e2a44a05-6472-4091-b631-52ed8f884e26 { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e2a44a05-6472-4091-b631-52ed8f884e26.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e2a44a05-6472-4091-b631-52ed8f884e26 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e2a44a05-6472-4091-b631-52ed8f884e26 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-e2a44a05-6472-4091-b631-52ed8f884e26 { row-gap:32px; } } .ablocks-block-e2a44a05-6472-4091-b631-52ed8f884e26.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e2a44a05-6472-4091-b631-52ed8f884e26.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-e2a44a05-6472-4091-b631-52ed8f884e26.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-e2a44a05-6472-4091-b631-52ed8f884e26 { display:inline-flex; } 
.ablocks-block-e681f023-27d9-491c-9936-7ab5bbbef295 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e681f023-27d9-491c-9936-7ab5bbbef295 { padding:16px; } } .ablocks-block-e681f023-27d9-491c-9936-7ab5bbbef295.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-e681f023-27d9-491c-9936-7ab5bbbef295.ablocks-block--container { padding:16px; } } .ablocks-block-e681f023-27d9-491c-9936-7ab5bbbef295 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-e681f023-27d9-491c-9936-7ab5bbbef295 { flex-direction:column;row-gap:30px; } } .ablocks-block-e681f023-27d9-491c-9936-7ab5bbbef295.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-e681f023-27d9-491c-9936-7ab5bbbef295.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-e681f023-27d9-491c-9936-7ab5bbbef295 { display:inline-flex; } 
.ablocks-block-a47fe3b8-8d4e-4e51-9253-32d5966e9768 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a47fe3b8-8d4e-4e51-9253-32d5966e9768.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a47fe3b8-8d4e-4e51-9253-32d5966e9768.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a47fe3b8-8d4e-4e51-9253-32d5966e9768 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a47fe3b8-8d4e-4e51-9253-32d5966e9768.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a47fe3b8-8d4e-4e51-9253-32d5966e9768 { display:inline-flex; } 
.ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde:not(.ablocks-has-block-container), .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-price-menu-item, .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-6262f91b-3cdb-4cf9-b8d8-dec097c0ffde .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-4b53ea98-9a6c-4b15-be3d-5f6581285284 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b53ea98-9a6c-4b15-be3d-5f6581285284 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-4b53ea98-9a6c-4b15-be3d-5f6581285284 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-4b53ea98-9a6c-4b15-be3d-5f6581285284 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-4b53ea98-9a6c-4b15-be3d-5f6581285284 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-4b53ea98-9a6c-4b15-be3d-5f6581285284 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-4b53ea98-9a6c-4b15-be3d-5f6581285284 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-679872b5-195f-4b86-81f9-d960852c3c80 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-679872b5-195f-4b86-81f9-d960852c3c80 { display:flex;justify-content:left; } .ablocks-block-679872b5-195f-4b86-81f9-d960852c3c80 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-679872b5-195f-4b86-81f9-d960852c3c80 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-679872b5-195f-4b86-81f9-d960852c3c80 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3d9e2833-7c9d-4c38-af63-494e8d62c7cd { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3d9e2833-7c9d-4c38-af63-494e8d62c7cd { padding:16px; } } .ablocks-block-3d9e2833-7c9d-4c38-af63-494e8d62c7cd.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-3d9e2833-7c9d-4c38-af63-494e8d62c7cd.ablocks-block--container { padding:16px; } } .ablocks-block-3d9e2833-7c9d-4c38-af63-494e8d62c7cd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-3d9e2833-7c9d-4c38-af63-494e8d62c7cd { flex-direction:column;row-gap:30px; } } .ablocks-block-3d9e2833-7c9d-4c38-af63-494e8d62c7cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-3d9e2833-7c9d-4c38-af63-494e8d62c7cd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-3d9e2833-7c9d-4c38-af63-494e8d62c7cd { display:inline-flex; } 
.ablocks-block-28bb18a6-d8a6-45ce-9d50-3e6e7f0bedf4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28bb18a6-d8a6-45ce-9d50-3e6e7f0bedf4.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-28bb18a6-d8a6-45ce-9d50-3e6e7f0bedf4.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-28bb18a6-d8a6-45ce-9d50-3e6e7f0bedf4 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-28bb18a6-d8a6-45ce-9d50-3e6e7f0bedf4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-28bb18a6-d8a6-45ce-9d50-3e6e7f0bedf4 { display:inline-flex; } 
.ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6:not(.ablocks-has-block-container), .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-price-menu-item, .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-d55c7fce-d87e-440b-aed3-3ac75364a2b6 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-d051a7e7-a4da-4a4e-b9c9-acf97e8a5eeb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d051a7e7-a4da-4a4e-b9c9-acf97e8a5eeb .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d051a7e7-a4da-4a4e-b9c9-acf97e8a5eeb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-d051a7e7-a4da-4a4e-b9c9-acf97e8a5eeb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-d051a7e7-a4da-4a4e-b9c9-acf97e8a5eeb .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-d051a7e7-a4da-4a4e-b9c9-acf97e8a5eeb .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-d051a7e7-a4da-4a4e-b9c9-acf97e8a5eeb .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-17ca2cca-a522-40fb-a492-1807cfa79e32 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17ca2cca-a522-40fb-a492-1807cfa79e32 { display:flex;justify-content:left; } .ablocks-block-17ca2cca-a522-40fb-a492-1807cfa79e32 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-17ca2cca-a522-40fb-a492-1807cfa79e32 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-17ca2cca-a522-40fb-a492-1807cfa79e32 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-474776ba-0ffc-43c0-adc9-53a2b4a13fa1 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-474776ba-0ffc-43c0-adc9-53a2b4a13fa1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-474776ba-0ffc-43c0-adc9-53a2b4a13fa1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-474776ba-0ffc-43c0-adc9-53a2b4a13fa1 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-474776ba-0ffc-43c0-adc9-53a2b4a13fa1 { row-gap:32px; } } .ablocks-block-474776ba-0ffc-43c0-adc9-53a2b4a13fa1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-474776ba-0ffc-43c0-adc9-53a2b4a13fa1.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-474776ba-0ffc-43c0-adc9-53a2b4a13fa1.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-474776ba-0ffc-43c0-adc9-53a2b4a13fa1 { display:inline-flex; } 
.ablocks-block-07071c99-03f8-42fa-996b-dad803b05ee5 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-07071c99-03f8-42fa-996b-dad803b05ee5 { padding:16px; } } .ablocks-block-07071c99-03f8-42fa-996b-dad803b05ee5.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-07071c99-03f8-42fa-996b-dad803b05ee5.ablocks-block--container { padding:16px; } } .ablocks-block-07071c99-03f8-42fa-996b-dad803b05ee5 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-07071c99-03f8-42fa-996b-dad803b05ee5 { flex-direction:column;row-gap:30px; } } .ablocks-block-07071c99-03f8-42fa-996b-dad803b05ee5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-07071c99-03f8-42fa-996b-dad803b05ee5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-07071c99-03f8-42fa-996b-dad803b05ee5 { display:inline-flex; } 
.ablocks-block-8284922d-6e41-4aa3-be31-44414c3cd0cd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8284922d-6e41-4aa3-be31-44414c3cd0cd.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8284922d-6e41-4aa3-be31-44414c3cd0cd.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8284922d-6e41-4aa3-be31-44414c3cd0cd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8284922d-6e41-4aa3-be31-44414c3cd0cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8284922d-6e41-4aa3-be31-44414c3cd0cd { display:inline-flex; } 
.ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd:not(.ablocks-has-block-container), .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-price-menu-item, .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-f9e3718f-3e75-4934-af33-95808e12afcd .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-0cdaafbf-f60b-4b53-af43-752c1211bdba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0cdaafbf-f60b-4b53-af43-752c1211bdba .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0cdaafbf-f60b-4b53-af43-752c1211bdba .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-0cdaafbf-f60b-4b53-af43-752c1211bdba .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-0cdaafbf-f60b-4b53-af43-752c1211bdba .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-0cdaafbf-f60b-4b53-af43-752c1211bdba .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-0cdaafbf-f60b-4b53-af43-752c1211bdba .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-f2979a6a-9f66-4bfd-88d3-6ce0b774305a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2979a6a-9f66-4bfd-88d3-6ce0b774305a { display:flex;justify-content:left; } .ablocks-block-f2979a6a-9f66-4bfd-88d3-6ce0b774305a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f2979a6a-9f66-4bfd-88d3-6ce0b774305a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f2979a6a-9f66-4bfd-88d3-6ce0b774305a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-89cb53b3-951b-4008-8ef3-9c6cca6d339e { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-89cb53b3-951b-4008-8ef3-9c6cca6d339e { padding:16px; } } .ablocks-block-89cb53b3-951b-4008-8ef3-9c6cca6d339e.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-89cb53b3-951b-4008-8ef3-9c6cca6d339e.ablocks-block--container { padding:16px; } } .ablocks-block-89cb53b3-951b-4008-8ef3-9c6cca6d339e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-89cb53b3-951b-4008-8ef3-9c6cca6d339e { flex-direction:column;row-gap:30px; } } .ablocks-block-89cb53b3-951b-4008-8ef3-9c6cca6d339e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-89cb53b3-951b-4008-8ef3-9c6cca6d339e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-89cb53b3-951b-4008-8ef3-9c6cca6d339e { display:inline-flex; } 
.ablocks-block-c258fe95-b431-4ed2-a26a-31d9d5d5896d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c258fe95-b431-4ed2-a26a-31d9d5d5896d.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c258fe95-b431-4ed2-a26a-31d9d5d5896d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c258fe95-b431-4ed2-a26a-31d9d5d5896d { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c258fe95-b431-4ed2-a26a-31d9d5d5896d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c258fe95-b431-4ed2-a26a-31d9d5d5896d { display:inline-flex; } 
.ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6:not(.ablocks-has-block-container), .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-price-menu-item, .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-ab964050-0d01-4e1c-93ca-42c1424228c6 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-b7de91bb-14d0-47fa-ac7d-1d77afebd73a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7de91bb-14d0-47fa-ac7d-1d77afebd73a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-b7de91bb-14d0-47fa-ac7d-1d77afebd73a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-b7de91bb-14d0-47fa-ac7d-1d77afebd73a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-b7de91bb-14d0-47fa-ac7d-1d77afebd73a .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-b7de91bb-14d0-47fa-ac7d-1d77afebd73a .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-b7de91bb-14d0-47fa-ac7d-1d77afebd73a .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-8abe10c4-44b8-4328-8958-9abfddca8f59 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8abe10c4-44b8-4328-8958-9abfddca8f59 { display:flex;justify-content:left; } .ablocks-block-8abe10c4-44b8-4328-8958-9abfddca8f59 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8abe10c4-44b8-4328-8958-9abfddca8f59 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8abe10c4-44b8-4328-8958-9abfddca8f59 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-42d3d439-91f9-4bc4-8dbf-2ace2bd887e1 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42d3d439-91f9-4bc4-8dbf-2ace2bd887e1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-42d3d439-91f9-4bc4-8dbf-2ace2bd887e1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-42d3d439-91f9-4bc4-8dbf-2ace2bd887e1 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-42d3d439-91f9-4bc4-8dbf-2ace2bd887e1 { row-gap:32px; } } .ablocks-block-42d3d439-91f9-4bc4-8dbf-2ace2bd887e1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-42d3d439-91f9-4bc4-8dbf-2ace2bd887e1.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-42d3d439-91f9-4bc4-8dbf-2ace2bd887e1.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-42d3d439-91f9-4bc4-8dbf-2ace2bd887e1 { display:inline-flex; } 
.ablocks-block-d03192b6-1595-4976-9dee-b76085cef78b { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d03192b6-1595-4976-9dee-b76085cef78b { padding:16px; } } .ablocks-block-d03192b6-1595-4976-9dee-b76085cef78b.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d03192b6-1595-4976-9dee-b76085cef78b.ablocks-block--container { padding:16px; } } .ablocks-block-d03192b6-1595-4976-9dee-b76085cef78b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d03192b6-1595-4976-9dee-b76085cef78b { flex-direction:column;row-gap:30px; } } .ablocks-block-d03192b6-1595-4976-9dee-b76085cef78b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d03192b6-1595-4976-9dee-b76085cef78b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-d03192b6-1595-4976-9dee-b76085cef78b { display:inline-flex; } 
.ablocks-block-67ec2537-dd4b-47f4-8f87-f09b82a78430 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-67ec2537-dd4b-47f4-8f87-f09b82a78430.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-67ec2537-dd4b-47f4-8f87-f09b82a78430.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-67ec2537-dd4b-47f4-8f87-f09b82a78430 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-67ec2537-dd4b-47f4-8f87-f09b82a78430.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-67ec2537-dd4b-47f4-8f87-f09b82a78430 { display:inline-flex; } 
.ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e:not(.ablocks-has-block-container), .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-price-menu-item, .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-2374e974-b7ab-4bc8-bfcd-00f072359b1e .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-aad4a14c-6805-43bb-9130-27b6df69e8fa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aad4a14c-6805-43bb-9130-27b6df69e8fa .ablocks-icon-wrap { font-size:unset; } .ablocks-block-aad4a14c-6805-43bb-9130-27b6df69e8fa .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-aad4a14c-6805-43bb-9130-27b6df69e8fa .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-aad4a14c-6805-43bb-9130-27b6df69e8fa .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-aad4a14c-6805-43bb-9130-27b6df69e8fa .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-aad4a14c-6805-43bb-9130-27b6df69e8fa .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-bc5c8d80-f3e8-434a-b4fc-31afb9834c21 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc5c8d80-f3e8-434a-b4fc-31afb9834c21 { display:flex;justify-content:left; } .ablocks-block-bc5c8d80-f3e8-434a-b4fc-31afb9834c21 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-bc5c8d80-f3e8-434a-b4fc-31afb9834c21 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-bc5c8d80-f3e8-434a-b4fc-31afb9834c21 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1b07120a-bc6c-4b1a-872b-e293e66ff745 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-1b07120a-bc6c-4b1a-872b-e293e66ff745 { padding:16px; } } .ablocks-block-1b07120a-bc6c-4b1a-872b-e293e66ff745.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-1b07120a-bc6c-4b1a-872b-e293e66ff745.ablocks-block--container { padding:16px; } } .ablocks-block-1b07120a-bc6c-4b1a-872b-e293e66ff745 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:59px; } @media screen and (max-width: 480px) { .ablocks-block-1b07120a-bc6c-4b1a-872b-e293e66ff745 { flex-direction:column;row-gap:30px; } } .ablocks-block-1b07120a-bc6c-4b1a-872b-e293e66ff745.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:59px; } @media screen and (max-width: 480px) { .ablocks-block-1b07120a-bc6c-4b1a-872b-e293e66ff745.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-1b07120a-bc6c-4b1a-872b-e293e66ff745 { display:inline-flex; } 
.ablocks-block-33488f19-9dda-45da-a831-d26701518ebd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33488f19-9dda-45da-a831-d26701518ebd.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-33488f19-9dda-45da-a831-d26701518ebd.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-33488f19-9dda-45da-a831-d26701518ebd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-33488f19-9dda-45da-a831-d26701518ebd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-33488f19-9dda-45da-a831-d26701518ebd { display:inline-flex; } 
.ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e:not(.ablocks-has-block-container), .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-price-menu-item, .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-c469aed6-7912-4aa0-8e9c-4d229b72745e .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-2b4158c3-b1b9-461b-845a-442a48a3c17f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b4158c3-b1b9-461b-845a-442a48a3c17f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2b4158c3-b1b9-461b-845a-442a48a3c17f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-2b4158c3-b1b9-461b-845a-442a48a3c17f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-2b4158c3-b1b9-461b-845a-442a48a3c17f .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-2b4158c3-b1b9-461b-845a-442a48a3c17f .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-2b4158c3-b1b9-461b-845a-442a48a3c17f .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-25f47b8f-d823-4c18-bcab-dace8ddd6ee1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-25f47b8f-d823-4c18-bcab-dace8ddd6ee1 { display:flex;justify-content:left; } .ablocks-block-25f47b8f-d823-4c18-bcab-dace8ddd6ee1 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-25f47b8f-d823-4c18-bcab-dace8ddd6ee1 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-25f47b8f-d823-4c18-bcab-dace8ddd6ee1 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 

.ablocks-block-2e309fb9-c90d-4e3c-a29e-c2397c7d208a { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e309fb9-c90d-4e3c-a29e-c2397c7d208a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2e309fb9-c90d-4e3c-a29e-c2397c7d208a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2e309fb9-c90d-4e3c-a29e-c2397c7d208a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c08c37b2-7ad5-4409-ba5e-c579cb9ca9f1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c08c37b2-7ad5-4409-ba5e-c579cb9ca9f1 { text-align:center; } .ablocks-block-c08c37b2-7ad5-4409-ba5e-c579cb9ca9f1 .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-c08c37b2-7ad5-4409-ba5e-c579cb9ca9f1 .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-e50fb125-4c3d-4e1e-90e0-e51428a6c61b { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e50fb125-4c3d-4e1e-90e0-e51428a6c61b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e50fb125-4c3d-4e1e-90e0-e51428a6c61b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e50fb125-4c3d-4e1e-90e0-e51428a6c61b { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-e50fb125-4c3d-4e1e-90e0-e51428a6c61b { row-gap:32px; } } .ablocks-block-e50fb125-4c3d-4e1e-90e0-e51428a6c61b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e50fb125-4c3d-4e1e-90e0-e51428a6c61b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-e50fb125-4c3d-4e1e-90e0-e51428a6c61b.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-e50fb125-4c3d-4e1e-90e0-e51428a6c61b { display:inline-flex; } 
.ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff { padding-top:32px;padding-right:30px;padding-bottom:10px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff { padding:16px; } } .ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff.ablocks-block--container { padding-top:32px;padding-right:30px;padding-bottom:10px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff.ablocks-block--container { padding:16px; } } .ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff { flex-direction:column;row-gap:30px; } } .ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-7407f2a9-9091-4153-8602-8737d38fa8ff { display:inline-flex; } 
.ablocks-block-be271984-c9c7-4977-9eab-bb3834cb580f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be271984-c9c7-4977-9eab-bb3834cb580f.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-be271984-c9c7-4977-9eab-bb3834cb580f.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-be271984-c9c7-4977-9eab-bb3834cb580f { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-be271984-c9c7-4977-9eab-bb3834cb580f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-be271984-c9c7-4977-9eab-bb3834cb580f { display:inline-flex; } 
.ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca:not(.ablocks-has-block-container), .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-price-menu-item, .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-7766e12b-33ed-4f38-bc9f-283afac6f0ca .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-cdc7ff67-bd18-427f-bb35-5828364c0b7b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cdc7ff67-bd18-427f-bb35-5828364c0b7b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-cdc7ff67-bd18-427f-bb35-5828364c0b7b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-cdc7ff67-bd18-427f-bb35-5828364c0b7b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-cdc7ff67-bd18-427f-bb35-5828364c0b7b .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-cdc7ff67-bd18-427f-bb35-5828364c0b7b .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-cdc7ff67-bd18-427f-bb35-5828364c0b7b .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-28e060f9-0456-4f3b-83af-fe04f4f4ac91 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28e060f9-0456-4f3b-83af-fe04f4f4ac91 { display:flex;justify-content:left; } .ablocks-block-28e060f9-0456-4f3b-83af-fe04f4f4ac91 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-28e060f9-0456-4f3b-83af-fe04f4f4ac91 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-28e060f9-0456-4f3b-83af-fe04f4f4ac91 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8738b6b4-5a48-48d3-a259-86aa3bb04725 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8738b6b4-5a48-48d3-a259-86aa3bb04725 { padding:16px; } } .ablocks-block-8738b6b4-5a48-48d3-a259-86aa3bb04725.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8738b6b4-5a48-48d3-a259-86aa3bb04725.ablocks-block--container { padding:16px; } } .ablocks-block-8738b6b4-5a48-48d3-a259-86aa3bb04725 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-8738b6b4-5a48-48d3-a259-86aa3bb04725 { flex-direction:column;row-gap:30px; } } .ablocks-block-8738b6b4-5a48-48d3-a259-86aa3bb04725.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-8738b6b4-5a48-48d3-a259-86aa3bb04725.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-8738b6b4-5a48-48d3-a259-86aa3bb04725 { display:inline-flex; } 
.ablocks-block-cf119535-aaef-4390-a4b1-e07df28e36d1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf119535-aaef-4390-a4b1-e07df28e36d1.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cf119535-aaef-4390-a4b1-e07df28e36d1.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-cf119535-aaef-4390-a4b1-e07df28e36d1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cf119535-aaef-4390-a4b1-e07df28e36d1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cf119535-aaef-4390-a4b1-e07df28e36d1 { display:inline-flex; } 
.ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8:not(.ablocks-has-block-container), .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-price-menu-item, .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-29dcd5d6-a326-422f-9599-47c5df39d3a8 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-4cbe3767-e38f-4c57-a540-6e474e3630f4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4cbe3767-e38f-4c57-a540-6e474e3630f4 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-4cbe3767-e38f-4c57-a540-6e474e3630f4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-4cbe3767-e38f-4c57-a540-6e474e3630f4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-4cbe3767-e38f-4c57-a540-6e474e3630f4 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-4cbe3767-e38f-4c57-a540-6e474e3630f4 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-4cbe3767-e38f-4c57-a540-6e474e3630f4 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-3c7d742d-6567-478b-a933-94e37d7f8115 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c7d742d-6567-478b-a933-94e37d7f8115 { display:flex;justify-content:left; } .ablocks-block-3c7d742d-6567-478b-a933-94e37d7f8115 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-3c7d742d-6567-478b-a933-94e37d7f8115 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3c7d742d-6567-478b-a933-94e37d7f8115 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-82aaeadf-7b85-4f21-9b4b-1a5c2ec55858 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82aaeadf-7b85-4f21-9b4b-1a5c2ec55858.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-82aaeadf-7b85-4f21-9b4b-1a5c2ec55858 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-82aaeadf-7b85-4f21-9b4b-1a5c2ec55858 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-82aaeadf-7b85-4f21-9b4b-1a5c2ec55858 { row-gap:32px; } } .ablocks-block-82aaeadf-7b85-4f21-9b4b-1a5c2ec55858.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-82aaeadf-7b85-4f21-9b4b-1a5c2ec55858.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-82aaeadf-7b85-4f21-9b4b-1a5c2ec55858.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-82aaeadf-7b85-4f21-9b4b-1a5c2ec55858 { display:inline-flex; } 
.ablocks-block-50e82594-f532-4723-bf02-81df63b7090b { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-50e82594-f532-4723-bf02-81df63b7090b { padding:16px; } } .ablocks-block-50e82594-f532-4723-bf02-81df63b7090b.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-50e82594-f532-4723-bf02-81df63b7090b.ablocks-block--container { padding:16px; } } .ablocks-block-50e82594-f532-4723-bf02-81df63b7090b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-50e82594-f532-4723-bf02-81df63b7090b { flex-direction:column;row-gap:30px; } } .ablocks-block-50e82594-f532-4723-bf02-81df63b7090b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-50e82594-f532-4723-bf02-81df63b7090b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-50e82594-f532-4723-bf02-81df63b7090b { display:inline-flex; } 
.ablocks-block-1b49cf6d-0a4b-4064-ae0c-2ca364079cae { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b49cf6d-0a4b-4064-ae0c-2ca364079cae.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1b49cf6d-0a4b-4064-ae0c-2ca364079cae.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1b49cf6d-0a4b-4064-ae0c-2ca364079cae { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1b49cf6d-0a4b-4064-ae0c-2ca364079cae.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1b49cf6d-0a4b-4064-ae0c-2ca364079cae { display:inline-flex; } 
.ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2:not(.ablocks-has-block-container), .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-price-menu-item, .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-4474c827-e6ea-4c08-bd14-3d8a7b96a6e2 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-493a5bdb-2f87-4736-84d0-9531fff86e58 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-493a5bdb-2f87-4736-84d0-9531fff86e58 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-493a5bdb-2f87-4736-84d0-9531fff86e58 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-493a5bdb-2f87-4736-84d0-9531fff86e58 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-493a5bdb-2f87-4736-84d0-9531fff86e58 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-493a5bdb-2f87-4736-84d0-9531fff86e58 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-493a5bdb-2f87-4736-84d0-9531fff86e58 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-7e94d394-00bc-4e51-afa5-5f059e12bac2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e94d394-00bc-4e51-afa5-5f059e12bac2 { display:flex;justify-content:left; } .ablocks-block-7e94d394-00bc-4e51-afa5-5f059e12bac2 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7e94d394-00bc-4e51-afa5-5f059e12bac2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7e94d394-00bc-4e51-afa5-5f059e12bac2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d28c1c8e-5694-4f4c-9ac1-3761b9e6a1a6 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d28c1c8e-5694-4f4c-9ac1-3761b9e6a1a6 { padding:16px; } } .ablocks-block-d28c1c8e-5694-4f4c-9ac1-3761b9e6a1a6.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d28c1c8e-5694-4f4c-9ac1-3761b9e6a1a6.ablocks-block--container { padding:16px; } } .ablocks-block-d28c1c8e-5694-4f4c-9ac1-3761b9e6a1a6 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d28c1c8e-5694-4f4c-9ac1-3761b9e6a1a6 { flex-direction:column;row-gap:30px; } } .ablocks-block-d28c1c8e-5694-4f4c-9ac1-3761b9e6a1a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d28c1c8e-5694-4f4c-9ac1-3761b9e6a1a6.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-d28c1c8e-5694-4f4c-9ac1-3761b9e6a1a6 { display:inline-flex; } 
.ablocks-block-5dec131f-eb88-4720-a31a-c69081377efe { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5dec131f-eb88-4720-a31a-c69081377efe.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5dec131f-eb88-4720-a31a-c69081377efe.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5dec131f-eb88-4720-a31a-c69081377efe { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5dec131f-eb88-4720-a31a-c69081377efe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5dec131f-eb88-4720-a31a-c69081377efe { display:inline-flex; } 
.ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256:not(.ablocks-has-block-container), .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-price-menu-item, .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-bde12f9e-1198-45b7-84da-9814c56b0256 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-ab64ab07-1fc5-4057-8591-8df0fe8201ec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab64ab07-1fc5-4057-8591-8df0fe8201ec .ablocks-icon-wrap { font-size:unset; } .ablocks-block-ab64ab07-1fc5-4057-8591-8df0fe8201ec .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-ab64ab07-1fc5-4057-8591-8df0fe8201ec .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-ab64ab07-1fc5-4057-8591-8df0fe8201ec .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-ab64ab07-1fc5-4057-8591-8df0fe8201ec .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-ab64ab07-1fc5-4057-8591-8df0fe8201ec .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-041bd7ce-7757-43d3-ac76-582f515fbb32 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-041bd7ce-7757-43d3-ac76-582f515fbb32 { display:flex;justify-content:left; } .ablocks-block-041bd7ce-7757-43d3-ac76-582f515fbb32 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-041bd7ce-7757-43d3-ac76-582f515fbb32 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-041bd7ce-7757-43d3-ac76-582f515fbb32 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a1693643-391e-4f05-8bc7-44861672aa43 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1693643-391e-4f05-8bc7-44861672aa43.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a1693643-391e-4f05-8bc7-44861672aa43 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-a1693643-391e-4f05-8bc7-44861672aa43 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a1693643-391e-4f05-8bc7-44861672aa43 { row-gap:32px; } } .ablocks-block-a1693643-391e-4f05-8bc7-44861672aa43.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-a1693643-391e-4f05-8bc7-44861672aa43.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-a1693643-391e-4f05-8bc7-44861672aa43.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-a1693643-391e-4f05-8bc7-44861672aa43 { display:inline-flex; } 
.ablocks-block-cc27d4f7-2496-4bcc-895e-3bfb0dd62764 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-cc27d4f7-2496-4bcc-895e-3bfb0dd62764 { padding:16px; } } .ablocks-block-cc27d4f7-2496-4bcc-895e-3bfb0dd62764.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-cc27d4f7-2496-4bcc-895e-3bfb0dd62764.ablocks-block--container { padding:16px; } } .ablocks-block-cc27d4f7-2496-4bcc-895e-3bfb0dd62764 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-cc27d4f7-2496-4bcc-895e-3bfb0dd62764 { flex-direction:column;row-gap:30px; } } .ablocks-block-cc27d4f7-2496-4bcc-895e-3bfb0dd62764.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-cc27d4f7-2496-4bcc-895e-3bfb0dd62764.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-cc27d4f7-2496-4bcc-895e-3bfb0dd62764 { display:inline-flex; } 
.ablocks-block-497d80aa-23db-4599-9736-918f8dc4f615 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-497d80aa-23db-4599-9736-918f8dc4f615.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-497d80aa-23db-4599-9736-918f8dc4f615.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-497d80aa-23db-4599-9736-918f8dc4f615 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-497d80aa-23db-4599-9736-918f8dc4f615.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-497d80aa-23db-4599-9736-918f8dc4f615 { display:inline-flex; } 
.ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef:not(.ablocks-has-block-container), .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-price-menu-item, .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-478176ae-e98e-46e1-a6b4-555ebe17e6ef .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-8ae1e780-4488-46a6-8b77-e00a4409e401 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ae1e780-4488-46a6-8b77-e00a4409e401 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-8ae1e780-4488-46a6-8b77-e00a4409e401 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-8ae1e780-4488-46a6-8b77-e00a4409e401 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-8ae1e780-4488-46a6-8b77-e00a4409e401 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-8ae1e780-4488-46a6-8b77-e00a4409e401 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-8ae1e780-4488-46a6-8b77-e00a4409e401 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-710fc1d2-acc1-4421-b573-ba85c7f754de { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-710fc1d2-acc1-4421-b573-ba85c7f754de { display:flex;justify-content:left; } .ablocks-block-710fc1d2-acc1-4421-b573-ba85c7f754de .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-710fc1d2-acc1-4421-b573-ba85c7f754de .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-710fc1d2-acc1-4421-b573-ba85c7f754de .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8bd4c159-e8d4-4e3a-bd07-8791d89baf8b { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8bd4c159-e8d4-4e3a-bd07-8791d89baf8b { padding:16px; } } .ablocks-block-8bd4c159-e8d4-4e3a-bd07-8791d89baf8b.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8bd4c159-e8d4-4e3a-bd07-8791d89baf8b.ablocks-block--container { padding:16px; } } .ablocks-block-8bd4c159-e8d4-4e3a-bd07-8791d89baf8b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-8bd4c159-e8d4-4e3a-bd07-8791d89baf8b { flex-direction:column;row-gap:30px; } } .ablocks-block-8bd4c159-e8d4-4e3a-bd07-8791d89baf8b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-8bd4c159-e8d4-4e3a-bd07-8791d89baf8b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-8bd4c159-e8d4-4e3a-bd07-8791d89baf8b { display:inline-flex; } 
.ablocks-block-1ec81b64-9b3b-4775-a3b6-75aa4905e83e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ec81b64-9b3b-4775-a3b6-75aa4905e83e.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1ec81b64-9b3b-4775-a3b6-75aa4905e83e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1ec81b64-9b3b-4775-a3b6-75aa4905e83e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1ec81b64-9b3b-4775-a3b6-75aa4905e83e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1ec81b64-9b3b-4775-a3b6-75aa4905e83e { display:inline-flex; } 
.ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6:not(.ablocks-has-block-container), .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-price-menu-item, .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-2b0a60b0-eddb-41ab-8632-92c5872c99e6 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-d5dc8179-ab44-4989-8d71-9733427bf46f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5dc8179-ab44-4989-8d71-9733427bf46f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d5dc8179-ab44-4989-8d71-9733427bf46f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-d5dc8179-ab44-4989-8d71-9733427bf46f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-d5dc8179-ab44-4989-8d71-9733427bf46f .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-d5dc8179-ab44-4989-8d71-9733427bf46f .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-d5dc8179-ab44-4989-8d71-9733427bf46f .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-7ed9c16c-c7d7-481b-a5d1-7aa876d87d0b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7ed9c16c-c7d7-481b-a5d1-7aa876d87d0b { display:flex;justify-content:left; } .ablocks-block-7ed9c16c-c7d7-481b-a5d1-7aa876d87d0b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7ed9c16c-c7d7-481b-a5d1-7aa876d87d0b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7ed9c16c-c7d7-481b-a5d1-7aa876d87d0b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1ff94275-b611-419c-b2eb-5be8f1451e7c { margin-top:34px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ff94275-b611-419c-b2eb-5be8f1451e7c.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-1ff94275-b611-419c-b2eb-5be8f1451e7c.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-1ff94275-b611-419c-b2eb-5be8f1451e7c .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-1ff94275-b611-419c-b2eb-5be8f1451e7c .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-1ff94275-b611-419c-b2eb-5be8f1451e7c .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1ff94275-b611-419c-b2eb-5be8f1451e7c .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-1ff94275-b611-419c-b2eb-5be8f1451e7c .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-1ff94275-b611-419c-b2eb-5be8f1451e7c .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 

.ablocks-block-e7ca78c5-d7f5-493f-aaf5-8d32b273ed6c { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e7ca78c5-d7f5-493f-aaf5-8d32b273ed6c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e7ca78c5-d7f5-493f-aaf5-8d32b273ed6c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e7ca78c5-d7f5-493f-aaf5-8d32b273ed6c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c711ae09-d6b1-4573-9f8e-4442072ad46b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c711ae09-d6b1-4573-9f8e-4442072ad46b { text-align:center; } .ablocks-block-c711ae09-d6b1-4573-9f8e-4442072ad46b .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-c711ae09-d6b1-4573-9f8e-4442072ad46b .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-e76dd71e-2838-40dc-a612-8a77fb653e6a { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e76dd71e-2838-40dc-a612-8a77fb653e6a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e76dd71e-2838-40dc-a612-8a77fb653e6a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e76dd71e-2838-40dc-a612-8a77fb653e6a { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-e76dd71e-2838-40dc-a612-8a77fb653e6a { row-gap:32px; } } .ablocks-block-e76dd71e-2838-40dc-a612-8a77fb653e6a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-e76dd71e-2838-40dc-a612-8a77fb653e6a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-e76dd71e-2838-40dc-a612-8a77fb653e6a.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-e76dd71e-2838-40dc-a612-8a77fb653e6a { display:inline-flex; } 
.ablocks-block-84f46898-b487-4944-b7a5-8cff817c7cde { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-84f46898-b487-4944-b7a5-8cff817c7cde { padding:16px; } } .ablocks-block-84f46898-b487-4944-b7a5-8cff817c7cde.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-84f46898-b487-4944-b7a5-8cff817c7cde.ablocks-block--container { padding:16px; } } .ablocks-block-84f46898-b487-4944-b7a5-8cff817c7cde { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-84f46898-b487-4944-b7a5-8cff817c7cde { flex-direction:column;row-gap:30px; } } .ablocks-block-84f46898-b487-4944-b7a5-8cff817c7cde.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-84f46898-b487-4944-b7a5-8cff817c7cde.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-84f46898-b487-4944-b7a5-8cff817c7cde { display:inline-flex; } 
.ablocks-block-e933bc39-f1d9-4f7c-8221-5c48661e5be7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e933bc39-f1d9-4f7c-8221-5c48661e5be7.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e933bc39-f1d9-4f7c-8221-5c48661e5be7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e933bc39-f1d9-4f7c-8221-5c48661e5be7 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e933bc39-f1d9-4f7c-8221-5c48661e5be7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e933bc39-f1d9-4f7c-8221-5c48661e5be7 { display:inline-flex; } 
.ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6:not(.ablocks-has-block-container), .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-price-menu-item, .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-d39beeb1-edb3-4810-b962-518a4ba4f0f6 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-aae3b7c6-e5ab-45ed-ab7a-280d476403e1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aae3b7c6-e5ab-45ed-ab7a-280d476403e1 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-aae3b7c6-e5ab-45ed-ab7a-280d476403e1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-aae3b7c6-e5ab-45ed-ab7a-280d476403e1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-aae3b7c6-e5ab-45ed-ab7a-280d476403e1 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-aae3b7c6-e5ab-45ed-ab7a-280d476403e1 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-aae3b7c6-e5ab-45ed-ab7a-280d476403e1 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-3cff058f-f524-4da6-8157-fb9e35063e99 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cff058f-f524-4da6-8157-fb9e35063e99 { display:flex;justify-content:left; } .ablocks-block-3cff058f-f524-4da6-8157-fb9e35063e99 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-3cff058f-f524-4da6-8157-fb9e35063e99 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3cff058f-f524-4da6-8157-fb9e35063e99 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-96b983b0-9c8b-47fe-b7a7-ac5d2d420445 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-96b983b0-9c8b-47fe-b7a7-ac5d2d420445 { padding:16px; } } .ablocks-block-96b983b0-9c8b-47fe-b7a7-ac5d2d420445.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-96b983b0-9c8b-47fe-b7a7-ac5d2d420445.ablocks-block--container { padding:16px; } } .ablocks-block-96b983b0-9c8b-47fe-b7a7-ac5d2d420445 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-96b983b0-9c8b-47fe-b7a7-ac5d2d420445 { flex-direction:column;row-gap:30px; } } .ablocks-block-96b983b0-9c8b-47fe-b7a7-ac5d2d420445.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-96b983b0-9c8b-47fe-b7a7-ac5d2d420445.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-96b983b0-9c8b-47fe-b7a7-ac5d2d420445 { display:inline-flex; } 
.ablocks-block-827ff7ea-91e3-499f-9f11-7fe6c22ae1be { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-827ff7ea-91e3-499f-9f11-7fe6c22ae1be.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-827ff7ea-91e3-499f-9f11-7fe6c22ae1be.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-827ff7ea-91e3-499f-9f11-7fe6c22ae1be { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-827ff7ea-91e3-499f-9f11-7fe6c22ae1be.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-827ff7ea-91e3-499f-9f11-7fe6c22ae1be { display:inline-flex; } 
.ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb:not(.ablocks-has-block-container), .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-price-menu-item, .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-cd684320-0e97-422c-a97b-dea5e08f08bb .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-9e6acd9d-88d5-4b34-acac-fd6ce9d94fd1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e6acd9d-88d5-4b34-acac-fd6ce9d94fd1 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9e6acd9d-88d5-4b34-acac-fd6ce9d94fd1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-9e6acd9d-88d5-4b34-acac-fd6ce9d94fd1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-9e6acd9d-88d5-4b34-acac-fd6ce9d94fd1 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-9e6acd9d-88d5-4b34-acac-fd6ce9d94fd1 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-9e6acd9d-88d5-4b34-acac-fd6ce9d94fd1 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-ac371e96-3213-4be1-b7a7-9b3f3b9f22b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac371e96-3213-4be1-b7a7-9b3f3b9f22b5 { display:flex;justify-content:left; } .ablocks-block-ac371e96-3213-4be1-b7a7-9b3f3b9f22b5 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-ac371e96-3213-4be1-b7a7-9b3f3b9f22b5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ac371e96-3213-4be1-b7a7-9b3f3b9f22b5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c904a96d-1ff7-4874-a3d1-e5a1078cfb77 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c904a96d-1ff7-4874-a3d1-e5a1078cfb77.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c904a96d-1ff7-4874-a3d1-e5a1078cfb77 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-c904a96d-1ff7-4874-a3d1-e5a1078cfb77 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-c904a96d-1ff7-4874-a3d1-e5a1078cfb77 { row-gap:32px; } } .ablocks-block-c904a96d-1ff7-4874-a3d1-e5a1078cfb77.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-c904a96d-1ff7-4874-a3d1-e5a1078cfb77.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-c904a96d-1ff7-4874-a3d1-e5a1078cfb77.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-c904a96d-1ff7-4874-a3d1-e5a1078cfb77 { display:inline-flex; } 
.ablocks-block-95697734-860d-4e26-809c-81bab8c83d78 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-95697734-860d-4e26-809c-81bab8c83d78 { padding:16px; } } .ablocks-block-95697734-860d-4e26-809c-81bab8c83d78.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-95697734-860d-4e26-809c-81bab8c83d78.ablocks-block--container { padding:16px; } } .ablocks-block-95697734-860d-4e26-809c-81bab8c83d78 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-95697734-860d-4e26-809c-81bab8c83d78 { flex-direction:column;row-gap:30px; } } .ablocks-block-95697734-860d-4e26-809c-81bab8c83d78.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-95697734-860d-4e26-809c-81bab8c83d78.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-95697734-860d-4e26-809c-81bab8c83d78 { display:inline-flex; } 
.ablocks-block-bd5676d6-c8bf-455f-9462-34c31deee058 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd5676d6-c8bf-455f-9462-34c31deee058.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bd5676d6-c8bf-455f-9462-34c31deee058.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-bd5676d6-c8bf-455f-9462-34c31deee058 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bd5676d6-c8bf-455f-9462-34c31deee058.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bd5676d6-c8bf-455f-9462-34c31deee058 { display:inline-flex; } 
.ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb:not(.ablocks-has-block-container), .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-price-menu-item, .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-9c3dcb66-3227-4b2e-8d51-baeb914e52fb .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-76f43d1e-a19d-42d3-8baa-ed9c3a0c62f8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-76f43d1e-a19d-42d3-8baa-ed9c3a0c62f8 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-76f43d1e-a19d-42d3-8baa-ed9c3a0c62f8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-76f43d1e-a19d-42d3-8baa-ed9c3a0c62f8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-76f43d1e-a19d-42d3-8baa-ed9c3a0c62f8 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-76f43d1e-a19d-42d3-8baa-ed9c3a0c62f8 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-76f43d1e-a19d-42d3-8baa-ed9c3a0c62f8 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-988271ec-c7e9-4d81-8856-8aef477929b3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-988271ec-c7e9-4d81-8856-8aef477929b3 { display:flex;justify-content:left; } .ablocks-block-988271ec-c7e9-4d81-8856-8aef477929b3 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-988271ec-c7e9-4d81-8856-8aef477929b3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-988271ec-c7e9-4d81-8856-8aef477929b3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-61f3621e-f592-4aba-8d6d-a31e1d682c8b { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-61f3621e-f592-4aba-8d6d-a31e1d682c8b { padding:16px; } } .ablocks-block-61f3621e-f592-4aba-8d6d-a31e1d682c8b.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-61f3621e-f592-4aba-8d6d-a31e1d682c8b.ablocks-block--container { padding:16px; } } .ablocks-block-61f3621e-f592-4aba-8d6d-a31e1d682c8b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-61f3621e-f592-4aba-8d6d-a31e1d682c8b { flex-direction:column;row-gap:30px; } } .ablocks-block-61f3621e-f592-4aba-8d6d-a31e1d682c8b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-61f3621e-f592-4aba-8d6d-a31e1d682c8b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-61f3621e-f592-4aba-8d6d-a31e1d682c8b { display:inline-flex; } 
.ablocks-block-b2a674b4-1ae9-4233-babc-c95bfca959f0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b2a674b4-1ae9-4233-babc-c95bfca959f0.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b2a674b4-1ae9-4233-babc-c95bfca959f0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b2a674b4-1ae9-4233-babc-c95bfca959f0 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b2a674b4-1ae9-4233-babc-c95bfca959f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b2a674b4-1ae9-4233-babc-c95bfca959f0 { display:inline-flex; } 
.ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017:not(.ablocks-has-block-container), .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-price-menu-item, .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-ea69ff7d-d22a-4a23-b736-ca613954c017 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-93a87406-b3f8-4c99-9ffb-362ba89de831 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93a87406-b3f8-4c99-9ffb-362ba89de831 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-93a87406-b3f8-4c99-9ffb-362ba89de831 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-93a87406-b3f8-4c99-9ffb-362ba89de831 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-93a87406-b3f8-4c99-9ffb-362ba89de831 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-93a87406-b3f8-4c99-9ffb-362ba89de831 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-93a87406-b3f8-4c99-9ffb-362ba89de831 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-68cfb2fe-8dd3-466b-9162-35c193527f86 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68cfb2fe-8dd3-466b-9162-35c193527f86 { display:flex;justify-content:left; } .ablocks-block-68cfb2fe-8dd3-466b-9162-35c193527f86 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-68cfb2fe-8dd3-466b-9162-35c193527f86 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-68cfb2fe-8dd3-466b-9162-35c193527f86 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8235cbdb-7c1d-4b26-9b36-92a5c1f65731 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8235cbdb-7c1d-4b26-9b36-92a5c1f65731.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8235cbdb-7c1d-4b26-9b36-92a5c1f65731 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-8235cbdb-7c1d-4b26-9b36-92a5c1f65731 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-8235cbdb-7c1d-4b26-9b36-92a5c1f65731 { row-gap:32px; } } .ablocks-block-8235cbdb-7c1d-4b26-9b36-92a5c1f65731.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-8235cbdb-7c1d-4b26-9b36-92a5c1f65731.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-8235cbdb-7c1d-4b26-9b36-92a5c1f65731.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-8235cbdb-7c1d-4b26-9b36-92a5c1f65731 { display:inline-flex; } 
.ablocks-block-5b63b995-98d2-4c75-82f7-379ab999cb8a { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-5b63b995-98d2-4c75-82f7-379ab999cb8a { padding:16px; } } .ablocks-block-5b63b995-98d2-4c75-82f7-379ab999cb8a.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-5b63b995-98d2-4c75-82f7-379ab999cb8a.ablocks-block--container { padding:16px; } } .ablocks-block-5b63b995-98d2-4c75-82f7-379ab999cb8a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-5b63b995-98d2-4c75-82f7-379ab999cb8a { flex-direction:column;row-gap:30px; } } .ablocks-block-5b63b995-98d2-4c75-82f7-379ab999cb8a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-5b63b995-98d2-4c75-82f7-379ab999cb8a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-5b63b995-98d2-4c75-82f7-379ab999cb8a { display:inline-flex; } 
.ablocks-block-56ba56c9-b022-49b8-9b90-a8488b525456 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-56ba56c9-b022-49b8-9b90-a8488b525456.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-56ba56c9-b022-49b8-9b90-a8488b525456.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-56ba56c9-b022-49b8-9b90-a8488b525456 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-56ba56c9-b022-49b8-9b90-a8488b525456.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-56ba56c9-b022-49b8-9b90-a8488b525456 { display:inline-flex; } 
.ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300:not(.ablocks-has-block-container), .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-price-menu-item, .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-caa8aeee-fe87-44db-9b3e-c813423bb300 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-f03dfcec-b5c7-4f6c-ae30-8c33067c2ac3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f03dfcec-b5c7-4f6c-ae30-8c33067c2ac3 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-f03dfcec-b5c7-4f6c-ae30-8c33067c2ac3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-f03dfcec-b5c7-4f6c-ae30-8c33067c2ac3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-f03dfcec-b5c7-4f6c-ae30-8c33067c2ac3 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-f03dfcec-b5c7-4f6c-ae30-8c33067c2ac3 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-f03dfcec-b5c7-4f6c-ae30-8c33067c2ac3 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-8f7b771b-e373-47cb-9e08-89320f5346f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8f7b771b-e373-47cb-9e08-89320f5346f7 { display:flex;justify-content:left; } .ablocks-block-8f7b771b-e373-47cb-9e08-89320f5346f7 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8f7b771b-e373-47cb-9e08-89320f5346f7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8f7b771b-e373-47cb-9e08-89320f5346f7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-30d294ad-c922-4e6f-95fd-3d93bc6f63bf { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-30d294ad-c922-4e6f-95fd-3d93bc6f63bf { padding:16px; } } .ablocks-block-30d294ad-c922-4e6f-95fd-3d93bc6f63bf.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-30d294ad-c922-4e6f-95fd-3d93bc6f63bf.ablocks-block--container { padding:16px; } } .ablocks-block-30d294ad-c922-4e6f-95fd-3d93bc6f63bf { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-30d294ad-c922-4e6f-95fd-3d93bc6f63bf { flex-direction:column;row-gap:30px; } } .ablocks-block-30d294ad-c922-4e6f-95fd-3d93bc6f63bf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-30d294ad-c922-4e6f-95fd-3d93bc6f63bf.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-30d294ad-c922-4e6f-95fd-3d93bc6f63bf { display:inline-flex; } 
.ablocks-block-53c64455-4696-4113-9b8c-382600180e2e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53c64455-4696-4113-9b8c-382600180e2e.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-53c64455-4696-4113-9b8c-382600180e2e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-53c64455-4696-4113-9b8c-382600180e2e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-53c64455-4696-4113-9b8c-382600180e2e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-53c64455-4696-4113-9b8c-382600180e2e { display:inline-flex; } 
.ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114:not(.ablocks-has-block-container), .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-price-menu-item, .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-f5288117-9fa5-4594-96bb-5c632186e114 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-92258643-0be5-42fd-8346-b245a025aaa4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-92258643-0be5-42fd-8346-b245a025aaa4 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-92258643-0be5-42fd-8346-b245a025aaa4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-92258643-0be5-42fd-8346-b245a025aaa4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-92258643-0be5-42fd-8346-b245a025aaa4 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-92258643-0be5-42fd-8346-b245a025aaa4 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-92258643-0be5-42fd-8346-b245a025aaa4 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-0188404b-e87b-4feb-960c-fe883abfaaf4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0188404b-e87b-4feb-960c-fe883abfaaf4 { display:flex;justify-content:left; } .ablocks-block-0188404b-e87b-4feb-960c-fe883abfaaf4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0188404b-e87b-4feb-960c-fe883abfaaf4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0188404b-e87b-4feb-960c-fe883abfaaf4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-787bad4f-193d-4cf9-9768-84f46db71871 { margin-top:34px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-787bad4f-193d-4cf9-9768-84f46db71871.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-787bad4f-193d-4cf9-9768-84f46db71871 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-787bad4f-193d-4cf9-9768-84f46db71871.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b1ab88cd-fc08-4813-af0f-ede7795d0587 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b1ab88cd-fc08-4813-af0f-ede7795d0587 { text-align:center; } .ablocks-block-b1ab88cd-fc08-4813-af0f-ede7795d0587 .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-b1ab88cd-fc08-4813-af0f-ede7795d0587 .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-f8972cf0-4a8d-4c07-b2be-15509ccaf2c8 { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8972cf0-4a8d-4c07-b2be-15509ccaf2c8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f8972cf0-4a8d-4c07-b2be-15509ccaf2c8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-f8972cf0-4a8d-4c07-b2be-15509ccaf2c8 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-f8972cf0-4a8d-4c07-b2be-15509ccaf2c8 { row-gap:32px; } } .ablocks-block-f8972cf0-4a8d-4c07-b2be-15509ccaf2c8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-f8972cf0-4a8d-4c07-b2be-15509ccaf2c8.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-f8972cf0-4a8d-4c07-b2be-15509ccaf2c8.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-f8972cf0-4a8d-4c07-b2be-15509ccaf2c8 { display:inline-flex; } 
.ablocks-block-ddf73078-77e6-43f5-b993-165d9a78ffbd { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ddf73078-77e6-43f5-b993-165d9a78ffbd { padding:16px; } } .ablocks-block-ddf73078-77e6-43f5-b993-165d9a78ffbd.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ddf73078-77e6-43f5-b993-165d9a78ffbd.ablocks-block--container { padding:16px; } } .ablocks-block-ddf73078-77e6-43f5-b993-165d9a78ffbd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-ddf73078-77e6-43f5-b993-165d9a78ffbd { flex-direction:column;row-gap:30px; } } .ablocks-block-ddf73078-77e6-43f5-b993-165d9a78ffbd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-ddf73078-77e6-43f5-b993-165d9a78ffbd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-ddf73078-77e6-43f5-b993-165d9a78ffbd { display:inline-flex; } 
.ablocks-block-ce64d6c1-9d87-433b-a894-c5a898b9674c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce64d6c1-9d87-433b-a894-c5a898b9674c.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ce64d6c1-9d87-433b-a894-c5a898b9674c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ce64d6c1-9d87-433b-a894-c5a898b9674c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ce64d6c1-9d87-433b-a894-c5a898b9674c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ce64d6c1-9d87-433b-a894-c5a898b9674c { display:inline-flex; } 
.ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3:not(.ablocks-has-block-container), .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-price-menu-item, .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-0931c9ee-9969-464d-a7b7-efe1eec330e3 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-3acc513c-d9f4-44ce-acef-9c8becf38198 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3acc513c-d9f4-44ce-acef-9c8becf38198 .ablocks-icon-wrap { font-size:185px; } .ablocks-block-3acc513c-d9f4-44ce-acef-9c8becf38198 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-3acc513c-d9f4-44ce-acef-9c8becf38198 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-3acc513c-d9f4-44ce-acef-9c8becf38198 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-3acc513c-d9f4-44ce-acef-9c8becf38198 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-3acc513c-d9f4-44ce-acef-9c8becf38198 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-ee90fcbd-b113-4083-ac93-b57cf3cf2ed2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee90fcbd-b113-4083-ac93-b57cf3cf2ed2 { display:flex;justify-content:left; } .ablocks-block-ee90fcbd-b113-4083-ac93-b57cf3cf2ed2 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-ee90fcbd-b113-4083-ac93-b57cf3cf2ed2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-ee90fcbd-b113-4083-ac93-b57cf3cf2ed2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f94830e2-d5eb-42a1-ac73-76f823a689ed { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f94830e2-d5eb-42a1-ac73-76f823a689ed { padding:16px; } } .ablocks-block-f94830e2-d5eb-42a1-ac73-76f823a689ed.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-f94830e2-d5eb-42a1-ac73-76f823a689ed.ablocks-block--container { padding:16px; } } .ablocks-block-f94830e2-d5eb-42a1-ac73-76f823a689ed { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-f94830e2-d5eb-42a1-ac73-76f823a689ed { flex-direction:column;row-gap:30px; } } .ablocks-block-f94830e2-d5eb-42a1-ac73-76f823a689ed.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-f94830e2-d5eb-42a1-ac73-76f823a689ed.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-f94830e2-d5eb-42a1-ac73-76f823a689ed { display:inline-flex; } 
.ablocks-block-ae32cc65-71a1-4c8a-b49a-9fcfb6d4c2c9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae32cc65-71a1-4c8a-b49a-9fcfb6d4c2c9.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ae32cc65-71a1-4c8a-b49a-9fcfb6d4c2c9.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ae32cc65-71a1-4c8a-b49a-9fcfb6d4c2c9 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ae32cc65-71a1-4c8a-b49a-9fcfb6d4c2c9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ae32cc65-71a1-4c8a-b49a-9fcfb6d4c2c9 { display:inline-flex; } 
.ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9:not(.ablocks-has-block-container), .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-price-menu-item, .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-71edfdb1-4a67-44eb-8933-8a82a5ef5ef9 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-6b47487a-38f9-4a94-a628-0a18adeb96d6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b47487a-38f9-4a94-a628-0a18adeb96d6 .ablocks-icon-wrap { font-size:185px; } .ablocks-block-6b47487a-38f9-4a94-a628-0a18adeb96d6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-6b47487a-38f9-4a94-a628-0a18adeb96d6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-6b47487a-38f9-4a94-a628-0a18adeb96d6 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-6b47487a-38f9-4a94-a628-0a18adeb96d6 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-6b47487a-38f9-4a94-a628-0a18adeb96d6 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-7c26745f-c7e0-455f-a025-f8046ee81018 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c26745f-c7e0-455f-a025-f8046ee81018 { display:flex;justify-content:left; } .ablocks-block-7c26745f-c7e0-455f-a025-f8046ee81018 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7c26745f-c7e0-455f-a025-f8046ee81018 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7c26745f-c7e0-455f-a025-f8046ee81018 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9680d6b4-63f1-4062-8549-114e60b6d4b5 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9680d6b4-63f1-4062-8549-114e60b6d4b5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9680d6b4-63f1-4062-8549-114e60b6d4b5 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-9680d6b4-63f1-4062-8549-114e60b6d4b5 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-9680d6b4-63f1-4062-8549-114e60b6d4b5 { row-gap:32px; } } .ablocks-block-9680d6b4-63f1-4062-8549-114e60b6d4b5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-9680d6b4-63f1-4062-8549-114e60b6d4b5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-9680d6b4-63f1-4062-8549-114e60b6d4b5.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-9680d6b4-63f1-4062-8549-114e60b6d4b5 { display:inline-flex; } 
.ablocks-block-2382117b-d704-4f86-a7f9-74dae72bb274 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-2382117b-d704-4f86-a7f9-74dae72bb274 { padding:16px; } } .ablocks-block-2382117b-d704-4f86-a7f9-74dae72bb274.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-2382117b-d704-4f86-a7f9-74dae72bb274.ablocks-block--container { padding:16px; } } .ablocks-block-2382117b-d704-4f86-a7f9-74dae72bb274 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-2382117b-d704-4f86-a7f9-74dae72bb274 { flex-direction:column;row-gap:30px; } } .ablocks-block-2382117b-d704-4f86-a7f9-74dae72bb274.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-2382117b-d704-4f86-a7f9-74dae72bb274.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-2382117b-d704-4f86-a7f9-74dae72bb274 { display:inline-flex; } 
.ablocks-block-cc776ca5-08db-4205-aa81-e8e57b0e6e75 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cc776ca5-08db-4205-aa81-e8e57b0e6e75.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cc776ca5-08db-4205-aa81-e8e57b0e6e75.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-cc776ca5-08db-4205-aa81-e8e57b0e6e75 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cc776ca5-08db-4205-aa81-e8e57b0e6e75.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cc776ca5-08db-4205-aa81-e8e57b0e6e75 { display:inline-flex; } 
.ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b:not(.ablocks-has-block-container), .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-price-menu-item, .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-27853681-e446-4bcf-aace-258fee4ef55b .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-df24debc-0e6f-4780-8c4e-3efe8d2ad7d3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-df24debc-0e6f-4780-8c4e-3efe8d2ad7d3 .ablocks-icon-wrap { font-size:185px; } .ablocks-block-df24debc-0e6f-4780-8c4e-3efe8d2ad7d3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-df24debc-0e6f-4780-8c4e-3efe8d2ad7d3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-df24debc-0e6f-4780-8c4e-3efe8d2ad7d3 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-df24debc-0e6f-4780-8c4e-3efe8d2ad7d3 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-df24debc-0e6f-4780-8c4e-3efe8d2ad7d3 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-9fca1582-24f9-4d93-b2d7-fd57a48703bd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9fca1582-24f9-4d93-b2d7-fd57a48703bd { display:flex;justify-content:left; } .ablocks-block-9fca1582-24f9-4d93-b2d7-fd57a48703bd .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-9fca1582-24f9-4d93-b2d7-fd57a48703bd .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-9fca1582-24f9-4d93-b2d7-fd57a48703bd .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d7577b32-a956-421d-918f-c367c5d27b5e { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d7577b32-a956-421d-918f-c367c5d27b5e { padding:16px; } } .ablocks-block-d7577b32-a956-421d-918f-c367c5d27b5e.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d7577b32-a956-421d-918f-c367c5d27b5e.ablocks-block--container { padding:16px; } } .ablocks-block-d7577b32-a956-421d-918f-c367c5d27b5e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d7577b32-a956-421d-918f-c367c5d27b5e { flex-direction:column;row-gap:30px; } } .ablocks-block-d7577b32-a956-421d-918f-c367c5d27b5e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d7577b32-a956-421d-918f-c367c5d27b5e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-d7577b32-a956-421d-918f-c367c5d27b5e { display:inline-flex; } 
.ablocks-block-fa17e30b-0df0-457c-a870-56acaeee0c64 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa17e30b-0df0-457c-a870-56acaeee0c64.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fa17e30b-0df0-457c-a870-56acaeee0c64.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fa17e30b-0df0-457c-a870-56acaeee0c64 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fa17e30b-0df0-457c-a870-56acaeee0c64.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fa17e30b-0df0-457c-a870-56acaeee0c64 { display:inline-flex; } 
.ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df:not(.ablocks-has-block-container), .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-price-menu-item, .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-c8d94d0a-6e00-4bcf-9426-a5b1edbd18df .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-109284e1-91c9-41a4-822c-8d7e20432bbb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-109284e1-91c9-41a4-822c-8d7e20432bbb .ablocks-icon-wrap { font-size:185px; } .ablocks-block-109284e1-91c9-41a4-822c-8d7e20432bbb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-109284e1-91c9-41a4-822c-8d7e20432bbb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-109284e1-91c9-41a4-822c-8d7e20432bbb .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-109284e1-91c9-41a4-822c-8d7e20432bbb .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-109284e1-91c9-41a4-822c-8d7e20432bbb .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-dee0248c-7e34-4b71-b275-b6961ece9e50 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dee0248c-7e34-4b71-b275-b6961ece9e50 { display:flex;justify-content:left; } .ablocks-block-dee0248c-7e34-4b71-b275-b6961ece9e50 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-dee0248c-7e34-4b71-b275-b6961ece9e50 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-dee0248c-7e34-4b71-b275-b6961ece9e50 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b6eccf85-fc62-46e9-bf0a-cef0428ad027 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6eccf85-fc62-46e9-bf0a-cef0428ad027.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b6eccf85-fc62-46e9-bf0a-cef0428ad027 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-b6eccf85-fc62-46e9-bf0a-cef0428ad027 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b6eccf85-fc62-46e9-bf0a-cef0428ad027 { row-gap:32px; } } .ablocks-block-b6eccf85-fc62-46e9-bf0a-cef0428ad027.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-b6eccf85-fc62-46e9-bf0a-cef0428ad027.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b6eccf85-fc62-46e9-bf0a-cef0428ad027.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-b6eccf85-fc62-46e9-bf0a-cef0428ad027 { display:inline-flex; } 
.ablocks-block-21418143-28d1-49c7-b5cf-6dffbfafd878 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-21418143-28d1-49c7-b5cf-6dffbfafd878 { padding:16px; } } .ablocks-block-21418143-28d1-49c7-b5cf-6dffbfafd878.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-21418143-28d1-49c7-b5cf-6dffbfafd878.ablocks-block--container { padding:16px; } } .ablocks-block-21418143-28d1-49c7-b5cf-6dffbfafd878 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-21418143-28d1-49c7-b5cf-6dffbfafd878 { flex-direction:column;row-gap:30px; } } .ablocks-block-21418143-28d1-49c7-b5cf-6dffbfafd878.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-21418143-28d1-49c7-b5cf-6dffbfafd878.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-21418143-28d1-49c7-b5cf-6dffbfafd878 { display:inline-flex; } 
.ablocks-block-5430fc92-7e9a-4813-9d2a-aeff7cd192fc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5430fc92-7e9a-4813-9d2a-aeff7cd192fc.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5430fc92-7e9a-4813-9d2a-aeff7cd192fc.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5430fc92-7e9a-4813-9d2a-aeff7cd192fc { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5430fc92-7e9a-4813-9d2a-aeff7cd192fc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5430fc92-7e9a-4813-9d2a-aeff7cd192fc { display:inline-flex; } 
.ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec:not(.ablocks-has-block-container), .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-price-menu-item, .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-fe89a9b6-6d3f-487a-a9b6-ea4cfec02fec .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-31db77ba-7669-4521-8439-4378f0c16dd5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-31db77ba-7669-4521-8439-4378f0c16dd5 .ablocks-icon-wrap { font-size:185px; } .ablocks-block-31db77ba-7669-4521-8439-4378f0c16dd5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-31db77ba-7669-4521-8439-4378f0c16dd5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-31db77ba-7669-4521-8439-4378f0c16dd5 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-31db77ba-7669-4521-8439-4378f0c16dd5 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-31db77ba-7669-4521-8439-4378f0c16dd5 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-7e4be84b-e559-4748-98d7-d0f5f2164fdb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e4be84b-e559-4748-98d7-d0f5f2164fdb { display:flex;justify-content:left; } .ablocks-block-7e4be84b-e559-4748-98d7-d0f5f2164fdb .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7e4be84b-e559-4748-98d7-d0f5f2164fdb .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7e4be84b-e559-4748-98d7-d0f5f2164fdb .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e75ce58b-6f55-4f6e-9970-3dc3d9ca3543 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e75ce58b-6f55-4f6e-9970-3dc3d9ca3543 { padding:16px; } } .ablocks-block-e75ce58b-6f55-4f6e-9970-3dc3d9ca3543.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-e75ce58b-6f55-4f6e-9970-3dc3d9ca3543.ablocks-block--container { padding:16px; } } .ablocks-block-e75ce58b-6f55-4f6e-9970-3dc3d9ca3543 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-e75ce58b-6f55-4f6e-9970-3dc3d9ca3543 { flex-direction:column;row-gap:30px; } } .ablocks-block-e75ce58b-6f55-4f6e-9970-3dc3d9ca3543.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-e75ce58b-6f55-4f6e-9970-3dc3d9ca3543.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-e75ce58b-6f55-4f6e-9970-3dc3d9ca3543 { display:inline-flex; } 
.ablocks-block-023f9413-c29b-4e04-9470-4d7f0e456ff3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-023f9413-c29b-4e04-9470-4d7f0e456ff3.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-023f9413-c29b-4e04-9470-4d7f0e456ff3.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-023f9413-c29b-4e04-9470-4d7f0e456ff3 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-023f9413-c29b-4e04-9470-4d7f0e456ff3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-023f9413-c29b-4e04-9470-4d7f0e456ff3 { display:inline-flex; } 
.ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551:not(.ablocks-has-block-container), .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-price-menu-item, .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-0b53eda5-1b42-4e8f-bb1b-9a0a8a858551 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-7cff2b1f-d8c5-4b2d-b3f3-a5f3d4e12c6e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7cff2b1f-d8c5-4b2d-b3f3-a5f3d4e12c6e .ablocks-icon-wrap { font-size:185px; } .ablocks-block-7cff2b1f-d8c5-4b2d-b3f3-a5f3d4e12c6e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-7cff2b1f-d8c5-4b2d-b3f3-a5f3d4e12c6e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-7cff2b1f-d8c5-4b2d-b3f3-a5f3d4e12c6e .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-7cff2b1f-d8c5-4b2d-b3f3-a5f3d4e12c6e .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-7cff2b1f-d8c5-4b2d-b3f3-a5f3d4e12c6e .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-14cd4096-19c6-4523-8e0c-c50f58a100e0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-14cd4096-19c6-4523-8e0c-c50f58a100e0 { display:flex;justify-content:left; } .ablocks-block-14cd4096-19c6-4523-8e0c-c50f58a100e0 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-14cd4096-19c6-4523-8e0c-c50f58a100e0 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-14cd4096-19c6-4523-8e0c-c50f58a100e0 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8300fe16-b0b5-4a43-b1ab-19e3bee94923 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8300fe16-b0b5-4a43-b1ab-19e3bee94923.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8300fe16-b0b5-4a43-b1ab-19e3bee94923 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8300fe16-b0b5-4a43-b1ab-19e3bee94923.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0af2a117-243d-416e-a282-64aa5a6435da { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0af2a117-243d-416e-a282-64aa5a6435da { text-align:center; } .ablocks-block-0af2a117-243d-416e-a282-64aa5a6435da .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-0af2a117-243d-416e-a282-64aa5a6435da .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-1d800db4-cbcc-4e27-a51b-b1947fed5d4e { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d800db4-cbcc-4e27-a51b-b1947fed5d4e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1d800db4-cbcc-4e27-a51b-b1947fed5d4e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-1d800db4-cbcc-4e27-a51b-b1947fed5d4e { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-1d800db4-cbcc-4e27-a51b-b1947fed5d4e { row-gap:32px; } } .ablocks-block-1d800db4-cbcc-4e27-a51b-b1947fed5d4e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-1d800db4-cbcc-4e27-a51b-b1947fed5d4e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-1d800db4-cbcc-4e27-a51b-b1947fed5d4e.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-1d800db4-cbcc-4e27-a51b-b1947fed5d4e { display:inline-flex; } 
.ablocks-block-b7b23a4a-a4cb-464e-a9f5-d6848367823e { padding-top:32px;padding-right:32px;padding-bottom:10px;padding-left:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b7b23a4a-a4cb-464e-a9f5-d6848367823e { padding:16px; } } .ablocks-block-b7b23a4a-a4cb-464e-a9f5-d6848367823e.ablocks-block--container { padding-top:32px;padding-right:32px;padding-bottom:10px;padding-left:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b7b23a4a-a4cb-464e-a9f5-d6848367823e.ablocks-block--container { padding:16px; } } .ablocks-block-b7b23a4a-a4cb-464e-a9f5-d6848367823e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-b7b23a4a-a4cb-464e-a9f5-d6848367823e { flex-direction:column;row-gap:30px; } } .ablocks-block-b7b23a4a-a4cb-464e-a9f5-d6848367823e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-b7b23a4a-a4cb-464e-a9f5-d6848367823e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-b7b23a4a-a4cb-464e-a9f5-d6848367823e { display:inline-flex; } 
.ablocks-block-bc070826-5020-4a89-8d11-475978ad7b22 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc070826-5020-4a89-8d11-475978ad7b22.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bc070826-5020-4a89-8d11-475978ad7b22.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-bc070826-5020-4a89-8d11-475978ad7b22 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bc070826-5020-4a89-8d11-475978ad7b22.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bc070826-5020-4a89-8d11-475978ad7b22 { display:inline-flex; } 
.ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0:not(.ablocks-has-block-container), .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-price-menu-item, .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-85bc7c8b-b3b5-47f2-8ff2-497297237ec0 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-5232aa25-a139-42cc-9a64-aa5cc1be6a34 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5232aa25-a139-42cc-9a64-aa5cc1be6a34 .ablocks-icon-wrap { font-size:185px; } .ablocks-block-5232aa25-a139-42cc-9a64-aa5cc1be6a34 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-5232aa25-a139-42cc-9a64-aa5cc1be6a34 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-5232aa25-a139-42cc-9a64-aa5cc1be6a34 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-5232aa25-a139-42cc-9a64-aa5cc1be6a34 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-5232aa25-a139-42cc-9a64-aa5cc1be6a34 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-0763b5bc-e0ba-437d-9488-9d067e705924 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0763b5bc-e0ba-437d-9488-9d067e705924 { display:flex;justify-content:left; } .ablocks-block-0763b5bc-e0ba-437d-9488-9d067e705924 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0763b5bc-e0ba-437d-9488-9d067e705924 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0763b5bc-e0ba-437d-9488-9d067e705924 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2643668c-586c-4ddf-a88f-c1757749fbc8 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-2643668c-586c-4ddf-a88f-c1757749fbc8 { padding:16px; } } .ablocks-block-2643668c-586c-4ddf-a88f-c1757749fbc8.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-2643668c-586c-4ddf-a88f-c1757749fbc8.ablocks-block--container { padding:16px; } } .ablocks-block-2643668c-586c-4ddf-a88f-c1757749fbc8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-2643668c-586c-4ddf-a88f-c1757749fbc8 { flex-direction:column;row-gap:30px; } } .ablocks-block-2643668c-586c-4ddf-a88f-c1757749fbc8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-2643668c-586c-4ddf-a88f-c1757749fbc8.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-2643668c-586c-4ddf-a88f-c1757749fbc8 { display:inline-flex; } 
.ablocks-block-8687bc59-aacf-4186-933e-65327ebaaf24 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8687bc59-aacf-4186-933e-65327ebaaf24.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8687bc59-aacf-4186-933e-65327ebaaf24.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8687bc59-aacf-4186-933e-65327ebaaf24 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8687bc59-aacf-4186-933e-65327ebaaf24.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8687bc59-aacf-4186-933e-65327ebaaf24 { display:inline-flex; } 
.ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483:not(.ablocks-has-block-container), .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-price-menu-item, .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-dbd77c11-05fd-4dc9-990a-55f5553f9483 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-9b043b58-eb9e-4768-925b-7571c21cec54 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b043b58-eb9e-4768-925b-7571c21cec54 .ablocks-icon-wrap { font-size:185px; } .ablocks-block-9b043b58-eb9e-4768-925b-7571c21cec54 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-9b043b58-eb9e-4768-925b-7571c21cec54 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-9b043b58-eb9e-4768-925b-7571c21cec54 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-9b043b58-eb9e-4768-925b-7571c21cec54 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-9b043b58-eb9e-4768-925b-7571c21cec54 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-bedf9bb6-6e9c-4355-aa20-45e898bb49fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bedf9bb6-6e9c-4355-aa20-45e898bb49fb { display:flex;justify-content:left; } .ablocks-block-bedf9bb6-6e9c-4355-aa20-45e898bb49fb .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-bedf9bb6-6e9c-4355-aa20-45e898bb49fb .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-bedf9bb6-6e9c-4355-aa20-45e898bb49fb .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f2ae98b3-8a5f-4fea-b269-6f7458a4c780 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f2ae98b3-8a5f-4fea-b269-6f7458a4c780.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f2ae98b3-8a5f-4fea-b269-6f7458a4c780 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-f2ae98b3-8a5f-4fea-b269-6f7458a4c780 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-f2ae98b3-8a5f-4fea-b269-6f7458a4c780 { row-gap:32px; } } .ablocks-block-f2ae98b3-8a5f-4fea-b269-6f7458a4c780.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-f2ae98b3-8a5f-4fea-b269-6f7458a4c780.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-f2ae98b3-8a5f-4fea-b269-6f7458a4c780.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-f2ae98b3-8a5f-4fea-b269-6f7458a4c780 { display:inline-flex; } 
.ablocks-block-4ac109eb-fbae-4eaf-9373-7957b19a0c8e { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-4ac109eb-fbae-4eaf-9373-7957b19a0c8e { padding:16px; } } .ablocks-block-4ac109eb-fbae-4eaf-9373-7957b19a0c8e.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-4ac109eb-fbae-4eaf-9373-7957b19a0c8e.ablocks-block--container { padding:16px; } } .ablocks-block-4ac109eb-fbae-4eaf-9373-7957b19a0c8e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-4ac109eb-fbae-4eaf-9373-7957b19a0c8e { flex-direction:column;row-gap:30px; } } .ablocks-block-4ac109eb-fbae-4eaf-9373-7957b19a0c8e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-4ac109eb-fbae-4eaf-9373-7957b19a0c8e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-4ac109eb-fbae-4eaf-9373-7957b19a0c8e { display:inline-flex; } 
.ablocks-block-f34743f5-72b2-4ac4-a02a-e7d9a401f60d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f34743f5-72b2-4ac4-a02a-e7d9a401f60d.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f34743f5-72b2-4ac4-a02a-e7d9a401f60d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-f34743f5-72b2-4ac4-a02a-e7d9a401f60d { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f34743f5-72b2-4ac4-a02a-e7d9a401f60d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f34743f5-72b2-4ac4-a02a-e7d9a401f60d { display:inline-flex; } 
.ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946:not(.ablocks-has-block-container), .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-price-menu-item, .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-7e3d6678-522b-4e28-bd08-2c88a14ae946 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-40becca5-6879-485e-96e6-9fec9eb1f386 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-40becca5-6879-485e-96e6-9fec9eb1f386 .ablocks-icon-wrap { font-size:185px; } .ablocks-block-40becca5-6879-485e-96e6-9fec9eb1f386 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-40becca5-6879-485e-96e6-9fec9eb1f386 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-40becca5-6879-485e-96e6-9fec9eb1f386 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-40becca5-6879-485e-96e6-9fec9eb1f386 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-40becca5-6879-485e-96e6-9fec9eb1f386 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-79dc0437-56b1-4a4b-8381-d5c8e3909741 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-79dc0437-56b1-4a4b-8381-d5c8e3909741 { display:flex;justify-content:left; } .ablocks-block-79dc0437-56b1-4a4b-8381-d5c8e3909741 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-79dc0437-56b1-4a4b-8381-d5c8e3909741 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-79dc0437-56b1-4a4b-8381-d5c8e3909741 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1e0bde09-d514-4e02-abbc-f7f8a93fbb38 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-1e0bde09-d514-4e02-abbc-f7f8a93fbb38 { padding:16px; } } .ablocks-block-1e0bde09-d514-4e02-abbc-f7f8a93fbb38.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-1e0bde09-d514-4e02-abbc-f7f8a93fbb38.ablocks-block--container { padding:16px; } } .ablocks-block-1e0bde09-d514-4e02-abbc-f7f8a93fbb38 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-1e0bde09-d514-4e02-abbc-f7f8a93fbb38 { flex-direction:column;row-gap:30px; } } .ablocks-block-1e0bde09-d514-4e02-abbc-f7f8a93fbb38.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-1e0bde09-d514-4e02-abbc-f7f8a93fbb38.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-1e0bde09-d514-4e02-abbc-f7f8a93fbb38 { display:inline-flex; } 
.ablocks-block-f939da9d-e1f1-4ad9-b73c-fd0e017969c8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f939da9d-e1f1-4ad9-b73c-fd0e017969c8.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f939da9d-e1f1-4ad9-b73c-fd0e017969c8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-f939da9d-e1f1-4ad9-b73c-fd0e017969c8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f939da9d-e1f1-4ad9-b73c-fd0e017969c8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f939da9d-e1f1-4ad9-b73c-fd0e017969c8 { display:inline-flex; } 
.ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf:not(.ablocks-has-block-container), .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-price-menu-item, .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-b268508a-3b4f-482e-a0fe-ea87375db9cf .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-115078bb-d9ef-4db9-b2de-919c7a2f14fa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-115078bb-d9ef-4db9-b2de-919c7a2f14fa .ablocks-icon-wrap { font-size:185px; } .ablocks-block-115078bb-d9ef-4db9-b2de-919c7a2f14fa .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-115078bb-d9ef-4db9-b2de-919c7a2f14fa .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-115078bb-d9ef-4db9-b2de-919c7a2f14fa .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-115078bb-d9ef-4db9-b2de-919c7a2f14fa .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-115078bb-d9ef-4db9-b2de-919c7a2f14fa .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-70e29b7c-bb39-49cd-8aeb-55620ef18e65 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70e29b7c-bb39-49cd-8aeb-55620ef18e65 { display:flex;justify-content:left; } .ablocks-block-70e29b7c-bb39-49cd-8aeb-55620ef18e65 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-70e29b7c-bb39-49cd-8aeb-55620ef18e65 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-70e29b7c-bb39-49cd-8aeb-55620ef18e65 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9de48114-493e-45fc-a8e2-ee19d0721a60 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9de48114-493e-45fc-a8e2-ee19d0721a60.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9de48114-493e-45fc-a8e2-ee19d0721a60 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-9de48114-493e-45fc-a8e2-ee19d0721a60 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-9de48114-493e-45fc-a8e2-ee19d0721a60 { row-gap:32px; } } .ablocks-block-9de48114-493e-45fc-a8e2-ee19d0721a60.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-9de48114-493e-45fc-a8e2-ee19d0721a60.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-9de48114-493e-45fc-a8e2-ee19d0721a60.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-9de48114-493e-45fc-a8e2-ee19d0721a60 { display:inline-flex; } 
.ablocks-block-b88a0755-9362-4615-ae0e-e212e345e720 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b88a0755-9362-4615-ae0e-e212e345e720 { padding:16px; } } .ablocks-block-b88a0755-9362-4615-ae0e-e212e345e720.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b88a0755-9362-4615-ae0e-e212e345e720.ablocks-block--container { padding:16px; } } .ablocks-block-b88a0755-9362-4615-ae0e-e212e345e720 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-b88a0755-9362-4615-ae0e-e212e345e720 { flex-direction:column;row-gap:30px; } } .ablocks-block-b88a0755-9362-4615-ae0e-e212e345e720.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-b88a0755-9362-4615-ae0e-e212e345e720.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-b88a0755-9362-4615-ae0e-e212e345e720 { display:inline-flex; } 
.ablocks-block-2c32e956-95f6-4557-be9b-326a68499c93 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c32e956-95f6-4557-be9b-326a68499c93.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2c32e956-95f6-4557-be9b-326a68499c93.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2c32e956-95f6-4557-be9b-326a68499c93 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2c32e956-95f6-4557-be9b-326a68499c93.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2c32e956-95f6-4557-be9b-326a68499c93 { display:inline-flex; } 
.ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec:not(.ablocks-has-block-container), .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-price-menu-item, .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-101746ae-9517-456a-92f6-fe15c96f8aec .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-80998070-7db6-4eef-ab89-cb425e196578 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-80998070-7db6-4eef-ab89-cb425e196578 .ablocks-icon-wrap { font-size:185px; } .ablocks-block-80998070-7db6-4eef-ab89-cb425e196578 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-80998070-7db6-4eef-ab89-cb425e196578 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-80998070-7db6-4eef-ab89-cb425e196578 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-80998070-7db6-4eef-ab89-cb425e196578 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-80998070-7db6-4eef-ab89-cb425e196578 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-db90ac46-8bb0-4c45-91c3-6ee93b103b19 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db90ac46-8bb0-4c45-91c3-6ee93b103b19 { display:flex;justify-content:left; } .ablocks-block-db90ac46-8bb0-4c45-91c3-6ee93b103b19 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-db90ac46-8bb0-4c45-91c3-6ee93b103b19 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-db90ac46-8bb0-4c45-91c3-6ee93b103b19 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-cf6bd6cd-1fb2-4cd3-80c9-e39cff25a244 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-cf6bd6cd-1fb2-4cd3-80c9-e39cff25a244 { padding:16px; } } .ablocks-block-cf6bd6cd-1fb2-4cd3-80c9-e39cff25a244.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-cf6bd6cd-1fb2-4cd3-80c9-e39cff25a244.ablocks-block--container { padding:16px; } } .ablocks-block-cf6bd6cd-1fb2-4cd3-80c9-e39cff25a244 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-cf6bd6cd-1fb2-4cd3-80c9-e39cff25a244 { flex-direction:column;row-gap:30px; } } .ablocks-block-cf6bd6cd-1fb2-4cd3-80c9-e39cff25a244.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-cf6bd6cd-1fb2-4cd3-80c9-e39cff25a244.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-cf6bd6cd-1fb2-4cd3-80c9-e39cff25a244 { display:inline-flex; } 
.ablocks-block-9f64063b-52ed-4399-8c69-ef668f20a9fc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9f64063b-52ed-4399-8c69-ef668f20a9fc.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9f64063b-52ed-4399-8c69-ef668f20a9fc.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9f64063b-52ed-4399-8c69-ef668f20a9fc { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9f64063b-52ed-4399-8c69-ef668f20a9fc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9f64063b-52ed-4399-8c69-ef668f20a9fc { display:inline-flex; } 
.ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1:not(.ablocks-has-block-container), .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-price-menu-item, .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-bcba9442-3c14-46e7-a67a-36fe186091b1 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-2fa34cca-2fe1-4023-802b-512d46081faf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2fa34cca-2fe1-4023-802b-512d46081faf .ablocks-icon-wrap { font-size:185px; } .ablocks-block-2fa34cca-2fe1-4023-802b-512d46081faf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-2fa34cca-2fe1-4023-802b-512d46081faf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-2fa34cca-2fe1-4023-802b-512d46081faf .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-2fa34cca-2fe1-4023-802b-512d46081faf .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-2fa34cca-2fe1-4023-802b-512d46081faf .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-15832cee-8fa6-45f9-accd-3713c2abb420 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-15832cee-8fa6-45f9-accd-3713c2abb420 { display:flex;justify-content:left; } .ablocks-block-15832cee-8fa6-45f9-accd-3713c2abb420 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-15832cee-8fa6-45f9-accd-3713c2abb420 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-15832cee-8fa6-45f9-accd-3713c2abb420 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 

.ablocks-block-9562f1c4-0f6d-4ff1-b97a-915a13823d6e { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9562f1c4-0f6d-4ff1-b97a-915a13823d6e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9562f1c4-0f6d-4ff1-b97a-915a13823d6e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9562f1c4-0f6d-4ff1-b97a-915a13823d6e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-505c6242-ba1d-4381-bfbc-f485d7a4c153 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-505c6242-ba1d-4381-bfbc-f485d7a4c153 { text-align:center; } .ablocks-block-505c6242-ba1d-4381-bfbc-f485d7a4c153 .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-505c6242-ba1d-4381-bfbc-f485d7a4c153 .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-b6183192-9484-45a7-8e1e-a89be92eb434 { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6183192-9484-45a7-8e1e-a89be92eb434.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b6183192-9484-45a7-8e1e-a89be92eb434 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-b6183192-9484-45a7-8e1e-a89be92eb434 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b6183192-9484-45a7-8e1e-a89be92eb434 { row-gap:32px; } } .ablocks-block-b6183192-9484-45a7-8e1e-a89be92eb434.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-b6183192-9484-45a7-8e1e-a89be92eb434.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b6183192-9484-45a7-8e1e-a89be92eb434.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-b6183192-9484-45a7-8e1e-a89be92eb434 { display:inline-flex; } 
.ablocks-block-27d764a5-7747-409a-9262-75a569df7ade { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-27d764a5-7747-409a-9262-75a569df7ade { padding:16px; } } .ablocks-block-27d764a5-7747-409a-9262-75a569df7ade.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-27d764a5-7747-409a-9262-75a569df7ade.ablocks-block--container { padding:16px; } } .ablocks-block-27d764a5-7747-409a-9262-75a569df7ade { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-27d764a5-7747-409a-9262-75a569df7ade { flex-direction:column;row-gap:30px; } } .ablocks-block-27d764a5-7747-409a-9262-75a569df7ade.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-27d764a5-7747-409a-9262-75a569df7ade.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-27d764a5-7747-409a-9262-75a569df7ade { display:inline-flex; } 
.ablocks-block-b5786b33-3d99-40ca-8363-8db2aa5c0b81 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5786b33-3d99-40ca-8363-8db2aa5c0b81.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b5786b33-3d99-40ca-8363-8db2aa5c0b81.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b5786b33-3d99-40ca-8363-8db2aa5c0b81 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b5786b33-3d99-40ca-8363-8db2aa5c0b81.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b5786b33-3d99-40ca-8363-8db2aa5c0b81 { display:inline-flex; } 
.ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3:not(.ablocks-has-block-container), .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-price-menu-item, .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-d1e0f262-c59a-4c97-8655-3567bca8f1a3 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-759aa59b-7a77-4c63-aa33-ffe747e1444a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-759aa59b-7a77-4c63-aa33-ffe747e1444a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-759aa59b-7a77-4c63-aa33-ffe747e1444a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-759aa59b-7a77-4c63-aa33-ffe747e1444a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-759aa59b-7a77-4c63-aa33-ffe747e1444a .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-759aa59b-7a77-4c63-aa33-ffe747e1444a .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-759aa59b-7a77-4c63-aa33-ffe747e1444a .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-dff6e7ba-3b50-423b-a7f7-4198cf42d364 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dff6e7ba-3b50-423b-a7f7-4198cf42d364 { display:flex;justify-content:left; } .ablocks-block-dff6e7ba-3b50-423b-a7f7-4198cf42d364 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-dff6e7ba-3b50-423b-a7f7-4198cf42d364 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-dff6e7ba-3b50-423b-a7f7-4198cf42d364 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d7c6380d-85c3-47a6-9ced-92517d82c911 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d7c6380d-85c3-47a6-9ced-92517d82c911 { padding:16px; } } .ablocks-block-d7c6380d-85c3-47a6-9ced-92517d82c911.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d7c6380d-85c3-47a6-9ced-92517d82c911.ablocks-block--container { padding:16px; } } .ablocks-block-d7c6380d-85c3-47a6-9ced-92517d82c911 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d7c6380d-85c3-47a6-9ced-92517d82c911 { flex-direction:column;row-gap:30px; } } .ablocks-block-d7c6380d-85c3-47a6-9ced-92517d82c911.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d7c6380d-85c3-47a6-9ced-92517d82c911.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-d7c6380d-85c3-47a6-9ced-92517d82c911 { display:inline-flex; } 
.ablocks-block-fe331e77-734f-4dc8-8420-20f41df03369 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe331e77-734f-4dc8-8420-20f41df03369.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fe331e77-734f-4dc8-8420-20f41df03369.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-fe331e77-734f-4dc8-8420-20f41df03369 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fe331e77-734f-4dc8-8420-20f41df03369.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fe331e77-734f-4dc8-8420-20f41df03369 { display:inline-flex; } 
.ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659:not(.ablocks-has-block-container), .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-price-menu-item, .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-a92661c5-d85e-4555-95e3-cbcfb11f0659 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-d558ce2f-57fb-4e89-81b4-a15d10a77ab4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d558ce2f-57fb-4e89-81b4-a15d10a77ab4 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d558ce2f-57fb-4e89-81b4-a15d10a77ab4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-d558ce2f-57fb-4e89-81b4-a15d10a77ab4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-d558ce2f-57fb-4e89-81b4-a15d10a77ab4 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-d558ce2f-57fb-4e89-81b4-a15d10a77ab4 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-d558ce2f-57fb-4e89-81b4-a15d10a77ab4 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-77e5c11e-5df0-490f-b176-a8f6a3271b36 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-77e5c11e-5df0-490f-b176-a8f6a3271b36 { display:flex;justify-content:left; } .ablocks-block-77e5c11e-5df0-490f-b176-a8f6a3271b36 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-77e5c11e-5df0-490f-b176-a8f6a3271b36 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-77e5c11e-5df0-490f-b176-a8f6a3271b36 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9925f26b-1cae-4ec1-b7db-b30658bc7f51 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9925f26b-1cae-4ec1-b7db-b30658bc7f51.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9925f26b-1cae-4ec1-b7db-b30658bc7f51 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-9925f26b-1cae-4ec1-b7db-b30658bc7f51 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-9925f26b-1cae-4ec1-b7db-b30658bc7f51 { row-gap:32px; } } .ablocks-block-9925f26b-1cae-4ec1-b7db-b30658bc7f51.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-9925f26b-1cae-4ec1-b7db-b30658bc7f51.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-9925f26b-1cae-4ec1-b7db-b30658bc7f51.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-9925f26b-1cae-4ec1-b7db-b30658bc7f51 { display:inline-flex; } 
.ablocks-block-30ac640c-4c4e-4167-97a0-8ce41fac5141 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-30ac640c-4c4e-4167-97a0-8ce41fac5141 { padding:16px; } } .ablocks-block-30ac640c-4c4e-4167-97a0-8ce41fac5141.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-30ac640c-4c4e-4167-97a0-8ce41fac5141.ablocks-block--container { padding:16px; } } .ablocks-block-30ac640c-4c4e-4167-97a0-8ce41fac5141 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-30ac640c-4c4e-4167-97a0-8ce41fac5141 { flex-direction:column;row-gap:30px; } } .ablocks-block-30ac640c-4c4e-4167-97a0-8ce41fac5141.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-30ac640c-4c4e-4167-97a0-8ce41fac5141.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-30ac640c-4c4e-4167-97a0-8ce41fac5141 { display:inline-flex; } 
.ablocks-block-aa192aaf-91f2-484a-8d9b-b80752f6f3a7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa192aaf-91f2-484a-8d9b-b80752f6f3a7.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-aa192aaf-91f2-484a-8d9b-b80752f6f3a7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-aa192aaf-91f2-484a-8d9b-b80752f6f3a7 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-aa192aaf-91f2-484a-8d9b-b80752f6f3a7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-aa192aaf-91f2-484a-8d9b-b80752f6f3a7 { display:inline-flex; } 
.ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5:not(.ablocks-has-block-container), .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-price-menu-item, .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-359e8763-9d4c-4af8-abb7-c2484fe068f5 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-96380f5e-924a-4bc7-b86e-ba3a5f5b6ee6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-96380f5e-924a-4bc7-b86e-ba3a5f5b6ee6 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-96380f5e-924a-4bc7-b86e-ba3a5f5b6ee6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-96380f5e-924a-4bc7-b86e-ba3a5f5b6ee6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-96380f5e-924a-4bc7-b86e-ba3a5f5b6ee6 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-96380f5e-924a-4bc7-b86e-ba3a5f5b6ee6 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-96380f5e-924a-4bc7-b86e-ba3a5f5b6ee6 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-23acf1e7-27df-4707-a7e3-01e45ee27e8d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23acf1e7-27df-4707-a7e3-01e45ee27e8d { display:flex;justify-content:left; } .ablocks-block-23acf1e7-27df-4707-a7e3-01e45ee27e8d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-23acf1e7-27df-4707-a7e3-01e45ee27e8d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-23acf1e7-27df-4707-a7e3-01e45ee27e8d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-737f77ff-dade-4e03-8503-afbaf1184980 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-737f77ff-dade-4e03-8503-afbaf1184980 { padding:16px; } } .ablocks-block-737f77ff-dade-4e03-8503-afbaf1184980.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-737f77ff-dade-4e03-8503-afbaf1184980.ablocks-block--container { padding:16px; } } .ablocks-block-737f77ff-dade-4e03-8503-afbaf1184980 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-737f77ff-dade-4e03-8503-afbaf1184980 { flex-direction:column;row-gap:30px; } } .ablocks-block-737f77ff-dade-4e03-8503-afbaf1184980.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-737f77ff-dade-4e03-8503-afbaf1184980.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-737f77ff-dade-4e03-8503-afbaf1184980 { display:inline-flex; } 
.ablocks-block-d07b3cb4-f151-4ccd-a970-dccec56ab06c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d07b3cb4-f151-4ccd-a970-dccec56ab06c.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d07b3cb4-f151-4ccd-a970-dccec56ab06c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d07b3cb4-f151-4ccd-a970-dccec56ab06c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d07b3cb4-f151-4ccd-a970-dccec56ab06c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d07b3cb4-f151-4ccd-a970-dccec56ab06c { display:inline-flex; } 
.ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d:not(.ablocks-has-block-container), .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-price-menu-item, .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-b59dbd86-1b93-4ced-a59b-58e46e7abc0d .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-c2672443-7077-423a-8ea1-eca6452e9a95 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c2672443-7077-423a-8ea1-eca6452e9a95 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c2672443-7077-423a-8ea1-eca6452e9a95 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-c2672443-7077-423a-8ea1-eca6452e9a95 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-c2672443-7077-423a-8ea1-eca6452e9a95 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-c2672443-7077-423a-8ea1-eca6452e9a95 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-c2672443-7077-423a-8ea1-eca6452e9a95 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-b9c95799-33c3-43c8-b03a-9b33d99f160e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b9c95799-33c3-43c8-b03a-9b33d99f160e { display:flex;justify-content:left; } .ablocks-block-b9c95799-33c3-43c8-b03a-9b33d99f160e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b9c95799-33c3-43c8-b03a-9b33d99f160e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b9c95799-33c3-43c8-b03a-9b33d99f160e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-bc6b9f68-f98d-4b3a-89c9-2dfd72668d0e { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc6b9f68-f98d-4b3a-89c9-2dfd72668d0e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bc6b9f68-f98d-4b3a-89c9-2dfd72668d0e { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-bc6b9f68-f98d-4b3a-89c9-2dfd72668d0e { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-bc6b9f68-f98d-4b3a-89c9-2dfd72668d0e { row-gap:32px; } } .ablocks-block-bc6b9f68-f98d-4b3a-89c9-2dfd72668d0e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-bc6b9f68-f98d-4b3a-89c9-2dfd72668d0e.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-bc6b9f68-f98d-4b3a-89c9-2dfd72668d0e.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-bc6b9f68-f98d-4b3a-89c9-2dfd72668d0e { display:inline-flex; } 
.ablocks-block-ef571bb3-23df-4339-b3ae-ece00c0742cd { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ef571bb3-23df-4339-b3ae-ece00c0742cd { padding-top:16px;padding-right:16px;padding-bottom:0px;padding-left:16px; } } .ablocks-block-ef571bb3-23df-4339-b3ae-ece00c0742cd.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ef571bb3-23df-4339-b3ae-ece00c0742cd.ablocks-block--container { padding-top:16px;padding-right:16px;padding-bottom:0px;padding-left:16px; } } .ablocks-block-ef571bb3-23df-4339-b3ae-ece00c0742cd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-ef571bb3-23df-4339-b3ae-ece00c0742cd { flex-direction:column;row-gap:30px; } } .ablocks-block-ef571bb3-23df-4339-b3ae-ece00c0742cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-ef571bb3-23df-4339-b3ae-ece00c0742cd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-ef571bb3-23df-4339-b3ae-ece00c0742cd { display:inline-flex; } 
.ablocks-block-ee08fe60-7f08-45e2-9020-fd7482ce6ede { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee08fe60-7f08-45e2-9020-fd7482ce6ede.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ee08fe60-7f08-45e2-9020-fd7482ce6ede.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ee08fe60-7f08-45e2-9020-fd7482ce6ede { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ee08fe60-7f08-45e2-9020-fd7482ce6ede.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ee08fe60-7f08-45e2-9020-fd7482ce6ede { display:inline-flex; } 
.ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8:not(.ablocks-has-block-container), .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-price-menu-item, .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-d853bab3-e79d-4c81-a210-46673149cac8 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-ccd3aca1-ef61-4057-9a71-13cb96a02bbb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ccd3aca1-ef61-4057-9a71-13cb96a02bbb .ablocks-icon-wrap { font-size:unset; } .ablocks-block-ccd3aca1-ef61-4057-9a71-13cb96a02bbb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-ccd3aca1-ef61-4057-9a71-13cb96a02bbb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-ccd3aca1-ef61-4057-9a71-13cb96a02bbb .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-ccd3aca1-ef61-4057-9a71-13cb96a02bbb .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-ccd3aca1-ef61-4057-9a71-13cb96a02bbb .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-c5ccaf63-86ab-4786-8267-17c6601cef3a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c5ccaf63-86ab-4786-8267-17c6601cef3a { display:flex;justify-content:left; } .ablocks-block-c5ccaf63-86ab-4786-8267-17c6601cef3a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c5ccaf63-86ab-4786-8267-17c6601cef3a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c5ccaf63-86ab-4786-8267-17c6601cef3a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0930d76f-674b-4d24-ba42-d2b766c2a442 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0930d76f-674b-4d24-ba42-d2b766c2a442 { padding:16px; } } .ablocks-block-0930d76f-674b-4d24-ba42-d2b766c2a442.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-0930d76f-674b-4d24-ba42-d2b766c2a442.ablocks-block--container { padding:16px; } } .ablocks-block-0930d76f-674b-4d24-ba42-d2b766c2a442 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-0930d76f-674b-4d24-ba42-d2b766c2a442 { flex-direction:column;row-gap:30px; } } .ablocks-block-0930d76f-674b-4d24-ba42-d2b766c2a442.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-0930d76f-674b-4d24-ba42-d2b766c2a442.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-0930d76f-674b-4d24-ba42-d2b766c2a442 { display:inline-flex; } 
.ablocks-block-afcb01ae-782b-4943-a0bb-d42ce1ef40d4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afcb01ae-782b-4943-a0bb-d42ce1ef40d4.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-afcb01ae-782b-4943-a0bb-d42ce1ef40d4.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-afcb01ae-782b-4943-a0bb-d42ce1ef40d4 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-afcb01ae-782b-4943-a0bb-d42ce1ef40d4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-afcb01ae-782b-4943-a0bb-d42ce1ef40d4 { display:inline-flex; } 
.ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17:not(.ablocks-has-block-container), .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-price-menu-item, .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-6c07a415-d532-478f-b09d-628082f60d17 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-1ee6797b-0086-4f1c-9e69-f9ea41b14841 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ee6797b-0086-4f1c-9e69-f9ea41b14841 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1ee6797b-0086-4f1c-9e69-f9ea41b14841 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-1ee6797b-0086-4f1c-9e69-f9ea41b14841 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-1ee6797b-0086-4f1c-9e69-f9ea41b14841 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-1ee6797b-0086-4f1c-9e69-f9ea41b14841 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-1ee6797b-0086-4f1c-9e69-f9ea41b14841 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-510128a4-2961-419e-9080-79f69a706bb2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-510128a4-2961-419e-9080-79f69a706bb2 { display:flex;justify-content:left; } .ablocks-block-510128a4-2961-419e-9080-79f69a706bb2 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-510128a4-2961-419e-9080-79f69a706bb2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-510128a4-2961-419e-9080-79f69a706bb2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f7aa7580-f07c-4779-91ec-a450b4e8493b { margin-top:34px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f7aa7580-f07c-4779-91ec-a450b4e8493b.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-f7aa7580-f07c-4779-91ec-a450b4e8493b.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-f7aa7580-f07c-4779-91ec-a450b4e8493b .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-f7aa7580-f07c-4779-91ec-a450b4e8493b .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-f7aa7580-f07c-4779-91ec-a450b4e8493b .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f7aa7580-f07c-4779-91ec-a450b4e8493b .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-f7aa7580-f07c-4779-91ec-a450b4e8493b .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-f7aa7580-f07c-4779-91ec-a450b4e8493b .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 

.ablocks-block-705bbb85-5f67-4c22-b088-4bc8286c57b0 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-705bbb85-5f67-4c22-b088-4bc8286c57b0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-705bbb85-5f67-4c22-b088-4bc8286c57b0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-705bbb85-5f67-4c22-b088-4bc8286c57b0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2d872161-d514-435e-a26d-6573a7c280f2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d872161-d514-435e-a26d-6573a7c280f2 { text-align:center; } .ablocks-block-2d872161-d514-435e-a26d-6573a7c280f2 .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-2d872161-d514-435e-a26d-6573a7c280f2 .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-7b7934dc-4f96-47f3-bf16-883a293b01fe { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7b7934dc-4f96-47f3-bf16-883a293b01fe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7b7934dc-4f96-47f3-bf16-883a293b01fe { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-7b7934dc-4f96-47f3-bf16-883a293b01fe { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-7b7934dc-4f96-47f3-bf16-883a293b01fe { row-gap:32px; } } .ablocks-block-7b7934dc-4f96-47f3-bf16-883a293b01fe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-7b7934dc-4f96-47f3-bf16-883a293b01fe.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-7b7934dc-4f96-47f3-bf16-883a293b01fe.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-7b7934dc-4f96-47f3-bf16-883a293b01fe { display:inline-flex; } 
.ablocks-block-336dc946-0ce5-49e1-936a-8b21ed2b8d74 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-336dc946-0ce5-49e1-936a-8b21ed2b8d74 { padding:16px; } } .ablocks-block-336dc946-0ce5-49e1-936a-8b21ed2b8d74.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-336dc946-0ce5-49e1-936a-8b21ed2b8d74.ablocks-block--container { padding:16px; } } .ablocks-block-336dc946-0ce5-49e1-936a-8b21ed2b8d74 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-336dc946-0ce5-49e1-936a-8b21ed2b8d74 { flex-direction:column;row-gap:30px; } } .ablocks-block-336dc946-0ce5-49e1-936a-8b21ed2b8d74.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-336dc946-0ce5-49e1-936a-8b21ed2b8d74.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-336dc946-0ce5-49e1-936a-8b21ed2b8d74 { display:inline-flex; } 
.ablocks-block-e6323cc7-c809-49ad-9af0-4e57511e5da8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6323cc7-c809-49ad-9af0-4e57511e5da8.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e6323cc7-c809-49ad-9af0-4e57511e5da8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e6323cc7-c809-49ad-9af0-4e57511e5da8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e6323cc7-c809-49ad-9af0-4e57511e5da8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e6323cc7-c809-49ad-9af0-4e57511e5da8 { display:inline-flex; } 
.ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95:not(.ablocks-has-block-container), .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-price-menu-item, .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-eb1abbf0-6b8d-41e3-8ab8-99c43c798d95 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-b12fe56d-221a-42f8-9faf-8ef77e75b590 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b12fe56d-221a-42f8-9faf-8ef77e75b590 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-b12fe56d-221a-42f8-9faf-8ef77e75b590 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-b12fe56d-221a-42f8-9faf-8ef77e75b590 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-b12fe56d-221a-42f8-9faf-8ef77e75b590 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-b12fe56d-221a-42f8-9faf-8ef77e75b590 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-b12fe56d-221a-42f8-9faf-8ef77e75b590 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-bed5db9d-53d4-4e08-b79d-1c3f1b1e5c56 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bed5db9d-53d4-4e08-b79d-1c3f1b1e5c56 { display:flex;justify-content:left; } .ablocks-block-bed5db9d-53d4-4e08-b79d-1c3f1b1e5c56 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-bed5db9d-53d4-4e08-b79d-1c3f1b1e5c56 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-bed5db9d-53d4-4e08-b79d-1c3f1b1e5c56 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b34494b1-2274-4f9f-bceb-4a73610b8b17 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b34494b1-2274-4f9f-bceb-4a73610b8b17 { padding:16px; } } .ablocks-block-b34494b1-2274-4f9f-bceb-4a73610b8b17.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b34494b1-2274-4f9f-bceb-4a73610b8b17.ablocks-block--container { padding:16px; } } .ablocks-block-b34494b1-2274-4f9f-bceb-4a73610b8b17 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-b34494b1-2274-4f9f-bceb-4a73610b8b17 { flex-direction:column;row-gap:30px; } } .ablocks-block-b34494b1-2274-4f9f-bceb-4a73610b8b17.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-b34494b1-2274-4f9f-bceb-4a73610b8b17.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-b34494b1-2274-4f9f-bceb-4a73610b8b17 { display:inline-flex; } 
.ablocks-block-9ab4338a-83ea-4154-89cd-ac8a3408b498 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ab4338a-83ea-4154-89cd-ac8a3408b498.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9ab4338a-83ea-4154-89cd-ac8a3408b498.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9ab4338a-83ea-4154-89cd-ac8a3408b498 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9ab4338a-83ea-4154-89cd-ac8a3408b498.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9ab4338a-83ea-4154-89cd-ac8a3408b498 { display:inline-flex; } 
.ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c:not(.ablocks-has-block-container), .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-price-menu-item, .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-d9ab6bea-4414-449a-afb0-38d602b3925c .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-5ebd6aec-1202-4e20-8bfe-6b1a7b268edb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5ebd6aec-1202-4e20-8bfe-6b1a7b268edb .ablocks-icon-wrap { font-size:unset; } .ablocks-block-5ebd6aec-1202-4e20-8bfe-6b1a7b268edb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-5ebd6aec-1202-4e20-8bfe-6b1a7b268edb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-5ebd6aec-1202-4e20-8bfe-6b1a7b268edb .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-5ebd6aec-1202-4e20-8bfe-6b1a7b268edb .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-5ebd6aec-1202-4e20-8bfe-6b1a7b268edb .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-a1229fcc-7aa1-4c3f-b334-4be3e98a57a9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1229fcc-7aa1-4c3f-b334-4be3e98a57a9 { display:flex;justify-content:left; } .ablocks-block-a1229fcc-7aa1-4c3f-b334-4be3e98a57a9 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-a1229fcc-7aa1-4c3f-b334-4be3e98a57a9 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a1229fcc-7aa1-4c3f-b334-4be3e98a57a9 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fb8f0950-c0c1-49a1-96e0-d06cbf0e1343 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fb8f0950-c0c1-49a1-96e0-d06cbf0e1343.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fb8f0950-c0c1-49a1-96e0-d06cbf0e1343 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-fb8f0950-c0c1-49a1-96e0-d06cbf0e1343 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-fb8f0950-c0c1-49a1-96e0-d06cbf0e1343 { row-gap:32px; } } .ablocks-block-fb8f0950-c0c1-49a1-96e0-d06cbf0e1343.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-fb8f0950-c0c1-49a1-96e0-d06cbf0e1343.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-fb8f0950-c0c1-49a1-96e0-d06cbf0e1343.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-fb8f0950-c0c1-49a1-96e0-d06cbf0e1343 { display:inline-flex; } 
.ablocks-block-f87f1e8a-27be-4e35-9406-4d0090deae85 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f87f1e8a-27be-4e35-9406-4d0090deae85 { padding:16px; } } .ablocks-block-f87f1e8a-27be-4e35-9406-4d0090deae85.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-f87f1e8a-27be-4e35-9406-4d0090deae85.ablocks-block--container { padding:16px; } } .ablocks-block-f87f1e8a-27be-4e35-9406-4d0090deae85 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-f87f1e8a-27be-4e35-9406-4d0090deae85 { flex-direction:column;row-gap:30px; } } .ablocks-block-f87f1e8a-27be-4e35-9406-4d0090deae85.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-f87f1e8a-27be-4e35-9406-4d0090deae85.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-f87f1e8a-27be-4e35-9406-4d0090deae85 { display:inline-flex; } 
.ablocks-block-bb752f2c-45df-4e52-881b-5536af843b3a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb752f2c-45df-4e52-881b-5536af843b3a.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bb752f2c-45df-4e52-881b-5536af843b3a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-bb752f2c-45df-4e52-881b-5536af843b3a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bb752f2c-45df-4e52-881b-5536af843b3a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bb752f2c-45df-4e52-881b-5536af843b3a { display:inline-flex; } 
.ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d:not(.ablocks-has-block-container), .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-price-menu-item, .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-271628b6-3b22-4d55-9e8a-fe5a1a17541d .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-3fc4efc5-4c23-4794-b409-7b887a9edcc3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3fc4efc5-4c23-4794-b409-7b887a9edcc3 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3fc4efc5-4c23-4794-b409-7b887a9edcc3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-3fc4efc5-4c23-4794-b409-7b887a9edcc3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-3fc4efc5-4c23-4794-b409-7b887a9edcc3 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-3fc4efc5-4c23-4794-b409-7b887a9edcc3 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-3fc4efc5-4c23-4794-b409-7b887a9edcc3 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-0b9c4e56-50a8-4ac3-b470-994ed830442e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b9c4e56-50a8-4ac3-b470-994ed830442e { display:flex;justify-content:left; } .ablocks-block-0b9c4e56-50a8-4ac3-b470-994ed830442e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-0b9c4e56-50a8-4ac3-b470-994ed830442e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-0b9c4e56-50a8-4ac3-b470-994ed830442e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-84f52acd-98fb-4f69-bdab-a563986a33cf { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-84f52acd-98fb-4f69-bdab-a563986a33cf { padding:16px; } } .ablocks-block-84f52acd-98fb-4f69-bdab-a563986a33cf.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-84f52acd-98fb-4f69-bdab-a563986a33cf.ablocks-block--container { padding:16px; } } .ablocks-block-84f52acd-98fb-4f69-bdab-a563986a33cf { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-84f52acd-98fb-4f69-bdab-a563986a33cf { flex-direction:column;row-gap:30px; } } .ablocks-block-84f52acd-98fb-4f69-bdab-a563986a33cf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-84f52acd-98fb-4f69-bdab-a563986a33cf.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-84f52acd-98fb-4f69-bdab-a563986a33cf { display:inline-flex; } 
.ablocks-block-88d3a231-013a-4af3-937c-357e2f7f6ae0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88d3a231-013a-4af3-937c-357e2f7f6ae0.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-88d3a231-013a-4af3-937c-357e2f7f6ae0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-88d3a231-013a-4af3-937c-357e2f7f6ae0 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-88d3a231-013a-4af3-937c-357e2f7f6ae0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-88d3a231-013a-4af3-937c-357e2f7f6ae0 { display:inline-flex; } 
.ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d:not(.ablocks-has-block-container), .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-price-menu-item, .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-953d66e8-5424-4e4d-8099-89593451d89d .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-60f404f9-4523-4638-9eee-80e493619ee1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-60f404f9-4523-4638-9eee-80e493619ee1 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-60f404f9-4523-4638-9eee-80e493619ee1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-60f404f9-4523-4638-9eee-80e493619ee1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-60f404f9-4523-4638-9eee-80e493619ee1 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-60f404f9-4523-4638-9eee-80e493619ee1 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-60f404f9-4523-4638-9eee-80e493619ee1 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-a4e70537-035e-459f-a3cb-1a853f2c113a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4e70537-035e-459f-a3cb-1a853f2c113a { display:flex;justify-content:left; } .ablocks-block-a4e70537-035e-459f-a3cb-1a853f2c113a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-a4e70537-035e-459f-a3cb-1a853f2c113a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-a4e70537-035e-459f-a3cb-1a853f2c113a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-50b9a55f-15f1-4122-aea2-c965da1292b0 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-50b9a55f-15f1-4122-aea2-c965da1292b0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-50b9a55f-15f1-4122-aea2-c965da1292b0 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-50b9a55f-15f1-4122-aea2-c965da1292b0 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-50b9a55f-15f1-4122-aea2-c965da1292b0 { row-gap:32px; } } .ablocks-block-50b9a55f-15f1-4122-aea2-c965da1292b0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-50b9a55f-15f1-4122-aea2-c965da1292b0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-50b9a55f-15f1-4122-aea2-c965da1292b0.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-50b9a55f-15f1-4122-aea2-c965da1292b0 { display:inline-flex; } 
.ablocks-block-73b53203-24ce-403f-8e5e-b6c617ecd9a3 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-73b53203-24ce-403f-8e5e-b6c617ecd9a3 { padding:16px; } } .ablocks-block-73b53203-24ce-403f-8e5e-b6c617ecd9a3.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-73b53203-24ce-403f-8e5e-b6c617ecd9a3.ablocks-block--container { padding:16px; } } .ablocks-block-73b53203-24ce-403f-8e5e-b6c617ecd9a3 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-73b53203-24ce-403f-8e5e-b6c617ecd9a3 { flex-direction:column;row-gap:30px; } } .ablocks-block-73b53203-24ce-403f-8e5e-b6c617ecd9a3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-73b53203-24ce-403f-8e5e-b6c617ecd9a3.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-73b53203-24ce-403f-8e5e-b6c617ecd9a3 { display:inline-flex; } 
.ablocks-block-6e137e53-cab9-4901-ad35-4933a5bcc6b5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e137e53-cab9-4901-ad35-4933a5bcc6b5.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6e137e53-cab9-4901-ad35-4933a5bcc6b5.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6e137e53-cab9-4901-ad35-4933a5bcc6b5 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6e137e53-cab9-4901-ad35-4933a5bcc6b5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6e137e53-cab9-4901-ad35-4933a5bcc6b5 { display:inline-flex; } 
.ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4:not(.ablocks-has-block-container), .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-price-menu-item, .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-d4945592-b608-47cf-b6e0-d579671bb9a4 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-66acd49f-21e8-4031-9628-9a1bb8f46612 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-66acd49f-21e8-4031-9628-9a1bb8f46612 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-66acd49f-21e8-4031-9628-9a1bb8f46612 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-66acd49f-21e8-4031-9628-9a1bb8f46612 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-66acd49f-21e8-4031-9628-9a1bb8f46612 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-66acd49f-21e8-4031-9628-9a1bb8f46612 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-66acd49f-21e8-4031-9628-9a1bb8f46612 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-00bcd0dd-297a-44e4-a705-291b12ee3256 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-00bcd0dd-297a-44e4-a705-291b12ee3256 { display:flex;justify-content:left; } .ablocks-block-00bcd0dd-297a-44e4-a705-291b12ee3256 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-00bcd0dd-297a-44e4-a705-291b12ee3256 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-00bcd0dd-297a-44e4-a705-291b12ee3256 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d804f431-4622-43a8-bc5e-4ad66f573eda { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d804f431-4622-43a8-bc5e-4ad66f573eda { padding:16px; } } .ablocks-block-d804f431-4622-43a8-bc5e-4ad66f573eda.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d804f431-4622-43a8-bc5e-4ad66f573eda.ablocks-block--container { padding:16px; } } .ablocks-block-d804f431-4622-43a8-bc5e-4ad66f573eda { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d804f431-4622-43a8-bc5e-4ad66f573eda { flex-direction:column;row-gap:30px; } } .ablocks-block-d804f431-4622-43a8-bc5e-4ad66f573eda.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d804f431-4622-43a8-bc5e-4ad66f573eda.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-d804f431-4622-43a8-bc5e-4ad66f573eda { display:inline-flex; } 
.ablocks-block-abdea0c1-2bce-4471-89ad-153520c2b4b6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-abdea0c1-2bce-4471-89ad-153520c2b4b6.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-abdea0c1-2bce-4471-89ad-153520c2b4b6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-abdea0c1-2bce-4471-89ad-153520c2b4b6 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-abdea0c1-2bce-4471-89ad-153520c2b4b6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-abdea0c1-2bce-4471-89ad-153520c2b4b6 { display:inline-flex; } 
.ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048:not(.ablocks-has-block-container), .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-price-menu-item, .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-83e2d87a-d376-4d76-a98f-5e8c7bdb0048 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-100ba91d-8c96-48c8-a56b-6cd09dbc2416 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-100ba91d-8c96-48c8-a56b-6cd09dbc2416 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-100ba91d-8c96-48c8-a56b-6cd09dbc2416 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-100ba91d-8c96-48c8-a56b-6cd09dbc2416 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-100ba91d-8c96-48c8-a56b-6cd09dbc2416 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-100ba91d-8c96-48c8-a56b-6cd09dbc2416 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-100ba91d-8c96-48c8-a56b-6cd09dbc2416 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-d8b1d1e4-62e9-488c-a015-9b959f6684c8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d8b1d1e4-62e9-488c-a015-9b959f6684c8 { display:flex;justify-content:left; } .ablocks-block-d8b1d1e4-62e9-488c-a015-9b959f6684c8 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d8b1d1e4-62e9-488c-a015-9b959f6684c8 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d8b1d1e4-62e9-488c-a015-9b959f6684c8 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 

.ablocks-block-17806c1b-b491-4f09-b5c9-5c86be1c00fe { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17806c1b-b491-4f09-b5c9-5c86be1c00fe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-17806c1b-b491-4f09-b5c9-5c86be1c00fe { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-17806c1b-b491-4f09-b5c9-5c86be1c00fe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-96a901df-9f70-4725-a1b8-43c7a1faa727 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-96a901df-9f70-4725-a1b8-43c7a1faa727 { text-align:center; } .ablocks-block-96a901df-9f70-4725-a1b8-43c7a1faa727 .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-96a901df-9f70-4725-a1b8-43c7a1faa727 .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-1b4b8db5-da39-409b-a93d-0e6e269857b4 { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b4b8db5-da39-409b-a93d-0e6e269857b4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1b4b8db5-da39-409b-a93d-0e6e269857b4 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-1b4b8db5-da39-409b-a93d-0e6e269857b4 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-1b4b8db5-da39-409b-a93d-0e6e269857b4 { row-gap:32px; } } .ablocks-block-1b4b8db5-da39-409b-a93d-0e6e269857b4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-1b4b8db5-da39-409b-a93d-0e6e269857b4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-1b4b8db5-da39-409b-a93d-0e6e269857b4.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-1b4b8db5-da39-409b-a93d-0e6e269857b4 { display:inline-flex; } 
.ablocks-block-05a563dd-6728-43ef-823c-ac97ae18607b { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-05a563dd-6728-43ef-823c-ac97ae18607b { padding:16px; } } .ablocks-block-05a563dd-6728-43ef-823c-ac97ae18607b.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-05a563dd-6728-43ef-823c-ac97ae18607b.ablocks-block--container { padding:16px; } } .ablocks-block-05a563dd-6728-43ef-823c-ac97ae18607b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-05a563dd-6728-43ef-823c-ac97ae18607b { flex-direction:column;row-gap:30px; } } .ablocks-block-05a563dd-6728-43ef-823c-ac97ae18607b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-05a563dd-6728-43ef-823c-ac97ae18607b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-05a563dd-6728-43ef-823c-ac97ae18607b { display:inline-flex; } 
.ablocks-block-ec1352b0-12b6-4280-83b0-92e9170a5020 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec1352b0-12b6-4280-83b0-92e9170a5020.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ec1352b0-12b6-4280-83b0-92e9170a5020.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ec1352b0-12b6-4280-83b0-92e9170a5020 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ec1352b0-12b6-4280-83b0-92e9170a5020.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ec1352b0-12b6-4280-83b0-92e9170a5020 { display:inline-flex; } 
.ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa:not(.ablocks-has-block-container), .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-price-menu-item, .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-6755d1d0-27f5-4e14-afb9-b8e0d738eeaa .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-8c3dfd57-1117-47d3-a0c9-0a51a4959481 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c3dfd57-1117-47d3-a0c9-0a51a4959481 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-8c3dfd57-1117-47d3-a0c9-0a51a4959481 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-8c3dfd57-1117-47d3-a0c9-0a51a4959481 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-8c3dfd57-1117-47d3-a0c9-0a51a4959481 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-8c3dfd57-1117-47d3-a0c9-0a51a4959481 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-8c3dfd57-1117-47d3-a0c9-0a51a4959481 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-e6aaf7f0-3e02-4e7b-92f1-e250e9d2c446 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6aaf7f0-3e02-4e7b-92f1-e250e9d2c446 { display:flex;justify-content:left; } .ablocks-block-e6aaf7f0-3e02-4e7b-92f1-e250e9d2c446 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e6aaf7f0-3e02-4e7b-92f1-e250e9d2c446 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e6aaf7f0-3e02-4e7b-92f1-e250e9d2c446 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-85329158-5557-4c88-9a75-a41a734aa492 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-85329158-5557-4c88-9a75-a41a734aa492 { padding:16px; } } .ablocks-block-85329158-5557-4c88-9a75-a41a734aa492.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-85329158-5557-4c88-9a75-a41a734aa492.ablocks-block--container { padding:16px; } } .ablocks-block-85329158-5557-4c88-9a75-a41a734aa492 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-85329158-5557-4c88-9a75-a41a734aa492 { flex-direction:column;row-gap:30px; } } .ablocks-block-85329158-5557-4c88-9a75-a41a734aa492.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-85329158-5557-4c88-9a75-a41a734aa492.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-85329158-5557-4c88-9a75-a41a734aa492 { display:inline-flex; } 
.ablocks-block-4852bbd8-bfac-442a-b84e-99af7d19ffc1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4852bbd8-bfac-442a-b84e-99af7d19ffc1.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4852bbd8-bfac-442a-b84e-99af7d19ffc1.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-4852bbd8-bfac-442a-b84e-99af7d19ffc1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4852bbd8-bfac-442a-b84e-99af7d19ffc1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4852bbd8-bfac-442a-b84e-99af7d19ffc1 { display:inline-flex; } 
.ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca:not(.ablocks-has-block-container), .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-price-menu-item, .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-78098df8-cc91-4e0f-ad0e-7cc0f6aa6aca .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-cec7b618-bea8-4cc9-bb1c-8e3719d48ede { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cec7b618-bea8-4cc9-bb1c-8e3719d48ede .ablocks-icon-wrap { font-size:unset; } .ablocks-block-cec7b618-bea8-4cc9-bb1c-8e3719d48ede .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-cec7b618-bea8-4cc9-bb1c-8e3719d48ede .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-cec7b618-bea8-4cc9-bb1c-8e3719d48ede .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-cec7b618-bea8-4cc9-bb1c-8e3719d48ede .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-cec7b618-bea8-4cc9-bb1c-8e3719d48ede .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-54fc8dfc-39f0-4fd0-a536-fe13b5f69c0d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54fc8dfc-39f0-4fd0-a536-fe13b5f69c0d { display:flex;justify-content:left; } .ablocks-block-54fc8dfc-39f0-4fd0-a536-fe13b5f69c0d .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-54fc8dfc-39f0-4fd0-a536-fe13b5f69c0d .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-54fc8dfc-39f0-4fd0-a536-fe13b5f69c0d .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-38e201df-3a72-4b57-a27d-88b61c7f951c { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-38e201df-3a72-4b57-a27d-88b61c7f951c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-38e201df-3a72-4b57-a27d-88b61c7f951c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-38e201df-3a72-4b57-a27d-88b61c7f951c { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-38e201df-3a72-4b57-a27d-88b61c7f951c { row-gap:32px; } } .ablocks-block-38e201df-3a72-4b57-a27d-88b61c7f951c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-38e201df-3a72-4b57-a27d-88b61c7f951c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-38e201df-3a72-4b57-a27d-88b61c7f951c.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-38e201df-3a72-4b57-a27d-88b61c7f951c { display:inline-flex; } 
.ablocks-block-9cfb7570-8937-47f6-ae84-57fdf5a7da8b { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-9cfb7570-8937-47f6-ae84-57fdf5a7da8b { padding:16px; } } .ablocks-block-9cfb7570-8937-47f6-ae84-57fdf5a7da8b.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-9cfb7570-8937-47f6-ae84-57fdf5a7da8b.ablocks-block--container { padding:16px; } } .ablocks-block-9cfb7570-8937-47f6-ae84-57fdf5a7da8b { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-9cfb7570-8937-47f6-ae84-57fdf5a7da8b { flex-direction:column;row-gap:30px; } } .ablocks-block-9cfb7570-8937-47f6-ae84-57fdf5a7da8b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-9cfb7570-8937-47f6-ae84-57fdf5a7da8b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-9cfb7570-8937-47f6-ae84-57fdf5a7da8b { display:inline-flex; } 
.ablocks-block-8a89d7d6-044b-4fe6-97b7-ec79d12e4d53 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a89d7d6-044b-4fe6-97b7-ec79d12e4d53.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8a89d7d6-044b-4fe6-97b7-ec79d12e4d53.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8a89d7d6-044b-4fe6-97b7-ec79d12e4d53 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8a89d7d6-044b-4fe6-97b7-ec79d12e4d53.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8a89d7d6-044b-4fe6-97b7-ec79d12e4d53 { display:inline-flex; } 
.ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939:not(.ablocks-has-block-container), .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-price-menu-item, .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-03cd7765-4961-4f62-a747-6adc8870b939 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-8c2a8a62-b688-4f8d-b820-29be030d04ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c2a8a62-b688-4f8d-b820-29be030d04ac .ablocks-icon-wrap { font-size:unset; } .ablocks-block-8c2a8a62-b688-4f8d-b820-29be030d04ac .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-8c2a8a62-b688-4f8d-b820-29be030d04ac .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-8c2a8a62-b688-4f8d-b820-29be030d04ac .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-8c2a8a62-b688-4f8d-b820-29be030d04ac .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-8c2a8a62-b688-4f8d-b820-29be030d04ac .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-18a2637e-5413-437f-910c-90a256d7bf51 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18a2637e-5413-437f-910c-90a256d7bf51 { display:flex;justify-content:left; } .ablocks-block-18a2637e-5413-437f-910c-90a256d7bf51 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-18a2637e-5413-437f-910c-90a256d7bf51 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-18a2637e-5413-437f-910c-90a256d7bf51 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-15813cbb-30e4-439e-b9fc-3d375e3f29ec { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-15813cbb-30e4-439e-b9fc-3d375e3f29ec { padding:16px; } } .ablocks-block-15813cbb-30e4-439e-b9fc-3d375e3f29ec.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-15813cbb-30e4-439e-b9fc-3d375e3f29ec.ablocks-block--container { padding:16px; } } .ablocks-block-15813cbb-30e4-439e-b9fc-3d375e3f29ec { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-15813cbb-30e4-439e-b9fc-3d375e3f29ec { flex-direction:column;row-gap:30px; } } .ablocks-block-15813cbb-30e4-439e-b9fc-3d375e3f29ec.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-15813cbb-30e4-439e-b9fc-3d375e3f29ec.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-15813cbb-30e4-439e-b9fc-3d375e3f29ec { display:inline-flex; } 
.ablocks-block-0994f473-cbfb-49cd-b00a-40d0dcab96a8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0994f473-cbfb-49cd-b00a-40d0dcab96a8.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0994f473-cbfb-49cd-b00a-40d0dcab96a8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-0994f473-cbfb-49cd-b00a-40d0dcab96a8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0994f473-cbfb-49cd-b00a-40d0dcab96a8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0994f473-cbfb-49cd-b00a-40d0dcab96a8 { display:inline-flex; } 
.ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab:not(.ablocks-has-block-container), .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-price-menu-item, .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-2f3e1fae-e916-4ecd-be63-e98a7967deab .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-037b7516-e3e0-453c-b0e5-2f4ff1f15a87 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-037b7516-e3e0-453c-b0e5-2f4ff1f15a87 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-037b7516-e3e0-453c-b0e5-2f4ff1f15a87 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-037b7516-e3e0-453c-b0e5-2f4ff1f15a87 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-037b7516-e3e0-453c-b0e5-2f4ff1f15a87 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-037b7516-e3e0-453c-b0e5-2f4ff1f15a87 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-037b7516-e3e0-453c-b0e5-2f4ff1f15a87 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-f104779b-1328-4298-ab02-3d320fe45d9b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f104779b-1328-4298-ab02-3d320fe45d9b { display:flex;justify-content:left; } .ablocks-block-f104779b-1328-4298-ab02-3d320fe45d9b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f104779b-1328-4298-ab02-3d320fe45d9b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f104779b-1328-4298-ab02-3d320fe45d9b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-249e8b15-69cf-43c7-b576-54eaf514fc08 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-249e8b15-69cf-43c7-b576-54eaf514fc08.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-249e8b15-69cf-43c7-b576-54eaf514fc08 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-249e8b15-69cf-43c7-b576-54eaf514fc08 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-249e8b15-69cf-43c7-b576-54eaf514fc08 { row-gap:32px; } } .ablocks-block-249e8b15-69cf-43c7-b576-54eaf514fc08.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-249e8b15-69cf-43c7-b576-54eaf514fc08.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-249e8b15-69cf-43c7-b576-54eaf514fc08.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-249e8b15-69cf-43c7-b576-54eaf514fc08 { display:inline-flex; } 
.ablocks-block-59c4e296-ac0c-4a04-896b-561e64e9b286 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-59c4e296-ac0c-4a04-896b-561e64e9b286 { padding:16px; } } .ablocks-block-59c4e296-ac0c-4a04-896b-561e64e9b286.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-59c4e296-ac0c-4a04-896b-561e64e9b286.ablocks-block--container { padding:16px; } } .ablocks-block-59c4e296-ac0c-4a04-896b-561e64e9b286 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-59c4e296-ac0c-4a04-896b-561e64e9b286 { flex-direction:column;row-gap:30px; } } .ablocks-block-59c4e296-ac0c-4a04-896b-561e64e9b286.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-59c4e296-ac0c-4a04-896b-561e64e9b286.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-59c4e296-ac0c-4a04-896b-561e64e9b286 { display:inline-flex; } 
.ablocks-block-983dbbe5-3dcc-4cbb-b1b8-2822e4f0c605 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-983dbbe5-3dcc-4cbb-b1b8-2822e4f0c605.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-983dbbe5-3dcc-4cbb-b1b8-2822e4f0c605.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-983dbbe5-3dcc-4cbb-b1b8-2822e4f0c605 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-983dbbe5-3dcc-4cbb-b1b8-2822e4f0c605.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-983dbbe5-3dcc-4cbb-b1b8-2822e4f0c605 { display:inline-flex; } 
.ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa:not(.ablocks-has-block-container), .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-price-menu-item, .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-f54c99b6-b41e-4ff2-863b-b9e223a054fa .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-0764dba8-767e-4288-acf2-df7dbbf3d32c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0764dba8-767e-4288-acf2-df7dbbf3d32c .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0764dba8-767e-4288-acf2-df7dbbf3d32c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-0764dba8-767e-4288-acf2-df7dbbf3d32c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-0764dba8-767e-4288-acf2-df7dbbf3d32c .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-0764dba8-767e-4288-acf2-df7dbbf3d32c .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-0764dba8-767e-4288-acf2-df7dbbf3d32c .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-e3858f07-cdd4-46f4-8b0c-7dbd0ad41f36 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e3858f07-cdd4-46f4-8b0c-7dbd0ad41f36 { display:flex;justify-content:left; } .ablocks-block-e3858f07-cdd4-46f4-8b0c-7dbd0ad41f36 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e3858f07-cdd4-46f4-8b0c-7dbd0ad41f36 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e3858f07-cdd4-46f4-8b0c-7dbd0ad41f36 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a8e7c74d-9984-4b73-bc57-ea21f70ffcbf { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a8e7c74d-9984-4b73-bc57-ea21f70ffcbf { padding:16px; } } .ablocks-block-a8e7c74d-9984-4b73-bc57-ea21f70ffcbf.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-a8e7c74d-9984-4b73-bc57-ea21f70ffcbf.ablocks-block--container { padding:16px; } } .ablocks-block-a8e7c74d-9984-4b73-bc57-ea21f70ffcbf { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-a8e7c74d-9984-4b73-bc57-ea21f70ffcbf { flex-direction:column;row-gap:30px; } } .ablocks-block-a8e7c74d-9984-4b73-bc57-ea21f70ffcbf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-a8e7c74d-9984-4b73-bc57-ea21f70ffcbf.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-a8e7c74d-9984-4b73-bc57-ea21f70ffcbf { display:inline-flex; } 
.ablocks-block-9e2f7a7e-ea74-450a-a5cd-3cf3a69229bd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e2f7a7e-ea74-450a-a5cd-3cf3a69229bd.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9e2f7a7e-ea74-450a-a5cd-3cf3a69229bd.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9e2f7a7e-ea74-450a-a5cd-3cf3a69229bd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9e2f7a7e-ea74-450a-a5cd-3cf3a69229bd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9e2f7a7e-ea74-450a-a5cd-3cf3a69229bd { display:inline-flex; } 
.ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f:not(.ablocks-has-block-container), .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-price-menu-item, .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-f7645f41-1939-4e08-8586-6a1b42e98b4f .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-cf6a2978-9f37-44cb-aaad-b00ff41be2ef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf6a2978-9f37-44cb-aaad-b00ff41be2ef .ablocks-icon-wrap { font-size:unset; } .ablocks-block-cf6a2978-9f37-44cb-aaad-b00ff41be2ef .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-cf6a2978-9f37-44cb-aaad-b00ff41be2ef .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-cf6a2978-9f37-44cb-aaad-b00ff41be2ef .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-cf6a2978-9f37-44cb-aaad-b00ff41be2ef .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-cf6a2978-9f37-44cb-aaad-b00ff41be2ef .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-c166716c-9f16-40aa-8ee9-bab41e958ec5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c166716c-9f16-40aa-8ee9-bab41e958ec5 { display:flex;justify-content:left; } .ablocks-block-c166716c-9f16-40aa-8ee9-bab41e958ec5 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c166716c-9f16-40aa-8ee9-bab41e958ec5 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c166716c-9f16-40aa-8ee9-bab41e958ec5 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a05fbebf-2903-449d-9e0b-9efcc03f3ea9 { margin-top:34px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a05fbebf-2903-449d-9e0b-9efcc03f3ea9.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-a05fbebf-2903-449d-9e0b-9efcc03f3ea9.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-a05fbebf-2903-449d-9e0b-9efcc03f3ea9 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-a05fbebf-2903-449d-9e0b-9efcc03f3ea9 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-a05fbebf-2903-449d-9e0b-9efcc03f3ea9 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a05fbebf-2903-449d-9e0b-9efcc03f3ea9 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-a05fbebf-2903-449d-9e0b-9efcc03f3ea9 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-a05fbebf-2903-449d-9e0b-9efcc03f3ea9 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 

.ablocks-block-0eebde99-a6fb-411d-82a8-8b951184bdc3 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0eebde99-a6fb-411d-82a8-8b951184bdc3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0eebde99-a6fb-411d-82a8-8b951184bdc3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0eebde99-a6fb-411d-82a8-8b951184bdc3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d1f2331b-8cee-4655-ae0b-392142a9c4cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1f2331b-8cee-4655-ae0b-392142a9c4cb { text-align:center; } .ablocks-block-d1f2331b-8cee-4655-ae0b-392142a9c4cb .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;text-transform:uppercase;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-d1f2331b-8cee-4655-ae0b-392142a9c4cb .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-1dfd67e0-e71e-4f4a-b516-fe57c72ac1ed { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1dfd67e0-e71e-4f4a-b516-fe57c72ac1ed.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1dfd67e0-e71e-4f4a-b516-fe57c72ac1ed { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-1dfd67e0-e71e-4f4a-b516-fe57c72ac1ed { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-1dfd67e0-e71e-4f4a-b516-fe57c72ac1ed { row-gap:32px; } } .ablocks-block-1dfd67e0-e71e-4f4a-b516-fe57c72ac1ed.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-1dfd67e0-e71e-4f4a-b516-fe57c72ac1ed.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-1dfd67e0-e71e-4f4a-b516-fe57c72ac1ed.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-1dfd67e0-e71e-4f4a-b516-fe57c72ac1ed { display:inline-flex; } 
.ablocks-block-d370288a-fb37-489b-98e3-eba2212b4093 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d370288a-fb37-489b-98e3-eba2212b4093 { padding:16px; } } .ablocks-block-d370288a-fb37-489b-98e3-eba2212b4093.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d370288a-fb37-489b-98e3-eba2212b4093.ablocks-block--container { padding:16px; } } .ablocks-block-d370288a-fb37-489b-98e3-eba2212b4093 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d370288a-fb37-489b-98e3-eba2212b4093 { flex-direction:column;row-gap:30px; } } .ablocks-block-d370288a-fb37-489b-98e3-eba2212b4093.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-d370288a-fb37-489b-98e3-eba2212b4093.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-d370288a-fb37-489b-98e3-eba2212b4093 { display:inline-flex; } 
.ablocks-block-3528ca5f-71e4-4f94-a271-215ec03ea4a1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3528ca5f-71e4-4f94-a271-215ec03ea4a1.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3528ca5f-71e4-4f94-a271-215ec03ea4a1.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3528ca5f-71e4-4f94-a271-215ec03ea4a1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3528ca5f-71e4-4f94-a271-215ec03ea4a1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3528ca5f-71e4-4f94-a271-215ec03ea4a1 { display:inline-flex; } 
.ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412:not(.ablocks-has-block-container), .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-price-menu-item, .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-e9f48b29-4244-4a43-96bd-4719c099a412 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-4f1545b1-ed09-487f-ad5e-41aa44120f92 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f1545b1-ed09-487f-ad5e-41aa44120f92 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-4f1545b1-ed09-487f-ad5e-41aa44120f92 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-4f1545b1-ed09-487f-ad5e-41aa44120f92 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-4f1545b1-ed09-487f-ad5e-41aa44120f92 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-4f1545b1-ed09-487f-ad5e-41aa44120f92 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-4f1545b1-ed09-487f-ad5e-41aa44120f92 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-f194da73-d07a-4042-ac0d-e22ae6606c51 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f194da73-d07a-4042-ac0d-e22ae6606c51 { display:flex;justify-content:left; } .ablocks-block-f194da73-d07a-4042-ac0d-e22ae6606c51 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f194da73-d07a-4042-ac0d-e22ae6606c51 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f194da73-d07a-4042-ac0d-e22ae6606c51 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c88a5e67-06ef-40b4-bd0c-857624b7f4d9 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c88a5e67-06ef-40b4-bd0c-857624b7f4d9 { padding:16px; } } .ablocks-block-c88a5e67-06ef-40b4-bd0c-857624b7f4d9.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-c88a5e67-06ef-40b4-bd0c-857624b7f4d9.ablocks-block--container { padding:16px; } } .ablocks-block-c88a5e67-06ef-40b4-bd0c-857624b7f4d9 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-c88a5e67-06ef-40b4-bd0c-857624b7f4d9 { flex-direction:column;row-gap:30px; } } .ablocks-block-c88a5e67-06ef-40b4-bd0c-857624b7f4d9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-c88a5e67-06ef-40b4-bd0c-857624b7f4d9.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-c88a5e67-06ef-40b4-bd0c-857624b7f4d9 { display:inline-flex; } 
.ablocks-block-9283bae6-c84a-4915-8964-68fc5730fb09 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9283bae6-c84a-4915-8964-68fc5730fb09.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9283bae6-c84a-4915-8964-68fc5730fb09.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9283bae6-c84a-4915-8964-68fc5730fb09 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9283bae6-c84a-4915-8964-68fc5730fb09.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9283bae6-c84a-4915-8964-68fc5730fb09 { display:inline-flex; } 
.ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f:not(.ablocks-has-block-container), .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-price-menu-item, .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-06b22c8b-b16d-4cc1-bb28-efdc71f4705f .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-ae35ed0d-8b6d-4b83-a24a-8433d30d95ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae35ed0d-8b6d-4b83-a24a-8433d30d95ac .ablocks-icon-wrap { font-size:unset; } .ablocks-block-ae35ed0d-8b6d-4b83-a24a-8433d30d95ac .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-ae35ed0d-8b6d-4b83-a24a-8433d30d95ac .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-ae35ed0d-8b6d-4b83-a24a-8433d30d95ac .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-ae35ed0d-8b6d-4b83-a24a-8433d30d95ac .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-ae35ed0d-8b6d-4b83-a24a-8433d30d95ac .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-f67896a6-8896-4fa9-8345-70f98819c399 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f67896a6-8896-4fa9-8345-70f98819c399 { display:flex;justify-content:left; } .ablocks-block-f67896a6-8896-4fa9-8345-70f98819c399 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f67896a6-8896-4fa9-8345-70f98819c399 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f67896a6-8896-4fa9-8345-70f98819c399 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-eccc354b-45c3-4683-809a-86889bf5bfc8 { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eccc354b-45c3-4683-809a-86889bf5bfc8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-eccc354b-45c3-4683-809a-86889bf5bfc8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-eccc354b-45c3-4683-809a-86889bf5bfc8 { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-eccc354b-45c3-4683-809a-86889bf5bfc8 { row-gap:32px; } } .ablocks-block-eccc354b-45c3-4683-809a-86889bf5bfc8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-eccc354b-45c3-4683-809a-86889bf5bfc8.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-eccc354b-45c3-4683-809a-86889bf5bfc8.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-eccc354b-45c3-4683-809a-86889bf5bfc8 { display:inline-flex; } 
.ablocks-block-a31cf356-1290-4a58-a7bd-5f1e3a1350ea { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a31cf356-1290-4a58-a7bd-5f1e3a1350ea { padding:16px; } } .ablocks-block-a31cf356-1290-4a58-a7bd-5f1e3a1350ea.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-a31cf356-1290-4a58-a7bd-5f1e3a1350ea.ablocks-block--container { padding:16px; } } .ablocks-block-a31cf356-1290-4a58-a7bd-5f1e3a1350ea { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-a31cf356-1290-4a58-a7bd-5f1e3a1350ea { flex-direction:column;row-gap:30px; } } .ablocks-block-a31cf356-1290-4a58-a7bd-5f1e3a1350ea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-a31cf356-1290-4a58-a7bd-5f1e3a1350ea.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-a31cf356-1290-4a58-a7bd-5f1e3a1350ea { display:inline-flex; } 
.ablocks-block-6cc6fd24-d761-4bf7-b8c7-2e79293fe6e0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6cc6fd24-d761-4bf7-b8c7-2e79293fe6e0.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6cc6fd24-d761-4bf7-b8c7-2e79293fe6e0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-6cc6fd24-d761-4bf7-b8c7-2e79293fe6e0 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6cc6fd24-d761-4bf7-b8c7-2e79293fe6e0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6cc6fd24-d761-4bf7-b8c7-2e79293fe6e0 { display:inline-flex; } 
.ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e:not(.ablocks-has-block-container), .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-price-menu-item, .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-460acb11-a075-4818-b43b-d5c531df8a7e .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-70021c4b-4c82-444e-9821-485fe168021b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70021c4b-4c82-444e-9821-485fe168021b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-70021c4b-4c82-444e-9821-485fe168021b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-70021c4b-4c82-444e-9821-485fe168021b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-70021c4b-4c82-444e-9821-485fe168021b .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-70021c4b-4c82-444e-9821-485fe168021b .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-70021c4b-4c82-444e-9821-485fe168021b .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-64154c1f-b36b-48a8-9b5d-7ba9601f29a2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64154c1f-b36b-48a8-9b5d-7ba9601f29a2 { display:flex;justify-content:left; } .ablocks-block-64154c1f-b36b-48a8-9b5d-7ba9601f29a2 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-64154c1f-b36b-48a8-9b5d-7ba9601f29a2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-64154c1f-b36b-48a8-9b5d-7ba9601f29a2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-868bcf05-4a62-425c-97de-f9295e0d822c { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-868bcf05-4a62-425c-97de-f9295e0d822c { padding:16px; } } .ablocks-block-868bcf05-4a62-425c-97de-f9295e0d822c.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-868bcf05-4a62-425c-97de-f9295e0d822c.ablocks-block--container { padding:16px; } } .ablocks-block-868bcf05-4a62-425c-97de-f9295e0d822c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-868bcf05-4a62-425c-97de-f9295e0d822c { flex-direction:column;row-gap:30px; } } .ablocks-block-868bcf05-4a62-425c-97de-f9295e0d822c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-868bcf05-4a62-425c-97de-f9295e0d822c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-868bcf05-4a62-425c-97de-f9295e0d822c { display:inline-flex; } 
.ablocks-block-86467240-a0df-4bc1-94e9-1765c96d5c9c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-86467240-a0df-4bc1-94e9-1765c96d5c9c.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-86467240-a0df-4bc1-94e9-1765c96d5c9c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-86467240-a0df-4bc1-94e9-1765c96d5c9c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-86467240-a0df-4bc1-94e9-1765c96d5c9c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-86467240-a0df-4bc1-94e9-1765c96d5c9c { display:inline-flex; } 
.ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3:not(.ablocks-has-block-container), .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-price-menu-item, .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-5b7d3622-9600-4a02-a4e7-58198af041d3 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-6865663f-02ca-40bd-a634-441b74d6cf5d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6865663f-02ca-40bd-a634-441b74d6cf5d .ablocks-icon-wrap { font-size:unset; } .ablocks-block-6865663f-02ca-40bd-a634-441b74d6cf5d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-6865663f-02ca-40bd-a634-441b74d6cf5d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-6865663f-02ca-40bd-a634-441b74d6cf5d .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-6865663f-02ca-40bd-a634-441b74d6cf5d .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-6865663f-02ca-40bd-a634-441b74d6cf5d .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-109c440b-d28a-4874-9d2f-d3e6bc108a6c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-109c440b-d28a-4874-9d2f-d3e6bc108a6c { display:flex;justify-content:left; } .ablocks-block-109c440b-d28a-4874-9d2f-d3e6bc108a6c .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-109c440b-d28a-4874-9d2f-d3e6bc108a6c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-109c440b-d28a-4874-9d2f-d3e6bc108a6c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-45b09207-aa09-4737-9d86-7bdcae4901fd { margin-top:32px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-45b09207-aa09-4737-9d86-7bdcae4901fd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-45b09207-aa09-4737-9d86-7bdcae4901fd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-45b09207-aa09-4737-9d86-7bdcae4901fd { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-45b09207-aa09-4737-9d86-7bdcae4901fd { row-gap:32px; } } .ablocks-block-45b09207-aa09-4737-9d86-7bdcae4901fd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-45b09207-aa09-4737-9d86-7bdcae4901fd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-45b09207-aa09-4737-9d86-7bdcae4901fd.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-45b09207-aa09-4737-9d86-7bdcae4901fd { display:inline-flex; } 
.ablocks-block-74c8a855-c26f-43f0-a85d-cbf41e5ade4a { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-74c8a855-c26f-43f0-a85d-cbf41e5ade4a { padding:16px; } } .ablocks-block-74c8a855-c26f-43f0-a85d-cbf41e5ade4a.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-74c8a855-c26f-43f0-a85d-cbf41e5ade4a.ablocks-block--container { padding:16px; } } .ablocks-block-74c8a855-c26f-43f0-a85d-cbf41e5ade4a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-74c8a855-c26f-43f0-a85d-cbf41e5ade4a { flex-direction:column;row-gap:30px; } } .ablocks-block-74c8a855-c26f-43f0-a85d-cbf41e5ade4a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-74c8a855-c26f-43f0-a85d-cbf41e5ade4a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-74c8a855-c26f-43f0-a85d-cbf41e5ade4a { display:inline-flex; } 
.ablocks-block-9337b701-b354-4eac-9a0d-faed369b406a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9337b701-b354-4eac-9a0d-faed369b406a.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9337b701-b354-4eac-9a0d-faed369b406a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9337b701-b354-4eac-9a0d-faed369b406a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9337b701-b354-4eac-9a0d-faed369b406a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9337b701-b354-4eac-9a0d-faed369b406a { display:inline-flex; } 
.ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05:not(.ablocks-has-block-container), .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-price-menu-item, .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-f0c0124e-04e9-4e06-8bc8-a350e8291b05 .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-15d780d1-9ece-498d-8c20-6880326c3477 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-15d780d1-9ece-498d-8c20-6880326c3477 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-15d780d1-9ece-498d-8c20-6880326c3477 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-15d780d1-9ece-498d-8c20-6880326c3477 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-15d780d1-9ece-498d-8c20-6880326c3477 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-15d780d1-9ece-498d-8c20-6880326c3477 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-15d780d1-9ece-498d-8c20-6880326c3477 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-fa1932f9-9758-45e4-ba23-5c4585b014a0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa1932f9-9758-45e4-ba23-5c4585b014a0 { display:flex;justify-content:left; } .ablocks-block-fa1932f9-9758-45e4-ba23-5c4585b014a0 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-fa1932f9-9758-45e4-ba23-5c4585b014a0 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-fa1932f9-9758-45e4-ba23-5c4585b014a0 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6aab9cd0-e4eb-4728-bbac-b6379f88e5d4 { padding:32px;background:#ffffff;border-radius:16px;box-shadow:0px 5px 12px 0px rgba(16,24,40,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-6aab9cd0-e4eb-4728-bbac-b6379f88e5d4 { padding:16px; } } .ablocks-block-6aab9cd0-e4eb-4728-bbac-b6379f88e5d4.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-6aab9cd0-e4eb-4728-bbac-b6379f88e5d4.ablocks-block--container { padding:16px; } } .ablocks-block-6aab9cd0-e4eb-4728-bbac-b6379f88e5d4 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-6aab9cd0-e4eb-4728-bbac-b6379f88e5d4 { flex-direction:column;row-gap:30px; } } .ablocks-block-6aab9cd0-e4eb-4728-bbac-b6379f88e5d4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:58px; } @media screen and (max-width: 480px) { .ablocks-block-6aab9cd0-e4eb-4728-bbac-b6379f88e5d4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-6aab9cd0-e4eb-4728-bbac-b6379f88e5d4 { display:inline-flex; } 
.ablocks-block-d984a9ef-d2bb-40ab-9ea1-a602cce131f2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d984a9ef-d2bb-40ab-9ea1-a602cce131f2.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d984a9ef-d2bb-40ab-9ea1-a602cce131f2.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d984a9ef-d2bb-40ab-9ea1-a602cce131f2 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d984a9ef-d2bb-40ab-9ea1-a602cce131f2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d984a9ef-d2bb-40ab-9ea1-a602cce131f2 { display:inline-flex; } 
.ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a:not(.ablocks-has-block-container), .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:10px; } .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-price-menu-item, .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-price-menu-item-details { align-items:flex-start;gap:14px; } .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-price-menu-item-details-brief { gap:14px;justify-content:space-between; } .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start; } .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-price-menu-item { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-price-menu-item { flex-direction:row; } } .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-price-menu-item-details-title { color:#13191B;font-weight:600;text-align:left; } .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:#000000;--ablocks-divider-pattern-style:dashed;width:100%;--ablocks-divider-pattern-weight:2px; } .ablocks-block-98fbc1fc-597f-47a4-99a5-17c7768ce78a .ablocks-price-menu-item-price { color:#595959;text-align:left; } 
.ablocks-block-99f4e0de-a83b-420d-b122-1a43fdb5f133 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-99f4e0de-a83b-420d-b122-1a43fdb5f133 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-99f4e0de-a83b-420d-b122-1a43fdb5f133 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:185px; } .ablocks-block-99f4e0de-a83b-420d-b122-1a43fdb5f133 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-99f4e0de-a83b-420d-b122-1a43fdb5f133 .ablocks-price-menu-item-details-title { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:20px;text-align:left; } .ablocks-block-99f4e0de-a83b-420d-b122-1a43fdb5f133 .ablocks-price-menu-item-details-des { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;text-align:left; } .ablocks-block-99f4e0de-a83b-420d-b122-1a43fdb5f133 .ablocks-price-menu-item-price { color:#344054;font-family:Poppins;font-weight:600;font-style:normal;font-size:20px;text-align:left; } 
.ablocks-block-3c20db61-264e-4f5b-905a-90145dab5a60 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c20db61-264e-4f5b-905a-90145dab5a60 { display:flex;justify-content:left; } .ablocks-block-3c20db61-264e-4f5b-905a-90145dab5a60 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-3c20db61-264e-4f5b-905a-90145dab5a60 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3c20db61-264e-4f5b-905a-90145dab5a60 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-85d55778-4792-4756-a040-7ee170660eaf { margin-top:0px;padding-top:120px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-85d55778-4792-4756-a040-7ee170660eaf { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-85d55778-4792-4756-a040-7ee170660eaf { padding-top:40px;padding-bottom:60px; } } .ablocks-block-85d55778-4792-4756-a040-7ee170660eaf.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-85d55778-4792-4756-a040-7ee170660eaf.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-85d55778-4792-4756-a040-7ee170660eaf.ablocks-block--container { padding-top:40px;padding-bottom:60px; } } .ablocks-block-85d55778-4792-4756-a040-7ee170660eaf > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-85d55778-4792-4756-a040-7ee170660eaf > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-85d55778-4792-4756-a040-7ee170660eaf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-389dccda-c25e-4996-bc0a-a08892430a3a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-389dccda-c25e-4996-bc0a-a08892430a3a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-389dccda-c25e-4996-bc0a-a08892430a3a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-389dccda-c25e-4996-bc0a-a08892430a3a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-bdf8d0e7-3793-4e73-96c9-f96b4c6d133c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bdf8d0e7-3793-4e73-96c9-f96b4c6d133c.ablocks-block--container { padding:0px;max-width:min(100%,60%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bdf8d0e7-3793-4e73-96c9-f96b4c6d133c.ablocks-block--container { max-width:min(100%,70%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-bdf8d0e7-3793-4e73-96c9-f96b4c6d133c.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-bdf8d0e7-3793-4e73-96c9-f96b4c6d133c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bdf8d0e7-3793-4e73-96c9-f96b4c6d133c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e5ecd34e-7619-4b9c-870d-89e2d732b570 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5ecd34e-7619-4b9c-870d-89e2d732b570 { text-align:left; } .ablocks-block-e5ecd34e-7619-4b9c-870d-89e2d732b570 .ablocks-heading-text { color:#0b0a14;font-family:Poppins;font-weight:500;font-style:normal;font-size:48px; } @media screen and (max-width: 480px) { .ablocks-block-e5ecd34e-7619-4b9c-870d-89e2d732b570 .ablocks-heading-text { font-size:35px; } } 
.ablocks-block-d5ca43d1-1abb-470d-ae82-6eff57cf5781 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5ca43d1-1abb-470d-ae82-6eff57cf5781 { text-align:left; } .ablocks-block-d5ca43d1-1abb-470d-ae82-6eff57cf5781 .ablocks-paragraph-text { color:#667085;font-family:Poppins;font-weight:400;font-style:normal;font-size:18px; } @media screen and (max-width: 480px) { .ablocks-block-d5ca43d1-1abb-470d-ae82-6eff57cf5781 .ablocks-paragraph-text { font-size:16px; } } .ablocks-block-d5ca43d1-1abb-470d-ae82-6eff57cf5781 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e62e8d74-5a30-42db-804d-50d0dbe6aaa2 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e62e8d74-5a30-42db-804d-50d0dbe6aaa2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e62e8d74-5a30-42db-804d-50d0dbe6aaa2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e62e8d74-5a30-42db-804d-50d0dbe6aaa2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-swiper .swiper-wrapper { min-height:300px;align-items:center; } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-navigation__button { top:-15%; } @media screen and (max-width: 480px) { .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-navigation__button { top:-8%; } } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-navigation__button--next { right:2%; } @media screen and (max-width: 800px) { .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-navigation__button--next { right:1%; } } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-navigation__button--prev { left:90%; } @media screen and (max-width: 800px) { .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-navigation__button--prev { left:84%; } } @media screen and (max-width: 480px) { .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-navigation__button--prev { left:66%; } } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:30px; } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#ef6820;background-color:#ffffff;padding:12px;border-radius:99px; } .ablocks-block-ec35eb3c-50e0-4fe9-b118-3d391366cd2a .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-4b37dcff-c0bf-48f8-b683-2dcf43cf5e3d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-4d431445-573b-465c-8337-12ca4faba9fd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d431445-573b-465c-8337-12ca4faba9fd.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4d431445-573b-465c-8337-12ca4faba9fd { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4d431445-573b-465c-8337-12ca4faba9fd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0a76fd4a-a7f4-40b6-9c96-2e70f79bef83 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a76fd4a-a7f4-40b6-9c96-2e70f79bef83.ablocks-block--container { padding:0px;max-width:min(100%,360px) !important;overflow:visible; } .ablocks-block-0a76fd4a-a7f4-40b6-9c96-2e70f79bef83 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0a76fd4a-a7f4-40b6-9c96-2e70f79bef83.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-84f5ab1a-1f3d-45a6-a7e6-478481dd0bfc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-84f5ab1a-1f3d-45a6-a7e6-478481dd0bfc { display:flex;justify-content:center; } .ablocks-block-84f5ab1a-1f3d-45a6-a7e6-478481dd0bfc .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-84f5ab1a-1f3d-45a6-a7e6-478481dd0bfc .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-84f5ab1a-1f3d-45a6-a7e6-478481dd0bfc .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-95b4e81e-8858-4e5e-b15c-5c550fe3ecef { margin-top:-60px;padding:24px;background:#ffffff;border-radius:12px;box-shadow:0px 56px 80px -32px rgba(57,59,106,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95b4e81e-8858-4e5e-b15c-5c550fe3ecef.ablocks-block--container { padding:24px;max-width:min(100%,90%) !important;overflow:visible; } .ablocks-block-95b4e81e-8858-4e5e-b15c-5c550fe3ecef { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-95b4e81e-8858-4e5e-b15c-5c550fe3ecef.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c402fc6f-8b2a-4437-b013-97ff0709edb3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c402fc6f-8b2a-4437-b013-97ff0709edb3 { text-align:left; } .ablocks-block-c402fc6f-8b2a-4437-b013-97ff0709edb3 .ablocks-heading-text { color:#160042;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.54px; } @media screen and (max-width: 800px) { .ablocks-block-c402fc6f-8b2a-4437-b013-97ff0709edb3 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-7c7b6728-1bb8-4895-a067-9e697c922758 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c7b6728-1bb8-4895-a067-9e697c922758 { text-align:left; } .ablocks-block-7c7b6728-1bb8-4895-a067-9e697c922758 .ablocks-paragraph-text { color:#6b7094;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-7c7b6728-1bb8-4895-a067-9e697c922758 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7c7b6728-1bb8-4895-a067-9e697c922758 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a5e2ae0b-c646-40db-8060-25992051e9ad { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-c822f88f-2715-473a-a7ce-c60adb711ba4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c822f88f-2715-473a-a7ce-c60adb711ba4.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c822f88f-2715-473a-a7ce-c60adb711ba4 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c822f88f-2715-473a-a7ce-c60adb711ba4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fc8500bc-5716-49d0-a518-dc223c832e20 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc8500bc-5716-49d0-a518-dc223c832e20.ablocks-block--container { padding:0px;max-width:min(100%,360px) !important;overflow:visible; } .ablocks-block-fc8500bc-5716-49d0-a518-dc223c832e20 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fc8500bc-5716-49d0-a518-dc223c832e20.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f8b1dda8-7c9f-4b8b-b936-a9741a291b45 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8b1dda8-7c9f-4b8b-b936-a9741a291b45 { display:flex;justify-content:center; } .ablocks-block-f8b1dda8-7c9f-4b8b-b936-a9741a291b45 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f8b1dda8-7c9f-4b8b-b936-a9741a291b45 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f8b1dda8-7c9f-4b8b-b936-a9741a291b45 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8fe5119e-4fe2-4927-a26a-4c64bb4c2002 { margin-top:-60px;padding:24px;background:#ffffff;border-radius:12px;box-shadow:0px 56px 80px -32px rgba(57,59,106,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8fe5119e-4fe2-4927-a26a-4c64bb4c2002.ablocks-block--container { padding:24px;max-width:min(100%,90%) !important;overflow:visible; } .ablocks-block-8fe5119e-4fe2-4927-a26a-4c64bb4c2002 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8fe5119e-4fe2-4927-a26a-4c64bb4c2002.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ea67daab-9476-4986-aa0e-8b57043a3979 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea67daab-9476-4986-aa0e-8b57043a3979 { text-align:left; } .ablocks-block-ea67daab-9476-4986-aa0e-8b57043a3979 .ablocks-heading-text { color:#160042;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.54px; } @media screen and (max-width: 800px) { .ablocks-block-ea67daab-9476-4986-aa0e-8b57043a3979 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-b2eac846-15c3-4faf-b896-41287fac598d { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b2eac846-15c3-4faf-b896-41287fac598d { text-align:left; } .ablocks-block-b2eac846-15c3-4faf-b896-41287fac598d .ablocks-paragraph-text { color:#6b7094;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-b2eac846-15c3-4faf-b896-41287fac598d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-b2eac846-15c3-4faf-b896-41287fac598d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-80bf80fa-26ea-4807-aa01-8046696d5d43 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-7b92100e-c138-47fa-8d1d-820f8d65234e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7b92100e-c138-47fa-8d1d-820f8d65234e.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7b92100e-c138-47fa-8d1d-820f8d65234e { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7b92100e-c138-47fa-8d1d-820f8d65234e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d6623e23-cb8a-4d1d-9ff4-3071aa7b5451 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6623e23-cb8a-4d1d-9ff4-3071aa7b5451.ablocks-block--container { padding:0px;max-width:min(100%,360px) !important;overflow:visible; } .ablocks-block-d6623e23-cb8a-4d1d-9ff4-3071aa7b5451 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d6623e23-cb8a-4d1d-9ff4-3071aa7b5451.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f40c16d1-0da7-484e-853f-ac530c17d71e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f40c16d1-0da7-484e-853f-ac530c17d71e { display:flex;justify-content:center; } .ablocks-block-f40c16d1-0da7-484e-853f-ac530c17d71e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f40c16d1-0da7-484e-853f-ac530c17d71e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f40c16d1-0da7-484e-853f-ac530c17d71e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ca521b1a-9b8a-43f0-bebe-a0a3ca103350 { margin-top:-60px;padding:24px;background:#ffffff;border-radius:12px;box-shadow:0px 56px 80px -32px rgba(57,59,106,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca521b1a-9b8a-43f0-bebe-a0a3ca103350.ablocks-block--container { padding:24px;max-width:min(100%,90%) !important;overflow:visible; } .ablocks-block-ca521b1a-9b8a-43f0-bebe-a0a3ca103350 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ca521b1a-9b8a-43f0-bebe-a0a3ca103350.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f5b1d8c8-b033-4e04-b7a4-0566e696bd5e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f5b1d8c8-b033-4e04-b7a4-0566e696bd5e { text-align:left; } .ablocks-block-f5b1d8c8-b033-4e04-b7a4-0566e696bd5e .ablocks-heading-text { color:#160042;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.54px; } @media screen and (max-width: 800px) { .ablocks-block-f5b1d8c8-b033-4e04-b7a4-0566e696bd5e .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-6927b19e-a55c-4e28-abe9-c7e5630cd275 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6927b19e-a55c-4e28-abe9-c7e5630cd275 { text-align:left; } .ablocks-block-6927b19e-a55c-4e28-abe9-c7e5630cd275 .ablocks-paragraph-text { color:#6b7094;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-6927b19e-a55c-4e28-abe9-c7e5630cd275 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-6927b19e-a55c-4e28-abe9-c7e5630cd275 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bc5216ff-84f2-4e48-89b0-9bca140c511d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-e0f8e58f-0bf9-43fb-a65c-3ac9e60aaf92 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e0f8e58f-0bf9-43fb-a65c-3ac9e60aaf92.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e0f8e58f-0bf9-43fb-a65c-3ac9e60aaf92 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e0f8e58f-0bf9-43fb-a65c-3ac9e60aaf92.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0611b4e0-188b-4972-b067-7c2d137a3f46 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0611b4e0-188b-4972-b067-7c2d137a3f46.ablocks-block--container { padding:0px;max-width:min(100%,360px) !important;overflow:visible; } .ablocks-block-0611b4e0-188b-4972-b067-7c2d137a3f46 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0611b4e0-188b-4972-b067-7c2d137a3f46.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-194021c6-b062-4258-ba33-14a28955f815 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-194021c6-b062-4258-ba33-14a28955f815 { display:flex;justify-content:center; } .ablocks-block-194021c6-b062-4258-ba33-14a28955f815 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-194021c6-b062-4258-ba33-14a28955f815 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-194021c6-b062-4258-ba33-14a28955f815 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-73b7ab2a-53f0-49bc-8c3f-c851ae0e9f72 { margin-top:-60px;padding:24px;background:#ffffff;border-radius:12px;box-shadow:0px 56px 80px -32px rgba(57,59,106,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-73b7ab2a-53f0-49bc-8c3f-c851ae0e9f72.ablocks-block--container { padding:24px;max-width:min(100%,90%) !important;overflow:visible; } .ablocks-block-73b7ab2a-53f0-49bc-8c3f-c851ae0e9f72 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-73b7ab2a-53f0-49bc-8c3f-c851ae0e9f72.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5f35b184-3280-4ad2-a2d7-5382271845da { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f35b184-3280-4ad2-a2d7-5382271845da { text-align:left; } .ablocks-block-5f35b184-3280-4ad2-a2d7-5382271845da .ablocks-heading-text { color:#160042;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.54px; } @media screen and (max-width: 800px) { .ablocks-block-5f35b184-3280-4ad2-a2d7-5382271845da .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-a237cc78-be3b-47df-8ec8-172e70b273b7 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a237cc78-be3b-47df-8ec8-172e70b273b7 { text-align:left; } .ablocks-block-a237cc78-be3b-47df-8ec8-172e70b273b7 .ablocks-paragraph-text { color:#6b7094;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-a237cc78-be3b-47df-8ec8-172e70b273b7 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a237cc78-be3b-47df-8ec8-172e70b273b7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-819cd625-9ecc-4840-9d02-dd0718248865 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-fda2c159-c35a-4177-b667-2bb2e2639c55 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fda2c159-c35a-4177-b667-2bb2e2639c55.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fda2c159-c35a-4177-b667-2bb2e2639c55 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fda2c159-c35a-4177-b667-2bb2e2639c55.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7eca5b60-0b0a-49f7-be4b-03b525e0d5b1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7eca5b60-0b0a-49f7-be4b-03b525e0d5b1.ablocks-block--container { padding:0px;max-width:min(100%,360px) !important;overflow:visible; } .ablocks-block-7eca5b60-0b0a-49f7-be4b-03b525e0d5b1 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7eca5b60-0b0a-49f7-be4b-03b525e0d5b1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-14b8ac75-a535-48a3-a4e3-e96b1a69aa42 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-14b8ac75-a535-48a3-a4e3-e96b1a69aa42 { display:flex;justify-content:center; } .ablocks-block-14b8ac75-a535-48a3-a4e3-e96b1a69aa42 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-14b8ac75-a535-48a3-a4e3-e96b1a69aa42 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-14b8ac75-a535-48a3-a4e3-e96b1a69aa42 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7aaa06b3-8f31-4125-8403-4cf2701cde7b { margin-top:-60px;padding:24px;background:#ffffff;border-radius:12px;box-shadow:0px 56px 80px -32px rgba(57,59,106,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7aaa06b3-8f31-4125-8403-4cf2701cde7b.ablocks-block--container { padding:24px;max-width:min(100%,90%) !important;overflow:visible; } .ablocks-block-7aaa06b3-8f31-4125-8403-4cf2701cde7b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7aaa06b3-8f31-4125-8403-4cf2701cde7b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ebd42c11-5aa1-469a-abe9-02c135f2cfa3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ebd42c11-5aa1-469a-abe9-02c135f2cfa3 { text-align:left; } .ablocks-block-ebd42c11-5aa1-469a-abe9-02c135f2cfa3 .ablocks-heading-text { color:#160042;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.54px; } @media screen and (max-width: 800px) { .ablocks-block-ebd42c11-5aa1-469a-abe9-02c135f2cfa3 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-bc2a0913-33d8-4dda-92ee-89a61c81acac { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc2a0913-33d8-4dda-92ee-89a61c81acac { text-align:left; } .ablocks-block-bc2a0913-33d8-4dda-92ee-89a61c81acac .ablocks-paragraph-text { color:#6b7094;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-bc2a0913-33d8-4dda-92ee-89a61c81acac .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-bc2a0913-33d8-4dda-92ee-89a61c81acac .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ff4ea7c9-40c1-4f05-8509-ae287d49ba5b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-955cd3ca-a4a2-4ddc-ae00-cedef22ae4e1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-955cd3ca-a4a2-4ddc-ae00-cedef22ae4e1.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-955cd3ca-a4a2-4ddc-ae00-cedef22ae4e1 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-955cd3ca-a4a2-4ddc-ae00-cedef22ae4e1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a62fc515-d1ec-458f-8772-e1c5fdf2ade4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a62fc515-d1ec-458f-8772-e1c5fdf2ade4.ablocks-block--container { padding:0px;max-width:min(100%,360px) !important;overflow:visible; } .ablocks-block-a62fc515-d1ec-458f-8772-e1c5fdf2ade4 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a62fc515-d1ec-458f-8772-e1c5fdf2ade4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d5f138e2-430c-4415-b46c-1df2084c685c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5f138e2-430c-4415-b46c-1df2084c685c { display:flex;justify-content:center; } .ablocks-block-d5f138e2-430c-4415-b46c-1df2084c685c .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d5f138e2-430c-4415-b46c-1df2084c685c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d5f138e2-430c-4415-b46c-1df2084c685c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-fa651e85-f60c-435e-8577-a79b86e6806c { margin-top:-60px;padding:24px;background:#ffffff;border-radius:12px;box-shadow:0px 56px 80px -32px rgba(57,59,106,0.08);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa651e85-f60c-435e-8577-a79b86e6806c.ablocks-block--container { padding:24px;max-width:min(100%,90%) !important;overflow:visible; } .ablocks-block-fa651e85-f60c-435e-8577-a79b86e6806c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fa651e85-f60c-435e-8577-a79b86e6806c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4f2b4dc8-c3eb-40a6-b0cd-e6c8c6f84f35 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4f2b4dc8-c3eb-40a6-b0cd-e6c8c6f84f35 { text-align:left; } .ablocks-block-4f2b4dc8-c3eb-40a6-b0cd-e6c8c6f84f35 .ablocks-heading-text { color:#160042;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.54px; } @media screen and (max-width: 800px) { .ablocks-block-4f2b4dc8-c3eb-40a6-b0cd-e6c8c6f84f35 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-eb976b59-97eb-4c98-8de1-d94cb3e389ea { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb976b59-97eb-4c98-8de1-d94cb3e389ea { text-align:left; } .ablocks-block-eb976b59-97eb-4c98-8de1-d94cb3e389ea .ablocks-paragraph-text { color:#6b7094;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:-0.14px; } @media screen and (max-width: 800px) { .ablocks-block-eb976b59-97eb-4c98-8de1-d94cb3e389ea .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-eb976b59-97eb-4c98-8de1-d94cb3e389ea .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9e4e8041-4588-4f80-a9c0-49f25968283d { margin-top:-19px;padding-top:64px;padding-bottom:48px;background:#101828;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e4e8041-4588-4f80-a9c0-49f25968283d.ablocks-block--container { padding-top:64px;padding-bottom:48px;overflow:visible; } .ablocks-block-9e4e8041-4588-4f80-a9c0-49f25968283d > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-9e4e8041-4588-4f80-a9c0-49f25968283d > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-9e4e8041-4588-4f80-a9c0-49f25968283d.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-be3b0653-dea7-4249-b03a-8afa4e3994d1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be3b0653-dea7-4249-b03a-8afa4e3994d1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-be3b0653-dea7-4249-b03a-8afa4e3994d1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-be3b0653-dea7-4249-b03a-8afa4e3994d1 { column-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-be3b0653-dea7-4249-b03a-8afa4e3994d1 { flex-direction:column;row-gap:30px; } } .ablocks-block-be3b0653-dea7-4249-b03a-8afa4e3994d1.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-be3b0653-dea7-4249-b03a-8afa4e3994d1.ablocks-has-block-container > .ablocks-block-container { column-gap:10px; } } @media screen and (max-width: 480px) { .ablocks-block-be3b0653-dea7-4249-b03a-8afa4e3994d1.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-be3b0653-dea7-4249-b03a-8afa4e3994d1 { display:inline-flex; } 
.ablocks-block-7c19f46e-8cff-4488-a33f-9be954e63921 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c19f46e-8cff-4488-a33f-9be954e63921.ablocks-block--container { padding:0px;max-width:min(100%,320%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7c19f46e-8cff-4488-a33f-9be954e63921.ablocks-block--container { max-width:min(100%,38%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-7c19f46e-8cff-4488-a33f-9be954e63921.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7c19f46e-8cff-4488-a33f-9be954e63921 { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7c19f46e-8cff-4488-a33f-9be954e63921.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-61d34ff2-01e4-4baf-8c27-9778231fd596 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-61d34ff2-01e4-4baf-8c27-9778231fd596 { display:flex;justify-content:left; } .ablocks-block-61d34ff2-01e4-4baf-8c27-9778231fd596 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-61d34ff2-01e4-4baf-8c27-9778231fd596 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-61d34ff2-01e4-4baf-8c27-9778231fd596 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-73d616ca-8169-4fbf-b57e-b8bce2637655 { margin-top:24px;width:65%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-73d616ca-8169-4fbf-b57e-b8bce2637655 { text-align:left; } .ablocks-block-73d616ca-8169-4fbf-b57e-b8bce2637655 .ablocks-paragraph-text { color:#eaecf0;font-family:Plus Jakarta Sans;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-73d616ca-8169-4fbf-b57e-b8bce2637655 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9c232ab1-91b6-4fcd-8271-e8c1450e2874 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c232ab1-91b6-4fcd-8271-e8c1450e2874.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9c232ab1-91b6-4fcd-8271-e8c1450e2874.ablocks-block--container { max-width:min(100%,16%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9c232ab1-91b6-4fcd-8271-e8c1450e2874.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9c232ab1-91b6-4fcd-8271-e8c1450e2874 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-9c232ab1-91b6-4fcd-8271-e8c1450e2874 { align-items:flex-start; } } .ablocks-block-9c232ab1-91b6-4fcd-8271-e8c1450e2874.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-9c232ab1-91b6-4fcd-8271-e8c1450e2874.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-906b3585-5e45-43df-a6d3-ec2bbae49c6b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-906b3585-5e45-43df-a6d3-ec2bbae49c6b { text-align:left; } .ablocks-block-906b3585-5e45-43df-a6d3-ec2bbae49c6b .ablocks-heading-text { color:#ffffff;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-906b3585-5e45-43df-a6d3-ec2bbae49c6b .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-6e78055c-e65e-4ea2-a2ae-05f5629d8032 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e78055c-e65e-4ea2-a2ae-05f5629d8032 { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-6e78055c-e65e-4ea2-a2ae-05f5629d8032 .ablocks-list { gap:12px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-6e78055c-e65e-4ea2-a2ae-05f5629d8032 .ablocks-list__item-content { gap:8px; } .ablocks-block-6e78055c-e65e-4ea2-a2ae-05f5629d8032 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-6e78055c-e65e-4ea2-a2ae-05f5629d8032 .ablocks-list__item-content .ablocks-list__item-text { color:#d0d5dd; } 
.ablocks-block-2498df92-8318-4528-8195-b9d152831f88 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2498df92-8318-4528-8195-b9d152831f88.ablocks-block--container { padding:0px;max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2498df92-8318-4528-8195-b9d152831f88.ablocks-block--container { max-width:min(100%,19%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2498df92-8318-4528-8195-b9d152831f88.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2498df92-8318-4528-8195-b9d152831f88 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-2498df92-8318-4528-8195-b9d152831f88 { align-items:flex-start; } } .ablocks-block-2498df92-8318-4528-8195-b9d152831f88.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-2498df92-8318-4528-8195-b9d152831f88.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-8a647d5e-071d-452d-bbef-ea36b5ae94ee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a647d5e-071d-452d-bbef-ea36b5ae94ee { text-align:left; } .ablocks-block-8a647d5e-071d-452d-bbef-ea36b5ae94ee .ablocks-heading-text { color:#ffffff;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8a647d5e-071d-452d-bbef-ea36b5ae94ee .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-f8072117-e5f6-4290-b508-87f945abf305 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8072117-e5f6-4290-b508-87f945abf305 { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-f8072117-e5f6-4290-b508-87f945abf305 .ablocks-list { gap:12px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-f8072117-e5f6-4290-b508-87f945abf305 .ablocks-list__item-content { gap:8px; } .ablocks-block-f8072117-e5f6-4290-b508-87f945abf305 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;font-size:20px; } .ablocks-block-f8072117-e5f6-4290-b508-87f945abf305 .ablocks-list__item-content .ablocks-list__item-text { color:#d0d5dd; } 
.ablocks-block-9dd482eb-9e02-4314-b525-555523f52a14 { padding:0px;background:#FFF;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9dd482eb-9e02-4314-b525-555523f52a14.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-9dd482eb-9e02-4314-b525-555523f52a14.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9dd482eb-9e02-4314-b525-555523f52a14 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9dd482eb-9e02-4314-b525-555523f52a14.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e1b5a446-94ab-4f9e-85e7-291d4fcaa3bc { border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1b5a446-94ab-4f9e-85e7-291d4fcaa3bc .ablocks-map-block { width:100%;height:240px; } 
.ablocks-block-e919f3fa-31a2-435b-b0f7-0aaf39bc32af { margin-top:50px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e919f3fa-31a2-435b-b0f7-0aaf39bc32af.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e919f3fa-31a2-435b-b0f7-0aaf39bc32af { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e919f3fa-31a2-435b-b0f7-0aaf39bc32af.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cfc7d56e-ec28-4fe1-9723-bdec9d9d9b44 { padding-top:28px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#D0D5DD;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cfc7d56e-ec28-4fe1-9723-bdec9d9d9b44.ablocks-block--container { padding-top:28px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cfc7d56e-ec28-4fe1-9723-bdec9d9d9b44 { 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-cfc7d56e-ec28-4fe1-9723-bdec9d9d9b44 { flex-direction:column;align-items:flex-start;row-gap:20px; } } .ablocks-block-cfc7d56e-ec28-4fe1-9723-bdec9d9d9b44.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-cfc7d56e-ec28-4fe1-9723-bdec9d9d9b44.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:20px; } } .ablocks-block-cfc7d56e-ec28-4fe1-9723-bdec9d9d9b44 { display:inline-flex; } 
.ablocks-block-0c0c84ed-0101-4ffa-8d90-89baf6a49c3f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0c0c84ed-0101-4ffa-8d90-89baf6a49c3f { text-align:left; } .ablocks-block-0c0c84ed-0101-4ffa-8d90-89baf6a49c3f .ablocks-paragraph-text { color:#D0D5DD;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-0c0c84ed-0101-4ffa-8d90-89baf6a49c3f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2f7342b7-e5ef-48fe-a51c-34c00beeebe0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f7342b7-e5ef-48fe-a51c-34c00beeebe0.ablocks-block--container { padding:0px;max-width:min(100%,16%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2f7342b7-e5ef-48fe-a51c-34c00beeebe0.ablocks-block--container { max-width:min(100%,28%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2f7342b7-e5ef-48fe-a51c-34c00beeebe0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2f7342b7-e5ef-48fe-a51c-34c00beeebe0 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-2f7342b7-e5ef-48fe-a51c-34c00beeebe0 { flex-direction:column;row-gap:20px; } } .ablocks-block-2f7342b7-e5ef-48fe-a51c-34c00beeebe0.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:16px; } @media screen and (max-width: 480px) { .ablocks-block-2f7342b7-e5ef-48fe-a51c-34c00beeebe0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-2f7342b7-e5ef-48fe-a51c-34c00beeebe0 { display:inline-flex; } 
.ablocks-block-0e7bb01b-4e74-4fb0-9a37-bd6044da9e9b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e7bb01b-4e74-4fb0-9a37-bd6044da9e9b { text-align:left; } .ablocks-block-0e7bb01b-4e74-4fb0-9a37-bd6044da9e9b .ablocks-paragraph-text { color:#D0D5DD;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-0e7bb01b-4e74-4fb0-9a37-bd6044da9e9b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9b40275f-0eb7-423b-a95c-8fe6781ad445 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b40275f-0eb7-423b-a95c-8fe6781ad445 { text-align:left; } .ablocks-block-9b40275f-0eb7-423b-a95c-8fe6781ad445 .ablocks-paragraph-text { color:#D0D5DD;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-9b40275f-0eb7-423b-a95c-8fe6781ad445 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-48ed7ca6-c23f-47c8-ad07-c64a57811cc2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48ed7ca6-c23f-47c8-ad07-c64a57811cc2 { text-align:left; } .ablocks-block-48ed7ca6-c23f-47c8-ad07-c64a57811cc2 .ablocks-paragraph-text { color:#D0D5DD;font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } .ablocks-block-48ed7ca6-c23f-47c8-ad07-c64a57811cc2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
