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



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

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.ablocks-block--container{box-sizing:border-box!important;padding:var(--ablocks-container-padding)}a.ablocks-block--container{display:block;text-decoration:none}.ablocks-block--container.ablocks-has-block-container>.ablocks-block-container{width:100%}:not(.ablocks-block--container--is-root).ablocks-block--container{max-width:min(100%,100%);width:100%}.ablocks-is-fse-theme .is-layout-constrained .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:100vw}.ablocks-is-classic-theme .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-container-shape{left:0;margin:0 auto;overflow:hidden;pointer-events:none;position:absolute;width:100%}.ablocks-container-shape-top{top:-9px;transform:rotate(1turn)}.ablocks-container-shape-bottom{bottom:-9px;transform:rotate(180deg)}.ablocks-container-shape-fill{transform:rotateY(0deg);transform-origin:center}.ablocks-block-container>.ablocks-container-shape-bottom,.ablocks-block-container>.ablocks-container-shape-top{width:100%!important}.ablocks-container-shape-bottom>svg,.ablocks-container-shape-top>svg{width:100%}
.ablocks-image-figure{display:flex;flex-direction:column;height:auto;margin:0;max-width:100%;position:relative;width:fit-content;width:-moz-fit-content}.ablocks-image-figure img{display:block;height:100%;max-width:100%}.ablocks-image-figure .components-resizable-box__container{max-width:100%!important}.ablocks-alt-text-control{display:flex;flex-direction:column;width:100%}.ablocks-alt-text-control__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.ablocks-alt-text-control__clear{cursor:pointer}.ablocks-alt-text-control .components-base-control .components-base-control__field,.ablocks-alt-text-control .components-base-control{width:100%}.ablocks-image--effect{transition:all .3s ease}.ablocks-image--effect-zoomin{transform:scale(1)}.ablocks-image--effect-zoomin:hover{transform:scale(1.1)}.ablocks-image--effect-grayscale:hover{filter:grayscale(100%)}.ablocks-image--effect-blur:hover{filter:blur(3px)}.ablocks-image--effect-slide{transform:translate3d(-20px,0,0)}.ablocks-image--effect-slide:hover{transform:translateZ(0)}.ablocks-image-caption{margin-top:.5em}
.ablocks-menu__new-item{background-color:#000;border:none;color:#fff;outline:none;padding:2px 5px}.ablocks-menu{box-sizing:border-box;display:flex}.ablocks-block--menu .ablocks-block-container>.ablocks-menu>.ablocks-main-menu,.ablocks-main-menu,.ablocks-menu{list-style:none;margin:0;padding:0}.ablocks-menu-item.ablocks-has-sub-menu{position:relative}.ablocks-menu-item.ablocks-has-mega-menu{position:static!important}.ablocks-main-menu>.ablocks-menu-item{align-items:center;cursor:pointer;display:inline-flex;flex-wrap:wrap;padding:10px}.ablocks-block--menu .ablocks-menu-item a:focus{box-shadow:none;outline:none}.ablocks-menu-child-sub .ablocks-menu-item{display:flex;padding:10px}.ablocks-menu-item a{box-sizing:border-box;text-decoration:none!important}.ablocks-menu-child-mega,.ablocks-menu-item>.ablocks-menu-child-sub{left:0;list-style:none;margin:0;padding:0;position:absolute!important;top:100%;z-index:10}.ablocks-menu-child-mega{background-color:transparent;width:100%}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item>.ablocks-menu-child-sub{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:hover>.ablocks-menu-child-sub{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s;visibility:visible}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item>.ablocks-menu-child-mega{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:hover>.ablocks-menu-child-mega{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s;visibility:visible}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:not(:hover)>.ablocks-menu-child-mega{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}.ablocks-menu-item>.ablocks-menu-child-sub .ablocks-menu-item .ablocks-menu-child-sub{left:100%;top:0}.ablocks-menu__trigger-wrapper{display:flex}.ablocks-menu__trigger{cursor:pointer;display:none;height:30px;width:30px}.ablocks-menu__trigger-toggle{height:30px;opacity:0;position:absolute;width:30px;z-index:5}.ablocks-menu__trigger .ablocks-menu__trigger-item{display:block;height:3px;transition:transform .3s ease,opacity .3s ease;width:30px}.ablocks-menu__trigger .ablocks-menu__trigger-item:nth-child(2){transform:translateY(-5px)}.ablocks-menu__trigger .ablocks-menu__trigger-item:nth-child(4){transform:translateY(5px);transform-origin:60%}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(2){transform:rotate(-45deg)}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(3){display:none;opacity:0}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(4){transform:rotate(45deg)}.ablocks-menu-item__dropdown-icon.rotate-icon{transform:rotate(-180deg)}@media (min-width:800px){.ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-child-mega,.ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-menu--outside,.ablocks-menu-tablet--active{display:none}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-item__dropdown-icon svg{transform:rotate(-180deg);transition:.2s}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-tablet .ablocks-menu-child-sub>.ablocks-menu-item:hover .ablocks-menu-item__dropdown-icon svg{transform:rotate(-90deg);transition:.2s}}@media (min-width:480px){.ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-child-mega,.ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-menu--outside,.ablocks-menu-mobile--active{display:none}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-item__dropdown-icon svg{transform:rotate(-180deg);transition:.2s}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-mobile .ablocks-menu-child-sub>.ablocks-menu-item:hover .ablocks-menu-item__dropdown-icon svg{transform:rotate(-90deg);transition:.2s}}.ablocks-menu-child-mega--editor,.ablocks-menu-child-sub--editor{display:block!important}@media (max-width:480px){.ablocks-block--menu{position:static!important}.ablocks-menu-mobile{display:none;transition:transform .3s ease}.ablocks-menu-mobile--active .ablocks-menu-item>.ablocks-menu-child-sub{position:static!important;width:100%!important}.ablocks-menu-item>.ablocks-menu-child-mega{position:static!important}.ablocks-menu-mobile--active{background-color:#fff;display:block;left:0;position:absolute;top:100%;width:100%;z-index:99}.ablocks-menu-mobile .ablocks-menu-item{display:flex!important;flex-wrap:wrap;justify-content:space-between;position:static!important}.ablocks-sub-menu--active>.ablocks-menu-child-mega,.ablocks-sub-menu--active>.ablocks-menu-child-sub{display:block}.ablocks-sub-menu--active>.ablocks-menu-item__dropdown-icon svg{transform:rotate(180deg)}.ablocks-menu-mobile__trigger{align-items:center;display:flex;flex-direction:column;justify-content:center}.ablocks-menu-item>.ablocks-menu-child-mega,.ablocks-menu-item>.ablocks-menu-child-sub{display:none}}@media (max-width:800px){.ablocks-menu-item .ablocks-menu-child-mega,.ablocks-menu-item .ablocks-menu-child-sub{display:none}.ablocks-block--menu{position:static!important}.ablocks-menu-tablet{display:none;transition:transform .3s ease}.ablocks-menu-tablet--active .ablocks-menu-item>.ablocks-menu-child-sub{position:static!important;width:100%!important}.ablocks-menu-tablet--active{background-color:#fff;display:block;left:0;position:absolute;top:100%;width:100%;z-index:99}.ablocks-menu-tablet .ablocks-menu-item{display:flex!important;flex-wrap:wrap;justify-content:space-between;position:static!important}.ablocks-sub-menu--active>.ablocks-menu-child-mega,.ablocks-sub-menu--active>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-sub-menu--active>.ablocks-menu-item__dropdown-icon svg{transform:rotate(180deg)}.ablocks-menu-tablet__trigger{align-items:center;display:flex;flex-direction:column;justify-content:center}}.ablocks-block--menu-child-mega{white-space:nowrap}.ablocks-menu-child-sub__new-item{background-color:transparent;border:1px solid rgba(0,0,0,.452);padding:5px 0;width:100%}.ablocks-menu-child-sub{align-items:flex-start;align-self:stretch;background:#fff;border:1px solid #eaecf0;box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);display:flex;flex-direction:column;gap:8px;padding:12px}.ablocks-menu-child-sub li{display:flex;padding-left:6px}.ablocks-menu-item__submenu-overlay{background:#000;height:100%;left:0;opacity:0;position:fixed;right:0;top:0;width:100%}.ablocks-menu-item-toolbar-dropdown-icon{align-items:center;cursor:pointer;display:flex;font-size:16px;justify-content:center;margin:0 5px}.ablocks-menu-item-toolbar-dropdown-icon .ablocks-tooltip:hover .ablocks-tooltip__text{padding:15px}.ablocks-menu-item__dropdown-icon{align-items:center;display:flex;font-size:16px;margin:0 5px}.ablocks-menu-item__dropdown-icon svg{height:1em;width:1em}

.ablocks-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-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-block--info-box{border:1px solid #dddddf;padding:30px}.ablocks-block--info-box .ablocks-block-container{width:100%}.ablocks-block--info-box .ablocks-icon-wrap{height:fit-content;width:fit-content}.ablocks-block--info-box__content{display:flex;flex-direction:column;width:100%}.ablocks-info-box-heading,.ablocks-info-box-sub-heading,.ablocks-info-box-text{margin:0}.ablocks-info-box-text{margin:0;padding:0}.ablocks-info-box-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-info-box-badge-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;position:absolute;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-badge-link--xs{border-radius:2px;font-size:10px;padding:5px 15px}.ablocks-info-box-badge-link--sm{border-radius:3px;font-size:12px;padding:8px 18px}.ablocks-info-box-badge-link--md{border-radius:4px;font-size:14px;padding:11px 21px}.ablocks-info-box-badge-link--lg{border-radius:5px;font-size:16px;padding:14px 25px}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-badge-link-text{order:10}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-badge-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-badge-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-btn-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-btn-link--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-info-box-btn-link--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-info-box-btn-link--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-info-box-btn-link--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-info-box-btn-link--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-btn-link-text{order:10}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-button-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-block--info-box__content>.ablocks-button-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-star-ratings{align-items:center;display:inline-flex;flex-wrap:wrap;width:100%}.ablocks-info-box-star-ratings-icons{display:flex;flex-wrap:wrap;width:fit-content}.ablocks-info-box-star-ratings-icons .ablocks-info-box-rating{display:inline-block;position:relative}.ablocks-info-box-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-block--divider{flex-grow:1;width:100%}.ablocks-block--divider .ablocks-block-container,.ablocks-block--divider:not(.ablocks-has-block-container){align-items:center;display:flex;min-height:50px;width:100%}.ablocks-divider__pattern-mask{align-items:center;background-color:var(--ablocks-divider-pattern-color);display:flex;height:100%;mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center,.ablocks-divider__pattern-mask-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center:after,.ablocks-divider__pattern-mask-element-icon--center:before,.ablocks-divider__pattern-mask-element-text--center:after,.ablocks-divider__pattern-mask-element-text--center:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--left,.ablocks-divider__pattern-mask-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--left:after,.ablocks-divider__pattern-mask-element-text--left:after{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--right,.ablocks-divider__pattern-mask-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--right:before,.ablocks-divider__pattern-mask-element-text--right:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-css{border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);width:100%}.ablocks-divider__pattern-css-element-icon--center,.ablocks-divider__pattern-css-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--center:after,.ablocks-divider__pattern-css-element-icon--center:before,.ablocks-divider__pattern-css-element-text--center:after,.ablocks-divider__pattern-css-element-text--center:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--left,.ablocks-divider__pattern-css-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--left:after,.ablocks-divider__pattern-css-element-text--left:after{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--right,.ablocks-divider__pattern-css-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;width:100%}.ablocks-divider__pattern-css-element-icon--right:before,.ablocks-divider__pattern-css-element-text--right:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-block--divider .ablocks-divider__element-icon{display:inline-block;line-height:1}
.ablocks-carousel-swiper .swiper-wrapper{display:flex;height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide{height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom{align-items:baseline;display:flex;justify-content:center}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button{background-color:#000;border:1px solid #000;border-radius:5px;color:#fff;cursor:pointer;outline:none;padding:10px 15px;transition:.4s ease}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button:hover{background-color:transparent;border:1px solid #000;color:#000;cursor:pointer;outline:none;padding:10px 15px}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button{border:none;cursor:pointer;font-size:25px;outline:none;position:absolute;transform:translateY(-50%);z-index:5}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-icon-wrap{box-sizing:unset}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button--disabled{opacity:.6}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-svg-icon{border-radius:50%;height:1em;width:1em}.ablocks-carousel-pagination{align-items:center;display:flex;gap:10px;height:fit-content;justify-content:center;position:absolute;width:fit-content!important;z-index:5}.ablocks-carousel-pagination .swiper-pagination-bullet{opacity:1;outline:none}.ablocks-carousel-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{gap:0}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.ablocks-carousel-autoplay-progress{align-items:center;bottom:16px;color:#000;display:flex;font-weight:700;height:48px;justify-content:center;position:absolute;right:16px;width:48px;z-index:10}.ablocks-carousel-autoplay-progress svg{--progress:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10;stroke-width:4px;stroke:#000;fill:none;stroke-dashoffset:calc(125.6px*(1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}.ablocks-carousel-navigation__buttons .swiper-button-lock{display:block!important}

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

.ablocks-block--icon .ablocks-block-container{display:flex}
.ablocks-block-fe9efcb2-52ed-4328-bb74-d70b443aa673 { margin-top:0px;margin-bottom:-33px;padding-top:20px;padding-bottom:20px;background:#044D41;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe9efcb2-52ed-4328-bb74-d70b443aa673.ablocks-block--container { padding-top:20px;padding-bottom:20px;overflow:visible; } .ablocks-block-fe9efcb2-52ed-4328-bb74-d70b443aa673 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-fe9efcb2-52ed-4328-bb74-d70b443aa673 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-fe9efcb2-52ed-4328-bb74-d70b443aa673.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-db21cc0e-c0c0-4147-8802-81efb0bfecd0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db21cc0e-c0c0-4147-8802-81efb0bfecd0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-db21cc0e-c0c0-4147-8802-81efb0bfecd0 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-db21cc0e-c0c0-4147-8802-81efb0bfecd0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-db21cc0e-c0c0-4147-8802-81efb0bfecd0 { display:inline-flex; } 
.ablocks-block-1a8241c3-2913-4d17-b4ae-27fa8d74c489 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a8241c3-2913-4d17-b4ae-27fa8d74c489.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1a8241c3-2913-4d17-b4ae-27fa8d74c489 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1a8241c3-2913-4d17-b4ae-27fa8d74c489.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e1468f1e-c8de-45bb-b369-badc86f27894 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1468f1e-c8de-45bb-b369-badc86f27894 { display:flex;justify-content:left; } .ablocks-block-e1468f1e-c8de-45bb-b369-badc86f27894 .ablocks-image-figure img { width:150px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-e1468f1e-c8de-45bb-b369-badc86f27894 .ablocks-image-figure img { width:180px; } } .ablocks-block-e1468f1e-c8de-45bb-b369-badc86f27894 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e1468f1e-c8de-45bb-b369-badc86f27894 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d932afb4-5d0f-4225-a6ff-d66e0ac4625d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d932afb4-5d0f-4225-a6ff-d66e0ac4625d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d932afb4-5d0f-4225-a6ff-d66e0ac4625d { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d932afb4-5d0f-4225-a6ff-d66e0ac4625d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-menu { justify-content:left; } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2.ablocks-menu { justify-content:left; } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:500;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item { background:#044d41; } } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:500;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { background:#044d41; } } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item:hover { color:#ffffff; } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#ffffff; } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 480px) { .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#ffffff; } @media screen and (max-width: 480px) { .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#ffffff !important; } } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#ffffff; } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#ffffff; } @media screen and (max-width: 480px) { .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#ffffff !important; } } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#ffffff; } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-87010471-72ad-42ef-a34c-bf31816642b2 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#ffffff;height:3px;width:30px; } 



.ablocks-block-ecf99c71-5b27-4a75-aacb-7644b796c140 { margin-top:-20px;padding-top:115px;padding-bottom:195px;background:#044D41;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ecf99c71-5b27-4a75-aacb-7644b796c140 { padding-top:70px;padding-right:10px;padding-bottom:70px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-ecf99c71-5b27-4a75-aacb-7644b796c140 { padding-top:50px;padding-bottom:50px; } } .ablocks-block-ecf99c71-5b27-4a75-aacb-7644b796c140.ablocks-block--container { padding-top:115px;padding-bottom:195px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ecf99c71-5b27-4a75-aacb-7644b796c140.ablocks-block--container { padding-top:70px;padding-right:10px;padding-bottom:70px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-ecf99c71-5b27-4a75-aacb-7644b796c140.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-ecf99c71-5b27-4a75-aacb-7644b796c140 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-ecf99c71-5b27-4a75-aacb-7644b796c140 > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-ecf99c71-5b27-4a75-aacb-7644b796c140.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-faadf9e1-558f-4d44-819d-7436574a53ef { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-faadf9e1-558f-4d44-819d-7436574a53ef.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-faadf9e1-558f-4d44-819d-7436574a53ef { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-faadf9e1-558f-4d44-819d-7436574a53ef { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-faadf9e1-558f-4d44-819d-7436574a53ef.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-faadf9e1-558f-4d44-819d-7436574a53ef.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:15px;column-gap:15px; } } .ablocks-block-faadf9e1-558f-4d44-819d-7436574a53ef { display:inline-flex; } 
.ablocks-block-3462c6cf-8be5-461b-af13-82a596fca8d3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3462c6cf-8be5-461b-af13-82a596fca8d3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3462c6cf-8be5-461b-af13-82a596fca8d3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3462c6cf-8be5-461b-af13-82a596fca8d3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a7999226-a80f-4d51-9107-4e267bca55b5 { width:100%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7999226-a80f-4d51-9107-4e267bca55b5 { text-align:left; } .ablocks-block-a7999226-a80f-4d51-9107-4e267bca55b5 .ablocks-heading-text { color:#D6CB8F;font-family:"DM Sans",sans-serif;font-weight:700;text-transform:uppercase;font-style:normal;font-size:56px;line-height:70px;letter-spacing:-0.9px; } @media screen and (max-width: 800px) { .ablocks-block-a7999226-a80f-4d51-9107-4e267bca55b5 .ablocks-heading-text { font-family:DM Sans;font-size:54px; } } @media screen and (max-width: 480px) { .ablocks-block-a7999226-a80f-4d51-9107-4e267bca55b5 .ablocks-heading-text { font-size:26px;line-height:38px; } } 
.ablocks-block-c51ffefc-ba15-4d93-98b2-d8ec514c40c0 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c51ffefc-ba15-4d93-98b2-d8ec514c40c0 { text-align:left; } .ablocks-block-c51ffefc-ba15-4d93-98b2-d8ec514c40c0 .ablocks-paragraph-text { color:rgba(249,239,230,0.80);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-c51ffefc-ba15-4d93-98b2-d8ec514c40c0 .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-c51ffefc-ba15-4d93-98b2-d8ec514c40c0 .ablocks-paragraph-text { font-size:15px;line-height:24px; } } .ablocks-block-c51ffefc-ba15-4d93-98b2-d8ec514c40c0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3ca3fd06-9b90-4742-976b-1291edd99555 { margin-top:40px;padding-left:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3ca3fd06-9b90-4742-976b-1291edd99555:not(.ablocks-has-block-container), .ablocks-block-3ca3fd06-9b90-4742-976b-1291edd99555.ablocks-block--dual-button > .ablocks-block-container { gap:16px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } .ablocks-block-3ca3fd06-9b90-4742-976b-1291edd99555 .ablocks-button { font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3ca3fd06-9b90-4742-976b-1291edd99555 .ablocks-button { font-family:DM Sans; } } 
.ablocks-block-cfc564cd-38c8-4c72-a393-6dff772b1584 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cfc564cd-38c8-4c72-a393-6dff772b1584 { text-align:left; } .ablocks-block-cfc564cd-38c8-4c72-a393-6dff772b1584 .ablocks-button { column-gap:10px;background:#d6cb8f;justify-content:left;color:#044d41;border-width:1px;border-style:solid;border-color:#D6CB8F;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;font-style:normal;font-size:16px;line-height:24px;padding-top:16px;padding-right:28px;padding-bottom:16px;padding-left:28px; } @media screen and (max-width: 800px) { .ablocks-block-cfc564cd-38c8-4c72-a393-6dff772b1584 .ablocks-button { font-family:DM Sans;padding-top:14px;padding-right:26px;padding-bottom:14px;padding-left:26px; } } .ablocks-block-cfc564cd-38c8-4c72-a393-6dff772b1584 .ablocks-button:hover { transition-duration:0.5s;color:#d6cb8f;background:#044d41; } .ablocks-block-cfc564cd-38c8-4c72-a393-6dff772b1584 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#d6cb8f; } .ablocks-block-cfc564cd-38c8-4c72-a393-6dff772b1584 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-cfc564cd-38c8-4c72-a393-6dff772b1584 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-cfc564cd-38c8-4c72-a393-6dff772b1584 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-49e19cb0-4a95-487a-8d58-7b41313c6b53 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-49e19cb0-4a95-487a-8d58-7b41313c6b53 { text-align:left; } .ablocks-block-49e19cb0-4a95-487a-8d58-7b41313c6b53 .ablocks-button { column-gap:10px;background:#044d41;justify-content:left;color:#D6CB8F;border-width:1px;border-style:solid;border-color:#D6CB8F;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;font-style:normal;font-size:16px;line-height:24px;padding-top:16px;padding-right:28px;padding-bottom:16px;padding-left:28px; } @media screen and (max-width: 800px) { .ablocks-block-49e19cb0-4a95-487a-8d58-7b41313c6b53 .ablocks-button { font-family:DM Sans;padding-top:14px;padding-right:26px;padding-bottom:14px;padding-left:26px; } } .ablocks-block-49e19cb0-4a95-487a-8d58-7b41313c6b53 .ablocks-button:hover { transition-duration:0.5s;color:#044d41;background:#D6CB8F; } .ablocks-block-49e19cb0-4a95-487a-8d58-7b41313c6b53 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#044d41; } .ablocks-block-49e19cb0-4a95-487a-8d58-7b41313c6b53 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-49e19cb0-4a95-487a-8d58-7b41313c6b53 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-49e19cb0-4a95-487a-8d58-7b41313c6b53 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e9f2aba9-e43c-48c4-8525-ed7d3ec7353a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e9f2aba9-e43c-48c4-8525-ed7d3ec7353a.ablocks-block--container { padding:0px;max-width:min(100%,32%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e9f2aba9-e43c-48c4-8525-ed7d3ec7353a.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e9f2aba9-e43c-48c4-8525-ed7d3ec7353a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e9f2aba9-e43c-48c4-8525-ed7d3ec7353a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7c6a1ec1-3f6c-416a-824b-6c17ff1904d7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c6a1ec1-3f6c-416a-824b-6c17ff1904d7 { display:flex;justify-content:center; } .ablocks-block-7c6a1ec1-3f6c-416a-824b-6c17ff1904d7 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7c6a1ec1-3f6c-416a-824b-6c17ff1904d7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7c6a1ec1-3f6c-416a-824b-6c17ff1904d7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2bbfc629-0e24-456b-b347-64fc8b9d3b3b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2bbfc629-0e24-456b-b347-64fc8b9d3b3b.ablocks-block--container { padding:0px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2bbfc629-0e24-456b-b347-64fc8b9d3b3b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2bbfc629-0e24-456b-b347-64fc8b9d3b3b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2bbfc629-0e24-456b-b347-64fc8b9d3b3b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e1a9579c-ca71-4db4-97c1-edb314b5596a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1a9579c-ca71-4db4-97c1-edb314b5596a { display:flex;justify-content:center; } @media screen and (max-width: 800px) { .ablocks-block-e1a9579c-ca71-4db4-97c1-edb314b5596a { justify-content:left; } } @media screen and (max-width: 480px) { .ablocks-block-e1a9579c-ca71-4db4-97c1-edb314b5596a { justify-content:center; } } .ablocks-block-e1a9579c-ca71-4db4-97c1-edb314b5596a .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e1a9579c-ca71-4db4-97c1-edb314b5596a .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e1a9579c-ca71-4db4-97c1-edb314b5596a .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-923cbb57-af35-4266-8b8d-48bf8df6aff1 { margin-top:52px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-923cbb57-af35-4266-8b8d-48bf8df6aff1 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-923cbb57-af35-4266-8b8d-48bf8df6aff1 { text-align:center; } } .ablocks-block-923cbb57-af35-4266-8b8d-48bf8df6aff1 .ablocks-paragraph-text { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:700;text-transform:uppercase;font-style:normal;font-size:24px;line-height:32px; } @media screen and (max-width: 800px) { .ablocks-block-923cbb57-af35-4266-8b8d-48bf8df6aff1 .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-923cbb57-af35-4266-8b8d-48bf8df6aff1 .ablocks-paragraph-text { font-size:20px;line-height:28px; } } .ablocks-block-923cbb57-af35-4266-8b8d-48bf8df6aff1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 { margin-top:40px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container), .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box > .ablocks-block-container { gap:14px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container), .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 > .ablocks-block-container > a .ablocks-icon-wrap { background:#9900cc00;font-size:unset; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } @media screen and (max-width: 800px) { .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:34px; } } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#9900cc00; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:20px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:14px;line-height:18px; } } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0161b976-3e89-4952-b21b-3ce96bb723f4 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c { margin-top:40px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c { margin-top:20px; } } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container), .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box > .ablocks-block-container { gap:14px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container), .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c > .ablocks-block-container > a .ablocks-icon-wrap { background:#9900cc00;font-size:unset; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } @media screen and (max-width: 800px) { .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c > a .ablocks-icon-wrap > img.ablocks-image-icon { width:34px; } } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#9900cc00; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:20px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:14px;line-height:18px; } } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ce0768b2-473f-4bf7-a8f4-a6fb30d0445c .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-3de891b2-1057-4a35-a17b-ef636af91ff4 { margin-top:0px;padding-top:200px;padding-bottom:100px;background:#F9EFE6;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3de891b2-1057-4a35-a17b-ef636af91ff4 { padding-top:60px;padding-right:10px;padding-bottom:50px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-3de891b2-1057-4a35-a17b-ef636af91ff4 { padding-top:50px;padding-bottom:40px; } } .ablocks-block-3de891b2-1057-4a35-a17b-ef636af91ff4.ablocks-block--container { padding-top:200px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3de891b2-1057-4a35-a17b-ef636af91ff4.ablocks-block--container { padding-top:60px;padding-right:10px;padding-bottom:50px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-3de891b2-1057-4a35-a17b-ef636af91ff4.ablocks-block--container { padding-top:50px;padding-bottom:40px; } } .ablocks-block-3de891b2-1057-4a35-a17b-ef636af91ff4 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-3de891b2-1057-4a35-a17b-ef636af91ff4 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-3de891b2-1057-4a35-a17b-ef636af91ff4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:20px; } 
.ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:center; } .ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:10px;padding-block-end:10px;justify-content:center; } .ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d .ablocks-divider { max-width:min(100%,14%); } @media screen and (max-width: 800px) { .ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d .ablocks-divider { max-width:min(100%,18%); } } @media screen and (max-width: 480px) { .ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d .ablocks-divider { max-width:min(100%,42%); } } .ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d .ablocks-divider__element-text { color:#A26534;padding-right:6px;padding-left:6px; } .ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-62ad8ff4-0b4e-4fb8-98c4-ba867812b52d .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a76587f6-e3e1-41a3-aca6-52ebdd073f01 { margin-top:-16px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a76587f6-e3e1-41a3-aca6-52ebdd073f01 { margin-top:-12px; } } .ablocks-block-a76587f6-e3e1-41a3-aca6-52ebdd073f01 { text-align:center; } .ablocks-block-a76587f6-e3e1-41a3-aca6-52ebdd073f01 .ablocks-heading-text { color:#A26534;font-family:"DM Sans",sans-serif;font-weight:700;text-transform:uppercase;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.72px; } @media screen and (max-width: 800px) { .ablocks-block-a76587f6-e3e1-41a3-aca6-52ebdd073f01 .ablocks-heading-text { font-family:DM Sans;font-size:38px; } } @media screen and (max-width: 480px) { .ablocks-block-a76587f6-e3e1-41a3-aca6-52ebdd073f01 .ablocks-heading-text { font-size:27px;line-height:42px; } } 
.ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 { margin-top:60px;padding-top:0px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 { margin-top:30px; } } @media screen and (max-width: 480px) { .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 { margin-top:20px; } } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-swiper .swiper-wrapper { min-height:65px;align-items:center; } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-navigation__button { top:117%; } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-navigation__button--next { right:42%; } @media screen and (max-width: 480px) { .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-navigation__button--next { right:38%; } } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-navigation__button--prev { left:44%; } @media screen and (max-width: 800px) { .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-navigation__button--prev { left:42%; } } @media screen and (max-width: 480px) { .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-navigation__button--prev { left:32%; } } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:24px; } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-pagination { left:47%;top:113%; } @media screen and (max-width: 800px) { .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-pagination { left:44%;top:112%; } } @media screen and (max-width: 480px) { .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-pagination { left:36%; } } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .swiper-pagination-bullet { background-color:#eed9c9;width:8px;height:8px; } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .swiper-pagination-bullet:hover { background-color:#EED9C9;width:8px;height:8px; } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#A26534;width:14px;height:14px; } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:#A26534;width:14px;height:14px; } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#A26534;background-color:#9900cc00; } .ablocks-block-3ccc4f38-b8db-4232-bf73-867ba9bf1c17 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-3e8dc598-ae29-4038-ab9e-5bc5c17b8ff4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-8e0740c4-7f22-4a6f-9d96-91131b32dcfc { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e0740c4-7f22-4a6f-9d96-91131b32dcfc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8e0740c4-7f22-4a6f-9d96-91131b32dcfc { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8e0740c4-7f22-4a6f-9d96-91131b32dcfc.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-17566f9f-e6a9-40ee-b256-26aeb4006b5a { padding:32px;border-width:1px;border-style:solid;border-color:#a26534;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a:not(.ablocks-has-block-container), .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:30px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-17566f9f-e6a9-40ee-b256-26aeb4006b5a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-3f6bd74b-61f2-4091-8f48-c4e87498e4b3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-09f0d659-4079-41d2-a983-dec56ce69707 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09f0d659-4079-41d2-a983-dec56ce69707.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-09f0d659-4079-41d2-a983-dec56ce69707 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-09f0d659-4079-41d2-a983-dec56ce69707.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-e5805b5d-49df-42b5-a06b-f014b6278c5a { padding:32px;border-width:1px;border-style:solid;border-color:#a26534;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a:not(.ablocks-has-block-container), .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:30px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e5805b5d-49df-42b5-a06b-f014b6278c5a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-68576a77-4c2d-4fc2-b3cb-586a5508c0ba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-65327444-c517-46eb-8ec8-d5232d503c5b { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65327444-c517-46eb-8ec8-d5232d503c5b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-65327444-c517-46eb-8ec8-d5232d503c5b { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-65327444-c517-46eb-8ec8-d5232d503c5b.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-75b6a862-f4b0-4602-a799-1d64bdcb06ad { padding:32px;border-width:1px;border-style:solid;border-color:#a26534;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad:not(.ablocks-has-block-container), .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:30px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-75b6a862-f4b0-4602-a799-1d64bdcb06ad .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4dc7ffd5-d3d7-4a10-98d0-5bdee5836d44 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f7616058-da40-4c82-aec2-f61bc34f62ba { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f7616058-da40-4c82-aec2-f61bc34f62ba.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f7616058-da40-4c82-aec2-f61bc34f62ba { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f7616058-da40-4c82-aec2-f61bc34f62ba.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-2245f566-66c0-4982-aa39-eaf61400649a { padding:32px;border-width:1px;border-style:solid;border-color:#a26534;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a:not(.ablocks-has-block-container), .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:30px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2245f566-66c0-4982-aa39-eaf61400649a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-d8d9d8c6-231d-49c7-9eac-d5e20d815fdf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-58a0dd4d-f9f3-4fbc-9d4f-6ec67310c3c7 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-58a0dd4d-f9f3-4fbc-9d4f-6ec67310c3c7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-58a0dd4d-f9f3-4fbc-9d4f-6ec67310c3c7 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-58a0dd4d-f9f3-4fbc-9d4f-6ec67310c3c7.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-012d7194-babc-4fcf-8b45-9df46e44ea92 { padding:32px;border-width:1px;border-style:solid;border-color:#a26534;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92:not(.ablocks-has-block-container), .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-block--info-box__content { gap:8px;align-items:center; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:30px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-012d7194-babc-4fcf-8b45-9df46e44ea92 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-8fd2f77e-c0e1-42a4-a27a-4a2737f8fef0 { margin-top:0px;padding-top:100px;padding-bottom:200px;background:#F9EFE6;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8fd2f77e-c0e1-42a4-a27a-4a2737f8fef0 { padding-top:50px;padding-right:10px;padding-bottom:50px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-8fd2f77e-c0e1-42a4-a27a-4a2737f8fef0 { padding-top:30px;padding-bottom:30px; } } .ablocks-block-8fd2f77e-c0e1-42a4-a27a-4a2737f8fef0.ablocks-block--container { padding-top:100px;padding-bottom:200px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8fd2f77e-c0e1-42a4-a27a-4a2737f8fef0.ablocks-block--container { padding-top:50px;padding-right:10px;padding-bottom:50px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-8fd2f77e-c0e1-42a4-a27a-4a2737f8fef0.ablocks-block--container { padding-top:30px;padding-bottom:30px; } } .ablocks-block-8fd2f77e-c0e1-42a4-a27a-4a2737f8fef0 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-8fd2f77e-c0e1-42a4-a27a-4a2737f8fef0 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-8fd2f77e-c0e1-42a4-a27a-4a2737f8fef0.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-8d86a555-f411-4389-87b5-755510b19f8c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8d86a555-f411-4389-87b5-755510b19f8c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8d86a555-f411-4389-87b5-755510b19f8c { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:50px; } @media screen and (max-width: 800px) { .ablocks-block-8d86a555-f411-4389-87b5-755510b19f8c { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-8d86a555-f411-4389-87b5-755510b19f8c { row-gap:28px; } } .ablocks-block-8d86a555-f411-4389-87b5-755510b19f8c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:50px; } @media screen and (max-width: 800px) { .ablocks-block-8d86a555-f411-4389-87b5-755510b19f8c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } @media screen and (max-width: 480px) { .ablocks-block-8d86a555-f411-4389-87b5-755510b19f8c.ablocks-has-block-container > .ablocks-block-container { row-gap:28px; } } .ablocks-block-8d86a555-f411-4389-87b5-755510b19f8c { display:inline-flex; } 
.ablocks-block-5a5f8d9c-c50e-42c6-aa4f-cccd161a4f8a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5a5f8d9c-c50e-42c6-aa4f-cccd161a4f8a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5a5f8d9c-c50e-42c6-aa4f-cccd161a4f8a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5a5f8d9c-c50e-42c6-aa4f-cccd161a4f8a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:center; } } .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:3px;padding-block-end:3px;justify-content:left; } @media screen and (max-width: 480px) { .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { justify-content:center; } } .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757 .ablocks-divider { max-width:min(100%,25%); } @media screen and (max-width: 480px) { .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757 .ablocks-divider { max-width:min(100%,40%); } } .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757 .ablocks-divider__element-text { color:#A26534;padding-right:0px;padding-left:0px; } .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-1953fe7c-4524-4892-8bad-c21ba7495757 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d4db89a1-db88-4f1f-b684-dfa3e2bbca9c { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d4db89a1-db88-4f1f-b684-dfa3e2bbca9c { margin-top:12px; } } .ablocks-block-d4db89a1-db88-4f1f-b684-dfa3e2bbca9c { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-d4db89a1-db88-4f1f-b684-dfa3e2bbca9c { text-align:center; } } .ablocks-block-d4db89a1-db88-4f1f-b684-dfa3e2bbca9c .ablocks-heading-text { color:#A26534;font-family:"DM Sans",sans-serif;font-weight:700;text-transform:uppercase;font-style:normal;font-size:48px;line-height:62px;letter-spacing:-0.72px; } @media screen and (max-width: 800px) { .ablocks-block-d4db89a1-db88-4f1f-b684-dfa3e2bbca9c .ablocks-heading-text { font-family:DM Sans;font-size:33px;line-height:58px; } } @media screen and (max-width: 480px) { .ablocks-block-d4db89a1-db88-4f1f-b684-dfa3e2bbca9c .ablocks-heading-text { font-size:21px;line-height:36px; } } 
.ablocks-block-1c918977-7601-428e-8b3d-60e4bd8c96c9 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c918977-7601-428e-8b3d-60e4bd8c96c9 { text-align:left; } .ablocks-block-1c918977-7601-428e-8b3d-60e4bd8c96c9 .ablocks-paragraph-text { color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1c918977-7601-428e-8b3d-60e4bd8c96c9 .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-1c918977-7601-428e-8b3d-60e4bd8c96c9 .ablocks-paragraph-text { font-size:14px;line-height:22px; } } .ablocks-block-1c918977-7601-428e-8b3d-60e4bd8c96c9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f3477739-0666-45dc-825f-4eb8ad45908c { margin-top:32px;padding-top:0px;padding-right:0px;padding-bottom:24px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#a26534;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f3477739-0666-45dc-825f-4eb8ad45908c { margin-top:26px; } } .ablocks-block-f3477739-0666-45dc-825f-4eb8ad45908c.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:24px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f3477739-0666-45dc-825f-4eb8ad45908c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 480px) { .ablocks-block-f3477739-0666-45dc-825f-4eb8ad45908c { flex-direction:column;row-gap:20px;column-gap:15px; } } .ablocks-block-f3477739-0666-45dc-825f-4eb8ad45908c.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: 480px) { .ablocks-block-f3477739-0666-45dc-825f-4eb8ad45908c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px;column-gap:15px; } } .ablocks-block-f3477739-0666-45dc-825f-4eb8ad45908c { display:inline-flex; } 
.ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container), .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } @media screen and (max-width: 800px) { .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:36px; } } @media screen and (max-width: 480px) { .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:30px; } } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;font-style:normal;font-size:16px;line-height:28px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:14px;line-height:26px; } } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:rgba(89,55,29,0.66); } @media screen and (max-width: 800px) { .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7ea2db3b-d080-48a9-980a-3bbee36638d1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container), .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } @media screen and (max-width: 800px) { .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:36px; } } @media screen and (max-width: 480px) { .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:30px; } } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;font-style:normal;font-size:16px;line-height:28px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:14px;line-height:26px; } } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;color:rgba(89,55,29,0.66); } @media screen and (max-width: 800px) { .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c0fda260-c191-4e21-b341-fce75fe25ab5 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 { margin-top:41px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 { margin-top:36px; } } .ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 { text-align:left; } .ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 .ablocks-button { column-gap:10px;background:#A26534;justify-content:left;color:#F9EFE6;border-width:1px;border-style:solid;border-color:#a26534;border-radius:999px;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;font-style:normal;font-size:16px;line-height:24px;padding-top:16px;padding-right:28px;padding-bottom:16px;padding-left:28px; } @media screen and (max-width: 800px) { .ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 .ablocks-button { font-family:DM Sans;padding-top:14px;padding-right:26px;padding-bottom:14px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 .ablocks-button { border-radius:18px;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px; } } .ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 .ablocks-button:hover { transition-duration:s;color:#A26534;background:#9900cc00;border-width:1px;border-color:#A26534;border-style:solid; } .ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#A26534; } .ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-d1817164-a13b-4bc5-a469-309395d095d8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bf536be0-5e6e-4306-acff-578b1e15b0f4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bf536be0-5e6e-4306-acff-578b1e15b0f4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bf536be0-5e6e-4306-acff-578b1e15b0f4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bf536be0-5e6e-4306-acff-578b1e15b0f4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3f3d444d-ef82-448c-b10f-e68a0c222734 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f3d444d-ef82-448c-b10f-e68a0c222734 { display:flex;justify-content:right; } @media screen and (max-width: 800px) { .ablocks-block-3f3d444d-ef82-448c-b10f-e68a0c222734 { justify-content:center; } } .ablocks-block-3f3d444d-ef82-448c-b10f-e68a0c222734 .ablocks-image-figure img { width:373px;height:auto;opacity:1; } .ablocks-block-3f3d444d-ef82-448c-b10f-e68a0c222734 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3f3d444d-ef82-448c-b10f-e68a0c222734 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-08cbad3e-5e16-4bdf-aa6d-3ae69a2b6f03 { padding:0px;position:absolute;left:70px;top:395px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-08cbad3e-5e16-4bdf-aa6d-3ae69a2b6f03 { left:126px; } } @media screen and (max-width: 480px) { .ablocks-block-08cbad3e-5e16-4bdf-aa6d-3ae69a2b6f03 { left:34px;top:271px; } } .ablocks-block-08cbad3e-5e16-4bdf-aa6d-3ae69a2b6f03.ablocks-block--container { padding:0px;max-width:min(100%,45%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-08cbad3e-5e16-4bdf-aa6d-3ae69a2b6f03.ablocks-block--container { max-width:min(100%,34%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-08cbad3e-5e16-4bdf-aa6d-3ae69a2b6f03.ablocks-block--container { max-width:min(100%,69%) !important; } } .ablocks-block-08cbad3e-5e16-4bdf-aa6d-3ae69a2b6f03 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-08cbad3e-5e16-4bdf-aa6d-3ae69a2b6f03.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 { padding:20px;background:#ffffff;border-style:none;border-radius:8px;box-shadow:0px 4px 24px -8px rgba(162,101,52,0.16);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container), .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6.ablocks-block--info-box > .ablocks-block-container { gap:14px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content { gap:8px;align-items:flex-start; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:44px; } @media screen and (max-width: 800px) { .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:36px; } } @media screen and (max-width: 480px) { .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:23px; } } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#cec5c5; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:20px;color:rgba(89,55,29,0.66); } @media screen and (max-width: 800px) { .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:14px;line-height:18px; } } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:20px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:18px; } } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-11b4e7b0-a068-49ac-a6e0-c8e3fbdfe5b6 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-c40da6ea-8dab-4e93-9628-c84b611564ad { margin-top:0px;padding-top:180px;padding-bottom:180px;background:#044D41;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c40da6ea-8dab-4e93-9628-c84b611564ad { padding-top:50px;padding-right:15px;padding-bottom:50px;padding-left:15px; } } @media screen and (max-width: 480px) { .ablocks-block-c40da6ea-8dab-4e93-9628-c84b611564ad { padding-top:30px;padding-right:8px;padding-bottom:30px;padding-left:8px; } } .ablocks-block-c40da6ea-8dab-4e93-9628-c84b611564ad.ablocks-block--container { padding-top:180px;padding-bottom:180px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c40da6ea-8dab-4e93-9628-c84b611564ad.ablocks-block--container { padding-top:50px;padding-right:15px;padding-bottom:50px;padding-left:15px; } } @media screen and (max-width: 480px) { .ablocks-block-c40da6ea-8dab-4e93-9628-c84b611564ad.ablocks-block--container { padding-top:30px;padding-right:8px;padding-bottom:30px;padding-left:8px; } } .ablocks-block-c40da6ea-8dab-4e93-9628-c84b611564ad > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-c40da6ea-8dab-4e93-9628-c84b611564ad > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-c40da6ea-8dab-4e93-9628-c84b611564ad.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:20px; } 
.ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:center; } .ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:center; } .ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d .ablocks-divider { max-width:min(100%,12%); } @media screen and (max-width: 800px) { .ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d .ablocks-divider { max-width:min(100%,20%); } } @media screen and (max-width: 480px) { .ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d .ablocks-divider { max-width:min(100%,50%); } } .ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d .ablocks-divider__element-text { color:#D6CB8F;padding-right:4px;padding-left:4px; } .ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-e07c56ce-ad36-46e5-9702-f4ba3347d01d .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1882a287-6dda-49a2-9596-816519a7f2bd { margin-top:-8px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1882a287-6dda-49a2-9596-816519a7f2bd { margin-top:-5px; } } .ablocks-block-1882a287-6dda-49a2-9596-816519a7f2bd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1882a287-6dda-49a2-9596-816519a7f2bd { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1882a287-6dda-49a2-9596-816519a7f2bd.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-183699c0-7d80-4ea1-a118-8ee3a164a7d7 { width:67%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-183699c0-7d80-4ea1-a118-8ee3a164a7d7 { width:100%; } } .ablocks-block-183699c0-7d80-4ea1-a118-8ee3a164a7d7 { text-align:center; } .ablocks-block-183699c0-7d80-4ea1-a118-8ee3a164a7d7 .ablocks-heading-text { color:#D6CB8F;font-family:"DM Sans",sans-serif;font-weight:700;text-transform:uppercase;font-style:normal;font-size:48px;line-height:62px;letter-spacing:-0.72px; } @media screen and (max-width: 800px) { .ablocks-block-183699c0-7d80-4ea1-a118-8ee3a164a7d7 .ablocks-heading-text { font-family:DM Sans;font-size:38px;line-height:58px; } } @media screen and (max-width: 480px) { .ablocks-block-183699c0-7d80-4ea1-a118-8ee3a164a7d7 .ablocks-heading-text { font-size:22px;line-height:36px; } } 
.ablocks-block-b07b93b9-c0e1-44cf-908e-08dbe7fcd652 { margin-top:16px;width:66%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b07b93b9-c0e1-44cf-908e-08dbe7fcd652 { width:100%; } } .ablocks-block-b07b93b9-c0e1-44cf-908e-08dbe7fcd652 { text-align:center; } .ablocks-block-b07b93b9-c0e1-44cf-908e-08dbe7fcd652 .ablocks-paragraph-text { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b07b93b9-c0e1-44cf-908e-08dbe7fcd652 .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-b07b93b9-c0e1-44cf-908e-08dbe7fcd652 .ablocks-paragraph-text { font-size:14px;line-height:20px; } } .ablocks-block-b07b93b9-c0e1-44cf-908e-08dbe7fcd652 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc { margin-top:60px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc { margin-top:40px; } } @media screen and (max-width: 480px) { .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc { margin-top:30px; } } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs { flex-direction:column; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab-panel { justify-content:center;margin-inline:auto;flex-direction:row;flex-wrap:wrap;background:rgba(12,47,41,0.40);margin:0px;padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;border-radius:48px;gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab-panel { margin:-1px;padding-top:12px;padding-right:16px;padding-bottom:12px;padding-left:16px;border-radius:40px;gap:15px; } } @media screen and (max-width: 480px) { .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab-panel { margin:0px;padding-top:6px;padding-right:10px;padding-bottom:6px;padding-left:10px;border-radius:20px; } } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab { background:rgba(12,61,53,0.4);display:flex;flex-direction:row;align-items:center;justify-content:center;border-style:none;border-radius:99px; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab--active { background-color:rgba(17,65,57,0.4) !important; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab-menu-title { color:rgba(255,255,255,0.70);font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab-menu-title { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab-menu-title { font-size:14px; } } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-menu-title { color:#d6cb8f; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab-menu-subtitle { color:#3A3A3A;max-width:160px; } @media screen and (max-width: 480px) { .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab-menu-subtitle { width:100%; } } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-menu-subtitle { color:#3A3A3A!important; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar { background:#13191B; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__icon .ablocks-icon-wrap { margin-right:2px; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__body { margin:0px;padding:0px;max-width:100% !important; } @media screen and (max-width: 480px) { .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__body { max-width:100%; } } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab-menu-content { gap:10px;text-align:center; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__tab-panel { width:auto; } .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__body { max-width:100% !important; } @media screen and (max-width: 800px) { .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__body { max-width:70%; } } @media screen and (max-width: 480px) { .ablocks-block-d276e26a-01fa-4a71-bb79-9ef3dc1253cc .ablocks-block-tabs__body { max-width:100% !important; } } 

.ablocks-block-f6760e7d-925b-4167-96a0-ff850cf726d8 { margin-top:45px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f6760e7d-925b-4167-96a0-ff850cf726d8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f6760e7d-925b-4167-96a0-ff850cf726d8 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-f6760e7d-925b-4167-96a0-ff850cf726d8 { flex-direction:column;row-gap:40px;column-gap:15px; } } .ablocks-block-f6760e7d-925b-4167-96a0-ff850cf726d8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-f6760e7d-925b-4167-96a0-ff850cf726d8.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px;column-gap:15px; } } .ablocks-block-f6760e7d-925b-4167-96a0-ff850cf726d8 { display:inline-flex; } 
.ablocks-block-235783a9-25ec-434b-97b1-f026a42de1aa { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-235783a9-25ec-434b-97b1-f026a42de1aa.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-235783a9-25ec-434b-97b1-f026a42de1aa { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-235783a9-25ec-434b-97b1-f026a42de1aa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51:not(.ablocks-has-block-container), .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51:not(.ablocks-has-block-container), .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51.ablocks-block--price-menu > .ablocks-block-container { gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51:not(.ablocks-has-block-container), .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51.ablocks-block--price-menu > .ablocks-block-container { gap:40px; } } .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item, .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-details { align-items:flex-start;gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item, .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-details { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item, .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-details { gap:6px; } } .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-details-brief { gap:18px;justify-content:space-between; } @media screen and (max-width: 800px) { .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-details-brief { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-details-brief { gap:6px;justify-content:flex-start; } } .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start;padding:0px; } .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-details-title { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-details-title { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-details-title { font-size:16px;line-height:24px; } } .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:rgba(214,203,143,0.60);--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:1px; } .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-price { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-cb31adc9-131f-43c5-8d45-112d46d39a51 .ablocks-price-menu-item-price { font-family:DM Sans; } } 
.ablocks-block-1ab95e2d-6659-444b-9d3b-dbaa23564057 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ab95e2d-6659-444b-9d3b-dbaa23564057 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-1ab95e2d-6659-444b-9d3b-dbaa23564057 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-1ab95e2d-6659-444b-9d3b-dbaa23564057 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-1ab95e2d-6659-444b-9d3b-dbaa23564057 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-1ab95e2d-6659-444b-9d3b-dbaa23564057 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-1ab95e2d-6659-444b-9d3b-dbaa23564057 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-1ab95e2d-6659-444b-9d3b-dbaa23564057 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-1ab95e2d-6659-444b-9d3b-dbaa23564057 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-1ab95e2d-6659-444b-9d3b-dbaa23564057 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-467031a3-c696-4d9b-bc27-b925362ff932 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-467031a3-c696-4d9b-bc27-b925362ff932 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-467031a3-c696-4d9b-bc27-b925362ff932 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-467031a3-c696-4d9b-bc27-b925362ff932 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-467031a3-c696-4d9b-bc27-b925362ff932 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-467031a3-c696-4d9b-bc27-b925362ff932 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-467031a3-c696-4d9b-bc27-b925362ff932 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-467031a3-c696-4d9b-bc27-b925362ff932 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-467031a3-c696-4d9b-bc27-b925362ff932 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-467031a3-c696-4d9b-bc27-b925362ff932 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-2ee96eb0-3e9e-4740-810b-ef779b6046df { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ee96eb0-3e9e-4740-810b-ef779b6046df .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-2ee96eb0-3e9e-4740-810b-ef779b6046df .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-2ee96eb0-3e9e-4740-810b-ef779b6046df .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-2ee96eb0-3e9e-4740-810b-ef779b6046df .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-2ee96eb0-3e9e-4740-810b-ef779b6046df .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-2ee96eb0-3e9e-4740-810b-ef779b6046df .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-2ee96eb0-3e9e-4740-810b-ef779b6046df .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-2ee96eb0-3e9e-4740-810b-ef779b6046df .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-2ee96eb0-3e9e-4740-810b-ef779b6046df .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-112c70b7-6535-4fbc-9f33-4bfe83f83e3a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-112c70b7-6535-4fbc-9f33-4bfe83f83e3a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-112c70b7-6535-4fbc-9f33-4bfe83f83e3a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-112c70b7-6535-4fbc-9f33-4bfe83f83e3a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120:not(.ablocks-has-block-container), .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120:not(.ablocks-has-block-container), .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120.ablocks-block--price-menu > .ablocks-block-container { gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120:not(.ablocks-has-block-container), .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120.ablocks-block--price-menu > .ablocks-block-container { gap:40px; } } .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item, .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-details { align-items:flex-start;gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item, .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-details { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item, .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-details { gap:6px; } } .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-details-brief { gap:18px;justify-content:space-between; } @media screen and (max-width: 800px) { .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-details-brief { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-details-brief { gap:6px;justify-content:flex-start; } } .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start;padding:0px; } .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-details-title { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-details-title { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-details-title { font-size:16px;line-height:24px; } } .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:rgba(214,203,143,0.60);--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:1px; } .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-price { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-1cb29eab-d2ba-4896-bcea-b5b8650c9120 .ablocks-price-menu-item-price { font-family:DM Sans; } } 
.ablocks-block-8af67ae0-febe-4b70-84c7-e3b6c6a1d099 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8af67ae0-febe-4b70-84c7-e3b6c6a1d099 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-8af67ae0-febe-4b70-84c7-e3b6c6a1d099 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-8af67ae0-febe-4b70-84c7-e3b6c6a1d099 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-8af67ae0-febe-4b70-84c7-e3b6c6a1d099 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-8af67ae0-febe-4b70-84c7-e3b6c6a1d099 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-8af67ae0-febe-4b70-84c7-e3b6c6a1d099 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-8af67ae0-febe-4b70-84c7-e3b6c6a1d099 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-8af67ae0-febe-4b70-84c7-e3b6c6a1d099 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-8af67ae0-febe-4b70-84c7-e3b6c6a1d099 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-08d68e43-3d64-4513-b22b-2fa728742b2b { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08d68e43-3d64-4513-b22b-2fa728742b2b .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-08d68e43-3d64-4513-b22b-2fa728742b2b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-08d68e43-3d64-4513-b22b-2fa728742b2b .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-08d68e43-3d64-4513-b22b-2fa728742b2b .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-08d68e43-3d64-4513-b22b-2fa728742b2b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-08d68e43-3d64-4513-b22b-2fa728742b2b .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-08d68e43-3d64-4513-b22b-2fa728742b2b .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-08d68e43-3d64-4513-b22b-2fa728742b2b .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-08d68e43-3d64-4513-b22b-2fa728742b2b .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-788cc688-7dd3-463c-a4f2-f9f049b131ac { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-788cc688-7dd3-463c-a4f2-f9f049b131ac .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-788cc688-7dd3-463c-a4f2-f9f049b131ac .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-788cc688-7dd3-463c-a4f2-f9f049b131ac .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-788cc688-7dd3-463c-a4f2-f9f049b131ac .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-788cc688-7dd3-463c-a4f2-f9f049b131ac .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-788cc688-7dd3-463c-a4f2-f9f049b131ac .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-788cc688-7dd3-463c-a4f2-f9f049b131ac .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-788cc688-7dd3-463c-a4f2-f9f049b131ac .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-788cc688-7dd3-463c-a4f2-f9f049b131ac .ablocks-price-menu-item-price { text-align:left; } 

.ablocks-block-ce7958a0-7ba6-40fe-8941-3a85a7f8e2f1 { margin-top:45px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce7958a0-7ba6-40fe-8941-3a85a7f8e2f1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ce7958a0-7ba6-40fe-8941-3a85a7f8e2f1 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-ce7958a0-7ba6-40fe-8941-3a85a7f8e2f1 { flex-direction:column;row-gap:40px;column-gap:15px; } } .ablocks-block-ce7958a0-7ba6-40fe-8941-3a85a7f8e2f1.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-ce7958a0-7ba6-40fe-8941-3a85a7f8e2f1.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px;column-gap:15px; } } .ablocks-block-ce7958a0-7ba6-40fe-8941-3a85a7f8e2f1 { display:inline-flex; } 
.ablocks-block-76bcb199-98aa-4f71-8c1a-651e27cdd0a3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-76bcb199-98aa-4f71-8c1a-651e27cdd0a3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-76bcb199-98aa-4f71-8c1a-651e27cdd0a3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-76bcb199-98aa-4f71-8c1a-651e27cdd0a3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8:not(.ablocks-has-block-container), .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8:not(.ablocks-has-block-container), .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8.ablocks-block--price-menu > .ablocks-block-container { gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8:not(.ablocks-has-block-container), .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8.ablocks-block--price-menu > .ablocks-block-container { gap:40px; } } .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item, .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-details { align-items:flex-start;gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item, .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-details { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item, .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-details { gap:6px; } } .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-details-brief { gap:18px;justify-content:space-between; } @media screen and (max-width: 800px) { .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-details-brief { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-details-brief { gap:6px;justify-content:flex-start; } } .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start;padding:0px; } .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-details-title { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-details-title { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-details-title { font-size:16px;line-height:24px; } } .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:rgba(214,203,143,0.60);--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:1px; } .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-price { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-591e980e-9024-4407-a07f-3522df3997c8 .ablocks-price-menu-item-price { font-family:DM Sans; } } 
.ablocks-block-102dd5dd-dcf3-45ee-ab24-66a92de541e3 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-102dd5dd-dcf3-45ee-ab24-66a92de541e3 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-102dd5dd-dcf3-45ee-ab24-66a92de541e3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-102dd5dd-dcf3-45ee-ab24-66a92de541e3 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-102dd5dd-dcf3-45ee-ab24-66a92de541e3 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-102dd5dd-dcf3-45ee-ab24-66a92de541e3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-102dd5dd-dcf3-45ee-ab24-66a92de541e3 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-102dd5dd-dcf3-45ee-ab24-66a92de541e3 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-102dd5dd-dcf3-45ee-ab24-66a92de541e3 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-102dd5dd-dcf3-45ee-ab24-66a92de541e3 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-fb941721-4b0e-4514-8e75-1dcbe5de7523 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fb941721-4b0e-4514-8e75-1dcbe5de7523 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-fb941721-4b0e-4514-8e75-1dcbe5de7523 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-fb941721-4b0e-4514-8e75-1dcbe5de7523 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-fb941721-4b0e-4514-8e75-1dcbe5de7523 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-fb941721-4b0e-4514-8e75-1dcbe5de7523 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-fb941721-4b0e-4514-8e75-1dcbe5de7523 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-fb941721-4b0e-4514-8e75-1dcbe5de7523 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-fb941721-4b0e-4514-8e75-1dcbe5de7523 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-fb941721-4b0e-4514-8e75-1dcbe5de7523 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-0d2c8dd4-20c7-47d4-a9fa-28862eaab9ef { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0d2c8dd4-20c7-47d4-a9fa-28862eaab9ef .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-0d2c8dd4-20c7-47d4-a9fa-28862eaab9ef .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-0d2c8dd4-20c7-47d4-a9fa-28862eaab9ef .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-0d2c8dd4-20c7-47d4-a9fa-28862eaab9ef .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-0d2c8dd4-20c7-47d4-a9fa-28862eaab9ef .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-0d2c8dd4-20c7-47d4-a9fa-28862eaab9ef .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-0d2c8dd4-20c7-47d4-a9fa-28862eaab9ef .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-0d2c8dd4-20c7-47d4-a9fa-28862eaab9ef .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-0d2c8dd4-20c7-47d4-a9fa-28862eaab9ef .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-60b74122-f06c-4459-b540-b71488b85871 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-60b74122-f06c-4459-b540-b71488b85871.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-60b74122-f06c-4459-b540-b71488b85871 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-60b74122-f06c-4459-b540-b71488b85871.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d:not(.ablocks-has-block-container), .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d:not(.ablocks-has-block-container), .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d.ablocks-block--price-menu > .ablocks-block-container { gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d:not(.ablocks-has-block-container), .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d.ablocks-block--price-menu > .ablocks-block-container { gap:40px; } } .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item, .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-details { align-items:flex-start;gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item, .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-details { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item, .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-details { gap:6px; } } .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-details-brief { gap:18px;justify-content:space-between; } @media screen and (max-width: 800px) { .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-details-brief { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-details-brief { gap:6px;justify-content:flex-start; } } .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start;padding:0px; } .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-details-title { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-details-title { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-details-title { font-size:16px;line-height:24px; } } .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:rgba(214,203,143,0.60);--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:1px; } .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-price { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-2c56d97a-7112-4c6f-bc2c-cde25aeccb6d .ablocks-price-menu-item-price { font-family:DM Sans; } } 
.ablocks-block-1821c966-e035-4b64-99fb-f5a7dd7b3f13 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1821c966-e035-4b64-99fb-f5a7dd7b3f13 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-1821c966-e035-4b64-99fb-f5a7dd7b3f13 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-1821c966-e035-4b64-99fb-f5a7dd7b3f13 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-1821c966-e035-4b64-99fb-f5a7dd7b3f13 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-1821c966-e035-4b64-99fb-f5a7dd7b3f13 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-1821c966-e035-4b64-99fb-f5a7dd7b3f13 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-1821c966-e035-4b64-99fb-f5a7dd7b3f13 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-1821c966-e035-4b64-99fb-f5a7dd7b3f13 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-1821c966-e035-4b64-99fb-f5a7dd7b3f13 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-cfa243e5-5876-411e-a41c-7d33389086a2 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cfa243e5-5876-411e-a41c-7d33389086a2 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-cfa243e5-5876-411e-a41c-7d33389086a2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-cfa243e5-5876-411e-a41c-7d33389086a2 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-cfa243e5-5876-411e-a41c-7d33389086a2 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-cfa243e5-5876-411e-a41c-7d33389086a2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-cfa243e5-5876-411e-a41c-7d33389086a2 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-cfa243e5-5876-411e-a41c-7d33389086a2 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-cfa243e5-5876-411e-a41c-7d33389086a2 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-cfa243e5-5876-411e-a41c-7d33389086a2 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-a4ffc228-896b-4694-b1e4-24471cd2a425 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4ffc228-896b-4694-b1e4-24471cd2a425 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-a4ffc228-896b-4694-b1e4-24471cd2a425 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-a4ffc228-896b-4694-b1e4-24471cd2a425 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-a4ffc228-896b-4694-b1e4-24471cd2a425 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-a4ffc228-896b-4694-b1e4-24471cd2a425 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-a4ffc228-896b-4694-b1e4-24471cd2a425 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-a4ffc228-896b-4694-b1e4-24471cd2a425 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-a4ffc228-896b-4694-b1e4-24471cd2a425 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-a4ffc228-896b-4694-b1e4-24471cd2a425 .ablocks-price-menu-item-price { text-align:left; } 

.ablocks-block-edd1ed1a-135d-433b-838d-5f78223f2966 { margin-top:45px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-edd1ed1a-135d-433b-838d-5f78223f2966.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-edd1ed1a-135d-433b-838d-5f78223f2966 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-edd1ed1a-135d-433b-838d-5f78223f2966 { flex-direction:column;row-gap:40px;column-gap:15px; } } .ablocks-block-edd1ed1a-135d-433b-838d-5f78223f2966.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-edd1ed1a-135d-433b-838d-5f78223f2966.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px;column-gap:15px; } } .ablocks-block-edd1ed1a-135d-433b-838d-5f78223f2966 { display:inline-flex; } 
.ablocks-block-9c229a7a-9699-46ba-a2a0-ca287892b313 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c229a7a-9699-46ba-a2a0-ca287892b313.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9c229a7a-9699-46ba-a2a0-ca287892b313 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9c229a7a-9699-46ba-a2a0-ca287892b313.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b:not(.ablocks-has-block-container), .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b:not(.ablocks-has-block-container), .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b.ablocks-block--price-menu > .ablocks-block-container { gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b:not(.ablocks-has-block-container), .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b.ablocks-block--price-menu > .ablocks-block-container { gap:40px; } } .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item, .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-details { align-items:flex-start;gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item, .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-details { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item, .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-details { gap:6px; } } .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-details-brief { gap:18px;justify-content:space-between; } @media screen and (max-width: 800px) { .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-details-brief { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-details-brief { gap:6px;justify-content:flex-start; } } .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start;padding:0px; } .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-details-title { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-details-title { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-details-title { font-size:16px;line-height:24px; } } .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:rgba(214,203,143,0.60);--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:1px; } .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-price { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-210301bc-0f0e-4b3d-a5a0-cd695184c82b .ablocks-price-menu-item-price { font-family:DM Sans; } } 
.ablocks-block-542ad1e8-1d17-4159-ac56-b6029b83676f { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-542ad1e8-1d17-4159-ac56-b6029b83676f .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-542ad1e8-1d17-4159-ac56-b6029b83676f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-542ad1e8-1d17-4159-ac56-b6029b83676f .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-542ad1e8-1d17-4159-ac56-b6029b83676f .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-542ad1e8-1d17-4159-ac56-b6029b83676f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-542ad1e8-1d17-4159-ac56-b6029b83676f .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-542ad1e8-1d17-4159-ac56-b6029b83676f .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-542ad1e8-1d17-4159-ac56-b6029b83676f .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-542ad1e8-1d17-4159-ac56-b6029b83676f .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-4e3b37d2-fb29-4acc-8d7f-f9005c0a373f { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4e3b37d2-fb29-4acc-8d7f-f9005c0a373f .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-4e3b37d2-fb29-4acc-8d7f-f9005c0a373f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-4e3b37d2-fb29-4acc-8d7f-f9005c0a373f .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-4e3b37d2-fb29-4acc-8d7f-f9005c0a373f .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-4e3b37d2-fb29-4acc-8d7f-f9005c0a373f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-4e3b37d2-fb29-4acc-8d7f-f9005c0a373f .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-4e3b37d2-fb29-4acc-8d7f-f9005c0a373f .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-4e3b37d2-fb29-4acc-8d7f-f9005c0a373f .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-4e3b37d2-fb29-4acc-8d7f-f9005c0a373f .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-2989924c-4b6e-4ce2-b153-dbd97ccbfc91 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2989924c-4b6e-4ce2-b153-dbd97ccbfc91 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-2989924c-4b6e-4ce2-b153-dbd97ccbfc91 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-2989924c-4b6e-4ce2-b153-dbd97ccbfc91 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-2989924c-4b6e-4ce2-b153-dbd97ccbfc91 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-2989924c-4b6e-4ce2-b153-dbd97ccbfc91 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-2989924c-4b6e-4ce2-b153-dbd97ccbfc91 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-2989924c-4b6e-4ce2-b153-dbd97ccbfc91 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-2989924c-4b6e-4ce2-b153-dbd97ccbfc91 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-2989924c-4b6e-4ce2-b153-dbd97ccbfc91 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-5f2a70d9-660e-4c4b-8fd6-b84345346faf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5f2a70d9-660e-4c4b-8fd6-b84345346faf.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5f2a70d9-660e-4c4b-8fd6-b84345346faf { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5f2a70d9-660e-4c4b-8fd6-b84345346faf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9:not(.ablocks-has-block-container), .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9:not(.ablocks-has-block-container), .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9.ablocks-block--price-menu > .ablocks-block-container { gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9:not(.ablocks-has-block-container), .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9.ablocks-block--price-menu > .ablocks-block-container { gap:40px; } } .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item, .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-details { align-items:flex-start;gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item, .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-details { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item, .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-details { gap:6px; } } .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-details-brief { gap:18px;justify-content:space-between; } @media screen and (max-width: 800px) { .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-details-brief { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-details-brief { gap:6px;justify-content:flex-start; } } .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start;padding:0px; } .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-details-title { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-details-title { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-details-title { font-size:16px;line-height:24px; } } .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:rgba(214,203,143,0.60);--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:1px; } .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-price { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-74cb2432-8b48-4b1b-8ff2-da0bff6e25f9 .ablocks-price-menu-item-price { font-family:DM Sans; } } 
.ablocks-block-abbc9b67-75fe-42e5-afa5-004c1ce52f9f { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-abbc9b67-75fe-42e5-afa5-004c1ce52f9f .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-abbc9b67-75fe-42e5-afa5-004c1ce52f9f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-abbc9b67-75fe-42e5-afa5-004c1ce52f9f .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-abbc9b67-75fe-42e5-afa5-004c1ce52f9f .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-abbc9b67-75fe-42e5-afa5-004c1ce52f9f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-abbc9b67-75fe-42e5-afa5-004c1ce52f9f .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-abbc9b67-75fe-42e5-afa5-004c1ce52f9f .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-abbc9b67-75fe-42e5-afa5-004c1ce52f9f .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-abbc9b67-75fe-42e5-afa5-004c1ce52f9f .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-a68b481d-86e1-47cb-a0d3-b9a8a77afde8 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a68b481d-86e1-47cb-a0d3-b9a8a77afde8 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-a68b481d-86e1-47cb-a0d3-b9a8a77afde8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-a68b481d-86e1-47cb-a0d3-b9a8a77afde8 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-a68b481d-86e1-47cb-a0d3-b9a8a77afde8 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-a68b481d-86e1-47cb-a0d3-b9a8a77afde8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-a68b481d-86e1-47cb-a0d3-b9a8a77afde8 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-a68b481d-86e1-47cb-a0d3-b9a8a77afde8 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-a68b481d-86e1-47cb-a0d3-b9a8a77afde8 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-a68b481d-86e1-47cb-a0d3-b9a8a77afde8 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-453f7735-a9c2-4efb-85b5-50aefb64729a { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-453f7735-a9c2-4efb-85b5-50aefb64729a .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-453f7735-a9c2-4efb-85b5-50aefb64729a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-453f7735-a9c2-4efb-85b5-50aefb64729a .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-453f7735-a9c2-4efb-85b5-50aefb64729a .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-453f7735-a9c2-4efb-85b5-50aefb64729a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-453f7735-a9c2-4efb-85b5-50aefb64729a .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-453f7735-a9c2-4efb-85b5-50aefb64729a .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-453f7735-a9c2-4efb-85b5-50aefb64729a .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-453f7735-a9c2-4efb-85b5-50aefb64729a .ablocks-price-menu-item-price { text-align:left; } 

.ablocks-block-c4251f87-8df7-4f31-ab62-22555cc3fd00 { margin-top:45px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c4251f87-8df7-4f31-ab62-22555cc3fd00.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c4251f87-8df7-4f31-ab62-22555cc3fd00 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-c4251f87-8df7-4f31-ab62-22555cc3fd00 { flex-direction:column;row-gap:40px;column-gap:15px; } } .ablocks-block-c4251f87-8df7-4f31-ab62-22555cc3fd00.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-c4251f87-8df7-4f31-ab62-22555cc3fd00.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px;column-gap:15px; } } .ablocks-block-c4251f87-8df7-4f31-ab62-22555cc3fd00 { display:inline-flex; } 
.ablocks-block-d46fab4f-2c85-4ef0-b591-d9b5e63d79fd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d46fab4f-2c85-4ef0-b591-d9b5e63d79fd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d46fab4f-2c85-4ef0-b591-d9b5e63d79fd { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d46fab4f-2c85-4ef0-b591-d9b5e63d79fd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4:not(.ablocks-has-block-container), .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4:not(.ablocks-has-block-container), .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4.ablocks-block--price-menu > .ablocks-block-container { gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4:not(.ablocks-has-block-container), .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4.ablocks-block--price-menu > .ablocks-block-container { gap:40px; } } .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item, .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-details { align-items:flex-start;gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item, .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-details { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item, .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-details { gap:6px; } } .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-details-brief { gap:18px;justify-content:space-between; } @media screen and (max-width: 800px) { .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-details-brief { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-details-brief { gap:6px;justify-content:flex-start; } } .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start;padding:0px; } .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-details-title { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-details-title { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-details-title { font-size:16px;line-height:24px; } } .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:rgba(214,203,143,0.60);--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:1px; } .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-price { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-72f5b31b-27d0-4fa8-8578-d2b986bd4ef4 .ablocks-price-menu-item-price { font-family:DM Sans; } } 
.ablocks-block-5ac6ca7d-7575-4851-a222-2900802630f1 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5ac6ca7d-7575-4851-a222-2900802630f1 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-5ac6ca7d-7575-4851-a222-2900802630f1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-5ac6ca7d-7575-4851-a222-2900802630f1 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-5ac6ca7d-7575-4851-a222-2900802630f1 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-5ac6ca7d-7575-4851-a222-2900802630f1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-5ac6ca7d-7575-4851-a222-2900802630f1 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-5ac6ca7d-7575-4851-a222-2900802630f1 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-5ac6ca7d-7575-4851-a222-2900802630f1 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-5ac6ca7d-7575-4851-a222-2900802630f1 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-5bacc774-476a-490d-9b3b-f407db0f5956 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5bacc774-476a-490d-9b3b-f407db0f5956 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-5bacc774-476a-490d-9b3b-f407db0f5956 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-5bacc774-476a-490d-9b3b-f407db0f5956 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-5bacc774-476a-490d-9b3b-f407db0f5956 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-5bacc774-476a-490d-9b3b-f407db0f5956 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-5bacc774-476a-490d-9b3b-f407db0f5956 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-5bacc774-476a-490d-9b3b-f407db0f5956 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-5bacc774-476a-490d-9b3b-f407db0f5956 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-5bacc774-476a-490d-9b3b-f407db0f5956 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-82a71dfd-8446-4845-9f7a-7165372f435c { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82a71dfd-8446-4845-9f7a-7165372f435c .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-82a71dfd-8446-4845-9f7a-7165372f435c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-82a71dfd-8446-4845-9f7a-7165372f435c .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-82a71dfd-8446-4845-9f7a-7165372f435c .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-82a71dfd-8446-4845-9f7a-7165372f435c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-82a71dfd-8446-4845-9f7a-7165372f435c .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-82a71dfd-8446-4845-9f7a-7165372f435c .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-82a71dfd-8446-4845-9f7a-7165372f435c .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-82a71dfd-8446-4845-9f7a-7165372f435c .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-2dc5d1ec-0a0d-41d1-9219-33e08276fbf7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2dc5d1ec-0a0d-41d1-9219-33e08276fbf7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2dc5d1ec-0a0d-41d1-9219-33e08276fbf7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2dc5d1ec-0a0d-41d1-9219-33e08276fbf7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a:not(.ablocks-has-block-container), .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a.ablocks-block--price-menu > .ablocks-block-container { display:flex;flex-wrap:wrap;flex-direction:column;gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a:not(.ablocks-has-block-container), .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a.ablocks-block--price-menu > .ablocks-block-container { gap:50px; } } @media screen and (max-width: 480px) { .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a:not(.ablocks-has-block-container), .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a.ablocks-block--price-menu > .ablocks-block-container { gap:40px; } } .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item, .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-details { align-items:flex-start;gap:18px; } @media screen and (max-width: 800px) { .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item, .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-details { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item, .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-details { gap:6px; } } .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-details-brief { gap:18px;justify-content:space-between; } @media screen and (max-width: 800px) { .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-details-brief { gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-details-brief { gap:6px;justify-content:flex-start; } } .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-block--price-menu-item { transition-duration:s;justify-content:flex-start;padding:0px; } .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item { flex-direction:row;align-items:flex-start; } .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-details-title { color:#FFF;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-details-title { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-details-title { font-size:16px;line-height:24px; } } .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-details-des { color:#595959;text-align:left; } .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-divider__pattern-css { --ablocks-divider-pattern-color:rgba(214,203,143,0.60);--ablocks-divider-pattern-style:solid;width:100%;--ablocks-divider-pattern-weight:1px; } .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-price { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-c7e62e1b-eefc-4906-8e40-98576ace1d5a .ablocks-price-menu-item-price { font-family:DM Sans; } } 
.ablocks-block-2510c535-b920-4f9c-8ff3-5137d0b0c851 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2510c535-b920-4f9c-8ff3-5137d0b0c851 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-2510c535-b920-4f9c-8ff3-5137d0b0c851 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-2510c535-b920-4f9c-8ff3-5137d0b0c851 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-2510c535-b920-4f9c-8ff3-5137d0b0c851 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-2510c535-b920-4f9c-8ff3-5137d0b0c851 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-2510c535-b920-4f9c-8ff3-5137d0b0c851 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-2510c535-b920-4f9c-8ff3-5137d0b0c851 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-2510c535-b920-4f9c-8ff3-5137d0b0c851 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-2510c535-b920-4f9c-8ff3-5137d0b0c851 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-30ef77d3-0be7-41e8-ad0c-16f8662e800c { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-30ef77d3-0be7-41e8-ad0c-16f8662e800c .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-30ef77d3-0be7-41e8-ad0c-16f8662e800c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-30ef77d3-0be7-41e8-ad0c-16f8662e800c .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-30ef77d3-0be7-41e8-ad0c-16f8662e800c .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-30ef77d3-0be7-41e8-ad0c-16f8662e800c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-30ef77d3-0be7-41e8-ad0c-16f8662e800c .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-30ef77d3-0be7-41e8-ad0c-16f8662e800c .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-30ef77d3-0be7-41e8-ad0c-16f8662e800c .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-30ef77d3-0be7-41e8-ad0c-16f8662e800c .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-8ff1a9a7-5fcf-4b1e-a59e-9af0a71d83f1 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ff1a9a7-5fcf-4b1e-a59e-9af0a71d83f1 .ablocks-icon-wrap { background:#9900cc00;padding:.5em;font-size:unset; } .ablocks-block-8ff1a9a7-5fcf-4b1e-a59e-9af0a71d83f1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-8ff1a9a7-5fcf-4b1e-a59e-9af0a71d83f1 .ablocks-icon-wrap img.ablocks-image-icon { width:70px; } } @media screen and (max-width: 480px) { .ablocks-block-8ff1a9a7-5fcf-4b1e-a59e-9af0a71d83f1 .ablocks-icon-wrap img.ablocks-image-icon { width:30px; } } .ablocks-block-8ff1a9a7-5fcf-4b1e-a59e-9af0a71d83f1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-8ff1a9a7-5fcf-4b1e-a59e-9af0a71d83f1 .ablocks-price-menu-item-details-title { text-align:left; } .ablocks-block-8ff1a9a7-5fcf-4b1e-a59e-9af0a71d83f1 .ablocks-price-menu-item-details-des { color:rgba(255,255,255,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-8ff1a9a7-5fcf-4b1e-a59e-9af0a71d83f1 .ablocks-price-menu-item-details-des { font-family:DM Sans; } } .ablocks-block-8ff1a9a7-5fcf-4b1e-a59e-9af0a71d83f1 .ablocks-price-menu-item-price { text-align:left; } 
.ablocks-block-5ba29c5b-9acd-4350-b236-cd0ddc214cc1 { margin-top:0px;padding-top:200px;padding-bottom:200px;background:#F9EFE6;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5ba29c5b-9acd-4350-b236-cd0ddc214cc1 { padding-top:50px;padding-right:16px;padding-bottom:90px;padding-left:10px; } } .ablocks-block-5ba29c5b-9acd-4350-b236-cd0ddc214cc1.ablocks-block--container { padding-top:200px;padding-bottom:200px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5ba29c5b-9acd-4350-b236-cd0ddc214cc1.ablocks-block--container { padding-top:50px;padding-right:16px;padding-bottom:90px;padding-left:10px; } } .ablocks-block-5ba29c5b-9acd-4350-b236-cd0ddc214cc1 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-5ba29c5b-9acd-4350-b236-cd0ddc214cc1 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-5ba29c5b-9acd-4350-b236-cd0ddc214cc1 > .ablocks-block-container { row-gap:10px;column-gap:10px; } } .ablocks-block-5ba29c5b-9acd-4350-b236-cd0ddc214cc1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-5ba29c5b-9acd-4350-b236-cd0ddc214cc1.ablocks-has-block-container > .ablocks-block-container { row-gap:10px;column-gap:10px; } } 
.ablocks-block-7010c70d-642f-46d2-a5fe-647af303c3a5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7010c70d-642f-46d2-a5fe-647af303c3a5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7010c70d-642f-46d2-a5fe-647af303c3a5 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-7010c70d-642f-46d2-a5fe-647af303c3a5 { flex-direction:column;row-gap:60px;column-gap:20px; } } .ablocks-block-7010c70d-642f-46d2-a5fe-647af303c3a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-7010c70d-642f-46d2-a5fe-647af303c3a5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:60px;column-gap:20px; } } .ablocks-block-7010c70d-642f-46d2-a5fe-647af303c3a5 { display:inline-flex; } 
.ablocks-block-bd572971-426a-45cf-83f7-7f7dd5ec3e5e { padding:000px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd572971-426a-45cf-83f7-7f7dd5ec3e5e.ablocks-block--container { padding:000px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bd572971-426a-45cf-83f7-7f7dd5ec3e5e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bd572971-426a-45cf-83f7-7f7dd5ec3e5e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e11ba873-f3de-422a-9397-61047227a171 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e11ba873-f3de-422a-9397-61047227a171.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-e11ba873-f3de-422a-9397-61047227a171.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:center; } } .ablocks-block-e11ba873-f3de-422a-9397-61047227a171.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-e11ba873-f3de-422a-9397-61047227a171.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { justify-content:center; } } .ablocks-block-e11ba873-f3de-422a-9397-61047227a171 .ablocks-divider { max-width:min(100%,24%); } @media screen and (max-width: 480px) { .ablocks-block-e11ba873-f3de-422a-9397-61047227a171 .ablocks-divider { max-width:min(100%,50%); } } .ablocks-block-e11ba873-f3de-422a-9397-61047227a171 .ablocks-divider__element-text { color:#A26534;padding-right:0px;padding-left:0px; } .ablocks-block-e11ba873-f3de-422a-9397-61047227a171 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e11ba873-f3de-422a-9397-61047227a171 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-e11ba873-f3de-422a-9397-61047227a171 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-e11ba873-f3de-422a-9397-61047227a171 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-2288445c-1ab2-4213-aa91-b84f97654adf { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2288445c-1ab2-4213-aa91-b84f97654adf { margin-top:18px; } } @media screen and (max-width: 480px) { .ablocks-block-2288445c-1ab2-4213-aa91-b84f97654adf { margin-top:0px; } } .ablocks-block-2288445c-1ab2-4213-aa91-b84f97654adf { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-2288445c-1ab2-4213-aa91-b84f97654adf { text-align:center; } } .ablocks-block-2288445c-1ab2-4213-aa91-b84f97654adf .ablocks-heading-text { color:#A26534;font-family:"DM Sans",sans-serif;font-weight:700;text-transform:uppercase;font-style:normal;font-size:48px;line-height:62px;letter-spacing:-0.72px; } @media screen and (max-width: 800px) { .ablocks-block-2288445c-1ab2-4213-aa91-b84f97654adf .ablocks-heading-text { font-family:DM Sans;font-size:33px;line-height:59px; } } @media screen and (max-width: 480px) { .ablocks-block-2288445c-1ab2-4213-aa91-b84f97654adf .ablocks-heading-text { font-size:20px;line-height:38px; } } 
.ablocks-block-3ec398d6-f2af-45e9-87cc-f4b5597c891a { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3ec398d6-f2af-45e9-87cc-f4b5597c891a { margin-top:18px; } } .ablocks-block-3ec398d6-f2af-45e9-87cc-f4b5597c891a { text-align:left; } .ablocks-block-3ec398d6-f2af-45e9-87cc-f4b5597c891a .ablocks-paragraph-text { color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3ec398d6-f2af-45e9-87cc-f4b5597c891a .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-3ec398d6-f2af-45e9-87cc-f4b5597c891a .ablocks-paragraph-text { font-size:14px;line-height:22px; } } .ablocks-block-3ec398d6-f2af-45e9-87cc-f4b5597c891a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b2dc4830-b005-47ef-81ef-69734465e080 { margin-top:40px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b2dc4830-b005-47ef-81ef-69734465e080 { margin-top:36px; } } .ablocks-block-b2dc4830-b005-47ef-81ef-69734465e080 { font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-b2dc4830-b005-47ef-81ef-69734465e080 { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-b2dc4830-b005-47ef-81ef-69734465e080 { font-size:14px;line-height:18px; } } .ablocks-block-b2dc4830-b005-47ef-81ef-69734465e080 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b2dc4830-b005-47ef-81ef-69734465e080 .ablocks-list__item-content { align-items:flex-start;gap:8px; } .ablocks-block-b2dc4830-b005-47ef-81ef-69734465e080 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;background:transparent;padding:.2em;color:#a26534;border:2px solid #a26534;border-radius:50px;fill:#a26534;font-size:14px; } @media screen and (max-width: 480px) { .ablocks-block-b2dc4830-b005-47ef-81ef-69734465e080 .ablocks-list__item-content .ablocks-svg-icon { font-size:11px; } } .ablocks-block-b2dc4830-b005-47ef-81ef-69734465e080 .ablocks-list__item-content .ablocks-list__item-text { color:#A26534; } 
.ablocks-block-de86cf6d-68b4-48ba-bbd7-1835e86be29c { margin-top:40px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-de86cf6d-68b4-48ba-bbd7-1835e86be29c { margin-top:36px; } } @media screen and (max-width: 480px) { .ablocks-block-de86cf6d-68b4-48ba-bbd7-1835e86be29c { padding-left:0px; } } .ablocks-block-de86cf6d-68b4-48ba-bbd7-1835e86be29c:not(.ablocks-has-block-container), .ablocks-block-de86cf6d-68b4-48ba-bbd7-1835e86be29c.ablocks-block--dual-button > .ablocks-block-container { gap:16px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-de86cf6d-68b4-48ba-bbd7-1835e86be29c:not(.ablocks-has-block-container), .ablocks-block-de86cf6d-68b4-48ba-bbd7-1835e86be29c.ablocks-block--dual-button > .ablocks-block-container { gap:26px;justify-content:center; } } .ablocks-block-de86cf6d-68b4-48ba-bbd7-1835e86be29c .ablocks-button { font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-de86cf6d-68b4-48ba-bbd7-1835e86be29c .ablocks-button { font-family:DM Sans; } } 
.ablocks-block-6811f598-705c-4647-813e-7da1593e3b2f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6811f598-705c-4647-813e-7da1593e3b2f { text-align:left; } .ablocks-block-6811f598-705c-4647-813e-7da1593e3b2f .ablocks-button { column-gap:10px;background:#A26534;justify-content:left;color:#f9efe6;border-width:1px;border-style:solid;border-color:#A26534;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;font-style:normal;font-size:16px;line-height:24px;padding-top:16px;padding-right:28px;padding-bottom:16px;padding-left:28px; } @media screen and (max-width: 800px) { .ablocks-block-6811f598-705c-4647-813e-7da1593e3b2f .ablocks-button { font-family:DM Sans;padding-right:26px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-6811f598-705c-4647-813e-7da1593e3b2f .ablocks-button { padding-top:14px;padding-right:20px;padding-bottom:14px;padding-left:20px; } } .ablocks-block-6811f598-705c-4647-813e-7da1593e3b2f .ablocks-button:hover { transition-duration:0s;color:#A26534;background:#f9efe6; } .ablocks-block-6811f598-705c-4647-813e-7da1593e3b2f .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#A26534; } .ablocks-block-6811f598-705c-4647-813e-7da1593e3b2f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-6811f598-705c-4647-813e-7da1593e3b2f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-6811f598-705c-4647-813e-7da1593e3b2f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d622e2b8-3bbf-4045-997b-629c35a2e94b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d622e2b8-3bbf-4045-997b-629c35a2e94b { text-align:left; } .ablocks-block-d622e2b8-3bbf-4045-997b-629c35a2e94b .ablocks-button { column-gap:10px;background:#F9EFE6;justify-content:left;color:#A26534;border-width:1px;border-style:solid;border-color:#A26534;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;font-style:normal;font-size:16px;line-height:24px;padding-top:16px;padding-right:28px;padding-bottom:16px;padding-left:28px; } @media screen and (max-width: 800px) { .ablocks-block-d622e2b8-3bbf-4045-997b-629c35a2e94b .ablocks-button { font-family:DM Sans;padding-right:26px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-d622e2b8-3bbf-4045-997b-629c35a2e94b .ablocks-button { padding-top:14px;padding-right:20px;padding-bottom:14px;padding-left:20px; } } .ablocks-block-d622e2b8-3bbf-4045-997b-629c35a2e94b .ablocks-button:hover { transition-duration:0s;color:#F9EFE6;background:#A26534; } .ablocks-block-d622e2b8-3bbf-4045-997b-629c35a2e94b .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#F9EFE6; } .ablocks-block-d622e2b8-3bbf-4045-997b-629c35a2e94b .ablocks-icon-wrap { font-size:16px; } .ablocks-block-d622e2b8-3bbf-4045-997b-629c35a2e94b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-d622e2b8-3bbf-4045-997b-629c35a2e94b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-23032a86-802b-4462-93c7-74d28a0c596c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23032a86-802b-4462-93c7-74d28a0c596c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-23032a86-802b-4462-93c7-74d28a0c596c { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-23032a86-802b-4462-93c7-74d28a0c596c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-57256db4-3f11-4cec-90b1-254dba7adcb6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57256db4-3f11-4cec-90b1-254dba7adcb6 { display:flex;justify-content:left; } .ablocks-block-57256db4-3f11-4cec-90b1-254dba7adcb6 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-57256db4-3f11-4cec-90b1-254dba7adcb6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-57256db4-3f11-4cec-90b1-254dba7adcb6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f2448471-6e03-4568-bb61-1de83abd199b { padding:20px;background:#ffffff;border-radius:8px;position:absolute;top:458px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f2448471-6e03-4568-bb61-1de83abd199b { left:-1px;top:188px; } } .ablocks-block-f2448471-6e03-4568-bb61-1de83abd199b.ablocks-block--container { padding:20px;max-width:min(100%,52%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f2448471-6e03-4568-bb61-1de83abd199b.ablocks-block--container { max-width:min(100%,41%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-f2448471-6e03-4568-bb61-1de83abd199b.ablocks-block--container { max-width:min(100%,86%) !important; } } .ablocks-block-f2448471-6e03-4568-bb61-1de83abd199b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f2448471-6e03-4568-bb61-1de83abd199b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-95962053-765f-43f5-8eb5-94d1ff50d986 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95962053-765f-43f5-8eb5-94d1ff50d986 { text-align:left; } .ablocks-block-95962053-765f-43f5-8eb5-94d1ff50d986 .ablocks-heading-text { color:#A26534;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:24px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-95962053-765f-43f5-8eb5-94d1ff50d986 .ablocks-heading-text { font-family:DM Sans; } } 
.ablocks-block-07ad5af2-96d3-49d7-9bff-87b173191785 { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-07ad5af2-96d3-49d7-9bff-87b173191785 { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-07ad5af2-96d3-49d7-9bff-87b173191785 { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-07ad5af2-96d3-49d7-9bff-87b173191785 { font-size:14px;line-height:18px; } } .ablocks-block-07ad5af2-96d3-49d7-9bff-87b173191785 .ablocks-list { gap:8px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-07ad5af2-96d3-49d7-9bff-87b173191785 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-07ad5af2-96d3-49d7-9bff-87b173191785 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;background:transparent;padding:.2em;color:#a26534;border:2px solid #a26534;border-radius:50px;fill:#a26534;font-size:10px; } .ablocks-block-07ad5af2-96d3-49d7-9bff-87b173191785 .ablocks-list__item-content .ablocks-list__item-text { color:#6B6B6B; } 
.ablocks-block-7029e0b1-8fb5-4b83-9470-75f56d95ce27 { margin-top:100px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7029e0b1-8fb5-4b83-9470-75f56d95ce27 { margin-top:70px; } } @media screen and (max-width: 480px) { .ablocks-block-7029e0b1-8fb5-4b83-9470-75f56d95ce27 { margin-top:38px; } } .ablocks-block-7029e0b1-8fb5-4b83-9470-75f56d95ce27.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7029e0b1-8fb5-4b83-9470-75f56d95ce27 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7029e0b1-8fb5-4b83-9470-75f56d95ce27.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-21c74b79-9ba0-4184-970c-4bf5c4a38ae9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-21c74b79-9ba0-4184-970c-4bf5c4a38ae9.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:center; } .ablocks-block-21c74b79-9ba0-4184-970c-4bf5c4a38ae9.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:center; } .ablocks-block-21c74b79-9ba0-4184-970c-4bf5c4a38ae9 .ablocks-divider { max-width:min(100%,16%); } @media screen and (max-width: 800px) { .ablocks-block-21c74b79-9ba0-4184-970c-4bf5c4a38ae9 .ablocks-divider { max-width:min(100%,20%); } } @media screen and (max-width: 480px) { .ablocks-block-21c74b79-9ba0-4184-970c-4bf5c4a38ae9 .ablocks-divider { max-width:min(100%,61%); } } .ablocks-block-21c74b79-9ba0-4184-970c-4bf5c4a38ae9 .ablocks-divider__element-text { color:#A26534;padding-right:0px;padding-left:0px; } .ablocks-block-21c74b79-9ba0-4184-970c-4bf5c4a38ae9 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-21c74b79-9ba0-4184-970c-4bf5c4a38ae9 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-21c74b79-9ba0-4184-970c-4bf5c4a38ae9 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-21c74b79-9ba0-4184-970c-4bf5c4a38ae9 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ee5cebf0-e4bd-4799-b747-9a2761b2b97d { margin-top:-4px;padding:0px;width:50%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ee5cebf0-e4bd-4799-b747-9a2761b2b97d { margin-top:-3px;width:100%; } } .ablocks-block-ee5cebf0-e4bd-4799-b747-9a2761b2b97d { text-align:center; } .ablocks-block-ee5cebf0-e4bd-4799-b747-9a2761b2b97d .ablocks-heading-text { color:#A26534;font-family:"DM Sans",sans-serif;font-weight:700;text-transform:uppercase;font-style:normal;font-size:48px;line-height:62px;letter-spacing:-0.72px; } @media screen and (max-width: 800px) { .ablocks-block-ee5cebf0-e4bd-4799-b747-9a2761b2b97d .ablocks-heading-text { font-family:DM Sans;font-size:38px;line-height:59px; } } @media screen and (max-width: 480px) { .ablocks-block-ee5cebf0-e4bd-4799-b747-9a2761b2b97d .ablocks-heading-text { font-size:26px;line-height:44px; } } 
.ablocks-block-b7ae2bb1-44f6-4e51-b039-ae07b7cf701a { margin-top:16px;width:64%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b7ae2bb1-44f6-4e51-b039-ae07b7cf701a { margin-top:12px; } } @media screen and (max-width: 480px) { .ablocks-block-b7ae2bb1-44f6-4e51-b039-ae07b7cf701a { width:100%; } } .ablocks-block-b7ae2bb1-44f6-4e51-b039-ae07b7cf701a { text-align:center; } .ablocks-block-b7ae2bb1-44f6-4e51-b039-ae07b7cf701a .ablocks-paragraph-text { color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b7ae2bb1-44f6-4e51-b039-ae07b7cf701a .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-b7ae2bb1-44f6-4e51-b039-ae07b7cf701a .ablocks-paragraph-text { font-size:14px;line-height:22px; } } .ablocks-block-b7ae2bb1-44f6-4e51-b039-ae07b7cf701a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab { margin-top:40px; } } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .ablocks-carousel-swiper .swiper-wrapper { min-height:300px;align-items:center; } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .ablocks-carousel-navigation__button { top:50%; } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .ablocks-carousel-navigation__button--next { right:-3%; } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .ablocks-carousel-navigation__button--prev { left:-3%; } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:35px; } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .ablocks-carousel-pagination { left:47%;top:108%; } @media screen and (max-width: 800px) { .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .ablocks-carousel-pagination { left:44%; } } @media screen and (max-width: 480px) { .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .ablocks-carousel-pagination { left:38%; } } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .swiper-pagination-bullet { background-color:#a26534;width:8px;height:8px;border-top-right-radius:border-radius:99;px;border-bottom-right-radius:border-radius:99;px;border-bottom-left-radius:border-radius:99;px; } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .swiper-pagination-bullet:hover { background-color:#EED9C9;width:14px;height:14px; } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#a26534;width:14px;height:14px; } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:#A26534;width:14px;height:14px; } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#686868;background-color:#e4e4e4; } .ablocks-block-44ac9090-5fcd-4272-a934-6e0b35a77fab .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-e0a5ef2e-df0a-4e41-8aad-cd8db129abed { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-7f10353e-2ba2-466f-a5b5-9c6af11788e0 { padding:32px;background:#EED9C9;border-style:none;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f10353e-2ba2-466f-a5b5-9c6af11788e0.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7f10353e-2ba2-466f-a5b5-9c6af11788e0 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7f10353e-2ba2-466f-a5b5-9c6af11788e0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4:not(.ablocks-has-block-container), .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-block--info-box__content { gap:16px;align-items:flex-start; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:30px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ff192b2c-3bda-4aa4-9924-c96b015755e4 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-697e5c8b-f538-470f-9528-85c24e432b77 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-697e5c8b-f538-470f-9528-85c24e432b77.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-697e5c8b-f538-470f-9528-85c24e432b77.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-697e5c8b-f538-470f-9528-85c24e432b77 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-697e5c8b-f538-470f-9528-85c24e432b77 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-697e5c8b-f538-470f-9528-85c24e432b77 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-697e5c8b-f538-470f-9528-85c24e432b77 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-697e5c8b-f538-470f-9528-85c24e432b77 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-697e5c8b-f538-470f-9528-85c24e432b77 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7:not(.ablocks-has-block-container), .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-block--info-box__content { gap:5px;align-items:flex-start; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:22px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7a1b6fe6-df6c-409b-82be-ce532dfe61d7 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-2535d4a8-aa83-4065-805c-d7913fe7be04 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-ea9def61-a258-41b8-b059-2f4e62735247 { padding:32px;background:#EED9C9;border-style:none;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea9def61-a258-41b8-b059-2f4e62735247.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ea9def61-a258-41b8-b059-2f4e62735247 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ea9def61-a258-41b8-b059-2f4e62735247.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5:not(.ablocks-has-block-container), .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-block--info-box__content { gap:16px;align-items:flex-start; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:30px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-58dbb41d-6883-492c-8f22-11867d5154d5 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-1853ee80-02c5-4a4c-95a4-ad781c0970b8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1853ee80-02c5-4a4c-95a4-ad781c0970b8.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-1853ee80-02c5-4a4c-95a4-ad781c0970b8.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-1853ee80-02c5-4a4c-95a4-ad781c0970b8 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-1853ee80-02c5-4a4c-95a4-ad781c0970b8 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-1853ee80-02c5-4a4c-95a4-ad781c0970b8 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1853ee80-02c5-4a4c-95a4-ad781c0970b8 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-1853ee80-02c5-4a4c-95a4-ad781c0970b8 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-1853ee80-02c5-4a4c-95a4-ad781c0970b8 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a:not(.ablocks-has-block-container), .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-block--info-box__content { gap:5px;align-items:flex-start; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:22px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e91ac999-70af-4ec1-a907-87de1b73782a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-126342d1-f6a9-49cc-a5cb-29ec66bd485a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-7060e701-d5a8-46e7-a78f-5fd1017e4a6d { padding:32px;background:#EED9C9;border-style:none;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7060e701-d5a8-46e7-a78f-5fd1017e4a6d.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7060e701-d5a8-46e7-a78f-5fd1017e4a6d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7060e701-d5a8-46e7-a78f-5fd1017e4a6d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-764eccb2-b877-4f03-8265-a628692af169 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169:not(.ablocks-has-block-container), .ablocks-block-764eccb2-b877-4f03-8265-a628692af169.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-block--info-box__content { gap:16px;align-items:flex-start; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-764eccb2-b877-4f03-8265-a628692af169:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-764eccb2-b877-4f03-8265-a628692af169.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-764eccb2-b877-4f03-8265-a628692af169:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-764eccb2-b877-4f03-8265-a628692af169.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-764eccb2-b877-4f03-8265-a628692af169.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-764eccb2-b877-4f03-8265-a628692af169:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-764eccb2-b877-4f03-8265-a628692af169.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:30px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-764eccb2-b877-4f03-8265-a628692af169 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-ad7288da-c3ec-487e-9da4-c20d3a4dab7e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ad7288da-c3ec-487e-9da4-c20d3a4dab7e.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-ad7288da-c3ec-487e-9da4-c20d3a4dab7e.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-ad7288da-c3ec-487e-9da4-c20d3a4dab7e .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-ad7288da-c3ec-487e-9da4-c20d3a4dab7e .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-ad7288da-c3ec-487e-9da4-c20d3a4dab7e .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ad7288da-c3ec-487e-9da4-c20d3a4dab7e .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-ad7288da-c3ec-487e-9da4-c20d3a4dab7e .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-ad7288da-c3ec-487e-9da4-c20d3a4dab7e .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3:not(.ablocks-has-block-container), .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-block--info-box__content { gap:5px;align-items:flex-start; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:22px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-dcf9da8b-8960-41b1-b238-4bec8d1b87f3 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-36bea375-14a8-462f-b0fd-86c90823bb0e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-089bb603-cfa8-41c7-ad86-05540f06c32d { padding:32px;background:#EED9C9;border-style:none;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-089bb603-cfa8-41c7-ad86-05540f06c32d.ablocks-block--container { padding:32px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-089bb603-cfa8-41c7-ad86-05540f06c32d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-089bb603-cfa8-41c7-ad86-05540f06c32d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b:not(.ablocks-has-block-container), .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-block--info-box__content { gap:16px;align-items:flex-start; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:20px;line-height:30px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d039536f-5da2-46c8-b4dc-26fd4e9c858b .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-f34295da-146d-4423-bb19-69b3f0ae02ab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f34295da-146d-4423-bb19-69b3f0ae02ab.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-f34295da-146d-4423-bb19-69b3f0ae02ab.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-f34295da-146d-4423-bb19-69b3f0ae02ab .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-f34295da-146d-4423-bb19-69b3f0ae02ab .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-f34295da-146d-4423-bb19-69b3f0ae02ab .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f34295da-146d-4423-bb19-69b3f0ae02ab .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-f34295da-146d-4423-bb19-69b3f0ae02ab .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-f34295da-146d-4423-bb19-69b3f0ae02ab .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8:not(.ablocks-has-block-container), .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-block--info-box__content { gap:5px;align-items:flex-start; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:16px;line-height:22px;color:#A26534; } @media screen and (max-width: 800px) { .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c5acdf7c-c77a-410d-9229-fb9a952970d8 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8 { margin-top:150px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8 { margin-top:70px; } } @media screen and (max-width: 480px) { .ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8 { margin-top:46px; } } .ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:64px; } @media screen and (max-width: 800px) { .ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8 { flex-direction:column;row-gap:50px;column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8 { row-gap:39px; } } .ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:64px; } @media screen and (max-width: 800px) { .ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:50px;column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8.ablocks-has-block-container > .ablocks-block-container { row-gap:39px; } } .ablocks-block-9e2c4ade-3935-4824-bc0f-1779400192e8 { display:inline-flex; } 
.ablocks-block-4a61a3a8-ee60-494c-bf1a-b9c8a02ac59e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a61a3a8-ee60-494c-bf1a-b9c8a02ac59e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4a61a3a8-ee60-494c-bf1a-b9c8a02ac59e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-4a61a3a8-ee60-494c-bf1a-b9c8a02ac59e { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-4a61a3a8-ee60-494c-bf1a-b9c8a02ac59e { row-gap:20px;column-gap:15px; } } .ablocks-block-4a61a3a8-ee60-494c-bf1a-b9c8a02ac59e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-4a61a3a8-ee60-494c-bf1a-b9c8a02ac59e.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-4a61a3a8-ee60-494c-bf1a-b9c8a02ac59e.ablocks-has-block-container > .ablocks-block-container { row-gap:20px;column-gap:15px; } } 
.ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:center; } } .ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745.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-a1b26e38-b118-4bf7-a95b-b7071430a745.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { justify-content:center; } } .ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745 .ablocks-divider { max-width:min(100%,26%); } @media screen and (max-width: 480px) { .ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745 .ablocks-divider { max-width:min(100%,50%); } } .ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745 .ablocks-divider__element-text { color:#A26534;padding-right:0px;padding-left:0px; } .ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-a1b26e38-b118-4bf7-a95b-b7071430a745 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4ec5e17f-61f8-427d-ab98-5d25e48224ed { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4ec5e17f-61f8-427d-ab98-5d25e48224ed { margin-top:18px; } } @media screen and (max-width: 480px) { .ablocks-block-4ec5e17f-61f8-427d-ab98-5d25e48224ed { margin-top:-20px; } } .ablocks-block-4ec5e17f-61f8-427d-ab98-5d25e48224ed { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-4ec5e17f-61f8-427d-ab98-5d25e48224ed { text-align:center; } } .ablocks-block-4ec5e17f-61f8-427d-ab98-5d25e48224ed .ablocks-heading-text { color:#A26534;font-family:"DM Sans",sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:62px;letter-spacing:-0.72px; } @media screen and (max-width: 800px) { .ablocks-block-4ec5e17f-61f8-427d-ab98-5d25e48224ed .ablocks-heading-text { font-family:DM Sans;font-size:36px;line-height:59px; } } @media screen and (max-width: 480px) { .ablocks-block-4ec5e17f-61f8-427d-ab98-5d25e48224ed .ablocks-heading-text { font-size:24px;line-height:40px; } } 
.ablocks-block-b7120a71-9cca-4ec0-9e5c-d95d17c0b2ae { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7120a71-9cca-4ec0-9e5c-d95d17c0b2ae { text-align:left; } .ablocks-block-b7120a71-9cca-4ec0-9e5c-d95d17c0b2ae .ablocks-paragraph-text { color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b7120a71-9cca-4ec0-9e5c-d95d17c0b2ae .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-b7120a71-9cca-4ec0-9e5c-d95d17c0b2ae .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b7088ee5-0ec4-4d13-b06f-4c73d3e351bb { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b7088ee5-0ec4-4d13-b06f-4c73d3e351bb { margin-top:-4px; } } .ablocks-block-b7088ee5-0ec4-4d13-b06f-4c73d3e351bb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b7088ee5-0ec4-4d13-b06f-4c73d3e351bb { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-b7088ee5-0ec4-4d13-b06f-4c73d3e351bb { justify-content:center;justify-items:center; } } .ablocks-block-b7088ee5-0ec4-4d13-b06f-4c73d3e351bb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-b7088ee5-0ec4-4d13-b06f-4c73d3e351bb.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-b7088ee5-0ec4-4d13-b06f-4c73d3e351bb { display:inline-flex; } 
.ablocks-block-bf42bd20-7bab-4336-8db5-3bec4598ca4e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bf42bd20-7bab-4336-8db5-3bec4598ca4e { text-align:left; } .ablocks-block-bf42bd20-7bab-4336-8db5-3bec4598ca4e .ablocks-paragraph-text { color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-bf42bd20-7bab-4336-8db5-3bec4598ca4e .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-bf42bd20-7bab-4336-8db5-3bec4598ca4e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-72f79cbe-1079-4364-8190-8c8d432986f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72f79cbe-1079-4364-8190-8c8d432986f5 { text-align:left; } .ablocks-block-72f79cbe-1079-4364-8190-8c8d432986f5 .ablocks-paragraph-text { color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-72f79cbe-1079-4364-8190-8c8d432986f5 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-72f79cbe-1079-4364-8190-8c8d432986f5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-28a53fd6-f8ee-4edd-bd3b-f8b79d847289 { margin-top:16px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-28a53fd6-f8ee-4edd-bd3b-f8b79d847289 { margin-top:5px; } } .ablocks-block-28a53fd6-f8ee-4edd-bd3b-f8b79d847289.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-28a53fd6-f8ee-4edd-bd3b-f8b79d847289 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-28a53fd6-f8ee-4edd-bd3b-f8b79d847289 { justify-content:center;justify-items:center; } } .ablocks-block-28a53fd6-f8ee-4edd-bd3b-f8b79d847289.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-28a53fd6-f8ee-4edd-bd3b-f8b79d847289.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-28a53fd6-f8ee-4edd-bd3b-f8b79d847289 { display:inline-flex; } 
.ablocks-block-8b1e74a4-54f9-4a53-9e72-cf013a9b5130 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b1e74a4-54f9-4a53-9e72-cf013a9b5130 { text-align:left; } .ablocks-block-8b1e74a4-54f9-4a53-9e72-cf013a9b5130 .ablocks-paragraph-text { color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-8b1e74a4-54f9-4a53-9e72-cf013a9b5130 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-8b1e74a4-54f9-4a53-9e72-cf013a9b5130 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7dfefa25-0318-4022-8b28-247b28de5f4a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dfefa25-0318-4022-8b28-247b28de5f4a { text-align:left; } .ablocks-block-7dfefa25-0318-4022-8b28-247b28de5f4a .ablocks-paragraph-text { color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-7dfefa25-0318-4022-8b28-247b28de5f4a .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-7dfefa25-0318-4022-8b28-247b28de5f4a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a43bc8ec-4535-4a9b-83f4-1eca07c84912 { margin-top:16px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a43bc8ec-4535-4a9b-83f4-1eca07c84912 { margin-top:5px; } } .ablocks-block-a43bc8ec-4535-4a9b-83f4-1eca07c84912.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a43bc8ec-4535-4a9b-83f4-1eca07c84912 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-a43bc8ec-4535-4a9b-83f4-1eca07c84912 { justify-content:center;justify-items:center; } } .ablocks-block-a43bc8ec-4535-4a9b-83f4-1eca07c84912.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 800px) { .ablocks-block-a43bc8ec-4535-4a9b-83f4-1eca07c84912.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-a43bc8ec-4535-4a9b-83f4-1eca07c84912 { display:inline-flex; } 
.ablocks-block-cbe1f578-da0c-4503-99d4-9b767e5e4e94 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cbe1f578-da0c-4503-99d4-9b767e5e4e94 { text-align:left; } .ablocks-block-cbe1f578-da0c-4503-99d4-9b767e5e4e94 .ablocks-paragraph-text { color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-cbe1f578-da0c-4503-99d4-9b767e5e4e94 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-cbe1f578-da0c-4503-99d4-9b767e5e4e94 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-42c0f080-fca8-4cf0-964f-13c2bb907918 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42c0f080-fca8-4cf0-964f-13c2bb907918 { text-align:left; } .ablocks-block-42c0f080-fca8-4cf0-964f-13c2bb907918 .ablocks-paragraph-text { color:rgba(89,55,29,0.66);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-42c0f080-fca8-4cf0-964f-13c2bb907918 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-42c0f080-fca8-4cf0-964f-13c2bb907918 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0e0847cb-4dc3-4099-b60d-60c0610c7bea { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e0847cb-4dc3-4099-b60d-60c0610c7bea.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0e0847cb-4dc3-4099-b60d-60c0610c7bea { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0e0847cb-4dc3-4099-b60d-60c0610c7bea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 { padding:32px;border-style:none;border-color:#b85ed6;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 { padding:20px; } } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__field { margin-top:2px;margin-bottom:2px; } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__label { color:#A26534;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:20px;text-align:left;margin-bottom:10px !important; } @media screen and (max-width: 800px) { .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__label { font-family:DM Sans; } } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__helper-text { color:rgba(162,101,52,0.60);font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;text-align:left;margin-bottom:10px;margin-top:10px; } @media screen and (max-width: 800px) { .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__helper-text { font-family:DM Sans; } } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__input { background:white;text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;border-width:1px;border-style:solid;border-color:#a26534;border-radius:99px;padding-left:16px;box-sizing:border-box; } @media screen and (max-width: 800px) { .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__input { font-family:DM Sans; } } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__input::placeholder { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;text-align:left;color:rgba(162,101,52,0.60)!important; } @media screen and (max-width: 800px) { .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__input::placeholder { font-family:DM Sans; } } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__input-icon,.ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__submit-button { text-align:center; } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__submit-button { color:#ffffff;background:#A26534;border-radius:999px;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-form-builder__submit-button { font-family:DM Sans; } } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-dd01a39d-f4b2-4cee-8965-5063da234cc2 .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-f1d160c8-6d2e-4638-bae6-db2ca707f080 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f1d160c8-6d2e-4638-bae6-db2ca707f080.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-f1d160c8-6d2e-4638-bae6-db2ca707f080 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-f1d160c8-6d2e-4638-bae6-db2ca707f080 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-82f8ab8d-f78d-4f9a-abcb-1e1fc40ae5a1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82f8ab8d-f78d-4f9a-abcb-1e1fc40ae5a1.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-82f8ab8d-f78d-4f9a-abcb-1e1fc40ae5a1.ablocks-block--form-input { width:99%; } } .ablocks-block-82f8ab8d-f78d-4f9a-abcb-1e1fc40ae5a1 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-82f8ab8d-f78d-4f9a-abcb-1e1fc40ae5a1 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-3fe25d2f-8910-4999-bf33-01447ba2134d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3fe25d2f-8910-4999-bf33-01447ba2134d.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-3fe25d2f-8910-4999-bf33-01447ba2134d.ablocks-block--form-input { width:99%; } } .ablocks-block-3fe25d2f-8910-4999-bf33-01447ba2134d .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-3fe25d2f-8910-4999-bf33-01447ba2134d .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-a964a197-b552-43b5-8577-caa7bfbbf41e { border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a964a197-b552-43b5-8577-caa7bfbbf41e.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-a964a197-b552-43b5-8577-caa7bfbbf41e .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-a964a197-b552-43b5-8577-caa7bfbbf41e .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-14d19270-471d-4c40-a690-1e64968a2983 { margin-top:-19px;padding-top:150px;padding-bottom:20px;background:#044D41;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-14d19270-471d-4c40-a690-1e64968a2983 { padding-top:80px;padding-right:10px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-14d19270-471d-4c40-a690-1e64968a2983 { padding-top:60px; } } .ablocks-block-14d19270-471d-4c40-a690-1e64968a2983.ablocks-block--container { padding-top:150px;padding-bottom:20px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-14d19270-471d-4c40-a690-1e64968a2983.ablocks-block--container { padding-top:80px;padding-right:10px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-14d19270-471d-4c40-a690-1e64968a2983.ablocks-block--container { padding-top:60px; } } .ablocks-block-14d19270-471d-4c40-a690-1e64968a2983 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-14d19270-471d-4c40-a690-1e64968a2983 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-14d19270-471d-4c40-a690-1e64968a2983 > .ablocks-block-container { row-gap:32px; } } .ablocks-block-14d19270-471d-4c40-a690-1e64968a2983.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-14d19270-471d-4c40-a690-1e64968a2983.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } 
.ablocks-block-95ba2508-7e4f-4f0b-bb63-a5d426388e38 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95ba2508-7e4f-4f0b-bb63-a5d426388e38.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-95ba2508-7e4f-4f0b-bb63-a5d426388e38 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-95ba2508-7e4f-4f0b-bb63-a5d426388e38 { flex-direction:column;row-gap:32px; } } @media screen and (max-width: 480px) { .ablocks-block-95ba2508-7e4f-4f0b-bb63-a5d426388e38 { row-gap:24px; } } .ablocks-block-95ba2508-7e4f-4f0b-bb63-a5d426388e38.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-95ba2508-7e4f-4f0b-bb63-a5d426388e38.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:32px; } } @media screen and (max-width: 480px) { .ablocks-block-95ba2508-7e4f-4f0b-bb63-a5d426388e38.ablocks-has-block-container > .ablocks-block-container { row-gap:24px; } } .ablocks-block-95ba2508-7e4f-4f0b-bb63-a5d426388e38 { display:inline-flex; } 
.ablocks-block-30bcf5eb-e197-4448-8da4-900dc6e983d2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-30bcf5eb-e197-4448-8da4-900dc6e983d2.ablocks-block--container { padding:0px;max-width:min(100%,24%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-30bcf5eb-e197-4448-8da4-900dc6e983d2.ablocks-block--container { max-width:min(100%,50%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-30bcf5eb-e197-4448-8da4-900dc6e983d2.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-30bcf5eb-e197-4448-8da4-900dc6e983d2 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-30bcf5eb-e197-4448-8da4-900dc6e983d2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-06ba6408-429c-4f64-9dea-0b204bcda2c8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-06ba6408-429c-4f64-9dea-0b204bcda2c8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-06ba6408-429c-4f64-9dea-0b204bcda2c8 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } .ablocks-block-06ba6408-429c-4f64-9dea-0b204bcda2c8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:24px; } .ablocks-block-06ba6408-429c-4f64-9dea-0b204bcda2c8 { display:inline-flex; } 
.ablocks-block-59a46d79-8f07-482c-be54-56049fa6ed9b { padding-right:24px;border-width:0px 1px 0px 0px;border-style:solid;border-color:#ffffff33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-59a46d79-8f07-482c-be54-56049fa6ed9b { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-59a46d79-8f07-482c-be54-56049fa6ed9b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-59a46d79-8f07-482c-be54-56049fa6ed9b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-59a46d79-8f07-482c-be54-56049fa6ed9b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-08536f22-3d62-43f4-84cd-c41c5bebdfed { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08536f22-3d62-43f4-84cd-c41c5bebdfed { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-08536f22-3d62-43f4-84cd-c41c5bebdfed .ablocks-icon-wrap { background:#044d41;font-size:30px; } .ablocks-block-08536f22-3d62-43f4-84cd-c41c5bebdfed .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-08536f22-3d62-43f4-84cd-c41c5bebdfed .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-e84ee724-a3ef-4511-94dd-84f39e2f38db { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e84ee724-a3ef-4511-94dd-84f39e2f38db { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-e84ee724-a3ef-4511-94dd-84f39e2f38db .ablocks-icon-wrap { font-size:30px; } .ablocks-block-e84ee724-a3ef-4511-94dd-84f39e2f38db .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-e84ee724-a3ef-4511-94dd-84f39e2f38db .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-5c88f351-7dd9-4e1d-8faf-ba80540ba069 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c88f351-7dd9-4e1d-8faf-ba80540ba069 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5c88f351-7dd9-4e1d-8faf-ba80540ba069 .ablocks-icon-wrap { font-size:30px; } .ablocks-block-5c88f351-7dd9-4e1d-8faf-ba80540ba069 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-5c88f351-7dd9-4e1d-8faf-ba80540ba069 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-18df332b-cab3-470b-82d9-63bc37220b07 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18df332b-cab3-470b-82d9-63bc37220b07 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-18df332b-cab3-470b-82d9-63bc37220b07 .ablocks-icon-wrap { background:#044d41;font-size:30px; } .ablocks-block-18df332b-cab3-470b-82d9-63bc37220b07 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-18df332b-cab3-470b-82d9-63bc37220b07 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-552b53d2-712a-4d53-b560-bc86d3880d6c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-552b53d2-712a-4d53-b560-bc86d3880d6c { text-align:left; } .ablocks-block-552b53d2-712a-4d53-b560-bc86d3880d6c .ablocks-paragraph-text { color:#ffffffcc;font-family:Inter,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-552b53d2-712a-4d53-b560-bc86d3880d6c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-552b53d2-712a-4d53-b560-bc86d3880d6c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bbe7c9e2-9257-4780-b7e6-0fc8c3332480 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bbe7c9e2-9257-4780-b7e6-0fc8c3332480.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bbe7c9e2-9257-4780-b7e6-0fc8c3332480 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-bbe7c9e2-9257-4780-b7e6-0fc8c3332480 { justify-content:flex-end;justify-items:flex-end;align-items:flex-start;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-bbe7c9e2-9257-4780-b7e6-0fc8c3332480 { flex-direction:column;row-gap:24px; } } .ablocks-block-bbe7c9e2-9257-4780-b7e6-0fc8c3332480.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-bbe7c9e2-9257-4780-b7e6-0fc8c3332480.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-end;justify-items:flex-end;align-items:flex-start;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-bbe7c9e2-9257-4780-b7e6-0fc8c3332480.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-bbe7c9e2-9257-4780-b7e6-0fc8c3332480 { display:inline-flex; } 
.ablocks-block-b48c04b0-1b53-4f16-acb7-0e60bcffbe67 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b48c04b0-1b53-4f16-acb7-0e60bcffbe67.ablocks-block--container { padding:0px;max-width:min(100%,25%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b48c04b0-1b53-4f16-acb7-0e60bcffbe67.ablocks-block--container { max-width:min(100%,16%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b48c04b0-1b53-4f16-acb7-0e60bcffbe67.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-b48c04b0-1b53-4f16-acb7-0e60bcffbe67 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b48c04b0-1b53-4f16-acb7-0e60bcffbe67.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b9ec34ef-bd97-4848-9958-42f2325ad150 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b9ec34ef-bd97-4848-9958-42f2325ad150 { text-align:left; } .ablocks-block-b9ec34ef-bd97-4848-9958-42f2325ad150 .ablocks-paragraph-text { color:#FFFFFF99;font-family:"DM Sans",sans-serif;font-weight:700;text-transform:uppercase;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-b9ec34ef-bd97-4848-9958-42f2325ad150 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-b9ec34ef-bd97-4848-9958-42f2325ad150 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-db9b03d9-3aad-48eb-956a-122195db3431 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db9b03d9-3aad-48eb-956a-122195db3431 { font-family:"DM Sans",sans-serif;font-weight:500;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-db9b03d9-3aad-48eb-956a-122195db3431 { font-family:DM Sans; } } .ablocks-block-db9b03d9-3aad-48eb-956a-122195db3431 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-db9b03d9-3aad-48eb-956a-122195db3431 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-db9b03d9-3aad-48eb-956a-122195db3431 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-db9b03d9-3aad-48eb-956a-122195db3431 .ablocks-list__item-content .ablocks-list__item-text { color:#FFFFFF; } 
.ablocks-block-445f60db-4307-4fa0-861a-6cdc33fbf6c9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-445f60db-4307-4fa0-861a-6cdc33fbf6c9.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-445f60db-4307-4fa0-861a-6cdc33fbf6c9.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-445f60db-4307-4fa0-861a-6cdc33fbf6c9 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-445f60db-4307-4fa0-861a-6cdc33fbf6c9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-dafe349b-364c-4f59-a347-ab6ea304053f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dafe349b-364c-4f59-a347-ab6ea304053f { text-align:left; } .ablocks-block-dafe349b-364c-4f59-a347-ab6ea304053f .ablocks-paragraph-text { color:#FFFFFF99;font-family:"DM Sans",sans-serif;font-weight:700;text-transform:uppercase;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-dafe349b-364c-4f59-a347-ab6ea304053f .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-dafe349b-364c-4f59-a347-ab6ea304053f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-af17ddfb-a58c-4fc4-9cfb-da6f79c46f89 { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-af17ddfb-a58c-4fc4-9cfb-da6f79c46f89 { font-family:"DM Sans",sans-serif;font-weight:500;font-size:16px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-af17ddfb-a58c-4fc4-9cfb-da6f79c46f89 { font-family:DM Sans; } } .ablocks-block-af17ddfb-a58c-4fc4-9cfb-da6f79c46f89 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-af17ddfb-a58c-4fc4-9cfb-da6f79c46f89 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-af17ddfb-a58c-4fc4-9cfb-da6f79c46f89 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-af17ddfb-a58c-4fc4-9cfb-da6f79c46f89 .ablocks-list__item-content .ablocks-list__item-text { color:#FFFFFF; } 
.ablocks-block-7e30cf15-e856-4e2f-a0ba-f111646fa24b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e30cf15-e856-4e2f-a0ba-f111646fa24b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7e30cf15-e856-4e2f-a0ba-f111646fa24b { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-7e30cf15-e856-4e2f-a0ba-f111646fa24b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-255387d4-c54c-4885-aef2-5b0dd2b6d235 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-255387d4-c54c-4885-aef2-5b0dd2b6d235 { text-align:left; } .ablocks-block-255387d4-c54c-4885-aef2-5b0dd2b6d235 .ablocks-paragraph-text { color:#FFFFFF99;font-family:"DM Sans",sans-serif;font-weight:700;text-transform:uppercase;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-255387d4-c54c-4885-aef2-5b0dd2b6d235 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-255387d4-c54c-4885-aef2-5b0dd2b6d235 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7c0d08b2-a122-44ce-ad55-4b45e2dec846 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c0d08b2-a122-44ce-ad55-4b45e2dec846 { text-align:left; } .ablocks-block-7c0d08b2-a122-44ce-ad55-4b45e2dec846 .ablocks-paragraph-text { color:#FFFFFFCC;font-family:"DM Sans",sans-serif;font-weight:400;text-transform:uppercase;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-7c0d08b2-a122-44ce-ad55-4b45e2dec846 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-7c0d08b2-a122-44ce-ad55-4b45e2dec846 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder { flex-direction:row;align-items:center; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__input { background:#ffffff14;text-align:left;border-style:none;border-radius:8px;padding-left:12px;box-sizing:border-box; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__input::placeholder { text-align:left;color:#ffffffcc!important; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__input-icon,.ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__submit-button { text-align:center;align-self:center; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__submit-button { color:#171717;background:#ffffff;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;font-family:"DM Sans",sans-serif;font-weight:500;font-size:16px;padding-top:12px;padding-right:19px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__submit-button { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-form-builder__submit-button { padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px; } } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-af0dfc9c-e582-476c-b520-add5950e9724 .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-ae2a8868-76eb-4439-a6f0-0ecf902e064a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae2a8868-76eb-4439-a6f0-0ecf902e064a.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-ae2a8868-76eb-4439-a6f0-0ecf902e064a .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-ae2a8868-76eb-4439-a6f0-0ecf902e064a .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-f41613e6-8fee-43bd-bd12-87cecc844276 { padding-top:20px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#ffffff33;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f41613e6-8fee-43bd-bd12-87cecc844276.ablocks-block--container { padding-top:20px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f41613e6-8fee-43bd-bd12-87cecc844276 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 480px) { .ablocks-block-f41613e6-8fee-43bd-bd12-87cecc844276 { flex-direction:column;justify-content:center;justify-items:center;row-gap:24px; } } .ablocks-block-f41613e6-8fee-43bd-bd12-87cecc844276.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 480px) { .ablocks-block-f41613e6-8fee-43bd-bd12-87cecc844276.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;justify-content:center;justify-items:center;row-gap:24px; } } .ablocks-block-f41613e6-8fee-43bd-bd12-87cecc844276 { display:inline-flex; } 
.ablocks-block-861d3956-3987-4ea6-9dcb-535713c4c799 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-861d3956-3987-4ea6-9dcb-535713c4c799 { text-align:left; } .ablocks-block-861d3956-3987-4ea6-9dcb-535713c4c799 .ablocks-paragraph-text { color:#ffffff;font-family:Manrope;font-weight:400;font-size:16px;line-height:24px; } .ablocks-block-861d3956-3987-4ea6-9dcb-535713c4c799 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2e3af9d7-4601-4a7b-ad87-9f43a0face56 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e3af9d7-4601-4a7b-ad87-9f43a0face56.ablocks-block--container { padding:0px;max-width:min(100%,60%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-2e3af9d7-4601-4a7b-ad87-9f43a0face56.ablocks-block--container { max-width:min(100%,45%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-2e3af9d7-4601-4a7b-ad87-9f43a0face56.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2e3af9d7-4601-4a7b-ad87-9f43a0face56 { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-2e3af9d7-4601-4a7b-ad87-9f43a0face56 { justify-content:center;justify-items:center; } } .ablocks-block-2e3af9d7-4601-4a7b-ad87-9f43a0face56.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-2e3af9d7-4601-4a7b-ad87-9f43a0face56.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-2e3af9d7-4601-4a7b-ad87-9f43a0face56 { display:inline-flex; } 
.ablocks-block-988b5515-0293-4bed-886c-dfa86332d7fd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-988b5515-0293-4bed-886c-dfa86332d7fd { text-align:left; } .ablocks-block-988b5515-0293-4bed-886c-dfa86332d7fd .ablocks-paragraph-text { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-988b5515-0293-4bed-886c-dfa86332d7fd .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-988b5515-0293-4bed-886c-dfa86332d7fd .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f1dbc406-dcd9-4ee1-9bf0-5894fdb82220 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f1dbc406-dcd9-4ee1-9bf0-5894fdb82220 { text-align:left; } .ablocks-block-f1dbc406-dcd9-4ee1-9bf0-5894fdb82220 .ablocks-paragraph-text { color:#ffffff;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-f1dbc406-dcd9-4ee1-9bf0-5894fdb82220 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-f1dbc406-dcd9-4ee1-9bf0-5894fdb82220 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
