@import"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700";/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}@charset "UTF-8";.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9ecdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cccf}.alert-secondary .alert-link{color:#212326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c32}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe7a0}.alert-warning .alert-link{color:#533f02}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b1b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#eef1f3}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbd}.alert-dark .alert-link{color:#040505}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#00000008;border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media(min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle:after{display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:hover,a.text-primary:focus{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:hover,a.text-success:focus{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:hover,a.text-info:focus{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:hover,a.text-light:focus{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:hover,a.text-dark:focus{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem #007bff40}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem #268fff80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #268fff80}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem #828a9180}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #828a9180}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem #48b46180}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #48b46180}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem #3ab0c380}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #3ab0c380}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem #deaa0c80}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #deaa0c80}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem #e1536180}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1536180}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem #d8d9db80}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d8d9db80}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem #52585d80}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #52585d80}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem #343a4080}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}*{box-sizing:border-box}.alert{border:0;border-radius:4px;line-height:24px;font-size:16px;font-weight:500;font-family:Source Sans Pro,sans-serif;letter-spacing:.15px;color:#000;padding:8px}.alert mat-icon{margin-right:8px}.alert-secondary{background:#efeff1}.alert-danger{background:#fbeaea;color:#b92c2c}.alert-danger mat-icon{color:#ed6f6f}.alert-verified{background:#deede7;color:#2cd196;padding:5px 8px 5px 5px;border-radius:16px}.alert-verified mat-icon{color:#2cd196}@keyframes transparent-to-navy{0%{background-color:#0a1b2b00}to{background-color:#0a1b2b}}@keyframes navy-to-transparent{0%{background-color:#0a1b2b}to{background-color:#0a1b2b00}}@keyframes transparent-to-yellow{0%{background-color:#ffdd5700}to{background-color:#ffdd57}}@keyframes yellow-to-transparent{0%{background-color:#ffdd57}to{background-color:#ffdd5700}}@keyframes navy-to-yellow{0%{color:#0a1b2b}to{color:#ffdd57}}@keyframes yellow-to-navy{0%{color:#ffdd57}to{color:#0a1b2b}}@keyframes grow-25px{0%{width:0;height:0}to{width:25px;height:25px}}@keyframes shrink-25px{0%{width:25px;height:25px}to{width:0;height:0}}@keyframes grow-text{0%{font-size:0}to{font-size:70px}}@keyframes pej-spot-grow{0%{padding-left:0}to{padding-left:50px}}@keyframes pej-spot-grow-xs{0%{padding-left:0}to{padding-left:25px}}.service-charge-checkout{margin:0 10px 30px;border-radius:5px;background-color:#efeff180;display:flex;justify-content:space-between;align-items:center;padding:10px}.service-charge-checkout p,.service-charge-checkout .section li,.section .service-charge-checkout li{font-weight:600}.service-charge-checkout .service-charge-checkout-label{display:flex;justify-content:start;align-items:center}.service-charge-checkout .service-charge-checkout-label .icon-lock{content:url(ic_lock_black.cb6657c03abddc0c.svg);margin-right:10px}.service-charge-checkout .service-charge-checkout-name{max-width:80%}.service-charge-checkout .service-charge-checkout-amount{min-width:-webkit-fit-content;min-width:fit-content;align-self:flex-start}.service-charge-checkout .service-charge-checkout-icon{align-self:flex-start}.pej-card{background-color:#fff;border-radius:10px;border:0;margin:30px 0 0}@media(max-width:575.98px){.pej-card{margin:25px 0 0}}.pej-card .pej-card-header,.pej-card .pej-card-body,.pej-card .pej-card-footer{padding:20px;position:relative}.pej-card .pej-card-header .icon{height:15px;width:15px;position:absolute;right:20px;top:23px}@media(max-width:575.98px){.pej-card .pej-card-header{cursor:pointer}}.pej-card .pej-card__description{margin-top:5px}.pej-card a.text-link{text-decoration:underline;font-size:inherit}.pej-card .pej-card-body .promocode{background-color:#efeff1;border-left:5px solid #0a1b2b;margin:0 0 10px;padding:10px}.pej-card .pej-card-body .store-info-container{display:flex;margin:0 0 15px}.pej-card .pej-card-body .store-info-container .info-icon{height:20px;width:auto;float:left;padding:0 10px 0 0}.pej-card .pej-card-body .align-left,.pej-card .pej-card-body .align-right{padding-top:5px}.pej-card .pej-card-body .align-left{float:left}.pej-card .pej-card-body .align-right{float:right}.pej-card .pej-card-body .mat-mdc-form-field{font-size:18px}.pej-card .pej-card-body .item-title{font-weight:600}.pej-card .pej-card-body .item-total{font-weight:600;margin:0 0 15px}.pej-card .pej-card-body .cart-place{margin-bottom:15px}.pej-card .pej-card-body .delivery-fee{display:flex;justify-content:space-between}.pej-card .pej-card-body .intro-description{margin-top:-15px;margin-bottom:1.5rem}.pej-card .pej-card-body .info-label{font-size:12px;font-weight:600;margin-top:15px}@media(max-width:380px){.pej-card .pej-card-body.payment-method-card h2{margin-left:20px}.pej-card .pej-card-body.payment-method-card{padding-left:0;padding-right:0}}.pej-card .pej-order-offer-input-container{background-color:#efeff180;border-radius:5px;margin-left:10px;margin-right:10px}.pej-card .pej-order-offer-input-container:last-child{margin-bottom:0}.pej-card .pej-order-offer-input-total{font-weight:600;padding:10px 12px}.pej-card .pej-order-offer-input-total-negative{font-weight:600;padding:10px 12px;color:#ff5630}.pej-card .pej-card-footer{border-top:1px dashed rgba(10,27,43,.25)}.pej-card .pej-card-footer p.cart-total,.pej-card .pej-card-footer .section li.cart-total,.section .pej-card .pej-card-footer li.cart-total{font-weight:600}.pej-card .pej-card-footer p.cart-vat,.pej-card .pej-card-footer .section li.cart-vat,.section .pej-card .pej-card-footer li.cart-vat,.pej-card .pej-card-footer p.cart-tip,.pej-card .pej-card-footer .section li.cart-tip,.section .pej-card .pej-card-footer li.cart-tip{font-size:12px;line-height:16px}.pej-card .pej-card-header-image{background-position:center center;background-size:cover}.pej-card .pej-card-header-image .pej-card-header-image-info{padding:25px 0}.pej-card .pej-card-header-image .pej-card-header-image-info img{height:75px;width:auto}.pej-card .pej-card-header-image .pej-card-header-image-info h1,.pej-card .pej-card-header-image .pej-card-header-image-info .order-activation-dialog--title-container h2,.order-activation-dialog--title-container .pej-card .pej-card-header-image .pej-card-header-image-info h2{color:#fff;padding:10px 0 0}.offer-applied{background-color:#efeff180;border-radius:4px;display:flex;align-items:flex-start;margin:0 -10px 10px;width:calc(100% + 20px)}.offer-applied:last-child{margin-bottom:0}.offer-applied__remove-container{padding:10px}.offer-applied__remove-icon-container,.offer-applied__lock-icon-container{background-color:#fff;border-radius:10px;height:20px;width:20px;min-width:20px;display:flex;justify-content:center;align-items:center;align-content:center}.offer-applied__remove-icon,.offer-applied__lock-icon{height:10px;width:10px}.offer-applied__info-container{display:flex;justify-content:space-between;align-items:flex-start;align-content:flex-start;width:100%;padding:10px 10px 10px 0}.offer-applied__title{font-weight:600}.offer-applied__discount{color:#ff5630;min-width:90px;text-align:right}.pej-card-yellow{background-color:#ffdd57;border:1px solid #ffdd57}.pej-card-yellow .download-badge{height:35px;width:auto;margin:10px 10px 0 0}.pej-card-navy{background-color:#0a1b2b;border:1px solid #0a1b2b}.pej-card-navy p,.pej-card-navy .section li,.section .pej-card-navy li,.pej-card-navy h2{color:#fff}.pej-card-navy p,.pej-card-navy .section li,.section .pej-card-navy li{margin:0 0 15px}.pej-card-navy img{height:100px;width:auto;margin:40px 0 10px}.pej-card-warning{background-color:#ffe0bc;border:0}.pej-card-error{background-color:#ffbcbc;border:0}.pej-card-error .gif{width:auto;height:25px;position:absolute;top:14px;left:12px}.pej-card-error .error-icon--float{float:left;width:auto;height:25px;margin-right:5px}.pej-card-error .error-text--vertical-align{vertical-align:middle;line-height:25px}.payment-request-card{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.payment-request-card .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.payment-request-card .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#a873ff!important}.payment-request-card .payment-request-component{margin:-1px;width:calc(100% + 2px)}body{margin:0;overflow-y:scroll}p,.section li,a,th,td,ul,li{margin:0;font-size:15px;font-weight:400;color:#282828;letter-spacing:.25px;font-family:Source Sans Pro,sans-serif}th{font-weight:600}a{text-decoration:none;outline:none;cursor:pointer;letter-spacing:.25px}a:active,a:hover,a:focus{color:#ffdd57;outline:none}.clearfix{clear:both}.cursor-pointer{cursor:pointer}.cursor-inherit{cursor:inherit!important}.servingImage{transition:opacity .2s ease;opacity:1}.servingImage.loading{opacity:0}.white-space-pre-wrap{white-space:pre-wrap}.manipulate-touch-action{touch-action:manipulation}@font-face{font-family:Circular;font-style:normal;font-weight:300;src:url(/assets/fonts/CircularXXWeb-Book.woff) format("woff")}@font-face{font-family:Circular;font-style:normal;font-weight:300;src:url(/assets/fonts/CircularXXWeb-Book.woff2) format("woff2")}@font-face{font-family:Circular;font-style:italic;font-weight:300;src:url(/assets/fonts/CircularXXWeb-BookItalic.woff) format("woff")}@font-face{font-family:Circular;font-style:italic;font-weight:300;src:url(/assets/fonts/CircularXXWeb-BookItalic.woff2) format("woff2")}@font-face{font-family:Circular;font-style:normal;font-weight:500;src:url(/assets/fonts/CircularXXWeb-Medium.woff) format("woff")}@font-face{font-family:Circular;font-style:normal;font-weight:500;src:url(/assets/fonts/CircularXXWeb-Medium.woff2) format("woff2")}@font-face{font-family:Circular;font-style:italic;font-weight:500;src:url(/assets/fonts/CircularXXWeb-MediumItalic.woff) format("woff")}@font-face{font-family:Circular;font-style:italic;font-weight:500;src:url(/assets/fonts/CircularXXWeb-MediumItalic.woff2) format("woff2")}@font-face{font-family:Circular;font-style:normal;font-weight:700;src:url(/assets/fonts/CircularXXWeb-Bold.woff) format("woff")}@font-face{font-family:Circular;font-style:normal;font-weight:700;src:url(/assets/fonts/CircularXXWeb-Bold.woff2) format("woff2")}@font-face{font-family:Circular;font-style:italic;font-weight:700;src:url(/assets/fonts/CircularXXWeb-BoldItalic.woff) format("woff")}@font-face{font-family:Circular;font-style:italic;font-weight:700;src:url(/assets/fonts/CircularXXWeb-BoldItalic.woff2) format("woff2")}@font-face{font-family:Circular;font-style:normal;font-weight:900;src:url(/assets/fonts/CircularXXWeb-Black.woff) format("woff")}@font-face{font-family:Circular;font-style:normal;font-weight:900;src:url(/assets/fonts/CircularXXWeb-Black.woff2) format("woff2")}@font-face{font-family:Circular;font-style:italic;font-weight:900;src:url(/assets/fonts/CircularXXWeb-BlackItalic.woff) format("woff")}@font-face{font-family:Circular;font-style:italic;font-weight:900;src:url(/assets/fonts/CircularXXWeb-BlackItalic.woff2) format("woff2")}@font-face{font-family:Sandwich Marker Pro;font-style:normal;font-weight:700;src:url(/assets/fonts/bastardburgers/Sandwich-marker-pro-bold.otf) format("opentype")}@font-face{font-family:Sharp Grotesk;font-style:normal;font-weight:600;src:url(/assets/fonts/bastardburgers/Sharp-grotesk-bold-20.ttf) format("truetype")}@font-face{font-family:Sharp Grotesk;font-style:normal;font-weight:400;src:url(/assets/fonts/bastardburgers/Sharp-grotesk-book-20.otf) format("opentype")}@font-face{font-family:Flame;font-style:normal;font-weight:400;src:url(/assets/fonts/bk/Flame-Regular.woff2) format("woff2")}@font-face{font-family:Neue Haas Grotesk;font-style:normal;font-weight:400;src:url(/assets/fonts/scandic/NHaasGroteskDSPro-55Rg.otf) format("opentype")}@font-face{font-family:Neue Haas Grotesk;font-style:normal;font-weight:600;src:url(/assets/fonts/scandic/NHaasGroteskDSPro-65Md.otf) format("opentype")}@font-face{font-family:ITC Garamond;font-style:normal;font-weight:400;src:url(/assets/fonts/scandic/ITCGaramondStd-BkCond.otf) format("opentype")}@font-face{font-family:ITC Garamond;font-style:normal;font-weight:600;src:url(/assets/fonts/scandic/ITCGaramondStd-BdCond.otf) format("opentype")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:400;src:url(/assets/fonts/premierinn/SunsetSans_W_Rg.woff) format("woff")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:400;src:url(/assets/fonts/premierinn/SunsetSans_W_Rg.woff2) format("woff2")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:500;src:url(/assets/fonts/premierinn/SunsetSans_W_Md.woff) format("woff")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:500;src:url(/assets/fonts/premierinn/SunsetSans_W_Md.woff2) format("woff2")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:600;src:url(/assets/fonts/premierinn/SunsetSans_W_SBd.woff) format("woff")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:600;src:url(/assets/fonts/premierinn/SunsetSans_W_SBd.woff2) format("woff2")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:700;src:url(/assets/fonts/premierinn/SunsetSans_W_Bd.woff) format("woff")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:700;src:url(/assets/fonts/premierinn/SunsetSans_W_Bd.woff2) format("woff2")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:800;src:url(/assets/fonts/premierinn/SunsetSans_W_XBd.woff) format("woff")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:800;src:url(/assets/fonts/premierinn/SunsetSans_W_XBd.woff2) format("woff2")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:900;src:url(/assets/fonts/premierinn/SunsetSans_W_Blk.woff) format("woff")}@font-face{font-family:Sunset Sans;font-style:normal;font-weight:900;src:url(/assets/fonts/premierinn/SunsetSans_W_Blk.woff2) format("woff2")}@font-face{font-family:Proxima Nova;font-style:normal;font-weight:300;src:url(/assets/fonts/premierinn/proximanova_light.otf) format("opentype")}@font-face{font-family:Proxima Nova;font-style:normal;font-weight:400;src:url(/assets/fonts/premierinn/proximanova_regular.ttf) format("truetype")}@font-face{font-family:Proxima Nova;font-style:normal;font-weight:700;src:url(/assets/fonts/premierinn/proximanova_bold.otf) format("opentype")}@font-face{font-family:Proxima Nova;font-style:italic;font-weight:700;src:url(/assets/fonts/premierinn/proximanova_boldit.otf) format("opentype")}@font-face{font-family:Proxima Nova;font-style:normal;font-weight:800;src:url(/assets/fonts/premierinn/proximanova_extrabold.otf) format("opentype")}@font-face{font-family:Proxima Nova;font-style:normal;font-weight:900;src:url(/assets/fonts/premierinn/proximanova_black.otf) format("opentype")}@font-face{font-family:Proxima Nova;font-style:italic;font-weight:900;src:url(/assets/fonts/premierinn/proximanova_blackit.otf) format("opentype")}mat-error,mat-hint{font-size:12px;color:#282828;font-family:Source Sans Pro,sans-serif}.form-group{position:relative;left:0;width:100%;max-width:350px;margin:5px 0 15px}@media(max-width:767px){.form-group{max-width:100%}}.form-group .pej-input{background-color:#fff0;padding:15px 5px 5px;margin:0 auto 15px;border-radius:0;border-bottom:2px solid #0a1b2b;border-top:none;border-right:0;border-left:0;font-family:Source Sans Pro,sans-serif;font-weight:400;font-size:15px;color:#282828;outline:none;box-shadow:none;width:100%}.form-group .floating-label,.form-group .floating-label-disabled{position:absolute;pointer-events:none;font-family:Source Sans Pro,sans-serif;left:5px;top:16px;transition:.2s ease all;color:#282828}.form-group input:focus~.floating-label,.form-group input:focus~.floating-label-disabled,.form-group input:not(:focus):valid~.floating-label,.form-group input:not(:focus):valid~.floating-label-disabled{top:-5px;font-family:Source Sans Pro,sans-serif;font-size:12px;opacity:1}.form-group .floating-label-disabled{top:-5px;font-size:12px}.form-group .input-description,.form-group .input-description-right,.form-group .input-description-left{position:absolute;z-index:1001;bottom:-5px;font-size:12px;color:#282828;font-family:Source Sans Pro,sans-serif}.form-group .input-description-left{left:5px}.form-group .input-description-right{right:5px}.form-group .clear{position:absolute;top:15px;right:5px}.form-group .clear .clear-icon{height:15px;width:15px}.form-group .clear .clear-icon:hover{background-color:#ffdd57;border-radius:50px}.form-group .lock{position:absolute;top:15px;right:5px}.form-group .lock .lock-icon{height:15px;width:15px}.form-group ::-webkit-input-placeholder{color:#282828;opacity:.75;font-family:Source Sans Pro,sans-serif;font-size:15px;font-weight:400}.form-group :-moz-placeholder{color:#282828;opacity:.75;font-family:Source Sans Pro,sans-serif;font-size:15px;font-weight:400}.form-group ::-moz-placeholder{color:#282828;opacity:.75;font-family:Source Sans Pro,sans-serif;font-size:15px;font-weight:400}.form-group :-ms-input-placeholder{color:#282828;opacity:.75;font-family:Source Sans Pro,sans-serif;font-size:15px;font-weight:400}.ic__logout{height:16;width:16px}.ic__logout__fill{fill:#282828}.ic__edit{height:16px;width:16px}.ic__edit__fill{fill:#282828}.ic__increase{height:16px;width:16px}.ic__increase__fill{fill:#282828}.ic__decrease{height:16px;width:16px}.ic__decrease__fill{fill:#282828}.ic__favourite__outline{content:url(ic_favourite_outline.feb2379999029943.svg)}.ic__favourite__fill{content:url(ic_favourite_fill.7e85aba3df050ed8.svg)}.ic__info{content:url(info_navy.dca5da47e5397805.svg)}.ic__info_outline{content:url(ic_info_outline.8b605944f3f3f678.svg)}.ic__check__circle{content:url(ic_check_circle.85f56757f538730c.svg)}.ic__offline__circle{content:url(ic_offline_circle.16c638742aa6d526.svg)}.ic__address{content:url(info-adress-navy.ad94c9b68bb12b29.svg)}.ic__email{content:url(info-email-navy.30d7046762b33853.svg)}.ic__website{content:url(info-website-navy.57c0fbcba88c560c.svg)}.ic__clock{content:url(ic_clock_black.1c44ef04dff73244.svg)}.ic__expand{content:url(expand-navy.3911e922b4a0807f.svg)}.ic__collapse{content:url(collapse-navy.27038c1f7c74252c.svg)}.ic__alert_verified{content:url(ic_alert-verified.a01ec4b2e213bed3.svg)}.ic__lock{content:url(lock-navy.474d3274daa725c0.svg)}.ic__exit{content:url(exit-navy.a469f7267a952874.svg)}.ic__alert{content:url(ic_alert.486a5a6dc1d73fca.svg)}.ic__balance_prepaid{content:url(ic__prepaid-balance.1aab5f8bb3a3a34b.svg)}.ic__balance_credit{content:url(ic__credit-balance.b13924777e49e9a5.svg)}.ic__profile_circle{content:url(ic_profile_circle.83a9dbf09d902e6a.svg)}.ic__mail{content:url(ic_mail.8f1641d91c7f8be2.svg)}.ic__filter{content:url(ic_filter.471d75a856dabe4b.svg)}.ic__loyalty{content:url(ic_loyalty.7a106ab2fa95e283.svg)}.ic__redeem{content:url(ic_redeem.f377b241f7adb905.svg)}.background-color--order{background-color:#f8f7f7}.header-order{background-color:#dfe1e6;min-height:180px;margin:0 0 20px;padding:40px 0;display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center;text-align:center;position:relative}.header-order__order-activation{background-color:#eaedf0;margin-bottom:20px;min-height:252px;height:100%;padding:0;display:block;position:relative}.header-order__order-activation--rive-container{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow-x:hidden}.header-order__order-activation--rive-container rive,.header-order__order-activation--rive-container .rive{height:100%;width:auto}.header-order__order-activation--rive{height:100%;width:auto}.header-order__order-activated--background{background-color:#9cffc4;width:100%;height:100%;transition:width 1s linear;min-height:252px;position:absolute;z-index:0;left:0;top:0}.header-order__order-activation--bottom-container{width:100%;background-color:#0c4b1c;padding:5px 0;z-index:1;display:flex;justify-content:center;align-items:center}.header-order__order-activation--bottom-container__guest{color:#fff;margin-left:5px}.order-activation--bottom-container__icon-filter{filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(141deg) brightness(102%) contrast(101%)}.header-order__order-activation--container{height:100%;min-height:252px;display:flex;flex-direction:column}.header-order__order-activation--time-remaining{font-weight:700;margin:0;color:#0c4b1c;font-size:90px;position:relative;z-index:1;-webkit-user-select:none;user-select:none;pointer-events:none}.header-order__order-activation--time-remaining.qr-visible{font-size:60px}.header-order__order-activation--content{display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1;flex:1;margin:30px 0}.order-card--order-status-grid-container{display:grid;grid-template-columns:auto auto}.order-card--order-status-grid-container>:nth-child(odd){justify-self:start;text-align:left}.order-card--order-status-grid-container>:nth-child(2n){justify-self:end;text-align:right}.order-card--order-status-value{font-size:25px}.order-card--order-status-title--expired{margin-bottom:10px}.header-order__content{display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1}.header-order__qr-frame{background-color:#fff;border-radius:8px;margin-bottom:30px;z-index:1;pointer-events:none}.header-order__qr-image{border-radius:8px;display:block;width:200px;height:200px;margin:0 auto;padding:22px}.header-order__header-intro{font-weight:700}.header-order__header-verification-number-large{font-size:100px;font-weight:800;padding:0;margin-top:-15px}.header-order__header-verification-number-small{font-weight:800}.header-order__description{padding-top:5px}.order-information{max-width:480px;margin:0 auto;padding:0 15px 60px}.order-card{border-radius:8px;margin:0 auto 20px;padding:15px}.order-card--transparent{padding-bottom:0;padding-top:0}.order-card--white{background-color:#fff}.order-card--barcode{margin-top:75px}.order-card__barcode-svg{margin:40px auto}.order-card__icon-container{margin-right:10px}.order-card__title{font-weight:700}.order-card__estimated-delivery-time{font-weight:300}.order-card--wait_charge_auth,.order-card--wait_shop_confirm,.order-card--wait_customer_confirm,.order-card--wait_charge_capture{background-color:#ede2ff}.order-card--wait_packaging{background-color:#e1f6ff}.order-card--wait_delivery_pickup,.order-card--order-activation-ready{background-color:#e9ffc3}.order-card--delivered,.order-card--order-activated{background-color:#9cffc4}.order-card--shop_rejected,.order-card--order-activation-expired{background-color:#ffbcbc}.order-card--partially_refunded{background-color:#fde58f}.order-card--refunded{background-color:#ffc98a}.order-card--qr-wait-scan{background-color:#9cffc4}.order-card--qr-scanned{background-color:#ffbcbc}.order-card__loader{border:3px solid #0a1b2b;border-top:3px solid rgba(0,0,0,0);border-radius:50%;width:20px;height:20px;min-width:20px;min-height:20px;animation:spin 1s linear infinite;float:left;margin-right:10px}.order__auto-service-charge{padding-top:15px}.order__auto-service-charge-name{font-weight:600;display:inline-block}.order__auto-service-charge-price{display:inline-block}.order__detail{padding-top:5px}.order__detail-place,.order__detail-time-title,.order__detail-address-title,.order__detail-license-plate-title,.order__detail-message-title{font-weight:600}.order__activated-item-options{padding-left:35px}.order__activated-item-options p,.order__activated-item-options .section li,.section .order__activated-item-options li{font-size:18px}.order__activated-item-options .order-combo-item{margin-bottom:8px}.order__activated-item-options .order-combo-item:last-child{margin-bottom:0}.order__activated-item-options .order-combo-items{font-size:18px}.order__activated-item-options .order-combo-item-option{font-size:.85em}.order__item{padding-top:15px}.order__item-name{font-weight:600}.order__item-options{margin:0}.order-combo-items{margin-top:2px;font-size:15px;letter-spacing:.25px}.order-combo-item-options{list-style:none;margin:0;padding:0}.order-combo-item-option{font-size:.85em;padding-left:8px}.order__item-status--rejected{font-weight:initial;color:#a01}.order__item-status--partially-refunded{font-weight:initial;color:#a03}.order__item-status--refunded{font-weight:initial;color:#a02}.order__item-price{padding-top:5px}.order__offer{padding-top:15px}.order__offer-name{font-weight:600}.order__offer-discount{color:#ff5630}.order__delivery-fee{padding-top:15px}.order__delivery-fee-title{font-weight:600}.order__price-total{font-weight:600;padding-top:15px}.order-details{border-top:1px solid #ecebec}.order-details__header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:center;padding:15px}.order-details__header-title{color:#0a1b2b80}.order-details__header-icon{height:15px;width:15px;opacity:.5}.order-details__body{margin-top:-15px;padding:15px}.order-details__body.receipt-container{display:flex;flex-direction:column;gap:16px}.order-info-link__card{background-color:#fff}.order-info-link__image{margin-right:10px;height:20px;width:20px}.order-info-link__info{margin-top:1px}.order-info-link__name{font-weight:700}.order-info-link__link-icon{height:15px;width:15px;margin-top:1px}.align-left{float:left}.align-right{float:right}.order-button{min-width:100%;width:100%;margin:0 auto 60px}.order-activation-button{min-width:100%;width:100%;margin:0}.order_activation--icon{filter:invert(56%) sepia(91%) saturate(1100%) hue-rotate(172deg) brightness(99%) contrast(87%);height:25px;width:25px;margin-right:5px}.order-activation-dialog .mat-mdc-dialog-container .mdc-dialog__surface{border-radius:15px!important;overflow:hidden}.order-activation-dialog--backdrop{background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.order-activation-dialog--container{padding:15px;border-radius:10px;width:100%;height:100%}.order-activation-dialog--title-container{text-align:left}.order-activation-dialog--description{margin-top:.5rem;font-size:18px;line-height:25px}.order-activation-dialog--content{max-height:80vh;margin:0 0 30px;padding:0;overflow-y:auto}.order-activation-dialog--footer__close-button,.order-activation-dialog--footer__confirm-button{width:100%;display:flex;justify-content:center;align-items:center;text-align:center!important;margin-bottom:0}.order-details-pej-links{color:#0a1b2b80}.order-details-pej-links a{color:#0a1b2b80;text-decoration:underline}.order-component .order__back-button{position:absolute;top:30px;left:15px;z-index:1002;cursor:pointer;height:44px;width:44px;background-color:#0000001a;border-radius:44px;display:flex;flex-direction:row;align-items:center;align-content:center;justify-content:center}.order-component .order__back-button .ic__back{height:20px;width:20px}.order-component .order__back-button .ic__back__fill{fill:#000}.order-component .admin-shop-moderator-container{background-color:#efeff1;padding:15px;border:1px dotted #0a1b2b;margin:5px 0}.order-component .admin-shop-moderator-container .row>:nth-last-child(2) .order-refund-table__row{border-bottom:1px solid black}.order-component .shop-admin-container{background-color:#0a1b2b26;padding-top:15px;padding-bottom:15px}.order-component .shop-admin-container h1,.order-component .shop-admin-container .order-activation-dialog--title-container h2,.order-activation-dialog--title-container .order-component .shop-admin-container h2{background-color:#0a1b2b;color:#fff;margin:-15px -15px 0;padding:15px}.order-component .shop-admin-container h2{margin:25px 0 0}.order-component .shop-admin-container .order-refund-table__row{border-bottom:1px dashed rgba(0,0,0,.25);min-height:100px;padding:10px 0}.order-component .shop-admin-container .order-refund-reason-select .mat-mdc-form-field-subscript-wrapper{display:none}.order-component .order__receipt h2{margin-bottom:25px}.order-component .order__receipt p,.order-component .order__receipt .section li,.section .order-component .order__receipt li{margin:0}.order-component .order__receipt__section{margin-bottom:25px}.order-component .order__receipt__section__item{padding-bottom:10px}.order-component .order__receipt__section__item:last-child{padding-bottom:0}.order-component .order__receipt__section__service-charge{margin-bottom:unset;display:inline-flex;max-width:200px}.order-component .order__receipt__section--items{border-top:1px dashed rgba(0,0,0,.25);border-bottom:1px dashed rgba(0,0,0,.25);margin-bottom:15px;padding-top:15px;padding-bottom:15px}.order-component .order__receipt__section--font-small p,.order-component .order__receipt__section--font-small .section li,.section .order-component .order__receipt__section--font-small li{font-size:12px}.order-component .order__receipt span.quantity{display:inline-block;min-width:20px}.order-component .order__receipt table{border-collapse:collapse;width:100%}.order-component .order__receipt table td,.order-component .order__receipt table th{font-size:12px;width:25%}.order-component .order__receipt table th{border-bottom:1px solid rgba(0,0,0,.25);text-align:left;padding-bottom:5px}.order-component .order__receipt table td{text-align:right;padding-top:5px}.select-option-danger .mdc-list-item__primary-text{color:#dc3545}.rtl{direction:rtl}.pej-button,.pej-button-small{display:inline-block;border:none;padding:0 16px;height:42px;line-height:42px;border-radius:50px;outline:none;text-align:right;overflow:hidden;white-space:nowrap;font-size:16px;cursor:pointer;transition:max-width .4s cubic-bezier(0,.4,.7,1)}.pej-button .caption,.pej-button-small .caption{opacity:1;transition:opacity .4s cubic-bezier(1,0,1,0)}.pej-button:active,.pej-button-small:active,.pej-button:hover,.pej-button-small:hover,.pej-button:focus,.pej-button-small:focus{outline:none;box-shadow:none}.pej-button-small{padding:4px 16px;border-radius:42px;height:28px;font-size:15px;line-height:20px}.pej-button-yellow{background-color:#ffdd57;color:#282828;fill:#282828}.pej-button-yellow:active,.pej-button-yellow:hover,.pej-button-yellow:focus{color:#282828;fill:#282828}.pej-button-yellow-no-hover{background-color:#ffdd57;color:#282828}.pej-button-yellow-no-hover:active,.pej-button-yellow-no-hover:hover,.pej-button-yellow-no-hover:focus{color:#282828}.pej-button-dark{background-color:#0a1b2b;color:#fff}.pej-button-dark:active,.pej-button-dark:hover,.pej-button-dark:focus{background-color:#0a1b2b;color:#fff}.pej-button-black{background-color:#282828;color:#fff}.pej-button-black:active,.pej-button-black:hover,.pej-button-black:focus{background-color:#000000bf;color:#fff}.pej-button-gray{background-color:#efeff1;color:#282828;fill:#282828}.pej-button-gray:active,.pej-button-gray:hover,.pej-button-gray:focus{background-color:#ffdd57;color:#282828}.pej-button-gray-no-hover{background-color:#efeff1;color:#282828;fill:#282828}.pej-button-gray-no-hover:active,.pej-button-gray-no-hover:hover,.pej-button-gray-no-hover:focus{color:#282828}.pej-button-gray-active{background-color:#282828;color:#fff;fill:#fff}.pej-button-gray-active:active,.pej-button-gray-active:focus{background-color:#0a1b2b;color:#fff}.pej-button-gray-active:hover{background-color:#ffdd57;color:#282828}.pej-button-gray-outline{font-size:15px;height:31px;line-height:30px;color:#282828;background-color:transparent;border:1px solid #ddd}.pej-button-gray-outline:active,.pej-button-gray-outline:hover,.pej-button-gray-outline:focus{background-color:#fbfafa}.pej-button-navy{background-color:#0a1b2b;color:#fff;fill:#fff}.pej-button-navy:active,.pej-button-navy:hover,.pej-button-navy:focus{color:#ffdd57;fill:#ffdd57}.pej-button-warning{background-color:#f36a6a;color:#282828;fill:#282828}.pej-button-warning:active,.pej-button-warning:hover,.pej-button-warning:focus{background-color:#0a1b2b;color:#fff}.pej-button.disabled,.disabled.pej-button-small{color:#0000;fill:#0000;overflow:hidden;transition:max-width .4s cubic-bezier(0,.7,.4,1)}.pej-button.disabled .caption,.disabled.pej-button-small .caption{opacity:0;transition:none}.pej-button.error,.error.pej-button-small,.pej-button.error:hover,.error.pej-button-small:hover{background-color:#bd0032}.pej-button-transparent{height:40px;background:none;color:#282828;font-size:12px;padding:8px 16px;border:none;cursor:pointer}.pej-button-transparent:active,.pej-button-transparent:hover,.pej-button-transparent:focus{background:#efeff180}.pej-button.spinning,.spinning.pej-button-small{transition:none}.favourite-button{display:flex;justify-content:center;align-items:center;height:42px;width:42px;border:none;background:transparent;cursor:pointer;border-radius:50%}.favourite-button:active,.favourite-button:hover,.favourite-button:focus{background:#efeff180;transition:all ease-in-out .1s}.favourite-button .favourite-button-icon{height:20px;width:20px;z-index:10}.favourite-button .favourite-button-icon.ic__favourite__fill{filter:invert(19%) sepia(54%) saturate(6722%) hue-rotate(352deg) brightness(94%) contrast(88%)}h1,.order-activation-dialog--title-container h2,h2,h3,h4,h5{color:#282828;margin:0;padding:0}h1,.order-activation-dialog--title-container h2{font-size:25px}h2{font-size:18px}.fsgm-voucher-card__title,.fsgm-voucher-card__body,.fsgm-voucher-selector__chip--active-count,.tag-filter-toggle-button.mat-button-toggle .mat-button-toggle-button .mat-button-toggle-label-content,.tag-filter-page--container .mat-button-toggle.tag-filter-list-item--select-button .mat-button-toggle-button .mat-button-toggle-label-content,.mat-mdc-list-option,.tip__item__input::placeholder,.tip__item__input:focus::placeholder,.tip__item__input[type=text],.tip__item .mdc-form-field .mdc-label,.header-shop__address,.mat-mdc-text-field-wrapper,.mat-mdc-radio-button,.order__activated-item-options,.order-combo-items,.pej-button-transparent{font-family:Source Sans Pro,sans-serif;font-weight:400}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow)}html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html,.mat-accent{--mat-option-selected-state-label-text-color: #0a1b2b;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-warn{--mat-option-selected-state-label-text-color: #f36a6a;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html,.mat-primary,.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #0a1b2b;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #0a1b2b;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #f36a6a;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #f36a6a;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar,.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #0a1b2b;--mat-progress-bar-track-color: rgba(10, 27, 43, .25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #f36a6a;--mat-progress-bar-track-color: rgba(243, 106, 106, .25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #0a1b2b 87%, transparent);--mat-form-field-filled-caret-color: #0a1b2b;--mat-form-field-filled-focus-active-indicator-color: #0a1b2b;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #0a1b2b 87%, transparent);--mat-form-field-outlined-caret-color: #0a1b2b;--mat-form-field-outlined-focus-outline-color: #0a1b2b;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #0a1b2b 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #f36a6a;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #f36a6a;--mat-form-field-filled-error-focus-label-text-color: #f36a6a;--mat-form-field-filled-error-label-text-color: #f36a6a;--mat-form-field-filled-error-caret-color: #f36a6a;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #f36a6a;--mat-form-field-filled-error-focus-active-indicator-color: #f36a6a;--mat-form-field-filled-error-hover-active-indicator-color: #f36a6a;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #f36a6a;--mat-form-field-outlined-error-focus-label-text-color: #f36a6a;--mat-form-field-outlined-error-label-text-color: #f36a6a;--mat-form-field-outlined-error-hover-label-text-color: #f36a6a;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #f36a6a;--mat-form-field-outlined-error-hover-outline-color: #f36a6a;--mat-form-field-outlined-error-outline-color: #f36a6a}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #0a1b2b 87%, transparent);--mat-form-field-filled-caret-color: #0a1b2b;--mat-form-field-filled-focus-active-indicator-color: #0a1b2b;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #0a1b2b 87%, transparent);--mat-form-field-outlined-caret-color: #0a1b2b;--mat-form-field-outlined-focus-outline-color: #0a1b2b;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #0a1b2b 87%, transparent)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f36a6a 87%, transparent);--mat-form-field-filled-caret-color: #f36a6a;--mat-form-field-filled-focus-active-indicator-color: #f36a6a;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f36a6a 87%, transparent);--mat-form-field-outlined-caret-color: #f36a6a;--mat-form-field-outlined-focus-outline-color: #f36a6a;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f36a6a 87%, transparent)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html,.mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #0a1b2b;--mat-select-invalid-arrow-color: #f36a6a}.mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #f36a6a;--mat-select-invalid-arrow-color: #f36a6a}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54)}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #0a1b2b;--mat-chip-elevated-disabled-container-color: #0a1b2b;--mat-chip-elevated-selected-container-color: #0a1b2b;--mat-chip-flat-disabled-selected-container-color: #0a1b2b;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: #0a1b2b;--mat-chip-elevated-container-color: #0a1b2b;--mat-chip-elevated-disabled-container-color: #0a1b2b;--mat-chip-elevated-selected-container-color: #0a1b2b;--mat-chip-flat-disabled-selected-container-color: #0a1b2b;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: #0a1b2b;--mat-chip-selected-disabled-trailing-icon-color: #0a1b2b;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #0a1b2b;--mat-chip-selected-trailing-icon-color: #0a1b2b;--mat-chip-with-icon-disabled-icon-color: #0a1b2b;--mat-chip-with-icon-icon-color: #0a1b2b;--mat-chip-with-icon-selected-icon-color: #0a1b2b;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #0a1b2b;--mat-chip-with-trailing-icon-trailing-icon-color: #0a1b2b}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #f36a6a;--mat-chip-elevated-disabled-container-color: #f36a6a;--mat-chip-elevated-selected-container-color: #f36a6a;--mat-chip-flat-disabled-selected-container-color: #f36a6a;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}html{--mat-slide-toggle-disabled-handle-opacity: .38;--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .12;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #0a1b2b;--mat-slide-toggle-selected-handle-color: #0a1b2b;--mat-slide-toggle-selected-hover-state-layer-color: #0a1b2b;--mat-slide-toggle-selected-pressed-state-layer-color: #0a1b2b;--mat-slide-toggle-selected-focus-handle-color: #0a1b2b;--mat-slide-toggle-selected-hover-handle-color: #0a1b2b;--mat-slide-toggle-selected-pressed-handle-color: #0a1b2b;--mat-slide-toggle-selected-focus-track-color: #0a1b2b;--mat-slide-toggle-selected-hover-track-color: #0a1b2b;--mat-slide-toggle-selected-pressed-track-color: #0a1b2b;--mat-slide-toggle-selected-track-color: #0a1b2b;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12)}.mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: #0a1b2b;--mat-slide-toggle-disabled-selected-icon-color: #0a1b2b;--mat-slide-toggle-selected-focus-state-layer-color: #0a1b2b;--mat-slide-toggle-selected-handle-color: #0a1b2b;--mat-slide-toggle-selected-hover-state-layer-color: #0a1b2b;--mat-slide-toggle-selected-pressed-state-layer-color: #0a1b2b;--mat-slide-toggle-selected-focus-handle-color: #0a1b2b;--mat-slide-toggle-selected-hover-handle-color: #0a1b2b;--mat-slide-toggle-selected-pressed-handle-color: #0a1b2b;--mat-slide-toggle-selected-focus-track-color: #0a1b2b;--mat-slide-toggle-selected-hover-track-color: #0a1b2b;--mat-slide-toggle-selected-pressed-track-color: #0a1b2b;--mat-slide-toggle-selected-track-color: #0a1b2b}.mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #f36a6a;--mat-slide-toggle-selected-handle-color: #f36a6a;--mat-slide-toggle-selected-hover-state-layer-color: #f36a6a;--mat-slide-toggle-selected-pressed-state-layer-color: #f36a6a;--mat-slide-toggle-selected-focus-handle-color: #f36a6a;--mat-slide-toggle-selected-hover-handle-color: #f36a6a;--mat-slide-toggle-selected-pressed-handle-color: #f36a6a;--mat-slide-toggle-selected-focus-track-color: #f36a6a;--mat-slide-toggle-selected-hover-track-color: #f36a6a;--mat-slide-toggle-selected-pressed-track-color: #f36a6a;--mat-slide-toggle-selected-track-color: #f36a6a}html{--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-touch-target-display: block}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-size: 48px}.mat-mdc-radio-button.mat-primary,.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #0a1b2b;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #0a1b2b;--mat-radio-selected-hover-icon-color: #0a1b2b;--mat-radio-selected-icon-color: #0a1b2b;--mat-radio-selected-pressed-icon-color: #0a1b2b;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #f36a6a;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #f36a6a;--mat-radio-selected-hover-icon-color: #f36a6a;--mat-radio-selected-icon-color: #f36a6a;--mat-radio-selected-pressed-icon-color: #f36a6a;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6;--mat-slider-value-indicator-transform-origin: bottom}html{--mat-slider-active-track-color: #0a1b2b;--mat-slider-focus-handle-color: #0a1b2b;--mat-slider-handle-color: #0a1b2b;--mat-slider-hover-handle-color: #0a1b2b;--mat-slider-focus-state-layer-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #0a1b2b 4%, transparent);--mat-slider-inactive-track-color: #0a1b2b;--mat-slider-ripple-color: #0a1b2b;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #0a1b2b;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87)}.mat-accent{--mat-slider-active-track-color: #0a1b2b;--mat-slider-focus-handle-color: #0a1b2b;--mat-slider-handle-color: #0a1b2b;--mat-slider-hover-handle-color: #0a1b2b;--mat-slider-focus-state-layer-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #0a1b2b 4%, transparent);--mat-slider-inactive-track-color: #0a1b2b;--mat-slider-ripple-color: #0a1b2b;--mat-slider-with-tick-marks-active-container-color: #0a1b2b;--mat-slider-with-tick-marks-inactive-container-color: #0a1b2b}.mat-warn{--mat-slider-active-track-color: #f36a6a;--mat-slider-focus-handle-color: #f36a6a;--mat-slider-handle-color: #f36a6a;--mat-slider-hover-handle-color: #f36a6a;--mat-slider-focus-state-layer-color: color-mix(in srgb, #f36a6a 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #f36a6a 4%, transparent);--mat-slider-inactive-track-color: #f36a6a;--mat-slider-ripple-color: #f36a6a;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #f36a6a}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end,.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #0a1b2b;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #0a1b2b;--mat-radio-selected-hover-icon-color: #0a1b2b;--mat-radio-selected-icon-color: #0a1b2b;--mat-radio-selected-pressed-icon-color: #0a1b2b;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #f36a6a;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #f36a6a;--mat-radio-selected-hover-icon-color: #f36a6a;--mat-radio-selected-icon-color: #f36a6a;--mat-radio-selected-pressed-icon-color: #f36a6a;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #0a1b2b;--mat-checkbox-selected-hover-icon-color: #0a1b2b;--mat-checkbox-selected-icon-color: #0a1b2b;--mat-checkbox-selected-pressed-icon-color: #0a1b2b;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #0a1b2b;--mat-checkbox-selected-hover-state-layer-color: #0a1b2b;--mat-checkbox-selected-pressed-state-layer-color: #0a1b2b;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #0a1b2b;--mat-checkbox-selected-focus-icon-color: #0a1b2b;--mat-checkbox-selected-hover-icon-color: #0a1b2b;--mat-checkbox-selected-icon-color: #0a1b2b;--mat-checkbox-selected-pressed-icon-color: #0a1b2b;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #0a1b2b;--mat-checkbox-selected-hover-state-layer-color: #0a1b2b;--mat-checkbox-selected-pressed-state-layer-color: #0a1b2b;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f36a6a;--mat-checkbox-selected-hover-icon-color: #f36a6a;--mat-checkbox-selected-icon-color: #f36a6a;--mat-checkbox-selected-pressed-icon-color: #f36a6a;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #f36a6a;--mat-checkbox-selected-hover-state-layer-color: #f36a6a;--mat-checkbox-selected-pressed-state-layer-color: #f36a6a;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#0a1b2b}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar,.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #0a1b2b;--mat-tab-active-ripple-color: #0a1b2b;--mat-tab-inactive-ripple-color: #0a1b2b;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #0a1b2b;--mat-tab-active-hover-label-text-color: #0a1b2b;--mat-tab-active-focus-indicator-color: #0a1b2b;--mat-tab-active-hover-indicator-color: #0a1b2b;--mat-tab-active-indicator-color: #0a1b2b}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #f36a6a;--mat-tab-active-ripple-color: #f36a6a;--mat-tab-inactive-ripple-color: #f36a6a;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #f36a6a;--mat-tab-active-hover-label-text-color: #f36a6a;--mat-tab-active-focus-indicator-color: #f36a6a;--mat-tab-active-hover-indicator-color: #f36a6a;--mat-tab-active-indicator-color: #f36a6a}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #0a1b2b;--mat-tab-foreground-color: white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #0a1b2b;--mat-tab-foreground-color: #0a1b2b}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #f36a6a;--mat-tab-foreground-color: white}.mat-mdc-tab-header{--mat-tab-container-height: 48px}html{--mat-checkbox-disabled-selected-checkmark-color: white;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #0a1b2b;--mat-checkbox-selected-focus-icon-color: #0a1b2b;--mat-checkbox-selected-hover-icon-color: #0a1b2b;--mat-checkbox-selected-icon-color: #0a1b2b;--mat-checkbox-selected-pressed-icon-color: #0a1b2b;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #0a1b2b;--mat-checkbox-selected-hover-state-layer-color: #0a1b2b;--mat-checkbox-selected-pressed-state-layer-color: #0a1b2b;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #0a1b2b;--mat-checkbox-selected-hover-icon-color: #0a1b2b;--mat-checkbox-selected-icon-color: #0a1b2b;--mat-checkbox-selected-pressed-icon-color: #0a1b2b;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #0a1b2b;--mat-checkbox-selected-hover-state-layer-color: #0a1b2b;--mat-checkbox-selected-pressed-state-layer-color: #0a1b2b;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f36a6a;--mat-checkbox-selected-hover-icon-color: #f36a6a;--mat-checkbox-selected-icon-color: #f36a6a;--mat-checkbox-selected-pressed-icon-color: #f36a6a;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #f36a6a;--mat-checkbox-selected-hover-state-layer-color: #f36a6a;--mat-checkbox-selected-pressed-state-layer-color: #f36a6a;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #0a1b2b;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #0a1b2b;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-button-outlined-state-layer-color: #0a1b2b;--mat-button-protected-container-color: #0a1b2b;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #0a1b2b;--mat-button-text-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-button-text-state-layer-color: #0a1b2b;--mat-button-tonal-container-color: #0a1b2b;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #0a1b2b;--mat-button-filled-label-text-color: #0a1b2b;--mat-button-filled-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-button-filled-state-layer-color: #0a1b2b;--mat-button-outlined-label-text-color: #0a1b2b;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-button-outlined-state-layer-color: #0a1b2b;--mat-button-protected-container-color: #0a1b2b;--mat-button-protected-label-text-color: #0a1b2b;--mat-button-protected-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-button-protected-state-layer-color: #0a1b2b;--mat-button-text-label-text-color: #0a1b2b;--mat-button-text-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-button-text-state-layer-color: #0a1b2b;--mat-button-tonal-container-color: #0a1b2b;--mat-button-tonal-label-text-color: #0a1b2b;--mat-button-tonal-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-button-tonal-state-layer-color: #0a1b2b}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #f36a6a;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #f36a6a;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #f36a6a 12%, transparent);--mat-button-outlined-state-layer-color: #f36a6a;--mat-button-protected-container-color: #f36a6a;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #f36a6a;--mat-button-text-ripple-color: color-mix(in srgb, #f36a6a 12%, transparent);--mat-button-text-state-layer-color: #f36a6a;--mat-button-tonal-container-color: #f36a6a;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%;--mat-icon-button-touch-target-size: 48px}html{--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-icon-button.mat-primary,.mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #0a1b2b;--mat-icon-button-state-layer-color: #0a1b2b;--mat-icon-button-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent)}.mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #f36a6a;--mat-icon-button-state-layer-color: #f36a6a;--mat-icon-button-ripple-color: color-mix(in srgb, #f36a6a 12%, transparent)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-container-shape: 50%;--mat-fab-touch-target-size: 48px;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-container-shape: 50%;--mat-fab-small-touch-target-size: 48px;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #0a1b2b;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-fab-small-container-color: #0a1b2b;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #0a1b2b;--mat-fab-foreground-color: #0a1b2b;--mat-fab-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-fab-small-container-color: #0a1b2b;--mat-fab-small-foreground-color: #0a1b2b;--mat-fab-small-ripple-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-fab-small-state-layer-color: #0a1b2b;--mat-fab-state-layer-color: #0a1b2b}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #f36a6a;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #f36a6a 12%, transparent);--mat-fab-small-container-color: #f36a6a;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #0a1b2b}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html,.mat-accent{--mat-progress-spinner-active-indicator-color: #0a1b2b}.mat-warn{--mat-progress-spinner-active-indicator-color: #f36a6a}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #0a1b2b;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-badge-accent{--mat-badge-background-color: #0a1b2b;--mat-badge-text-color: #0a1b2b}.mat-badge-warn{--mat-badge-background-color: #f36a6a;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87)}html{--mat-button-toggle-height: 48px}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #0a1b2b 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #0a1b2b 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #0a1b2b;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #0a1b2b 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #0a1b2b 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #0a1b2b;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent,.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #0a1b2b 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #0a1b2b 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #0a1b2b;--mat-datepicker-calendar-date-selected-state-background-color: #0a1b2b;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #0a1b2b 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #0a1b2b;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #0a1b2b 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #0a1b2b 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #0a1b2b;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-warn,.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f36a6a 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #0a1b2b 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f36a6a;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f36a6a 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f36a6a 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f36a6a 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #f36a6a;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-icon-color: inherit}.mat-icon.mat-primary,.mat-icon.mat-accent{--mat-icon-color: #0a1b2b}.mat-icon.mat-warn{--mat-icon-color: #f36a6a}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-focus-state-layer-shape: 0;--mat-stepper-header-hover-state-layer-shape: 0}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #0a1b2b;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #0a1b2b;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #0a1b2b;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #f36a6a;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #f36a6a;--mat-stepper-header-error-state-icon-background-color: transparent}.mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #0a1b2b;--mat-stepper-header-selected-state-icon-background-color: #0a1b2b;--mat-stepper-header-selected-state-icon-foreground-color: #0a1b2b;--mat-stepper-header-done-state-icon-background-color: #0a1b2b;--mat-stepper-header-done-state-icon-foreground-color: #0a1b2b;--mat-stepper-header-edit-state-icon-background-color: #0a1b2b;--mat-stepper-header-edit-state-icon-foreground-color: #0a1b2b}.mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f36a6a;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f36a6a;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f36a6a;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: rgba(0, 0, 0, .87)}html{--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #0a1b2b;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #0a1b2b;--mat-toolbar-container-text-color: #0a1b2b}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f36a6a;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-timepicker-container-background-color: white}.mat-mdc-text-field-wrapper{padding-bottom:1em}.mdc-checkbox__checkmark{color:#fff!important}.tags-container{cursor:pointer}.tags-container--expanded{cursor:default}.tags-container,.tags-container--expanded{background-color:transparent;border:none;padding:0;width:100%;max-width:100%;margin-top:8px;margin-bottom:4px}@media(min-width:576px){.tags-container,.tags-container--expanded{max-width:108px}}@media(min-width:768px){.tags-container,.tags-container--expanded{max-width:153px}}@media(min-width:992px){.tags-container,.tags-container--expanded{max-width:213px}}.tags-container ul,.tags-container .tags-expanded,.tags-container--expanded ul,.tags-container--expanded .tags-expanded{width:100%;max-width:100%;overflow:hidden;display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}.tags-container.item-in-list-tags,.tags-container--expanded.item-in-list-tags{width:100%;max-width:100%;flex:1;min-width:0}.tags-container.combo-option-tags,.tags-container--expanded.combo-option-tags{width:100%;max-width:100%;margin-top:6px;margin-bottom:0}.tags-container .tag,.tags-container--expanded .tag{display:inline-block;font-family:Source Sans Pro,sans-serif;font-weight:600;color:#0f1b2a;font-size:12px;background-color:#fff;padding:6px;border:1px solid #eaeaea;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.tags-container .tag.truncate,.tags-container--expanded .tag.truncate{max-width:calc(100% - 33px)}.tags-container .tag.ellipsis,.tags-container--expanded .tag.ellipsis{overflow:visible;text-overflow:unset;max-width:25px}.item__kcal{color:#777}.item__kcal span{margin-left:4px;margin-right:4px}.item-home__back-button{display:flex;padding-top:15px}@media(max-width:767.98px){.item-home__back-button{position:absolute}}.item-home__container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding-top:10px}@media(max-width:767.98px){.item-home__container{flex-direction:column;padding-top:0}}.item-home__container{padding-bottom:100px}.item-home__image-container{margin-right:30px;min-width:300px;width:300px}@media(max-width:767.98px){.item-home__image-container{margin-left:-15px;margin-right:-15px;min-width:calc(100% + 30px);width:calc(100% + 30px)}}@media(max-height:600px)and (max-width:375px){.item-home__image-container{margin:55px auto 0;min-width:180px;width:180px}}.item-home__image-frame{position:relative;width:100%}.item-home__image-frame:after{content:"";display:block;padding-bottom:100%}.item-home__image{position:absolute;height:100%;width:100%}.item-home__info-container{width:100%}@media(max-width:767.98px){.item-home__info-container{padding-top:15px}}@media(max-width:767.98px){.item-home__info-container--padding-top-sm{padding-top:75px}}.item-home__item-header{border-bottom:1px solid #ecebec;margin-bottom:15px;padding-bottom:15px}@media(max-height:600px)and (max-width:375px){.item-home__item-header--text-center .item-home__item-header-name,.item-home__item-header--text-center .item-home__item-header-price,.item-home__item-header--text-center .item-home__item-header-description{text-align:center}}.item-home__item-header-price{font-size:18px}.item-home__item-header-tags{margin-top:15px;max-width:100%}.item-home__item-header-kcal{font-size:18px}.item-home__item-header-description{padding-top:15px}.item-home__cart-items{border-bottom:1px solid #ecebec;margin-bottom:15px;padding-bottom:15px}.item-home__cart-item-name{font-weight:600;margin-top:15px}.item-home__cart-item-price{margin-top:5px}.item-home__cart-item-edit-container{padding-top:10px}.item-home__cart-item-icon-container{background-color:#fff;border-radius:16px;height:32px;width:32px;margin-right:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;align-content:center}.item-home__cart-item-icon{height:15px;width:15px}.item_home__menu-option-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-content:center}.item_home__menu-option-name{font-weight:600;padding-top:3px;padding-bottom:3px}.item_home__menu-option-extra-price{background-color:#ffdd57;border-radius:4px;display:inherit;padding:3px 8px}.item-home__item-menu-options{font-family:Source Sans Pro,sans-serif}.item-home__item-menu-options .menu-option-container{border-bottom:1px solid #ecebec;margin-bottom:15px;padding:15px}.item-home__item-menu-options .menu-option-container .name{font-weight:600}.item-home__item-menu-options .menu-option-container .description{color:#848d95}.item-home__item-menu-options .menu-option-container .grid{margin-top:10px;display:grid;grid-template-columns:-webkit-min-content auto;grid-template-columns:min-content auto}.item-home__item-menu-options .menu-option-container .grid.disabled{cursor:not-allowed}.item-home__item-menu-options .menu-option-container .grid.disabled .label p,.item-home__item-menu-options .menu-option-container .grid.disabled .label .section li,.section .item-home__item-menu-options .menu-option-container .grid.disabled .label li,.item-home__item-menu-options .menu-option-container .grid.disabled .description{cursor:not-allowed;opacity:.38}.item-home__item-menu-options .menu-option-container .grid .mat-mdc-radio-button{margin:0;align-self:center}.item-home__item-menu-options .menu-option-container .grid .mat-mdc-radio-button .mdc-radio{padding:0}.item-home__item-menu-options .menu-option-container .grid .menu-option-quantity,.item-home__item-menu-options .menu-option-container .grid .menu-option-checkbox,.item-home__item-menu-options .menu-option-container .grid .menu-option-radio{margin:0}.item-home__item-menu-options .menu-option-container .grid .label{cursor:pointer;align-self:center;display:flex;justify-content:space-between;align-items:center}.item-home__item-menu-options .menu-option-container .grid .label p,.item-home__item-menu-options .menu-option-container .grid .label .section li,.section .item-home__item-menu-options .menu-option-container .grid .label li{flex-grow:1}.item-home__item-menu-options .menu-option-container .grid .label .quantity-remove{text-align:right;display:block;height:15px;width:15px;margin-left:15px}.item-home__item-menu-options .menu-option-container span.menu-option-sold-out{font-size:12px;color:#ff5630}.item-home__item-menu-options .menu-option-container p.name:first-letter,.item-home__item-menu-options .menu-option-container .section li.name:first-letter,.section .item-home__item-menu-options .menu-option-container li.name:first-letter{text-transform:uppercase}.item-home__item-menu-options .menu-option-container .menu-option-checkbox,.item-home__item-menu-options .menu-option-container .menu-option-radio{display:block;margin:10px 0}.item-home__item-menu-options .menu-option-container .menu-option-checkbox:last-child,.item-home__item-menu-options .menu-option-container .menu-option-radio:last-child{margin:10px 0 0}.item-home__item-menu-options .menu-option-container .menu-option-radio.mat-mdc-radio-disabled .mat-label{cursor:not-allowed}.item-home__item-menu-options .menu-option-container .menu-option-radio.mat-mdc-radio-disabled .mdc-radio,.item-home__item-menu-options .menu-option-container .menu-option-radio.mat-mdc-radio-disabled .mat-radio-label-content p,.item-home__item-menu-options .menu-option-container .menu-option-radio.mat-mdc-radio-disabled .mat-radio-label-content .section li,.section .item-home__item-menu-options .menu-option-container .menu-option-radio.mat-mdc-radio-disabled .mat-radio-label-content li{opacity:.38}.item-home__item-menu-options .menu-option-container .menu-option-radio span.menu-option-sold-out{font-size:12px;color:#ff5630}.item-home__item-menu-options .menu-option-container .menu-option-checkbox.mat-mdc-checkbox-disabled,.item-home__item-menu-options .menu-option-container .menu-option-quantity.mat-mdc-checkbox-disabled{cursor:not-allowed}.item-home__item-menu-options .menu-option-container .menu-option-checkbox.mat-mdc-checkbox-disabled .mat-checkbox-label-content p,.item-home__item-menu-options .menu-option-container .menu-option-checkbox.mat-mdc-checkbox-disabled .mat-checkbox-label-content .section li,.section .item-home__item-menu-options .menu-option-container .menu-option-checkbox.mat-mdc-checkbox-disabled .mat-checkbox-label-content li,.item-home__item-menu-options .menu-option-container .menu-option-checkbox.mat-mdc-checkbox-disabled .quantity-checkbox,.item-home__item-menu-options .menu-option-container .menu-option-quantity.mat-mdc-checkbox-disabled .mat-checkbox-label-content p,.item-home__item-menu-options .menu-option-container .menu-option-quantity.mat-mdc-checkbox-disabled .mat-checkbox-label-content .section li,.section .item-home__item-menu-options .menu-option-container .menu-option-quantity.mat-mdc-checkbox-disabled .mat-checkbox-label-content li,.item-home__item-menu-options .menu-option-container .menu-option-quantity.mat-mdc-checkbox-disabled .quantity-checkbox,.item-home__item-menu-options .menu-option-container .menu-option-checkbox .quantity-add-disabled .quantity-checkbox,.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add-disabled .quantity-checkbox{opacity:.38}.item-home__item-menu-options .menu-option-container .menu-option-checkbox span.menu-option-sold-out,.item-home__item-menu-options .menu-option-container .menu-option-quantity span.menu-option-sold-out{font-size:12px;color:#ff5630}.item-home__item-menu-options .menu-option-container .mdc-form-field{align-items:center;width:100%}.item-home__item-menu-options .menu-option-container .mdc-label{white-space:normal!important;line-height:inherit;width:100%}.item-home__item-menu-options .menu-option-container .mdc-radio{min-height:24px;min-width:24px;height:24px;width:24px;padding:0;margin:0 6px 0 0}.item-home__item-menu-options .menu-option-container .mdc-checkbox{min-height:24px;min-width:24px;height:24px;width:24px;padding:0;margin:0 10px 0 0}.item-home__item-menu-options .menu-option-container .mdc-checkbox__background,.item-home__item-menu-options .menu-option-container .mdc-radio__background{min-height:24px;min-width:24px;height:24px;width:24px}.item-home__item-menu-options .menu-option-container .mdc-radio__outer-circle{border:2px solid #0a1b2b!important}.item-home__item-menu-options .menu-option-container .mat-mdc-radio-button.mat-accent.mat-mdc-radio-checked .mdc-radio__outer-circle{border:2px solid #0a1b2b}.item-home__item-menu-options .menu-option-container .mat-mdc-radio-checked .mdc-radio__inner-circle{transform:scale(.6)!important;border-width:12px;left:0;top:0}.item-home__item-menu-options .menu-option-container .mdc-checkbox__background{border-color:unset!important;position:initial;border-radius:4px}.item-home__item-menu-options .menu-option-container .mdc-checkbox__checkmark{border:2px solid #0a1b2b;border-radius:4px}.item-home__item-menu-options .menu-option-container .mat-checkbox-checked.mat-accent .mat-checkbox-background{border-radius:4px;border:2px solid #0a1b2b}.item-home__item-menu-options .menu-option-container .menu-option-quantity{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:10px 0}.item-home__item-menu-options .menu-option-container .menu-option-quantity:last-child{margin:10px 0 0}.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;cursor:pointer;max-width:calc(100% - 30px)}.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add .quantity-checkbox{border:2px solid #0a1b2b;border-radius:4px;min-height:24px;min-width:24px;height:24px;width:24px;text-align:center;margin:0 10px 0 0}.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add .quantity-checkbox-checked{background-color:#0a1b2b}.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add .quantity-checkbox-checked p,.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add .quantity-checkbox-checked .section li,.section .item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add .quantity-checkbox-checked li{color:#fff}.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add .quantity-checkbox-max{border:2px solid rgba(10,27,43,.4)}.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add-disabled{cursor:not-allowed}.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add-disabled p,.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add-disabled .section li,.section .item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-add-disabled li{color:#28282866}.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-remove{text-align:right;display:block;height:15px;width:15px;margin-left:15px}.item-home__item-menu-options .menu-option-container .menu-option-quantity .quantity-remove .quantity-remove-icon{min-height:15px;min-width:15px;height:15px;width:15px}.item-home__item-menu-options .menu-option-container .quantity{color:#039f00}.item-home__item-menu-options .menu-option-container .quantity-error{color:red}.item-home__item-menu-options .menu-option-container p.menu-option-description,.item-home__item-menu-options .menu-option-container .section li.menu-option-description,.section .item-home__item-menu-options .menu-option-container li.menu-option-description{color:#8b8b8b}.item-home__item-menu-options .menu-option-container p.menu-option-description:first-letter,.item-home__item-menu-options .menu-option-container .section li.menu-option-description:first-letter,.section .item-home__item-menu-options .menu-option-container li.menu-option-description:first-letter{text-transform:uppercase}.combo-meal-columns{display:flex;flex-direction:row;gap:1rem;overflow-x:auto;justify-content:safe start}@media(max-width:767.98px){.combo-meal-columns{flex-direction:column;gap:0;align-items:center}}.combo-meal-column{flex:1 1 0;min-width:200px;width:100%}@media(min-width:768px){.combo-meal-column{max-width:300px}}.combo-meal-column__header--placeholder{visibility:hidden}.combo-meal-full-width{width:100%}.combo-meal-preview-row{display:flex;align-items:center;margin-bottom:1.5rem;justify-content:start;gap:1rem}.combo-meal-preview-image{flex:1;position:relative;max-width:300px;background:none;border:none;padding:0;font:inherit;text-align:left}.combo-meal-preview-image:after{content:"";display:block;padding-bottom:100%}.combo-meal-preview-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:auto;border-radius:6px;object-fit:cover;aspect-ratio:1/1}@media(min-width:768px){.combo-meal-preview-image{pointer-events:none}}@media(max-width:991.98px){.combo-meal-preview-image{cursor:pointer;border-radius:6px;border:1px solid transparent;transition:border-color .15s ease}.combo-meal-preview-image.combo-meal-preview-image--active{border-color:#282828}.combo-meal-preview-image:focus-visible{outline:1px solid #282828;outline-offset:2px}}@media(max-width:991.98px){.combo-meal-column:not(.is-selected),.combo-meal-full-width:not(.is-selected){display:none}}.combo-item-choice{display:flex;align-items:center;gap:10px;padding:10px;border-radius:6px;border:1.5px solid #ecebec;margin-top:8px;cursor:pointer}.combo-item-choice--selected{border-color:#0a1b2b}.combo-item-choice--disabled{opacity:.38;cursor:not-allowed}.combo-item-choice__thumb{width:40px;height:40px;flex-shrink:0;border-radius:4px;overflow:hidden;margin-right:10px}.combo-item-choice__thumb img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}.combo-item-choice__name{flex:1;font-weight:500}.combo-item-choice__max-quantity{font-size:15px;color:#777;font-weight:400}.combo-item-choice__price{font-size:13px;background:#ffdd57;padding:2px 6px;border-radius:4px;align-self:flex-start}.combo-item-choice__price--quantity{align-self:auto;margin-top:6px;margin-bottom:2px;display:inline-block}.combo-item-choice__price--error{background:#bd0032;color:#fff}.combo-nested-qc-group-label{font-weight:600;margin:12px 0 6px 10px;font-size:15px}.combo-nested-qc-group--container{margin:12px -10px -10px;border-top:1px solid #ecebec}.combo-nested-qc-toggle-group{display:flex;flex-wrap:wrap;border:none;background:transparent;width:100%}.combo-nested-qc-toggle.mat-button-toggle{background:#fff;height:52px;border-right:1px solid #ecebec;display:flex;align-items:center;justify-content:center;flex:1}.combo-nested-qc-toggle.mat-button-toggle:last-child{border-right:none}.combo-nested-qc-toggle.mat-button-toggle .mat-button-toggle-label-content{display:flex;flex-direction:column;align-items:center;line-height:1.3;padding:8px 12px;gap:2px}.combo-nested-qc-toggle.mat-button-toggle-checked{background:#f8f7f7}.combo-nested-qc-toggle.mat-button-toggle-disabled{opacity:.38}.combo-nested-qc-toggle .mat-button-toggle-focus-overlay{display:none}.combo-nested-qc-toggle__name{font-weight:600;font-size:13px}.combo-nested-qc-toggle__kcal{font-size:11px;color:#777}.combo-nested-qc-toggle__price{font-size:13px;font-weight:600}.combo-option-description{margin:2px 0 0;font-size:12px;line-height:1.3;color:#777;text-align:left;white-space:normal}.combo-modifier-toggle-group{display:flex;flex-direction:column;gap:8px;border:none;background:transparent;width:100%}.combo-modifier-toggle-group .mat-button-toggle+.mat-button-toggle{border-left:none}.combo-modifier-toggle.mat-button-toggle{border-radius:6px!important;border:1px solid #ecebec!important;background:transparent;height:auto;width:100%}.combo-modifier-toggle.mat-button-toggle .mat-button-toggle-label-content{display:flex;flex-direction:row;width:100%;line-height:1.2;padding:0;justify-content:space-between;align-items:center;min-height:40px;white-space:normal}.combo-modifier-toggle.mat-button-toggle-checked{border-color:#282828!important;background:#f8f7f7}.combo-modifier-toggle.mat-button-toggle-disabled{opacity:.38}.combo-modifier-toggle .mat-button-toggle-button{display:flex;align-items:center;gap:10px;padding:10px;width:100%;text-align:left;height:100%}.combo-modifier-toggle .mat-button-toggle-focus-overlay{display:none}.combo-modifier-toggle__content{display:flex;flex-direction:row;flex:1;min-width:0}.combo-modifier-toggle__text{display:flex;flex-direction:column;justify-content:center;align-items:start;flex:1;min-width:0}.combo-modifier-toggle__kcal{margin:0;font-size:12px}.combo-modifier-toggle-group--remove .combo-modifier-toggle.mat-button-toggle-checked{border-color:#bd0032!important;background:#bd00320f}.combo-modifier-toggle-group--remove .combo-modifier-toggle.mat-button-toggle-checked .combo-modifier-toggle__name{color:#bd0032}.combo-quantify-item{border-radius:6px;border:1px solid #ecebec;padding:10px}.combo-quantify-item--selected{border-color:#282828;background:#f8f7f7}.combo-quantify-item--disabled{opacity:.38;cursor:not-allowed}.combo-quantify-item--clickable{cursor:pointer}.combo-quantify-item[role=button]:focus-visible{outline:1px solid #282828;outline-offset:2px;border-radius:6px}.combo-quantify-item__content{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:40px}.combo-quantify-item__stepper{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:12px}.combo-quantify-item__btn{border:none;width:28px;height:28px;border-radius:4px;background:#fff;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.combo-quantify-item__btn:disabled{opacity:.38;cursor:not-allowed}.combo-quantify-item__qty{min-width:20px;text-align:center;font-weight:600}.combo-quantify-item__text{display:flex;flex-direction:column;justify-content:center;align-items:start;flex:1;min-width:0}.combo-quantify-item__kcal{margin:0;font-size:12px;color:#777}.combo-radio-card{border-radius:6px;border:1px solid #ecebec;padding:10px}.combo-radio-card--selected{border-color:#282828;background:#f8f7f7;overflow:hidden}.combo-radio-card--disabled{opacity:.38}.combo-radio-card--clickable{cursor:pointer}.combo-radio-card:focus-visible{outline:1px solid #282828;outline-offset:2px;border-radius:6px}.combo-radio-card__content{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:40px}.combo-radio-card__text{display:flex;flex-direction:column;justify-content:center;align-items:start;flex:1;min-width:0}.combo-radio-card__kcal{margin:0;font-size:12px;color:#777}.item-in-grid{cursor:pointer;width:100%;height:100%;position:relative}.item-in-grid__image-container{position:relative;width:100%}.item-in-grid__image-container:after{content:"";display:block;padding-bottom:100%}.item-in-grid__image{position:absolute;z-index:100;width:100%;height:100%}.item-in-grid__info{min-height:90px;padding:10px 0 0}.item-in-grid__item-title{font-weight:600;margin-bottom:5px}.item-in-grid__item-sold-out{font-size:12px;color:#ff5630}.item-in-grid__quantity,.item-in-grid__remove{border-radius:16px;position:absolute;z-index:101;top:5px;display:flex;flex-direction:row;justify-content:center;align-items:center;align-content:center;height:32px;width:32px}@media(min-width:576px){.item-in-grid__quantity,.item-in-grid__remove{top:10px}}.item-in-grid__quantity{background-color:#ffdd57;text-align:center;left:5px}@media(min-width:576px){.item-in-grid__quantity{left:10px}}.item-in-grid__quantity-number{font-weight:600;padding-bottom:2px}.item-in-grid__remove{background-color:#fff;right:5px}@media(min-width:576px){.item-in-grid__remove{right:10px}}.item-in-grid__remove-icon{height:16px;width:16px}.item-in-list{background-color:#fff;border-bottom:1px solid #ecebec;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start;margin-top:10px;padding:10px}@media(min-width:576px){.item-in-list{flex-direction:row;padding:15px}}.item-in-list__info-container{display:flex;flex-direction:row;flex:1 1 auto}.item-in-list__image-container{flex:0 0 85px;height:85px;align-self:flex-start;display:flex;justify-content:center;align-items:center;margin-right:10px;border-radius:4px;overflow:hidden}.item-in-list__image{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}.item-in-list__info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-content:center;width:100%}@media(min-width:576px){.item-in-list__info{width:75%}}@media(min-width:992px){.item-in-list__info{width:60%}}.item-in-list__item-title{font-weight:600}.item-in-list__item-description{color:#8b8b8b;margin-top:2px;margin-bottom:5px}.item-in-list__item-sold-out{font-size:12px;color:#ff5630}.item-in-list__options{display:flex;flex-direction:row;align-content:center;align-items:center;justify-content:flex-end;width:100%}@media(min-width:576px){.item-in-list__options{width:25%}}@media(min-width:992px){.item-in-list__options{width:40%}}.item-in-list__option-add,.item-in-list__option-quantity,.item-in-list__option-remove{border-radius:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;align-content:center;height:32px}.item-in-list__option-add{background-color:#fff;padding:0 10px}.item-in-list__option-add-text{padding-bottom:1px}.item-in-list__option-add-icon{height:10px;width:10px;margin-right:5px}.item-in-list__option-quantity,.item-in-list__option-remove{width:32px}.item-in-list__option-quantity{background-color:#ffdd57}.item-in-list__option-quantity-text{font-weight:600;padding-bottom:2px}.item-in-list__option-remove{background-color:#fff;margin-left:10px}.item-in-list__option-remove-icon{height:12px;width:12px}.additional_information--list{list-style:none;padding:0;margin:0}.additional_information--list li{margin-bottom:8px}.additional_information{font-family:Source Sans Pro,sans-serif;margin-top:15px;font-weight:400}.additional_information h3{font-size:inherit;font-weight:inherit;font-family:inherit}.item-description__text--collapsed{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.item-description__toggle{font-family:Source Sans Pro,sans-serif;background:none;border:none;padding:0;cursor:pointer;font-size:14px;color:#282828;margin-top:4px;font-weight:600;display:flex;flex-direction:row;align-items:center;gap:4px}.item-description__toggle-icon{width:10px;height:10px}.item-description__toggle-icon.ic__expand{margin-top:2px}.input-card-component{position:relative}.input-card-component .form-field-underline{position:absolute;bottom:4px;right:0;left:0;height:1px;transform:scaleY(1.0001);background-color:#0000006b;pointer-events:none}.payment-method-selector .spinner{top:0}.payment-method-selector .credit-card{position:relative;margin:15px 0 0;background-color:#fff}.payment-method-selector .credit-card .icon-nets,.payment-method-selector .credit-card .icon-swish,.payment-method-selector .credit-card .icon-planet,.payment-method-selector .credit-card .icon-vipps{margin-right:15px;height:20px}@media(max-width:767.98px){.payment-method-selector .credit-card .icon-nets,.payment-method-selector .credit-card .icon-swish,.payment-method-selector .credit-card .icon-planet,.payment-method-selector .credit-card .icon-vipps{height:15px}}@media(max-width:380px){.payment-method-selector .credit-card .icon-nets,.payment-method-selector .credit-card .icon-swish,.payment-method-selector .credit-card .icon-planet,.payment-method-selector .credit-card .icon-vipps{margin-right:0}}.payment-method-selector .credit-card .icon-swish{height:30px}@media(max-width:767.98px){.payment-method-selector .credit-card .icon-swish{height:20px}}.payment-method-selector .credit-card .icon-h-20{height:20px;top:24px;right:15px;width:auto;position:absolute}@media(max-width:575.98px){.payment-method-selector .credit-card .icon-h-20{height:15px;top:28px}}.payment-method-selector .credit-card .icon-h-30{height:30px;top:19px;right:15px;width:auto;position:absolute}@media(max-width:575.98px){.payment-method-selector .credit-card .icon-h-30{height:20px;top:24px}}.payment-method-selector .credit-card .mat-mdc-radio-button{border:1px solid rgb(239,239,241);border-radius:4px;width:100%;height:100%;display:block;padding-top:0;padding-bottom:0}@media(max-width:380px){.payment-method-selector .credit-card .mat-mdc-radio-button{padding-top:14px;padding-bottom:14px}}.payment-method-selector .credit-card .mat-mdc-radio-button .mdc-radio{padding-left:15px}.payment-method-selector .credit-card .mat-mdc-radio-button .mdc-radio__background{height:1em;width:1em}.payment-method-selector .credit-card .mat-mdc-radio-button .mdc-radio__background .mdc-radio__outer-circle{top:2px;left:2px}.payment-method-selector .credit-card .mat-mdc-radio-button .mdc-radio__background .mdc-radio__inner-circle{border-width:8px;top:2px;left:2px}.payment-method-selector .credit-card .mat-mdc-radio-button .mdc-form-field{width:100%;max-height:68px}.payment-method-selector .credit-card .mat-mdc-radio-button .mdc-label{padding-top:24px;padding-bottom:24px;width:100%;cursor:pointer}.payment-method-selector .credit-card .mat-mdc-radio-checked{background-color:#f7f7f8;border:1px solid rgba(10,27,43,.25)}.payment-method-selector .credit-card .payment-method-expanded{padding-left:15px;padding-right:15px;padding-bottom:15px;position:relative;display:block;border-left:1px solid rgba(10,27,43,.25);border-right:1px solid rgba(10,27,43,.25);border-top:1px dashed rgba(10,27,43,.25);border-bottom:1px solid rgba(10,27,43,.25);border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin-top:-4px;background-color:#f7f7f8}.payment-method-selector .credit-card .payment-method-insufficient-balance{color:#bd0032}@media(max-width:380px){.payment-method-selector .credit-card{margin-top:0}.payment-method-selector .credit-card .icon-h-20{top:12px;right:0}.payment-method-selector .credit-card .icon-h-30{top:17px;right:0}.payment-method-selector .credit-card .icon-h-30--swish{top:11px}.payment-method-selector .credit-card .mat-mdc-radio-button{padding-left:10px;padding-right:20px;border:none;border-radius:0;background-color:inherit}.payment-method-selector .credit-card .mat-mdc-radio-button .mdc-radio{padding-left:10px}.payment-method-selector .credit-card .mat-mdc-radio-button .mdc-label{padding:0}.payment-method-selector .credit-card .mat-mdc-radio-checked{background-color:#f0f0f0}.payment-method-selector .credit-card .payment-method-expanded{margin-bottom:0;padding-left:20px;padding-right:20px;padding-bottom:15px;border-left:none;border-right:none;border-top:none;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#f0f0f0}}.payment-method-selector .credit-card .payment-method-checkbox .mdc-form-field .mdc-checkbox{transform:scale(.9);padding:18px 18px 0 0;margin:0 0 0 -10px}.payment-method-selector .credit-card .payment-method-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__ripple,.payment-method-selector .credit-card .payment-method-checkbox .mdc-form-field .mdc-checkbox .mat-mdc-checkbox-ripple{top:4px;left:4px}.payment-method-selector .credit-card .payment-method-checkbox .mdc-form-field .mdc-label{padding-top:4px}.payment-method-selector .fsgm-payment.embedded-checkout-mb{margin-bottom:15px}@media(max-width:380px){.payment-method-selector .fsgm-payment.embedded-checkout-mb{margin-bottom:0}}.payment-method-selector .pej-button--topup{margin-right:15px}.payment-method-selector .input-card .mat-radio-label-content,.payment-method-selector .swish .mat-radio-label-content{height:38px;line-height:38px;vertical-align:middle}.payment-method-selector .vipps .payment-method-expanded,.payment-method-selector .nets .payment-method-expanded,.payment-method-selector .planet .payment-method-expanded,.payment-method-selector .fsgm_prepaid .payment-method-expanded,.payment-method-selector .fsgm_credit .payment-method-expanded{display:none}.nets__text,.vipps__text,.swish__text,.planet__text{display:flex;align-items:start}.nets__text__description,.vipps__text__description,.swish__text__description,.planet__text__description{color:#777;font-size:12px}@media(max-width:575.98px){.nets__text__description,.vipps__text__description,.swish__text__description,.planet__text__description{display:none}}.nets__text__description__selected,.vipps__text__description__selected,.swish__text__description__selected,.planet__text__description__selected{color:#777;font-size:12px}@media(max-width:575.98px){.nets__text__description__selected,.vipps__text__description__selected,.swish__text__description__selected,.planet__text__description__selected{display:none}}.swish__text__description,.swish__text__description__selected{display:none}.planet__text__description__selected{font-size:12px;margin-right:8px}@media(max-width:575.98px){.planet__text__description__selected{display:block;color:#777;font-size:12px;margin-right:8px}}.order-list__error-card-text,.order-list__footer-shop-name,.order-list__status-subtitle,.order-list__header-subtitle,.checkout-bar__delivery-fee,.checkout-bar__cart-button__image-container__item-counter__text,.pej-button,.pej-button-small{font-family:Circular;font-weight:300}.tag-filter-page--apply-button,.tip-dialog .mat-dialog-title,.shop-dialog .mat-mdc-button,.shop-dialog .mat-mdc-dialog-container .mat-mdc-dialog-title,.shop-dialog .shop-dialog__title,.pej-button-small,h1,.order-activation-dialog--title-container h2,h2,h3,h4,h5{font-family:Circular;font-weight:500}.order-list__header-title,.checkout-bar__title,.checkout-bar__cart-button__text,.checkout-bar__button,.checkout-validation-error__items,.checkout-validation-error__title{font-family:Circular;font-weight:700}.fsgm-voucher-card__title,.fsgm-voucher-card__body,.fsgm-voucher-selector__chip--active-count,.tag-filter-toggle-button.mat-button-toggle .mat-button-toggle-button .mat-button-toggle-label-content,.tag-filter-page--container .mat-button-toggle.tag-filter-list-item--select-button .mat-button-toggle-button .mat-button-toggle-label-content,.mat-mdc-list-option,.tip__item__input::placeholder,.tip__item__input:focus::placeholder,.tip__item__input[type=text],.tip__item .mdc-form-field .mdc-label,.header-shop__address,.order__activated-item-options,.order-combo-items,.pej-button-transparent,.mat-mdc-text-field-wrapper,.mat-mdc-radio-button{font-family:Source Sans Pro,sans-serif;font-weight:400}.place-upsell,.place-home{margin-left:auto;margin-right:auto}@media(min-width:576px){.place-upsell,.place-home{max-width:540px}}@media(min-width:768px){.place-upsell,.place-home{max-width:720px}}@media(min-width:992px){.place-upsell,.place-home{max-width:960px}}.place-upsell .category-tab-group__tab,.place-home .category-tab-group__tab{display:flex;flex-direction:column;align-items:center;justify-content:end}.place-upsell .category-tab-group__tab__image,.place-home .category-tab-group__tab__image{margin-top:15px;margin-bottom:5px;width:30px;height:30px}.place-upsell .category-tab-group__tab__image.menu--alt,.place-home .category-tab-group__tab__image.menu--alt{display:none}@media(min-width:576px){.place-upsell .category-tab-group .mat-mdc-tab-header,.place-home .category-tab-group .mat-mdc-tab-header{margin-left:15px;margin-right:15px}}.place-upsell .category-tab-group--native-scroll .mat-mdc-tab-header,.place-home .category-tab-group--native-scroll .mat-mdc-tab-header{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none}.place-upsell .category-tab-group--native-scroll .mat-mdc-tab-header::-webkit-scrollbar,.place-home .category-tab-group--native-scroll .mat-mdc-tab-header::-webkit-scrollbar{display:none}.place-upsell .category-tab-group--native-scroll .mat-mdc-tab-label-container,.place-home .category-tab-group--native-scroll .mat-mdc-tab-label-container{overflow:visible}.place-upsell .category-tab-group .category-tab-arrow,.place-home .category-tab-group .category-tab-arrow{position:sticky;z-index:3;flex:0 0 auto;align-self:stretch;display:flex;align-items:center;justify-content:center;width:32px;padding:0;border:none;background-color:inherit;color:#777;cursor:pointer}.place-upsell .category-tab-group .category-tab-arrow--before,.place-home .category-tab-group .category-tab-arrow--before{left:0}.place-upsell .category-tab-group .category-tab-arrow--before .category-tab-arrow__chevron,.place-home .category-tab-group .category-tab-arrow--before .category-tab-arrow__chevron{transform:rotate(-135deg)}.place-upsell .category-tab-group .category-tab-arrow--after,.place-home .category-tab-group .category-tab-arrow--after{right:0}.place-upsell .category-tab-group .category-tab-arrow--after .category-tab-arrow__chevron,.place-home .category-tab-group .category-tab-arrow--after .category-tab-arrow__chevron{transform:rotate(45deg)}.place-upsell .category-tab-group .category-tab-arrow[disabled],.place-home .category-tab-group .category-tab-arrow[disabled]{opacity:.35;pointer-events:none}.place-upsell .category-tab-group .category-tab-arrow__chevron,.place-home .category-tab-group .category-tab-arrow__chevron{width:8px;height:8px;border:solid currentColor;border-width:2px 2px 0 0}.place-upsell__bottom-spacer,.place-home__bottom-spacer{height:100px}.category-info{margin-top:25px}.category-info.pej-width-container{height:unset}.category-info__name{font-size:22px}.category-info__description{color:#777}.place-categories{padding-bottom:100px}.place-categories .category-info{margin-bottom:15px}.category-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;column-gap:15px;row-gap:15px}@media(max-width:767.98px){.category-grid{grid-template-columns:1fr 1fr}}@media(max-width:575.98px){.category-grid{grid-template-columns:1fr}}.category-grid{margin-top:10px}.category-grid__card{overflow:hidden;width:100%}.menu-button-container{margin-top:50px;margin-bottom:100px;display:flex;flex-direction:column;justify-content:center;align-items:center}.estimated-waiting-time{word-break:break-all;background:#efeff1;padding:5px 10px;border-radius:5px;line-height:20px;font-size:14px;margin-top:10px;width:-webkit-fit-content;width:fit-content}@media(max-width:767.98px){.estimated-waiting-time{width:100%}}.position-relative{position:relative}.min-height-100{min-height:100vh}.pej-cursor-pointer{cursor:pointer;outline:none}.pej-card-layout{background-color:#fff;border-radius:5px;box-shadow:0 10px 40px #0000000d;box-shadow:0 15px 40px -5px #00000005,0 10px 15px -10px #00000003,0 -5px 15px -10px #00000005}.pej-width-container{height:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media(min-width:576px){.pej-width-container{max-width:540px}}@media(min-width:768px){.pej-width-container{max-width:720px}}@media(min-width:992px){.pej-width-container{max-width:960px}}@media(min-width:1200px){.pej-width-container{max-width:960px}}.background-color--cart,.background-color--event-overview,.background-color--item,.tag-filter-page--container,.background-color--offer,.background-color--shop,.background-color--shop-list{background-color:#f8f7f7}.header{padding-top:15px}.header--offer-home{background-color:#e1def5}.header__title{font-size:32px;padding-top:5px}.header__description{padding-bottom:10px}.header-shop{background-position:center;background-size:cover}.header-shop--event{background-position:top center}.header-shop__container{text-align:center;display:flex;flex-direction:column;align-items:center;align-content:center;justify-content:center;height:180px}@media(min-width:768px){.header-shop__container{height:200px}}.header-shop__container--event{height:250px}.header-shop__image{width:80px;height:80px}@media(min-width:768px){.header-shop__image{width:100px;height:100px}}.header-shop__title{color:#fff}.header-shop__title--margin-top{margin-top:15px}.header-shop__description{color:#fff}.header-shop__secondary-name{color:#fff;font-size:14px}.header-shop__address{color:#fff;font-style:normal;font-size:14px}.header-shop__navigation-bar{position:absolute;top:15px;left:0;width:100%;pointer-events:none}.header-shop__navigation-bar-container{display:flex}.header-shop-list{width:100%;top:0;left:0;z-index:10000;padding:20px 0 10px}@media(max-width:767.98px){.header-shop-list{padding-top:40px}}.description-shop-list{width:100%;margin-bottom:10px}.cart-floating-button{position:absolute;width:100%;top:15px;right:0;z-index:1000}@media(max-width:767.98px){.cart-floating-button{position:fixed;right:0}}.cart-floating-button__container{display:flex;flex-direction:row;align-items:center;align-content:center;float:right}.cart-floating-button__label{background-color:#fff;border-bottom-left-radius:5px;border-top-left-radius:5px;display:flex;flex-direction:row;align-items:center;align-content:center;height:40px}.cart-floating-button__label-icon{height:24px;width:24px;margin:0 10px}.cart-floating-button__label-text{font-weight:600;margin-right:10px}@media(max-width:767.98px){.cart-floating-button__label-text{display:none}}.cart-floating-button__quantity-container{background-color:#efeff1;border-bottom-right-radius:5px;border-top-right-radius:5px;display:flex;flex-direction:row;align-items:center;align-content:center;height:40px;width:30px}.cart-floating-button__quantity-text{font-weight:600;margin:0 auto}.copy-button-container{height:40px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;align-content:center;z-index:1001}.copy-button-container__label{padding-right:5px;font-size:12px}.back-button-container{height:40px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;align-content:center;z-index:1001;pointer-events:auto}@media(max-width:767.98px){.back-button-container--item-home{background-color:#f8f7f7;border-bottom-right-radius:5px;border-top-right-radius:5px;margin-left:-15px;padding-right:15px;padding-left:15px}}.back-button-container--offer-home{height:15px;margin-bottom:30px}.back-button-container__icon{background-repeat:no-repeat;background-size:contain;height:16px;width:16px}.back-button-container__icon-color{fill:#fff}.back-button-container__icon-color--header{fill:#000}.back-button-container__icon-color--header-shop{fill:#fff}.back-button-container__icon-color--item-home{fill:#000}.back-button-container__label{padding-left:5px;font-size:12px}.back-button-container__label-color{color:#fff}.back-button-container__label-color--header,.back-button-container__label-color--item-home{color:#282828}.back-button-container__label-color--header-shop{color:#fff}.place-guide-info{position:absolute;width:100%;top:15px;right:0;pointer-events:none}.place-guide-info__button{display:flex;flex-direction:row;align-items:center;align-content:center;float:right;height:40px;z-index:1000;pointer-events:auto}.place-guide-info__button-label{background-color:#ffffff1a;border:2px solid #fff;border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:8px 12px}.bottom-bar{position:fixed;z-index:2000;bottom:0;left:0;width:100%;padding:10px 0 20px}@media(max-width:575.98px){.bottom-bar{margin:0 -15px;padding:0;width:calc(100% + 30px)}}.bottom-bar__top{border-top:1px solid #ecebec;padding:5px 0;text-align:right}@media(max-width:575.98px){.bottom-bar__top{padding:5px 15px}}.bottom-bar__top-text-large{font-size:16px;font-weight:600}.bottom-bar__top--delivery-fee{border-top:1px solid #ecebec;padding:5px 0 60px;text-align:center}@media(max-width:575.98px){.bottom-bar__top--delivery-fee{padding:5px 15px 80px}}.bottom-bar__button{height:42px;background-color:#ffdd57;border-radius:25px}@media(max-width:575.98px){.bottom-bar__button{border-radius:0;height:75px}}.bottom-bar__button--inactive{background-color:#ffdd5726;color:#8b8b8b}.bottom-bar__button--transparent{background-color:#0000;border-radius:0;border-top:1px solid #ecebec}.bottom-bar__button-text{font-size:18px;line-height:42px;text-align:center}@media(max-width:575.98px){.bottom-bar__button-text{line-height:60px}}.selected-places-bar{padding-top:10px}.selected-places-bar__container{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:center;border-bottom:1px solid #ecebec;padding-bottom:10px}.event-list{margin-top:15px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start}@media(min-width:576px){.event-list{flex-direction:row;flex-wrap:wrap;margin-right:-15px}}.event-list__card{margin:0 0 15px;width:100%}.event-list__card:last-child{margin:0}@media(min-width:576px){.event-list__card{width:calc(50% - 15px);margin:0 15px 15px 0}.event-list__card:last-child{margin:0 15px 15px 0}}@media(min-width:768px){.event-list__card{width:calc(50% - 15px)}}@media(min-width:992px){.event-list__card{width:calc(33.33% - 15px)}}@media(min-width:1200px){.event-list__card{width:calc(33.33% - 15px)}}.event-list__card-image{border-top-left-radius:5px;border-top-right-radius:5px;height:auto;width:100%}.event-list__card-info{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:baseline;align-content:center;padding:15px}.event-list__card-text{padding-right:30px;width:100%}.event-list__card-icon{height:12px;width:12px}.event-list__card-icon__fill{fill:#282828}.shop-info__icon-button{display:flex;justify-content:center;align-items:center;border:none;background:transparent;cursor:pointer;border-radius:50%;height:50px;width:50px;z-index:1000;pointer-events:auto}.shop-info__icon-button:active,.shop-info__icon-button:hover,.shop-info__icon-button:focus{transition:all ease-in-out .1s;background:#efeff180}.shop-info-dialog .mat-mdc-dialog-container .mdc-dialog__surface{border-radius:15px!important;overflow:hidden}.shop-info-container{padding:15px;border-radius:10px;width:100%;height:100%}.shop-info-content{max-height:80vh;margin:0;padding:0;overflow-y:auto}.shop-info__image{border-top-left-radius:5px;border-top-right-radius:5px;height:auto;width:100%;margin-bottom:4px}.shop-info-list,.shop-info-list__opening-hours{list-style:none;padding:0}.shop-info-list__opening-hours{padding-left:25px}.shop-info-list__opening-hours li{margin-top:5px;margin-bottom:5px}.shop-info-list-item,.shop-info-list-item__address{display:flex;flex-direction:row;justify-content:start;align-items:center;margin-bottom:10px}.shop-info-list-item .shop-info-list__icon,.shop-info-list-item__address .shop-info-list__icon{height:15px;margin-right:10px;filter:invert(0%) sepia(100%) saturate(30%) hue-rotate(144deg) brightness(93%) contrast(107%)}.shop-info-list-item__address{align-items:start}.shop-info__title-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:42px}.shop-info__address-container{display:flex;flex-direction:column}.shop-info__opening-hours-list-item{display:flex;flex-direction:row;justify-content:space-between}.shop-info-opening-hours__closed{color:#dc3545}.shop-info__divider{border:none;height:1px;background-color:#eaedf0;margin:15px 0}.shop-info__divider.title-divider{margin-top:4px}.shop-info-footer-container{margin-top:30px}.shop-info-footer__close-button{width:100%;display:flex;justify-content:center;align-items:center}.shop-info__opening-hours-title{font-weight:100;font-size:15px}.shop-list-component{min-height:100vh}.shop-list__search{padding:10px 0}.shop-list__search-input{background-color:#fff;border:none;border-radius:5px;font-size:16px;outline:none;padding:10px 15px;width:100%}.shop-list__city-selection{margin:0;padding-top:10px}.shop-list__city-selection-choice-button{background-color:#efeff1;font-size:14px;height:32px;line-height:34px;margin:0 10px 10px 0}.shop-list__city-selection-choice-button:hover{background-color:#0a1b2b33}.shop-list__city-selection-choice-button.active{background-color:#0a1b2b;color:#fff}.shop-list__list{margin-top:15px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start}@media(min-width:576px){.shop-list__list{flex-direction:row;flex-wrap:wrap;margin-right:-15px}}.shop-list__list-card{margin:0 0 15px;width:100%}.shop-list__list-card:last-child{margin:0}@media(min-width:576px){.shop-list__list-card{width:calc(50% - 15px);margin:0 15px 15px 0}.shop-list__list-card:last-child{margin:0 15px 15px 0}}@media(min-width:768px){.shop-list__list-card{width:calc(50% - 15px)}}@media(min-width:992px){.shop-list__list-card{width:calc(33.33% - 15px)}}@media(min-width:1200px){.shop-list__list-card{width:calc(33.33% - 15px)}}.shop-list__list-card-image{border-top-left-radius:5px;border-top-right-radius:5px;height:auto;width:100%}.shop-list__list-card-info{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;padding:15px 15px 5px}.shop-list__list-card-text-container{width:100%}.shop-list__list-card-title-container{display:flex;align-items:center;position:relative}.shop-list__list-card-title-container h2{margin-right:31px}.shop-list__list-card-footer-container{display:flex;flex-direction:row;justify-content:start;align-items:center;margin-top:5px}.shop-list__list-card-favourite-button{position:absolute;right:-10px;top:-8px}.shop-list__list-card-info-button{display:flex;justify-content:start;align-items:center;border:none;background:transparent;cursor:pointer;border-radius:8px;padding:10px}.shop-list__list-card-info-button:active,.shop-list__list-card-info-button:hover,.shop-list__list-card-info-button:focus{background:#efeff180;transition:all ease-in-out .1s}.shop-list__list-card-info-button .shop-list__list-card-info-icon{height:15px;width:auto;margin-right:5px;filter:invert(13%) sepia(0%) saturate(28%) hue-rotate(191deg) brightness(100%) contrast(92%)}.shop-list__list-card-address{padding-top:5px}.shop-list__list-card-status--online,.shop-list__list-card-status--offline{padding:10px 0;display:flex;justify-content:start;align-items:center;margin-right:10px}.shop-list__list-card-status--online{color:#36b37e}.shop-list__list-card-status--online-icon{margin-right:5px;filter:invert(57%) sepia(81%) saturate(341%) hue-rotate(103deg) brightness(89%) contrast(88%)}.shop-list__list-card-status--offline{color:#777}.shop-list__list-card-status--offline-icon{margin-right:5px;filter:invert(48%) sepia(2%) saturate(0%) hue-rotate(35deg) brightness(96%) contrast(93%)}.shop-list__list-card-icon{height:12px;width:12px}.shop-list__list-card-icon__fill{fill:#282828}.shop-list__inactive-shops-title{margin-top:45px}.shop-list__favourite-shops-title{margin-top:20px}.shop-list__all-shops-title{margin-top:50px}.shop-places-info-icon{height:15px;width:auto;filter:invert(99%) sepia(100%) saturate(4%) hue-rotate(121deg) brightness(102%) contrast(103%)}.shop-places-info-container{display:flex;justify-content:end}.shop-places__description-container{padding-top:10px}.shop-places__description-text{font-size:18px}.shop-places__search{padding:10px 0}.shop-places__search-input{background-color:#fff;border:none;border-radius:5px;font-size:16px;outline:none;padding:10px 15px;width:100%}.shop-places{padding-bottom:45px;padding-top:15px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start}.shop-places__links{margin-top:70px}.shop-places__links h4{margin-bottom:10px}.shop-places__links .shop-places__svg{align-self:flex-start;flex-shrink:0}.shop-places__links .shop-places__links--item{display:flex;align-items:center}.shop-places__links .shop-places__links--image{width:48px;height:48px;background-position:center center;background-size:cover}.shop-places__links .shop_places__links--description{max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.shop-places__card{margin:0 0 15px;padding:15px;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center}.shop-places__card--disabled *{color:#777}.shop-places__card--address{padding:15px;width:100%;display:flex;flex-direction:column}.shop-places__card-text-container{padding-right:30px;width:100%}.shop-places__card-text-container__description{color:#8b8b8b}.shop-places__card-text-sold-out{color:#ff5630}.shop-places__card-icon{height:12px;width:12px}.shop-places__card-icon__fill{fill:#282828}.cdk-overlay-container{z-index:3000}.shop-dialog{width:100%;max-width:400px;padding:0 15px}.shop-dialog .mdc-dialog__container{padding:0}.shop-dialog .mat-mdc-dialog-content:not(.validation-dialog__content){margin:0;padding:15px 15px 0!important;line-height:1.25rem!important}.shop-dialog .shop-dialog__image-frame{position:relative;overflow:hidden;max-height:400px;width:auto}@media(max-width:767.98px){.shop-dialog .shop-dialog__image-frame{max-height:180px;width:180px;margin:0 auto}}.shop-dialog .shop-dialog__image-frame:after{content:"";display:block;padding-bottom:100%}.shop-dialog .shop-dialog__image{position:absolute;height:100%;width:100%}.shop-dialog .shop-dialog__title{margin:15px 0 5px;padding-top:20px;font-size:25px;text-align:left}.shop-dialog .mat-mdc-dialog-container .mat-mdc-dialog-title{font-size:25px;text-align:left;padding-left:15px;margin-top:8px}.shop-dialog .mat-mdc-dialog-container .mat-mdc-dialog-title:before{content:none}.shop-dialog mat-dialog-actions{min-height:70px;padding:15px 15px 0;width:100%;display:flex}.shop-dialog .shop-dialog__title--age-limit{margin-bottom:-15px}.shop-dialog .shop-dialog__actions--age-limit{background-color:#efeff1;margin-top:15px;padding-top:0}.shop-dialog .shop-dialog__button-age-limit{border-radius:50px;height:50px;text-align:center;flex:1}.shop-dialog .shop-dialog__button-age-limit--confirm{background-color:#ffdd57}.shop-dialog .shop-dialog__actions--place-guide{padding-left:0;padding-right:0}.shop-dialog .mat-mdc-button{font-size:18px}.shop-dialog .shop-dialog__button{border-radius:0;min-height:70px;width:100%}.shop-dialog .shop-dialog__button--next{background-color:#efeff1}.shop-dialog .shop-dialog__button--last{background-color:#ffdd57}.validation-dialog__content{padding:15px!important}.validation-dialog__content__shop-info{list-style:none;margin-left:0;padding-left:1em}.validation-dialog__content__shop-info li:before{display:inline-block;content:"-";width:.5em;margin-left:-1em}.checkout-validation-error__title{font-size:18px;margin-bottom:10px}.checkout-validation-error__shop-info,.checkout-validation-error__items{list-style:none;margin-left:0;padding-left:1em}.checkout-validation-error__shop-info li:before,.checkout-validation-error__items li:before{display:inline-block;content:"-";width:.5em;margin-left:-1em}.cart-item--unavailable .item-title,.cart-item--unavailable .item-options{opacity:.6}.cart-item__unavailable-label{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:3px;background-color:#ffe0bc;color:#8a4b00;opacity:1}.tip-dialog{width:100%;max-width:400px;padding:0 15px}.tip-dialog mat-dialog-container{padding:15px}@media(max-width:575.98px){.tip-dialog mat-dialog-container{width:100%;height:100vh;border-radius:0}}.tip-dialog .mat-dialog-title{font-size:25px;margin:5px 0}.tip-dialog .mat-mdc-dialog-content{margin:0;padding:0}@media(max-width:575.98px){.tip-dialog .mat-mdc-dialog-content{width:100%;max-height:65vh;padding-bottom:115px}}.tip-dialog mat-mdc-dialog-actions{margin:15px -15px -15px;min-height:70px;padding:0;width:calc(100% + 30px)}@media(max-width:575.98px){.tip-dialog mat-mdc-dialog-actions{position:absolute;bottom:0;left:0;width:100%;min-height:100px}}@media(max-width:575.98px){.tip-dialog .cdk-overlay-pane{width:100%!important;max-width:100%!important}}.tip__item{border:1px solid #bcc0c4;box-sizing:border-box;border-radius:4px;display:flex;justify-content:start;align-items:center;margin:10px 0 0;cursor:pointer;font-weight:300;font-size:18px}.tip__item .mdc-form-field{width:100%;height:100%;cursor:pointer}.tip__item .mdc-form-field .mdc-radio{padding:15px;height:100%;display:flex;align-items:center}.tip__item .mdc-form-field .mdc-label{padding:15px 15px 15px 0;width:100%;height:100%;cursor:pointer;font-size:15px;font-weight:400;letter-spacing:.25px}.tip__item--selected{background-color:#f7f7f8}.tip__item-custom{padding-top:2px;padding-bottom:2px}.tip__item-custom--invalid{border-color:#bd0032}.tip__item__text{margin-bottom:0;padding:5px;height:100%;width:100%}.tip__item__text__custom{width:100%}.tip__item__text__custom .mdc-form-field .mdc-text-field__input,.tip__item__text__custom .mdc-form-field .mat-mdc-form-field-text-prefix{font-size:15px}.tip__item__text__custom .mdc-form-field .mdc-label{padding:0}.tip__item__form-field{width:100%;margin-left:-16px}.tip__item__form-field * .mdc-notched-outline__trailing,.tip__item__form-field * .mdc-notched-outline__leading{border:0px}.tip__item__input[type=text]{font-size:15px;font-weight:400;letter-spacing:.25px;padding-top:2px;-moz-appearance:textfield}.tip__item__input::placeholder,.tip__item__input:focus::placeholder{font-size:15px;font-weight:400;letter-spacing:.25px}.tip__item__input::placeholder{color:#282828}.tip__item__input:focus::placeholder{color:#8b8b8b}.time-requested-container{padding:20px}.time-selection{display:flex;flex-direction:column}.time-selection__name{font-size:20px;font-weight:700}.time-selection__description{font-size:15px}.time-selection__header{display:grid;grid-template-columns:305px 305px;grid-gap:0 30px;border-bottom:1px solid #ecebec;padding:0 15px 10px}@media(max-width:767.98px){.time-selection__header{grid-gap:0;padding-bottom:0;border-bottom:unset;grid-template-columns:1fr 1fr}}@media(max-width:767.98px){.time-selection__header--time-only{grid-template-columns:1fr}.time-selection__header--time-only .time-selection__button{cursor:default;justify-content:flex-start;border-bottom:unset}}.time-selection__date-option__secondary{font-size:12px;color:#8b8b8b}.time-selection__body{display:grid;grid-template-columns:305px 305px;grid-gap:0 30px;margin:0 15px}@media(max-width:767.98px){.time-selection__body{grid-template-columns:1fr}}.time-selection__body .mat-list-base{padding-right:unset}.time-selection__calendar__hide-btn{border:2px solid #ecebec;border-radius:10px;height:42px;display:flex;justify-content:center;align-items:center;margin-bottom:10px;cursor:pointer}.time-selection__footer{border-top:1px solid #ecebec;width:100%;text-align:left;padding:10px 15px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:center}.time-selection__button{display:flex;align-items:center}@media(max-width:767.98px){.time-selection__button *{color:#8b8b8b}.time-selection__button{border-bottom:2px solid #ecebec;cursor:pointer;height:42px;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center}}.time-selection__button--selected{display:flex;align-items:center}@media(max-width:767.98px){.time-selection__button--selected *{color:unset}.time-selection__button--selected{border-bottom:2px solid #282828}}@media(max-width:767.98px){.time-selection__button--next-lg{display:none}}@media(min-width:768px){.time-selection__button--next-md{display:none}}.time-selection__button__title{margin-left:10px}.time-selection__picker{padding-top:2px;padding-bottom:10px}.time-selection__picker .mat-mdc-list-option{height:42px!important}.time-selection__picker--time{max-height:268px;overflow-y:scroll;scroll-behavior:smooth;scroll-padding:26px}@media(max-width:767.98px){.time-selection__picker--time{max-height:208px}}.time-selection__picker--time.calendar-open{max-height:398px}.time-selection__selected-time__title{font-size:12px}.time-selection__selected-time__value{font-size:18px;font-weight:700}.mdc-list-item__content{text-align:center}.mat-calendar-controls{margin:0!important}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mdc-list-item__primary-text{padding-right:0!important;padding-bottom:3px!important}mat-list-option[aria-selected=true]{background-color:#0000!important;border:2px solid #282828!important}.mat-mdc-list-base .mat-mdc-list-item,.mat-mdc-list-base .mat-mdc-list-option{border:2px solid #ecebec;border-radius:10px;margin-bottom:5px;overflow:hidden}.mat-mdc-list-base{padding-right:2px}.time-options{margin-bottom:15px;padding-top:15px;display:flex;flex-direction:column}.time-options__card-asap{margin:0 0 15px;padding:15px;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:center}.time-options__card-selection{padding:15px;width:100%}.time-options__card-selection-options{width:100%;display:flex;flex-direction:row;align-items:flex-end;align-content:center}.time-options__date-button{background-color:#efeff1;border:1px solid rgb(239,239,241);border-radius:5px;height:40px;width:40px;min-height:40px;min-width:40px;margin-right:15px}.time-options__date-button--warning{background-color:#ffdd57;border:1px solid #ffdd57}.time-options__date-button-icon{height:auto;padding:10px;width:100%}.time-options__time-select{height:50px;margin-bottom:-3px;width:100%}@media(min-width:768px){.time-options__time-select{width:192px}}.time-options__selection-button{background-color:#efeff1;border-radius:5px;margin-top:15px;padding:10px;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:center}.time-options__card-icon{height:10px;width:10px}.cart__items{padding-bottom:120px}.cart__items--empty{padding-top:15px}.cart__item{padding:15px;border-radius:10px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;background-color:#fff;margin-bottom:15px;margin-top:15px}.cart__item-image{aspect-ratio:1/1;object-fit:cover;height:60px;width:auto;margin-right:15px;border-radius:5px;align-self:flex-start}.cart__item-content{width:100%}.cart__item__automatic-service-charge{display:flex;justify-content:space-between;border-bottom:1px solid #ecebec;padding:15px 0}.cart__item__automatic-service-charge:last-child{border-bottom:0px}.cart__item-name{font-weight:600}.cart__item-combo-group{margin-top:4px}.cart__item-combo-group-name{font-size:.75rem;margin-bottom:2px}.cart__item-combo-items,.cart__item-combo-nested-items{list-style:none;margin:0;padding:0}.cart__item-combo-item{font-size:.85rem;padding-left:8px}.cart__item-combo-nested-item{font-size:.8rem;padding-left:16px}.item-options{font-size:15px}.checkout-combo-group{margin-top:2px}.checkout-combo-items,.checkout-combo-nested-items{list-style:none;margin:0;padding:0;font-size:inherit}.checkout-combo-item{padding-left:8px;font-size:inherit}.checkout-combo-nested-item{padding-left:16px;font-size:inherit}.cart__item-price{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:center;padding-top:10px}.cart__item-edit-options{padding-top:10px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center}.cart__item-edit-icon-background{background-color:#f8f7f7;border-radius:4px;border:none;height:32px;width:32px;margin-right:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;align-content:center}.cart__item-additional{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:center}.cart__item-additional-title{font-weight:600}.cart__item-additional-discount{color:#ff5630}.checkout-bar{border-top:1px solid #dbdbdb;height:74px}@media(max-width:575.98px){.checkout-bar{padding:0 15px}}.checkout-bar__container{display:grid;grid-template-columns:0fr 0fr;align-items:center}.checkout-bar__container.row{justify-content:end;grid-gap:15px}@media(max-width:575.98px){.checkout-bar__container.row{justify-content:space-between;padding:10px 15px 20px}}.checkout-bar__container.upsell{justify-content:end}.checkout-bar__container.column{display:flex;flex-direction:column;justify-content:center}.checkout-bar__button{display:flex;justify-content:center;min-width:75px;font-size:18px}.checkout-bar__button.upsell{min-width:-webkit-max-content;min-width:max-content}.checkout-bar__cart-button{border:1px solid #ddd;border-radius:50px;display:flex;align-items:center;height:42px;padding:8px 6px 8px 15px}.checkout-bar__cart-button__text{font-size:18px}.checkout-bar__cart-button__image-container{position:relative;display:flex;padding:0 3px 1px}.checkout-bar__cart-button__image-container__image{width:24px;height:24px;margin:0 10px 0 3px}.checkout-bar__cart-button__image-container__item-counter{display:flex;justify-content:center;align-items:center;height:20px;width:20px;position:absolute;background:#ffdd57;right:4px;top:-4px;border:2px solid #f8f7f7;border-radius:50%}.checkout-bar__cart-button__image-container__item-counter__text{font-size:12px;line-height:12px;color:#282828;font-feature-settings:"tnum"}.checkout-bar__cart-button__image-container__item-counter.wide{border-radius:8px;width:26px;right:0}.checkout-bar__title{font-size:16px}.checkout-bar__delivery-fee{color:#8b8b8b;font-size:12px}.item-category__container{margin-top:32px}.item-category__name{font-size:22px;margin:0;padding-top:8px;padding-bottom:8px}.item-category__name__upsell{margin-top:8px}@media(max-width:767.98px){.item-category__name{font-size:20px}}.item-category__description{color:#8b8b8b}.tag-filter-page--back-button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px}.tag-filter-page--apply-button{height:42px;background-color:#ffdd57;border-radius:25px;border:none;width:100%;font-size:18px;margin:10px 0 20px;padding:0;cursor:pointer}@media(max-width:575.98px){.tag-filter-page--apply-button{border-radius:0;height:75px;width:100%;margin:0;padding-bottom:15px}}.tag-filter-page--container{min-height:100vh;height:100%;display:flex;flex-direction:column;justify-content:space-between}.tag-filter-page--container .header .pej-width-container{padding-right:0;padding-left:0}.tag-filter-page--container .tag-filter-list--container{display:flex;flex-direction:column;border:none}@media(min-width:768px){.tag-filter-page--container .tag-filter-list-item--container{margin-bottom:2rem}}.tag-filter-page--container .tag-filter-list-item--tag-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.tag-filter-page--container .tag-filter-list-item--title{margin-bottom:.75rem}.tag-filter-page--container .tag-filter-list-item--divider{display:block;margin-top:1.5rem;margin-bottom:1.5rem;border:0;height:1px;background-color:#d9d9d9}@media(min-width:768px){.tag-filter-page--container .tag-filter-list-item--divider{display:none}}@media(max-width:575.98px){.tag-filter-carousel{overflow-x:scroll}.tag-filter-carousel::-webkit-scrollbar{display:none}.tag-filter-carousel::-webkit-scrollbar-thumb{display:none}.tag-filter-carousel::-webkit-scrollbar-track{background:transparent;display:none}.tag-filter-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding:15px;-webkit-overflow-scrolling:touch}}.tag-filter-carousel .tag-filter-carousel-items{gap:10px}@media(min-width:576px){.tag-filter-carousel .tag-filter-carousel-items{display:flex;flex-wrap:wrap;margin-top:20px}}@media(max-width:575.98px){.tag-filter-carousel .tag-filter-carousel-items{display:inline-flex;margin-top:15px}}@media(max-width:575.98px){.tag-filter-carousel .tag-filter-carousel-items .tag-filter-carousel-item{scroll-snap-align:start}.tag-filter-carousel .tag-filter-carousel-items .tag-filter-carousel-item:first-child{margin-left:0}.tag-filter-carousel .tag-filter-carousel-items .tag-filter-carousel-item:last-child{margin-right:0}}.tag-filter-toggle-button .mat-button-toggle-ripple,.tag-filter-page--container .tag-filter-list-item--select-button .mat-button-toggle-ripple,.tag-filter-toggle-button.mat-button-toggle,.tag-filter-page--container .mat-button-toggle.tag-filter-list-item--select-button{border-radius:42px!important}.tag-filter-toggle-button.mat-button-toggle,.tag-filter-page--container .mat-button-toggle.tag-filter-list-item--select-button{height:36px;background-color:#fff;border:1px solid #eaeaea}.tag-filter-toggle-button.mat-button-toggle .mat-button-toggle-button,.tag-filter-page--container .mat-button-toggle.tag-filter-list-item--select-button .mat-button-toggle-button{height:100%}.tag-filter-toggle-button.mat-button-toggle .mat-button-toggle-button .mat-button-toggle-label-content,.tag-filter-page--container .mat-button-toggle.tag-filter-list-item--select-button .mat-button-toggle-button .mat-button-toggle-label-content{height:100%;display:flex;align-items:center;justify-content:center;padding:8px 16px;font-size:15px}.tag-filter-toggle-button.mat-button-toggle-checked,.tag-filter-page--container .mat-button-toggle-checked.tag-filter-list-item--select-button{border:1px solid #000000;background-color:#fff}.tag-filter-list--container .mat-button-toggle+.mat-button-toggle{border-left:1px solid #eaeaea!important}.tag-filter-list--container .mat-button-toggle-checked.mat-button-toggle{border-left-color:#000!important}.tag-filter-empty-state--container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:45px;padding:28px 20px;border-radius:10px;background-color:#fff;color:#000}@media(max-width:575.98px){.tag-filter-empty-state--container{flex-direction:column;justify-content:center;align-items:center;gap:20px}}@media(max-width:767.98px){.tag-filter-empty-state--container{flex-direction:column;justify-content:center;align-items:center;gap:20px}}@media(max-width:575.98px){.tag-filter-empty-state--container .pej-button-yellow{display:flex;justify-content:center;align-items:center;width:100%}}@media(max-width:575.98px){.shop-items .item-grid-slider{overflow-x:scroll}.shop-items .item-grid-slider::-webkit-scrollbar{display:none}.shop-items .item-grid-slider::-webkit-scrollbar-thumb{display:none}.shop-items .item-grid-slider::-webkit-scrollbar-track{background:transparent;display:none}.shop-items .item-grid-slider{scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding:15px;-webkit-overflow-scrolling:touch}.shop-items .item-grid-slider .item-in-grid{scroll-snap-align:start}}@media(min-width:576px){.shop-items .item-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto;gap:25px;margin-top:20px}}@media(max-width:575.98px){.shop-items .item-grid{display:inline-flex;margin-top:15px}}@media(max-width:575.98px){.shop-items .item-grid .item-in-grid{width:35vw;min-width:35vw}.shop-items .item-grid .item-in-grid:first-child{margin-left:0}.shop-items .item-grid .item-in-grid:last-child{margin-right:0}.shop-items .item-grid .item-in-grid{margin:0 8px}}@media(max-width:575.98px){.shop-items .item-grid .upsell-item-in-grid{width:100%;min-width:0;margin:0}}@media(max-width:575.98px){.shop-items .upsell-item-grid{display:grid;grid-template-columns:repeat(2,1fr);margin:15px 0 0;gap:15px}}.shop-items .item-list{display:flex;flex-direction:column;margin-top:10px}@media(max-width:767.98px){.shop-items .item-list{margin-top:5px}}.shop-offline-item,.shop-offline-item .item-in-grid{cursor:not-allowed!important}.shop-offline-item .item-in-list{cursor:not-allowed}.shop-offline-item .item-in-list__option-add{display:none!important}.category-selection__container{display:flex;flex-direction:row;flex-wrap:wrap}@media(max-width:767.98px){.category-selection__container{flex-direction:column;flex-wrap:nowrap}}.category-selection__toggle-button,.category-selection__card{background-color:#fff;border:2px solid #fff;border-radius:40px;padding:5px 10px;margin-top:10px;margin-right:10px;cursor:pointer}@media(max-width:767.98px){.category-selection__toggle-button,.category-selection__card{margin-right:0;width:100%}}.category-selection__toggle-button--inactive{background-color:#fff0}.category-selection__card{animation:fadeInDown .3s ease-in-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.scroll-to-top-button{background-color:#fff;border-radius:25px;cursor:pointer;position:fixed;bottom:15px;right:15px;z-index:2001;height:50px;width:50px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;animation:fadeInDown .3s ease-in-out}@media(max-width:1199.98px){.scroll-to-top-button{height:40px;width:inherit;bottom:110px;left:0;right:inherit;padding:10px 10px 10px 15px;border-radius:0 5px 5px 0;border-bottom:1px solid #ecebec;animation:fadeInRight .3s ease-in-out}}.scroll-to-top-button{box-shadow:0 15px 40px -5px #0000000d,0 10px 15px -10px #0000000d,0 -5px 15px -10px #0000000d}.scroll-to-top-button__title{padding-left:10px}@media(min-width:1200px){.scroll-to-top-button__title{display:none}}.scroll-to-top-button__icon-frame{height:16px;width:16px;background-repeat:no-repeat;background-size:contain;margin:0 auto}@media(max-width:767.98px){.scroll-to-top-button__icon-frame{height:12px;width:12px;margin-bottom:5px}}.scroll-to-top-button__icon--color{color:#000;fill:#000}@keyframes fadeInRight{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translateY(0)}}.offers-shop-container{width:100%;padding:40px 0 10px}.offers-shop-container .offers-shop__title{font-size:22px;margin:0 0 24px}@media(max-width:767.98px){.offers-shop-container .offers-shop__title{font-size:20px;margin:0 0 15px}}.offers-shop-container .offers-card-container{width:calc(100% + 15px);overflow-x:auto;white-space:nowrap;padding:0 0 10px}.offers-shop-container .offers-card-container .offer-card{width:280px;margin-right:25px;padding:20px;display:inline-block;white-space:initial;vertical-align:top}.offers-shop-container .offers-card-container .offer-card .offer-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.offers-shop-container .offers-card-container .offer-card .offer-card-header .ic-info{height:20px;width:20px;cursor:pointer}.offers-shop-container .offers-card-container .offer-card .offer-description{margin-right:30px;margin-bottom:16px}.offer-reward-background{background:#fff;border:none!important}.offer-home{padding-bottom:100px}.offer-home .offer-exp-date{background-color:#efeff1;padding:5px 0}.offer-home .offer-exp-date p,.offer-home .offer-exp-date .section li,.section .offer-home .offer-exp-date li{font-size:12px}.offers .reward-container{display:flex;flex-direction:row;align-items:center}.offers .reward-container .ic-gift-large{height:60px;width:60px;margin-right:10px}.offers .stamp-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;margin:0 -8px -8px 0}.offers .stamp-container .stamp{background-color:#efeff1;border-radius:4px;order:1;flex-grow:0;flex-basis:40px;height:40px;margin:0 8px 8px 0}.offers .stamp-container .stamp p,.offers .stamp-container .stamp .section li,.section .offers .stamp-container .stamp li{line-height:40px;text-align:center;font-size:18px}.offers .stamp-container .stamp .ic-check{height:30px;width:30px;margin:5px}.offers .stamp-container .saved{background-color:#e1def5}.offers .stamp-container .gift{background-color:#0000}.offers .stamp-container .gift .ic-gift{height:38px;width:38px;margin:2px}.shop-items-custom-header{margin-top:15px}.shop-items-custom-header a{text-decoration:underline}.shop-items-disclaimer{font-size:.75rem;color:#8b8b8b}.shop-items-disclaimer p,.shop-items-disclaimer .section li,.section .shop-items-disclaimer li{font-size:inherit;color:inherit}.shop-items-disclaimer p,.shop-items-disclaimer .section li,.section .shop-items-disclaimer li,p .shop-items-disclaimer,.section li .shop-items-disclaimer{margin-bottom:10px}.shop-items-disclaimer a{font-size:inherit;text-decoration:underline}.order-response-component{display:flex;flex-direction:column;align-items:center;align-content:center;justify-content:center;height:100vh;text-align:center;max-width:500px;margin:0 auto;padding:0 25px}.order-response-component .loader{border:8px solid rgb(239,239,241);border-top:8px solid #ffdd57;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 0 25px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.order-list-component{padding-bottom:100px}.order-list-component .button-container-bottom{width:100%;position:fixed;bottom:0;left:0;background-color:#c6c6cb}.order-list-component .button-container-bottom .pej-button-fullwidth-xs-down{float:right;margin:15px 0 15px 15px}@media(max-width:575.98px){.order-list-component .button-container-bottom .pej-button-fullwidth-xs-down{width:100%;border-radius:0;margin:0;height:80px;line-height:80px;font-size:20px}}@media(max-width:575.98px){.order-list-component .fullwidth-xs-down{width:100%}}.order-list-component{background-color:#f8f7f7}.order-list-component .pej-card-body{display:flex;justify-content:space-between;align-items:center}.topup-component{padding-bottom:100px}.topup-component__fsgm-user-card--margin-top{margin-top:30px}.checkout-component{padding-bottom:100px}.checkout-component .mat-checkbox-layout{padding:20px;white-space:inherit;width:100%}.checkout-component .mat-checkbox-layout .mat-checkbox-label{line-height:inherit}.checkout-component .mat-checkbox-layout .mat-checkbox-inner-container{margin-left:0;margin-right:15px}.checkout-component .pej-button--checkout-login,.checkout-component .pej-button--checkout-create-user{background-color:#efeff1;text-align:center;margin-bottom:10px;margin-top:10px}@media(max-width:575.98px){.checkout-component .pej-button--checkout-login,.checkout-component .pej-button--checkout-create-user{margin-bottom:0;width:100%}}.checkout-component .pej-button--checkout-create-user{margin-left:10px}@media(max-width:575.98px){.checkout-component .pej-button--checkout-create-user{margin-left:0}}.checkout-component .shop-agreement a{text-decoration:underline;font-size:inherit}.checkout-component .checkout-gift-card-success__title{display:flex;flex-wrap:wrap;align-items:center;column-gap:8px;row-gap:4px;margin:0;color:#282828}.checkout-component .checkout-gift-card-success__body{color:#282828;padding-top:0}.checkout-component .checkout-gift-card-success__number-label{margin:0 0 4px;font-size:14px;line-height:1.3;font-weight:600}.checkout-component .checkout-gift-card-success__number-value{margin:0;font-size:18px;line-height:1.4;word-break:break-all}.checkout-component .checkout-gift-card-success__balance-value{font-size:30px;line-height:1.2}.checkout-component .checkout-gift-card-success__balance{margin-top:12px}.checkout-component .checkout-gift-card-success__cancel{margin-top:16px}.checkout-component .checkout-gift-card-success__cancel .d-md-none a.gift-card-use-button{box-sizing:border-box;text-align:center;direction:ltr;width:100%}.checkout-component .validated-chip{background-color:#eafaf4;border-radius:25px;padding:3px 8px 3px 3px;position:absolute;top:20px;right:20px}@media(max-width:767.98px){.checkout-component .validated-chip{right:50px}}.checkout-component .validated-chip{display:flex;flex-direction:row;justify-content:center;align-items:center;align-content:center}.checkout-component .validated-chip__icon{height:16px;width:16px;margin-right:3px}.checkout-component .validated-chip__text{color:#2cd196;font-size:12px;line-height:12px}.timeslot-reservation-dialog .mat-mdc-dialog-container .mdc-dialog__surface{border-radius:15px!important;overflow:hidden;max-width:315px!important;max-height:770px;width:90vw}.timeslot-reservation-dialog--backdrop{background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.timeslot-reservation-dialog--container{padding:15px;border-radius:10px;width:100%;height:100%}.timeslot-reservation-dialog--title-container{text-align:left}.timeslot-reservation-dialog--description{margin-top:.5rem;font-size:18px;line-height:25px}.timeslot-reservation-dialog--timeslot{margin-top:.5rem;font-size:18px;line-height:25px;font-weight:600}.timeslot-reservation-dialog--content{max-height:80vh;margin:0 0 30px;padding:0;overflow-y:auto}.timeslot-reservation-dialog--footer__cancel-button,.timeslot-reservation-dialog--footer__continue-button{width:100%;display:flex;justify-content:center;align-items:center;text-align:center!important;margin-bottom:0}.timeslot-reservation-dialog--footer__cancel-button{position:relative}.timeslot-reservation-dialog--footer__cancel-button-label{position:relative;z-index:1}.timeslot-reservation-dialog--footer__cancel-button-progress{background:#0000000d;width:100%;height:100%;transition:width 1.1s linear;position:absolute;z-index:0;left:0;top:0}.order-list__error-card-text,.order-list__footer-shop-name,.order-list__status-subtitle,.order-list__header-subtitle,.pej-button,.pej-button-small,.checkout-bar__cart-button__image-container__item-counter__text,.checkout-bar__delivery-fee{font-family:Circular;font-weight:300}.pej-button-small,h1,.order-activation-dialog--title-container h2,h2,h3,h4,h5,.shop-dialog .shop-dialog__title,.shop-dialog .mat-mdc-dialog-container .mat-mdc-dialog-title,.shop-dialog .mat-mdc-button,.tip-dialog .mat-dialog-title,.tag-filter-page--apply-button{font-family:Circular;font-weight:500}.order-list__header-title,.checkout-validation-error__title,.checkout-validation-error__items,.checkout-bar__button,.checkout-bar__cart-button__text,.checkout-bar__title{font-family:Circular;font-weight:700}.order-list__status-card,.order-list__status-title,.category-info__name{font-family:Circular;font-weight:900}.fsgm-voucher-card__title,.fsgm-voucher-card__body,.fsgm-voucher-selector__chip--active-count,.order__activated-item-options,.order-combo-items,.pej-button-transparent,.mat-mdc-text-field-wrapper,.mat-mdc-radio-button,.header-shop__address,.tip__item .mdc-form-field .mdc-label,.tip__item__input[type=text],.tip__item__input::placeholder,.tip__item__input:focus::placeholder,.mat-mdc-list-option,.tag-filter-toggle-button.mat-button-toggle .mat-button-toggle-button .mat-button-toggle-label-content,.tag-filter-page--container .mat-button-toggle.tag-filter-list-item--select-button .mat-button-toggle-button .mat-button-toggle-label-content{font-family:Source Sans Pro,sans-serif;font-weight:400}.pej-tab-group .mat-mdc-tab,.pej-tab-group .mat-mdc-tab-link,.order-card--order-status-value,.order-card--order-status-title--expired,.order__activated-item-title,.pej-button-gray-outline{font-family:Source Sans Pro,sans-serif;font-weight:600}.order-component .order__receipt{font-family:monospace}.comfortable-line-length{max-width:38rem}.order-list{height:100vh;width:100%;background-color:#f8f7f7;background-position:center center;background-size:contain;overflow:hidden;padding:2vw}@media(max-width:767.98px){.order-list{height:inherit;min-height:100vh;overflow:inherit;padding:15px}}.order-list__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-content:center;margin-bottom:2vw}@media(max-width:767.98px){.order-list__header{border-bottom:2px solid #ecebec;margin-bottom:30px;padding-bottom:15px}}.order-list__header-title{color:#282828;font-size:3vw}@media(max-width:767.98px){.order-list__header-title{font-size:25px}}.order-list__header-subtitle{color:#8b8b8b;font-size:1.75vw}@media(max-width:767.98px){.order-list__header-subtitle{font-size:15px}}@media(max-width:767.98px){.order-list__header-logo{height:60px;width:60px}}.order-list__body{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;align-content:flex-start}@media(max-width:767.98px){.order-list__body{flex-direction:column;padding-bottom:45px}}.order-list__status-section{display:flex;flex-direction:column}.order-list__status-section--ready{width:35%;padding-left:2vw}@media(max-width:767.98px){.order-list__status-section--ready{width:100%;margin-bottom:30px;padding-left:0}}.order-list__status-section--prepare{width:calc(65% - 1vw);padding-right:2vw;border-right:2px solid #ecebec;min-height:calc(100vh - 4vw)}@media(max-width:767.98px){.order-list__status-section--prepare{width:100%;padding-right:0;border-right:none;min-height:inherit}}.order-list__status-title{color:#282828;font-size:3vw;padding-bottom:1vw}@media(max-width:767.98px){.order-list__status-title{font-size:25px;padding-bottom:15px}}.order-list__status-subtitle{color:#282828;display:none;font-size:1.5vw;margin-top:-.5vw;padding-bottom:1vw}@media(max-width:767.98px){.order-list__status-subtitle{font-size:15px;margin-top:-10px;padding-bottom:15px}}.order-list__status-cards{display:flex;flex-direction:row;flex-wrap:wrap}@media(max-width:767.98px){.order-list__status-cards{width:calc(100% + 5px)}}.order-list__status-card{border-radius:8px;margin:0 1vw 1vw 0;padding:1.2vw 0;text-align:center;font-size:3vw}@media(max-width:767.98px){.order-list__status-card{border-radius:4px;font-size:25px;margin:0 5px 5px 0}}.order-list__status-card--ready{border:2px solid #2cd196;background-color:#2cd196;color:#fff;order:2;width:calc(33.33% - 1vw)}@media(max-width:767.98px){.order-list__status-card--ready{width:calc(33.33% - 5px)}}@media(min-width:576px){.order-list__status-card--ready-animation{animation:fadeInLargeTop 8s ease-in-out}}@keyframes fadeInLargeTop{0%{opacity:0;order:-1}10%{opacity:1;order:-1;width:100%;font-size:10vw}90%{opacity:1;order:-1;width:100%;font-size:10vw}to{opacity:1;order:-1}}.order-list__status-card--prepare{border:2px solid #ecebec;width:calc(20% - 1vw)}@media(max-width:767.98px){.order-list__status-card--prepare{width:calc(33.33% - 5px)}}.order-list__status-card--sm{font-size:2vw;width:calc(14% - 1vw)}@media(max-width:767.98px){.order-list__status-card--sm{font-size:25px;width:calc(33.33% - 5px)}}.order-list__footer{position:fixed;bottom:2vw;left:2vw;z-index:1990}@media(max-width:767.98px){.order-list__footer{background-color:#f8f7f7;border-top:1px solid #ecebec;bottom:0;left:0;width:100%;padding:15px 10px}}.order-list__footer-shop-name{color:#282828;font-size:1vw}@media(max-width:767.98px){.order-list__footer-shop-name{font-size:15px}}.order-list__error-card{background-color:#f36a6a;margin:-2vw -2vw 1vw;text-align:center;width:calc(100% + 4vw)}@media(max-width:767.98px){.order-list__error-card{margin:-15px -15px 15px;width:calc(100% + 30px)}}.order-list__error-card-text{color:#fff;font-size:1vw;padding:.5vw}@media(max-width:767.98px){.order-list__error-card-text{font-size:15px;padding:10px}}.order-list__fullscreen-image{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.order-list__fullscreen-image img{position:absolute;left:50%;top:50%;min-height:100%;min-width:100%;transform:translate(-50%,-50%);transition:opacity 0s linear;opacity:0}.order-list__fullscreen-image img.first{z-index:1}.order-list__fullscreen-image img.visible{transition:opacity 2s linear;opacity:1}@media(max-width:767.98px){.order-list__fullscreen-image{display:none}}.header-group__navigation-bar{position:absolute;top:5px;left:0;width:100%}.back-button-container__icon-color--header-group{fill:#000}.group__content{margin-top:40px}.group__image-container{display:flex;justify-content:center;margin-bottom:30px}.group__image-container__image{width:67px;height:auto}.group__title{font-size:25px;font-weight:700}.group__action-description{font-size:25px;font-weight:400}.group__delivery-info-container{display:flex;margin-top:10px}.group__delivery-info-container__text{font-size:16px;margin-left:4px}.group__address-text{padding-top:15px;font-size:16px}.group__delivery-address__confirm-button{margin-top:16px;text-align:center}@media(min-width:576px){.group__delivery-address__confirm-button{align-self:flex-end}}.no-delivery-dialog{display:flex;flex-direction:column}.no-delivery-dialog__image{height:250px;background-color:#e8e8e8;margin-bottom:8px;border-radius:5px}.no-delivery-dialog__text{margin:5px 0}.no-delivery-dialog__provider-list{list-style-type:none;padding:0}.no-delivery-dialog__provider{text-decoration:underline;line-height:28px}.no-delivery-dialog__actions{height:60px;background-color:#ffbc0d}.no-delivery-dialog__button{width:100%;height:50px;border:none;background-color:inherit;color:#282828;font-size:16px;font-weight:600}.no-delivery-dialog__button:focus{outline:none}.pej-tab-group .mat-mdc-tab-list{border-bottom:1px solid #aaa}.pej-tab-group .mat-mdc-tab,.pej-tab-group .mat-mdc-tab-link{font-size:15px;min-width:unset;height:auto!important;min-height:29px;padding:3px 15px;color:#aaa}.pej-tab-group .mat-mdc-tab.mdc-tab--active,.pej-tab-group .mat-mdc-tab-link.mdc-tab--active{color:#282828}.pej-tab-group .mat-mdc-tab .mdc-tab__content,.pej-tab-group .mat-mdc-tab-link .mdc-tab__content{height:100%;display:flex;flex-direction:column;justify-content:end;padding-bottom:2px}.pej-tab-group .mat-mdc-tab-header{background-color:#f8f7f7}.pej-tab-group .mat-mdc-tab-header .mat-elevation-z4{box-shadow:unset}.pej-tab-group.sticky .mat-mdc-tab-header{position:sticky;top:0;z-index:110}.account_balance--progress-bar{margin-top:10px}.account_balance--progress-bar .mdc-linear-progress,.account_balance--progress-bar .mdc-linear-progress__bar,.account_balance--progress-bar .mdc-linear-progress__buffer{height:4px;border-radius:12px}.account_balance--progress-bar .mdc-linear-progress__bar-inner{border-top-width:4px}.account_balance--progress-bar .mdc-linear-progress__bar-inner{border-color:#2cd196}.account_balance--progress-bar .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#e4e4e4}.account_balance--progress-bar.warning .mdc-linear-progress__bar-inner{border-color:#ffa24d}.account_balance--progress-bar.error .mdc-linear-progress__bar-inner{border-color:#ff4d4d}.account_balance--details{display:flex;align-items:center;justify-content:start}@media(max-width:767.98px){.account_balance--details{justify-content:space-between}}.account_balance--details p,.account_balance--details .section li,.section .account_balance--details li{margin-left:3px}@media(max-width:767.98px){.account_balance--details p,.account_balance--details .section li,.section .account_balance--details li{margin-left:0}}.account_balance--details p,.account_balance--details .section li,.section .account_balance--details li{font-size:16px;color:#2cd196}.account_balance--details.warning p,.account_balance--details.warning .section li,.section .account_balance--details.warning li{color:#ffa24d}.account_balance--details.error p,.account_balance--details.error .section li,.section .account_balance--details.error li{color:#ff4d4d}.account_balance--selected-account-card-title-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.account_balance--selected-account-card-title-icon{filter:invert(93%) sepia(0%) saturate(43%) hue-rotate(220deg) brightness(91%) contrast(96%)}.account_balance--selected-account-card-body{margin-bottom:20px;margin-top:0;max-width:100%}@media(min-width:992px){.account_balance--selected-account-card-body.credit{width:300px}}@media(min-width:576px){.account_balance--selected-account-card-body{align-items:center;margin-top:20px}.account_balance--selected-account-card-body.credit{width:250px}}@media(max-width:767.98px){.account_balance--selected-account-card-body.direct{margin-bottom:0}}.account_balance--selected-account-container{display:flex;flex-direction:column;padding:0!important;margin-left:20px;margin-right:20px}@media(min-width:576px){.account_balance--selected-account-container{align-items:center;flex-direction:row;justify-content:space-between;border-top:1px solid #eaedf0}}.account_balance--credit-monthly-spending{margin-top:10px;color:#757575;font-size:12px}.account_balance--prepaid-icon,.account_balance--credit-icon,.account-option--prepaid-icon,.account-option--credit-icon{height:18px;width:18px;filter:invert(78%) sepia(15%) saturate(2037%) hue-rotate(100deg) brightness(90%) contrast(82%)}.account_balance--prepaid-icon.warning,.account_balance--credit-icon.warning,.account-option--prepaid-icon.warning,.account-option--credit-icon.warning{filter:brightness(0) saturate(100%) invert(91%) sepia(17%) saturate(7494%) hue-rotate(321deg) brightness(100%) contrast(106%)}.account_balance--prepaid-icon.error,.account_balance--credit-icon.error,.account-option--prepaid-icon.error,.account-option--credit-icon.error{filter:brightness(0) saturate(100%) invert(45%) sepia(17%) saturate(7453%) hue-rotate(331deg) brightness(104%) contrast(113%)}.account-option--prepaid-icon,.account-option--credit-icon{height:15px;width:15px}.account_selector--dialog .mat-mdc-dialog-container .mdc-dialog__surface{border-radius:15px!important;overflow:hidden}.account_selector--dialog{height:-webkit-fit-content;height:fit-content;max-height:80vh;min-width:340px;width:-webkit-fit-content;width:fit-content;max-width:90vw}.account_selector--dialog-container{padding:15px 0;border-radius:10px;width:100%;height:100%;justify-content:space-between;display:flex;flex-direction:column}.account_selector--dialog-content{max-height:45vh;min-height:30vh;height:100%;margin:0;padding:0;overflow-y:auto}.mdc-dialog__actions.account_selector--dialog-footer{margin-top:30px;padding:0 15px}.account_selector--dialog-action{width:100%;display:flex;justify-content:center;align-items:center}.account_selector--dialog-title{margin-bottom:15px;padding:0 15px}.account_selector--dialog-credit-monthly-spending{margin-top:4px;color:#757575;font-size:10px}.account_selector--account-option-details p,.account_selector--account-option-details .section li,.section .account_selector--account-option-details li{font-size:15px}.account_selector--account-option-details .account_selector--dialog-account-option-balance{color:#2cd196}.account_selector--account-option-details.warning .account_selector--dialog-account-option-balance{color:#ffa24d}.account_selector--account-option-details.error .account_selector--dialog-account-option-balance{color:#ff4d4d}.account_selector--dialog-options{display:flex;flex-direction:column;justify-content:start}.account_selector--dialog-options .mat-mdc-radio-button{padding:15px;display:flex;align-items:center;transition:background-color .2s ease-in-out;cursor:pointer}.account_selector--dialog-options .mat-mdc-radio-button:hover{background-color:#f2f2f266}.account_selector--dialog-options .mat-mdc-radio-button .mdc-form-field{width:100%}.account_selector--dialog-options .mat-mdc-radio-button .mdc-form-field .mdc-radio{padding-top:0;padding-bottom:0}.account_selector--dialog-options .mat-mdc-radio-button .mdc-form-field .mdc-label{width:100%;cursor:pointer}.account_selector--dialog-options .mat-mdc-radio-button.credit .mdc-form-field{align-items:start}.account_selector--dialog-options .mat-mdc-radio-checked{background-color:#f2f2f2}.account_selector--switch-account-button-container{display:flex;justify-content:center;flex-direction:row;margin-top:20px;margin-bottom:20px}.account_selector--switch-account-button-container .button--topup{margin-bottom:0x;margin-right:10px}@media(max-width:575px){.account_selector--switch-account-button-container{margin:0 20px 20px;border-top:1px solid #eaedf0;padding-top:20px;flex-direction:column}.account_selector--switch-account-button-container .button--topup{margin-bottom:10px;margin-right:0}}.account_selector--no-account-alert{margin-top:20px;margin-bottom:15px}fsgm-voucher-selector,fsgm-voucher-card{display:block;width:100%}.fsgm-voucher-selector{width:100%}.fsgm-voucher-selector .pej-card-header{height:64px}.fsgm-voucher-selector__section{margin-bottom:16px}.fsgm-voucher-selector__empty-state{font-style:italic}.fsgm-voucher-selector__grid{display:flex;flex-direction:column;width:100%;gap:16px}.fsgm-voucher-selector__chip--active-count{font-size:14px;display:flex;justify-content:center;align-items:center;margin-left:5px;border-radius:50%;width:24px;height:24px;color:#2cd196;background-color:#eafaf4}.fsgm-voucher-selector__unavailable{border-top:1px solid #e4e4e4}.fsgm-voucher-selector__unavailable-icon{height:15px;width:auto}.fsgm-voucher-selector__unavailable-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:12px;padding-bottom:12px;margin-top:8px;border:none;background:transparent;cursor:pointer;text-align:left}.fsgm-voucher-selector__unavailable-toggle:focus-visible{outline:2px solid #4f9bf5;outline-offset:2px}.fsgm-voucher-selector__unavailable-title{font-size:16px;font-weight:600;color:#282828}.fsgm-voucher-selector__unavailable-panel{margin-top:12px}.fsgm-voucher-selector__unavailable-panel--collapsed{display:none}.fsgm-voucher-card{box-sizing:border-box;margin:0 0 15px;width:100%;max-width:100%;overflow:hidden;border:1px solid #eaedf0;outline:2px solid transparent;outline-offset:0;transition:background-color 75ms ease-in-out,outline-color .1s ease-in-out}.fsgm-voucher-card:not(.fsgm-voucher-card--disabled):not(.fsgm-voucher-card--loading-all):not(.fsgm-voucher-card--loading-others):hover{background-color:#f2f2f266}.fsgm-voucher-card:last-child{margin-bottom:0}.fsgm-voucher-card__image{display:block;width:100%;height:auto;aspect-ratio:3/2;border-top-left-radius:5px;border-top-right-radius:5px}.fsgm-voucher-card__body{padding:15px;display:grid;grid-template-columns:auto 1fr auto;column-gap:10px;align-items:start}.fsgm-voucher-card__body-icon{grid-column:1;grid-row:1;margin-top:1px;height:19px;width:auto;transition:filter .1s ease-in-out}.fsgm-voucher-card__body-icon .ic__loyalty,.fsgm-voucher-card__body-icon .ic__check__circle{display:block;width:auto;height:100%}.fsgm-voucher-card__content{grid-column:2;grid-row:1/-1;min-width:0}.fsgm-voucher-card__title{font-size:15px;font-weight:600;margin:0 0 4px;transition:color .1s ease-in-out}.fsgm-voucher-card__description{font-size:15px;color:#282828}.fsgm-voucher-card__expires{font-size:12px;margin:4px 0 0;color:#8b8b8b}.fsgm-voucher-card__footer{font-size:12px;margin-top:8px;padding-top:6px;border-top:1px solid #eaedf0;color:#8b8b8b;width:100%;display:flex;flex-direction:row;align-items:center;gap:4px}.fsgm-voucher-card__footer-icon{filter:invert(58%) sepia(0%) saturate(1479%) hue-rotate(142deg) brightness(95%) contrast(84%);height:15px;width:auto}.fsgm-voucher-card__button{display:block;width:100%;padding:0;border:none;background:transparent;text-align:left;cursor:pointer;color:inherit;font:inherit}.fsgm-voucher-card__button:disabled{cursor:not-allowed;pointer-events:none}.fsgm-voucher-card__button:focus-visible{outline:2px solid black;outline-offset:2px}.fsgm-voucher-card--selected{outline-color:#2cd196;border-color:transparent}.fsgm-voucher-card--selected .fsgm-voucher-card__title{color:#2cd196}.fsgm-voucher-card--selected .fsgm-voucher-card__body-icon{filter:invert(71%) sepia(27%) saturate(1067%) hue-rotate(106deg) brightness(94%) contrast(85%)}.fsgm-voucher-card--disabled{opacity:.7;border:1px dashed #c5c5c7;cursor:not-allowed}.fsgm-voucher-card--loading-all,.fsgm-voucher-card--loading-all .fsgm-voucher-card__button{cursor:default}.fsgm-voucher-card--loading-others{opacity:.7;cursor:default}.fsgm-voucher-card--loading-others .fsgm-voucher-card__button{cursor:default}span.pej-spot{color:#ffdd57}@media(min-width:767px){span.pej-spot{animation-name:pej-spot-grow;animation-duration:.8s;padding-left:50px}}@media(max-width:767px){span.pej-spot{animation-name:pej-spot-grow-xs;animation-duration:0s;padding-left:0}}span.pej-white{color:#fff}.vh-100{height:100vh}strong{font-weight:600}p.intro,.section li.intro{font-size:18px}.section{padding:50px 0 100px}.section .subsection{padding:25px 0 0}.section h1,.section .order-activation-dialog--title-container h2,.order-activation-dialog--title-container .section h2{margin:40px 0 0}.section h1.margin-0,.section .order-activation-dialog--title-container h2.margin-0,.order-activation-dialog--title-container .section h2.margin-0{margin:0}.section p,.section li{margin:0 0 20px;line-height:1.5}.section p.before-list,.section li.before-list,.section p.margin-0,.section li.margin-0{margin:0}.section strong{font-weight:600}.section ul{margin:0 0 20px}.section li{margin:0}
