@charset "UTF-8";/*!
 * 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}.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}.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}.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}.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}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}.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{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{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{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;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);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}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-video,.fancybox-iframe{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:#1e1e1e99;border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:visited,.fancybox-button:link{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2){display:none}.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(to top,#000000d9,#0000004d 50%,#00000026 65%,#00000013 75.5%,#00000009 82.85%,#00000005 88%,#0000);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding: max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{to{transform:rotate(360deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleZ(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleZ(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media all and (max-height: 576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding: max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:visited,.fancybox-share__button:link{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px #0000004d}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{backface-visibility:hidden;background-color:#0000001a;background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media all and (max-width: 576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */.fr-clearfix:after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-view img.fr-rounded,.fr-view .fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view img.fr-shadow,.fr-view .fr-img-caption.fr-shadow img{box-shadow:10px 10px 5px #ccc}.fr-view img.fr-bordered,.fr-view .fr-img-caption.fr-bordered img{border:solid 5px #CCC}.fr-view img.fr-bordered{box-sizing:content-box}.fr-view .fr-img-caption.fr-bordered img{box-sizing:border-box}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.fr-view table td,.fr-view table th{border:1px solid #DDD}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-column-break-after:always;break-after:always;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file:after{position:relative;content:"📎";font-weight:400}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir=rtl] blockquote{border-left:none;border-right:solid 2px #5E35B1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.fr-view blockquote{border-left:solid 2px #5E35B1;margin-left:0;padding-left:5px;color:#5e35b1}.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.fr-view span.fr-emoticon{font-weight:400;font-family:"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,Segoe UI Symbol,"Android Emoji",EmojiSymbols;display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#aaa!important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ff0}.fr-view .fr-class-code{border-color:#ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:Courier New,Courier,monospace}.fr-view .fr-class-transparency{opacity:.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute!important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{box-sizing:content-box;max-width:100%;border:none}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap a{display:block}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;box-sizing:border-box;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.vjs-svg-icon{display:inline-block;background-repeat:no-repeat;background-position:center;fill:currentColor;height:1.8em;width:1.8em}.vjs-svg-icon:before{content:none!important}.vjs-svg-icon:hover,.vjs-control:focus .vjs-svg-icon{filter:drop-shadow(0 0 .25em #fff)}.vjs-modal-dialog .vjs-modal-dialog-content,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");font-weight:400;font-style:normal}.vjs-icon-play,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:""}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:""}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-high,.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:""}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:""}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:""}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:""}.vjs-icon-subtitles,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:""}.vjs-icon-captions,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder:before{content:""}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:""}.vjs-icon-chapters,.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:""}.vjs-icon-downloading{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-downloading:before{content:""}.vjs-icon-file-download{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download:before{content:""}.vjs-icon-file-download-done{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-done:before{content:""}.vjs-icon-file-download-off{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-off:before{content:""}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:""}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:""}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:""}.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder,.video-js .vjs-volume-level,.video-js .vjs-play-progress{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before,.video-js .vjs-volume-level:before,.video-js .vjs-play-progress:before{content:""}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:""}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:""}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:""}.vjs-icon-repeat{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-repeat:before{content:""}.vjs-icon-replay,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:""}.vjs-icon-replay-5,.video-js .vjs-skip-backward-5 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-5:before,.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before{content:""}.vjs-icon-replay-10,.video-js .vjs-skip-backward-10 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-10:before,.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before{content:""}.vjs-icon-replay-30,.video-js .vjs-skip-backward-30 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-30:before,.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before{content:""}.vjs-icon-forward-5,.video-js .vjs-skip-forward-5 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-5:before,.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before{content:""}.vjs-icon-forward-10,.video-js .vjs-skip-forward-10 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-10:before,.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before{content:""}.vjs-icon-forward-30,.video-js .vjs-skip-forward-30 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-30:before,.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before{content:""}.vjs-icon-audio,.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:""}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:""}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:""}.vjs-icon-shuffle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-shuffle:before{content:""}.vjs-icon-cast{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cast:before{content:""}.vjs-icon-picture-in-picture-enter,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-enter:before,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:""}.vjs-icon-picture-in-picture-exit,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-exit:before,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:""}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:""}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:""}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:""}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:""}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:""}.vjs-icon-audio-description,.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:""}.video-js{display:inline-block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js *:before,.video-js *:after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-1-1{width:100%;max-width:100%}.video-js.vjs-fluid:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-1-1:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window,body.vjs-pip-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen,body.vjs-pip-window .video-js{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),body.vjs-pip-window .video-js{width:100%!important;height:100%!important;padding-top:0!important;display:block}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-pip-container .vjs-pip-text{position:absolute;bottom:10%;font-size:2em;background-color:#000000b3;padding:.5em;text-align:center;width:100%}.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,.vjs-layout-small.vjs-pip-container .vjs-pip-text{bottom:0;font-size:1.4em}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:50%;left:50%;padding:0;margin-top:-.81666em;margin-left:-1.5em;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:#2b333fb3;border-radius:.3em;transition:all .4s}.vjs-big-play-button .vjs-svg-icon{width:1em;height:1em;position:absolute;top:50%;left:50%;line-height:1;transform:translate(-50%,-50%)}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:#73859f80;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking,.vjs-scrubbing,.vjs-error) .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:#000c;background:linear-gradient(180deg,#000c,#fff0);overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{display:flex;justify-content:center;list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover,.js-focus-visible .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:#73859f80}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover,.js-focus-visible .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-selected .vjs-svg-icon,.vjs-menu li.vjs-selected:focus .vjs-svg-icon,.vjs-menu li.vjs-selected:hover .vjs-svg-icon,.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon{fill:#000}.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible){background:none}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:#2b333fb3}.vjs-pip-window .vjs-menu-button-popup .vjs-menu{left:unset;right:1em}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:#2b333fb3;position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:#2b333fb3}.video-js:not(.vjs-controls-disabled,.vjs-using-native-controls,.vjs-error) .vjs-control-bar.vjs-lock-showing{display:flex!important}.vjs-has-started .vjs-control-bar,.vjs-audio-only-mode .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.vjs-button>.vjs-svg-icon{display:inline-block}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0em 0em 1em white}.video-js *:not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;line-height:.35em;z-index:1}.vjs-svg-icons-enabled .vjs-play-progress:before{content:none!important}.vjs-play-progress .vjs-svg-icon{position:absolute;top:-.35em;right:-.4em;width:.9em;height:.9em;pointer-events:none;line-height:.15em;z-index:1}.video-js .vjs-load-progress{background:#73859f80}.video-js .vjs-load-progress div{background:#73859fbf}.video-js .vjs-time-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:#000c}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#73859f;background-color:#73859f80}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em white;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-svg-icons-enabled .vjs-volume-level:before{content:none}.vjs-volume-level .vjs-svg-icon{position:absolute;width:.9em;height:.9em;pointer-events:none;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{line-height:.35em;right:-.5em}.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon{right:-.3em;transform:translateY(-50%)}.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon{top:-.55em;transform:translate(-50%)}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:#2b333fb3}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:#000c}.vjs-poster{display:inline-block;vertical-align:middle;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster,.vjs-pip-container.vjs-has-started .vjs-poster{display:block}.vjs-poster img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.video-js:not(.vjs-live) .vjs-live-control,.video-js.vjs-liveui .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-svg-icons-enabled .vjs-seek-to-live-control{line-height:0}.vjs-seek-to-live-control .vjs-svg-icon{width:1em;height:1em;pointer-events:none;fill:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon{fill:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider,.video-js .vjs-current-time,.video-js .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.vjs-error .vjs-text-track-display{display:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js.vjs-force-center-align-cues .vjs-text-track-cue{text-align:center!important;width:80%!important}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,.vjs-pip-window .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control,.vjs-pip-window .vjs-fullscreen-control{display:none}.vjs-playback-rate>.vjs-menu-button,.vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.85;text-align:left;border:.6em solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:5em;height:5em;border-radius:50%;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:flex;justify-content:center;align-items:center;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-error .vjs-loading-spinner{display:none}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-svg-icon{width:1.5em;height:1.5em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover{width:auto;width:initial}.video-js.vjs-layout-x-small .vjs-progress-control,.video-js.vjs-layout-tiny .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:#2b333fbf;color:#fff;height:70%}.vjs-error .vjs-text-track-settings{display:none}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font,.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display: grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-text-track-settings select{font-size:inherit}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:10px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;padding:0 .6em .8em}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;font-weight:700;font-size:1.2em}.vjs-text-track-settings .vjs-label{margin:0 .5em .5em 0}.vjs-track-settings-controls button:focus,.vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:hover{color:#2b333fbf}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vjs-title-bar{background:#000000e6;background:linear-gradient(180deg,#000000e6,#000000b3 60%,#0000);font-size:1.2em;line-height:1.5;transition:opacity .1s;padding:.666em 1.333em 4em;pointer-events:none;position:absolute;top:0;width:100%}.vjs-error .vjs-title-bar{display:none}.vjs-title-bar-title,.vjs-title-bar-description{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vjs-title-bar-title{font-weight:700;margin-bottom:.333em}.vjs-playing.vjs-user-inactive .vjs-title-bar{opacity:0;transition:opacity 1s}.video-js .vjs-skip-forward-5,.video-js .vjs-skip-forward-10,.video-js .vjs-skip-forward-30,.video-js .vjs-skip-backward-5,.video-js .vjs-skip-backward-10,.video-js .vjs-skip-backward-30{cursor:pointer}@media print{.video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js *:focus:not(.focus-visible){outline:none}.video-js *:focus:not(:focus-visible){outline:none}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.text-line-through{text-decoration:line-through}i.fa-w-20{min-width:1.25em;display:inline-block;margin-right:5px}@font-face{font-family:Panton;src:url(/build/assets/panton-light-DyIjIR7j.otf) format("opentype");font-weight:300;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton;src:url(/build/assets/panton-regular-DrzPYGu9.otf) format("opentype");font-weight:400;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton;src:url(/build/assets/panton-semibold-BxS-5oQa.otf) format("opentype");font-weight:600;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton;src:url(/build/assets/panton-bold-Wle4gXfy.otf) format("opentype");font-weight:700;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton;src:url(/build/assets/panton-extrabold-BAPGsoJX.otf) format("opentype");font-weight:900;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Musette;src:url(/build/assets/musette-script-CafX1z5a.otf) format("opentype");font-weight:300;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton-Light;src:url(/build/assets/panton-light-DyIjIR7j.otf) format("opentype");font-weight:300;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton-Regular;src:url(/build/assets/panton-regular-DrzPYGu9.otf) format("opentype");font-weight:400;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton-SemiBold;src:url(/build/assets/panton-semibold-BxS-5oQa.otf) format("opentype");font-weight:600;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton-Bold;src:url(/build/assets/panton-bold-Wle4gXfy.otf) format("opentype");font-weight:700;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton-ExtraBold;src:url(/build/assets/panton-extrabold-BAPGsoJX.otf) format("opentype");font-weight:900;font-display:swap;unicode-range:U+000-5FF}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:rgba(var(--gray-500),var(--tw-border-opacity, 1));border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:rgba(var(--gray-500),var(--tw-text-opacity, 1));opacity:1}input::placeholder,textarea::placeholder{color:rgba(var(--gray-500),var(--tw-text-opacity, 1));opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='rgba(var(--gray-500)%2c var(--tw-stroke-opacity%2c 1))' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:rgba(var(--gray-500),var(--tw-border-opacity, 1));border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}@font-face{font-family:Musette;src:url(/build/assets/musette-script-CafX1z5a.otf) format("opentype");font-weight:300;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton-Light;src:url(/build/assets/panton-light-DyIjIR7j.otf) format("opentype");font-weight:300;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton-Regular;src:url(/build/assets/panton-regular-DrzPYGu9.otf) format("opentype");font-weight:400;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton-Bold;src:url(/build/assets/panton-bold-Wle4gXfy.otf) format("opentype");font-weight:700;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:Panton-ExtraBold;src:url(/build/assets/panton-extrabold-BAPGsoJX.otf) format("opentype");font-weight:900;font-display:swap;unicode-range:U+000-5FF}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-container{width:100%;margin-right:auto;margin-left:auto}@media (min-width: 540px){.tw-container{max-width:540px}}@media (min-width: 720px){.tw-container{max-width:720px}}@media (min-width: 960px){.tw-container{max-width:960px}}@media (min-width: 1140px){.tw-container{max-width:1140px}}@media (min-width: 1225px){.tw-container{max-width:1225px}}.tw-absolute{position:absolute!important}.tw-relative{position:relative!important}.tw-mx-auto{margin-left:auto!important;margin-right:auto!important}.tw-my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.tw-my-4{margin-top:1rem!important;margin-bottom:1rem!important}.-tw-mb-\[34px\]{margin-bottom:-34px!important}.tw-mb-0{margin-bottom:0!important}.tw-ml-3{margin-left:.75rem!important}.tw-mt-1{margin-top:.25rem!important}.tw-mt-10{margin-top:2.5rem!important}.tw-mt-16{margin-top:4rem!important}.tw-mt-2{margin-top:.5rem!important}.tw-mt-3{margin-top:.75rem!important}.tw-block{display:block!important}.tw-flex{display:flex!important}.tw-grid{display:grid!important}.tw-hidden{display:none!important}.tw-h-5{height:1.25rem!important}.tw-h-full{height:100%!important}.tw-w-5{width:1.25rem!important}.tw-w-full{width:100%!important}.tw-grid-flow-col{grid-auto-flow:column!important}.tw-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.tw-flex-col{flex-direction:column!important}.tw-items-center{align-items:center!important}.tw-justify-center{justify-content:center!important}.tw-gap-4{gap:1rem!important}.tw-gap-5{gap:1.25rem!important}.tw-border-0{border-width:0px!important}.tw-bg-dark-yellow{--tw-bg-opacity: 1 !important;background-color:rgb(247 240 217 / var(--tw-bg-opacity))!important}.tw-bg-green{--tw-bg-opacity: 1 !important;background-color:rgb(136 171 52 / var(--tw-bg-opacity))!important}.tw-p-3{padding:.75rem!important}.tw-px-3{padding-left:.75rem!important;padding-right:.75rem!important}.tw-px-4{padding-left:1rem!important;padding-right:1rem!important}.tw-px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.tw-px-\[10\%\]{padding-left:10%!important;padding-right:10%!important}.tw-px-\[15\%\]{padding-left:15%!important;padding-right:15%!important}.tw-py-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.tw-py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.tw-py-\[22px\]{padding-top:22px!important;padding-bottom:22px!important}.tw-py-\[32px\]{padding-top:32px!important;padding-bottom:32px!important}.tw-pb-2{padding-bottom:.5rem!important}.tw-pb-6{padding-bottom:1.5rem!important}.tw-pl-4{padding-left:1rem!important}.tw-pr-4{padding-right:1rem!important}.tw-text-center{text-align:center!important}.tw-font-PantonBold{font-family:Panton-Bold,sans-serif!important}.tw-font-PantonExtraBold{font-family:Panton-ExtraBold,sans-serif!important}.tw-font-PantonLight{font-family:Panton-Light,sans-serif!important}.tw-font-PantonRegular{font-family:Panton-Regular,sans-serif!important}.tw-text-2xl{font-size:1.5rem!important;line-height:2rem!important}.tw-text-base{font-size:1rem!important;line-height:1.5rem!important}.tw-text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.tw-uppercase{text-transform:uppercase!important}.tw-leading-none{line-height:1!important}.tw-text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.tw-text-dark-gray{--tw-text-opacity: 1 !important;color:rgb(56 52 54 / var(--tw-text-opacity))!important}.tw-text-red{--tw-text-opacity: 1 !important;color:rgb(189 21 28 / var(--tw-text-opacity))!important}.tw-text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.tw-placeholder-neutral-400::-moz-placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(163 163 163 / var(--tw-placeholder-opacity))!important}.tw-placeholder-neutral-400::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(163 163 163 / var(--tw-placeholder-opacity))!important}.tw-opacity-80{opacity:.8!important}.tw-outline-0{outline-width:0px!important}.tw-outline-rose-100{outline-color:#ffe4e6!important}.tw-outline-rose-200{outline-color:#fecdd3!important}.tw-ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.tw-ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.tw-ring-rose-500{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity)) !important}.tw-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.\[transform\:translateZ\(0\)\]{transform:translateZ(0)!important}/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #bd151c;--secondary: #868e96;--success: #5cb85c;--info: #17a2b8;--warning: #f0ad4e;--danger: #d9534f;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1350px;--font-family-sans-serif: "Panton", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:Panton,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;color:#5c585c;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#bd151c;text-decoration:none;background-color:transparent}a:hover{color:#780d12;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-family:Panton,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;line-height:1.2;color:#000}h1,.h1{font-size:2rem}h2,.h2{font-size:1.75rem}h3,.h3{font-size:1.5rem}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1.15rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:2.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:.875em;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:0}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xxl,.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}}@media (min-width: 1350px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1225px}}.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-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.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%}}@media (min-width: 1350px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#5c585c}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered,.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.table-hover tbody tr:hover{color:#5c585c;background-color:#00000013}.table-primary,.table-primary>th,.table-primary>td{background-color:#edbdbf}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#dd8589}.table-hover .table-primary:hover{background-color:#e8a9ac}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#e8a9ac}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#dddfe2}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#c0c4c8}.table-hover .table-secondary:hover{background-color:#cfd2d6}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#cfd2d6}.table-success,.table-success>th,.table-success>td{background-color:#d1ebd1}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#aadaaa}.table-hover .table-success:hover{background-color:#bfe3bf}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#bfe3bf}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#fbe8cd}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#f7d4a3}.table-hover .table-warning:hover{background-color:#f9ddb5}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#f9ddb5}.table-danger,.table-danger>th,.table-danger>td{background-color:#f4cfce}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#eba6a3}.table-hover .table-danger:hover{background-color:#efbbb9}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#efbbb9}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>th,.table-active>td{background-color:#00000013}.table-hover .table-active:hover{background-color:#00000013}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#00000013}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:#ffffff13}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}@media (max-width: 1349.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.8em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.8;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#ee646a;outline:0;box-shadow:0 0 0 .2rem #bd151c40}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.8}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.8;color:#5c585c;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}select.form-control[size],select.form-control[multiple],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#5cb85c}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.8;color:#fff;background-color:#5cb85ce6;border-radius:0}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#5cb85c;padding-right:calc(1.8em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.45em + .1875rem) center;background-size:calc(.9em + .375rem) calc(.9em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#5cb85c;box-shadow:0 0 0 .2rem #5cb85c40}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.8em + .75rem);background-position:top calc(.45em + .1875rem) right calc(.45em + .1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#5cb85c;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/ calc(.9em + .375rem) calc(.9em + .375rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#5cb85c;box-shadow:0 0 0 .2rem #5cb85c40}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#5cb85c}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#5cb85c}.was-validated .custom-control-input:valid~.custom-control-label:before,.custom-control-input.is-valid~.custom-control-label:before{border-color:#5cb85c}.was-validated .custom-control-input:valid:checked~.custom-control-label:before,.custom-control-input.is-valid:checked~.custom-control-label:before{border-color:#80c780;background-color:#80c780}.was-validated .custom-control-input:valid:focus~.custom-control-label:before,.custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #5cb85c40}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#5cb85c}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#5cb85c}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#5cb85c;box-shadow:0 0 0 .2rem #5cb85c40}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#d9534f}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.8;color:#fff;background-color:#d9534fe6;border-radius:0}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#d9534f;padding-right:calc(1.8em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d9534f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.45em + .1875rem) center;background-size:calc(.9em + .375rem) calc(.9em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#d9534f;box-shadow:0 0 0 .2rem #d9534f40}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.8em + .75rem);background-position:top calc(.45em + .1875rem) right calc(.45em + .1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#d9534f;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d9534f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/ calc(.9em + .375rem) calc(.9em + .375rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#d9534f;box-shadow:0 0 0 .2rem #d9534f40}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#d9534f}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#d9534f}.was-validated .custom-control-input:invalid~.custom-control-label:before,.custom-control-input.is-invalid~.custom-control-label:before{border-color:#d9534f}.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,.custom-control-input.is-invalid:checked~.custom-control-label:before{border-color:#e27c79;background-color:#e27c79}.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,.custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #d9534f40}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#d9534f}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#d9534f}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#d9534f;box-shadow:0 0 0 .2rem #d9534f40}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#5c585c;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.8;border-radius:0;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:#5c585c;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem #bd151c40}.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:#bd151c;border-color:#bd151c}.btn-primary:hover{color:#fff;background-color:#9b1117;border-color:#8f1015}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#9b1117;border-color:#8f1015;box-shadow:0 0 0 .2rem #c7383e80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#bd151c;border-color:#bd151c}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#8f1015;border-color:#840f14}.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 #c7383e80}.btn-secondary{color:#fff;background-color:#868e96;border-color:#868e96}.btn-secondary:hover{color:#fff;background-color:#727b84;border-color:#6c757d}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#727b84;border-color:#6c757d;box-shadow:0 0 0 .2rem #989fa680}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#868e96;border-color:#868e96}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#666e76}.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 #989fa680}.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success:hover{color:#fff;background-color:#48a648;border-color:#449d44}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#48a648;border-color:#449d44;box-shadow:0 0 0 .2rem #74c37480}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#409440}.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 #74c37480}.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:#f0ad4e;border-color:#f0ad4e}.btn-warning:hover{color:#212529;background-color:#ed9d2b;border-color:#ec971f}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#ed9d2b;border-color:#ec971f;box-shadow:0 0 0 .2rem #d1994880}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#ec971f;border-color:#ea9214}.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 #d1994880}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger:hover{color:#fff;background-color:#d23430;border-color:#c9302c}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#d23430;border-color:#c9302c;box-shadow:0 0 0 .2rem #df6d6980}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#bf2e29}.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 #df6d6980}.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:#bd151c;border-color:#bd151c}.btn-outline-primary:hover{color:#fff;background-color:#bd151c;border-color:#bd151c}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem #bd151c80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#bd151c;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:#bd151c;border-color:#bd151c}.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 #bd151c80}.btn-outline-secondary{color:#868e96;border-color:#868e96}.btn-outline-secondary:hover{color:#fff;background-color:#868e96;border-color:#868e96}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem #868e9680}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#868e96;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:#868e96;border-color:#868e96}.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 #868e9680}.btn-outline-success{color:#5cb85c;border-color:#5cb85c}.btn-outline-success:hover{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem #5cb85c80}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#5cb85c;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:#5cb85c;border-color:#5cb85c}.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 #5cb85c80}.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:#f0ad4e;border-color:#f0ad4e}.btn-outline-warning:hover{color:#212529;background-color:#f0ad4e;border-color:#f0ad4e}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem #f0ad4e80}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f0ad4e;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:#f0ad4e;border-color:#f0ad4e}.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 #f0ad4e80}.btn-outline-danger{color:#d9534f;border-color:#d9534f}.btn-outline-danger:hover{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem #d9534f80}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#d9534f;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:#d9534f;border-color:#d9534f}.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 #d9534f80}.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:#bd151c;text-decoration:none}.btn-link:hover{color:#780d12;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,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}.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%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.width{transition:none}}.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:#5c585c;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:0}.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}}@media (min-width: 1350px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-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:"";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:#bd151c}.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}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.8;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:0}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + .5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.8rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.4rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#bd151c;background-color:#bd151c}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #bd151c40}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#ee646a}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#f39296;border-color:#f39296}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label:before,.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{position:absolute;top:.4rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after{position:absolute;top:.4rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:0}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#bd151c;background-color:#bd151c}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#bd151c80}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#bd151c80}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#bd151c80}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.4rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .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){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translate(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#bd151c80}.custom-select{display:inline-block;width:100%;height:calc(1.8em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.8;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#ee646a;outline:0;box-shadow:0 0 0 .2rem #bd151c40}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.8em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.8em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#ee646a;box-shadow:0 0 0 .2rem #bd151c40}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.8em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.8;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:0}.custom-file-label:after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.8em + .75rem);padding:.375rem .75rem;line-height:1.8;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #bd151c40}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #bd151c40}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #bd151c40}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#bd151c;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#f39296}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#bd151c;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#f39296}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#bd151c;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#f39296}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:0;border-top-right-radius:0}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:0}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#bd151c}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl,.navbar .container-xxl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.275rem;padding-bottom:.275rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl,.navbar-expand-sm>.container-xxl{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl,.navbar-expand-sm>.container-xxl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl,.navbar-expand-md>.container-xxl{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl,.navbar-expand-md>.container-xxl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl,.navbar-expand-lg>.container-xxl{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl,.navbar-expand-lg>.container-xxl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl,.navbar-expand-xl>.container-xxl{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl,.navbar-expand-xl>.container-xxl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (max-width: 1349.98px){.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl,.navbar-expand-xxl>.container-xxl{padding-right:0;padding-left:0}}@media (min-width: 1350px){.navbar-expand-xxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl,.navbar-expand-xxl>.container-xxl{flex-wrap:nowrap}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl,.navbar-expand>.container-xxl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl,.navbar-expand>.container-xxl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#00000080}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#000000e6}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-text a{color:#000000e6}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.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:0}.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:0;border-top-right-radius:0}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.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: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}.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:0}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:0;border-top-right-radius:0}.card-img,.card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.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{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;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}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 0;margin-bottom:1rem;list-style:none;background-color:none;border-radius:0}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:0}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#bd151c;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#780d12;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem #bd151c40}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#bd151c;border-color:#bd151c}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:0;border-bottom-left-radius:0}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:0;border-bottom-left-radius:0}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0;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){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#bd151c}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#8f1015}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem #bd151c80}.badge-secondary{color:#fff;background-color:#868e96}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem #868e9680}.badge-success{color:#fff;background-color:#5cb85c}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#449d44}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem #5cb85c80}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem #17a2b880}.badge-warning{color:#212529;background-color:#f0ad4e}a.badge-warning:hover,a.badge-warning:focus{color:#212529;background-color:#ec971f}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem #f0ad4e80}.badge-danger{color:#fff;background-color:#d9534f}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#c9302c}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem #d9534f80}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:#dae0e5}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem #f8f9fa80}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#1d2124}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem #343a4080}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:0}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0}.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:#620b0f;background-color:#f2d0d2;border-color:#edbdbf}.alert-primary hr{border-top-color:#e8a9ac}.alert-primary .alert-link{color:#340608}.alert-secondary{color:#464a4e;background-color:#e7e8ea;border-color:#dddfe2}.alert-secondary hr{border-top-color:#cfd2d6}.alert-secondary .alert-link{color:#2e3133}.alert-success{color:#306030;background-color:#def1de;border-color:#d1ebd1}.alert-success hr{border-top-color:#bfe3bf}.alert-success .alert-link{color:#1f3e1f}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#7d5a29;background-color:#fcefdc;border-color:#fbe8cd}.alert-warning hr{border-top-color:#f9ddb5}.alert-warning .alert-link{color:#573e1c}.alert-danger{color:#712b29;background-color:#f7dddc;border-color:#f4cfce}.alert-danger hr{border-top-color:#efbbb9}.alert-danger .alert-link{color:#4c1d1b}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:0}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#bd151c;transition:width .6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#5c585c;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#bd151c;border-color:#bd151c}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1350px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#620b0f;background-color:#edbdbf}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#620b0f;background-color:#e8a9ac}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#620b0f;border-color:#620b0f}.list-group-item-secondary{color:#464a4e;background-color:#dddfe2}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#464a4e;background-color:#cfd2d6}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#464a4e;border-color:#464a4e}.list-group-item-success{color:#306030;background-color:#d1ebd1}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#306030;background-color:#bfe3bf}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#306030;border-color:#306030}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#7d5a29;background-color:#fbe8cd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#7d5a29;background-color:#f9ddb5}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#7d5a29;border-color:#7d5a29}.list-group-item-danger{color:#712b29;background-color:#f4cfce}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#712b29;background-color:#efbbb9}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#712b29;border-color:#712b29}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:#ffffffd9;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem #0000001a;opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:0;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:0;border-top-right-radius:0}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.8}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:0;border-bottom-left-radius:0}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:Panton,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.8;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow:before,.bs-tooltip-auto[x-placement^=top] .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow:before,.bs-tooltip-auto[x-placement^=right] .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow:before,.bs-tooltip-auto[x-placement^=bottom] .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow:before,.bs-tooltip-auto[x-placement^=left] .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:0}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:Panton,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.8;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:0}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0}.popover .arrow:before,.popover .arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-top>.arrow:before,.bs-popover-auto[x-placement^=top]>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#00000040}.bs-popover-top>.arrow:after,.bs-popover-auto[x-placement^=top]>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:0}.bs-popover-right>.arrow:before,.bs-popover-auto[x-placement^=right]>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#00000040}.bs-popover-right>.arrow:after,.bs-popover-auto[x-placement^=right]>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-.5rem - 1px)}.bs-popover-bottom>.arrow:before,.bs-popover-auto[x-placement^=bottom]>.arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#00000040}.bs-popover-bottom>.arrow:after,.bs-popover-auto[x-placement^=bottom]>.arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header:before,.bs-popover-auto[x-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:0}.bs-popover-left>.arrow:before,.bs-popover-auto[x-placement^=left]>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040}.bs-popover-left>.arrow:after,.bs-popover-auto[x-placement^=left]>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:#000;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:0;border-top-right-radius:0}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#5c585c}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.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}.bg-primary{background-color:#bd151c!important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#8f1015!important}.bg-secondary{background-color:#868e96!important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#6c757d!important}.bg-success{background-color:#5cb85c!important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#449d44!important}.bg-info{background-color:#17a2b8!important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b!important}.bg-warning{background-color:#f0ad4e!important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#ec971f!important}.bg-danger{background-color:#d9534f!important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#c9302c!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!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-primary{border-color:#bd151c!important}.border-secondary{border-color:#868e96!important}.border-success{border-color:#5cb85c!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#f0ad4e!important}.border-danger{border-color:#d9534f!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm,.rounded{border-radius:0!important}.rounded-top{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-right{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-left{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.rounded-lg{border-radius:0!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.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 (min-width: 1350px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-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}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.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}}@media (min-width: 1350px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width: 576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width: 768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width: 992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width: 1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width: 1350px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!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}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.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}.w-xs{width:0!important}.w-sm{width:576px!important}.w-md{width:768px!important}.w-lg{width:992px!important}.w-xl{width:1200px!important}.w-xxl{width:1350px!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}.h-xs{height:0!important}.h-sm{height:576px!important}.h-md{height:768px!important}.h-lg{height:992px!important}.h-xl{height:1200px!important}.h-xxl{height:1350px!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}}@media (min-width: 1350px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:#0000}.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}}@media (min-width: 1350px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-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:#bd151c!important}a.text-primary:hover,a.text-primary:focus{color:#780d12!important}.text-secondary{color:#868e96!important}a.text-secondary:hover,a.text-secondary:focus{color:#60686f!important}.text-success{color:#5cb85c!important}a.text-success:hover,a.text-success:focus{color:#3d8b3d!important}.text-info{color:#17a2b8!important}a.text-info:hover,a.text-info:focus{color:#0f6674!important}.text-warning{color:#f0ad4e!important}a.text-warning:hover,a.text-warning:focus{color:#df8a13!important}.text-danger{color:#d9534f!important}a.text-danger:hover,a.text-danger:focus{color:#b52b27!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:#5c585c!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}@media print{*,*:before,*:after{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body,.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px #00000013,0 1px 2px #00000013,1px 2px 4px #00000013,1px 3px 8px #00000013,2px 4px 16px #00000013;pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:#0006}div:where(.swal2-container).swal2-backdrop-hide{background:transparent!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(#0000001a,#0000001a)}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(#0003,#0003)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{box-shadow:0 0 0 3px #7066e080}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus{box-shadow:0 0 0 3px #dc374180}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus{box-shadow:0 0 0 3px #6e788180}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus{box-shadow:0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-styled):focus{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:#0003}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em}div:where(.swal2-container) button:where(.swal2-close){z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:transparent;color:#ccc;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:none;background:transparent;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus{outline:none;box-shadow:inset 0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:transparent;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px transparent;color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880}div:where(.swal2-container) input:where(.swal2-input)::-moz-placeholder,div:where(.swal2-container) input:where(.swal2-file)::-moz-placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::-moz-placeholder{color:#ccc}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:#fff}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:transparent;font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:transparent;color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:transparent;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px #0006}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}.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{border:1px solid!important}.border-top{border-top:1px solid!important}.border-right{border-right:1px solid!important}.border-bottom{border-bottom:1px solid!important}.border-left{border-left:1px solid!important}.border-x{border-left:1px solid!important;border-right:1px solid!important}.border-y{border-top:1px solid!important;border-bottom:1px solid!important}@media (min-width: 576px){.border-sm-top-0{border-top:0!important}.border-sm-right-0{border-right:0!important}.border-sm-bottom-0{border-bottom:0!important}.border-sm-left-0{border-left:0!important}.border-sm{border:1px solid!important}.border-sm-top{border-top:1px solid!important}.border-sm-right{border-right:1px solid!important}.border-sm-bottom{border-bottom:1px solid!important}.border-sm-left{border-left:1px solid!important}.border-sm-x{border-left:1px solid!important;border-right:1px solid!important}.border-sm-y{border-top:1px solid!important;border-bottom:1px solid!important}}@media (min-width: 768px){.border-md-top-0{border-top:0!important}.border-md-right-0{border-right:0!important}.border-md-bottom-0{border-bottom:0!important}.border-md-left-0{border-left:0!important}.border-md{border:1px solid!important}.border-md-top{border-top:1px solid!important}.border-md-right{border-right:1px solid!important}.border-md-bottom{border-bottom:1px solid!important}.border-md-left{border-left:1px solid!important}.border-md-x{border-left:1px solid!important;border-right:1px solid!important}.border-md-y{border-top:1px solid!important;border-bottom:1px solid!important}}@media (min-width: 992px){.border-lg-top-0{border-top:0!important}.border-lg-right-0{border-right:0!important}.border-lg-bottom-0{border-bottom:0!important}.border-lg-left-0{border-left:0!important}.border-lg{border:1px solid!important}.border-lg-top{border-top:1px solid!important}.border-lg-right{border-right:1px solid!important}.border-lg-bottom{border-bottom:1px solid!important}.border-lg-left{border-left:1px solid!important}.border-lg-x{border-left:1px solid!important;border-right:1px solid!important}.border-lg-y{border-top:1px solid!important;border-bottom:1px solid!important}}@media (min-width: 1200px){.border-xl-top-0{border-top:0!important}.border-xl-right-0{border-right:0!important}.border-xl-bottom-0{border-bottom:0!important}.border-xl-left-0{border-left:0!important}.border-xl{border:1px solid!important}.border-xl-top{border-top:1px solid!important}.border-xl-right{border-right:1px solid!important}.border-xl-bottom{border-bottom:1px solid!important}.border-xl-left{border-left:1px solid!important}.border-xl-x{border-left:1px solid!important;border-right:1px solid!important}.border-xl-y{border-top:1px solid!important;border-bottom:1px solid!important}}@media (min-width: 1350px){.border-xxl-top-0{border-top:0!important}.border-xxl-right-0{border-right:0!important}.border-xxl-bottom-0{border-bottom:0!important}.border-xxl-left-0{border-left:0!important}.border-xxl{border:1px solid!important}.border-xxl-top{border-top:1px solid!important}.border-xxl-right{border-right:1px solid!important}.border-xxl-bottom{border-bottom:1px solid!important}.border-xxl-left{border-left:1px solid!important}.border-xxl-x{border-left:1px solid!important;border-right:1px solid!important}.border-xxl-y{border-top:1px solid!important;border-bottom:1px solid!important}}.hr-border-color{border-color:#0000001a!important}html{font-size:15px}@media (max-width: 1349px){html{font-size:14px}}body{min-width:340px;color:#5c585c;background-color:#fffef0}@media (min-width: 576px){body{overflow-x:hidden}}body:before{content:"large-desktop";display:none}@media (max-width: 1349px){body:before{content:"desktop"}}@media (max-width: 1199px){body:before{content:"laptop"}}@media (max-width: 991px){body:before{content:"tablet"}}@media (max-width: 767px){body:before{content:"phone"}}@media (max-width: 575px){body:before{content:"small-phone"}}strong,ul,ol,figcaption{color:#000}ul{list-style-type:disc}a:hover{color:#bc1c1d;text-decoration:none}blockquote p:last-of-type{margin-bottom:0}blockquote footer{text-align:right;font-weight:600;color:#000}.heading-line{text-align:center;position:relative}.heading-line:before,.heading-line:after{content:"";position:absolute;top:50%;left:50%;width:80%;height:1px;margin:0 auto;display:block;transform:translate(-50%)}.heading-line:before{z-index:-2;background-color:#c5c5c5}@media (max-width: 499px){.heading-line:before{background-color:#fffef0}}.heading-line:after{z-index:-1;max-width:500px;background-color:#fffef0}.heading-line.short:after{width:300px}#cky-cookie-audit-table-other,#cky-cookie-audit-table-advertisement,#cky-cookie-audit-table-analytics,#cky-cookie-audit-table-necessary{display:none}.cky-consent-bar.cky-banner{padding-left:5%!important;padding-right:17%!important}@media (max-width: 499px){.cky-consent-bar.cky-banner{padding-left:0!important;padding-right:0!important}}#cky-consent-toggler{right:auto!important;left:0;bottom:-3px!important}@media (max-width: 499px){.cky-bar-text{font-size:11px!important}}.grecaptcha-badge{display:none!important}.br-up-md{display:none}@media (min-width: 768px){.br-up-md{display:block}}.br-up-lg{display:none}@media (min-width: 992px){.br-up-lg{display:block}}@media (max-width: 991px){h2,.h2{font-size:1.5rem;line-height:1.3}h3,.h3{font-size:1.3rem;line-height:1.3}}@font-face{font-family:Phase Icons;src:url(/build/assets/phase-BfdF6WaB.eot);src:url(/build/assets/phase-BfdF6WaB.eot?#iefix) format("embedded-opentype"),url(/build/assets/phase-CU5PHT_Z.woff) format("woff"),url(/build/assets/phase-BgYvnquv.ttf) format("truetype"),url(/build/assets/phase-CYvEdwQW.svg#svgFontName) format("svg");font-weight:400;font-style:normal}[class*=" ph-icon-"],[class^=ph-icon-]{font-family:Phase Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" ph-icon-"]:before,[class^=ph-icon-]:before{vertical-align:middle}.ph-icon-rozmery:before{content:""}.ph-icon-kosik:before{content:""}.ph-icon-icon17:before{content:""}.ph-icon-icon16:before{content:""}.ph-icon-icon15:before{content:""}.ph-icon-icon14:before{content:""}.ph-icon-icon13:before{content:""}.ph-icon-icon12:before{content:""}.ph-icon-icon11:before{content:""}.ph-icon-icon10:before{content:""}.ph-icon-icon9:before{content:""}.ph-icon-icon8:before{content:""}.ph-icon-icon7:before{content:""}.ph-icon-icon6:before{content:""}.ph-icon-icon5:before{content:""}.ph-icon-icon4:before{content:""}.ph-icon-icon3:before{content:""}.ph-icon-icon2:before{content:""}.ph-icon-icon1:before{content:""}.ph-icon-pridavna-opierka:before{content:""}.ph-icon-typ-koza:before{content:""}.ph-icon-typ-latka:before{content:""}.ph-icon-dotyk:before{content:""}.ph-icon-deko-koberce:before{content:""}.ph-icon-kvalita:before{content:""}.ph-icon-odolnost-farby:before{content:""}.ph-icon-prat-v-prack:before{content:""}.ph-icon-protismykovy-podklad:before{content:""}.ph-icon-clean:before{content:""}.ph-icon-ekologicke:before{content:""}.ph-icon-bezprasne:before{content:""}.ph-icon-skladacka:before{content:""}.ph-icon-stiahnut:before{content:""}.ph-icon-obalka:before{content:""}.ph-icon-pin:before{content:""}.ph-icon-cennik:before{content:""}.ph-icon-potah:before{content:""}.ph-icon-hlbka-sedakov:before{content:""}.ph-icon-kovova-kostra:before{content:""}.ph-icon-kvalitny-matrac:before{content:""}.ph-icon-lamelovy-rost:before{content:""}.ph-icon-denne-spanie:before{content:""}.ph-icon-prilezitostne-spanie:before{content:""}.ph-icon-odnimatelne-vankuse:before{content:""}.ph-icon-otvoreny-roh:before{content:""}.ph-icon-polohovatelne-podrucky:before{content:""}.ph-icon-polohovatelne-opierky:before{content:""}.ph-icon-rozne-podrucky:before{content:""}.ph-icon-stolik-v-podrucke:before{content:""}.ph-icon-ulozny-priestor:before{content:""}.ph-icon-vankusove-opierky:before{content:""}.ph-icon-variabilita:before{content:""}.ph-icon-koza-latka:before{content:""}.ph-icon-polohovatelna:before{content:""}.ph-icon-nabijanie:before{content:""}.ph-icon-zastrcka:before{content:""}.ph-icon-chladnicka:before{content:""}.ph-icon-konfigurator:before{content:""}.ph-icon-video:before{content:""}.ph-icon-odolny-material:before{content:""}.ph-icon-separator:before{content:""}.ph-icon-kvapka:before{content:""}.ph-icon-321:before{content:""}.ph-icon-doplnky:before{content:""}.ph-icon-chevron-down:before{content:""}.ph-icon-koberce:before{content:""}.ph-icon-lenoska:before{content:""}.ph-icon-pelech:before{content:""}.ph-icon-rohove:before{content:""}.ph-icon-rozkladacie:before{content:""}.ph-icon-search:before{content:""}.ph-icon-sedacky:before{content:""}.ph-icon-stolicky:before{content:""}.ph-icon-stolik:before{content:""}.ph-icon-tvaru:before{content:""}.ph-icon-user:before{content:""}.button-cta{padding:12px 20px}.button-cta.button-cta-arrow{display:inline-flex;align-items:center;justify-content:space-between;min-width:330px}@media (max-width: 575px){.button-cta.button-cta-arrow{justify-content:center;min-width:290px}}.button-cta.button-cta-arrow i,.button-cta.button-cta-arrow svg{display:inline-block;margin-left:15px;font-size:1.4rem}@media (max-width: 575px){.button-cta.button-cta-arrow i,.button-cta.button-cta-arrow svg{display:none}}.btn-dark{color:#fff;background-color:#474247;border-color:#474247}.btn-dark:hover{color:#fff;background-color:#333033;border-color:#2d292d}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#333033;border-color:#2d292d;box-shadow:0 0 0 .2rem #635e6380}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#474247;border-color:#474247}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#2d292d;border-color:#262326}.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 #635e6380}.btn-outline-dark{color:#474247;border-color:#474247}.btn-outline-dark:hover{color:#474247;background-color:#47424725;border-color:#474247}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem #47424780}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#474247;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:#47424725;border-color:#474247}.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 #47424780}.btn-icon-wrapper{display:flex;flex-direction:row}.btn-icon{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:2px}.ordered-list,.unordered-list{position:relative;padding:0;list-style-type:none}.ordered-list li,.unordered-list li{padding:10px 15px 10px 50px;border-bottom:solid 1px #ede4c4}@media (max-width: 767px){.ordered-list li,.unordered-list li{padding-left:25px}}.ordered-list li:last-child,.unordered-list li:last-child{border-bottom:0}.ordered-list li:before,.unordered-list li:before{content:"-";position:absolute;left:15px;counter-increment:counter;color:#868e96;font-weight:700}@media (max-width: 767px){.ordered-list li:before,.unordered-list li:before{left:0}}.ordered-list{counter-reset:counter}.ordered-list li:before{content:counter(counter) ".";counter-increment:counter}.specifications{color:#000}.specifications .subheading{padding:10px 15px;margin:0;color:#fff;background:#868e96;font-size:1rem;font-weight:400;text-align:center}.specifications dl{border:solid 1px #dddee0;border-top:0;font-size:.9rem}.specifications dl dt,.specifications dl dd{margin:0;padding:5px 15px!important;font-weight:400}@media (max-width: 575px){.specifications dl dt{padding-bottom:0!important;font-weight:700}}.specifications dl dd{text-align:right}@media (max-width: 575px){.specifications dl dd{text-align:left!important}}.specifications dl dd:nth-child(4n),.specifications dl dt:nth-child(4n+3){background:#f2f3f4}.specifications.borderless{color:inherit}.specifications.borderless dl{border:none}.specifications.borderless dl dt,.specifications.borderless dl dd{padding:5px 0!important;background-color:transparent;border-bottom:solid 1px #dddee0}@media (max-width: 575px){.specifications.borderless dl dt,.specifications.borderless dl dd{border-bottom:none}}.specifications.borderless dl dt:last-of-type,.specifications.borderless dl dd:last-of-type{border-bottom:none}.specifications.borderless dl dd:nth-child(4n),.specifications.borderless dl dt:nth-child(4n+3){background-color:transparent}.specifications.borderless dl dt{font-weight:700}@media (max-width: 575px){.specifications.borderless dl dt{padding-bottom:0!important}.specifications.borderless dl dd{padding-top:0!important}}@media (max-width: 991px){.specifications.break-on-tablet dt{padding-bottom:0!important;font-weight:700}.specifications.break-on-tablet dd{text-align:left!important}.specifications.break-on-tablet.borderless dt,.specifications.break-on-tablet.borderless dd{border-bottom:none}.specifications.break-on-tablet.borderless dt{padding-bottom:0!important}.specifications.break-on-tablet.borderless dd{padding-top:0!important}}.hamburger-icon__wrapper{position:relative;display:block;width:25.2px;height:21px;margin:0 auto;font-size:1px;transition:.5s ease-in-out;cursor:pointer}.hamburger-icon__wrapper span{position:absolute;left:0;display:block;width:100%;height:5px;border-radius:5px;background:#383436;opacity:1;transform:rotate(0);transition:.25s ease-in-out}.hamburger-icon__wrapper span:nth-child(1){top:0}.hamburger-icon__wrapper span:nth-child(2),.hamburger-icon__wrapper span:nth-child(3){top:8.4px}.hamburger-icon__wrapper span:nth-child(4){top:16.8px}.hamburger-icon__wrapper.open span:nth-child(1),.navigation-open .hamburger-icon__wrapper span:nth-child(1){left:50%;top:8.4px;width:0}.hamburger-icon__wrapper.open span:nth-child(2),.navigation-open .hamburger-icon__wrapper span:nth-child(2){transform:rotate(45deg)}.hamburger-icon__wrapper.open span:nth-child(3),.navigation-open .hamburger-icon__wrapper span:nth-child(3){transform:rotate(-45deg)}.hamburger-icon__wrapper.open span:nth-child(4),.navigation-open .hamburger-icon__wrapper span:nth-child(4){left:50%;top:8.4px;width:0}.swiper-button-next:after,.swiper-button-prev:after{content:""}.swal2-container .swal2-show{box-shadow:#00000059 0 5px 15px}.swal2-container .swal2-popup .swal2-input:focus{border:1px solid #BC1C1D;outline:0;box-shadow:0 0 3px #bc1c1d}.swal2-container .swal2-html-container #recaptcha>div{width:auto!important;margin-bottom:.5em}.box-highlight{padding:15px;border:3px #bd151c solid}.page-coating .tabs{margin:35px 0 45px;background:#eff0f1}@media (max-width: 767px){.page-coating .tabs .category-list li{border-bottom:solid 1px #e7e7e7}.page-coating .tabs .category-list li:last-child{border:0}}.page-coating .tabs .category-list li.active a{background:#000;color:#fff}.page-coating .tabs .category-list a{display:block;padding:10px 15px;color:#000;text-align:center;text-decoration:none;transition:color .15s,background .15s}.page-coating .tabs .category-list a:hover,.page-coating .tabs .category-list a:focus{background:#e7e7e7}.page-coating .tabs .category-list .category-item{display:flex;align-items:center;justify-content:center;transition:border .15s}.page-coating .tabs .category-list .subheading{font-size:1rem;font-weight:700}@media (max-width: 991px){.page-coating .tabs .category-list .subheading{font-size:.9rem}}.page-coating .tabs .category-list .heading{font-size:1.5rem;font-weight:700;line-height:1.3}.page-coating .coating-selection{position:relative}.page-coating .coating-selection #detail{position:absolute;top:-20px}.page-coating .coating-selection .row{margin-bottom:-20px}.page-coating .coating-selection .row [class^=col]{margin-bottom:20px}.page-coating .coating-selection .subheading{padding:15px;margin-bottom:20px;color:#fff;background:#939598;font-size:1.1rem;font-weight:400;text-align:center}.page-coating .coating-selection .category-heading-wrap{display:flex;align-items:center;justify-content:center;height:70px;background:#e7e7e7;text-align:center}.page-coating .coating-selection .category-heading-wrap .category-heading{margin:0;font-size:1rem;font-weight:700;line-height:1.3;text-transform:uppercase}.page-coating .coating-selection .category-heading-wrap .category-subheading{margin:0;font-size:.9rem;line-height:1.3}.page-coating .coating-selection .recommendation p{margin:0;padding:10px 0 0;color:#404040;font-weight:700;text-align:center;line-height:1rem}.page-coating .coating-selection .recommendation p span{position:relative;z-index:1;top:5px}.page-coating .coating-selection .recommendation .arrow{position:relative;height:30px;overflow:hidden}.page-coating .coating-selection .recommendation .arrow:before,.page-coating .coating-selection .recommendation .arrow:after{content:"";position:absolute;bottom:0;width:60%;height:35px;margin-right:-1px;background:#d9b876}.page-coating .coating-selection .recommendation .arrow:before{left:-10%;margin-right:-1px;transform-origin:100% 100%;transform:rotate(10deg) translate(1px)}.page-coating .coating-selection .recommendation .arrow:after{right:-10%;margin-left:-1px;transform-origin:0 100%;transform:rotate(-10deg) translate(-1px)}.page-coating .coating-selection .silver{border-bottom:solid 1px #ffffff;background:#e9e9e9}.page-coating .coating-selection .silver .category-heading-wrap{color:#fff;background:#8c8c8c}.page-coating .coating-selection .silver .category-heading-wrap+p{background:#ababab;text-align:center}.page-coating .coating-selection .silver .recommendation p{background:#ababab}.page-coating .coating-selection .silver .recommendation .arrow:before,.page-coating .coating-selection .silver .recommendation .arrow:after{background:#ababab}.page-coating .coating-selection .gold{border-bottom:solid 1px #ffffff;background:#f5ebd8}.page-coating .coating-selection .gold .category-heading-wrap{color:#fff;background:#ca952b}.page-coating .coating-selection .gold .recommendation p{background:#d9b876}.page-coating .coating-selection .gold .recommendation .arrow:before,.page-coating .coating-selection .gold .recommendation .arrow:after{background:#d9b876}.page-coating .coating-selection ul{margin:20px 0 0}.page-coating .coating-selection ul li a{position:relative;display:block;margin:8px 5px;padding:10px 15px;border-radius:8px;color:#fff;background:#404040;text-transform:uppercase;text-align:center;text-decoration:none;transition:background .15s;overflow:hidden}.page-coating .coating-selection ul li a.warranty.warranty-3:after{content:"3r"}.page-coating .coating-selection ul li a.warranty.warranty-5:after{content:"5r"}.page-coating .coating-selection ul li a.warranty:before{content:"";position:absolute;top:-30px;right:-30px;width:60px;height:60px;background:#bd151c;transform:rotate(45deg)}.page-coating .coating-selection ul li a.warranty:after{position:absolute;top:6px;right:6px;color:#fff;font-size:.9rem;font-weight:700;line-height:1;text-transform:none}.page-coating .coating-selection ul li a:hover,.page-coating .coating-selection ul li a:focus{background:#bd151c}.page-coating .coating-selection ul li a i,.page-coating .coating-selection ul li a svg{position:relative;top:-1px;margin-left:5px;font-size:.7rem;vertical-align:middle}.page-coating .coating-selection .legend{margin-bottom:30px}.page-coating .coating-selection .legend dd,.page-coating .coating-selection .legend dt{margin-bottom:3px;font-size:.9rem}.page-coating .coating-selection .legend dt{clear:left;width:25px;margin-right:10px;text-align:center}.page-coating .coating-selection .legend dd{margin-left:35px}.page-coating .coating-selection .legend i,.page-coating .coating-selection .legend svg{font-size:1.15rem}.page-coating .coating-selection .legend .warranty{display:inline-block;width:22px;border-radius:50%;color:#fff;background:#bd151c;font-size:.8rem;font-weight:700;line-height:22px;text-align:center}.page-coating .pick-a-category{margin:50px 0 110px;font-size:22px}.page-coating .pick-a-category svg{position:relative;top:-2px}.page-coating .coating-selection .legend{margin-top:20px}.page-coating .coating-gallery header .subheading{display:inline-block;margin:0;font-size:1.5rem;font-weight:700;text-transform:uppercase;vertical-align:middle}.page-coating .coating-gallery header .label{display:inline-block;margin:0 0 0 8px;padding:1px 8px;border-radius:8px;color:#fff;background:#bd151c;font-size:.9rem;vertical-align:middle}.page-coating .coating-gallery .more-info{font-weight:700}.page-coating .coating-gallery .more-info i,.page-coating .coating-gallery .more-info svg{position:relative;top:-1px}.page-coating .coating-gallery .texture-list{margin-top:30px;margin-bottom:0}.page-coating .coating-gallery .texture-list li{margin-bottom:30px}.page-coating .coating-gallery .texture-list img{max-width:100%}.page-coating .coating-gallery .texture-list .texture-container{position:relative;display:block}.page-coating .coating-gallery .texture-list .texture-container span{position:absolute;right:0;bottom:0;padding:2px 10px;border-top-left-radius:5px;color:#868e96;background:#fff;font-weight:700}.page-coating .coating-gallery .legend{margin-top:-10px;margin-bottom:45px}.page-coating .coating-gallery .legend dd,.page-coating .coating-gallery .legend dt{margin-bottom:3px;font-size:.9rem}.page-coating .coating-gallery .legend dt{clear:left;width:25px;margin-right:10px;text-align:center}.page-coating .coating-gallery .legend dd{margin-left:35px}.page-coating .coating-gallery .legend i,.page-coating .coating-gallery .legend svg{font-size:1.15rem}.page-coating .coating-detail header .subheading{display:inline-block;margin:0;font-size:1.5rem;font-weight:700;text-transform:uppercase;vertical-align:middle}.page-coating .coating-detail header .label{display:inline-block;margin:0 0 0 8px;padding:1px 8px;border-radius:8px;color:#fff;background:#bd151c;font-size:.9rem;vertical-align:middle}.page-coating .coating-detail .more-info{font-weight:700}.page-coating .coating-detail .more-info i,.page-coating .coating-detail .more-info svg{position:relative;top:-1px}.page-coating .coating-detail .texture-list{margin-top:30px;margin-bottom:0}.page-coating .coating-detail .texture-list li{margin-bottom:30px}.page-coating .coating-detail .texture-list img{max-width:100%}.page-coating .coating-detail .texture-list a{position:relative;display:block}.page-coating .coating-detail .texture-list a span{position:absolute;right:0;bottom:0;padding:2px 10px;border-top-left-radius:5px;color:#868e96;background:#fff;font-weight:700}.page-coating .coating-detail .detail{margin:30px 0 0}.page-coating .coating-detail .detail .content{margin:30px 0}.page-coating .coating-detail .detail .specifications dd{text-align:center}.page-coating .guide{padding:80px 0;background:#bd151c;color:#fff}@media (max-width: 1199px){.page-coating .guide{padding:60px 0}}@media (max-width: 767px){.page-coating .guide{text-align:center}}.page-coating .guide header{position:relative}.page-coating .guide header .fa-download{position:absolute;float:left;top:-.5rem;font-size:5rem;opacity:.25}.page-coating .guide header .wrap{margin-left:8rem}@media (max-width: 991px){.page-coating .guide header .wrap{margin-left:0}}.page-coating .guide header p{margin-bottom:5px;font-size:1rem;text-transform:uppercase}.page-coating .guide header .subheading{color:#fff;font-size:1.75rem;font-weight:400}.page-coating #coating-accordion{background-color:#f7f0d9;padding-bottom:80px}.page-coating #coating-accordion .instruction{text-align:center;color:#000;font-size:1.4286rem;font-weight:800;padding:40px 0}.page-coating #coating-accordion .instruction.info{font-weight:400}.page-coating #coating-accordion .btn{font-size:17px;font-weight:700;padding:15px 0;min-width:259.55px}.page-coating #coating-accordion .btn.btn-primary{font-weight:400}.page-coating #coating-accordion .btn svg{margin-left:10px;font-size:1.4rem;vertical-align:sub}.page-coating #coating-accordion .coating-category-heading,.page-coating #coating-accordion .quality-category .quality-category-header,.page-coating #coating-accordion .coating .coating-heading,.page-coating #coating-accordion .coating-category-top .coating-category-top-header{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;background-color:#ede4c4;transition:background-color .2s;cursor:pointer}.page-coating #coating-accordion .coating-category-heading.collapsed,.page-coating #coating-accordion .quality-category .quality-category-header.collapsed,.page-coating #coating-accordion .coating .coating-heading.collapsed,.page-coating #coating-accordion .coating-category-top .coating-category-top-header.collapsed{background-color:#fffef0}.page-coating #coating-accordion .coating-category-heading.collapsed .icon-down,.page-coating #coating-accordion .quality-category .quality-category-header.collapsed .icon-down,.page-coating #coating-accordion .coating .coating-heading.collapsed .icon-down,.page-coating #coating-accordion .coating-category-top .coating-category-top-header.collapsed .icon-down{transform:rotate(0)}.page-coating #coating-accordion .coating-category-heading .subheading,.page-coating #coating-accordion .quality-category .quality-category-header .subheading,.page-coating #coating-accordion .coating .coating-heading .subheading,.page-coating #coating-accordion .coating-category-top .coating-category-top-header .subheading{color:#000}.page-coating #coating-accordion .coating-category-heading .icon-down,.page-coating #coating-accordion .quality-category .quality-category-header .icon-down,.page-coating #coating-accordion .coating .coating-heading .icon-down,.page-coating #coating-accordion .coating-category-top .coating-category-top-header .icon-down{position:absolute;right:20px;width:20px;height:23px;transform:rotate(180deg);transition:transform .2s}.page-coating #coating-accordion .quality-category .icon-down{width:10px;padding-bottom:5px;color:#bd151c}.page-coating #coating-accordion p.category-subtitle,.page-coating #coating-accordion p.price-range{color:#000;margin-bottom:0;font-size:16px;font-weight:400;margin-right:25px}.page-coating #coating-accordion .coating-category{box-shadow:0 8px 18px #00000021;background-color:#fffef0;margin-bottom:20px}.page-coating #coating-accordion .coating-category .coating-category-heading-wrapper.red{background-color:#bd151c}.page-coating #coating-accordion .coating-category .coating-category-heading{min-height:102px;align-items:center}.page-coating #coating-accordion .coating-category .coating-category-heading.red{background-color:#bd151c}.page-coating #coating-accordion .coating-category .coating-category-heading.red a{color:#fff}.page-coating #coating-accordion .coating-category .coating-category-heading:before{content:"";display:none;height:145px;width:169px;background-position:center;background-size:cover}@media (max-width: 575px){.page-coating #coating-accordion .coating-category .coating-category-heading:before{height:90px;width:109px}}.page-coating #coating-accordion .coating-category .coating-category-heading.category-luxury:before{background-image:url(/build/assets/background-luxury-B6knDrkA.jpg)}.page-coating #coating-accordion .coating-category .coating-category-heading.category-classic:before{background-image:url(/build/assets/background-classic-BQo3BYAt.jpg)}.page-coating #coating-accordion .coating-category .coating-category-heading.category-elegance:before{background-image:url(/build/assets/background-elegance-ZKRttmI_.jpg)}.page-coating #coating-accordion .coating-category .coating-category-heading.category-eco-friendly:before{background-image:url(/build/assets/background-coating-eco-friendly-2AQUTcZN.jpg)}.page-coating #coating-accordion .coating-category .coating-category-heading.category-design-collection:before{background-image:url(/build/assets/background-coating-design-collection-Dl5qUU8G.jpg)}.page-coating #coating-accordion .coating-category .coating-category-heading.coating-swatch:before{background-image:url(/build/assets/background-coating-swatch-B4DcflFk.jpg)}.page-coating #coating-accordion .coating-category .coating-category-heading header{margin:0;padding:16px 30px 16px 16px;font-size:1.07143rem;line-height:2.14286rem}@media (max-width: 1199px){.page-coating #coating-accordion .coating-category .coating-category-heading header{padding-right:44px}}.page-coating #coating-accordion .coating-category .coating-category-heading header .heading{margin:0;color:#bd151c;font-size:1.58rem;line-height:1.6;font-weight:700}.page-coating #coating-accordion .coating-category .coating-category-heading header .heading.white{color:#fff}@media (max-width: 575px){.page-coating #coating-accordion .coating-category .coating-category-heading header .heading{font-size:1.7rem}}.page-coating #coating-accordion .quality-category{margin-bottom:-1px}.page-coating #coating-accordion .quality-category .quality-category-header{border-top:1px solid #d9dddf;border-bottom:1px solid #d9dddf;padding:16px 0 16px 25px;background-color:#fffef0}.page-coating #coating-accordion .quality-category .quality-category-header i,.page-coating #coating-accordion .quality-category .quality-category-header svg{top:12px}.page-coating #coating-accordion .quality-category .quality-category-header .heading{margin:0;font-size:1.0714rem}.page-coating #coating-accordion .quality-category .quality-category-header .rating{line-height:1rem;margin-left:1rem}@media (max-width: 991px){.page-coating #coating-accordion .quality-category .quality-category-header .rating{position:absolute;right:75px;margin-left:0}}@media (max-width: 575px){.page-coating #coating-accordion .quality-category .quality-category-header .rating{font-size:7px;right:50px}}.page-coating #coating-accordion .quality-category .quality-category-header .rating .fa-star{top:0;color:#ffbe00}.page-coating #coating-accordion .quality-category .quality-category-header[data-target="#green_future-group"]{background-color:#8dc63f;margin-top:5px}.page-coating #coating-accordion .quality-category .quality-category-header[data-target="#green_future-group"] h3{color:#fff;text-transform:uppercase;padding-top:5%}.page-coating #coating-accordion .quality-category .quality-category-header[data-target="#green_future-group"] h3 span.eco-friendly-desc{font-size:.9rem;font-weight:400;text-transform:lowercase;padding-top:5px}.page-coating #coating-accordion .quality-category .quality-category-header[data-target="#green_future-group"] i.eco_triangel{background:url(/build/assets/eco_triangel_icon-C33MsFCY.png) no-repeat;width:66px;height:63px;display:block}@media (max-width: 767px){.page-coating #coating-accordion .quality-category .quality-category-header[data-target="#green_future-group"] i.eco_triangel{margin-left:45%!important}}.page-coating #coating-accordion .coating-category-top{margin-bottom:-1px}.page-coating #coating-accordion .coating-category-top .coating-category-top-header{position:relative;align-items:center;border-top:1px solid #d9dddf;border-bottom:1px solid #d9dddf;padding:16px 0 16px 25px;background-color:#fffef0}.page-coating #coating-accordion .coating-category-top .coating-category-top-header .heading{margin:0;font-size:1.0714rem;color:#bd151c}.page-coating #coating-accordion .coating-category-top .coating-category-top-header .icon-down{padding-bottom:5px}.page-coating #coating-accordion .top-products{margin:30px;text-align:center}.page-coating #coating-accordion .top-products .heading{display:block;font-size:1.4285rem;margin-bottom:25px}.page-coating #coating-accordion .top-products .top-products-slider-wrapper{position:relative}@media (max-width: 1199px){.page-coating #coating-accordion .top-products .top-products-slider-wrapper{margin:0 50px}}@media (max-width: 991px){.page-coating #coating-accordion .top-products .top-products-slider-wrapper{margin:0 25px}}@media (max-width: 767px){.page-coating #coating-accordion .top-products .top-products-slider-wrapper{margin:0 20px}}@media (max-width: 575px){.page-coating #coating-accordion .top-products .top-products-slider-wrapper{margin:0 10px}}.page-coating #coating-accordion .top-products .swiper-slide{width:20%;padding:10px 20px;cursor:pointer}@media (max-width: 991px){.page-coating #coating-accordion .top-products .swiper-slide{width:33%}}@media (max-width: 767px){.page-coating #coating-accordion .top-products .swiper-slide{width:50%}}@media (max-width: 575px){.page-coating #coating-accordion .top-products .swiper-slide{width:50%;padding:10px}}.page-coating #coating-accordion .top-products .swiper-slide:hover .heading,.page-coating #coating-accordion .top-products .swiper-slide:hover .name,.page-coating #coating-accordion .top-products .swiper-slide:hover .number{opacity:0}.page-coating #coating-accordion .top-products .swiper-slide:hover a:before{opacity:0}.page-coating #coating-accordion .top-products .swiper-slide .heading{bottom:45px;margin:0;text-shadow:0 0 5px #000;transition:opacity .2s}@media (max-width: 575px){.page-coating #coating-accordion .top-products .swiper-slide .heading{bottom:25px;font-size:1rem}}.page-coating #coating-accordion .top-products .swiper-slide .number{left:50%;min-width:30px;padding:5px 10px;line-height:30px;font-weight:700;transform:translate(-50%);transition:opacity .2s}@media (max-width: 575px){.page-coating #coating-accordion .top-products .swiper-slide .number{min-width:25px;line-height:20px;font-size:.8rem}}.page-coating #coating-accordion .top-products .swiper-slide a{padding-bottom:100%}.page-coating #coating-accordion .top-products .swiper-slide .name{position:absolute;bottom:10px;width:100%;text-align:center;color:#fff;text-shadow:0 0 5px #000;transition:opacity .2s}@media (max-width: 575px){.page-coating #coating-accordion .top-products .swiper-slide .name{bottom:0}}.page-coating #coating-accordion .top-products .move-indicator{opacity:.5;height:25px}.page-coating #coating-accordion .top-products .top-swiper-button-next,.page-coating #coating-accordion .top-products .top-swiper-button-prev{position:absolute;top:50%;margin-top:-22px;z-index:10;cursor:pointer;background-image:none;height:3.8rem;width:30px;color:#474247;line-height:3.4rem;font-size:3rem;text-align:center;transition:color .2s,opacity .2s}.page-coating #coating-accordion .top-products .top-swiper-button-next:hover,.page-coating #coating-accordion .top-products .top-swiper-button-prev:hover{color:#bd151c}.page-coating #coating-accordion .top-products .top-swiper-button-next.swiper-button-disabled,.page-coating #coating-accordion .top-products .top-swiper-button-prev.swiper-button-disabled{color:#e2e2e2;cursor:auto}.page-coating #coating-accordion .top-products .top-swiper-button-next{transform:translate(40px);right:20px}@media (max-width: 575px){.page-coating #coating-accordion .top-products .top-swiper-button-next{right:10px}}.page-coating #coating-accordion .top-products .top-swiper-button-prev{transform:translate(-40px);left:20px}@media (max-width: 575px){.page-coating #coating-accordion .top-products .top-swiper-button-prev{left:10px}}.page-coating #coating-accordion .coating .coating-heading{align-items:center;padding:15px 25px;background-color:#706c70;border-bottom:solid 1px rgba(255,255,255,.1);font-size:1.07143rem;line-height:2.14286rem}.page-coating #coating-accordion .coating .coating-heading.collapsed{background-color:#474247}.page-coating #coating-accordion .coating .coating-heading .icon-down{color:#fff}.page-coating #coating-accordion .coating .coating-heading .heading{display:inline-block;margin:0;color:#fff;font-weight:400;font-size:1.07143rem;line-height:2.14286rem}.page-coating #coating-accordion .coating .coating-heading .warranty{display:inline-block;background-color:#bd151c;padding:0 15px;min-width:50px;border-radius:2px;text-align:center;line-height:1.7rem;margin:0 18px;font-size:.9286rem;color:#fff}.page-coating #coating-accordion .coating .coating-heading .icons{display:flex;justify-content:flex-end;align-items:center;text-align:right;right:60px;position:absolute}.page-coating #coating-accordion .coating .coating-content{text-align:center}.page-coating #coating-accordion .coating .coating-content .heading{display:inline-block;margin-top:20px;font-size:1.4285rem}.page-coating #coating-accordion .coating .coating-content .subheading{display:flex;margin:1rem 0;justify-content:center;align-items:center;color:#000;font-weight:700}.page-coating #coating-accordion .coating .coating-content .subheading .divider{display:inline-block;height:25px;margin:0 15px;border-right:1px solid rgba(0,0,0,.2)}.page-coating #coating-accordion .coating .coating-content .coating-list{display:flex;justify-content:center;flex-wrap:wrap;margin:20px;text-align:center}.page-coating #coating-accordion .coating .coating-content .coating-list .coating-item{width:255px;position:relative;text-align:center;margin:15px}.page-coating #coating-accordion .coating .coating-content .coating-list .coating-item img{display:inline-block;width:100%}.page-coating #coating-accordion .coating .coating-content .coating-list .coating-item span{display:block;position:absolute;min-width:26px;padding:0 5px;right:0;bottom:0;background-color:#fff;border-radius:5px 0 0;font-weight:600}.page-coating #coating-accordion .coating .coating-content .coating-list .coating-item.highlight{outline:3px solid #bd151c;outline-offset:-3px}.page-coating #coating-accordion .coating .coating-content .coating-list .coating-item.highlight span{color:#fff;background:#bd151c}.page-coating #coating-accordion .coating .coating-content .coating-list .coating-item.highlight:before{content:"TOP";display:block;position:absolute;left:0;top:0;padding:0 5px;background-color:#bd151c;color:#fff;border-radius:0 0 5px;font-weight:600}.page-coating #coating-accordion .coating .coating-content .parameters{max-width:1120px;margin:auto;justify-content:center}.page-coating #coating-accordion .coating .coating-content .parameters>div{width:200px;text-align:center;margin:15px}.page-coating #coating-accordion .coating .coating-content .parameters>div .coating-icon{padding:0;box-shadow:none}.page-coating #coating-accordion .coating .coating-content .parameters>div .coating-icon .image{margin:0 auto 15px;width:55px;height:55px;border-radius:100%;box-shadow:0 5px 13px #0003}.page-coating #coating-accordion .coating .coating-content .parameters>div .coating-icon .description{display:block;position:relative;top:initial;left:initial;width:100%;padding:0;opacity:1;background:transparent;transform:initial;box-shadow:none}.page-coating #coating-accordion .coating .coating-content .parameters>div .coating-icon.rating .value{position:absolute;font-weight:700;font-size:25px}.page-coating #coating-accordion .coating .coating-content .parameters>div .coating-icon.test_martindale .value{font-size:10px;line-height:10px;bottom:7px}.page-coating #coating-accordion .coating .coating-content .parameters>div .coating-icon.leather_thickness .value{position:absolute;top:8px;font-size:11px;line-height:1}.page-coating #coating-accordion #green_future header{background-color:#959595;margin-top:5px}.page-coating #coating-accordion #green_future header i.eco_hand{background:url(/build/assets/eco_hand_icon-CUhisDhL.png) no-repeat;width:37px;height:38px;display:block}@media (max-width: 767px){.page-coating #coating-accordion #green_future header i.eco_hand{margin-left:45%!important}}.page-coating #coating-accordion #green_future header h4{margin-right:15%}.page-coating #coating-accordion #green-future .coating-content .subheading.eco img{margin-top:-25px;margin-left:10px}.page-coating #coating-accordion #green-future h4.title{position:relative;z-index:2;font-family:Musette,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:5rem;font-weight:400;line-height:.8;color:#8fb63e;margin-top:-40px;text-align:right}@media (max-width: 767px){.page-coating #coating-accordion #green-future h4.title{display:none}.page-coating #coating-accordion #green-future .text-image{width:100%}}.page-coating #coating-accordion #green-future .aside-bg{text-align:right}.page-coating #coating-accordion #green-future .aside-bg img{width:70px;position:absolute;margin-left:-20px}@media (max-width: 767px){.page-coating #coating-accordion #green-future .aside-bg{display:none}}.page-coating #coating-accordion .coating-icon{position:relative;display:inline-block;margin:12px 5px;max-height:100%;border-radius:100%;text-align:center;box-shadow:0 5px 13px #0003}.page-coating #coating-accordion .coating-icon .image{position:relative;display:flex;justify-content:center;align-items:center;width:36px;height:36px;background:#fff;border-radius:100%;overflow:hidden}.page-coating #coating-accordion .coating-icon .image img{width:80%;height:80%;display:block}.page-coating #coating-accordion .coating-icon .value{position:absolute}.page-coating #coating-accordion .coating-icon .description{opacity:0;position:absolute;top:-10px;left:50%;padding:10px 25px;width:200px;background-color:#fff;box-shadow:0 8px 18px #00000021;transform:translate(-50%,-100%);transition:opacity .2s;pointer-events:none;text-align:center;line-height:1.5rem;font-size:.85rem}.page-coating #coating-accordion .coating-icon .description:before,.page-coating #coating-accordion .coating-icon .description:after{content:"";display:inline-block;position:absolute;left:50%}.page-coating #coating-accordion .coating-icon .description:before{bottom:-30px;width:40px;height:30px;transform:translate(-50%)}.page-coating #coating-accordion .coating-icon .description:after{bottom:1px;width:10px;height:10px;background:#fff;transform:rotate(45deg) translateY(85%)}.page-coating #coating-accordion .coating-icon .description strong{display:block;font-size:1rem}.page-coating #coating-accordion .coating-icon:hover .description{pointer-events:initial;opacity:1}.page-coating #coating-accordion .coating-icon.multicolor_effect .image img{width:100%;height:100%}.page-coating #coating-accordion .coating-icon.rating .value{position:absolute;font-weight:700}.page-coating #coating-accordion .coating-icon.test_martindale .value{position:absolute;bottom:5px;line-height:7px;font-size:7px;color:#bd151c}.page-coating #coating-accordion .coating-icon.made_in_belgium img{width:90%;height:90%}.page-coating #coating-accordion .coating-icon.leather_thickness .value{position:absolute;top:6px;font-size:7px;line-height:1}.downloads{margin:30px auto;padding:20px 15px;background:#f7f0d9;color:#000}.downloads:first-child{margin-top:0}.downloads:last-child{margin-bottom:0}.downloads .subheading{margin-bottom:30px;font-size:1.3rem;font-weight:900;text-transform:uppercase;text-align:center}.downloads ul{padding:0 15px}.downloads ul li{margin:10px 0}.downloads ul li a{display:flex;align-items:center;line-height:1.3;text-decoration:underline}.downloads ul i,.downloads ul svg{margin-right:10px;font-size:1.35rem}.fancybox-container{z-index:1000000}.fancybox-container .fancybox-button:focus{outline:none}.fancybox-container .fancybox-navigation button:disabled{display:none}.feature-list{margin:0}.feature-list .feature-item{position:relative;display:flex;align-items:center}.feature-list .feature-item:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:#000 center no-repeat;background-size:cover;filter:grayscale(100%);transition:filter .15s}.feature-list .feature-item:hover:before{filter:grayscale(0)}.feature-list .feature-item:hover .content{border-right-color:#bd151c}.feature-list .feature-item:hover .button-cta{color:#fff;background-color:#bd151c;border-color:#bd151c}.feature-list .feature-item:hover .button-cta:hover{color:#fff;background-color:#9b1117;border-color:#8f1015}.feature-list .feature-item:hover .button-cta:focus,.feature-list .feature-item:hover .button-cta.focus{color:#fff;background-color:#9b1117;border-color:#8f1015;box-shadow:0 0 0 .2rem #c7383e80}.feature-list .feature-item:hover .button-cta.disabled,.feature-list .feature-item:hover .button-cta:disabled{color:#fff;background-color:#bd151c;border-color:#bd151c}.feature-list .feature-item:hover .button-cta:not(:disabled):not(.disabled):active,.feature-list .feature-item:hover .button-cta:not(:disabled):not(.disabled).active,.show>.feature-list .feature-item:hover .button-cta.dropdown-toggle{color:#fff;background-color:#8f1015;border-color:#840f14}.feature-list .feature-item:hover .button-cta:not(:disabled):not(.disabled):active:focus,.feature-list .feature-item:hover .button-cta:not(:disabled):not(.disabled).active:focus,.show>.feature-list .feature-item:hover .button-cta.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #c7383e80}.feature-list .feature-item a{position:relative;z-index:2;display:flex;align-items:center;width:100%;height:100%;padding:40px 20px;text-decoration:none}.feature-list .feature-item .wrap{position:relative;z-index:2;width:100%;max-width:650px;margin:0 auto}.feature-list .feature-item .content{padding:20px 0;background:linear-gradient(to right,#fffef0b3,#fffef0);border-right:solid 6px #474247;color:#5c585c;transition:border .15s}.feature-list .feature-item .subheading{margin:0;color:#495057;font-size:1.15rem;font-weight:700;line-height:1.2}.feature-list .feature-item .heading{margin:10px 0;font-size:2rem;font-weight:900;line-height:1.2;color:#bd151c}.feature-list .feature-item .price-range,.feature-list .feature-item .description{margin:0;font-size:1.5rem;font-weight:700;line-height:1.3;color:#000}.feature-list .feature-item .price-currency{color:#000}.feature-list .feature-item ul{padding-left:1.25rem;color:#495057}@media (max-width: 575px){.feature-list .feature-item ul{padding-left:0;text-align:center;list-style-type:none}}.feature-list .feature-item .info p{margin:0}@media (max-width: 575px){.feature-list .feature-item .info p{text-align:center}}.feature-list .feature-item .button-cta{display:flex;justify-content:space-between;align-items:center;width:100%;padding-left:30px;padding-right:30px;max-width:330px;font-weight:300;text-align:left;cursor:pointer}.feature-list .feature-item .button-cta i,.feature-list .feature-item .button-cta svg{font-size:1.5rem}@media (max-width: 575px){.feature-list .feature-item .button-cta{justify-content:center;padding-left:10px;padding-right:10px;font-size:1rem;white-space:initial}}.form-error{margin-bottom:0}.invalid-feedback{display:block}.form-helper{margin-bottom:0}.form-error:not(:empty)+.form-helper{margin-top:0}label{margin-bottom:3px}label .required{color:#e02222;padding-left:2px}.checkbox label{padding-left:0;margin-left:1.75rem}.checkbox label input{display:none}.checkbox label input:checked~span .fa-check{visibility:visible}.checkbox label span{position:absolute;display:inline-block;margin-top:0rem;margin-bottom:0rem;margin-left:-1.75rem;width:1rem;height:1rem;background:#868e96;font-size:.8em;text-align:center;line-height:1rem}.checkbox label span .fa-check{visibility:hidden}.component-datetime[readonly]{background-color:inherit}.component-form-image{display:block;max-width:100%}.radio label{padding-left:0;margin-left:1.75rem}.radio label input{display:none}.radio label input:checked~span:after{visibility:visible}.radio label span{position:absolute;display:inline-block;margin-top:0rem;margin-bottom:0rem;margin-left:-1.75rem;width:1rem;height:1rem;border-radius:100%;background:#868e96;text-align:center;line-height:1rem}.radio label span:after{content:"";display:block;width:100%;height:100%;border:#868e96 solid 0rem;border-radius:100%;background:#000;background:radial-gradient(#000 80%,#868e96 80%);visibility:hidden}.component-select{--ss-primary-color: rgba(92,88,92,.8);--ss-focus-color: rgba(92,88,92,.8)}.ss-selected{background-color:#5c585c99!important}textarea{resize:vertical}fieldset.styled{border:1px solid #ced4da;padding:0 1.4em 1.4em;margin:0 0 1.5em;box-shadow:0 0 #000;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}fieldset.styled legend{font-size:1.2em;text-align:left;width:auto;padding:0 10px;border-bottom:none}#loader{position:fixed;right:15px;top:15px;z-index:9000;display:block;color:#bd151c;font-size:25px;line-height:1}#loader.blocking{top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;color:#fff;background:#0006;font-size:50px;text-align:center}.maintenance-banner-wrapper{display:block;transition:top .2s,opacity .2s;position:relative}.maintenance-banner-wrapper.hidden{height:0!important}.maintenance-banner-wrapper.hidden .maintenance-banner{opacity:0;top:-50px}.maintenance-banner-wrapper .maintenance-banner{display:flex;justify-content:center;position:fixed;top:0;left:0;z-index:1000;padding:5px 35px;align-items:center;width:100%;background-color:#bd151c;transition:top .2s,opacity .2s;opacity:1}.maintenance-banner-wrapper .maintenance-banner p{position:relative;line-height:1.3rem}.maintenance-banner-wrapper .maintenance-banner button{position:absolute;right:0;transform:scale(.7);background:transparent;border:navajowhite;margin:0 0 0 15px;padding:0}.maintenance-banner-wrapper .maintenance-banner button:hover,.maintenance-banner-wrapper .maintenance-banner button:focus,.maintenance-banner-wrapper .maintenance-banner button:active{opacity:.8;outline:none}.maintenance-banner-wrapper .maintenance-banner i,.maintenance-banner-wrapper .maintenance-banner svg{margin:0 15px 0 10px;font-size:1.5rem;color:#fff;cursor:pointer}html.remodal-is-locked{overflow:hidden;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-overlay,.remodal-wrapper{backface-visibility:hidden}.remodal{position:relative;outline:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{filter:blur(3px)}.remodal-overlay{background:#2b2e38e6}.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{animation-duration:.3s;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;transform:translateZ(0);color:#2b2e38;background:#fff}.remodal.remodal-is-opening,.remodal.remodal-is-closing{animation-duration:.3s;animation-fill-mode:forwards}.remodal.remodal-is-opening{animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;transition:color .2s;text-decoration:none;color:#95979c;border:0;outline:0;background:transparent}.remodal-close:hover,.remodal-close:focus{color:#2b2e38}.remodal-close:before{font-family:Arial,Helvetica CY,Nimbus Sans L,sans-serif!important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"×";text-align:center}.remodal-confirm,.remodal-cancel{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;transition:background .2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:hover,.remodal-confirm:focus{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:hover,.remodal-cancel:focus{background:#ef5350}.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner{padding:0;border:0}@keyframes remodal-opening-keyframes{0%{transform:scale(1.05);opacity:0}to{transform:none;opacity:1;filter:blur(0)}}@keyframes remodal-closing-keyframes{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0;filter:blur(0)}}@keyframes remodal-overlay-opening-keyframes{0%{opacity:0}to{opacity:1}}@keyframes remodal-overlay-closing-keyframes{0%{opacity:1}to{opacity:0}}@media only screen and (min-width: 641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}.remodal-close{left:auto;right:0}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #ffffff;text-shadow:0 1px 0 #ffffff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div:hover{box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width: 240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}#toast-container>div{border-radius:0;box-shadow:none;opacity:.9}#toast-container>div:hover{box-shadow:none}.toast-top-right{right:0}.toast-success{background-color:#5cb85c}.toast-error{background-color:#d9534f}.toast-info{background-color:#17a2b8}.toast-warning{background-color:#f0ad4e}.portrait-photo{margin:30px auto}.portrait-photo:first-child{margin-top:0}.portrait-photo:last-child{margin-bottom:0}.portrait-photo img{width:100%}.portrait-photo figcaption{padding:20px 15px;background:#f7f0d9;font-size:1.3rem;font-weight:900;line-height:1.2;text-align:center;color:#000}.vjs-control-bar{z-index:3}.swiper-container .swiper-wrapper .swiper-slide{z-index:2}.swiper-container .swiper-wrapper .swiper-slide.video{position:relative}.swiper-container .swiper-wrapper .swiper-slide.video.playing .video-wrapper{opacity:1;pointer-events:inherit}.swiper-container .swiper-wrapper .swiper-slide.video .video-wrapper{opacity:0;pointer-events:none;transition:opacity .2s}.swiper-container .swiper-wrapper .swiper-slide.video .video-wrapper video{position:absolute;top:0;width:100%;height:100%;z-index:2}.swiper-container .swiper-wrapper .swiper-slide.video .play{position:absolute;top:50%;left:50%;height:164px;width:164px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#474247b3;transform:translate(-50%,-50%);border-radius:100%;cursor:pointer!important;z-index:1}.swiper-container .swiper-wrapper .swiper-slide.video .play:hover{text-decoration:none}.swiper-container .swiper-wrapper .swiper-slide.video .play span{color:#fff;font-weight:700;margin-top:13px}.swiper-container .swiper-wrapper .swiper-slide.video .play i,.swiper-container .swiper-wrapper .swiper-slide.video .play svg{display:block;width:50px;height:50px;border:2px #bd151c solid;padding:10px 10px 10px 13px;border-radius:100%;color:#bd151c}.swiper-container .swiper-wrapper .swiper-slide img{position:absolute;top:0;display:block;width:100%}.swiper-container .swiper-wrapper .swiper-slide .content{position:relative}.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev{width:auto;margin-top:-22.5px;color:#f7f0d9;font-size:45px;line-height:1;background-image:none}.swiper-container .swiper-pagination-bullet{background:#f7f0d9}.swiper-container .timer-bar{position:absolute;z-index:1;top:0;height:2px;width:100%;background:#bd151c;opacity:1;transition:opacity .2s,width 5s linear}.swiper-container .timer-bar.timer-bar-zero{width:0;opacity:0;transition:opacity 0s,width 0s}header .social .social-counter{box-shadow:unset;height:28px;padding-left:28px}.social{text-align:center}.social a:hover{text-decoration:none}.social .social-counter{background-color:#fff;position:relative;display:inline-block;padding-left:38px;height:38px;box-shadow:inset 0 0 0 2px #e2e2e2;border-radius:19px;margin:3px}.social .social-counter.facebook{color:#3b5998}.social .social-counter.facebook:hover .icon,.social .social-counter.facebook:focus .icon{background-color:#3b5998;color:#fff}.social .social-counter.youtube{color:#bd151c}.social .social-counter.youtube:hover .icon,.social .social-counter.youtube:focus .icon{background-color:#bd151c;color:#fff}.social .social-counter .icon{position:absolute;display:flex;justify-content:center;align-items:center;left:0;width:38px;height:38px;box-shadow:inset 0 0 0 2px #e2e2e2;border-radius:19px;line-height:34.5454545455px;text-align:center;background-color:#fff;transition:background-color .1s,color .05s}.social .social-counter .count{padding:0 19px 0 9.5px;color:#000;font-weight:300;line-height:38px}.social .social-counter .label{margin-left:3px;color:#000;font-weight:700;line-height:38px}.top-products #top-products-slider,.top-products .top-products-slider{margin:0 -5px}.top-products .heading{margin-bottom:0}.top-products .heading h1{color:#bd151c}.top-products .heading>div{color:#000;font-weight:400}.top-products .swiper-container .swiper-wrapper .swiper-slide{width:20%;position:relative;padding:10px 5px}@media (max-width: 1199px){.top-products .swiper-container .swiper-wrapper .swiper-slide{width:25%}}@media (max-width: 767px){.top-products .swiper-container .swiper-wrapper .swiper-slide{width:33.33%}}@media (max-width: 575px){.top-products .swiper-container .swiper-wrapper .swiper-slide{width:50%}}.top-products .swiper-container .swiper-wrapper .swiper-slide a{position:relative;display:block;padding-bottom:80%;width:100%;background:#474247;background-size:cover;background-position:center}.top-products .swiper-container .swiper-wrapper .swiper-slide a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;background:linear-gradient(180deg,#21252900,#2125291a,#2125294d,#212529cc);transition:opacity .2s}.top-products .swiper-container .swiper-wrapper .swiper-slide a:hover:before{opacity:.5}.top-products .swiper-container .swiper-wrapper .swiper-slide a:hover .heading{text-shadow:0 0 8px #000}.top-products .swiper-container .swiper-wrapper .swiper-slide a:hover .heading div{color:#fff}.top-products .swiper-container .swiper-wrapper .swiper-slide a .number{position:absolute;top:-10px;left:10px;z-index:1;padding:5px 0;min-width:40px;color:#fff;text-align:center;font-size:1.5rem;background-color:#bd151c;box-shadow:0 5px 18px #00000063}.top-products .swiper-container .swiper-wrapper .swiper-slide a .heading{position:absolute;bottom:0;width:100%;text-align:center;font-weight:400;text-shadow:0 0 10px #000;transition:text-shadow .2s}.top-products .swiper-container .swiper-wrapper .swiper-slide a .heading .title{font-family:Musette,Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;font-size:3.3rem}.top-products .swiper-container .swiper-wrapper .swiper-slide a .heading .subtitle{margin:5px;font-size:1rem;color:#fff;transition:color .2s}.top-products .swiper-pagination-top-products{text-align:center;height:25px}.top-products .swiper-pagination-top-products .swiper-pagination-bullet{width:10px;height:10px;background-color:#c5c5c5}.top-products .swiper-pagination-top-products .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){border:2px solid #c5c5c5;background-color:#fffef0}.top-products .swiper-pagination-top-products .swiper-pagination-bullet:only-child{display:none}.youtube-video{position:relative;width:100%;padding-bottom:56.25%}.youtube-video iframe{position:absolute;width:100%;height:100%}.media-collection__component .swiper{width:100%}.media-collection__component .swiper .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.media-collection__component .swiper .swiper-slide img.vjs-my-lazy-poster{transition:visibility .2s ease-in;position:absolute;top:0;left:0;z-index:9999}.media-collection__component .swiper .swiper-slide img.vjs-my-lazy-poster.hidden{visibility:hidden}.media-collection__component .swiper-buttons__disabled{opacity:0;cursor:auto;pointer-events:none}.media-collection__component .swiper-button-prev,.media-collection__component .swiper-button-next{color:#fff}.media-collection__component .swiper-pagination-bullet{background:#fff}.media-collection__component .swiper-button-next,.media-collection__component .swiper-button-prev{display:none}@media (min-width: 1200px){.media-collection__component .swiper-button-next,.media-collection__component .swiper-button-prev{display:flex}}.media-collection__component .swiper-button-prev{transition:background-color .2s ease-in-out;background-color:#fffef0;-webkit-mask-image:url(/build/assets/arrow-left-C2gib-pB.svg);mask-image:url(/build/assets/arrow-left-C2gib-pB.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.media-collection__component .swiper-button-prev:hover{background-color:#bc1c1d}.media-collection__component .swiper-button-next{transition:background-color .2s ease-in-out;background-color:#fffef0;-webkit-mask-image:url(/build/assets/arrow-right-CsW7cf8G.svg);mask-image:url(/build/assets/arrow-right-CsW7cf8G.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.media-collection__component .swiper-button-next:hover{background-color:#bc1c1d}.media-collection__component .swiper-button-next:after{display:none}.media-collection__component .swiper-button-prev:after{display:none}.media-collection__component .video-player__main{background-color:unset;background-image:url(/build/assets/loader-CGRsI0JN.gif);background-position:center;background-repeat:no-repeat}.media-collection__component .btn{background-color:#0000;border:none;color:#0000;cursor:pointer;box-shadow:none}.media-collection__component .btn:hover,.media-collection__component .btn:focus,.media-collection__component .btn:active{box-shadow:none}.media-collection__component .btn-white-link{background-color:#ffffff4d;color:#fff;padding:16px 28px 18px;min-width:12vw;max-width:32vh;font-weight:400;font-size:1.1rem;text-transform:uppercase}.media-collection__component .btn-white-link p{padding:0;margin:0;line-height:normal}.media-collection__component .btn-white-link:hover{background-color:#fff6}.media-collection__component .buttons-wrapper{position:absolute;left:50%;padding-left:28px;padding-right:28px;z-index:999;transform:translate(-50%);bottom:20px}@media (min-width: 768px){.media-collection__component .buttons-wrapper{padding-left:6px;padding-right:12px}}.media-collection__component .buttons-wrapper .player-buttons-wrapper.hidden{visibility:hidden}.media-collection__component .buttons-wrapper .link-button-wrapper{bottom:48px;display:flex;justify-content:center}.media-collection__component .buttons-wrapper .play-pause-button{position:absolute;left:-5px;bottom:0}.media-collection__component .buttons-wrapper .play-pause-button.full-width{left:-5px}@media (min-width: 768px){.media-collection__component .buttons-wrapper .play-pause-button{left:5px}}.media-collection__component .buttons-wrapper .play-pause-button svg{transition:fill .2s ease-in-out;fill:#fff;height:20px;width:20px}@media (min-width: 768px){.media-collection__component .buttons-wrapper .play-pause-button svg{height:26px;width:26px}}.media-collection__component .buttons-wrapper .play-pause-button svg:hover{fill:#383436}.media-collection__component .buttons-wrapper .mute-unmute-button{position:absolute;right:-5px;bottom:0}.media-collection__component .buttons-wrapper .mute-unmute-button.full-width{right:-5px}@media (min-width: 768px){.media-collection__component .buttons-wrapper .mute-unmute-button{right:5px}}.media-collection__component .buttons-wrapper .mute-unmute-button svg{transition:fill .2s ease-in-out;fill:#fff;height:20px;width:20px}@media (min-width: 768px){.media-collection__component .buttons-wrapper .mute-unmute-button svg{height:26px;width:26px}}.media-collection__component .buttons-wrapper .mute-unmute-button svg:hover{fill:#383436}.media-collection__component .vjs-no-js{margin-top:81px}@media (min-width: 768px){.media-collection__component .vjs-no-js{margin-top:132px}}.media-collection__component .video-player__main{pointer-events:none}.media-collection__component .vjs-error-display{display:none}.video-js.vjs-8-10{width:100%;max-width:100%;height:0}.video-js.vjs-8-10:not(.vjs-audio-only-mode){height:0;padding-top:125%}.video-js.vjs-16-6{width:100%;max-width:100%;height:0}.video-js.vjs-16-6:not(.vjs-audio-only-mode){height:0;padding-top:40.625%}.slide_gallery__component{position:relative}.slide_gallery__component .swiper{width:100%}.slide_gallery__component .swiper .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slide_gallery__component .swiper-buttons__disabled{opacity:0;cursor:auto;pointer-events:none}.slide_gallery__component .swiper-button-prev,.slide_gallery__component .swiper-button-next{color:#fff;top:unset!important;bottom:14px}.slide_gallery__component .swiper-button-prev{left:14px}.slide_gallery__component .swiper-button-next{right:14px}.slide_gallery__component .swiper-button-prev{transition:background-color .2s ease-in-out;background-color:#fffef0;-webkit-mask-image:url(/build/assets/arrow-left-C2gib-pB.svg);mask-image:url(/build/assets/arrow-left-C2gib-pB.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.slide_gallery__component .swiper-button-prev:hover{background-color:#383436}.slide_gallery__component .swiper-button-next{transition:background-color .2s ease-in-out;background-color:#fffef0;-webkit-mask-image:url(/build/assets/arrow-right-CsW7cf8G.svg);mask-image:url(/build/assets/arrow-right-CsW7cf8G.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.slide_gallery__component .swiper-button-next:hover{background-color:#383436}.slide_gallery__component .swiper-button-next:after{display:none}.slide_gallery__component .swiper-button-prev:after{display:none}.slide_gallery__component .swiper-pagination-bullet{background:#fff}.slide_gallery__component .swiper-pagination-bullet-active{background-color:#383436}.slide_gallery__component .swiper-button-next,.slide_gallery__component .swiper-button-prev{height:16px;width:16px}@media (min-width: 1200px){.slide_gallery__component .swiper-button-next,.slide_gallery__component .swiper-button-prev{display:flex;height:24px;width:24px}}.slide_gallery__component .slide-gallery__favorite-icon{position:absolute;top:5px;right:10px;z-index:4}@media (min-width: 768px){.slide_gallery__component .slide-gallery__favorite-icon{right:25px}}.slide_gallery__component .slide-gallery__favorite-icon svg{cursor:pointer;transition:all .2s ease-in-out;height:36px;width:36px;padding:8px;fill:#fffef0}@media (min-width: 768px){.slide_gallery__component .slide-gallery__favorite-icon svg{height:46px;width:46px}}.slide_gallery__component .slide-gallery__favorite-icon svg path{pointer-events:none}.slide_gallery__component .slide-gallery__favorite-icon svg:hover{fill:#383436}.slide_gallery__component .slide-gallery_metadata_wrapper{display:flex;padding:16px;text-align:center;justify-content:center;align-items:center;flex-direction:column}.slide_gallery__component .slide-gallery_metadata_wrapper .slide-gallery_category span{font-size:1.5rem;font-family:Panton-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;color:#383436}.slide_gallery__component .slide-gallery_metadata_wrapper .slide-gallery_title h2{font-size:1.4rem;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:uppercase;color:#383436}@media (min-width: 768px){.slide_gallery__component .slide-gallery_metadata_wrapper .slide-gallery_title h2{font-size:2rem}}.slide_gallery__component .buttons-wrapper{position:absolute;left:50%;padding-left:28px;padding-right:28px;z-index:999;bottom:0;transform:translate(-50%)}@media (min-width: 768px){.slide_gallery__component .buttons-wrapper{padding-left:6px;padding-right:12px}}.slide_gallery__component .buttons-wrapper .link-button-wrapper{bottom:32px;display:flex;justify-content:center}@media (min-width: 768px){.slide_gallery__component .buttons-wrapper .link-button-wrapper{bottom:48px}}.slide_gallery__component .buttons-wrapper .btn-white-link{background-color:#ffffff4d;color:#fff;padding:10px 28px 12px;min-width:12vw;max-width:32vh;font-weight:400;font-size:1.1rem;text-transform:uppercase}@media (min-width: 768px){.slide_gallery__component .buttons-wrapper .btn-white-link{padding:16px 28px 18px}}.slide_gallery__component .buttons-wrapper .btn-white-link p{padding:0;margin:0;line-height:normal}.slide_gallery__component .buttons-wrapper .btn-white-link:hover{background-color:#fff6}.download-button__component{padding:4px 8px}.download-button__component .download-button__wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center}.download-button__component .download-button__wrapper:hover .download-button__icon svg{transition:fill .2s ease-in-out;fill:#bc1c1d}.download-button__component .download-button__wrapper:hover .download-button__title h2{transition:color .2s ease-in-out;color:#bc1c1d}.download-button__component .download-button__wrapper .download-button__title h2{text-align:center;font-size:1.4rem;margin:0;color:#000;font-family:Panton-Bold,Helvetica Neue,Helvetica,Arial,sans-serif}.download-button__component .download-button__wrapper .download-button__icon{padding-left:12px;padding-right:12px;padding-top:0;padding-botto:0}.download-button__component .download-button__wrapper .download-button__icon svg{fill:#88ab34}.lightbox_gallery__component{position:relative}.lightbox_gallery__component .lightbox_gallery__item_favorite-icon{position:absolute;top:5px;right:10px;z-index:8}@media (min-width: 768px){.lightbox_gallery__component .lightbox_gallery__item_favorite-icon{right:25px}}.lightbox_gallery__component .lightbox_gallery__item_favorite-icon svg{cursor:pointer;transition:all .2s ease-in-out;height:36px;width:36px;padding:8px;fill:#fffef0}@media (min-width: 768px){.lightbox_gallery__component .lightbox_gallery__item_favorite-icon svg{height:46px;width:46px}}.lightbox_gallery__component .lightbox_gallery__item_favorite-icon svg path{pointer-events:none}.lightbox_gallery__component .lightbox_gallery__item_favorite-icon svg:hover{fill:#383436}.review_widget__component{position:relative}.review_widget__component .swiper{height:100%;width:100%}.review_widget__component .swiper .swiper-slide{margin-bottom:64px;height:auto!important;width:100%}@media (min-width: 768px){.review_widget__component .swiper .swiper-slide{width:32%}}.review_widget__component .swiper-buttons__disabled{opacity:0;cursor:auto;pointer-events:none}.review_widget__component .swiper-button-prev,.review_widget__component .swiper-button-next{color:#fff;top:unset!important;bottom:14px}.review_widget__component .swiper-button-prev{left:14px}.review_widget__component .swiper-button-next{right:14px}.review_widget__component .swiper-button-prev{transition:background-color .2s ease-in-out;background-color:#bc1c1d;-webkit-mask-image:url(/build/assets/arrow-left-C2gib-pB.svg);mask-image:url(/build/assets/arrow-left-C2gib-pB.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.review_widget__component .swiper-button-prev:hover{background-color:#383436}.review_widget__component .swiper-button-next{transition:background-color .2s ease-in-out;background-color:#bc1c1d;-webkit-mask-image:url(/build/assets/arrow-right-CsW7cf8G.svg);mask-image:url(/build/assets/arrow-right-CsW7cf8G.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.review_widget__component .swiper-button-next:hover{background-color:#383436}.review_widget__component .swiper-button-next:after{display:none}.review_widget__component .swiper-button-prev:after{display:none}.review_widget__component .swiper-pagination-bullet{background:#bc1c1d}.review_widget__component .swiper-pagination-bullet-active{background-color:#383436}.review_widget__component .swiper-button-next,.review_widget__component .swiper-button-prev{height:16px;width:16px}@media (min-width: 1200px){.review_widget__component .swiper-button-next,.review_widget__component .swiper-button-prev{display:flex;height:24px;width:24px}}.review_widget__component .review__title h2{text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.6rem;text-align:center;color:#383436;padding:0;margin:0;font-weight:900}.review_widget__component .review__subtitle{padding:8px 6%;display:flex;justify-content:center}@media (min-width: 768px){.review_widget__component .review__subtitle{padding:16px 10%}}.review_widget__component .review__subtitle p{text-align:center;font-size:1rem;font-family:Panton-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;color:#383436}@media (min-width: 768px){.review_widget__component .review__subtitle p{font-size:1.2rem}}.review_widget__component .review__item_card{height:100%!important;display:flex;background-color:#f6efdb;flex-direction:column;align-items:center;padding-top:32px;padding-right:12px;padding-left:12px}.review_widget__component .review__item_card .review__item_title{padding-left:8px;padding-right:8px}.review_widget__component .review__item_card .review__item_title h2{text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.2rem;text-align:center;color:#383436}.review_widget__component .review__item_card .review__item_rating{padding:8px}.review_widget__component .review__item_card .review__item_comment{padding-left:8px;padding-right:8px;padding-bottom:12px;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}#no-javascript,#outdated-browser{text-align:center}#cookie-notice{position:fixed;z-index:999999;bottom:0;margin:0;display:flex;justify-content:center;align-items:center;width:100%;padding:25px;border:none;text-align:center;background:#424242;color:#fff;font-weight:100}@media (max-width: 767px){#cookie-notice{display:block}}#cookie-notice p{margin:0 20px;max-width:1000px;vertical-align:middle;text-align:left}@media (min-width: 992px){#cookie-notice p{display:inline}}@media (max-width: 767px){#cookie-notice p{text-align:center}}#cookie-notice p a{color:#fff;text-decoration:underline;transition:opacity .2s}#cookie-notice p a:hover{opacity:.7}#cookie-notice .btn{margin-left:.5rem;cursor:pointer}@media (max-width: 991px){#cookie-notice .btn{margin:.5rem .5rem 0}}@media (max-width: 767px){#cookie-notice .btn{display:block;margin:20px auto 0;width:80%;min-height:50px}}.hamburger-icon__link{color:#fff;cursor:pointer;display:inline-flex;font-size:1.75rem;padding-top:30px;padding-bottom:30px}@media (min-width: 576px){.hamburger-icon__link{font-size:2rem}}header.header-main{z-index:999;background-color:#fffeef;position:relative}header.header-main .header-main__container{min-height:81px;display:flex;align-items:center}@media (min-width: 768px){header.header-main .header-main__container{min-height:132px}}header.header-main.sticky{position:sticky;top:0}header.header-main.primary-menu-animated{height:81px}@media (min-width: 768px){header.header-main.primary-menu-animated{height:132px}}header.header-main.transparent{background-color:#0000}header.header-main.transparent .header-main__left-inner .hamburger-icon__wrapper span{background:#fff}header.header-main.transparent .header-main__left-inner a,header.header-main.transparent .header-main__right-inner a{color:#fff}header.header-main.transparent .header-main__left-inner #favorite-icon,.header-main__right .header-main__right-inner .favorite-wrapper header.header-main.transparent .header-main__left-inner #favorite-icon-red,header.header-main.transparent .header-main__left-inner #search-icon,header.header-main.transparent .header-main__right-inner #favorite-icon,header.header-main.transparent .header-main__right .header-main__right-inner .favorite-wrapper #favorite-icon-red,.header-main__right header.header-main.transparent .header-main__right-inner .favorite-wrapper #favorite-icon-red,header.header-main.transparent .header-main__right-inner #search-icon{fill:#fff}header.header-main.transparent .header-main__middle .logo #logo-phase .st1{fill:#fff}header.header-main.transparent .header-main__middle .logo #logo-phase .st0{fill:#fff;stroke:#fff}header.header-main.transparent .header-main__middle .header-teddy{background-image:-webkit-image-set(url(/build/assets/header-teddy-base@1x-DwSsuGV4.png) 1x,url(/build/assets/header-teddy-base@2x-NBzRtIu8.png) 2x,url(/build/assets/header-teddy-base@3x-BHdkGmRm.png) 3x);background-image:-webkit-image-set(url(/build/assets/header-teddy-base@1x-DwSsuGV4.png) 1x,url(/build/assets/header-teddy-base@2x-NBzRtIu8.png) 2x,url(/build/assets/header-teddy-base@3x-BHdkGmRm.png) 3x);background-image:image-set(url(/build/assets/header-teddy-base@1x-DwSsuGV4.png) 1x,url(/build/assets/header-teddy-base@2x-NBzRtIu8.png) 2x,url(/build/assets/header-teddy-base@3x-BHdkGmRm.png) 3x)}header.header-main.transparent .dropdown .dropdown-toggle{color:#fff}header.header-main.transparent .dropdown .dropdown-toggle:hover,header.header-main.transparent .dropdown .dropdown-toggle:focus,header.header-main.transparent .dropdown .dropdown-toggle:active{color:#fff}header.header-main.transparent .dropdown .dropdown-menu{border:1px solid rgba(255,255,255,.8);background-color:#0000!important;color:#fff}header.header-main.transparent .dropdown .dropdown-menu .dropdown-item:hover,header.header-main.transparent .dropdown .dropdown-menu .dropdown-item:focus,header.header-main.transparent .dropdown .dropdown-menu .dropdown-item:active{background-color:#0000!important;color:#bc1c1d}@media (hover: hover){header.header-main:hover{transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;background-color:#fffeef}header.header-main:hover .desktop-primary-menu{transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;visibility:visible;opacity:1;background-color:#fffeef}header.header-main:hover .header-main__left-inner .hamburger-icon__wrapper span{background:#383436}header.header-main:hover .header-main__left-inner a,header.header-main:hover .header-main__right-inner a{color:#383436}header.header-main:hover .header-main__left-inner #favorite-icon,.header-main__right .header-main__right-inner .favorite-wrapper header.header-main:hover .header-main__left-inner #favorite-icon-red,header.header-main:hover .header-main__left-inner #search-icon,header.header-main:hover .header-main__right-inner #favorite-icon,header.header-main:hover .header-main__right .header-main__right-inner .favorite-wrapper #favorite-icon-red,.header-main__right header.header-main:hover .header-main__right-inner .favorite-wrapper #favorite-icon-red,header.header-main:hover .header-main__right-inner #search-icon{fill:#383436}header.header-main:hover .header-main__middle .logo #logo-phase .st1{fill:#383436}header.header-main:hover .header-main__middle .logo #logo-phase .st0{fill:#bc1c1d;stroke:#bc1c1d}header.header-main:hover .header-main__middle .header-teddy{background-image:-webkit-image-set(url(/build/assets/header-teddy-shadow@1x-BzyOIVm4.png) 1x,url(/build/assets/header-teddy-shadow@2x-J-W0XpCo.png) 2x,url(/build/assets/header-teddy-shadow@3x-DKhIP3BA.png) 3x);background-image:-webkit-image-set(url(/build/assets/header-teddy-shadow@1x-BzyOIVm4.png) 1x,url(/build/assets/header-teddy-shadow@2x-J-W0XpCo.png) 2x,url(/build/assets/header-teddy-shadow@3x-DKhIP3BA.png) 3x);background-image:image-set(url(/build/assets/header-teddy-shadow@1x-BzyOIVm4.png) 1x,url(/build/assets/header-teddy-shadow@2x-J-W0XpCo.png) 2x,url(/build/assets/header-teddy-shadow@3x-DKhIP3BA.png) 3x)}header.header-main:hover .dropdown .dropdown-toggle{color:#383436}header.header-main:hover .dropdown .dropdown-toggle:hover,header.header-main:hover .dropdown .dropdown-toggle:focus,header.header-main:hover .dropdown .dropdown-toggle:active{color:#383436}header.header-main:hover .dropdown .dropdown-menu{border:1px solid rgba(58,53,55,.4);background-color:#fffeef;color:#383436}header.header-main:hover .dropdown .dropdown-menu .dropdown-item:hover,header.header-main:hover .dropdown .dropdown-menu .dropdown-item:focus,header.header-main:hover .dropdown .dropdown-menu .dropdown-item:active{background-color:#fffeef;color:#bc1c1d}}header.header-main .dropdown a:hover{color:#bc1c1d!important}header.header-main .dropdown .dropdown-toggle{text-decoration:none;cursor:pointer}header.header-main .dropdown .dropdown-menu{border:1px solid rgba(58,53,55,.4);background-color:#fffeef;min-width:unset!important;padding:0}.header-main__left{align-self:center;width:15%}@media (min-width: 992px){.header-main__left{width:35%}}@media (min-width: 1200px){.header-main__left{width:30%}}.header-main__left .header-main__left-inner{align-items:center;justify-content:center;display:flex}@media (min-width: 768px){.header-main__left .header-main__left-inner{justify-content:left}}.header-main__left .header-main__left-inner .hamburger-icon__wrapper span{background:#383436}@media (hover: hover){.header-main__left .header-main__left-inner .hamburger-icon__wrapper:hover span{background:#bc1c1d!important}}.header-main__middle{width:70%;display:flex;align-items:center;justify-content:center}@media (min-width: 992px){.header-main__middle{width:30%}}@media (min-width: 1200px){.header-main__middle{width:40%}}.header-main__middle .logo #logo-phase{height:58px;width:auto}@media (min-width: 768px) and (max-width: 1199.98px){.header-main__middle .logo #logo-phase{height:77px}}@media (min-width: 1200px){.header-main__middle .logo #logo-phase{height:104px}}@media (min-width: 1350px){.header-main__middle .logo #logo-phase{height:120px}}.header-main__middle .logo #logo-phase .st1{fill:#383436}.header-main__middle .logo #logo-phase .st0{fill:#bc1c1d;stroke:#bc1c1d;stroke-width:1;stroke-miterlimit:10}.header-main__middle .header-teddy{height:46px;width:62px;margin-right:-12px;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:-webkit-image-set(url(/build/assets/header-teddy-base@1x-DwSsuGV4.png) 1x,url(/build/assets/header-teddy-base@2x-NBzRtIu8.png) 2x,url(/build/assets/header-teddy-base@3x-BHdkGmRm.png) 3x);background-image:-webkit-image-set(url(/build/assets/header-teddy-base@1x-DwSsuGV4.png) 1x,url(/build/assets/header-teddy-base@2x-NBzRtIu8.png) 2x,url(/build/assets/header-teddy-base@3x-BHdkGmRm.png) 3x);background-image:image-set(url(/build/assets/header-teddy-base@1x-DwSsuGV4.png) 1x,url(/build/assets/header-teddy-base@2x-NBzRtIu8.png) 2x,url(/build/assets/header-teddy-base@3x-BHdkGmRm.png) 3x);background-image:-webkit-image-set(url(/build/assets/header-teddy-shadow@1x-BzyOIVm4.png) 1x,url(/build/assets/header-teddy-shadow@2x-J-W0XpCo.png) 2x,url(/build/assets/header-teddy-shadow@3x-DKhIP3BA.png) 3x);background-image:-webkit-image-set(url(/build/assets/header-teddy-shadow@1x-BzyOIVm4.png) 1x,url(/build/assets/header-teddy-shadow@2x-J-W0XpCo.png) 2x,url(/build/assets/header-teddy-shadow@3x-DKhIP3BA.png) 3x);background-image:image-set(url(/build/assets/header-teddy-shadow@1x-BzyOIVm4.png) 1x,url(/build/assets/header-teddy-shadow@2x-J-W0XpCo.png) 2x,url(/build/assets/header-teddy-shadow@3x-DKhIP3BA.png) 3x)}@media (min-width: 768px){.header-main__middle .header-teddy{height:70px;width:62px;margin-right:0}}@media (min-width: 1200px){.header-main__middle .header-teddy{height:80px;width:62px;margin-right:0}}.header-main__right{align-self:center;justify-content:center;width:15%;text-align:center}@media (min-width: 768px){.header-main__right{text-align:right}}@media (min-width: 992px){.header-main__right{width:35%}}@media (min-width: 1200px){.header-main__right{width:30%}}.header-main__right .header-main__right-inner{align-items:center;justify-content:center;display:inline-flex}.header-main__right .header-main__right-inner .search-wrapper{display:none;align-items:center;justify-content:center}@media (min-width: 992px){.header-main__right .header-main__right-inner .search-wrapper{display:flex}}.header-main__right .header-main__right-inner .search-wrapper label{margin-bottom:.5rem}.header-main__right .header-main__right-inner .search-wrapper #search-icon{width:31px;height:31px;fill:#383436}@media (min-width: 1200px){.header-main__right .header-main__right-inner .search-wrapper #search-icon{width:27px;height:27px}}@media (hover: hover){.header-main__right .header-main__right-inner .search-wrapper #search-icon:hover{fill:#bc1c1d}}@media (min-width: 992px){.header-main__right .header-main__right-inner .favorite-wrapper{display:flex}}.header-main__right .header-main__right-inner .favorite-wrapper #favorite-icon,.header-main__right .header-main__right-inner .favorite-wrapper #favorite-icon-red{width:31px;height:31px;fill:#383436}@media (min-width: 1200px){.header-main__right .header-main__right-inner .favorite-wrapper #favorite-icon,.header-main__right .header-main__right-inner .favorite-wrapper #favorite-icon-red{width:26px;height:26px}}@media (hover: hover){.header-main__right .header-main__right-inner .favorite-wrapper #favorite-icon:hover,.header-main__right .header-main__right-inner .favorite-wrapper #favorite-icon-red:hover{fill:#bc1c1d}}.header-main__right .header-main__right-inner .favorite-wrapper #favorite-icon-red{fill:#bc1c1d!important}.header-main__left-inner a,.header-main__right-inner a{color:#383436}.header-main__left ul li.active a,.header-main__right ul li.active a{color:#bd151c}.header-main__left ul li a,.header-main__right ul li a{align-items:center;display:inline-flex;padding:.5rem;transition:color .3s}.header-main__left ul li a:hover,.header-main__right ul li a:hover{color:#bd151c!important}.link-item__sales i{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19 19' style='enable-background:new 0 0 19 19;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23BD1C1C;%7D .st1%7Bfill:%23FFFEF3;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M9.5,1C4.81,1,1,4.81,1,9.5C1,14.19,4.81,18,9.5,18c4.69,0,8.5-3.81,8.5-8.5C18,4.81,14.19,1,9.5,1z'/%3E%3C/g%3E%3C/g%3E%3Cpath class='st1' d='M4.31,6.45v0.98c0,1.25,0.8,2.02,2.28,2.02s2.28-0.77,2.28-2.02V6.45c0-1.27-0.8-2.05-2.28-2.05 S4.31,5.18,4.31,6.45z M13.41,4.62h-0.61c-0.51,0-0.62,0.04-0.87,0.39l-6.55,8.92c-0.18,0.25-0.11,0.47,0.23,0.47h0.54 c0.56,0,0.65-0.04,0.92-0.41l6.55-8.9C13.8,4.82,13.73,4.62,13.41,4.62z M7.54,6.51v0.83c0,0.54-0.33,0.84-0.95,0.84 c-0.63,0-0.95-0.3-0.95-0.84V6.51c0-0.55,0.32-0.84,0.95-0.84C7.21,5.68,7.54,5.96,7.54,6.51z M10.13,11.61v0.98 c0,1.25,0.8,2.02,2.28,2.02s2.28-0.77,2.28-2.02v-0.98c0-1.27-0.8-2.05-2.28-2.05S10.13,10.34,10.13,11.61z M13.36,11.67v0.81 c0,0.55-0.32,0.85-0.95,0.85c-0.62,0-0.95-0.3-0.95-0.85v-0.81c0-0.55,0.33-0.84,0.95-0.84C13.04,10.83,13.36,11.12,13.36,11.67z' /%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:100%;display:inline-block;height:16px;margin-left:4px;transition:background-image .3s,color .3s;width:16px}.link-item__blog i{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19 19' style='enable-background:new 0 0 19 19;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23BD1C1C;%7D .st1%7Bfill:%23FFFEF3;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M9.5,1C4.81,1,1,4.81,1,9.5C1,14.19,4.81,18,9.5,18c4.69,0,8.5-3.81,8.5-8.5C18,4.81,14.19,1,9.5,1z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M5.65,10.04h7.7c0.3,0,0.54-0.24,0.54-0.54c0-0.3-0.24-0.54-0.54-0.54h-7.7c-0.3,0-0.54,0.24-0.54,0.54 C5.11,9.8,5.35,10.04,5.65,10.04z'/%3E%3Cpath class='st1' d='M5.65,12.33h7.7c0.3,0,0.54-0.24,0.54-0.54c0-0.3-0.24-0.54-0.54-0.54h-7.7c-0.3,0-0.54,0.24-0.54,0.54 C5.11,12.09,5.35,12.33,5.65,12.33z'/%3E%3Cpath class='st1' d='M5.65,14.62h4.66c0.3,0,0.54-0.24,0.54-0.54c0-0.3-0.24-0.54-0.54-0.54H5.65c-0.3,0-0.54,0.24-0.54,0.54 C5.11,14.37,5.35,14.62,5.65,14.62z'/%3E%3Cpath class='st1' d='M5.65,5.46h7.7c0.3,0,0.54-0.24,0.54-0.54s-0.24-0.54-0.54-0.54h-7.7c-0.3,0-0.54,0.24-0.54,0.54 S5.35,5.46,5.65,5.46z'/%3E%3Cpath class='st1' d='M5.65,7.75h7.7c0.3,0,0.54-0.24,0.54-0.54c0-0.3-0.24-0.54-0.54-0.54h-7.7c-0.3,0-0.54,0.24-0.54,0.54 C5.11,7.51,5.35,7.75,5.65,7.75z'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:100%;display:inline-block;height:16px;margin-left:4px;transition:background-image .3s,color .3s;width:16px}.link-item__blog .news-bell{align-items:center;background-color:#bd1c1c;background-repeat:no-repeat;background-size:100%;border-radius:20px;color:#fffeef;display:inline-flex;font-size:10px;font-weight:600;height:16px;justify-content:center;line-height:1;margin-left:4px;width:16px}.link-item__stores{flex-shrink:0;height:50%!important}.link-item__stores i{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19 19' style='enable-background:new 0 0 19 19;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23BD1C1C;%7D .st1%7Bfill:%23FFFEF3;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M9.5,1C4.81,1,1,4.81,1,9.5C1,14.19,4.81,18,9.5,18c4.69,0,8.5-3.81,8.5-8.5C18,4.81,14.19,1,9.5,1z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st1' d='M9.5,3.09c-3.54,0-6.41,2.87-6.41,6.41c0,3.54,2.87,6.41,6.41,6.41c3.54,0,6.41-2.87,6.41-6.41 C15.91,5.96,13.04,3.09,9.5,3.09z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M9.5,5.03c-2.47,0-4.47,2-4.47,4.47c0,2.47,2,4.47,4.47,4.47s4.47-2,4.47-4.47 C13.97,7.03,11.97,5.03,9.5,5.03z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:100%;display:inline-block;height:16px;margin-left:4px;transition:background-image .3s,color .3s;width:16px}.link-item__sampler{flex-shrink:0;height:50%!important}.link-item__sampler i{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23BD1C1D%22%20d%3D%22M11.908.137c6.519%200%2011.805%205.285%2011.805%2011.805s-5.285%2011.803-11.805%2011.803S.103%2018.46.103%2011.941%205.388.137%2011.908.137%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m20.357%2013.529-1.096-.651-2.791%201.657-4.281%202.54a.79.79%200%200%201-.808%200L7.1%2014.535l-2.791-1.657-1.095.651a.78.78%200%200%200-.388.681.78.78%200%200%200%20.388.681l1.643.975%206.525%203.872a.79.79%200%200%200%20.808%200l6.525-3.872%201.642-.975q.065-.039.12-.087a.78.78%200%200%200%20.268-.594.79.79%200%200%200-.388-.681M3.094%2010.49q.055.048.12.087l1.643.975%202.791%201.657%203.734%202.215a.79.79%200%200%200%20.808%200l3.734-2.215%202.791-1.657%201.643-.975q.065-.039.12-.087a.78.78%200%200%200%20.268-.594.78.78%200%200%200-.389-.682L12.19%204.367a.79.79%200%200%200-.808%200L3.214%209.214a.78.78%200%200%200-.388.681c0%20.232.098.446.268.594%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-size:100%;display:inline-block;height:16px;margin-left:4px;transition:background-image .3s,color .3s;width:16px}.nav-up{transition:top .5s ease 0s;top:-81px!important}@media (min-width: 768px){.nav-up{top:-132px!important}}.nav-down{transition:top .5s ease 0s;top:0}@keyframes headMenuDesktopImageAnimation{0%{transform:scale(1)}70%{transform:scale(.8)}to{transform:scale(1)}}.desktop-primary-menu{z-index:999;background-color:#0000}@media (max-width: 991.98px){.desktop-primary-menu{display:none}}.desktop-primary-menu.animated-active{visibility:hidden;opacity:0}.primary-menu__list{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:0}.primary-menu__item{align-self:stretch;display:flex;margin:0;max-width:10%;text-align:center;width:100%}.primary-menu__item:hover .primary-menu__link{color:#bd151c;text-decoration:none}.primary-menu__item:hover .primary-menu__image{animation-name:headMenuDesktopImageAnimation;animation-duration:.45s;animation-timing-function:ease-in-out}.primary-menu__item.active .primary-menu__link{font-weight:800;text-decoration:none}.primary-menu__item#sedacky{margin-left:0}.primary-menu__item#koberce{margin-left:3px}.primary-menu__item#stoliky{margin-left:-3px}.primary-menu__item#pufy{margin-left:-15px}.primary-menu__item#kresla{margin-left:-16px}.primary-menu__item#stoly{margin-left:6px}.primary-menu__item#stolicky{margin-left:-13px}.primary-menu__item#komody{margin-left:-9px}.primary-menu__item#postele{margin-left:0}.primary-menu__item#matrace{margin-left:16px}.primary-menu__link{color:#3a3537;font-weight:400;padding:10px 4px;position:relative;transition:color .3s;width:100%;height:100%}.primary-menu__link:hover{color:#bd151c;text-decoration:none}.primary-menu__link-inner{display:flex;flex-direction:column;height:100%}.primary-menu__image{height:auto;max-width:100%;position:relative;z-index:4}.primary-menu__title{position:relative;z-index:4}.desktop-secondary-menu{background-color:#393436;color:#fffeef;z-index:0;opacity:0}.desktop-secondary-menu.addAnimation{transition:margin-top .2s ease-out}.desktop-secondary-menu.open{margin-top:0!important;opacity:1;transition:margin-top .2s ease-in,opacity .2s;z-index:9}.desktop-secondary-menu li.active a{color:#dbd0b6}.desktop-secondary-menu li a{color:#fffeef;line-height:1.2;transition:color .3s}.desktop-secondary-menu li a:hover{color:#dbd0b6}.desktop-secondary-menu__inner{padding-bottom:8px;padding-top:8px}.desktop-secondary-menu__navigation a{padding:6px 3px}.mobile-primary-menu{animation-duration:.3s;display:none;position:sticky;top:81px;z-index:10}.mobile-primary-menu.sticky{position:sticky}.mobile-primary-menu.open{display:block}@media (min-width: 576px){.mobile-primary-menu .link-item__sales i,.mobile-primary-menu .link-item__blog i,.mobile-primary-menu .link-item__stores i{height:20px;width:20px}.mobile-primary-menu .link-item__blog .news-bell{border-radius:24px;font-size:14px;height:20px;width:20px}}.mobile-primary-menu__inner{box-shadow:0 15px 15px #3934364d;display:flex;flex-wrap:wrap;flex-direction:row;max-height:calc(100vh - 81px);overflow-y:auto;position:absolute;width:100%}.mobile-primary-menu__inner ul li{margin:0!important}@media (min-width: 576px){.mobile-primary-menu__inner ul li{font-size:1.4285rem}}.mobile-primary-menu__inner ul li a{align-items:center;display:inline-flex;justify-content:center;padding:8px;text-align:center;transition:color .3s;width:100%}.mobile-primary-menu__left{background-color:#f6f0db;width:50%}.mobile-primary-menu__left li.active a{color:#bd151c}.mobile-primary-menu__left li a{color:#3a3537}.mobile-primary-menu__left li a:hover{color:#bd151c}.mobile-primary-menu__right{background-color:#393436;color:#fefdf1;width:50%}.mobile-primary-menu__right li.active a{color:#dbd0b6}.mobile-primary-menu__right li a{color:#fefdf1}.mobile-primary-menu__right li a:hover{color:#dbd0b6}.mobile-primary-menu-right__first{background-color:#dbd0b5}.mobile-primary-menu-right__first li.active a{color:#bd151c}.mobile-primary-menu-right__first li a{color:#393436}.mobile-primary-menu-right__first li a:hover{color:#bd151c}ul.language-switcher{display:flex;list-style:none;margin:0;padding:0}ul.language-switcher.mobile-primary-menu-right__language-switcher{justify-content:center;padding:.75rem 0;width:100%}ul.language-switcher.mobile-primary-menu-right__language-switcher li{display:inline-flex}ul.language-switcher.mobile-primary-menu-right__language-switcher li:after{color:#fefdf1;right:4px}@media (min-width: 576px){ul.language-switcher.mobile-primary-menu-right__language-switcher li:after{font-size:1.5rem!important;right:1px}}ul.language-switcher.mobile-primary-menu-right__language-switcher li.active a{color:#fefdf1;font-weight:700}ul.language-switcher.mobile-primary-menu-right__language-switcher li a{color:#fefdf1;margin-right:15px}@media (min-width: 576px){ul.language-switcher.mobile-primary-menu-right__language-switcher li a{margin-right:14px}}ul.language-switcher.mobile-primary-menu-right__language-switcher li a:hover{color:#dbd0b6}ul.language-switcher li{position:relative}ul.language-switcher li.active a{color:#3a3537;font-weight:700}ul.language-switcher li:after{align-items:center;bottom:0;color:#3a3537;content:"/";display:flex;font-size:1rem!important;font-weight:400;position:absolute;right:1px;top:0}ul.language-switcher li:last-child:after{content:"";display:none}ul.language-switcher li:last-child a{margin-right:0}ul.language-switcher li a{color:#3a3537;font-weight:300;margin-right:8px;padding:.25rem;position:relative;text-decoration:none;text-transform:uppercase}.social-networks.mobile-primary-menu-right__social-networks{justify-content:center;padding-bottom:1rem;width:100%}.social-networks.mobile-primary-menu-right__social-networks li a{padding:1rem .5rem}.social-networks.mobile-primary-menu-right__social-networks li a i{height:30px;width:30px}@media (min-width: 576px){.social-networks.mobile-primary-menu-right__social-networks li a i{height:45px;width:45px}}.social-networks li{display:inline-flex}.social-networks li:last-child{margin-right:0}.social-networks li:first-child{margin-left:0}.social-networks li a{align-items:center;display:inline-flex}.social-networks .social-icon,.social-networks .instagram-link #ig-social-icon,.social-networks .youtube-link #yt-social-icon,.social-networks .facebook-link #fb-social-icon{width:44px;height:44px}@media (min-width: 768px){.social-networks .social-icon,.social-networks .instagram-link #ig-social-icon,.social-networks .youtube-link #yt-social-icon,.social-networks .facebook-link #fb-social-icon{width:32px;height:32px}}.social-networks .social-icon-normal-st0,.social-networks .instagram-link #ig-social-icon .st0,.social-networks .youtube-link #yt-social-icon .st0,.social-networks .facebook-link #fb-social-icon .st0{transition:stroke .3s,color .3s;stroke:#383436}@media (min-width: 768px){.social-networks .social-icon-normal-st0,.social-networks .instagram-link #ig-social-icon .st0,.social-networks .youtube-link #yt-social-icon .st0,.social-networks .facebook-link #fb-social-icon .st0{stroke:#fff;stroke-width:2;fill:#0000}}.social-networks .social-icon-normal-st1,.social-networks .instagram-link #ig-social-icon .st1,.social-networks .youtube-link #yt-social-icon .st1,.social-networks .facebook-link #fb-social-icon .st1{transition:fill .3s,color .3s}@media (min-width: 768px){.social-networks .social-icon-normal-st1,.social-networks .instagram-link #ig-social-icon .st1,.social-networks .youtube-link #yt-social-icon .st1,.social-networks .facebook-link #fb-social-icon .st1{fill:#fff}}.social-networks .social-icon-hover-st0,.social-networks .instagram-link:hover #ig-social-icon .st0,.social-networks .youtube-link:hover #yt-social-icon .st0,.social-networks .facebook-link:hover #fb-social-icon .st0{stroke:#bc1c1d}.social-networks .social-icon-hover-st1,.social-networks .instagram-link:hover #ig-social-icon .st1,.social-networks .youtube-link:hover #yt-social-icon .st1,.social-networks .facebook-link:hover #fb-social-icon .st1{fill:#bc1c1d}#search-container input{color:#fff;background-color:transparent;border:none;font-size:12px;min-width:200px;outline:none!important;border-radius:0;padding:6px 6px 6px 34px}#search-container .collapse-custom{background-color:#ccc1a3;padding:8px 12px;position:relative}#search-container input::-moz-placeholder{color:#fff}#search-container input::placeholder{color:#fff}#search-container #search-icon{position:absolute;fill:#383436;width:26px;left:12px;top:12px}.search-container{position:relative;display:inline-block;margin:4px 2px;height:32px;width:32px;vertical-align:bottom}.search-container input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:inline-block;width:12px;height:12px;margin-left:10px;background:linear-gradient(45deg,transparent 0%,transparent 43%,#474247 45%,#474247 55%,transparent 57%,transparent 100%),linear-gradient(135deg,transparent 0%,transparent 43%,#474247 45%,#474247 55%,transparent 57%,transparent 100%)}.search-button{cursor:pointer}.search:focus+.search-button{transition-duration:.4s;-moz-transition-duration:.4s;-webkit-transition-duration:.4s;-o-transition-duration:.4s;color:#000}.search{position:absolute;background-color:#fff;outline:none;border:none;padding:0;width:0;height:100%;z-index:999;transition-duration:.4s;-moz-transition-duration:.4s;-webkit-transition-duration:.4s;-o-transition-duration:.4s;border-radius:34px}.search:focus{width:300px;background-color:#fff;box-shadow:0 0 5px #dbd0b5}.expand-right{left:auto;right:0;top:35px}.expand-right:focus{padding:0 16px}body>footer{background:#e3e3e3}@media (max-width: 767px){body>footer .hide-for-mobile{display:none}}body>footer img{max-width:100%}#models{color:#fff;background:#332e33}#models #model-lists-toggle{display:block;padding-top:1.25rem;padding-bottom:1.25rem;border-bottom:solid 1px transparent;cursor:pointer;transition:border .15s}#models #model-lists-toggle:hover .label-shown,#models #model-lists-toggle:hover .label-hidden,#models #model-lists-toggle:focus .label-shown,#models #model-lists-toggle:focus .label-hidden{opacity:1}#models #model-lists-toggle:not(.collapsed){border-color:#5c585c}#models #model-lists-toggle:not(.collapsed) .label-shown{display:none}#models #model-lists-toggle:not(.collapsed) .label-hidden{display:inline}#models #model-lists-toggle:not(.collapsed) .fa-angle-down{transform:rotate(180deg)}#models #model-lists-toggle .heading{margin:0;font-size:1rem;color:inherit}#models #model-lists-toggle .label-shown,#models #model-lists-toggle .label-hidden{opacity:.4;transition:opacity .15s}@media (max-width: 575px){#models #model-lists-toggle .label-shown,#models #model-lists-toggle .label-hidden{display:none!important}}#models #model-lists-toggle .label-hidden{display:none}#models #model-lists-toggle .arrow-wrap{display:inline-block;width:10px}#models #model-lists-toggle .fa-angle-down{transition:transform .15s}#models #model-lists .heading{margin-bottom:.75rem}#models #model-lists .heading a{color:#fff;opacity:.8;transition:opacity .15s}#models #model-lists .heading a:hover,#models #model-lists .heading a:focus{opacity:1}#models #model-lists ul{margin-bottom:0}#models #model-lists ul li{margin-top:.25rem;margin-bottom:.25rem}#models #model-lists ul a{color:#fff;opacity:.4;transition:opacity .15s}#models #model-lists ul a:hover,#models #model-lists ul a:focus{opacity:1}#footernewsletter{position:relative;padding-top:20px;padding-bottom:20px;background-color:#474247;text-align:center}#footernewsletter .form-row .input-group{width:633px}#footernewsletter .steps{position:relative;display:flex;justify-content:center;margin-bottom:10px;width:100%;max-width:90vw}#footernewsletter .header{display:block;height:38px;color:#8b8b8b;font-size:50px;font-weight:300;line-height:28px;text-align:center}#footernewsletter .info{display:block;margin-bottom:35px;color:#fff;font-weight:300;line-height:28px}#footernewsletter .form-control{color:#fff;min-height:60px;border:1px solid transparent;padding-left:1.8rem;padding-right:1.8rem;background-color:#474247;font-weight:300}@media (max-width: 767px){#footernewsletter .form-control{padding:.375rem .75rem;font-size:1rem;line-height:1.8;min-width:50%}}#footernewsletter .form-control::-moz-placeholder{color:#ffffff80}#footernewsletter .form-control::placeholder{color:#ffffff80}#footernewsletter input.form-control{border:1px solid #322e32;max-width:100%;padding-bottom:3px;padding-top:3px;min-height:57px}#footernewsletter button{padding:0 15px;z-index:3;height:50px;color:#fff!important;font-weight:700;font-size:.94rem;text-transform:uppercase;line-height:48px;cursor:pointer;color:#fff;background-color:#444044;border-color:#322e32}#footernewsletter button:hover{color:#fff;background-color:#312d31;border-color:#171617}#footernewsletter button:focus,#footernewsletter button.focus{color:#fff;background-color:#312d31;border-color:#171617;box-shadow:0 0 0 .2rem #514d5180}#footernewsletter button.disabled,#footernewsletter button:disabled{color:#fff;background-color:#444044;border-color:#322e32}#footernewsletter button:not(:disabled):not(.disabled):active,#footernewsletter button:not(:disabled):not(.disabled).active,.show>#footernewsletter button.dropdown-toggle{color:#fff;background-color:#2a272a;border-color:#111011}#footernewsletter button:not(:disabled):not(.disabled):active:focus,#footernewsletter button:not(:disabled):not(.disabled).active:focus,.show>#footernewsletter button.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #514d5180}@media (max-width: 767px){#footernewsletter button{padding:.375rem 25px;font-size:1rem;line-height:1.8}}#footernewsletter button i,#footernewsletter button svg{display:inline-block;width:22px;height:22px;margin-left:15px;line-height:50px;opacity:.5}#footernewsletter .invalid-feedback{top:0;margin-left:0;text-align:left}#footernewsletter .invalid-feedback:empty{display:none}#footernewsletter .gdpr-agree{min-height:50px;margin-bottom:30px}#footernewsletter .gdpr-agree .btn-secondary{display:flex;align-items:center}#footernewsletter .gdpr-agree .btn-secondary span{margin-top:1px}@media (max-width: 575px){#footernewsletter .gdpr-agree .input-group-btn{margin-top:10px;width:100%}#footernewsletter .gdpr-agree .form-control{display:block;width:100%}}#footernewsletter .gdpr-agree .form-control{display:flex;padding-left:35px;min-height:50px;height:50px;background:transparent}#footernewsletter .gdpr-agree .form-group{margin:0}#footernewsletter .gdpr-agree .checkbox{width:100%;text-align:left}#footernewsletter .gdpr-agree .checkbox label{margin:0;text-transform:none;font-weight:300;font-size:.87rem;color:#9f9f9f}#footernewsletter .gdpr-agree .checkbox label a{text-decoration:underline;opacity:1;color:#9f9f9f;transition:opacity .2s}#footernewsletter .gdpr-agree .checkbox label a:hover{opacity:.7}#footernewsletter .gdpr-agree .checkbox span{position:absolute;margin:0;top:50%;left:-1px;transform:translateY(-50%);width:21px;height:21px;border:1px solid #322e32;background-color:#474247}#footernewsletter .gdpr-agree .checkbox span svg{width:70%;height:70%;line-height:45px}#footernewsletter .gdpr-agree .checkbox .btn{margin-top:2px;margin-bottom:2px}#footernewsletter .alert{background:transparent;border:none;padding:0;margin-bottom:0}#footernewsletter .alert .icon{width:50px;height:50px;text-shadow:0 6px 13px rgba(0,0,0,.23);font-size:50px;margin-bottom:25px}#footernewsletter .alert button{padding:0 20px}#footernewsletter .alert p{margin:20px 0;color:#8b8b8b}#footernewsletter .background-icon{position:absolute;top:30px;left:0;width:100%;height:130px;color:#ffffff0d;transition:opacity .5s,width .5s,height .5s,top .5s}#footer{background-color:#fffef0}@media (max-width: 575px){#footer{text-align:center}}#footer .heading{margin-bottom:25px;text-transform:uppercase;font-size:1rem;font-weight:600}#footer .flexify{display:flex;flex-direction:column;justify-content:space-between}#footer .group{margin-bottom:30px;position:relative}@media (max-width: 991px){#footer .group{margin-bottom:0}}#footer .group li{margin-bottom:3px}#footer .group li a{color:#5c585c;font-size:.9rem;font-weight:300}#footer .group li a:hover{text-decoration:underline}@media (min-width: 768px){#footer .group.contact{margin-right:28%}}#footer .footer__left-section{z-index:2}#footer .footer__right-section{z-index:2;display:flex;flex-direction:column}@media (min-width: 992px){#footer .footer__right-section{align-items:flex-end}}#footer .footer__middle-section{z-index:2;display:flex}@media (min-width: 992px){#footer .footer__middle-section{justify-content:center}}#footer .footer__sponsors-section{display:flex;margin-bottom:38px;justify-content:flex-end;align-items:center}@media (min-width: 992px){#footer .footer__sponsors-section{margin-top:-10%}}#footer .footer__sponsors-section img{width:100%}@media (min-width: 992px){#footer .footer__sponsors-section img{width:36%}}#footer .footer__eu-support-section .footer__eu-support-section-text{text-align:left}#footer .social .heading{font-weight:300;margin-bottom:15px}#footer .social .count{display:none}#footer .social .social-counter{box-shadow:none;background-color:transparent}#footer .feedback{position:fixed;right:250px;bottom:0;z-index:1000}@media (max-width: 582px){#footer .feedback{right:0}}#footer .newsletter-footer{justify-content:center}#footer .newsletter-content{position:fixed;bottom:0;z-index:1000;right:249px}@media (max-width: 582px){#footer .newsletter-content{right:0}}#footer .btn-group.feedback{outline:0;border:0;box-shadow:none}@media (max-width: 653px){#footer .btn-group.feedback{display:none}}#footer .btn-group.feedback button.btn.btn-primary{font-size:1rem;font-weight:400;outline:0;border:0;box-shadow:none;background-color:#bc2026}#footer .btn-group.feedback button.btn.btn-primary.newsletter{padding:0 15px;font-size:13px;height:26px}#footer .btn-group.feedback button.btn.btn-primary.icon{background-color:#3a3537;width:40px;height:26px;padding:0}#footer .btn-group.feedback svg.svg-inline--fa.fa-envelope-open.fa-w-16{position:relative}#footer .btn-group.feedback svg.svg-inline--fa.fa-caret-up.fa-w-10{color:#bc2026;position:absolute;left:42%;top:4px;font-size:11px}#footer .newsletter-dialog.newsletter-dialog{transform:none}#footer .newsletter-content{width:340px;background-color:#3a3537;text-align:left;display:none}.newsletter-open #footer .newsletter-content{display:block}@media (max-width: 653px){.newsletter-open #footer .newsletter-content{display:none}}@media (max-width: 381px){#footer .newsletter-content{width:100%}}@media (max-width: 653px){#footer .newsletter-content{display:none}}#footer .newsletter-content .newsletter-header{background-color:#bc2026;border-bottom-width:0;position:relative}#footer .newsletter-content .newsletter-header h5#NewsletterCenterTitle{color:#fff;font-size:1rem;font-weight:400;padding:19px 60px 19px 30px}@media (max-width: 324px){#footer .newsletter-content .newsletter-header h5#NewsletterCenterTitle{padding:14px 10px;font-size:18px}}#footer .newsletter-content .newsletter-header button.close{background-color:#3a3537;padding:17px 18px;text-shadow:none;width:56px;height:102%;opacity:1;color:#fff;margin-left:0;right:0;top:0;position:absolute;outline:0;border:0;box-shadow:none}@media (max-width: 1349px){#footer .newsletter-content .newsletter-header button.close{padding:16px 18px;right:0;top:0}}@-moz-document url-prefix(){#footer .newsletter-content .newsletter-header button.close{padding:17px 18px}}#footer .newsletter-content .newsletter-header .svg-inline--fa.fa-w-16{width:19px}#footer .newsletter-content .newsletter-body{padding:5px 30px 0}@media (max-width: 324px){#footer .newsletter-content .newsletter-body{padding:10px 10px 0}}#footer .newsletter-content .newsletter-body h5.body-title{color:#fff;font-weight:700;font-size:1rem}#footer .newsletter-content .newsletter-body ol{font-size:13px;list-style:none;counter-reset:item;padding-left:0;padding-top:3px;text-align:left;margin-bottom:-4px}#footer .newsletter-content .newsletter-body ol>li:nth-child(3){margin-bottom:7px}#footer .newsletter-content .newsletter-body li{counter-increment:step-counter;color:#fff;display:flex;position:relative;margin-top:2px;margin-bottom:9px;margin-left:29px}#footer .newsletter-content .newsletter-body li:before{margin-right:10px;content:counter(step-counter) ".";background:#635f60;padding-left:0;padding-top:2px;border-radius:100%;color:#fff;width:25px;height:25px;text-align:center;display:inline-block;position:absolute;left:-30px;top:-3px}#footer .newsletter-content .newsletter-body u.link-newsletter{margin-left:30px;color:#fff;font-size:13px;text-transform:uppercase}#footer .newsletter-content .newsletter-body .form-control.align-items-start.justify-content-center.align-items-center{background-color:#3a3537;border-width:0;padding-left:0;padding-right:0;padding-top:2px}#footer .newsletter-content .newsletter-body .form-control.align-items-start.justify-content-center.align-items-center .checkbox label,#footer .newsletter-content .newsletter-body .form-control.align-items-start.justify-content-center.align-items-center .checkbox label a{color:#c4c2c3}#footer .newsletter-content .newsletter-body .input-group.mail{padding-top:14px}#footer .newsletter-content .newsletter-body .input-group.mail input.form-control{font-size:14px;padding:13px;outline:0;border:0;box-shadow:none}#footer .newsletter-content .newsletter-body .input-group.mail ::-webkit-input-placeholder{color:#000!important;padding-left:7px}#footer .newsletter-content .newsletter-body .input-group.mail ::-moz-placeholder{color:#000!important}#footer .newsletter-content .newsletter-body .input-group.mail :-ms-input-placeholder{color:#000!important;padding-left:7px}#footer .newsletter-content .newsletter-body .input-group.mail :-moz-placeholder{color:#000!important}#footer .newsletter-content .newsletter-body .checkbox{line-height:16px}#footer .newsletter-content .newsletter-body .checkbox label{font-size:12px}#footer .newsletter-content .newsletter-body .checkbox label input:checked~span .fa-check{color:#fff}#footer .newsletter-content .newsletter-body .steps{margin-left:0;text-align:center;color:#8b8b8b}#footer .newsletter-content .newsletter-body .steps .header.mb-4{font-size:40px;margin-bottom:0!important}#footer .newsletter-content div.input-group.mail>div{padding-top:4px}#footer .newsletter-content div.input-group.gdpr>div.invalid-feedback{margin-top:-9px;z-index:1}#footer .newsletter-content .newsletter-footer{display:block;border-top-width:0;padding:6px 30px 30px}@media (max-width: 324px){#footer .newsletter-content .newsletter-footer{padding:10px 10px 0}}#footer .newsletter-content .newsletter-footer .alert.alert-success{margin-left:0;margin-top:10px}#footer .newsletter-content .newsletter-footer .btn-primary{width:100%;padding:12px;font-size:14px;background-color:#bc2026;outline:0;border:0;box-shadow:none;text-transform:uppercase}#footer .newsletter-content .newsletter-footer .btn-primary span{font-weight:700}#footer .newsletter-content .newsletter-footer .btn-primary svg.svg-inline--fa.fa-arrow-right.fa-w-14{font-weight:700;margin-left:6px}.home-mobile-menu .primary-menu__item{flex:0 0 auto;max-width:33.33333333%;width:33.33333333%;align-items:flex-start;margin-bottom:8px}.home-mobile-menu .primary-menu__icon{display:flex;height:100%;justify-content:center;align-items:flex-end}.home-mobile-menu .primary-menu__title{line-height:1;margin-top:4px}@media (min-width: 576px){.home-mobile-menu .primary-menu__title{font-size:1.4285rem}}.home-mobile-menu .link-item__sales i,.home-mobile-menu .link-item__blog i,.home-mobile-menu .link-item__stores i,.home-mobile-menu .link-item__sampler i{margin-bottom:4px;margin-left:0}@media (min-width: 576px){.home-mobile-menu .link-item__sales i,.home-mobile-menu .link-item__blog i,.home-mobile-menu .link-item__stores i,.home-mobile-menu .link-item__sampler i{height:20px;width:20px}}@media (min-width: 768px){.home-mobile-menu .link-item__sales i,.home-mobile-menu .link-item__blog i,.home-mobile-menu .link-item__stores i,.home-mobile-menu .link-item__sampler i{height:34px;width:34px}}.home-mobile-menu .link-item__blog .news-bell{margin-left:0;margin-top:20%}@media (min-width: 576px){.home-mobile-menu .link-item__blog .news-bell{border-radius:24px;font-size:14px;height:20px;width:20px}}@media (min-width: 768px){.home-mobile-menu .link-item__blog .news-bell{border-radius:38px;font-size:24px;height:34px;margin-top:10%;width:34px}}.content__main_under_header{margin-top:-81px}@media (min-width: 768px){.content__main_under_header{margin-top:-132px}}.auth-nav{background:#474247;height:48px;z-index:1000;position:relative}.auth-nav a{padding:0 15px;color:#fff}#error{display:flex;height:40vh;align-items:center;text-align:center}#error .heading{font-family:Panton,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:96px;font-weight:400}#page-contact .feature-item.feature-team:before{background-image:url(/build/assets/background-team-BU356cai.jpg)}#page-contact .feature-item.feature-chat:before{background-image:url(/build/assets/background-chat-04nWQc_N.jpg)}#page-contact .feature-item.feature-marketing:before{background-image:url(/build/assets/background-marketing-B1YJ-Gep.jpg)}#page-contact .feature-item.feature-owner:before{background-image:url(/build/assets/background-owner-CYZkkuM4.jpg)}#page-contact .feature-item.feature-stores:before{background-image:url(/build/assets/background-stores-C1OVvN0s.jpg)}#page-contact .feature-item.feature-claims:before{background-image:url(/build/assets/background-claims-DFY-mhXr.jpg)}#page-contact .feature-item.feature-warranty-service:before{background-image:url(/build/assets/background-warranty-service-Cj61K9eo.jpg)}#page-contact .feature-item.feature-account:before{background-image:url(/build/assets/background-account-JnlV-amc.jpg)}.carpet-info__background{background-image:url(/build/assets/background-koberce-sm-CExnzE7R.jpg?t=20221013);background-position:center;background-repeat:no-repeat;background-size:cover;display:none}@media (min-width: 768px){.carpet-info__background{background-image:url(/build/assets/background-koberce-lg-CzUtxxqG.jpg?t=20221013);display:block}}@media (min-width: 992px){.carpet-info__background{background-image:url(/build/assets/background-koberce-xxl-BtwFsL-j.jpg?t=20221013);min-height:calc(100vh - 175px)}}@media (min-width: 1200px){.carpet-info__background{min-height:calc(100vh - 158px)}}@media (min-width: 1920px){.carpet-info__background{background-image:url(/build/assets/background-koberce-eUO3QNRg.jpg?t=20221013)}}.carpet-info__background:before{content:"";position:absolute;right:0;width:100%;background:#00050f1a}@media (min-width: 768px){.carpet-info__background:before{min-height:calc(100vh - 216px)}}@media (min-width: 992px){.carpet-info__background:before{min-height:calc(100vh - 175px)}}@media (min-width: 1200px){.carpet-info__background:before{min-height:calc(100vh - 158px)}}.carpet-info__wrapper{color:#393436;display:flex;font-size:1.06667rem;flex-direction:column;max-width:400px}@media (min-width: 992px){.carpet-info__wrapper{max-width:420px}}@media (min-width: 1200px){.carpet-info__wrapper{max-width:440px}}@media (max-width: 767.98px){.carpet-info__wrapper.carpet-info__desktop{display:none}}.carpet-info__wrapper.carpet-info__mobile{max-width:100%}@media (min-width: 768px){.carpet-info__wrapper.carpet-info__mobile{display:none}}.carpet-info__header{background-color:#fffef1;padding:30px 15px 0;text-align:center}@media (min-width: 768px){.carpet-info__header{padding:30px 40px 0}}@media (max-width: 767.98px){.carpet-info__header img{max-height:74px}}.carpet-info__content{background-color:#fffef1;padding:0 15px}@media (min-width: 768px){.carpet-info__content{padding:0 40px}}.carpet-info__footer{background-color:#f6f0db;padding:15px 15px 12px;margin-left:15px;margin-right:15px}@media (min-width: 768px){.carpet-info__footer{padding:20px 40px;margin-left:0;margin-right:0}}.carpet-info__footer a{color:#393436;font-weight:600;position:relative;transition:color .3s}.carpet-info__footer a:hover{color:#bd151c;text-decoration:none}.carpet-info__footer .fa-angle-right{bottom:0;font-size:1.5rem;margin-left:10px;position:absolute}.carpet-info__footer .text-underline{text-decoration:underline}.carpet-info__image-teddy{float:right;max-width:160px;vertical-align:bottom}@media (min-width: 768px){.carpet-background__mobile{display:none}}#page-category-index .feature-list{min-height:790px}@media (max-width: 1199px){#page-category-index .feature-list{height:auto}}#page-category-index .feature-item.feature-luxury:before{background-image:url(/build/assets/category-luxury-homepage-DzkhpNfl.jpg)}#page-category-index .feature-item.feature-classic:before{background-image:url(/build/assets/category-classic-homepage-CdgubhxQ.jpg)}#page-category-index .feature-item.feature-elegance:before{background-image:url(/build/assets/category-elegance-homepage-CUrCZXiY.jpg)}#page-category-index .feature-item.feature-chairs:before{background-image:url(/build/assets/background-chairs-7L2LxEsE.jpg)}#page-category-index .feature-item.feature-armchairs:before{background-image:url(/build/assets/background-armchairs-DuO6OXjr.jpg)}#page-category-index .feature-item.feature-stock:before{background-image:url(/build/assets/background-stock-D6qEeP3J.jpg)}#page-category-index .feature-item.feature-sofas-in-store:before{background-image:url(/build/assets/background-sofas-in-store-D_y4e8P4.jpg)}#page-category-index .feature-item.feature-treviso:before{background-image:url(/build/assets/category-treviso-D2SN5N6n.jpg)}#page-category-index .feature-item.feature-sofas-in-store .wrap .content{position:relative;padding:20px 25px;border:3px transparent solid;overflow:hidden}#page-category-index .feature-item.feature-sofas-in-store .wrap .content:before{content:"";position:absolute;display:block;top:-15px;right:-15px;height:120%;width:100%;opacity:.3;background-image:url(/build/assets/percent-D3c9Ruxw.svg);background-repeat:no-repeat;background-position:right;background-size:contain}#page-category-index .feature-item.feature-sofas-in-store .wrap .content .description{margin-bottom:10px}#page-category-index .feature-item.feature-sofas-in-store .wrap .content .note{font-style:italic;font-size:.9rem}#page-category-index .feature-item.feature-sofas-in-store .wrap .heading{margin-top:0;transition:color .15s}#page-category-index .feature-item.feature-sofas-in-store .button-cta strong{color:#fff;font-weight:600}#page-category-chairs .feature-list{min-height:454px}@media (max-width: 1199px){#page-category-chairs .feature-list{height:auto}}#page-category-chairs .feature-item.feature-chairs:before{background-image:url(/build/assets/background-chairs-7L2LxEsE.jpg)}@media (max-width: 767px){#page-category-chairs .feature-item.feature-chairs:before{background-position:left}}#page-category-chairs .feature-item.feature-armchairs:before{background-image:url(/build/assets/background-armchairs-DuO6OXjr.jpg)}@media (max-width: 767px){#page-category-chairs .feature-item.feature-armchairs:before{background-position:left}}#page-category-chairs .feature-item.feature-sofas-in-store .wrap .content{position:relative;padding:20px 25px;border:3px transparent solid;overflow:hidden}#page-category-chairs .feature-item.feature-sofas-in-store .wrap .content:before{content:"";position:absolute;display:block;top:-15px;right:-15px;height:120%;width:100%;opacity:.3;background-image:url(/build/assets/percent-D3c9Ruxw.svg);background-repeat:no-repeat;background-position:right;background-size:contain}#page-category-chairs .feature-item.feature-sofas-in-store .wrap .content .description{margin-bottom:10px}#page-category-chairs .feature-item.feature-sofas-in-store .wrap .content .note{font-style:italic;font-size:.9rem}#page-category-chairs .feature-item.feature-sofas-in-store .wrap .heading{margin-top:0;transition:color .15s}#page-category-chairs .feature-item.feature-sofas-in-store .button-cta strong{color:#fff;font-weight:600}#page-category-show header{padding:20px 0;border-bottom:solid 1px #ebebeb}@media (max-width: 575px){#page-category-show header{padding-bottom:15px;margin-bottom:30px}}#page-category-show header .heading{margin:0;line-height:1.3}@media (max-width: 767px){#page-category-show header .heading{font-size:1.5rem}}#page-category-show header .heading+p{margin-top:5px}#page-category-show header .price-range{margin:0;color:#000}@media (max-width: 767px){#page-category-show header .price-range{font-size:1.25rem}}#page-category-show header .price-currency{color:#000}#page-category-show header .filter .btn{position:relative;top:-1px;color:#000;font-weight:700;text-decoration:none;vertical-align:middle;cursor:pointer}#page-category-show header .filter .btn:hover,#page-category-show header .filter .btn:focus{color:#bd151c}#page-category-show header .border-top-custom{border-top:solid 1px #ebebeb}#page-category-show .product-list .pre-order-note{color:#bd151c}#page-category-show .product-list .pre-order-note a{color:#000}#page-category-show .product-list ul{margin-bottom:20px}#page-category-show .product-list .product-item{margin-bottom:30px;max-height:490px}@media (max-width: 575px){#page-category-show .product-list .product-item{max-height:250px}}#page-category-show .product-list .product-item .wrap{display:block;position:relative;padding-bottom:50%;overflow:hidden}#page-category-show .product-list .product-item .wrap:hover .background,#page-category-show .product-list .product-item .wrap:focus .background{transform:scale(1.01)}#page-category-show .product-list .product-item .wrap:hover .background:before,#page-category-show .product-list .product-item .wrap:focus .background:before{opacity:0}#page-category-show .product-list .product-item .wrap .background{position:absolute;width:100%;height:80%;background:center no-repeat;background-size:cover;transform:scale(1.05);transition:transform .35s}#page-category-show .product-list .product-item .wrap .background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;background:linear-gradient(180deg,#21252900,#2125291a,#2125294d,#212529cc);transition:opacity .2s}@media (max-width: 575px){#page-category-show .product-list .product-item .wrap .background{height:100%}}#page-category-show .product-list .product-item .wrap .discount{position:absolute;z-index:3;width:15%;height:10%;right:5%;top:5%;text-align:center;white-space:nowrap;text-transform:uppercase}@media (max-width: 1199px){#page-category-show .product-list .product-item .wrap .discount{width:30%}}@media (max-width: 991px){#page-category-show .product-list .product-item .wrap .discount{width:25%}}@media (max-width: 767px){#page-category-show .product-list .product-item .wrap .discount{width:27%;height:16%}}@media (max-width: 399px){#page-category-show .product-list .product-item .wrap .discount{width:32%;height:17%}}#page-category-show .product-list .product-item .wrap .discount p,#page-category-show .product-list .product-item .wrap .discount strong{display:flex;justify-content:center;align-items:center;color:#fff}#page-category-show .product-list .product-item .wrap .discount strong{height:60%;font-weight:400;background:#bd151c;font-size:15px}#page-category-show .product-list .product-item .wrap .discount p{margin:0;font-size:14px;height:40%;background:#332e33}#page-category-show .product-list .product-item .wrap .heading{position:absolute;bottom:22%;width:100%;padding:20px 20px 0;margin:0;color:#fff;text-align:center;overflow:hidden;transition:background .35s,opacity .2s;text-shadow:0 0 10px #000}@media (max-width: 1199px){#page-category-show .product-list .product-item .wrap .heading{font-size:3rem}}@media (max-width: 575px){#page-category-show .product-list .product-item .wrap .heading{bottom:0}}#page-category-show .product-list .product-item .wrap .heading .arrow-wrap{display:none;width:10px}#page-category-show .product-list .product-item .wrap .heading .fa-angle-right{position:relative;left:0;z-index:1;margin-right:5px;color:#bd151c;transition:.35s}#page-category-show .product-list .product-item .wrap .heading .title{position:relative;z-index:2;margin-bottom:1rem;font-family:Musette,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:5rem;font-weight:400;line-height:.8}@media (max-width: 1199px){#page-category-show .product-list .product-item .wrap .heading .title{font-size:5rem;margin-bottom:.7rem}}@media (max-width: 575px){#page-category-show .product-list .product-item .wrap .heading .title{font-size:3rem}}#page-category-show .product-list .product-item .wrap .heading .subtitle{font-weight:400;font-size:1rem;margin-bottom:10px}#page-category-show .toggler{margin:0 0 20px;height:35px;text-align:center}@media (max-width: 991px){#page-category-show .toggler{display:none}}#page-category-show .toggler button{border:none;width:35px;height:35px;font-size:1.5rem;background-color:transparent;overflow:hidden;cursor:pointer;line-height:0;transition:opacity .2s}#page-category-show .toggler button[data-tabs="3"]{opacity:.5}#page-category-show .toggler button:focus{outline:0}@media (min-width: 992px){#page-category-show.tabs-3 .toggler button[data-tabs="3"]{opacity:1}#page-category-show.tabs-3 .toggler button[data-tabs="2"]{opacity:.5}#page-category-show.tabs-3 .product-item{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#page-category-show .product-item{transition:opacity .15s}#page-category-show.product-fade .product-item{opacity:0}#page-category-show.tabs-3 .product-list .product-item .wrap .title{margin-bottom:.7rem;font-size:4.5rem}@media (max-width: 1199px){#page-category-show.tabs-3 .product-list .product-item .wrap .title{font-size:3.5rem}}#page-category-show.tabs-3 .product-list .product-item .wrap .subtitle{margin-bottom:.2em}#page-contact-chat .h4{color:#464646}#page-contact-chat .faq{background:#f7f0d9;padding-top:5px}#page-contact-chat .faq ul:not(.nested){padding:0 0 30px;margin:0;list-style:none}#page-contact-chat .faq ul:not(.nested) li{border-bottom:solid 1px #ede4c4;color:#5c585c}#page-contact-chat .faq ul:not(.nested) li:last-child{border-bottom:none}#page-contact-chat .faq ul:not(.nested) li a.question{position:relative;display:block;padding:15px 0 15px 60px;align-items:baseline;color:#000;text-decoration:none}#page-contact-chat .faq ul:not(.nested) li a.question:hover{color:#bd151c}#page-contact-chat .faq ul:not(.nested) li a.question:before{content:"-";position:absolute;top:50%;left:0;display:block;margin-top:-14px;margin-right:30px;width:27px;height:27px;background-color:#bd151c;color:#fff;text-align:center;font-weight:600;transition:background-color .5s}#page-contact-chat .faq ul:not(.nested) li a.question.collapsed:before{content:"+";background-color:#333}#page-contact-chat .faq ul:not(.nested) li>div:after{content:"";display:block;height:15px}#page-contact-team .cover-wrapper{position:relative;margin-bottom:50px;padding-bottom:49.5%}@media (max-width: 575px){#page-contact-team .cover-wrapper{padding-bottom:0}}#page-contact-team .cover{position:absolute;width:100%;padding-bottom:49.5%;background-size:cover}@media (max-width: 575px){#page-contact-team .cover{position:relative;margin-bottom:20px}}#page-contact-team .cover-content{position:absolute;width:100%;height:100%;color:#fff}@media (max-width: 575px){#page-contact-team .cover-content{position:relative;color:#5c585c}}#page-contact-team .cover-content>.container{height:100%}#page-contact-team .cover-content .heading{margin:0;color:#fff;font-size:3.75rem;font-weight:600}@media (max-width: 1199px){#page-contact-team .cover-content .heading{font-size:3rem}}@media (max-width: 767px){#page-contact-team .cover-content .heading{font-size:2.1rem}}@media (max-width: 575px){#page-contact-team .cover-content .heading{color:#000}}#page-contact-team .cover-content .position{margin-bottom:60px;color:#6dcff6;font-size:1.875rem}@media (max-width: 1199px){#page-contact-team .cover-content .position{margin-bottom:20px}}@media (max-width: 767px){#page-contact-team .cover-content .position{font-size:1.2rem}}@media (max-width: 575px){#page-contact-team .cover-content .position{color:#000}}#page-contact-team .cover-content .quote{color:#ebebeb;font-style:italic;font-size:1.5625rem;line-height:36px;letter-spacing:.25px}@media (max-width: 1199px){#page-contact-team .cover-content .quote{letter-spacing:.25px;font-size:1.1rem;line-height:30px}}@media (max-width: 767px){#page-contact-team .cover-content .quote{font-size:1rem;line-height:1.5rem}}@media (max-width: 575px){#page-contact-team .cover-content .quote{color:#5c585c}}#page-contact-team .people .heading{margin-bottom:20px}#page-contact-team .people li{margin-bottom:35px}#page-contact-team .people li img{width:100%;margin-bottom:25px}#page-contact-team .people li .position,#page-contact-team .people li .name{line-height:1.3rem}#page-contact-team .people li .position:last-child,#page-contact-team .people li .name:last-child{margin-bottom:20px}#page-contact-team .people li .social{float:right;margin-bottom:25px}#page-contact-team .people li .social>a{display:inline-flex;align-items:center;justify-content:center;margin:0 0 0 6px;width:33px;height:33px;border-radius:4px;background-color:#e8e8e8;color:#bebdbd;transform:scale(1.1);transition:background-color .3s,transform .3s}#page-contact-team .people li .social>a:first-child{margin-left:0}#page-contact-team .people li .social>a:hover{color:#fff}#page-contact-team .people li .social>a:hover.facebook{background-color:#3b5998}#page-contact-team .people li .social>a:hover.twitter{background-color:#00aced}#page-contact-team .people li .social>a:hover.dribbble{background-color:#ea4c89}#page-contact-team .people li p{color:#5c585c;font-size:.9rem;line-height:1.3rem}#page-contact-owner .cover-wrapper{position:relative;min-height:800px;padding-bottom:49.5%;background-color:#332e33}#page-contact-owner .cover-wrapper .owner-photo{width:100%;height:100%;background-size:cover}#page-contact-owner .cover-wrapper .contact-phase-story{position:absolute;bottom:15%}@media (max-width: 767px){#page-contact-owner .cover-wrapper{padding-bottom:0;margin-bottom:30px}}#page-contact-owner .cover-wrapper .cover{position:absolute;width:100%;height:100%;background:url(/build/assets/owner-cover1-UUi4s0Uz.jpg) no-repeat center center;background-size:cover}@media (max-width: 767px){#page-contact-owner .cover-wrapper .cover{position:relative;height:300px;margin-bottom:25px;background-position:left center}}#page-contact-owner .cover-wrapper .cover-content{position:absolute;width:100%;height:100%;color:#fff}@media (max-width: 767px){#page-contact-owner .cover-wrapper .cover-content{position:relative;color:#5c585c}}#page-contact-owner .cover-wrapper .cover-content>.container{height:100%}#page-contact-owner .cover-wrapper .cover-content .heading{margin-bottom:0;color:#fff;font-size:2.5rem;font-weight:700}@media (max-width: 991px){#page-contact-owner .cover-wrapper .cover-content .heading{font-size:2rem}}@media (max-width: 767px){#page-contact-owner .cover-wrapper .cover-content .heading{color:#000}}#page-contact-owner .cover-wrapper .cover-content .position{margin-bottom:20px;color:#6dcff6;font-size:1.25rem}@media (max-width: 991px){#page-contact-owner .cover-wrapper .cover-content .position{margin-bottom:15px;font-size:1rem}}@media (max-width: 767px){#page-contact-owner .cover-wrapper .cover-content .position{color:#000}}#page-contact-owner .cover-wrapper .cover-content .quote{color:#fff;font-size:1.1rem;font-weight:400;line-height:1.5}#page-contact-owner .cover-wrapper .cover-content .quote p{font-style:italic}@media (max-width: 991px){#page-contact-owner .cover-wrapper .cover-content .quote{font-size:1rem}}@media (max-width: 767px){#page-contact-owner .cover-wrapper .cover-content .quote{color:#5c585c;font-weight:400}}#page-contact-owner .cover-wrapper .story-telling-banner{background:#f7f0d9 url(/build/assets/kontakt-historia-DDDbemfd.jpg) no-repeat center center;background-size:cover;height:126px;display:flex;align-items:center;justify-content:flex-start;box-shadow:6px 4px 42px 14px #00000042}@media (max-width: 1349px){#page-contact-owner .cover-wrapper .story-telling-banner{height:117px}}@media (max-width: 1199px){#page-contact-owner .cover-wrapper .story-telling-banner{height:96px}}@media (max-width: 991px){#page-contact-owner .cover-wrapper .story-telling-banner{background-position:center 10%}}@media (max-width: 767px){#page-contact-owner .cover-wrapper .story-telling-banner{background-position:center center;height:107px}}@media (max-width: 575px){#page-contact-owner .cover-wrapper .story-telling-banner{height:93px;border-left:2px #efd48d solid;border-right:2px #efd48d solid}}#page-contact-owner .cover-wrapper .story-telling-banner a{display:block;height:50px;width:50px;border-radius:50%;background-color:#805e00;margin:0 3%}#page-contact-owner .cover-wrapper .story-telling-banner a:hover{background-color:#654300}@media (max-width: 991px){#page-contact-owner .cover-wrapper .story-telling-banner a{height:40px;width:40px}}#page-contact-owner .cover-wrapper .story-telling-banner a .fa-angle-double-down{display:block;color:#fff;margin:16px auto 0;font-size:20px}@media (max-width: 991px){#page-contact-owner .cover-wrapper .story-telling-banner a .fa-angle-double-down{margin-top:12px;font-size:18px}}#page-contact-owner .cover-wrapper .story-telling-banner h3.section-title{margin:0;font-weight:700;color:#805e00}@media (max-width: 1199px){#page-contact-owner .cover-wrapper .story-telling-banner h3.section-title{font-size:18px}}@media (max-width: 991px){#page-contact-owner .cover-wrapper .story-telling-banner h3.section-title{font-size:14px}}#page-contact-owner .cover-wrapper .story-telling-banner p.section-description{color:#fff}@media (max-width: 767px){#page-contact-owner .cover-wrapper .story-telling-banner p.section-description{color:#bd151c}}#contact-owner-phase-story{padding-top:70px;padding-bottom:100px;margin-top:0}@media (max-width: 767px){#contact-owner-phase-story{background:#f7f0d9;padding-top:20px;padding-bottom:50px}}#contact-owner-phase-story .all-benefits-wrapper{margin-bottom:0!important}@media (max-width: 767px){#contact-owner-phase-story .all-benefits-wrapper{margin-top:24px!important}}#page-home .hero{position:relative;height:1600px;background-size:cover;text-align:center}@media (max-width: 3400px){#page-home .hero{height:1300px}}@media (max-width: 2900px){#page-home .hero{height:1100px}}@media (max-width: 2400px){#page-home .hero{height:950px}}@media (max-width: 1920px){#page-home .hero{height:750px}}@media (max-width: 1600px){#page-home .hero{height:700px}}@media (max-width: 1500px){#page-home .hero{height:650px}}@media (min-width: 1350px){#page-home .hero{background-position:center 30%}}@media (max-width: 1349px){#page-home .hero{height:550px}}@media (max-width: 1199px){#page-home .hero{height:450px}}@media (max-width: 991px){#page-home .hero{height:350px}}#page-home .hero .container{position:relative;height:100%}#page-home .hero p{position:absolute;top:8%;left:0;width:100%;color:#474247;font-size:3rem;font-weight:900;line-height:1.3;text-align:left}@media (max-width: 1349px){#page-home .hero p{font-size:2.8rem}}@media (max-width: 1199px){#page-home .hero p{font-size:2.5rem}}@media (max-width: 991px){#page-home .hero p{font-size:1.9rem}}@media (max-width: 767px){#page-home .hero p{top:5.5%;font-size:1.8rem}}@media (max-width: 575px){#page-home .hero p{top:6%;padding-left:15px;font-size:1.5rem}}#page-home .hero p span{display:block;margin-left:8rem}@media (max-width: 991px){#page-home .hero p span{margin-left:6rem}}#page-home .category-sofas,#page-home .category-carpets,#page-home .category-tables{padding:50px 0}#page-home .category-sofas ul,#page-home .category-sofas ol,#page-home .category-sofas p,#page-home .category-carpets ul,#page-home .category-carpets ol,#page-home .category-carpets p,#page-home .category-tables ul,#page-home .category-tables ol,#page-home .category-tables p{color:inherit}#page-home .category-sofas .subheading,#page-home .category-carpets .subheading,#page-home .category-tables .subheading{margin:0;font-size:1.15rem;font-weight:700}#page-home .category-sofas .list-heading,#page-home .category-carpets .list-heading,#page-home .category-tables .list-heading{font-size:1.3rem;font-weight:700}#page-home .category-sofas .heading,#page-home .category-carpets .heading,#page-home .category-tables .heading{color:#000;font-size:2.25rem;line-height:1.2}#page-home .category-sofas .divider,#page-home .category-carpets .divider,#page-home .category-tables .divider{width:100px;height:2px;margin:20px 0;background:#bd151c}#page-home .category-sofas .button-cta,#page-home .category-carpets .button-cta,#page-home .category-tables .button-cta{margin-top:10px;margin-bottom:8px}#page-home .category-carpets .wrap,#page-home .category-tables .wrap{padding:40px;background:#474247e6;text-align:center}@media (max-width: 767px){#page-home .category-carpets .wrap,#page-home .category-tables .wrap{padding:30px 15px 40px}}#page-home .category-sofas{position:relative;color:#495057;background:#fffef0 left no-repeat;background-size:cover}@media (max-width: 767px){#page-home .category-sofas .hide-for-mobile{display:none}}#page-home .category-sofas .container{position:relative}#page-home .category-sofas.category-luxury .background:after,#page-home .category-sofas.category-luxury .background:before,#page-home .category-sofas.category-elegance .background:after,#page-home .category-sofas.category-elegance .background:before,#page-home .category-sofas.category-classic .background:after,#page-home .category-sofas.category-classic .background:before{content:"";position:absolute;top:0;height:100%}#page-home .category-sofas.category-luxury .background:before,#page-home .category-sofas.category-elegance .background:before,#page-home .category-sofas.category-classic .background:before{width:60%}@media (max-width: 767px){#page-home .category-sofas.category-luxury .background:before,#page-home .category-sofas.category-elegance .background:before,#page-home .category-sofas.category-classic .background:before{width:100%;background-position:center center!important}}#page-home .category-sofas.category-luxury .background:after,#page-home .category-sofas.category-elegance .background:after,#page-home .category-sofas.category-classic .background:after{left:0;width:80%;background:linear-gradient(to left,transparent,#fffef0 50%)}@media (max-width: 767px){#page-home .category-sofas.category-luxury .background:after,#page-home .category-sofas.category-elegance .background:after,#page-home .category-sofas.category-classic .background:after{width:100%;background:linear-gradient(to left,transparent,#fffef0 150%)}}#page-home .category-sofas.category-classic .background:before{right:0;background:url(/build/assets/category-classic-homepage-CdgubhxQ.jpg) center right no-repeat;background-size:cover}#page-home .category-sofas.category-luxury .background:before{right:0;background:url(/build/assets/category-luxury-homepage-DzkhpNfl.jpg) center right no-repeat;background-size:cover}#page-home .category-sofas.category-elegance .background:before{left:0;background:#474247 url(/build/assets/category-elegance-homepage-CUrCZXiY.jpg) center left no-repeat;background-size:cover}#page-home .category-sofas.category-elegance .background:after{left:auto;right:0;background:linear-gradient(to right,transparent,#332e33 50%)}@media (max-width: 767px){#page-home .category-sofas.category-elegance .background:after{width:100%;background:#4742474d}}#page-home .category-sofas.category-elegance{color:#dee2e6;background-size:cover}@media (min-width: 768px){#page-home .category-sofas.category-elegance{text-align:right}}#page-home .category-sofas.category-elegance .container>div{display:inline-block;text-align:left}#page-home .category-sofas.category-elegance .heading{color:#fffef0}#page-home .category-sofas.category-elegance .button-cta{color:#212529;background-color:#fffef0;border-color:#fffef0}#page-home .category-sofas.category-elegance .button-cta:hover{color:#212529;background-color:#fffbca;border-color:#fffbbd}#page-home .category-sofas.category-elegance .button-cta:focus,#page-home .category-sofas.category-elegance .button-cta.focus{color:#212529;background-color:#fffbca;border-color:#fffbbd;box-shadow:0 0 0 .2rem #deddd280}#page-home .category-sofas.category-elegance .button-cta.disabled,#page-home .category-sofas.category-elegance .button-cta:disabled{color:#212529;background-color:#fffef0;border-color:#fffef0}#page-home .category-sofas.category-elegance .button-cta:not(:disabled):not(.disabled):active,#page-home .category-sofas.category-elegance .button-cta:not(:disabled):not(.disabled).active,.show>#page-home .category-sofas.category-elegance .button-cta.dropdown-toggle{color:#212529;background-color:#fffbbd;border-color:#fffab0}#page-home .category-sofas.category-elegance .button-cta:not(:disabled):not(.disabled):active:focus,#page-home .category-sofas.category-elegance .button-cta:not(:disabled):not(.disabled).active:focus,.show>#page-home .category-sofas.category-elegance .button-cta.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #deddd280}@media (max-width: 575px){#page-home .category-sofas.category-elegance .button-cta{padding-left:15px;padding-right:15px}}#page-home .category-sofas .price-range{font-size:1.1rem;line-height:1;color:#bd151c}#page-home .category-sofas ul{padding-left:1.25rem}#page-home .category-carpets{color:#dee2e6;background:url(/build/assets/category-carpets-L5IPWJ79.jpg?t=20190222) 0 no-repeat;background-size:cover}#page-home .category-carpets .heading{color:#fff}#page-home .category-carpets .divider{margin:20px auto}#page-home .category-tables{background:url(/build/assets/category-tables-gJLhgJrr.jpg) center no-repeat;background-size:cover}#page-home .category-tables .wrap{padding:50px;background:#fffef0b3}#page-home #homepage-slider{height:auto;color:#000}#page-home #homepage-slider .contain{padding:0 15px}@media (min-width: 768px){#page-home #homepage-slider .contain{padding:0}#page-home #homepage-slider .contain:before{content:"";background:#fffef066;top:-.7vw;bottom:-1.5vw;width:100%;position:absolute;transform:translate(-1.4vw)}}#page-home #homepage-slider .contain.mistakes .heading,#page-home #homepage-slider .contain.coatings .heading{max-width:100%!important}@media (min-width: 768px){#page-home #homepage-slider{padding-bottom:47%}#page-home #homepage-slider>*{position:absolute}}@media (max-width: 767px){#page-home #homepage-slider .swiper-wrapper .swiper-slide img{position:relative}}#page-home #homepage-slider .swiper-slide{overflow:hidden}#page-home #homepage-slider .content{text-align:right;margin-right:3.7vw}@media (min-width: 768px){#page-home #homepage-slider .content{margin-top:2.7vw}}@media (max-width: 767px){#page-home #homepage-slider .content{margin-top:40px;padding-bottom:40px;margin-right:0;text-align:center}}@media (max-width: 575px){#page-home #homepage-slider .content{margin-top:20px;text-align:center}}#page-home #homepage-slider .content p,#page-home #homepage-slider .content .heading{position:relative;color:#e6e6e6}#page-home #homepage-slider .content p.text-black,#page-home #homepage-slider .content .heading.text-black{color:#000}#page-home #homepage-slider .content .heading{display:inline-block;max-width:none;font-size:2.4vw;font-weight:600;text-align:right;line-height:3.1vw;margin:0}@media (max-width: 767px){#page-home #homepage-slider .content .heading{max-width:100%;font-size:1.5rem;color:#000;text-align:center;line-height:1.2;margin:0 15px 10px}}@media (max-width: 575px){#page-home #homepage-slider .content .heading{font-size:1.2rem}}#page-home #homepage-slider .content p{display:block;font-size:1.7vw;font-weight:300;line-height:2vw;padding-left:5px;text-align:right}@media (max-width: 767px){#page-home #homepage-slider .content p{text-align:center;color:#000;font-size:.9rem;line-height:1.5}}#page-home #homepage-slider .content .btn{position:relative;margin-top:.7vw;padding:15px 40px;font-size:1rem;font-weight:600}@media (max-width: 767px){#page-home #homepage-slider .content .btn{display:block;max-width:150px;margin:2px auto 18px;padding:13px 15px;font-size:1rem;font-weight:600}}#page-home #homepage-slider .swiper-button-next,#page-home #homepage-slider .swiper-button-prev{font-size:2px}@media (max-width: 767px){#page-home #homepage-slider .swiper-button-next,#page-home #homepage-slider .swiper-button-prev{top:0;margin-top:22.6vw;transform:translateY(-50%)}}#page-home #homepage-slider .swiper-button-next svg,#page-home #homepage-slider .swiper-button-next i,#page-home #homepage-slider .swiper-button-prev svg,#page-home #homepage-slider .swiper-button-prev i{background:#fff3;border-radius:100%;width:50px;height:50px;color:#000;padding:13px;transition:background .2s}#page-home #homepage-slider .swiper-button-next:hover svg,#page-home #homepage-slider .swiper-button-next:hover i,#page-home #homepage-slider .swiper-button-prev:hover svg,#page-home #homepage-slider .swiper-button-prev:hover i{background:#ffffff80}#page-home #homepage-slider .swiper-button-next.swiper-button-disabled svg,#page-home #homepage-slider .swiper-button-next.swiper-button-disabled i,#page-home #homepage-slider .swiper-button-prev.swiper-button-disabled svg,#page-home #homepage-slider .swiper-button-prev.swiper-button-disabled i{background:#ffffff1a}#page-home #homepage-slider .swiper-button-next{right:20px}#page-home #homepage-slider .swiper-button-prev{left:20px}#page-home #homepage-slider .swiper-pagination{bottom:70px}@media (max-width: 767px){#page-home #homepage-slider .swiper-pagination{bottom:30px}}@media (max-width: 575px){#page-home #homepage-slider .swiper-pagination{bottom:20px}}#page-home #homepage-slider .swiper-pagination .swiper-pagination-bullet{background:#bd151c;opacity:1}#page-home #homepage-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}@media (max-width: 767px){#page-home #homepage-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#5c585c;opacity:.8}}#page-home #homepage-slider .swiper-slide[data-christmass] strong{text-transform:uppercase}@media (max-width: 767px){#page-home #homepage-slider .swiper-slide[data-christmass] .content{margin-top:55px}#page-home #homepage-slider .swiper-slide[data-christmass] .content strong:first-of-type{display:block;font-size:1.5rem}#page-home #homepage-slider .swiper-slide[data-christmass] .content strong:last-of-type,#page-home #homepage-slider .swiper-slide[data-christmass] .content span{display:inline;font-size:1.3rem}}@media (min-width: 768px){#page-home #homepage-slider .swiper-slide[data-christmass] .content{position:absolute;top:0;display:flex;justify-content:center;align-items:center;margin:0;width:100%;color:#fff;font-size:3vw;font-weight:600;background:#21252980}#page-home #homepage-slider .swiper-slide[data-christmass] .content strong{color:#fff;margin:0 1.3vw;font-size:4.5vw;font-weight:600}}#page-home #homepage-slider .swiper-slide[data-coating-mistakes] .content .contain:before{background-color:#0006}@media (max-width: 767px){#page-home #homepage-slider .swiper-slide[data-double-image-responsivity]>img,#page-home #homepage-slider .swiper-slide[data-double-image-responsivity]>a>img{display:none}#page-home #homepage-slider .swiper-slide[data-double-image-responsivity] .content{margin-top:0}#page-home #homepage-slider .swiper-slide[data-double-image-responsivity] .content .contain{margin-top:40px}#page-home #homepage-slider .swiper-slide[data-double-image-responsivity] .content .contain a:only-child{margin-top:80px}}@media (max-width: 575px){#page-home #homepage-slider .swiper-slide[data-double-image-responsivity] .content .contain{margin-top:20px}}#page-home #homepage-slider .swiper-slide[data-valentine] .content h2{line-height:1.1}#page-home #homepage-slider .swiper-slide[data-valentine] .content p{margin-top:.5vw}#page-home #reasons-icons-why-phase{padding:3% 0;background-color:#dbd0b5;text-align:center}@media (max-width: 767px){#page-home #reasons-icons-why-phase{padding:7% 0 4%}}@media (max-width: 575px){#page-home #reasons-icons-why-phase{padding-bottom:6%}}#page-home #reasons-icons-why-phase h2.heading{font-size:2.25rem;line-height:1.2;margin-bottom:.5rem;font-weight:400;text-transform:uppercase}@media (max-width: 575px){#page-home #reasons-icons-why-phase h2.heading{font-size:1.9rem}}#page-home #reasons-icons-why-phase p.subheader{font-size:1.2rem;line-height:22px;margin-top:0}@media (max-width: 575px){#page-home #reasons-icons-why-phase p.subheader{margin-top:15px}}#page-home #reasons-icons-why-phase .swiper-slide{text-align:center;width:16.66%;cursor:pointer;padding:10px}@media (max-width: 575px){#page-home #reasons-icons-why-phase .swiper-slide{padding:8px 5%}}@media (max-width: 374px){#page-home #reasons-icons-why-phase .swiper-slide{padding:8px 20%}}#page-home #reasons-icons-why-phase .swiper-slide div{padding:25px 12px 12px;background:#fffef0;min-height:190px;max-height:190px;overflow:hidden}@media (max-width: 1349px){#page-home #reasons-icons-why-phase .swiper-slide div{min-height:180px;max-height:180px;padding-top:15px}}@media (max-width: 767px){#page-home #reasons-icons-why-phase .swiper-slide div{min-height:165px;max-height:165px;padding-top:10px}}#page-home #reasons-icons-why-phase .swiper-slide img{position:static;display:block;margin:0 auto}#page-home #reasons-icons-why-phase .swiper-slide img.icon{height:80px;max-width:45%}@media (max-width: 575px){#page-home #reasons-icons-why-phase .swiper-slide img.icon{max-width:40%}}#page-home #reasons-icons-why-phase .swiper-slide p,#page-home #reasons-icons-why-phase .swiper-slide strong{color:inherit;text-transform:uppercase}#page-home #reasons-icons-why-phase .swiper-slide p{font-weight:200;line-height:18px;margin:15px 15% 0}@media (max-width: 767px){#page-home #reasons-icons-why-phase .swiper-slide p{margin-left:0;margin-right:0;margin-top:0}}#page-home #reasons-icons-why-phase .swiper-slide strong{font-weight:600}@media (max-width: 1349px){#page-home #reasons-icons-why-phase .swiper-slide{width:16.66%}}@media (max-width: 1199px){#page-home #reasons-icons-why-phase .swiper-slide{width:20%}}@media (max-width: 991px){#page-home #reasons-icons-why-phase .swiper-slide{width:25%}}@media (max-width: 767px){#page-home #reasons-icons-why-phase .swiper-slide{width:33.3%}}@media (max-width: 575px){#page-home #reasons-icons-why-phase .swiper-slide{width:50%}}@media (max-width: 374px){#page-home #reasons-icons-why-phase .swiper-slide{width:100%}}#page-home #reasons-icons-why-phase .swiper-slide.reason-04 p{margin-right:0;margin-left:0}@media (min-width: 769px){#page-home #reasons-icons-why-phase .swiper-slide.reason-05 p{margin-right:11%;margin-left:11%}}#page-home #reasons-icons-why-phase .move-indicator{padding-top:2%}@media (min-width: 1201px){#page-home #reasons-icons-why-phase .move-indicator{display:none}}@media (max-width: 767px){#page-home #reasons-icons-why-phase .move-indicator{padding-top:3%}}#page-home #hero-video-wrapper{background:transparent;padding-top:38.5826771654%;position:relative}#page-home #hero-video-wrapper img{position:absolute;top:0;left:0}#page-home #hero-video{width:100%;position:absolute;top:0;left:0;overflow:hidden}#page-home #hero-video.video-js{background-color:transparent;font-family:inherit}#page-home #hero-video .vjs-control-bar{background-color:transparent}#page-home #hero-video .vjs-control-bar .vjs-play-control:focus{outline:none}@media (max-width: 575px){#page-home #hero-video .vjs-control-bar .vjs-play-control{width:5.5em}#page-home #hero-video .vjs-control-bar .vjs-play-control .vjs-icon-placeholder:before{font-size:2.3em;line-height:1.37}}#page-home #hero-video .vjs-loading-spinner{width:25px;height:25px}#page-home #hero-video .vjs-loading-spinner .vjs-control-text{display:none}#page-home #hero-video video{width:100%;position:absolute;top:0;left:0;background:transparent}#page-home #hero-video .mute-toggle{display:block;position:absolute;right:1%;padding-top:2.5vw;background:transparent;border:none;width:90px;height:90px;cursor:pointer;opacity:.5;top:0}@media (max-width: 991px){#page-home #hero-video .mute-toggle{width:75px;height:75px}}@media (max-width: 575px){#page-home #hero-video .mute-toggle{width:50px;height:50px}}#page-home #hero-video .mute-toggle:focus{outline:none!important}#page-home #hero-video .mute-toggle:hover{opacity:1}#page-home #hero-video .mute-toggle [data-icon]{font-size:36px;color:#ede4c4}@media (max-width: 991px){#page-home #hero-video .mute-toggle [data-icon]{font-size:30px}}@media (max-width: 575px){#page-home #hero-video .mute-toggle [data-icon]{font-size:26px}}#page-home #hero-video.muted [data-icon=volume-up]{display:none}#page-home #hero-video.muted [data-icon=volume-slash]{display:inline;height:100%}#page-home #hero-video:not(.muted) [data-icon=volume-up]{display:inline}#page-home #hero-video:not(.muted) [data-icon=volume-slash]{display:none}#page-home #hero-video .vjs-error-display:before{color:#f7f0d9;content:"x";font-family:inherit;font-size:2em}#page-home #hero-video .vjs-error-display .vjs-modal-dialog-content,#page-home #hero-video .vjs-error-display .vjs-modal-dialog-description{display:none}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-slide>div{display:flex}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.carousel-nav{position:absolute;right:4%;bottom:4%}@media (max-width: 768px){.carousel-nav{right:30px;bottom:30px}}@media (max-width: 680px){.carousel-nav{right:18px;bottom:4px}}.carousel-nav .slick-arrow{position:relative;display:inline-block;height:60px;width:60px;border-radius:50%;border:2px solid #adb5bd;border:2px solid rgba(173,181,189,.3);margin:10px}.carousel-nav .slick-arrow:hover{border-color:#fff}.carousel-nav .slick-arrow .icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}@media (max-width: 991.98px){.carousel-nav .slick-arrow{height:40px;width:40px}.carousel-nav .slick-arrow .icon{width:13px;height:13px}}@media (max-width: 680px){.carousel-nav .slick-arrow{height:30px;width:30px}}.carousel-nav.black .slick-arrow:hover{border-color:#000}.homepage-slider{overflow:hidden;position:relative}.homepage-slider .carousel{display:flex;flex-wrap:nowrap}.homepage-slider .carousel,.homepage-slider .slide{width:100%}.homepage-slider .slide{background-size:cover;background-position:center center;position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;max-height:1030px}.homepage-slider .slide .video-js.vjs-fullscreen video{-o-object-fit:contain;object-fit:contain}.homepage-slider .slide .bg-image,.homepage-slider .slide video{z-index:-1;margin:auto;width:100vw;-o-object-fit:cover;object-fit:cover}.homepage-slider .slide h1,.homepage-slider .slide h2,.homepage-slider .slide h3{position:relative;z-index:2}.homepage-slider .slide .carousel .slide .with-image{position:relative}.homepage-slider .slide .carousel .slide .with-image h2{position:absolute;top:50%;transform:translateY(-50%);display:inline-block;margin:0 auto}.front-slider-image{width:100%;width:100vw;height:auto}.homepage-slider .slide .video-js .vjs-tech{position:relative!important}.homepage-slider .slide .video-js{background-color:transparent!important}.homepage-slider .slide .vjs-poster{width:100vw;-o-object-fit:cover;object-fit:cover;background-size:cover!important;background-position:50% 50%!important;background-repeat:no-repeat!important}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.mute-video{background:url(/build/assets/mute-Ep-Vg7lb.svg) no-repeat center;background-size:32px;border:0;width:32px;height:32px;text-indent:9999px;position:absolute;top:15px;right:15px;opacity:.3;color:transparent}.mute-video:hover{opacity:.8;cursor:pointer}.unmute-video{background:url(/build/assets/unmute-DghNE1LW.svg) no-repeat center;background-size:32px}.video-control{position:absolute;width:100%;height:30px;line-height:30px;padding:0 30px;bottom:6px;background:#0000004d;text-align:center}.video-control #play-pause{background:url(/build/assets/play-button-C2_4Ftmi.svg) no-repeat center;background-size:20px;border:0;height:20px;text-indent:9999px;margin:5px;width:30px}.video-control #seek-bar{width:calc(100% - 80px);height:2px}.icon{display:inline-block;vertical-align:middle;background-size:100% 100%}.icon.icon-arrow-up,.icon.icon-arrow-left,.icon.icon-arrow-right,.icon.icon-arrow-down{width:20px;height:20px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMXB4IiBoZWlnaHQ9IjIxcHgiIHZpZXdCb3g9IjAgMCAyMSAyMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5hcnJvdyBpY29uPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJOQVRVWlpJL0Zvb3Rlci9EZXNrdG9wL0RlZmF1bHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTkxLjAwMDAwMCwgLTcxOC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4gICAgICAgICAgICA8ZyBpZD0iRm9vdGVyIj4gICAgICAgICAgICAgICAgPGcgaWQ9ImFycm93LWxlZnQtY29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYwMS41MDAwMDAsIDcyOC41MDAwMDApIHNjYWxlKC0xLCAxKSByb3RhdGUoLTI3MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTYwMS41MDAwMDAsIC03MjguNTAwMDAwKSB0cmFuc2xhdGUoMTU3MS4wMDAwMDAsIDY5OC4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxnIGlkPSJhcnJvdy1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMC4wMDAwMDAsIDIwLjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjY3NDcwNCwgMTAuMzU0Mzg3KSByb3RhdGUoLTM2MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuNjc0NzA0LCAtMTAuMzU0Mzg3KSAiIHBvaW50cz0iMC42ODQyODYxNjIgMTAuMzIxNDcxMyAxMS4yNTk2NjA4IDIwLjM5MzA2MDggMTIuNjU0NzQ1MSAxOC44ODE3ODI2IDQuNzAxMDM2OTcgMTEuMzI4OTIwMiAyMC42NjUxMjExIDExLjMyODkyMDQgMjAuNjY1MTIxMSA5LjM0MjUzMTI4IDQuNzAxMDM2OTcgOS4zNDI1MzExNiAxMi42NTQ3NDUxIDEuODUyMjc3ODMgMTEuMDkzNjA0MSAwLjMxNTcxMzgzOCI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+)}.icon.icon-arrow-up.black,.icon.icon-arrow-left.black,.icon.icon-arrow-right.black,.icon.icon-arrow-down.black{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMXB4IiBoZWlnaHQ9IjIxcHgiIHZpZXdCb3g9IjAgMCAyMSAyMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5hcnJvdyBpY29uPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJORS0tLURlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ik5BVFVaWklfRWRpdGlvbnNfUHJvZHVjdF9EZXRhaWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MDYuMDAwMDAwLCAtNTI0My4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4gICAgICAgICAgICA8ZyBpZD0iR2FsbGVyeSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzA3LjAwMDAwMCwgNDU0Ny4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA0NDEuMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iYXJyb3dzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjM1LjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJhcnJvdy1sZWZ0LWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExMC4wMDAwMDAsIDMwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTEwLjAwMDAwMCwgLTMwLjAwMDAwMCkgdHJhbnNsYXRlKDgwLjAwMDAwMCwgMC4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImFycm93LWljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwLjAwMDAwMCwgMzAuNTAwMDAwKSByb3RhdGUoLTI3MC4wMDAwMDApIHRyYW5zbGF0ZSgtMzAuMDAwMDAwLCAtMzAuNTAwMDAwKSB0cmFuc2xhdGUoMjAuMDAwMDAwLCAyMC4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuOTkwNDE3LCAxMC4wMzg2NzMpIHJvdGF0ZSgtMzYwLjAwMDAwMCkgdHJhbnNsYXRlKC05Ljk5MDQxNywgLTEwLjAzODY3MykgIiBwb2ludHM9IjAgMTAuMDA1NzU3NSAxMC41NzUzNzQ2IDIwLjA3NzM0NjkgMTEuOTcwNDU5IDE4LjU2NjA2ODggNC4wMTY3NTA4MSAxMS4wMTMyMDY0IDE5Ljk4MDgzNSAxMS4wMTMyMDY2IDE5Ljk4MDgzNSA5LjAyNjgxNzQ0IDQuMDE2NzUwODEgOS4wMjY4MTczMiAxMS45NzA0NTkgMS41MzY1NjM5OSAxMC40MDkzMTggMCI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+)}.icon.icon-arrow-left{transform:rotate(270deg)}.icon.icon-arrow-right{transform:rotate(90deg)}.icon.icon-arrow-down{transform:rotate(180deg)}.card-with-bottom-title:hover h1{color:#bc1c1d!important}.designer-phase__wrapper{display:flex;padding:16px;text-align:center;justify-content:center;align-items:center}.designer-phase__wrapper .designer-phase__title h2{font-size:1.4rem;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:uppercase;color:#383436}@media (min-width: 768px){.designer-phase__wrapper .designer-phase__title h2{font-size:2rem}}body.mattress-show,body.mattress{overflow-x:hidden}body.mattress-show .mattress-category__type-container--mobile{padding-bottom:0}.mattress-category__container{background-image:url(/build/assets/background-sm-CdlLQcTx.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;min-height:500px}@media (min-width: 768px){.mattress-category__container{background-image:url(/build/assets/background-lg-D1m9BY0x.jpg);min-height:400px}}@media (min-width: 992px){.mattress-category__container{min-height:calc(100vh - 158px)}}@media (min-width: 1200px){.mattress-category__container{background-image:url(/build/assets/background-xxl-CA7LqDls.jpg)}}@media (min-width: 1920px){.mattress-category__container{background-image:url(/build/assets/background-Dhx1CMb6.jpg)}}.mattress-category__container-inner--desktop{display:none}@media (min-width: 992px){.mattress-category__container-inner--desktop{display:flex}}.mattress-category__container-inner--desktop .mattress-category__title br{display:none}.mattress-category__container-inner--mobile{background-color:#f7f0d9;display:flex;flex-direction:row;flex-wrap:wrap}@media (min-width: 992px){.mattress-category__container-inner--mobile{display:none}}.mattress-category__container-inner--mobile .mattress-category__column{padding:0 4px}@media (min-width: 576px){.mattress-category__container-inner--mobile .mattress-category__column{padding:0 8px}}.mattress-category__container-inner--mobile .mattress-category__column:first-of-type{padding-left:0;padding-right:8px}@media (min-width: 576px){.mattress-category__container-inner--mobile .mattress-category__column:first-of-type{padding-left:0;padding-right:16px}}.mattress-category__container-inner--mobile .mattress-category__column:last-of-type{padding-left:8px;padding-right:0}@media (min-width: 576px){.mattress-category__container-inner--mobile .mattress-category__column:last-of-type{padding-left:16px;padding-right:0}}.mattress-category__column{flex:0 0 33.3333333333%;margin-top:-60px;max-width:33.3333333333%;padding:0 8px;width:100%}@media (min-width: 420px){.mattress-category__column{margin-top:-66px}}@media (min-width: 576px){.mattress-category__column{margin-top:-90px;padding:0 15px}}.mattress-category__choose-title{color:#fffef1;font-size:1.5rem;font-weight:900;line-height:1.3;text-align:center;text-shadow:1px 1px 5px rgba(0,0,0,.5)}@media (min-width: 576px){.mattress-category__choose-title{font-size:2.29rem}}@media (min-width: 768px){.mattress-category__choose-title{line-height:1.8}}.mattress-category__choose-subtitle{color:#fffef1;font-size:1rem;font-weight:400;margin:0 auto;text-align:center;text-shadow:2px 2px 5px rgba(0,0,0,.9)}@media (min-width: 576px){.mattress-category__choose-subtitle{font-size:1.5rem}}@media (min-width: 992px){.mattress-category__choose-subtitle{width:80%}}.mattress-category__wrapper{cursor:pointer}.mattress-category__wrapper.active .mattress-category__inner-wrapper-top,.mattress-category__wrapper:hover .mattress-category__inner-wrapper-top{border-color:#ad312e}.mattress-category__wrapper.active .mattress-category__inner-wrapper-bottom,.mattress-category__wrapper:hover .mattress-category__inner-wrapper-bottom{max-height:100%;overflow:visible}.mattress-category__wrapper.active .mattress-category__type--image,.mattress-category__wrapper:hover .mattress-category__type--image{margin-top:-36px;transition:all .3s}.mattress-category__inner-wrapper-top{background-color:#fdfdfb;border-top:4px solid transparent;text-align:center;transition:border-color .2s}@media (min-width: 992px){.mattress-category__inner-wrapper-top{background-color:#fdfdfbe6;border-top-width:6px}}.mattress-category__title{color:#4a5056;font-size:1.1rem;font-weight:700;margin:0 auto .5rem;text-transform:uppercase;width:100%;line-height:1}@media (min-width: 420px){.mattress-category__title{font-size:1.3rem}}@media (min-width: 576px){.mattress-category__title{font-size:2rem;font-weight:500}}@media (min-width: 992px){.mattress-category__title{line-height:normal}}.mattress-category__subtitle{align-items:center;display:flex;flex-direction:column;justify-content:center}@media (min-width: 992px){.mattress-category__subtitle{flex-direction:row}}.mattress-category__price{color:#ad2b26;font-size:1rem;font-weight:700;line-height:1}@media (min-width: 420px){.mattress-category__price{font-size:1.2rem}}@media (min-width: 576px){.mattress-category__price{font-size:1.47rem}}.mattress-category__dimension{color:#000;font-size:.8rem}@media (min-width: 420px){.mattress-category__dimension{font-size:.9rem}}@media (min-width: 576px){.mattress-category__dimension{font-size:1rem}}.mattress-category__inner-wrapper-bottom{--animate-duration: .05s;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;max-height:0;overflow:hidden;text-align:center;width:100%}.mattress-category__type{background-color:#393537;color:#fffef1;position:relative;transition:background-color .15s;width:50%}.mattress-category__type.active,.mattress-category__type:hover{background-color:#ad2b26}.mattress-category__type.active .mattress-category__type--image--red,.mattress-category__type:hover .mattress-category__type--image--red{opacity:1;z-index:11}.mattress-category__type.active .mattress-category__type--image--black,.mattress-category__type:hover .mattress-category__type--image--black{opacity:0}.mattress-category__type.active .mattress-category__type--title,.mattress-category__type:hover .mattress-category__type--title{font-weight:900}.mattress-category__type.mattress-category__type--softer .mattress-category__type--image{padding:0}.mattress-category__type.mattress-category__type--softer:after{background:#f6f0db;box-shadow:0 0 2px #f6f0db;bottom:0;content:"";display:block;height:80%;margin:auto 0;position:absolute;right:-1px;top:0;width:2px}.mattress-category__type.mattress-category__type--harder .mattress-category__type--image{padding:7px}.mattress-category__link{align-items:center;color:#f6f0db;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;text-decoration:none;height:100%}.mattress-category__link:hover{color:#f6f0db;text-decoration:none}.mattress-category__type--image{margin-top:0;position:relative;transition:all .3s}.mattress-category__type--image img{max-width:120px;height:auto;width:100%;margin:0 auto}@media (min-width: 576px){.mattress-category__type--image img{max-width:160px}}@media (min-width: 768px){.mattress-category__type--image img{max-width:100%}}.mattress-category__type--image--red{opacity:0;position:absolute;left:0;right:0;z-index:11}.mattress-category__type--image--black{opacity:1}.mattress-category__type--title{display:inline-flex;font-size:1rem;line-height:1;text-transform:uppercase}@media (min-width: 420px){.mattress-category__type--title{font-size:1.2rem}}@media (min-width: 768px){.mattress-category__type--title{font-size:1.325rem}}.mattress-category__type--subtitle{font-size:.675rem;text-transform:uppercase}.mattress-category__type-container--mobile{background-color:#f7f0d9;padding-bottom:60px;position:relative}@media (min-width: 420px){.mattress-category__type-container--mobile{padding-bottom:66px}}@media (min-width: 576px){.mattress-category__type-container--mobile{padding-bottom:90px}}@media (min-width: 992px){.mattress-category__type-container--mobile{display:none}}.mattress-category__type-container--mobile .mattress-category__inner-wrapper-bottom{position:relative;display:none;margin-right:-100%;transition:all 2.3s}.mattress-category__type-container--mobile .mattress-category__inner-wrapper-bottom.active{margin-right:0;max-height:100%;overflow:visible;transition:all 2.3s}@media (max-width: 1199.98px){.mattress-category__type-container--mobile .mattress-category__inner-wrapper-bottom.active{display:flex}}.mattress-category__type-container--mobile .mattress-category__inner-wrapper-bottom.active .mattress-category__type--image{margin-top:-28px}@media (min-width: 576px){.mattress-category__type-container--mobile .mattress-category__inner-wrapper-bottom.active .mattress-category__type--image{margin-top:-36px}}@media (min-width: 768px){.mattress-category__type-container--mobile .mattress-category__inner-wrapper-bottom.active .mattress-category__type--image{margin-top:-40px}}@media (min-width: 992px){body.mattress-show .mattress-category__container{min-height:600px}}@media (min-width: 1200px){body.mattress-show .mattress-category__container{min-height:640px}}@media (min-width: 1350px){body.mattress-show .mattress-category__container{min-height:680px}}@media (max-width: 575.98px){body.mattress-show .about-section .element-container{overflow:hidden;padding:0!important}}body.mattress-show .about-section .element-container:nth-child(2n) .row{flex-direction:row-reverse}@media (max-width: 575.98px){.mattress-bottom-info{overflow:hidden;padding:0!important}}.mattress-detail__container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.mattress-detail__left{width:100%}@media (min-width: 992px){.mattress-detail__left{width:30%}}.mattress-detail__title-container{display:flex;justify-content:center;margin-top:3rem}@media (min-width: 992px){.mattress-detail__title-container{justify-content:flex-start}}.mattress-detail__title-subtitle{color:#393537;display:none;font-size:1.2rem;font-weight:700;margin-top:30px;text-transform:uppercase}@media (min-width: 992px){.mattress-detail__title-subtitle{display:block}}.mattress-detail__title-subtitle--mobile{color:#393537;font-family:Panton,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:700;left:-62px;position:absolute;text-transform:uppercase;top:20px}@media (min-width: 576px){.mattress-detail__title-subtitle--mobile{font-size:1.2rem;left:-67px;top:30px}}@media (min-width: 992px){.mattress-detail__title-subtitle--mobile{display:none}}.mattress-detail__title{color:#ad312e;font-family:Musette,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:7rem;font-weight:400;line-height:1;position:relative}@media (min-width: 576px){.mattress-detail__title{font-size:11.65rem}}.mattress-detail__type-container{align-items:baseline;display:flex;justify-content:center}@media (min-width: 992px){.mattress-detail__type-container{justify-content:flex-start}}.mattress-detail__type-container a{align-items:center;background-color:#393537;color:#fffef1;display:flex;font-size:1.1rem;justify-content:center;line-height:1;max-width:160px;min-height:32px;position:relative;text-transform:uppercase;transition:all .3s;width:50%;z-index:9}@media (min-width: 576px){.mattress-detail__type-container a{font-size:1.335rem;min-height:40px}}@media (min-width: 992px){.mattress-detail__type-container a{max-width:100%}}.mattress-detail__type-container a.active{background-color:#ad312e;color:#fffef1;font-weight:700;min-height:44px}@media (min-width: 576px){.mattress-detail__type-container a.active{min-height:56px}}.mattress-detail__type-container a:focus,.mattress-detail__type-container a:hover{box-shadow:0 0 6px #383537;text-decoration:none}.mattress-detail__type-container .mattress-detail__type-decoration{align-self:center;display:inline-flex;max-width:0;min-height:40px}.mattress-detail__type-container .mattress-detail__type-decoration:after{background-color:#f6f0db;content:"";display:flex;height:210px;margin-top:20px;position:absolute;left:0;right:0;width:100%;z-index:1}@media (min-width: 576px){.mattress-detail__type-container .mattress-detail__type-decoration:after{height:230px}}@media (min-width: 992px){.mattress-detail__type-container .mattress-detail__type-decoration:after{height:40px;left:auto;margin-top:0;right:15px;width:calc(100% - 30px)}}.mattress-detail__price-container{margin-top:1rem;position:relative;text-align:center;z-index:9}.mattress-detail__price--discount{color:#ad312e;font-size:1rem}@media (min-width: 576px){.mattress-detail__price--discount{font-size:1.1334rem}}.mattress-detail__price--discount span{font-weight:900}.mattress-detail__price--dimension-container{align-items:center;display:flex;justify-content:center}.mattress-detail__price--dimension-price{color:#ad312e;font-size:1.2rem;margin-right:5px;text-decoration:line-through}@media (min-width: 576px){.mattress-detail__price--dimension-price{font-size:1.465rem}}.mattress-detail__price--dimension{color:#000;font-size:.85rem}@media (min-width: 576px){.mattress-detail__price--dimension{font-size:1rem}}.mattress-detail__price-final{color:#ad312e;font-size:1.2rem;font-weight:700}@media (min-width: 576px){.mattress-detail__price-final{font-size:1.465rem}}.mattress-detail__content-desktop{color:#000;display:none;font-size:1rem;margin-top:1.5rem}@media (min-width: 576px){.mattress-detail__content-desktop{font-size:1.2rem}}@media (min-width: 992px){.mattress-detail__content-desktop{display:block}}.mattress-detail__content-mobile{color:#000;font-size:1rem}@media (min-width: 576px){.mattress-detail__content-mobile{font-size:1.2rem}}@media (min-width: 992px){.mattress-detail__content-mobile{display:none}}.mattress-detail__right{width:100%;z-index:9}@media (min-width: 992px){.mattress-detail__right{width:70%}}.mattress-detail__image-container{margin-top:-2.5rem}@media (min-width: 576px){.mattress-detail__image-container{margin-top:-3.5rem}}@media (min-width: 992px){.mattress-detail__image-container{margin-top:1.5rem}}.leader-line{z-index:9}.mattress-detail__image-items{float:right;width:35%}@media (min-width: 992px){.mattress-detail__image-items{width:30%}}.mattress-detail__image-items ul{list-style-type:none;padding-left:0;margin-bottom:0}.mattress-detail__image-items ul li{display:flex;font-size:1rem;line-height:1;margin-bottom:.75rem;text-decoration:none}@media (min-width: 576px){.mattress-detail__image-items ul li{font-size:1.2rem}}.mattress-detail__image-items ul li span{border-bottom:2px dashed #ad312e;line-height:1.2;padding:8px}.mattress-detail__features{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width: 992px){.mattress-detail__features{padding-left:38px}}.mattress-detail__feature{flex:0 0 50%;width:50%}@media (min-width: 992px){.mattress-detail__feature{flex:0 0 33.33333333%;width:33.33333333%}}.mattress-detail__feature:first-of-type{flex:0 0 100%;margin-top:-100px;padding-right:50%;width:100%}@media (min-width: 992px){.mattress-detail__feature:first-of-type{margin-top:-40px;padding-right:66.66666666%}}@media (max-width: 991.98px){.mattress-detail__feature:nth-of-type(2){flex:0 0 100%;padding-right:50%;width:100%}}.mattress-detail__feature img{height:100%;max-height:66px;max-width:100%;width:auto}@media (min-width: 576px){.mattress-detail__feature img{max-height:76px}}#page-miklosko{background:#fff}#page-miklosko h2{color:#393436;font-size:2.4rem;margin:0 0 5px}#page-miklosko h3{color:#393436;font-size:2rem;font-weight:300}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko h3{font-size:1.8rem}}#page-miklosko h3:after{color:#ffde13;content:"“";font-size:1.6rem;font-weight:900}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko h3:after{font-size:1.4rem}}#page-miklosko h3:before{color:#ffde13;content:"„";font-size:1.6rem;font-weight:900}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko h3:before{font-size:1.4rem}}#page-miklosko p{font-size:1.2rem;line-height:1.67}#page-miklosko p.title-description{color:#393436;text-transform:uppercase}#page-miklosko p.text-column_sentence{font-weight:900;margin:0 0 30px}#page-miklosko p.text-column_content a.morelink{color:#393436;outline:none;text-decoration:none;transition:color .3s}#page-miklosko p.text-column_content a.morelink:hover{color:#ffde13;transition:color .3s}#page-miklosko p.text-column_content .morecontent span{display:none}@media (min-width: 992px){#page-miklosko .text-column_triple{-moz-column-count:3;column-count:3;-moz-column-gap:40px;column-gap:40px;-webkit-hyphens:manual;hyphens:manual;word-wrap:break-word}}#page-miklosko .text-column_triple p.title-description{margin:0 0 24px}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .text-column_triple p.title-description{margin-bottom:30px}}@media (min-width: 1200px){#page-miklosko .text-column_triple p.title-description{margin:0 0 42px}}@media (min-width: 992px){#page-miklosko .text-column_double{-moz-column-count:2;column-count:2;-moz-column-gap:40px;column-gap:40px;-webkit-hyphens:manual;hyphens:manual;margin:0 0 0 3px;word-wrap:break-word}}#page-miklosko .avatar-container{margin:0 40px 0 0}#page-miklosko .avatar-container img{max-width:90%}#page-miklosko .section-first{position:relative}#page-miklosko .section-first:before{background:url(/build/assets/section-first_background-top-large-DXKOxQ4y.png) no-repeat top center;background-size:contain;content:"";display:block;height:100%;position:absolute;top:0;width:100%;z-index:1}@media (max-width: 767px){#page-miklosko .section-first:before{background:url(/build/assets/section-first_background-top-mobile-QlUoib9q.png) no-repeat top center;background-size:contain}}@media (min-width: 768px) and (max-width: 1920px){#page-miklosko .section-first:before{background:url(/build/assets/section-first_background-top-BXUhyo_b.png) no-repeat top center;background-size:contain}}#page-miklosko .section-first:after{background:url(/build/assets/section-first_background-bottom-nIXCTHzy.png) no-repeat bottom center;background-size:contain;bottom:0;content:"";display:block;height:100%;position:absolute;width:100%;z-index:1}@media (min-width: 1920px){#page-miklosko .section-first:after{background:url(/build/assets/section-first_background-bottom-large-CcdK-krH.png) no-repeat bottom center;background-size:contain}}#page-miklosko .section-first .container{position:relative;z-index:9}#page-miklosko .section-first .section-first_video{margin:0 0 20px;width:74%}@media (max-width: 767px){#page-miklosko .section-first .section-first_video{width:100%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_video{width:100%}}#page-miklosko .section-first .section-first_top{padding-top:3%}@media (max-width: 767px){#page-miklosko .section-first .section-first_top>.d-flex.flex-row{flex-direction:column-reverse!important;margin:0 0 10px}}#page-miklosko .section-first .section-first_top .section-first_top-left{width:40%}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left{width:100%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-left{width:50%}}#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left{display:flex;position:relative}#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left{position:absolute;top:28%;width:100%;z-index:1}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left{display:flex;flex-direction:column-reverse;position:absolute;top:26px}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left{top:80px}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left{top:23%}}#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left h3{margin:0 0 0 4%}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left h3{font-size:1.8rem;margin:20% 0 0}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left h3{font-size:2.2rem;margin:22% 0 0}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left h3{font-size:1.8rem}}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left h3{margin-left:2%}}#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left a{background:#ffde13;color:#393436;display:block;font-size:1.2rem;font-weight:900;line-height:1.4;margin:5% 0 0;padding:15px 0 15px 36px;text-align:left;transition:all .3s;width:50%}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left a{align-self:flex-end;margin:0;padding:10px 20px 10px 0;text-align:right}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left a{padding:20px 25px 20px 0}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left a{font-size:1.1rem;padding:10px 0 10px 26px}}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left a{padding-left:25px}}#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--left a:hover{background:#393436;color:#fff;text-decoration:none;transition:all .3s}#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--right{margin:4% 0 0 7%;text-align:right}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--right{margin:-23% 0 0;text-align:left}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--right{margin:-23% 0 0}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--right{margin:6% 0 0 15%}}#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--right img{max-width:82%;position:relative;z-index:9}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--right img{max-width:76%}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-left .box-sofa-order_left .box-sofa-order_left--right img{max-width:81%}}#page-miklosko .section-first .section-first_top .section-first_top-right{width:60%}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-right{width:100%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-right{width:50%}}#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top{display:flex;flex-direction:row}#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-logo{margin:120px 0 0 -8%;width:48%}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-logo{margin:26% 0 0;width:50%}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-logo{margin:26% 0 0}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-logo{margin:68px 4% 0 -16%;width:56%}}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-logo{margin-top:90px}}#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-logo img{max-width:81%}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-logo img{max-width:100%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-logo img{max-width:100%}}#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-avatar{width:52%}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-avatar{margin:3% 0 0 8%;width:50%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-avatar{width:64%;text-align:right}}#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-avatar img{max-width:70%}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-avatar img{max-width:90%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--top .section-first_top-right--top-avatar img{max-width:86%}}#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--bottom{color:#393436;font-size:1.46rem;line-height:1.462;margin:28px 0 0 64px}@media (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--bottom{font-size:.9rem;margin:5% 0 0 50%}}@media (min-width: 439px) and (max-width: 575px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--bottom{font-size:1.3rem}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--bottom{font-size:1.4rem}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--bottom{font-size:1.05rem;margin:20px 0 0 32px}}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--bottom{font-size:1.3rem;margin-left:40px;margin-top:18px}}@media (max-width: 991px){#page-miklosko .section-first .section-first_top .section-first_top-right .section-first_top-right--bottom br{display:none}}#page-miklosko .section-first .section-first_bottom{margin:-3.6% 0 0}@media (max-width: 767px){#page-miklosko .section-first .section-first_bottom{margin:0}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_bottom{margin:0}}@media (max-width: 767px){#page-miklosko .section-first .section-first_bottom>.d-flex.flex-row{flex-direction:column!important}}#page-miklosko .section-first .section-first_bottom .section-first_bottom-left{width:51%}@media (max-width: 767px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-left{width:100%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-left{width:50%}}#page-miklosko .section-first .section-first_bottom .section-first_bottom-right{position:relative;width:49%}@media (max-width: 767px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right{margin:10px 0 0;width:100%}}#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top{display:flex;justify-content:space-between;position:absolute;top:19%;width:100%;z-index:1}@media (max-width: 767px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top{top:15%}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top{top:14%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top{top:0}}#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top h3{align-items:center;display:flex;margin:0 0 0 13%}@media (max-width: 767px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top h3{font-size:1.8rem;margin:7% 0 0}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top h3{font-size:2.2rem;margin:9% 0 0 4%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top h3{font-size:1.8rem;margin:0 0 0 5%}}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top h3{margin-left:11%}}#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top a{background:#ffde13;color:#393436;display:block;font-size:1.2rem;font-weight:900;line-height:1.4;margin:0 12% 0 0;padding:15px 40px 15px 0;text-align:right;transition:all .3s;width:50%}@media (max-width: 767px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top a{margin:0;padding:10px 20px 10px 0}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top a{padding:20px 25px 20px 0}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top a{font-size:1.1rem;margin:0;padding:10px 26px 10px 0}}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top a{padding-right:25px}}#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--top a:hover{background:#393436;color:#fff;text-decoration:none;transition:all .3s}#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--foreground{align-items:baseline;display:flex}#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--foreground img{max-width:50%;margin:0 0 0 20%;position:relative;z-index:9}@media (max-width: 767px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--foreground img{margin:0 0 0 16%;max-width:60%}}@media (min-width: 576px) and (max-width: 767px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--foreground img{margin:0 0 0 9%;max-width:74%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first .section-first_bottom .section-first_bottom-right .box-sofa-order_right--foreground img{margin:-7% 0 0 24%;max-width:53%}}#page-miklosko .section-first-text{padding:30px 0 0}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first-text{padding:30px 0 112px}}@media (min-width: 992px){#page-miklosko .section-first-text{padding:30px 0 0}}@media (max-width: 767px){#page-miklosko .section-first-text .text-column_content{margin:0}}@media (min-width: 992px){#page-miklosko .section-first-text .text-column_content{padding:0 0 120px}}@media (max-width: 767px){#page-miklosko .section-first-text .title-description br{display:none}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-first-text .title-description br:first-of-type{display:none}}#page-miklosko .section-about-images{margin:44px 0 0}#page-miklosko .section-about-images .container{position:relative}#page-miklosko .section-about-images .section-about-images_video{border:12px solid #ffde13;margin:0 0 -15%;width:100%}@media (min-width: 768px){#page-miklosko .section-about-images .section-about-images_video{margin:0;position:absolute;right:0}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-about-images .section-about-images_video{top:-140px;width:46%}}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-about-images .section-about-images_video{top:-148px;width:31.5%}}@media (min-width: 1200px) and (max-width: 1349px){#page-miklosko .section-about-images .section-about-images_video{top:-160px;width:31.5%}}@media (min-width: 1350px) and (max-width: 1630px){#page-miklosko .section-about-images .section-about-images_video{top:-150px;width:31.5%}}@media (min-width: 1631px){#page-miklosko .section-about-images .section-about-images_video{top:-120px;width:31.5%}}#page-miklosko .section-about-images .section-about-images_images{background:url(/build/assets/about-images-large-DacrMEnX.png) no-repeat center center;background-size:contain;height:390px;width:100%}@media (max-width: 991px){#page-miklosko .section-about-images .section-about-images_images{height:auto;background:none}}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-about-images .section-about-images_images{height:234px}}@media (min-width: 1200px) and (max-width: 1349px){#page-miklosko .section-about-images .section-about-images_images{height:284px}}@media (min-width: 1350px) and (max-width: 1630px){#page-miklosko .section-about-images .section-about-images_images{height:320px}}@media (min-width: 1631px){#page-miklosko .section-about-images .section-about-images_images{height:390px}}#page-miklosko .section-about-images .section-about-images_images img.tablet{display:none}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-about-images .section-about-images_images img.tablet{display:block}}@media (min-width: 768px){#page-miklosko .section-about-images .section-about-images_images img.mobile{display:none}}#page-miklosko .section-second-text{padding:30px 0 50px}@media (min-width: 992px){#page-miklosko .section-second-text{padding:46px 0 60px}}#page-miklosko .section-second-text .text-column_content{margin:0}@media (min-width: 992px){#page-miklosko .section-second-text .text-column_content{margin:0 0 80px}}@media (max-width: 991px){#page-miklosko .section-second-text .title-description br{display:none}}#page-miklosko .section-designer{background:#ffde13;padding:50px 0 40px;position:relative}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-designer{padding:60px 0 80px}}@media (min-width: 1200px){#page-miklosko .section-designer{padding:60px 0 40px}}#page-miklosko .section-designer:after{background:url(/build/assets/section-designer-background-bottom-C-qy8ovG.png) no-repeat bottom center;background-size:contain;bottom:0;content:"";display:block;height:100%;position:absolute;width:100%;z-index:1}@media (max-width: 991px){#page-miklosko .section-designer:after{transform:scale(1)}}@media (min-width: 1920px){#page-miklosko .section-designer:after{background:url(/build/assets/section-second_background-bottom-large-BvOAYukQ.png) no-repeat bottom center;background-size:contain}}@media (max-width: 400px){#page-miklosko .section-designer h2{width:60%}}#page-miklosko .section-designer p{color:#393436}#page-miklosko .section-designer .container{position:relative;z-index:9}#page-miklosko .section-designer p.text-column_content{padding:0 0 40px}@media (max-width: 767px){#page-miklosko .section-designer p.text-column_content{margin:0 0 40px}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-designer p.text-column_content{margin:0 0 60px}}@media (min-width: 992px){#page-miklosko .section-designer p.text-column_content{padding:0 0 20px}}#page-miklosko .section-designer p.title-description{margin:0}#page-miklosko .section-designer .avatar-container{position:relative}@media (max-width: 767px){#page-miklosko .section-designer .avatar-container{margin:0}}@media (min-width: 992px){#page-miklosko .section-designer .avatar-container{margin:-3% 40px 0 0}}@media (max-width: 991px){#page-miklosko .section-designer .avatar-container img{max-width:36%;position:absolute;right:20px;top:-151px}}@media (max-width: 767px){#page-miklosko .section-designer .avatar-container img{margin:0;right:0;top:-140px}}@media (max-width: 400px){#page-miklosko .section-designer .avatar-container img{top:-182px}}@media (max-width: 991px){#page-miklosko .section-designer .text-column_double{margin-top:34px}#page-miklosko .section-designer .text-column_double .text-column_sentence{margin-bottom:40px}}#page-miklosko .section-owner{background:#393436;color:#fff;padding:10px 0 50px}#page-miklosko .section-owner h2{color:#fff}#page-miklosko .section-owner p.text-column_content{margin:0;padding:0}@media (min-width: 992px){#page-miklosko .section-owner p.text-column_content{padding:0 0 40px}}#page-miklosko .section-owner p.text-column_content a.morelink{color:#fff}#page-miklosko .section-owner p.text-column_content a.morelink:hover{color:#000}#page-miklosko .section-owner p.title-description{color:#fff;margin-bottom:0}@media (min-width: 450px){#page-miklosko .section-owner p.title-description br{display:none}}#page-miklosko .section-owner strong{color:#fff}#page-miklosko .section-owner .avatar-container{position:relative}@media (min-width: 992px){#page-miklosko .section-owner .avatar-container{margin:0 0 0 40px}}@media (max-width: 767px){#page-miklosko .section-owner .avatar-container{margin:0}}#page-miklosko .section-owner .avatar-container img{position:absolute;z-index:9}@media (max-width: 991px){#page-miklosko .section-owner .avatar-container img{max-width:36%;right:20px;top:-150px}}@media (max-width: 449px){#page-miklosko .section-owner .avatar-container img{right:0;top:-150px}}@media (min-width: 450px) and (max-width: 767px){#page-miklosko .section-owner .avatar-container img{right:0;top:-140px}}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-owner .avatar-container img{top:0}}@media (min-width: 1200px){#page-miklosko .section-owner .avatar-container img{top:20px}}@media (max-width: 991px){#page-miklosko .section-owner .text-column_double{margin-top:34px}#page-miklosko .section-owner .text-column_double .text-column_sentence{margin-bottom:40px}}@media (min-width: 992px){#page-miklosko .section-owner .text-column_double .text-column_sentence br{display:none}}#page-miklosko .section-interior-designer{padding:50px 0 70px;position:relative}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-interior-designer{padding-top:50px}}@media (min-width: 1200px){#page-miklosko .section-interior-designer{padding:90px 0 70px}}#page-miklosko .section-interior-designer:after{background:url(/build/assets/section-interior-designer-background-bottom-CCLGTtqC.png) no-repeat bottom center;background-size:contain;bottom:0;content:"";display:block;height:100%;position:absolute;width:100%;z-index:1}@media (min-width: 1920px){#page-miklosko .section-interior-designer:after{background:url(/build/assets/section-thirdy_background-bottom-large-DzuNdyCK.png) no-repeat bottom center;background-size:contain}}#page-miklosko .section-interior-designer p{color:#393436}#page-miklosko .section-interior-designer .container{position:relative;z-index:9}#page-miklosko .section-interior-designer .avatar-container{position:relative}@media (max-width: 767px){#page-miklosko .section-interior-designer .avatar-container{margin:0}}@media (max-width: 991px){#page-miklosko .section-interior-designer .avatar-container img{max-width:36%;position:absolute;right:20px;top:-170px}}@media (max-width: 767px){#page-miklosko .section-interior-designer .avatar-container img{right:0;top:-180px}}@media (max-width: 991px){#page-miklosko .section-interior-designer p.title-description{margin-bottom:0}}@media (max-width: 767px){#page-miklosko .section-interior-designer p.title-description{width:50%}}@media (min-width: 768px) and (max-width: 991px){#page-miklosko .section-interior-designer p.text-column_content{margin:0 0 40px}}@media (max-width: 991px){#page-miklosko .section-interior-designer .text-column_double{margin-top:34px}#page-miklosko .section-interior-designer .text-column_double .text-column_sentence{margin-bottom:40px}}@media (min-width: 992px){#page-miklosko .section-interior-designer .text-column_double .text-column_sentence br{display:none}}#page-miklosko .section-form{background:#393436;color:#fff;font-size:1.2rem;line-height:1.67;padding:0 0 60px}#page-miklosko .section-form h2{color:#fff;font-weight:300;margin:20px 0 40px;position:relative;z-index:9}@media (max-width: 767px){#page-miklosko .section-form h2{text-align:left;margin-bottom:20px;margin-top:30px}}@media (min-width: 992px) and (max-width: 1199px){#page-miklosko .section-form h2{margin-bottom:30px;margin-top:0}}@media (min-width: 1200px){#page-miklosko .section-form h2{margin:-12px 0 40px}}#page-miklosko .section-form strong{color:#fff}#page-miklosko #form-chair_choose .form-chair_choose--info{color:#fff;font-weight:700;margin:0 0 15px;text-align:left}@media (min-width: 768px){#page-miklosko #form-chair_choose .form-chair_choose--info{text-align:center}}#page-miklosko #form-chair_choose .form-chair_choose{background:#fff;border:1px solid #fff;cursor:pointer;font-size:1.6rem;line-height:1;margin:0 0 20px;text-align:center;color:#393436;padding:15px 30px;transition:all .3s}#page-miklosko #form-chair_choose .form-chair_choose:hover{background:#232323;color:#fff;transition:all .3s}#page-miklosko #form-chair_choose .form-chair_choose:hover strong{color:#fff;transition:color .3s}#page-miklosko #form-chair_choose .form-chair_choose.selected{background:#ffde13;border-color:#ffde13;color:#232323;transition:all .3s}#page-miklosko #form-chair_choose .form-chair_choose.selected:hover{border-color:#de1c1c;color:#232323;transition:all .3s}#page-miklosko #form-chair_choose .form-chair_choose.selected:hover strong,#page-miklosko #form-chair_choose .form-chair_choose.selected strong{color:#232323;transition:color .3s}#page-miklosko #form-chair_choose .form-chair_choose strong{color:#393436;font-weight:900;line-height:1.67;transition:color .3s}#page-miklosko #form-chair_miklosko{margin:30px 0 0}@media (min-width: 768px){#page-miklosko #form-chair_miklosko{margin:0}}#page-miklosko #form-chair_miklosko .form-chair_miklosko--contact-info,#page-miklosko #form-chair_miklosko .form-chair_miklosko--address-info{color:#fff;font-weight:700;margin:0 0 15px;text-align:center}#page-miklosko #form-chair_miklosko .form-data--container{display:flex;flex-direction:column}@media (min-width: 490px){#page-miklosko #form-chair_miklosko .form-data--container{flex-direction:row}}#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-first{padding:0 20px 0 0;width:60%}@media (max-width: 991px){#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-first{padding:0 10px 0 0}}@media (max-width: 489px){#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-first{padding:0 0 20px;width:100%}}#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-first .form-input{width:100%}#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-last{width:40%}@media (max-width: 489px){#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-last{width:100%}}#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-last .form-label{width:50%}@media (max-width: 991px){#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-last .form-label{width:44%}}@media (max-width: 489px){#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-last .form-label{width:100%}}#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-last .form-input{width:50%}@media (max-width: 991px){#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-last .form-input{width:56%}}@media (max-width: 489px){#page-miklosko #form-chair_miklosko .form-data--container .form-data--column-last .form-input{width:100%}}#page-miklosko #form-chair_miklosko .form-data{display:flex;flex-direction:column;margin:0 0 20px}@media (min-width: 490px){#page-miklosko #form-chair_miklosko .form-data{flex-direction:row}}@media (max-width: 767px){#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--submit-container{margin:0}#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--contact-title .form-label,#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--address-title .form-label,#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--submit-container .form-label{display:none}#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--contact-title .form-input,#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--address-title .form-input,#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--submit-container .form-input{width:100%}#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--contact-title .form-input .form-chair_miklosko--contact-info,#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--contact-title .form-input .form-chair_miklosko--address-info,#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--address-title .form-input .form-chair_miklosko--contact-info,#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--address-title .form-input .form-chair_miklosko--address-info,#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--submit-container .form-input .form-chair_miklosko--contact-info,#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--submit-container .form-input .form-chair_miklosko--address-info{text-align:left}}#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--contact-title{margin:0}#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--address-title{margin:40px 0 0}#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--address-inner-container .form-data{margin:0}#page-miklosko #form-chair_miklosko .form-data #form-chair_miklosko--submit{background:#ffde13;border:1px solid #ffde13;color:#393436;font-weight:900;padding:6px 8px 3px;text-align:center;transition:all .3s;width:100%}@media (max-width: 767px){#page-miklosko #form-chair_miklosko .form-data #form-chair_miklosko--submit{padding:18px 20px 14px}}#page-miklosko #form-chair_miklosko .form-data #form-chair_miklosko--submit:hover{background:#232323;border-color:#fff;color:#fff;transition:all .3s}#page-miklosko #form-chair_miklosko .form-data input.form-input{border:1px solid #fff;line-height:1;padding:7px 9px}#page-miklosko #form-chair_miklosko .form-data .form-input{width:70%}@media (max-width: 991px){#page-miklosko #form-chair_miklosko .form-data .form-input{width:77%}}@media (max-width: 489px){#page-miklosko #form-chair_miklosko .form-data .form-input{width:100%}}#page-miklosko #form-chair_miklosko .form-data .form-label{align-self:center;margin:0;padding:0 25px 0 0;text-align:right;width:30%}@media (max-width: 991px){#page-miklosko #form-chair_miklosko .form-data .form-label{padding:0 15px 0 0;width:23%}}@media (max-width: 489px){#page-miklosko #form-chair_miklosko .form-data .form-label{padding:0;text-align:left;width:100%}}#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--gdpr-container{margin:0;padding:20px 0}#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--gdpr-container .form-input{display:flex;align-items:center}#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--gdpr-container input{cursor:pointer}#page-miklosko #form-chair_miklosko .form-data.form-chair_miklosko--gdpr-container label{cursor:pointer;font-size:1rem;margin:0;padding:0 0 0 15px}#page-references .cover-wrapper{position:relative;min-height:490px}@media (max-width: 1199px){#page-references .cover-wrapper{min-height:530px}}@media (max-width: 767px){#page-references .cover-wrapper{padding-bottom:0;margin-bottom:30px}}#page-references .cover-wrapper .cover{position:absolute;width:100%;height:100%;background:url(/build/assets/martin-duras-1-v45JRaBT.jpg) no-repeat 60% center;background-size:auto 100%;background-color:#646b85}@media (max-width: 767px){#page-references .cover-wrapper .cover{position:relative;height:300px;margin-bottom:25px;background-position:70% center}}#page-references .cover-wrapper .cover-content{position:absolute;width:100%;height:100%;color:#fff}@media (max-width: 767px){#page-references .cover-wrapper .cover-content{position:relative;color:#5c585c}}#page-references .cover-wrapper .cover-content>.container{height:100%}#page-references .cover-wrapper .cover-content .heading{margin:0;color:#fff;font-size:2.5rem;font-weight:700}@media (max-width: 991px){#page-references .cover-wrapper .cover-content .heading{font-size:2rem}}@media (max-width: 767px){#page-references .cover-wrapper .cover-content .heading{color:#000}}#page-references .cover-wrapper .cover-content .position{margin-bottom:20px;color:#6dcff6;font-size:1.25rem}@media (max-width: 991px){#page-references .cover-wrapper .cover-content .position{margin-bottom:15px;font-size:1rem}}@media (max-width: 767px){#page-references .cover-wrapper .cover-content .position{color:#000}}#page-references .cover-wrapper .cover-content .quote{color:#fff;font-style:italic;font-size:1.1rem;font-weight:300;line-height:1.5}@media (max-width: 991px){#page-references .cover-wrapper .cover-content .quote{font-size:1rem}}@media (max-width: 767px){#page-references .cover-wrapper .cover-content .quote{color:#5c585c;font-weight:400}}@media (min-width: 768px){#page-references .cover-wrapper .cover-content .quote{width:130%}}#page-references .cover-wrapper .cover-form-wrapper>div:nth-of-type(1){flex:0 1 100%}#page-references .cover-wrapper .cover-form-wrapper>div:nth-of-type(2){flex:0 0 auto}#page-references .cover-wrapper .cover-form-wrapper>div:nth-of-type(3){flex:0 1 100%}@media (max-width: 991px){#page-references .cover-wrapper .cover-form-wrapper>div:nth-of-type(3){flex:0 1 170%}}#page-references .cover-wrapper form .form-row{margin-left:-8px;margin-right:-8px}#page-references .cover-wrapper form .form-row [class^=col]{padding-left:8px;padding-right:8px}#page-references .cover-wrapper form input[type=email],#page-references .cover-wrapper form input[type=text],#page-references .cover-wrapper form textarea{background:#ebebeb;font-weight:300}@media (min-width: 1350px){#page-references .cover-wrapper form input[type=email],#page-references .cover-wrapper form input[type=text]{padding-top:12px;padding-bottom:12px}}#page-references .cover-wrapper form textarea{resize:none;max-height:250px;min-height:110px}#page-references .cover-wrapper form .invalid-feedback{color:#fff}@media (max-width: 767px){#page-references .cover-wrapper form .invalid-feedback{color:#d9534f}}#page-references .cover-wrapper form .button-cta{width:100%;min-width:auto;cursor:pointer}@media (max-width: 1349px){#page-references .cover-wrapper form .button-cta{padding-top:6px;padding-bottom:6px}}#page-references .directory{margin-bottom:-30px;border:0}@media (min-width: 768px){#page-references .directory{border-bottom:1px solid #bdbdbd}}#page-references .directory a{text-decoration:none}#page-references .directory a .subheading{color:#bd151c}#page-references .directory a:hover img,#page-references .directory a:focus img{filter:brightness(80%)}#page-references .directory a:hover .subheading,#page-references .directory a:focus .subheading{background:#ede4c4}#page-references .directory a.active .subheading{position:relative;color:#000;background-color:transparent;border:1px solid #bdbdbd}@media (min-width: 768px){#page-references .directory a.active .subheading{border:none}#page-references .directory a.active .subheading:before{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:70px;border:1px solid #bdbdbd;border-bottom-color:#fffef0}}#page-references .directory .image{background:#474247}#page-references .directory .image img{width:100%}#page-references .directory .subheading{padding:20px 15px;background:#f7f0d9;color:#000;font-size:1.07rem;font-weight:900;line-height:1.3;text-align:center;transition:background .15s}@media (max-width: 575px){#page-references .directory .subheading{font-size:1.25rem}}@media (max-width: 767px){#page-references .directory .subheading{border:1px solid #f7f0d9}}#page-references .references-photos-wrap{padding:30px 0 0}#page-references .references-photos-wrap .references-photos{position:relative}#page-references .references-photos-wrap .references-photos .spinner{display:none}#page-references .references-photos-wrap .references-photos.loading{min-height:200px}#page-references .references-photos-wrap .references-photos.loading .spinner{display:flex;cursor:progress;position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;align-items:center;justify-content:center}#page-references .references-photos-wrap .references-photos .custom-col{padding-right:10px;padding-left:10px}#page-references .references-photos-wrap .references-photos .custom-row{margin-left:-10px;margin-right:-10px}#page-references .references-photos-wrap .references-photos .references-photos-list .photo{display:block;position:relative;margin-bottom:20px;overflow:hidden;cursor:pointer}#page-references .references-photos-wrap .references-photos .references-photos-list .photo img{width:100%;transform:scale(1.05);transition:transform .35s}#page-references .references-photos-wrap .references-photos .references-photos-list .photo .number{position:absolute;right:0;bottom:0;padding:4px;min-width:33px;text-align:center;font-weight:700;color:#000;background-color:#ede4c4;border-radius:9px 0 0}#page-references .references-photos-wrap .references-photos .reference-photo-detail{display:none;overflow:unset}#page-references .references-photos-wrap button{cursor:pointer}#page-references .references-photos-wrap button.disabled{pointer-events:none}#page-references #quotes{padding:30px 0 0}#page-references #quotes .quote{position:relative;margin-bottom:20px;padding:15px 20px 5px;border:1px #cccccc solid;border-radius:10px;min-height:60px;background:#fff;box-shadow:0 5px 27px #00000021}@media (min-width: 768px){#page-references #quotes .quote:after{content:"";position:absolute;top:15px;left:-26px;height:28px;width:28px;border-right:2px solid #ffffff;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xIFRpbnkvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEtdGlueS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOC4yNXB4IiBoZWlnaHQ9IjI2Ljg3NXB4IiB2aWV3Qm94PSIwIDAgMjguMjUgMjYuODc1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTI3LDI1Ljg3NWMwLTcuMjgtMjQtMjAtMjQtMjBzMjQsMS45MjUsMjQtNSIvPg0KCTxwYXRoIGZpbGw9IiNCREJEQkQiIGQ9Ik0yNy41LDI1Ljg3NWgtMWMwLTYuODk5LTIzLjQ5Ny0xOS40MzItMjMuNzM0LTE5LjU1OEwwLjYyNyw1LjE4M0wzLjA0LDUuMzc3DQoJCWMwLjE4MSwwLjAxNCwxOC4xNzksMS40MDUsMjIuNTc4LTIuNjU2QzI2LjIxMiwyLjE3NCwyNi41LDEuNTcsMjYuNSwwLjg3NWgxYzAsMC45NzYtMC40MDUsMS44NDQtMS4yMDQsMi41ODENCgkJYy0zLjc4MiwzLjQ5MS0xNi4wMDEsMy4zLTIxLjA5NywzLjA1NEMxMS4wMTEsOS43NjgsMjcuNSwxOS41NjcsMjcuNSwyNS44NzV6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);background-repeat:no-repeat}}@media (max-width: 767px){#page-references #quotes{padding:40px 0 0}}#page-references #quotes .swiper-slide{padding:0}#page-references #quotes .swiper-button-prev,#page-references #quotes .swiper-button-next{color:#d0d0d0}@media (max-width: 767px){#page-references #quotes .swiper-button-prev,#page-references #quotes .swiper-button-next{display:none}}#page-references #quotes .swiper-pagination-bullets{bottom:35px}@media (max-width: 767px){#page-references #quotes .swiper-pagination-bullets{bottom:20px}}#page-references #quotes .swiper-pagination-bullet{width:12px;height:12px;margin:0 6px;background:transparent;border:solid 2px #d0d0d0;opacity:1}#page-references #quotes .swiper-pagination-bullet-active{background:#d0d0d0;border:solid 2px transparent}#page-references #quotes .item{margin:15px 0}#page-references #quotes .item .author{margin-bottom:15px;font-size:1.4rem;font-weight:400}#page-references #quotes .item .quote{font-style:italic}#page-references #quotes .author{text-align:right;margin-top:10px}@media (max-width: 767px){#page-references #quotes .author{margin-top:0}}#page-references li{opacity:1;transition:opacity .5s}#page-references li.invisible{opacity:0}#page-references .filter-header{color:#000;text-align:center;font-size:18px;font-weight:700;margin-bottom:28px}@media (max-width: 768px){#page-references .filter-header{margin-bottom:12px;margin-top:-24px}}#page-references .filters{text-align:center;margin:10px 0 40px;border-bottom:1px solid #dedede;padding-bottom:40px}#page-references .filters [data-filter]{background-color:#eff0f1;padding:13px 15px;margin:10px 3px;color:#000;border:1px solid #dedede;transition:background-color .2s,border .2s;font-size:1rem}@media (max-width: 768px){#page-references .filters [data-filter]{padding:8.9px 9.3px;margin:4.8px 3px}}#page-references .filters [data-filter]:hover{background-color:#eff0f166;text-decoration:none}#page-references .filters [data-filter].active{background-color:#bd151c;border:solid 1px #bd151c;color:#fff}#page-references .filters [data-filter].active .checked{display:inline-block}#page-references .filters [data-filter].active .not-checked{display:none}#page-references .filters [data-filter] i,#page-references .filters [data-filter] svg{margin-left:5px;min-width:15px}#page-references .filters [data-filter] .checked{display:none}#page-references .filters [data-filter] .not-checked{display:inline-block;color:#999}#page-references .filters [data-filter].disabled{opacity:.65;pointer-events:none;cursor:not-allowed}#page-references .filtered-content{transition:opacity .2s}#page-references .filtered-content.filtering{opacity:0;transition:opacity 0s}#page-references .filtered-content [data-filter]{transition:height .2s,opacity .2s}#page-references .filtered-content [data-filter]:not(.active){display:none}#page-references .filtered-content [data-filter].active{display:block}#page-references .filters [data-filter]{background-color:#f7f0d9}.fancybox-slide{overflow:inherit}.fancybox-slide .reference-photo-detail{max-width:100vw;max-height:100vh;background:transparent;overflow:inherit;margin:0}.fancybox-slide .reference-photo-detail .reference-photo-detail-content{position:relative;max-width:100vw;max-height:100vh}.fancybox-slide .reference-photo-detail .reference-photo-detail-content .reference-photo-image img{max-width:90vw;max-height:90vh}.fancybox-slide .reference-photo-detail .reference-photo-detail-content .reference-photo-number{position:absolute;right:0;bottom:0;padding:4px;min-width:33px;text-align:center;font-weight:700;color:#000;background-color:#ede4c4;border-radius:9px 0 0}.sofa-header-wrap,.sofa-header-wrap .discount-wrapper{position:relative}#sofa-header{z-index:2;width:100%;border-bottom:solid 1px #e3e3e4}@media (max-width: 1199px){#sofa-header>.container{width:100%}}#sofa-header .sofa-menu{position:relative;z-index:2}#sofa-header .sofa-menu i,#sofa-header .sofa-menu svg{display:inline-block;min-width:16px}@media (min-width: 992px){#sofa-header .sofa-menu{display:flex}}@media (max-width: 991px){#sofa-header .sofa-menu.sofa-menu-open nav{display:block;opacity:1;pointer-events:auto;transform:translateY(0)}}#sofa-header .sofa-menu.sofa-menu-open .purchases{display:none!important}#sofa-header .sofa-menu .sofa-heading-wrap{position:relative;display:inline-flex;align-items:center;justify-content:space-between;min-height:70px;padding:10px 0;cursor:pointer}#sofa-header .sofa-menu .sofa-heading-wrap .category-link{pointer-events:auto;margin-right:15px;padding-top:5px;padding-bottom:5px;padding-right:15px;border-right:1px solid rgba(255,255,255,.25);color:#fff;font-size:.9rem}#sofa-header .sofa-menu .sofa-heading-wrap .category-link i,#sofa-header .sofa-menu .sofa-heading-wrap .category-link svg{margin-right:5px;line-height:1}#sofa-header .sofa-menu .sofa-heading-wrap .sofa-heading{position:relative;margin:0;font-size:3.5rem;font-family:Musette,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400}#sofa-header .sofa-menu .sofa-heading-wrap .sofa-heading .sofa-category{display:block;margin-top:5px;color:#868e96;font-size:.9rem;font-weight:400;text-transform:none}@media (max-width: 1199px){#sofa-header .sofa-menu .sofa-heading-wrap{font-size:2rem}}@media (max-width: 991px){#sofa-header .sofa-menu .sofa-heading-wrap{display:flex;padding:10px 0;min-width:auto;border:0}}#sofa-header .sofa-menu .sofa-heading-wrap:hover .toggle span.wrap,#sofa-header .sofa-menu .sofa-heading-wrap:focus .toggle span.wrap{border-color:#bd151c4d;color:#bd151c1a}#sofa-header .sofa-menu .sofa-heading-wrap:hover .toggle span.label,#sofa-header .sofa-menu .sofa-heading-wrap:focus .toggle span.label{color:#bd151c}#sofa-header .sofa-menu .sofa-heading-wrap .toggle{padding:5px 9px;margin-left:15px;margin-right:10px;border:1px solid #e3e3e4;border-radius:4px;font-size:.93rem;font-weight:700;color:#000;background-color:#fffef0;white-space:nowrap}#sofa-header .sofa-menu .sofa-heading-wrap .toggle i,#sofa-header .sofa-menu .sofa-heading-wrap .toggle svg{margin-left:5px}#sofa-header .sofa-menu .sofa-heading-wrap .purchases{opacity:0;line-height:14px;position:absolute;top:74px;left:0;background:#bd151c;color:#fff;font-weight:400;white-space:nowrap;padding:8px 12px 9px;font-size:14px;border-radius:20px;text-transform:lowercase;box-shadow:2px 2px 4px -1px #0000007d;-webkit-transform:translate3d(0,0,0);z-index:3}@media (max-width: 991px){#sofa-header .sofa-menu .sofa-heading-wrap .purchases{width:auto;pointer-events:none!important;top:73px;left:0}}@media (max-width: 575px){#sofa-header .sofa-menu .sofa-heading-wrap .purchases{display:none!important;top:71px;left:0}}@media (max-width: 399px){#sofa-header .sofa-menu .sofa-heading-wrap .purchases{left:0;padding:5px 8px}}#sofa-header .sofa-menu .sofa-heading-wrap .purchases:first-letter{text-transform:capitalize!important}#sofa-header .sofa-menu .sofa-heading-wrap .purchases:before{position:absolute;content:" ";transform:rotateY(-55deg);width:0;height:0;border-top:20px solid transparent;border-right:19px solid #bd151c;border-bottom:0 solid transparent;top:-19px;left:180px;-webkit-transform:translate3d(0,0,0);z-index:-1}@media (max-width: 991px){#sofa-header .sofa-menu .sofa-heading-wrap .purchases:before{transform:rotateY(55deg);width:0;height:0;border-bottom:24px solid #bd151c;border-right:30px solid transparent;top:-43px;left:70px}}@media (max-width: 575px){#sofa-header .sofa-menu .sofa-heading-wrap .purchases:before{top:-45px}}@media (max-width: 399px){#sofa-header .sofa-menu .sofa-heading-wrap .purchases:before{right:60%}}#sofa-header .sofa-menu .sofa-heading-wrap .purchases>strong{color:#fff;font-weight:800}#sofa-header .sofa-menu .sofa-heading-wrap .purchases .close{vertical-align:bottom;pointer-events:all!important;font-size:14px;opacity:1;color:#fff;margin:0;display:inline;float:none}#sofa-header .sofa-menu nav{position:relative;min-width:300px}@media (max-width: 991px){#sofa-header .sofa-menu nav{position:relative;display:none;border:0!important;border-top:solid 1px #e3e3e4!important;min-width:auto;background-color:#fffef0;opacity:0}}@media (min-width: 992px){#sofa-header .sofa-menu nav{background:transparent}#sofa-header .sofa-menu nav ul{white-space:nowrap;margin:25px}}@media (max-width: 991px){#sofa-header .sofa-menu nav ul{padding-left:0;padding-right:0;padding-top:8px}}#sofa-header .sofa-menu nav ul li{font-size:1rem;line-height:1.6}#sofa-header .sofa-menu nav ul li.no-frame a,#sofa-header .sofa-menu nav ul li.no-frame a:hover,#sofa-header .sofa-menu nav ul li.no-frame a:focus{border-color:transparent;background-color:transparent}@media (max-width: 991px){#sofa-header .sofa-menu nav ul li{font-size:1rem}#sofa-header .sofa-menu nav ul li ul{padding:0 0 0 15px}}@media (min-width: 992px){#sofa-header .sofa-menu nav ul li{position:relative;display:inline-block}#sofa-header .sofa-menu nav ul li a{display:inline-block;transition:background-color .2s,color .2s;font-size:.93rem;font-weight:700;background-color:#fffef0;color:#000;padding:5px 9px}#sofa-header .sofa-menu nav ul li>a{margin-right:5px;border:1px solid #e3e3e4;border-radius:4px}#sofa-header .sofa-menu nav ul li>a:hover,#sofa-header .sofa-menu nav ul li>a:focus{background-color:#e3e3e4;border-color:transparent;color:#bd151c}#sofa-header .sofa-menu nav ul li ul{position:absolute;left:0;margin:2px 0 0;padding:0;background:#fffef0;width:230px;border-radius:4px;border:1px solid #e3e3e4}#sofa-header .sofa-menu nav ul li ul li{width:100%}#sofa-header .sofa-menu nav ul li ul li:not(:last-child){border-bottom:solid 1px #d8d8d8}#sofa-header .sofa-menu nav ul li ul li a{display:block;margin:0;padding:10px;border:none;color:#000}}@media (min-width: 1200px){#sofa-header .sofa-menu nav ul li>a{margin-right:10px}}#sofa-header .sofa-menu nav ul li.list-heading li{display:inline-block}@media (max-width: 991px){#sofa-header .sofa-menu nav ul li.list-heading{margin:15px 0 5px;padding-top:15px;border-top:solid 1px #000000;background-color:transparent;font-size:1.1rem;font-weight:700;line-height:1.3}}#sofa-header .sofa-menu nav ul li.list-heading:first-child{border-top:none;padding-top:0;margin-top:0}#sofa-header .sofa-menu nav ul li a{text-decoration:none}@media (max-width: 991px){#sofa-header .sofa-menu nav ul li a{color:#000;display:block;padding:8px 0}#sofa-header .sofa-menu nav ul li a:hover,#sofa-header .sofa-menu nav ul li a:focus{color:#bd151c}}#sofa-header .sofa-menu nav ul li a.more{min-width:60px}#sofa-header .sofa-menu nav ul li a.more i,#sofa-header .sofa-menu nav ul li a.more svg{margin-left:5px;min-width:3px}#sofa-header .sofa-menu nav ul #more{padding-left:0;white-space:normal}@media (max-width: 991px){#sofa-header .sofa-menu nav ul #more{display:block}}#sofa-header .sofa-menu nav ul #more a{font-weight:400}#sofa-header .sofa-category p{margin:0;color:#000;font-size:.9rem;font-weight:700;text-align:right;line-height:1.5}@media (max-width: 991px){#sofa-header .sofa-category p{font-size:1rem}}#sofa-header .discount,#sofa-header .discount-responsive{position:absolute;right:0;top:100%;width:190px;height:50px;text-align:center;white-space:nowrap}@media (max-width: 991px){#sofa-header .discount,#sofa-header .discount-responsive{display:none}}#sofa-header .discount p,#sofa-header .discount strong,#sofa-header .discount-responsive p,#sofa-header .discount-responsive strong{display:flex;justify-content:center;align-items:center;width:50%;height:100%;color:#fff}#sofa-header .discount strong,#sofa-header .discount-responsive strong{float:left;font-size:22px;font-weight:400;background:#bd151c}#sofa-header .discount p,#sofa-header .discount-responsive p{float:right;margin:0;font-size:14px;background:#332e33}#sofa-header .discount-responsive{float:left;display:none}@media (max-width: 991px){#sofa-header .discount-responsive{display:block!important;position:relative;margin-right:auto;width:23%}#sofa-header .discount-responsive strong{font-size:18px}#sofa-header .discount-responsive p{font-size:12px}}@media (max-width: 767px){#sofa-header .discount-responsive{width:150px;height:40px}}@media (max-width: 767px) and (max-width: 399px){#sofa-header .discount-responsive{height:auto;width:90px}#sofa-header .discount-responsive strong,#sofa-header .discount-responsive p{float:none;width:100%}#sofa-header .discount-responsive strong{font-size:16px}#sofa-header .discount-responsive p{font-size:12px}}#sofa-header.sofa-header-overlay{position:absolute;background:#474247b3;border-bottom:0}@media (max-width: 991px){#sofa-header.sofa-header-overlay{position:relative;background:#fffef0}}@media (min-width: 992px){#sofa-header.sofa-header-overlay .sofa-menu .sofa-heading{color:#fff}}#sofa-header.sofa-header-overlay .sofa-menu .sofa-heading-wrap{border:0}#sofa-header.sofa-header-overlay .sofa-menu .sofa-heading-wrap:after{display:none}@media (min-width: 992px){#sofa-header.sofa-header-overlay .sofa-menu .sofa-heading-wrap{cursor:initial;pointer-events:none}}#sofa-header.sofa-header-overlay .sofa-menu nav{border:0}@media (max-width: 991px){#sofa-header.sofa-header-overlay .sofa-menu nav{background-color:#fffef099;border:solid 1px #e3e3e4;background:#fffef0}}#sofa-header.sofa-header-overlay .sofa-category p{color:#aaa9a7}#sofa-header.sofa-header-overlay .sofa-category p span{color:#bd151c;font-weight:700}@media (min-width: 992px){#sofa-header.sofa-header-overlay nav ul li a{color:#fff;border:1px solid rgba(255,255,255,.3);background-color:#fffef033}#sofa-header.sofa-header-overlay nav ul li a:hover,#sofa-header.sofa-header-overlay nav ul li a:focus{background-color:#fffef0;color:#000}#sofa-header.sofa-header-overlay nav ul li.no-frame a:hover,#sofa-header.sofa-header-overlay nav ul li.no-frame a:focus{background-color:#fffef0;color:#000}#sofa-header.sofa-header-overlay nav ul li.active a{color:#000}#sofa-header.sofa-header-overlay nav ul li ul li.active a{color:#bd151c}#sofa-header.sofa-header-overlay nav ul li ul li a:hover,#sofa-header.sofa-header-overlay nav ul li ul li a:focus{background-color:#e3e3e4;color:#bd151c}}.sofa-gallery-wrap{background-color:#474247}.sofa-gallery-wrap .sofa-gallery{position:relative}@media (min-width: 768px){.sofa-gallery-wrap .sofa-gallery[data-category$=tables] #sofa-photos img{transform:translateY(-10%)}}.sofa-gallery-wrap #sofa-photos{width:100%;padding-bottom:45%;background:#474247}@media (max-width: 1349px){.sofa-gallery-wrap #sofa-photos{padding-bottom:45%}}@media (max-width: 1199px){.sofa-gallery-wrap #sofa-photos{padding-bottom:50.625%}}@media (max-width: 767px){.sofa-gallery-wrap #sofa-photos{padding-bottom:56.25%}}.sofa-gallery-wrap #sofa-photos .swiper-wrapper{position:absolute;width:100%;height:100%}@media (max-width: 767px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img{transform:none}}.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="bellagio-l-shape-luxury.jpg"],.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="bellagio-l-shape-luxury-2.jpg"],.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="bellagio-l-shape-luxury-3-20180828.jpg"]{transform:none}.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="bellagio-l-shape-luxury-4-20180828.jpg"]{transform:translateY(-3%)}.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="bellagio-l-shape-elegance-2-20180828.jpg"]{transform:none}.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="bellagio-l-shape-elegance-3-20180828.jpg"]{transform:translateY(-4%)}.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="bellagio-l-shape-luxury-20180810.jpg"]{transform:none}.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="bellagio-l-shape-elegance-20180810.jpg"]{transform:translateY(-4%)}.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-l-shape-elegance-20180719.jpg"]{transform:translateY(-7%)}@media (max-width: 1349px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-l-shape-elegance-20180719.jpg"]{transform:translateY(-5%)}}@media (max-width: 1199px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-l-shape-elegance-20180719.jpg"]{transform:translateY(-3%)}}@media (max-width: 991px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-l-shape-elegance-20180719.jpg"]{transform:translateY(-6%)}}@media (max-width: 767px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-l-shape-elegance-20180719.jpg"]{transform:none}}.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-u-shape-elegance-20180719.jpg"]{transform:translateY(-9%)}@media (max-width: 1349px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-u-shape-elegance-20180719.jpg"]{transform:translateY(-6%)}}@media (max-width: 1199px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-u-shape-elegance-20180719.jpg"]{transform:translateY(-3%)}}@media (max-width: 991px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-u-shape-elegance-20180719.jpg"]{transform:translateY(-10%)}}@media (max-width: 767px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-u-shape-elegance-20180719.jpg"]{transform:none}}.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-321-elegance-20180719.jpg"]{transform:translateY(-7%)}@media (max-width: 1349px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-321-elegance-20180719.jpg"]{transform:translateY(-5%)}}@media (max-width: 1199px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-321-elegance-20180719.jpg"]{transform:translateY(-3%)}}@media (max-width: 991px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-321-elegance-20180719.jpg"]{transform:translateY(-6%)}}@media (max-width: 767px){.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="perugia-321-elegance-20180719.jpg"]{transform:none}}.sofa-gallery-wrap #sofa-photos .swiper-wrapper img[src$="bergamo-foldable-1.jpg"]{transform:none}.sofa-gallery-wrap #sofa-photos .swiper-slide.video .video-wrapper{position:absolute;height:100%;width:100%}.sofa-gallery-wrap #sofa-photos .swiper-slide.video .video-wrapper>*{height:100%;width:100%}.sofa-gallery-wrap #sofa-photos .swiper-slide.video .play{transform:translate(-50%,-50%)}.sofa-gallery-wrap #sofa-thumbnails{opacity:1;transition:opacity .2s}@media (min-width: 769px){.sofa-gallery-wrap #sofa-thumbnails{position:absolute;bottom:0;width:100%;margin-bottom:40px}}.sofa-gallery-wrap #sofa-thumbnails.swiper-ready .swiper-slide{width:150px;margin-left:5px;margin-right:5px;opacity:1}@media (min-width: 769px){.sofa-gallery-wrap #sofa-thumbnails.video-playing{opacity:0;pointer-events:none}}.sofa-gallery-wrap #sofa-thumbnails .swiper-wrapper{left:-40%}@media (max-width: 575px){.sofa-gallery-wrap #sofa-thumbnails .swiper-wrapper{left:-33.3333333333%}}.sofa-gallery-wrap #sofa-thumbnails .swiper-wrapper.justify-center{left:auto;justify-content:center;transform:translateZ(0)!important}.sofa-gallery-wrap #sofa-thumbnails .swiper-wrapper .swiper-slide{padding-bottom:0}.sofa-gallery-wrap #sofa-thumbnails .swiper-wrapper .swiper-slide img{position:relative;box-shadow:0 0 20px #0006;cursor:pointer}.sofa-gallery-wrap #sofa-thumbnails .swiper-wrapper .swiper-slide .play{top:0;right:0;bottom:0;left:0;width:inherit;height:inherit;border-radius:0;transform:none}.sofa-gallery-wrap #sofa-thumbnails .swiper-wrapper .swiper-slide .play span{display:none}.sofa-gallery-wrap #sofa-thumbnails .swiper-wrapper .swiper-slide .play i,.sofa-gallery-wrap #sofa-thumbnails .swiper-wrapper .swiper-slide .play svg{width:35px;height:35px;border:2px #bd151c solid;padding:7px 7px 7px 10px}.sofa-gallery-wrap #sofa-thumbnails .swiper-wrapper .swiper-slide.video .video-wrapper{display:none}.sofa-gallery-wrap #sofa-thumbnails .swiper-slide{width:14.2857142857%;padding-bottom:8.0357142857%;background:#474247;opacity:0}@media (max-width: 1199px){.sofa-gallery-wrap #sofa-thumbnails .swiper-slide{width:16.6666666667%;padding-bottom:9.375%}}@media (max-width: 991px){.sofa-gallery-wrap #sofa-thumbnails .swiper-slide{width:20%;padding-bottom:11.25%}}@media (max-width: 767px){.sofa-gallery-wrap #sofa-thumbnails .swiper-slide{width:25%;padding-bottom:14.0625%}}@media (max-width: 575px){.sofa-gallery-wrap #sofa-thumbnails .swiper-slide{width:33.3333333333%;padding-bottom:18.75%}}.sofa-gallery-wrap #sofa-thumbnails .swiper-slide img{opacity:.6;transition:opacity .15s;-webkit-backface-visibility:hidden}.sofa-gallery-wrap #sofa-thumbnails .swiper-slide-active img{opacity:1}@media (max-width: 575px){.sofa-gallery-wrap #sofa-thumbnails .swiper-pagination{display:none}}.sofa-gallery-wrap .sofa-gallery-filter{text-align:center}@media (max-width: 991px){.sofa-gallery-wrap .sofa-gallery-filter{max-width:100%;padding:0}}.sofa-gallery-wrap .sofa-gallery-filter ul{padding:0;margin:0}.sofa-gallery-wrap .sofa-gallery-filter ul a{display:flex;align-items:center;justify-content:center;height:110px;padding:0 15px;color:#fff;font-size:1rem;text-decoration:none;cursor:pointer;transition:.15s}@media (max-width: 767px){.sofa-gallery-wrap .sofa-gallery-filter ul a{height:80px}}@media (max-width: 991px){.sofa-gallery-wrap .sofa-gallery-filter ul a .label{display:none}}.sofa-gallery-wrap .sofa-gallery-filter ul a.active{color:#000;background-color:#fffef0}.sofa-gallery-wrap .sofa-gallery-filter ul a.active .company-logo img:last-child{filter:none}.sofa-gallery-wrap .sofa-gallery-filter ul a.active img[src*=".svg"]{filter:none}.sofa-gallery-wrap .sofa-gallery-filter ul a:hover img[src*=".svg"],.sofa-gallery-wrap .sofa-gallery-filter ul a.selected img[src*=".svg"]{filter:invert(50%) sepia(10) hue-rotate(-40deg) saturate(15) brightness(72%)}.sofa-gallery-wrap .sofa-gallery-filter ul a img[src*=".svg"]{margin:10px 0;filter:invert(100%)}.sofa-gallery-wrap .sofa-gallery-filter ul a img{max-width:80%;transition:filter .15s}.sofa-gallery-wrap .sofa-gallery-filter ul a .company-logo{margin:11px 0 0}.sofa-gallery-wrap .sofa-gallery-filter ul a .company-logo img{height:40px}.sofa-gallery-wrap .sofa-gallery-filter ul a .company-logo img:last-child{filter:invert(100%)}@media (max-width: 575px){.sofa-gallery-wrap .sofa-gallery-filter ul a .company-logo+div{font-size:.9rem;line-height:1.5}}#sofa-features{margin-top:65px;margin-bottom:73px}#sofa-features h2{color:#bd151c;margin-bottom:50px}#sofa-features h2.h1{text-align:center}#sofa-features .feature-icon{width:50%}#sofa-features .last-feature{background-color:#f6f0da}#sofa-features .last-feature .feature-icon{width:50%;text-align:center}#sofa-features .feature-icon img{margin-left:-30px}#sofa-features .features-image-wrap img{display:block;width:100%}#sofa-features .features-icons{margin-top:40px}@media (max-width: 767px){#sofa-features .features-icons .d-flex{display:unset!important}#sofa-features .features-icons .second{padding-top:10%;padding-bottom:10%;text-align:left;width:80%}}#sofa-features .features-icons .element-container{flex-direction:row;width:100%}#sofa-features .features-icons .element-container:nth-child(2n){flex-direction:row-reverse}@media (max-width: 767px){#sofa-features .features-icons .element-container .first,#sofa-features .features-icons .element-container .second{width:100%!important}}#sofa-features .features-icons ul{list-style:none;padding:0;margin:0 0 -15px}#sofa-features .features-icons ul li{position:relative;margin:15px 0;height:70px;min-height:70px;padding-left:105px;font-weight:600}#sofa-features .features-icons ul li span{display:block;word-break:break-word}#sofa-features .features-icons ul li .icon{position:absolute;left:0;width:70px;height:70px;margin-right:20px;margin-left:15px;padding:13px}#sofa-features .features-icons ul li .icon img{max-width:100%}#sofa-features .features-icons ul li .icon:before{content:"";z-index:-1;left:0;right:0;top:0;bottom:0;background-image:url(/build/assets/background-hexagon-Pv7fcJyJ.svg);width:100%;height:100%;position:absolute;filter:drop-shadow(3px 5px 6px rgba(90,90,90,.1))}#sofa-features .features-icons ul li .description{display:flex;align-items:center;height:100%}#page-sofa-show h1{color:#5c585c;font-family:Musette,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:7rem;font-weight:400}#page-sofa-show h2.h1{text-align:center;color:#bd151c}#page-sofa-show #variants #sofa-photos{width:100%;height:100%}#page-sofa-show #variants .swiper-container{width:100%;height:350px}@media (max-width: 768px){#page-sofa-show #variants .swiper-container{height:300px}}@media (max-width: 576px){#page-sofa-show #variants .swiper-container{height:230px}#page-sofa-show #variants .variants-menu{padding-bottom:15%}}#page-sofa-show #variants .sofa-variants #variants-photo img{top:0%}#page-sofa-show .sofa-variants{text-align:center;display:block;background-color:#f6f0da;height:350px}#page-sofa-show .sofa-variants .variants-menu{height:100%;margin-top:20%}@media (max-width: 576px){#page-sofa-show .sofa-variants .variants-menu{margin-top:5%}}#page-sofa-show .sofa-variants .variants-menu .variant{width:100%}#page-sofa-show .sofa-variants .variants-menu .variant .label-all{margin-left:26%}#page-sofa-show .sofa-variants .variants-menu .variant .active{color:#bd151c;font-weight:700}#page-sofa-show .sofa-variants .variants-menu .variant a{display:block;width:100%;height:100%}#page-sofa-show .sofa-variants .variants-menu .variant a:hover{fill:#bd151c;color:#bd151c;cursor:pointer}#page-sofa-show .sofa-variants .variants-menu .variant span{display:block;width:60%;margin:auto;text-align:left;line-height:45px;border-bottom:1px solid #e1dbc5}#page-sofa-show .sofa-variants .variants-menu .variant span img{width:50px;margin-top:2%;margin-right:7%}@media (max-width: 768px){#page-sofa-show .sofa-variants{height:100%}}.sofa-gallery-middle{background-color:#fff}.sofa-gallery-middle #gallery-middle{width:40%;height:370px}.sofa-gallery-middle .carousel-nav{display:block;width:100%;margin:auto;text-align:center}.sofa-gallery-middle .carousel-nav i,.sofa-gallery-middle .carousel-nav a{color:#a6aebc;display:block;font-size:35px}.sofa-gallery-middle .carousel-nav i:hover,.sofa-gallery-middle .carousel-nav a:hover{color:#000}.sofa-gallery-middle .carousel-nav .swiper-prev,.sofa-gallery-middle .carousel-nav .swiper-next{position:relative;display:inline-block;height:60px;width:60px;border-radius:50%;border:2px solid #A6AEBC;margin:10px}.sofa-gallery-middle .carousel-nav .swiper-prev:hover,.sofa-gallery-middle .carousel-nav .swiper-next:hover{color:#000;border:2px solid #000000}@media (max-width: 768px){.sofa-gallery-middle{display:none}}.swiper-button-prev.custom-prev{background-color:#0000004d;border-radius:40px;width:50px;height:50px;padding-left:15px;padding-top:2px}.swiper-button-next.custom-next{background-color:#0000004d;border-radius:40px;width:50px;height:50px;padding-left:18px;padding-top:2px}.sofa-top-photo{width:100%;display:block;background-size:cover;background-repeat:no-repeat;background-position:bottom;height:650px}@media (max-width: 768px){.sofa-top-photo{height:550px}}@media (max-width: 576px){.sofa-top-photo{height:250px}}#iWantForm form input,#iWantForm form textarea{width:100%}#iWantForm h2{color:#bd151c;text-align:center}#iWantForm .panel-body{border:1px solid #c1bfb2}#iWantForm .panel-heading li a.active{border-top:1px solid #c1bfb2;border-left:1px solid #c1bfb2;border-right:1px solid #c1bfb2;background-color:#fffef1}#iWantForm .panel-heading li.active{border-top:1px solid #c1bfb2;border-left:1px solid #c1bfb2;border-right:1px solid #c1bfb2}#iWantForm .panel-heading li.active a.active{border:unset!important}#iWantForm ul li{width:50%;height:70px;background-color:#f6f0da;text-align:center;margin-bottom:-1px}#iWantForm ul li.active{background-color:#fffef1}#iWantForm ul li a{width:100%;height:100%;display:block;padding-top:4%}@media (max-width: 576px){#iWantForm ul li a{padding-top:10%}}#mattress,#rosty{font-size:1.2rem}#page-sofa-benefits .image{position:relative}@media (max-width: 992px){#page-sofa-benefits .image.category-title-image{order:-1}}@media (max-width: 991px){#page-sofa-benefits .image{height:auto;background-image:none!important}}@media (min-width: 992px){#page-sofa-benefits .image{background-position:center center;background-size:cover}#page-sofa-benefits .image.category-classic{background-image:url(/build/assets/category-classic-C23J8MMy.jpg)}#page-sofa-benefits .image.category-elegance{background-image:url(/build/assets/category-elegance-DHPWz1DT.jpg)}#page-sofa-benefits .image.category-luxury{background-image:url(/build/assets/category-luxury-DrdHROqm.jpg)}#page-sofa-benefits .image:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(to right,#fffef0 0px,transparent 70%)}}#page-sofa-benefits .image img{width:100%;max-height:100%}@media (min-width: 992px){#page-sofa-benefits .image img{display:none}}#page-sofa-more-info .more-info .image{text-align:center}#page-sofa-more-info .more-info .image img{max-width:100%}#page-sofa-parameters .image{text-align:center}#page-sofa-parameters .image img{max-width:100%}.toolbar-middle-menu{background-color:#3e363f;align-items:center;display:inline-flex;height:4.5em;top:0;width:100%;z-index:9;position:sticky}@media (min-width: 992px){.toolbar-middle-menu{display:none}}.toolbar-middle-menu span{color:#fff;font-weight:700}.toolbar-middle-menu i{vertical-align:middle}@media (min-width: 992px){.sofa-middle-menu{position:sticky;top:0;transform:translateZ(0);z-index:9}}.sofa-middle-menu .menu-bar{background-color:#3e363f;height:4.5em;position:relative}@media (max-width: 991px){.sofa-middle-menu .menu-bar{background:#f6f0d8;height:auto}}.sofa-middle-menu .menu-bar>.container{height:100%}.sofa-middle-menu .menu-bar>.container>.row{height:100%}.sofa-middle-menu .menu-bar>.container>.row>.left{align-items:center;display:inline-flex;height:100%}@media (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.left{display:none}}.sofa-middle-menu .menu-bar>.container>.row>.right{height:100%}@media (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.right{background:#f6f0d8;height:auto;left:0;padding:0;position:relative;right:0;top:0;z-index:1}}.sofa-middle-menu .menu-bar>.container>.row>.right nav{height:100%}@media (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.right nav{margin-left:auto;margin-right:auto;height:auto;padding:20px 15px;width:100%}}@media (min-width: 768px) and (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.right nav{max-width:720px}}@media (min-width: 576px) and (max-width: 767px){.sofa-middle-menu .menu-bar>.container>.row>.right nav{max-width:540px}}.sofa-middle-menu .menu-bar>.container>.row>.right nav:before{align-self:center;background:#fff3;content:"";display:flex;height:60%;left:0;position:absolute;width:2px}@media (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.right nav:before{display:none}}.sofa-middle-menu .menu-bar>.container>.row>.right nav.collapsing{transition:height .2s}.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled{display:flex;justify-content:space-between;margin:0;width:100%}@media (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled{background:#f6f0d8;color:#3c3930;width:100%}}.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li{display:inline;margin-left:15px}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li{margin-left:10px}}@media (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li{margin-left:0}}.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li.button-store{margin-left:35px;padding:10px 0}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li.button-store{margin-left:15px}}@media (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li.button-store{margin:0;padding:20px 0 10px;width:50%}}@media (max-width: 767px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li.button-store{width:100%}}.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li a{align-items:center;color:#fff;display:inline-flex;font-weight:700;height:100%}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li a{font-size:.928575rem}}@media (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li a{border-bottom:2px solid #e3ddc6;color:#251e07;padding:15px 0;width:100%}}.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li a.btn-primary{padding:5px 15px}@media (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li a.btn-primary{border-bottom:none;color:#fff;justify-content:center;padding:10px 15px}}.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li a.btn-primary i,.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li a.btn-primary svg{font-size:20px;margin-right:7px}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li a.btn-primary i,.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li a.btn-primary svg{font-size:17px;margin-right:5px}}@media (max-width: 991px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li a span{color:#251e07}}@media (max-width: 767px){.sofa-middle-menu .menu-bar>.container>.row>.right nav ul.list-unstyled li.hide-for-mobile{display:none}}.sofa-middle-menu .menu-bar .category-link{display:flex!important;align-items:center}.sofa-middle-menu .menu-bar span{color:#fff;font-weight:700}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar span{font-size:.928575rem}}.sofa-middle-menu .menu-bar i{vertical-align:middle}.sofa-middle-menu .menu-bar .icon{background-repeat:no-repeat;height:20px;margin-right:7px;width:20px}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar .icon{background-size:17px 17px;height:17px;margin-right:5px;width:17px}}.sofa-middle-menu .menu-bar .fa-gallery{background-image:url(/build/assets/icon_galeria-DwAM5E-2.svg);margin-top:1px}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar .fa-gallery{margin-top:-2px}}.sofa-middle-menu .menu-bar .fa-pdf{background-image:url(/build/assets/icon_cennik_pdf-hrbw8LN4.svg);margin-top:-2px}.sofa-middle-menu .menu-bar .fa-potahy{background-image:url(/build/assets/icon_potahy-DLBQ1dK0.svg)}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar .fa-potahy{margin-top:-1px}}.sofa-middle-menu .menu-bar .fa-luxury{background-image:url(/build/assets/icon_luxury-CeWk4u67.svg);margin-top:2px}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar .fa-luxury{margin-top:-2px}}.sofa-middle-menu .menu-bar .fa-konfigurator{background-image:url(/build/assets/icon_konfigurator-Cwix_abC.svg);margin-top:-1px}.sofa-middle-menu .menu-bar .fa-rozmery{background-image:url(/build/assets/icon_rozmery-oVQR60I7.svg)}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar .fa-rozmery{margin-top:-1px}}.sofa-middle-menu .menu-bar .fa-matrace{background-image:url(/build/assets/matrace-zu7hHpn7.svg)}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar .fa-matrace{margin-top:-1px}}.sofa-middle-menu .menu-bar .fa-rosty{background-image:url(/build/assets/rosty-D8E7qecE.svg)}@media (min-width: 992px) and (max-width: 1199px){.sofa-middle-menu .menu-bar .fa-rosty{margin-top:-1px}}.sofa-middle-menu .menu-bar .fa-vlastnosti{background-image:url(/build/assets/vlastnosti-nFCVQQjH.svg);margin-top:-3px}#page-sofas-in-store .tabs .category-list li{border:2px solid #dedede;background-color:#eff0f1}@media (max-width: 767px){#page-sofas-in-store .tabs .category-list li{border-bottom:solid 1px #e7e7e7}#page-sofas-in-store .tabs .category-list li:last-child{border:0}}#page-sofas-in-store .tabs .category-list li.active a{background:#bd151c;color:#fff}#page-sofas-in-store .tabs .category-list a{display:block;padding:10px 15px;height:100%;color:#000;text-align:center;text-decoration:none;transition:color .15s,background .15s;display:flex;align-items:center}#page-sofas-in-store .tabs .category-list a:hover,#page-sofas-in-store .tabs .category-list a:focus{background:#e7e7e7}#page-sofas-in-store .tabs .category-list a div{width:100%;font-weight:700}#page-sofas-in-store .tabs .category-list .category-item{display:flex;align-items:center;justify-content:center;transition:border .15s}#page-sofas-in-store .tabs .category-list .subheading{font-size:1rem;font-weight:700}@media (max-width: 991px){#page-sofas-in-store .tabs .category-list .subheading{font-size:.9rem}}#page-sofas-in-store .tabs .category-list .heading{font-size:1.5rem;font-weight:700;line-height:1.3}#page-sofas-in-store .filter-header{color:#000;text-align:center;font-size:18px;font-weight:700;margin-bottom:28px}@media (max-width: 768px){#page-sofas-in-store .filter-header{margin-bottom:12px;margin-top:-24px}}#page-sofas-in-store .filters{text-align:center;margin:10px 0 40px;border-bottom:1px solid #dedede;padding-bottom:40px}#page-sofas-in-store .filters [data-filter]{background-color:#eff0f1;padding:13px 15px;margin:10px 3px;color:#000;border:1px solid #dedede;transition:background-color .2s,border .2s;font-size:1rem}@media (max-width: 768px){#page-sofas-in-store .filters [data-filter]{padding:8.9px 9.3px;margin:4.8px 3px}}#page-sofas-in-store .filters [data-filter]:hover{background-color:#eff0f166;text-decoration:none}#page-sofas-in-store .filters [data-filter].active{background-color:#bd151c;border:solid 1px #bd151c;color:#fff}#page-sofas-in-store .filters [data-filter].active .checked{display:inline-block}#page-sofas-in-store .filters [data-filter].active .not-checked{display:none}#page-sofas-in-store .filters [data-filter] i,#page-sofas-in-store .filters [data-filter] svg{margin-left:5px;min-width:15px}#page-sofas-in-store .filters [data-filter] .checked{display:none}#page-sofas-in-store .filters [data-filter] .not-checked{display:inline-block;color:#999}#page-sofas-in-store .filters [data-filter].disabled{opacity:.65;pointer-events:none;cursor:not-allowed}#page-sofas-in-store .filtered-content{transition:opacity .2s}#page-sofas-in-store .filtered-content.filtering{opacity:0;transition:opacity 0s}#page-sofas-in-store .filtered-content [data-filter]{transition:height .2s,opacity .2s}#page-sofas-in-store .filtered-content [data-filter]:not(.active){display:none}#page-sofas-in-store .filtered-content [data-filter].active{display:block}#page-sofas-in-store .how-to p{font-size:18pt}#page-sofas-in-store .how-to ol{list-style:none;counter-reset:li}#page-sofas-in-store .how-to li:before{content:counter(li);color:#bd1d1d;display:inline-block;font-weight:900;width:1em;margin-left:-1em}#page-sofas-in-store .how-to li{counter-increment:li;font-weight:400}#page-sofas-in-store .how-to ul{list-style-type:decimal}#page-sofas-in-store .shop-header h1,#page-sofas-in-store .shop-header h2{font-size:2rem;color:#393537}#page-sofas-in-store .shop-header h2{font-weight:lighter}#page-sofas-in-store .soft-bold{font-weight:600}#page-sofas-in-store .strong-bold{font-weight:900}#page-sofas-in-store .middle-page{padding-top:10%;margin-top:-10%}#page-sofas-in-store .nowrap{white-space:nowrap}#page-sofas-in-store .pick-a-category{margin:50px 0 110px;font-size:22px}#page-sofas-in-store .back-to-categories{margin:0 25px 10px 0;padding:4px 14px;border-color:#e1e1e1;color:#868e96;font-size:.9rem}#page-sofas-in-store .back-to-categories:hover{color:#fff}#page-sofas-in-store .back-to-categories svg,#page-sofas-in-store .back-to-categories i{margin-right:5px}#page-sofas-in-store .back-to-categories+.heading{display:inline-block;margin-bottom:40px!important}@media (max-width: 767px){#page-sofas-in-store .back-to-categories+.heading{display:block;margin-top:25px}}#page-sofas-in-store .product-list{position:relative}#page-sofas-in-store .product-list ul{margin-bottom:20px}#page-sofas-in-store .product-list .product-item{margin-bottom:30px}#page-sofas-in-store .product-list .product-item.show-more a{position:relative;display:flex;width:100%;height:100%;min-height:100px;overflow:hidden;align-items:center;justify-content:center;background:#eff0f1;color:#000;font-size:1.4rem;font-weight:700;text-decoration:none;transition:background .35s;text-align:center;padding:0 15px}#page-sofas-in-store .product-list .product-item.show-more a:hover{background:#e7e7e7}#page-sofas-in-store .product-list .product-item.show-more a i,#page-sofas-in-store .product-list .product-item.show-more a svg{top:-1px;position:relative}#page-sofas-in-store .product-list .product-item a{cursor:pointer}#page-sofas-in-store .product-list .product-item .wrap{display:block;position:relative;padding-bottom:60%;overflow:hidden}#page-sofas-in-store .product-list .product-item .wrap:hover .background,#page-sofas-in-store .product-list .product-item .wrap:focus .background{transform:scale(1.01)}#page-sofas-in-store .product-list .product-item .wrap:hover .heading,#page-sofas-in-store .product-list .product-item .wrap:focus .heading{background:#bd151c99}#page-sofas-in-store .product-list .product-item .wrap:hover .heading .fa-angle-right,#page-sofas-in-store .product-list .product-item .wrap:focus .heading .fa-angle-right{left:-8%;opacity:0;transform:scale(50)}#page-sofas-in-store .product-list .product-item .wrap .background{position:absolute;width:100%;height:100%;background:center no-repeat;background-size:cover;transform:scale(1.05);transition:transform .35s}#page-sofas-in-store .product-list .product-item .wrap .background img{opacity:0}#page-sofas-in-store .product-list .product-item .wrap .badge{position:absolute;display:block;top:10px;width:120px;right:-30px;transform:rotate(45deg);font-size:1.1rem;background-color:#bd151c}#page-sofas-in-store .product-list .product-item .wrap .internal-id{position:absolute;background:#fffef0;left:0;top:0;border-bottom-right-radius:5px;padding:2px 10px;color:#868e96;text-align:center;font-weight:700}#page-sofas-in-store .product-list .product-item .wrap .heading{position:absolute;bottom:0;width:100%;padding:20px;margin:0;color:#fff;background:#4742474d;text-transform:uppercase;text-align:right;overflow:hidden;transition:background .35s}@media (max-width: 1199px){#page-sofas-in-store .product-list .product-item .wrap .heading{font-size:1.5rem}}#page-sofas-in-store .product-list .product-item .wrap .heading .arrow-wrap{display:inline-block;width:10px}#page-sofas-in-store .product-list .product-item .wrap .heading .price-old{text-decoration:line-through;font-size:1rem;font-weight:400}#page-sofas-in-store .product-list .product-item .wrap .heading .price-new{font-size:1.5rem}#page-sofas-in-store .product-list .product-item .wrap .heading .fa-angle-right{position:relative;left:0;z-index:1;margin-right:5px;color:#bd151c;transition:.35s}#page-sofas-in-store .product-list .product-item .wrap .heading span{position:relative;z-index:2}#page-sofas-in-store .product-list .product-detail{display:none}.fancybox-slide .product-detail{background-color:transparent;width:100%}@media (max-width: 700px){.fancybox-slide .product-detail{padding-left:32px}}@media (min-width: 992px){.fancybox-slide .product-detail .product-detail-content{display:flex;min-width:85vh}}@media screen and (min-width: 992px) and (min-height: 600px){.fancybox-slide .product-detail .product-detail-content{height:600px}}@media screen and (min-width: 992px) and (min-height: 800px){.fancybox-slide .product-detail .product-detail-content{height:800px}}@media (max-width: 700px){.fancybox-slide .product-detail .product-detail-content{height:-webkit-fill-available;min-width:unset}}.fancybox-slide .product-detail .product-image{position:relative;overflow:hidden;background:#000;min-width:300px;text-align:center}@media (min-width: 992px){.fancybox-slide .product-detail .product-image{flex:1}.fancybox-slide .product-detail .product-image img{top:50%;transform:translateY(-50%)}}.fancybox-slide .product-detail .product-image img{position:relative;width:auto;max-width:100%;max-height:100%}@media (max-width: 575px){.fancybox-slide .product-detail .product-image{height:190px}}.fancybox-slide .product-detail .product-info{position:relative;padding:15px 15px 0;background:#fffef0;min-width:300px}@media (min-width: 992px){.fancybox-slide .product-detail .product-info{flex:0 0 350px;width:350px;flex-shrink:0;padding-bottom:180px}}.fancybox-slide .product-detail .product-info .specifications{padding-bottom:20px}.fancybox-slide .product-detail .product-info .specifications dd{text-align:left}.fancybox-slide .product-detail .product-info .discount-box{padding:15px;border:3px #bd151c solid;text-align:center;font-weight:700;margin-bottom:40px}.fancybox-slide .product-detail .product-info .discount-box strong{font-weight:700}.fancybox-slide .product-detail .product-info .discount-box .discount-percent{display:inline-block;margin-bottom:15px;color:#bd151c;font-size:2rem}.fancybox-slide .product-detail .product-info .discount-box .shift{position:relative;top:-3px;margin-right:5px;font-size:1.2rem}.fancybox-slide .product-detail .product-info .discount-box .prices{font-size:1.2rem}.fancybox-slide .product-detail .product-info .discount-box .prices *{white-space:nowrap}.fancybox-slide .product-detail .product-info .discount-box .prices .price-old{font-weight:400;text-decoration:line-through;color:#000}.fancybox-slide .product-detail .product-info .discount-box .prices strong{color:#bd151c}.fancybox-slide .product-detail .product-info .more-info{position:relative;bottom:0;left:0;right:0;padding:20px;background:#f7f0d9;font-size:.9rem;margin:0 -15px}@media (max-width: 575px){.fancybox-slide .product-detail .product-info .more-info{padding:10px;font-size:.8rem}}@media (min-width: 992px){.fancybox-slide .product-detail .product-info .more-info{position:absolute;margin:0}}.fancybox-slide .product-detail .product-info .more-info a{font-weight:600}.fancybox-slide .product-detail .product-info .more-info i,.fancybox-slide .product-detail .product-info .more-info svg{margin-right:10px;color:#000}.fancybox-slide .product-detail .product-info p{margin-bottom:.1rem;line-height:1.7rem}@media (min-width: 992px){.fancybox-show-thumbs .fancybox-slide .product-detail .product-detail-content{min-width:100%}}.map-wrap{position:relative;width:100%;padding-bottom:35%;margin-bottom:30px}.map-wrap #map{position:absolute;left:0;top:0;width:100%;height:100%}.map-wrap .map-popup{line-height:1.5}.map-wrap .map-popup a{text-decoration:underline}#page-store-index .heading{border-bottom:solid 1px #5a5a5a}#page-store-index .store-link{margin:8px 0;line-height:1.3}#page-store-index .store-link a{color:#5c585c;text-decoration:none}#page-store-index .store-link a:hover,#page-store-index .store-link a:focus{text-decoration:underline}#page-store-show .contact-information{height:100%;padding:20px;background:#f7f0d9;color:#000}#page-store-show .contact-information header .subheading{margin:0;font-size:1.6rem;font-weight:700}#page-store-show .contact-information header p{font-size:1.2rem;font-weight:700;color:#000}#page-store-show .contact-information .label{display:inline-block;width:25%;vertical-align:top}#page-store-show .contact-information .time{width:70%}#page-store-show .contact-information .label+span{display:inline-block}@media (max-width: 575px){#page-store-show .contact-information .contacts .label{display:block}}#page-store-show .contact-information .contacts p{margin:0}#page-store-show .contact-information .contacts .phone-number{color:unset}#page-store-show .contact-information .contacts .phone-number:hover{text-decoration:unset}#page-store-show .store-photo{margin-bottom:30px}@media (max-width: 991px){#page-store-show .store-photo{margin-top:30px}}#page-store-show .store-photo img{width:100%}#page-store-show #store-map{position:relative;overflow:hidden;padding-top:100%}@media (max-width: 1199px){#page-store-show #store-map{padding-top:140%}}@media (max-width: 991px){#page-store-show #store-map{padding-top:56.25%}}#page-store-show #store-map>iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}#page-store-show .btn-gmaps{margin:0 auto;max-width:250px;background:#bd151c;color:#fff;font-size:14px;line-height:28px;font-weight:700;text-transform:uppercase;cursor:pointer}#page-store-show .btn-gmaps:hover{background-color:#9b1117;border-color:#8f1015}#page-store-show .btn-gmaps svg{display:inline-block;width:22px;height:22px;margin-left:15px;margin-bottom:-5px;line-height:50px}#page-store-show .salesmen{margin-bottom:-30px}#page-store-show .salesmen .wrap{background:#f7f0d9;color:#000}#page-store-show .salesmen>[class^=col]{margin-bottom:30px}#page-store-show .salesmen .photo{width:100%;min-height:54px;text-align:center}@media (min-width: 576px){#page-store-show .salesmen .photo{flex:0 0 35%;max-width:35%;text-align:left}}#page-store-show .salesmen .photo img{max-width:100%}#page-store-show .salesmen .info{padding:0 20px}#page-store-show .salesmen .info p{margin:0!important;padding:0!important}@media (min-width: 576px){#page-store-show .salesmen .info{flex:0 0 65%;max-width:65%;padding:0 30px 0 15px}}#page-store-show .salesmen .name{margin:0 0 10px;font-size:1.5rem;font-weight:900;line-height:1.3;color:#000}@media (max-width: 575px){#page-store-show .salesmen .name{text-align:center}}#page-store-show .salesmen .quote{position:relative;padding:0 30px;font-style:italic}#page-store-show .salesmen .quote:before,#page-store-show .salesmen .quote:after{position:absolute;color:#868e96;font-size:5rem;font-weight:700;line-height:1rem}@media (max-width: 767px){#page-store-show .salesmen .quote:before,#page-store-show .salesmen .quote:after{font-size:4rem}}#page-store-show .salesmen .quote:before{content:"“";top:25px;left:-25px}@media (max-width: 767px){#page-store-show .salesmen .quote:before{left:-15px}}#page-store-show .salesmen .quote:after{content:"„";bottom:20px;right:-5px}#page-store-show .contact-form header{text-align:center}#page-store-show .contact-form header .divider{display:block;width:90px;height:4px;margin:25px auto;background:#bd151c}#page-store-show .contact-form header p{color:#868e96}#page-store-show .contact-form form .invalid-feedback{color:#d9534f}#page-store-show .contact-form form textarea{min-height:200px}#page-store-show .contact-form form button{cursor:pointer}#page-store-show .contact-form form .checkbox label span{margin-top:5px;background-color:#edebe8}#page-store-show .call-request{padding:80px 0;background:#bd151c;color:#fff}@media (max-width: 1199px){#page-store-show .call-request{padding:80px 0}}#page-store-show .call-request header{position:relative}#page-store-show .call-request header .fa-phone-volume{position:absolute;top:-.5rem;left:-5.8rem;font-size:5rem;transform:rotate(-50deg);opacity:.25}#page-store-show .call-request header p{margin-bottom:5px;font-size:1rem;text-transform:uppercase}#page-store-show .call-request header .subheading{font-size:2rem;font-weight:400;color:#fff}@media (max-width: 575px){#page-store-show .call-request header .subheading{font-size:1.75rem}}@media (min-width: 768px){#page-store-show .call-request .form-group{margin:0}}#page-store-show .call-request .invalid-feedback{position:absolute;color:#fff}@media (max-width: 767px){#page-store-show .call-request .invalid-feedback{position:static}}#page-store-show .call-request button{width:100%;cursor:pointer}#page-store-show #shop-visit-peaks{background:#fff;padding:12px;margin-top:10px;margin-bottom:30px}#page-store-show #shop-visit-peaks h3{font-weight:500;margin-bottom:0}#page-store-show #shop-visit-peaks strong{font-size:14px;font-weight:500}#page-store-show #shop-visit-peaks canvas{margin-top:30px}#page-sales .image img{max-width:100%}#page-sales .pick-a-category{font-size:22px}#page-sales .pick-a-category svg{position:relative;top:-2px}#page-sales .fr-view h1,#page-sales .fr-view h2,#page-sales .fr-view h3,#page-sales .fr-view h4,#page-sales .fr-view h5,#page-sales .fr-view h6{margin:25px auto}#page-sales .fr-view h1{font-size:1.65rem}#page-sales .fr-view h2{font-size:1.5rem}#page-sales .fr-view h3,#page-sales .fr-view h4,#page-sales .fr-view h5,#page-sales .fr-view h6{font-size:1.3rem}.sales_crossroad_action_card,.sales_crossroad_sale_card{background-color:#f7f0d9}.sales_crossroad_action_card .image,.sales_crossroad_sale_card .image{overflow:hidden}.sales_crossroad_action_card .image img,.sales_crossroad_sale_card .image img{transition:transform .3s}.sales_crossroad_action_card h1,.sales_crossroad_sale_card h1{text-align:center;text-transform:uppercase;font-family:Panton-Reqular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.8rem;color:#bc1c1d;margin-bottom:0}@media (min-width: 768px){.sales_crossroad_action_card h1,.sales_crossroad_sale_card h1{font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.6rem}}.sales_crossroad_action_card:hover,.sales_crossroad_sale_card:hover{cursor:pointer}.sales_crossroad_action_card:hover .image img,.sales_crossroad_sale_card:hover .image img{transform:scale(1.05)}.sales-category-tabs__item{align-items:center;background-color:#f6f0db;color:#393537;display:flex;flex-direction:row;justify-content:space-around;padding:12px 15px 10px;text-align:center;text-decoration:none;transition:all .3s;width:100%}@media (min-width: 768px){.sales-category-tabs__item{flex-direction:column;justify-content:center}}.sales-category-tabs__item:hover,.sales-category-tabs__item.active{background-color:#ad2b26;color:#fffef1;text-decoration:none}.sales-category-tabs__item:hover .sales-category-tabs__title,.sales-category-tabs__item.active .sales-category-tabs__title{color:#fffef1}.sales-category-tabs__title{color:#393537;font-size:1.35rem;font-weight:400;margin-bottom:0;transition:all .3s}@media (min-width: 768px){.sales-category-tabs__title{font-size:1.75rem}}.sales-category-tabs__subtitle{line-height:1.4}.signpost-title{color:#bd1d1c;font-size:2.135rem;font-weight:600}.signpost-title span{color:#393537;font-weight:600}.signpost-subtitle{text-align:center;margin-bottom:40px}@media (max-width: 767.98px){.signpost__container-fullwidth{overflow:hidden;padding-left:0;padding-right:0}}.signpost__container-fullwidth .signpost-title,.signpost__container-fullwidth .signpost-subtitle{padding-left:15px;padding-right:15px}.sales-title{display:flex;justify-content:center}.sales-title h2{padding-left:15px;padding-right:15px;text-align:center}.sales-title .heading{font-size:2.25rem;line-height:1.2;margin-bottom:.5rem;font-weight:400;text-transform:uppercase}.sales-title-body p{text-align:justify;padding-left:15px;padding-right:15px}.sales-title-image img{padding-left:15px;padding-right:15px}.sales-empty{display:flex;min-height:300px;justify-content:center;align-items:center}.signpost-tabs-item__wrapper{display:flex;flex-direction:column;overflow:hidden;position:relative;width:100%}.signpost-tabs-item__wrapper:hover,.signpost-tabs-item__wrapper.active{text-decoration:none}.signpost-tabs-item__wrapper:hover .signpost-tabs-item__border,.signpost-tabs-item__wrapper.active .signpost-tabs-item__border{height:6px}.signpost-tabs-item__wrapper:hover .signpost-tabs-item__image,.signpost-tabs-item__wrapper.active .signpost-tabs-item__image{transform:scale(1.05)}.signpost-tabs-item__wrapper:hover .signpost-tabs-item__title,.signpost-tabs-item__wrapper.active .signpost-tabs-item__title{background-color:#bd1d1c}.signpost-tabs-item__wrapper:hover .signpost-tabs-item__title h3,.signpost-tabs-item__wrapper.active .signpost-tabs-item__title h3,.signpost-tabs-item__wrapper:hover .signpost-tabs-item__title .signpost-tabs-item__subtitle,.signpost-tabs-item__wrapper.active .signpost-tabs-item__title .signpost-tabs-item__subtitle{color:#fffef1}.signpost-tabs-item__border{background-color:#bd1d1c;height:0;left:0;position:absolute;right:0;top:0;transition:all .2s;width:100%;z-index:5}.signpost-tabs-item__image{overflow:hidden;position:relative;transition:all .3s;transform:scale(1);z-index:4}.signpost-tabs-item__title{background-color:#f6f0db;display:flex;flex-direction:column;justify-content:center;min-height:93px;padding:12px 15px 10px;position:relative;text-align:center;transition:all .3s;z-index:5}@media screen and (min-width: 411px){.signpost-tabs-item__title{min-height:70px}}@media screen and (min-width: 461px){.signpost-tabs-item__title{min-height:81px}}.signpost-tabs-item__title .signpost-tabs-item__title1{font-weight:600}.signpost-tabs-item__title .signpost-tabs-item__title2{font-weight:400}.signpost-tabs-item__title h3{color:#393537;font-size:1.45rem;font-weight:400;line-height:1.1;margin-bottom:0}@media screen and (min-width: 461px){.signpost-tabs-item__title h3{font-size:1.55rem}}.signpost-tabs-item__title .signpost-tabs-item__subtitle{color:#393537;font-size:1.1rem;font-weight:400;line-height:1.2;margin-bottom:0;margin-top:2px}.discount-coupon{position:relative}.discount-coupon .jumbotron{position:relative;background-color:#f7f0d9;border-style:dashed;border-width:2px;border-color:#e7dbb0;padding:40px 30px;overflow:hidden}.discount-coupon .jumbotron p{font-size:15px;font-weight:700;color:#000;margin:0}.discount-coupon .jumbotron h5{margin:0;color:#bd151c;font-weight:700;font-size:30px}.discount-coupon .jumbotron .icon-wrapper{position:absolute;left:-25px;top:8%}.discount-coupon .jumbotron .icon-wrapper i,.discount-coupon .jumbotron .icon-wrapper svg{font-size:120px;color:#e7dbb0}.discount-coupon .jumbotron .btn{display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:700;max-width:183px;height:60px}.discount-coupon .scissors{position:absolute;right:-13px;top:30px}#page-news .heading{margin:30px 0}#page-news>.btn{display:block;margin:20px auto 70px;width:300px;border:3px solid #e8e8e8;padding:15px;background:#fffef0;color:#333;font-weight:700}#page-news>.btn:hover{background-color:#ede4c4;border:3px solid #b3b3b3}#page-news>.btn i,#page-news>.btn svg{margin:0 5px}#page-news ul.tiles{list-style:none;padding-left:0}#page-news ul.tiles li{margin-bottom:50px}#page-news ul.tiles li .tile{display:block;position:relative;height:100%;background-color:#f7f0d9}#page-news ul.tiles li .tile:hover .tile-image,#page-news ul.tiles li .tile:focus .tile-image{opacity:.8}#page-news ul.tiles li .tile:hover .subheading,#page-news ul.tiles li .tile:focus .subheading{text-decoration:underline}#page-news ul.tiles li .tile .tile-image{display:block}#page-news ul.tiles li .tile .tile-image img{width:100%}#page-news ul.tiles li .tile .corner-date{z-index:2;position:absolute;top:9px;right:17px;padding:2px 7px;background:#000;color:#fff;text-align:center;font-weight:700;font-size:.55rem}#page-news ul.tiles li .tile .corner-date div{margin:2px 0;line-height:2rem;font-size:1.3rem}#page-news ul.tiles li .tile .corner-date div:before,#page-news ul.tiles li .tile .corner-date div:after{content:"";width:12px;height:2px;background-color:#bd151c;display:block;margin:0 auto}#page-news ul.tiles li .tile .hot{position:absolute;left:20px;display:block;padding:5px 15px;background-color:#eb1e29;color:#fff;font-weight:700;text-transform:uppercase;transform:translateY(-30px);box-shadow:3px 4px 16px #0000004f}#page-news ul.tiles li .tile .hot:after{content:"";position:absolute;bottom:-9px;width:20px;height:10px;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2222.9px%22%20height%3D%2211.9px%22%20viewBox%3D%220%200%2022.9%2011.9%22%20style%3D%22enable-background%3Anew%200%200%2022.9%2011.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23EB1E29%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M22.9%2C0.9c-3.4%2C0-22.9%2C11-22.9%2C11s10.1-11%2C2.5-11C13.2-1.1%2C22.9%2C0.9%2C22.9%2C0.9L22.9%2C0.9z%22/%3E%0A%3C/svg%3E%0A);background-size:100% 100%}#page-news ul.tiles li .tile .text{padding:20px}#page-news ul.tiles li .tile .text .tile-heading .subheading{color:#000;font-size:1.3rem;font-weight:700}#page-news ul.tiles li .tile .text time{display:block;margin:5px 0;color:#a8a9af}#page-news ul.tiles li .tile .text p{color:#5c585c}#page-news ul.tiles li .tile .text a.more{color:#000}#page-news ul.tiles li .tile .text a.more svg{margin-left:13px;transition:margin .2s}#page-news ul.tiles li .tile .text a.more:hover i,#page-news ul.tiles li .tile .text a.more:hover svg,#page-news ul.tiles li .tile .text a.more:focus i,#page-news ul.tiles li .tile .text a.more:focus svg{margin-left:16px}#page-why-phase .feature-item.feature-sofa-warranty:before{background-image:url(/build/assets/background-design-Z82v6DjP.jpg)}#page-why-phase .feature-item.feature-coating-warranty:before{background-image:url(/build/assets/background-design-Z82v6DjP.jpg)}#page-why-phase .feature-item.feature-design:before{background-image:url(/build/assets/background-design-Z82v6DjP.jpg)}#page-why-phase .feature-item.feature-satisfied-customers:before{background-image:url(/build/assets/background-design-Z82v6DjP.jpg)}#page-why-phase-satisfied-customers .directory{margin-bottom:-30px}#page-why-phase-satisfied-customers .directory>[class^=col]{margin-bottom:30px}#page-why-phase-satisfied-customers .directory a{text-decoration:none}#page-why-phase-satisfied-customers .directory a:hover img,#page-why-phase-satisfied-customers .directory a:focus img{filter:brightness(80%)}#page-why-phase-satisfied-customers .directory a:hover .subheading,#page-why-phase-satisfied-customers .directory a:focus .subheading{background:#e7e7e7}#page-why-phase-satisfied-customers .directory .image{background:#474247}#page-why-phase-satisfied-customers .directory .image img{width:100%}#page-why-phase-satisfied-customers .directory .subheading{padding:15px;background:#f7f0d9;color:#000;font-size:1.3rem;font-weight:900;line-height:1.3;text-align:center;transition:background .15s}@media (max-width: 575px){#page-why-phase-satisfied-customers .directory .subheading{font-size:1.25rem}#page-why-phase-sofa-warranty .images{margin-left:-5px;margin-right:-5px}#page-why-phase-sofa-warranty .images [class^=col]{padding-left:5px;padding-right:5px}}#page-why-phase-sofa-warranty .images img{width:100%}#page-why-phase-sofa-warranty .green-line{background:#f7f0d9;color:#000}#page-why-phase-sofa-warranty .green-line p:last-child{margin:0}#page-why-phase-coating-warranty .coating-item .image .wrap{position:relative;height:100%;overflow:hidden}@media (max-width: 767px){#page-why-phase-coating-warranty .coating-item .image .wrap{height:240px}}#page-why-phase-coating-warranty .coating-item .image img{position:absolute;width:100%}#page-why-phase-coating-warranty .coating-item .subheading{font-weight:400;text-transform:uppercase}#coating-samples-order{min-height:650px}#coating-samples-order-wrapper #sampler-navigation{display:flex;justify-content:center;padding:20px 2.7vw;margin:0;min-height:140px;font-size:20px;border-top:1px solid #ede4c4;border-bottom:1px solid #ede4c4;background:#fff;list-style:none}@media (max-width: 419px){#coating-samples-order-wrapper #sampler-navigation{padding:20px}}@media (max-width: 1199px){#coating-samples-order-wrapper #sampler-navigation{flex-direction:column}#coating-samples-order-wrapper #sampler-navigation .choice{text-align:center}}#coating-samples-order-wrapper #sampler-navigation .choice a{display:flex;height:100%;max-width:100%;justify-content:center;align-items:center;font-weight:700;font-size:18px;color:#000;text-decoration:none}@media (max-width: 1199px){#coating-samples-order-wrapper #sampler-navigation .choice a{display:inline-flex;justify-content:flex-start;width:400px;text-align:left;height:40px}}@media (max-width: 419px){#coating-samples-order-wrapper #sampler-navigation .choice a{font-size:15px}}#coating-samples-order-wrapper #sampler-navigation .choice a:hover{color:#bd151c}#coating-samples-order-wrapper #sampler-navigation .choice a.disabled{color:#5c585c;pointer-events:none}#coating-samples-order-wrapper #sampler-navigation .choice a .icon{margin-right:30px;font-size:40px;color:#bd151c}@media (max-width: 1199px){#coating-samples-order-wrapper #sampler-navigation .choice a .icon{font-size:25px}}@media (max-width: 419px){#coating-samples-order-wrapper #sampler-navigation .choice a .icon{font-size:20px;margin-right:10px}}@media (max-width: 349px){#coating-samples-order-wrapper #sampler-navigation .choice a .icon{display:none}}#coating-samples-order-wrapper #sampler-navigation .choice.selected a{color:#bd151c}#coating-samples-order-wrapper #sampler-navigation .separator{font-size:50px;color:#bd151c;margin:3px 3vw}@media (max-width: 1199px){#coating-samples-order-wrapper #sampler-navigation .separator{display:none}}#coating-samples-order-wrapper .toolbar{background:#706c70;color:#fff;display:block;position:fixed;bottom:0;z-index:5000}#coating-samples-order-wrapper .toolbar,#coating-samples-order-wrapper .toolbar .item-list,#coating-samples-order-wrapper .toolbar .button-next{min-height:160px}@media (max-width: 999px){#coating-samples-order-wrapper .toolbar,#coating-samples-order-wrapper .toolbar .item-list,#coating-samples-order-wrapper .toolbar .button-next{min-height:100px}}#coating-samples-order-wrapper .toolbar .button-next{display:flex;justify-content:center;align-items:center;max-width:250px}#coating-samples-order-wrapper .toolbar .button-next .btn{position:absolute;right:0;display:flex;justify-content:center;align-items:center;height:60px;min-width:150px;font-size:17px;font-weight:400}#coating-samples-order-wrapper .toolbar .button-next .btn svg{font-size:25px;margin-left:50px}@media (max-width: 1415px){#coating-samples-order-wrapper .toolbar .button-next .btn svg{margin-left:30px}}@media (max-width: 1289px){#coating-samples-order-wrapper .toolbar .button-next .btn svg{margin-left:10px}}@media (max-width: 1349px){#coating-samples-order-wrapper .toolbar .button-next{position:relative;right:-30px}}@media (max-width: 575px){#coating-samples-order-wrapper .toolbar .button-next{position:inherit;right:0;max-width:inherit}#coating-samples-order-wrapper .toolbar .button-next .btn{position:inherit}}#coating-samples-order-wrapper .toolbar .inner-wrapper{padding:0 2.7vw;width:100%}@media (max-width: 575px){#coating-samples-order-wrapper .toolbar .inner-wrapper{margin:0}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list{min-height:20px;margin-top:20px}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.list-inline.selection.clearfix.selected-text{margin:0}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.list-inline.selection.clearfix.selected-text li,#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.list-inline.selection.clearfix.selected-text li .info{margin:0;width:100%;text-align:center}}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul{color:#fff;margin:20px 0}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.selected-text{display:flex;margin:37px 0}@media (min-width: 1000px){#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.selected-text{display:none}}@media (max-width: 575px){#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.selected-text{margin:0!important}}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.selected-text li.text,#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.selected-text li.text .rectangle{width:auto}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.selected-items{display:none}@media (min-width: 1000px){#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.selected-items{display:flex}}@media (max-width: 1211px){#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul.selected-items li.text{display:none}}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li{display:inline-block;margin-right:40px;width:150px}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li .rectangle{width:150px;height:90px}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li .rectangle.selected-item img{display:block;width:150px}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li .selection-placeholder{display:flex;justify-content:center;border:1px dashed #ffffff;font-size:13px}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li .item-text{display:inline-block;width:100%;margin-top:10px;font-size:13px;text-align:left;line-height:1.2}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li .item-text span{max-width:100%}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li .item-text .name{display:inline-block;float:left;text-overflow:ellipsis;overflow:hidden;max-width:calc(100% - 25px);height:1.2em;white-space:nowrap}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li .item-text .close{display:inline;float:left;color:#fff;margin:0 0 0 8px;opacity:1;height:15px;font-size:15px}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li .item-text .close:hover{opacity:.5}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li.text .rectangle{display:flex;flex-direction:column;justify-content:center;color:#fff;line-height:1.4}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li.text .rectangle strong{color:#fff;font-size:18px;font-weight:700}#coating-samples-order-wrapper .toolbar .inner-wrapper .item-list ul li.text .rectangle .info{font-style:italic;font-size:16px}#coating-samples-order-wrapper .bottom{text-align:center;display:inline-flex;justify-content:center;align-items:center;width:100%;background:#434343}#coating-samples-order-wrapper .bottom .button-next{display:inline-flex;justify-content:center;align-items:center;max-width:250px;margin:30px}#coating-samples-order-wrapper .bottom .button-next .btn{display:flex;justify-content:center;align-items:center;height:60px;font-size:17px;font-weight:400}#coating-samples-order-wrapper .bottom .button-next .btn svg{font-size:25px;margin-left:50px}#coating-samples-order-wrapper #step-one .category{padding-bottom:12px}#coating-samples-order-wrapper #step-one .category .header{margin:46px 0 60px;font-size:30px;font-weight:700;text-transform:uppercase;color:#000}@media (min-width: 768px){#coating-samples-order-wrapper #step-one .category{border-right:1px solid #d4d4d4}}#coating-samples-order-wrapper #step-one .category:last-of-type{border-right:none}#coating-samples-order-wrapper #step-one .category>.row{padding:0 2.7vw}#coating-samples-order-wrapper #step-one .category>.row .item{margin-bottom:30px}#coating-samples-order-wrapper #step-one .category>.row .item .image{position:relative;width:100%;padding-bottom:61%;margin-bottom:15px;background:#dcdcdc;cursor:pointer;box-shadow:0 0 #0000;transition:box-shadow .2s}#coating-samples-order-wrapper #step-one .category>.row .item .image:hover{box-shadow:0 4px 30px #0000004d}#coating-samples-order-wrapper #step-one .category>.row .item .image.selected{box-shadow:0 4px 30px #0000004d}#coating-samples-order-wrapper #step-one .category>.row .item .image.selected:after{content:"";top:0;bottom:0;left:0;right:0;position:absolute;box-shadow:inset 0 0 0 3px #bd151c}#coating-samples-order-wrapper #step-one .category>.row .item .image.disabled:not(.selected){opacity:.5;filter:grayscale(100%);cursor:not-allowed;pointer-events:none}#coating-samples-order-wrapper #step-one .category>.row .item .image img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#coating-samples-order-wrapper #step-one .category>.row .item .name{color:#000;font-size:18px;font-weight:700;position:relative}#coating-samples-order-wrapper #step-one .category>.row .item .name .check{position:absolute;height:15px;margin-left:8px;font-size:15px;color:#bd151c}#coating-samples-order-wrapper #step-two{background-color:#f7f0d9}#coating-samples-order-wrapper #step-two .toolbar .inner-wrapper .item-list ul{margin:35px 0}#coating-samples-order-wrapper #step-two .toolbar .inner-wrapper .item-list ul li .rectangle{width:165px;height:71px}#coating-samples-order-wrapper #step-two .toolbar .inner-wrapper .item-list ul li .rectangle.selected-item img{display:block;width:165px}#coating-samples-order-wrapper #step-two .category-title-text{color:#000;margin:38px 0 33px;font-size:20px;font-weight:800;line-height:1.4}#coating-samples-order-wrapper #step-two .instruction{font-size:20px;font-weight:800;line-height:1.4;padding:28px 0;text-align:left}#coating-samples-order-wrapper #step-two .sidebar{background-color:#ede4c4}#coating-samples-order-wrapper #step-two .sidebar .category-title-text{margin-left:15px}#coating-samples-order-wrapper #step-two .sidebar .sofa-category{margin:0 15px}@media (max-width: 767px){#coating-samples-order-wrapper #step-two .sidebar .sofa-category{display:inline;margin:0}}#coating-samples-order-wrapper #step-two .sidebar .sofa-category .sofa{margin-bottom:27px}@media (max-width: 767px){#coating-samples-order-wrapper #step-two .sidebar .sofa-category .sofa{display:inline-block;margin:0 15px 20px;max-width:200px}}#coating-samples-order-wrapper #step-two .sidebar .sofa-category .sofa .sofa-heading{margin-bottom:10px;color:#000;font-size:1.0714rem;font-weight:700}#coating-samples-order-wrapper #step-two .sidebar .sofa-category .sofa .remove{height:15px;margin-left:4px;font-size:15px;color:#bd151c;cursor:pointer}#coating-samples-order-wrapper #step-two .sidebar .sofa-category .sofa img{width:100%}@media (max-width: 767px){#coating-samples-order-wrapper #step-two .page-coating .col-md-9,#coating-samples-order-wrapper #step-two .page-coating .col-md-3.sidebar{padding-right:0;padding-left:0}}@media (max-width: 1399px){#coating-samples-order-wrapper #step-two .page-coating .swiper-slide.swiper-slide{width:25%}}@media (max-width: 1112px){#coating-samples-order-wrapper #step-two .page-coating .swiper-slide.swiper-slide{width:33.3%}}@media (max-width: 850px) and (min-width: 768px){#coating-samples-order-wrapper #step-two .page-coating .swiper-slide.swiper-slide{width:50%}}@media (max-width: 391px){#coating-samples-order-wrapper #step-two .page-coating .swiper-slide.swiper-slide{width:50%}}@media (max-width: 1233px){#coating-samples-order-wrapper #step-two .page-coating .icons{display:none!important}}#coating-samples-order-wrapper #step-two .page-coating .warranty{margin:0 13px;height:24px}#coating-samples-order-wrapper #step-two .page-coating #coating-accordion{margin-top:10px;margin-bottom:30px;padding-bottom:0;background:none}@media (max-width: 991px){#coating-samples-order-wrapper #step-two .page-coating #coating-accordion .rating.star{bottom:20px}}#coating-samples-order-wrapper #step-two .page-coating #coating-accordion p.intro{margin-bottom:30px}#coating-samples-order-wrapper #step-two .page-coating .image,#coating-samples-order-wrapper #step-two .page-coating a.background-coating{cursor:pointer;position:relative}#coating-samples-order-wrapper #step-two .page-coating .image.selected:after,#coating-samples-order-wrapper #step-two .page-coating a.background-coating.selected:after{content:"";top:0;bottom:0;left:0;right:0;position:absolute;box-shadow:inset 0 0 0 3px #bd151c}#coating-samples-order-wrapper #step-two .page-coating .image.disabled:not(.selected),#coating-samples-order-wrapper #step-two .page-coating a.background-coating.disabled:not(.selected){filter:grayscale(100%);opacity:.5;cursor:not-allowed;pointer-events:none}#coating-samples-order-wrapper #step-two .page-coating .image:hover,#coating-samples-order-wrapper #step-two .page-coating .image.selected{box-shadow:0 4px 30px #0000004d}#coating-samples-order-wrapper #step-two .page-coating .image.selected>span{background-color:#bd151c;color:#fff}#coating-samples-order-wrapper #step-two .page-coating .coating-heading .icons{cursor:default}#coating-samples-order-wrapper #step-two .page-coating .coating-heading .icons .image.icon{box-shadow:none;cursor:default}#coating-samples-order-wrapper #step-two .page-coating .image.icon-main{cursor:default}#coating-samples-order-wrapper #step-two .page-coating .image.icon-main:hover{box-shadow:0 5px 13px #0003}#coating-samples-order-wrapper #step-two .page-coating p.price-range{color:#bd151c;margin-bottom:0}#coating-samples-order-wrapper #step-three>.order-summary-wrapper{margin:25px 0}@media (max-width: 767px){#coating-samples-order-wrapper #step-three>.order-summary-wrapper{flex-direction:column-reverse}}#coating-samples-order-wrapper #step-three .order-summary{border:1px solid rgba(211,211,211,.5);background-color:#f7f0d9;padding:26px 0 5px}#coating-samples-order-wrapper #step-three .order-summary .summary-heading{margin-left:32px;margin-bottom:7px}#coating-samples-order-wrapper #step-three .order-summary .selected-heading{margin-bottom:18px;font-size:15px;font-weight:700}#coating-samples-order-wrapper #step-three .order-summary .selected-item{margin-bottom:10px}#coating-samples-order-wrapper #step-three .order-summary .selected-item img{margin-right:20px}#coating-samples-order-wrapper #step-three .order-summary .selected-item p{margin-bottom:0;color:#535353;font-size:14px;font-weight:400}#coating-samples-order-wrapper #step-three .selected-sofas{border-bottom:1px solid rgba(211,211,211,.5);padding:10px 32px}#coating-samples-order-wrapper #step-three .selected-coatings{padding:17px 32px}#coating-samples-order-wrapper #step-three .order-form{margin-bottom:35px}#coating-samples-order-wrapper #step-three .order-form .order-heading{margin-top:25px;margin-bottom:25px;font-size:20px;font-weight:700}#coating-samples-order-wrapper #step-three .order-form .form-group{margin-bottom:20px}#coating-samples-order-wrapper #step-three .order-form label{font-size:15px;font-weight:700;color:#000;margin-bottom:5px}#coating-samples-order-wrapper #step-three .order-form input{border:1px solid #ced4da;height:60px}#coating-samples-order-wrapper #step-three .order-form .form-check-input{height:20px}#coating-samples-order-wrapper #step-three .order-form hr{margin:40px 0 30px;background-color:#d3d3d3}#coating-samples-order-wrapper #step-three .order-form .btn{display:flex;align-items:center;justify-content:center;height:60px;width:176px;font-size:17px}#coating-samples-order-wrapper #step-three .order-form .btn svg{margin-left:50px;font-size:25px}#coating-samples-order-wrapper #step-three .form-check{display:block;position:relative;margin-bottom:5px}#coating-samples-order-wrapper #step-three .form-check .form-check-label{margin-left:15px;cursor:pointer}#coating-samples-order-wrapper #step-three .form-check .radio-check{position:absolute;height:0;width:0;opacity:0}#coating-samples-order-wrapper #step-three .form-check .radio-check:checked~.checkmark{background-color:#8c8c8c}#coating-samples-order-wrapper #step-three .form-check .radio-check:checked~.checkmark:after{content:"";display:block}#coating-samples-order-wrapper #step-three .form-check .checkmark{position:absolute;top:3px;left:0;height:20px;width:20px;background-color:#fffef0;border-radius:50%;border:2px solid #c0c0c0}@media (max-width: 575px){#coating-samples-order-wrapper #step-three .form-check .checkmark{height:25px;width:25px;margin-top:-2px}}#coating-samples-order-wrapper #step-three .form-check .checkmark:checked{border-color:#8c8c8c}#coating-samples-order-wrapper #step-three .form-check .checkmark:after{display:none;content:"";width:100%;height:100%;background-color:#8c8c8c;border-radius:50%;border:5px solid #fff}#coating-samples-order-wrapper #step-three .form-check.checkbox label{position:relative;margin-bottom:0;font-weight:400;color:#5c585c}#coating-samples-order-wrapper #step-three .form-check.checkbox label input{display:none}#coating-samples-order-wrapper #step-three .form-check.checkbox label span{position:absolute;width:15px;height:15px;background:#edebe8;top:6px;left:-9px}@media (max-width: 575px){#coating-samples-order-wrapper #step-three .form-check.checkbox label span{width:22px;height:22px}}#coating-samples-order-wrapper #step-three .form-check.checkbox label span svg{position:absolute;right:2px;top:2px;font-size:11px;color:#5c585c;font-weight:700}@media (max-width: 575px){#coating-samples-order-wrapper #step-three .form-check.checkbox label span svg{font-size:18px}}#coating-samples-order-wrapper #step-three .form-error{margin-bottom:0;color:#e15556;font-size:13px;font-weight:400}#coating-samples-order-wrapper #step-three form .form-row .has-error input{border-color:#e15556}#coating-samples-order-wrapper .container-custom{max-width:1650px}#prefaced-main-entry{background-image:url(/build/assets/coating_samples-yellow-bg-Cbl17z8T.png);height:100%;width:100%;background-repeat:no-repeat;background-position:top left}@media (max-width: 1720px){#prefaced-main-entry{background-position:-100px}}@media (max-width: 1540px){#prefaced-main-entry{background-position:-200px}}@media (max-width: 1350px){#prefaced-main-entry{background-position:-300px}}@media (max-width: 1190px){#prefaced-main-entry{background-position:-400px}}@media (max-width: 991px){#prefaced-main-entry{background-position:75% -326px}}#prefaced-main-entry article{padding:100px 0}@media (max-width: 1200px){#prefaced-main-entry article{padding:50px 0}}@media (max-width: 991px){#prefaced-main-entry article{margin-top:350px}}#prefaced-main-entry article .entry-heading{font-size:45px;margin-bottom:27px}#prefaced-main-entry article .perex{font-size:20px;font-weight:400;line-height:30px;margin-bottom:30px}#prefaced-main-entry article .btn{display:flex;justify-content:center;align-items:center;height:60px;width:204px;font-size:17px;font-weight:400;margin-top:36px}#prefaced-main-entry article .btn svg{font-size:25px;margin-left:50px}#prefaced-main-entry article ul{padding-left:1.25rem;margin-bottom:20px;color:#495057;font-size:.9rem;font-style:italic}#prefaced-main-entry article p{font-size:16px;font-weight:400;color:#767676}.animated{animation-duration:.85s;animation-fill-mode:both}.fadeIn{animation-name:fadeIn}.fadeOut{animation-name:fadeOut}.fadeOutLeft{animation-name:fadeOutLeft}.fadeInLeft{animation-name:fadeInLeft}.fadeInRight{animation-name:fadeInRight}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}#page-admin-news-index td{vertical-align:middle}#page-news-show .content.fr-view.news-custom{font-weight:300}#page-news-show .content.fr-view.news-custom .article-image-left{float:right;margin:10px;max-width:calc(100% - 20px)}#page-news-show .content.fr-view.news-custom .article-image-left+p:before{content:"";width:10em;display:block;overflow:hidden}@media (min-width: 768px) and (max-width: 990px){#page-news-show .content.fr-view.news-custom .article-image-left{width:100%;margin:10px 0;max-width:100%}}@media (max-width: 456px){#page-news-show .content.fr-view.news-custom .article-image-left{width:100%;margin:10px 0;max-width:100%}}#page-news-show .content.fr-view.news-custom img{max-width:100%}#page-news-show .content.fr-view.news-custom iframe{display:block;max-width:100%;margin:0 auto}.news-filter{background-color:#f7f0d9}@media (min-width: 992px){.news-filter{margin-right:1rem}}@media (min-width: 1200px){.news-filter{margin-right:2rem}}.news-filter li{position:relative;display:block;border:solid 1px #e7dbb0;border-bottom:0}.news-filter li:last-of-type{border-bottom:solid 1px #e7dbb0}.news-filter li.news-filter-active{background-color:#e7dbb0}.news-filter li.news-filter-active:before{display:block;content:"";position:absolute;right:-10px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #e7dbb0;top:calc(50% - 10px)}@media (max-width: 992px){.news-filter li.news-filter-active:before{display:none}}.news-filter li.most-read a{font-size:.99rem}.news-filter li.most-read strong{color:#bd151c}@media (max-width: 1349px){.news-filter li.most-read strong{display:block}}@media (max-width: 991px){.news-filter li.most-read strong{display:inline}}.news-filter li a{display:block;padding:20px;color:#000;font-size:1rem;line-height:1rem;font-weight:700}.news-filter li a:hover{background-color:#e7dbb0}.news-filter li a:hover .link-text{text-decoration:underline}.news-filter li a .link-text{position:relative;display:inline-block}.news-filter li a .link-text .news-bell{position:absolute;top:-7px;right:-30px;display:inline-block;line-height:1.8}.news-filter li a .link-text .news-bell span{display:inline-block;background:#bd151c;border-radius:100%;padding:1px 7px 0;font-size:.7rem;color:#fff}#page-news-show .news-single-image{display:block;max-width:100%;margin:1rem auto}#page-news-show .gallery-wrapper{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#page-news-show .gallery-item-wrapper{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin-bottom:30px}@media (min-width: 576px){#page-news-show .gallery-item-wrapper{flex:0 0 50%;max-width:50%}}@media (min-width: 768px){#page-news-show .gallery-item-wrapper{flex:0 0 33.33333333%;max-width:33.33333333%}}#page-news-show .gallery-item-image{display:block;max-width:100%}#page-news-show .fr-view img.fr-dii[style*=width]{margin-bottom:5px}#page-news-show .fr-view img.fr-dii:not([style*=width]){margin-left:0;margin-right:0;margin-bottom:0;max-width:100%;vertical-align:middle}#page-news-show .fr-view>h1:first-child,#page-news-show .fr-view>h2:first-child,#page-news-show .fr-view>h3:first-child,#page-news-show .fr-view>h4:first-child,#page-news-show .fr-view>h5:first-child,#page-news-show .fr-view>h6:first-child,#page-news-show .fr-view>p:first-child{margin-top:0}#page-news-show .fr-view strong{font-weight:bolder}#asidenewsletter{position:relative;margin-right:2rem;padding:20px 15px;background-color:#5c585c;text-align:center;max-width:100%}@media (max-width: 1199px){#asidenewsletter{margin-right:1rem}#asidenewsletter .alert{padding:0}}@media (max-width: 991px){#asidenewsletter{margin-right:0}}#asidenewsletter .step-1{max-width:350px;margin:0 auto}#asidenewsletter .background-icon{display:inline;top:20px;left:50%;position:absolute;opacity:.05;color:#fff;line-height:28px;font-size:100px;transform:translate(-50px)}#asidenewsletter .header{margin-top:15px;margin-bottom:15px;color:#bdbdbd;font-size:40px;font-weight:300;line-height:28px}@media (max-width: 1199px){#asidenewsletter .header{font-size:2rem;margin-right:1rem}}#asidenewsletter p{margin-bottom:25px;font-size:14px;line-height:20px;color:#bdbdbd}#asidenewsletter .btn{margin:0 auto;max-width:250px;background:#bd151c;color:#fff;font-size:14px;line-height:28px;font-weight:700;text-transform:uppercase;cursor:pointer}@media (max-width: 991px){#asidenewsletter .btn{margin-bottom:15px}}#asidenewsletter .btn.btn-gray{color:#fff;background-color:#4e4e4e;border-color:#636363}#asidenewsletter .btn.btn-gray:hover{color:#fff;background-color:#3b3b3b;border-color:#4a4a4a}#asidenewsletter .btn.btn-gray:focus,#asidenewsletter .btn.btn-gray.focus{color:#fff;background-color:#3b3b3b;border-color:#4a4a4a;box-shadow:0 0 0 .2rem #7a7a7a80}#asidenewsletter .btn.btn-gray.disabled,#asidenewsletter .btn.btn-gray:disabled{color:#fff;background-color:#4e4e4e;border-color:#636363}#asidenewsletter .btn.btn-gray:not(:disabled):not(.disabled):active,#asidenewsletter .btn.btn-gray:not(:disabled):not(.disabled).active,.show>#asidenewsletter .btn.btn-gray.dropdown-toggle{color:#fff;background-color:#353535;border-color:#434343}#asidenewsletter .btn.btn-gray:not(:disabled):not(.disabled):active:focus,#asidenewsletter .btn.btn-gray:not(:disabled):not(.disabled).active:focus,.show>#asidenewsletter .btn.btn-gray.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #7a7a7a80}#asidenewsletter .btn svg{display:inline-block;width:22px;height:22px;margin-left:15px;margin-bottom:-5px;line-height:50px;opacity:.5}#asidenewsletter .form-control{background-color:transparent;border:none;padding:0;margin-bottom:30px}#asidenewsletter .form-control .checkbox label{margin:0 0 0 26px;color:#ddd;font-size:11px;line-height:18px;font-weight:400;text-align:left}#asidenewsletter .form-control .checkbox label a{color:#ddd;text-decoration:underline}#asidenewsletter .form-control .checkbox label a:hover{color:#fff}#asidenewsletter .invalid-feedback{margin:0;text-align:left}#asidenewsletter input.form-control{padding:15px 15px 14px;margin-bottom:25px;width:100%;border:1px solid #a1a1a1;background-color:#fffef0;min-height:49px;line-height:1.3}#asidenewsletter .icon{width:50px;height:50px;margin:10px 0 15px;font-size:50px;font-weight:400;line-height:28px;color:#525252}#asidenewsletter .alert .header,#asidenewsletter .alert p{margin-bottom:30px}#bottomnewsletter{position:relative;margin-bottom:5rem!important;padding:80px 15px;background-color:#5c585c;text-align:center;max-width:100%}@media (max-width: 1199px){#bottomnewsletter{margin-right:1rem}#bottomnewsletter .alert{padding:0}}@media (max-width: 991px){#bottomnewsletter{margin-right:0}}#bottomnewsletter .step-1{max-width:365px;margin:0 auto}#bottomnewsletter .background-icon{display:inline;top:80px;left:50%;position:absolute;opacity:.05;color:#fff;line-height:28px;font-size:100px;transform:translate(-50px)}#bottomnewsletter .header{margin-top:15px;margin-bottom:25px;color:#bdbdbd;font-size:46px;font-weight:300;line-height:28px}@media (max-width: 1199px){#bottomnewsletter .header{font-size:2rem;margin-right:1rem}}#bottomnewsletter p{margin-bottom:30px;font-size:14px;line-height:20px;color:#bdbdbd}#bottomnewsletter .btn{margin:0 auto;max-width:300px;background:#bd151c;color:#fff;font-size:14px;line-height:28px;font-weight:700;text-transform:uppercase;cursor:pointer}@media (max-width: 991px){#bottomnewsletter .btn{margin-bottom:15px}}#bottomnewsletter .btn.btn-gray{color:#fff;background-color:#4e4e4e;border-color:#636363}#bottomnewsletter .btn.btn-gray:hover{color:#fff;background-color:#3b3b3b;border-color:#4a4a4a}#bottomnewsletter .btn.btn-gray:focus,#bottomnewsletter .btn.btn-gray.focus{color:#fff;background-color:#3b3b3b;border-color:#4a4a4a;box-shadow:0 0 0 .2rem #7a7a7a80}#bottomnewsletter .btn.btn-gray.disabled,#bottomnewsletter .btn.btn-gray:disabled{color:#fff;background-color:#4e4e4e;border-color:#636363}#bottomnewsletter .btn.btn-gray:not(:disabled):not(.disabled):active,#bottomnewsletter .btn.btn-gray:not(:disabled):not(.disabled).active,.show>#bottomnewsletter .btn.btn-gray.dropdown-toggle{color:#fff;background-color:#353535;border-color:#434343}#bottomnewsletter .btn.btn-gray:not(:disabled):not(.disabled):active:focus,#bottomnewsletter .btn.btn-gray:not(:disabled):not(.disabled).active:focus,.show>#bottomnewsletter .btn.btn-gray.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #7a7a7a80}#bottomnewsletter .btn svg{display:inline-block;width:22px;height:22px;margin-left:15px;line-height:50px;opacity:.5}#bottomnewsletter .form-control{background-color:transparent;border:none;padding:0;margin-bottom:30px}#bottomnewsletter .form-control .checkbox label{margin:0 0 0 26px;color:#ddd;font-size:11px;line-height:18px;font-weight:400;text-align:left}#bottomnewsletter .form-control .checkbox label a{color:#ddd;text-decoration:underline}#bottomnewsletter .form-control .checkbox label a:hover{color:#fff}#bottomnewsletter .invalid-feedback{margin:0;text-align:left}#bottomnewsletter input.form-control{padding:15px 15px 14px;margin-bottom:25px;width:100%;border:1px solid #a1a1a1;background-color:#fffef0;min-height:49px}#bottomnewsletter .icon{width:50px;height:50px;margin:10px 0 15px;font-size:50px;font-weight:400;line-height:28px;color:#525252}#bottomnewsletter .alert .header,#bottomnewsletter .alert p{margin-bottom:30px}#pages-newsletter-index .h1.text-center.header{margin-top:64px}#pages-newsletter-index .row.steps{margin-top:15px}@media (max-width: 990px){#pages-newsletter-index .row.steps .col-lg-4{display:inline-flex;margin-top:30px}}@media (max-width: 767px){#pages-newsletter-index .row.steps .col-lg-4{display:block;margin-top:0}}#pages-newsletter-index .number{margin:50px 100px 30px;text-align:center}@media (max-width: 990px){#pages-newsletter-index .number{margin:0 64px 30px 140px}}@media (max-width: 767px){#pages-newsletter-index .number{margin:50px 100px 30px}}#pages-newsletter-index .number .heading.text-sm-center{font-size:30px;font-weight:700;display:inline-block;border-radius:100%;width:120px;height:120px;padding-top:35px;color:#bc2026;background-color:#f7f0d9;position:relative}#pages-newsletter-index .number .heading.text-sm-center .icon-svg{display:inline-block;border-radius:100%;width:82px;height:82px;background-color:#fffef0;position:absolute;right:81px;top:19px}#pages-newsletter-index .number .heading.text-sm-center img{position:absolute}#pages-newsletter-index .number .heading.text-sm-center .list{right:100px}#pages-newsletter-index .number .heading.text-sm-center .letter{right:104px;top:47px}#pages-newsletter-index .number .heading.text-sm-center .box-done{right:102px;top:32px}#pages-newsletter-index p.description-text{font-size:18px;line-height:30px;text-align:center}@media (max-width: 990px){#pages-newsletter-index p.description-text{margin-left:0;margin-right:95px;margin-top:16px}}@media (max-width: 767px){#pages-newsletter-index p.description-text{margin-left:50px;margin-right:50px}}@media (max-width: 493px){#pages-newsletter-index p.description-text{margin-left:0;margin-right:0}}@media (max-width: 1199px){#pages-newsletter-index .break-other{display:none}}#pages-newsletter-index #footernewsletter{margin-top:43px;margin-bottom:100px}@media (max-width: 990px){#pages-newsletter-index #footernewsletter{margin-bottom:50px}}@media (max-width: 767px){#pages-newsletter-index #footernewsletter .steps{max-width:65vw}}@media (max-width: 574px){#pages-newsletter-index #footernewsletter .steps{max-width:85vw}}#page-sofas-shop p{color:#393537}#page-sofas-shop .page-color{background-color:#f6f0db}#page-sofas-shop h3,#page-sofas-shop .shop-header h1,#page-sofas-shop .shop-header h2{font-size:2rem;color:#393537}#page-sofas-shop .shop-header h2{font-weight:lighter}#page-sofas-shop .dear-customer{font-size:18pt}#page-sofas-shop .sofa-shop-desc{line-height:35px}@media (max-width: 700px){#page-sofas-shop .sofa-shop-desc{font-size:13pt}}#page-sofas-shop .soft-bold{font-weight:600}#page-sofas-shop .strong-bold{font-weight:900}#page-sofas-shop .middle-page{padding-top:10%;margin-top:-10%}#page-sofas-shop .how-to p{font-size:18pt}#page-sofas-shop .how-to ol{list-style:none;counter-reset:li}#page-sofas-shop .how-to li:before{content:counter(li);color:#bd1d1d;display:inline-block;font-weight:900;width:1em;margin-left:-1em}#page-sofas-shop .how-to li{counter-increment:li}#page-sofas-shop .how-to li span.dont-waiting{color:#bd151c;font-weight:600}#page-sofas-shop .how-to ul{list-style-type:decimal}#page-sofas-shop .chose-sofa{text-align:center}#page-sofas-shop .chose-sofa h3{font-weight:600;text-transform:uppercase}#page-sofas-shop .category-list a{display:block;padding:10px 15px;height:100%;color:#393537;font-size:2rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s;align-items:center}#page-sofas-shop .category-list a .category-price{font-size:12pt;font-weight:500}#page-sofas-shop .category-list a:hover,#page-sofas-shop .category-list .active a{background-color:#393537;color:#fffef1;border-bottom:4px solid #bd1d1d}#page-sofas-shop .product-list{position:relative}#page-sofas-shop .product-list .filters{text-align:center;border-bottom:1px solid #dedede;padding-bottom:40px;margin:10px 0 40px}#page-sofas-shop .product-list .filters [data-filter]{background-color:#f6f0db;padding:13px 15px;margin:10px 3px;color:#000;transition:background-color .2s,border .2s;font-size:1rem}#page-sofas-shop .product-list .filters [data-filter]:hover{background-color:#393537;color:#f6f0db;text-decoration:none}#page-sofas-shop .product-list .filters [data-filter].active{background-color:#bd151c;border:solid 1px #bd151c;color:#fff}#page-sofas-shop .product-list .filters [data-filter].active .checked{display:inline-block}#page-sofas-shop .product-list .filters [data-filter].active .not-checked{display:none}#page-sofas-shop .product-list .filters [data-filter] i,#page-sofas-shop .product-list .filters [data-filter] svg{margin-left:5px;min-width:15px}#page-sofas-shop .product-list .filters [data-filter] .checked{display:none}#page-sofas-shop .product-list .filters [data-filter] .not-checked{display:inline-block;color:#999}#page-sofas-shop .product-list .filters [data-filter].disabled{opacity:.65;pointer-events:none;cursor:not-allowed}#page-sofas-shop .product-list ul{margin-bottom:20px}#page-sofas-shop .product-list .product-item{margin-bottom:30px}#page-sofas-shop .product-list .product-item .delivery-make img,#page-sofas-shop .product-list .product-item .doprava img{width:50px}#page-sofas-shop .product-list .product-item.show-more a{position:relative;display:flex;width:100%;height:100%;min-height:100px;overflow:hidden;align-items:center;justify-content:center;background:#eff0f1;color:#000;font-size:1.4rem;font-weight:700;text-decoration:none;transition:background .35s;text-align:center;padding:0 15px}#page-sofas-shop .product-list .product-item.show-more a:hover{background:#e7e7e7}#page-sofas-shop .product-list .product-item.show-more a i,#page-sofas-shop .product-list .product-item.show-more a svg{top:-1px;position:relative}#page-sofas-shop .product-list .product-item a{cursor:pointer}#page-sofas-shop .product-list .product-item .wrap{background-color:#f6f0db;display:block;position:relative;overflow:hidden;transition:color .15s,background .15s}#page-sofas-shop .product-list .product-item .wrap img.hover-delivery,#page-sofas-shop .product-list .product-item .wrap img.hover-make{display:none}#page-sofas-shop .product-list .product-item .wrap:hover,#page-sofas-shop .product-list .product-item .wrap:focus{background-color:#393537;color:#fffef1!important}#page-sofas-shop .product-list .product-item .wrap:hover h5,#page-sofas-shop .product-list .product-item .wrap:hover p,#page-sofas-shop .product-list .product-item .wrap:hover strong,#page-sofas-shop .product-list .product-item .wrap:hover span,#page-sofas-shop .product-list .product-item .wrap:focus h5,#page-sofas-shop .product-list .product-item .wrap:focus p,#page-sofas-shop .product-list .product-item .wrap:focus strong,#page-sofas-shop .product-list .product-item .wrap:focus span{color:#fffef1}#page-sofas-shop .product-list .product-item .wrap:hover .delivery-make img,#page-sofas-shop .product-list .product-item .wrap:hover .doprava img,#page-sofas-shop .product-list .product-item .wrap:focus .delivery-make img,#page-sofas-shop .product-list .product-item .wrap:focus .doprava img{display:none}#page-sofas-shop .product-list .product-item .wrap:hover .delivery-make img.hover-delivery,#page-sofas-shop .product-list .product-item .wrap:hover .delivery-make img.hover-make,#page-sofas-shop .product-list .product-item .wrap:hover .doprava img.hover-delivery,#page-sofas-shop .product-list .product-item .wrap:hover .doprava img.hover-make,#page-sofas-shop .product-list .product-item .wrap:focus .delivery-make img.hover-delivery,#page-sofas-shop .product-list .product-item .wrap:focus .delivery-make img.hover-make,#page-sofas-shop .product-list .product-item .wrap:focus .doprava img.hover-delivery,#page-sofas-shop .product-list .product-item .wrap:focus .doprava img.hover-make{display:unset}#page-sofas-shop .product-list .product-item .wrap:hover .heading,#page-sofas-shop .product-list .product-item .wrap:focus .heading{background:#bd151c99}#page-sofas-shop .product-list .product-item .wrap:hover .heading .fa-angle-right,#page-sofas-shop .product-list .product-item .wrap:focus .heading .fa-angle-right{left:-8%;opacity:0;transform:scale(50)}#page-sofas-shop .product-list .product-item .wrap .material span{text-transform:uppercase}#page-sofas-shop .product-list .product-item .wrap .price-old{text-decoration:line-through;font-size:13pt;font-weight:lighter}#page-sofas-shop .product-list .product-item .wrap .price-new{font-weight:700;font-size:18pt;margin-top:-15px}#page-sofas-shop .product-list .product-item .wrap .discount{width:110px;height:62px;background-color:#bd151c;color:#fdf8eb;margin-top:-25px}#page-sofas-shop .product-list .product-item .wrap .discount .sale{text-transform:uppercase;font-size:18pt;width:100%}#page-sofas-shop .product-list .product-item .wrap .discount .percent{color:#fdf8eb;font-size:15pt;margin-top:-10px;display:block;font-weight:700}#page-sofas-shop .product-list .product-item .wrap .background{width:373px;height:272px;background-size:contain;transform:scale(1.05);transition:transform .35s;padding-left:25px!important;padding-right:24px!important;background-origin:content-box;background-repeat:no-repeat;background-color:#fff}@media (max-width: 700px){#page-sofas-shop .product-list .product-item .wrap .background{height:250px}}#page-sofas-shop .product-list .product-item .wrap .background img{opacity:0}#page-sofas-shop .product-list .product-item .product-detail{display:none}.eshop.product-detail{background-color:transparent;width:100%}@media (max-width: 700px){.eshop.product-detail{padding:15px}}.eshop.product-detail .product-detail-content{display:flex;min-width:85vh}@media (max-width: 700px){.eshop.product-detail .product-detail-content{height:-webkit-fill-available;min-width:unset}}.eshop.product-detail .product-detail-content .product-photo{max-width:614px;max-height:370px;display:block}@media (max-width: 700px){.eshop.product-detail .product-detail-content .product-photo{max-width:337px}}.eshop.product-detail .product-form{background-color:#fffef0}@media (max-width: 700px){.eshop.product-detail .product-form #send-form{margin-left:22px}}.eshop.product-detail .product-information{background-color:#393436}.eshop.product-detail .product-name{border-right:1px solid #a29f99}@media (max-width: 700px){.eshop.product-detail .product-name{border-right:unset}}.eshop.product-detail .product-desc{border-bottom:1px solid #a29f99}.eshop.product-detail .description{border-bottom:1px solid #a29f99;color:#fffef1}.eshop.product-detail .description h1,.eshop.product-detail .description p,.eshop.product-detail .description span,.eshop.product-detail .prices{color:#fffef1}.eshop.product-detail .prices .price-old{text-decoration:line-through;font-size:13pt;font-weight:lighter}.eshop.product-detail .prices .price-new{font-size:20pt;font-weight:900}.eshop.product-detail .prices .product-link{background-color:#fffef1;color:#393436;font-weight:600}@media (max-width: 700px){.eshop.product-detail .prices .product-link{width:100%!important}}.eshop.product-detail .vertical-bottom{position:relative}.eshop.product-detail .vertical-bottom .sale{padding-left:20px;padding-right:20px;color:#fffef1;text-align:center;position:absolute;bottom:-3px;background-color:#bd151c;font-size:18pt;text-transform:uppercase}.eshop.product-detail .vertical-bottom .sale strong{color:#fffef1;display:block;margin-top:-10px}@media (max-width: 700px){.eshop.product-detail .vertical-bottom .sale{bottom:0;position:unset;margin-top:-35px}}.eshop.product-detail .form-control{background-color:#f6f0db;border:0px}.eshop.product-detail .form-control:disabled{background-color:#393436;color:#fffef1}@media (max-width: 700px){.eshop.product-detail .fancybox-content{padding:15px}}#treviso-page{background-color:#fff}#treviso-page .header-treviso{background-image:url(/build/assets/bg-red-header-treviso-DzoSNRj4.png);background-size:100% 222px;min-height:220px;display:block;width:100%;background-repeat:no-repeat}@media (min-width: 992px){#treviso-page .text-column_double{-moz-column-count:2;column-count:2;-moz-column-gap:40px;column-gap:40px;-webkit-hyphens:manual;hyphens:manual;margin:0 0 0 3px;word-wrap:break-word}}#treviso-page p.text-column_content a.morelink{color:#393436;outline:none;text-decoration:none;transition:color .3s}#treviso-page p.text-column_content a.morelink:hover{color:#ffde13;transition:color .3s}#treviso-page p.text-column_content .morecontent span{display:none}#treviso-page .title{color:#fff;z-index:2;margin-bottom:1rem;font-family:Musette,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:10rem;line-height:.8}@media only screen and (max-width: 600px){#treviso-page .title{font-size:10rem}}#treviso-page .title-desc{margin-top:-12%;width:100%;text-align:left;text-transform:uppercase;font-weight:700;margin-left:35%;color:#393436}#treviso-page .title-desc-mob{display:none}@media only screen and (max-width: 600px){#treviso-page .title-desc{display:none}#treviso-page .title-desc-mob{margin-top:-12%;width:100%;text-align:left;text-transform:uppercase;font-weight:700;margin-left:20%;color:#393436;display:unset}}@media only screen and (min-width: 2000px){#treviso-page .treviso-photos img{width:60%}}#treviso-page .treviso-photos-mobile{display:none}@media only screen and (max-width: 600px){#treviso-page .treviso-photos{display:none}#treviso-page .treviso-photos-mobile{display:unset}}#treviso-page .fyzioterapeutka{background-color:#393436;color:#fff;padding-top:10%;margin-top:-120px;max-height:435px}@media only screen and (min-width: 2000px){#treviso-page .fyzioterapeutka{padding-top:7%}}@media only screen and (min-width: 1800px){#treviso-page .fyzioterapeutka{max-height:475px}}#treviso-page .fyzioterapeutka a.morelink{color:#de5742!important}#treviso-page .fyzioterapeutka h2{color:#fff;font-size:2.5rem!important}#treviso-page .fyzioterapeutka img{float:right}#treviso-page .fyzioterapeutka strong{color:#fff}@media only screen and (max-width: 600px){#treviso-page .fyzioterapeutka{padding-top:35%;max-height:unset}#treviso-page .fyzioterapeutka h2{font-size:1.5rem!important}#treviso-page .fyzioterapeutka img{margin-top:-50px;width:50%}}#treviso-page .duras-box img{float:right}#treviso-page .duras-box h2{font-size:2.5rem!important}@media only screen and (max-width: 600px){#treviso-page .duras-box h2{font-size:1.5rem!important}#treviso-page .duras-box img{width:50%;margin-top:-35%}#treviso-page .duras-box .prof{width:150px}}#treviso-page .ondrejka-box{background-color:#de5742;color:#fff}#treviso-page .ondrejka-box img{float:right}#treviso-page .ondrejka-box h2{color:#fff;font-size:2.5rem!important}#treviso-page .ondrejka-box strong{color:#fff}@media only screen and (max-width: 600px){#treviso-page .ondrejka-box h2{padding-top:7%;font-size:1.5rem!important}#treviso-page .ondrejka-box img{margin-top:-24%;width:50%}}#treviso-page .draw{background-color:#fffef1}#treviso-page .prof{text-transform:uppercase}.beds-static .about-section{margin-top:40px}@media (max-width: 767px){.beds-static .about-section .d-flex{display:unset!important}.beds-static .about-section .second{padding-top:10%;padding-bottom:10%;text-align:left;width:80%}}.beds-static .about-section .element-container{flex-direction:row;width:100%}.beds-static .about-section .element-container:nth-child(2n){flex-direction:row-reverse;background-color:#fff}@media (min-width: 769px){.beds-static .about-section .element-container:nth-child(2n) .second-text-right{text-align:right!important}}@media (max-width: 767px){.beds-static .about-section .element-container .first,.beds-static .about-section .element-container .second{width:100%!important}}.dining-tables-static .about-section{margin-top:40px}@media (max-width: 767px){.dining-tables-static .about-section .d-flex{display:unset!important}.dining-tables-static .about-section .second{padding-top:10%;padding-bottom:10%;text-align:left;width:80%}}.dining-tables-static .about-section .element-container{flex-direction:row;width:100%}.dining-tables-static .about-section .element-container:nth-child(2n){flex-direction:row-reverse;background-color:#fff}@media (min-width: 769px){.dining-tables-static .about-section .element-container:nth-child(2n) .second-text-right{text-align:right!important}}@media (max-width: 767px){.dining-tables-static .about-section .element-container .first,.dining-tables-static .about-section .element-container .second{width:100%!important}}.poufs-static .about-section{margin-top:40px}@media (max-width: 767px){.poufs-static .about-section .d-flex{display:unset!important}.poufs-static .about-section .second{padding-top:10%;padding-bottom:10%;text-align:left;width:80%}}.poufs-static .about-section .element-container{flex-direction:row;width:100%}.poufs-static .about-section .element-container:nth-child(2n){flex-direction:row-reverse;background-color:#fff}@media (min-width: 769px){.poufs-static .about-section .element-container:nth-child(2n) .second-text-right{text-align:right!important}}@media (max-width: 767px){.poufs-static .about-section .element-container .first,.poufs-static .about-section .element-container .second{width:100%!important}}.dressers-static .about-section{margin-top:40px}@media (max-width: 767px){.dressers-static .about-section .d-flex{display:unset!important}.dressers-static .about-section .second{padding-top:10%;padding-bottom:10%;text-align:left;width:80%}}.dressers-static .about-section .element-container{flex-direction:row;width:100%}.dressers-static .about-section .element-container:nth-child(2n){flex-direction:row-reverse;background-color:#fff}@media (min-width: 769px){.dressers-static .about-section .element-container:nth-child(2n) .second-text-right{text-align:right!important}}@media (max-width: 767px){.dressers-static .about-section .element-container .first,.dressers-static .about-section .element-container .second{width:100%!important}}.chairs-static .about-section{margin-top:40px}@media (max-width: 767px){.chairs-static .about-section .d-flex{display:unset!important}.chairs-static .about-section .second{padding-top:10%;padding-bottom:10%;text-align:left;width:80%}}.chairs-static .about-section .element-container{flex-direction:row;width:100%}.chairs-static .about-section .element-container:nth-child(2n){flex-direction:row-reverse;background-color:#fff}@media (min-width: 769px){.chairs-static .about-section .element-container:nth-child(2n) .second-text-right{text-align:right!important}}@media (max-width: 767px){.chairs-static .about-section .element-container .first,.chairs-static .about-section .element-container .second{width:100%!important}}.bg-second-light{background-color:#fffeef}.bg-second{background-color:#f6f0db}#page-i-got-sofa .feature-item.feature-account:before{background-image:url(/build/assets/background-account-JnlV-amc.jpg)}#page-i-got-sofa .feature-item.feature-warranty-service:before{background-image:url(/build/assets/background-warranty-service-Cj61K9eo.jpg)}#page-i-got-sofa .feature-item.feature-sofa-care:before{background-image:url(/build/assets/background-sofa-care-4AKz68Bq.jpg)}#page-i-got-sofa .feature-item.feature-claims:before{background-image:url(/build/assets/background-claims-DFY-mhXr.jpg)}#page-i-got-sofa .feature-item.feature-payback-warranty:before{background-image:url(/build/assets/background-payback-warranty-DQMnQfN-.jpg)}#page-i-got-sofa .feature-item.feature-send-photo:before{background-image:url(/build/assets/background-send-photo-BKflI-dr.jpg)}#page-gallery{background:#fff}#page-gallery .top-header{margin-top:15%;margin-bottom:25%}#page-gallery .bg-lang-sk{background:url(/build/assets/logo-galeria-phase-sk-B48FCca0.png) no-repeat center;background-size:cover;background-position-y:-90px}#page-gallery .bg-lang-cz{background:url(/build/assets/logo-galeria-phase-cz-DqAAVhzp.png) no-repeat center;background-size:cover;background-position-y:-90px}#page-gallery h1{font-weight:lighter}#page-gallery .top-header h1 strong{font-weight:800}#page-gallery p{font-size:1.46rem;line-height:1.462}@media (min-width: 992px){#page-gallery .text-column_triple{-moz-column-count:3;column-count:3;-moz-column-gap:40px;column-gap:40px;-webkit-hyphens:manual;hyphens:manual;word-wrap:break-word}}#page-gallery p.text-column_content a.morelink{color:#393436;outline:none;text-decoration:none;transition:color .3s}#page-gallery p.text-column_content a.morelink:hover{color:#bd151c;transition:color .3s}#page-gallery p.text-column_content .morecontent span{display:none}#page-gallery p.text-column_content .morecontent span.artist{display:contents}#page-gallery .gallery-description p{font-size:1.1rem;line-height:1.67}#page-gallery .gallery-items p{margin-bottom:unset;font-size:1rem;line-height:1.4;color:#393537}#page-gallery .gallery-items .gallery-item_price{font-size:1.4rem}#page-gallery .gallery-items .gallery-description{line-height:1.1}#page-gallery .gallery-items .gallery-description p{padding-bottom:5px}#page-gallery .gallery-items hr{border:2px solid #f7f0d8}#page-gallery .gallery-items .item_image,#page-gallery .gallery-items .item_image img{max-height:424px;max-width:552px}#page-gallery .artist{text-decoration-line:underline;cursor:pointer}#page-gallery p a.mail-to{color:#000}@media (max-width: 700px){#page-gallery .gallery-items .item_image img{width:100%}}@media (min-width: 576px){.modal-dialog.gallery-modal{max-width:1270px}}.gallery-modal .modal-header{border:unset}.gallery-modal .modal-body hr{margin-top:unset;border:2px solid #f6f0db}.gallery-modal .close{background-color:#000;color:#fff;opacity:unset;width:40px;height:40px;line-height:0;font-weight:100}@media (min-width: 576px) and (max-width: 768px){#page-gallery .bg-lang-sk,#page-gallery .bg-lang-cz{background-size:cover;background-position-y:-50px}#page-gallery .top-header h1{font-size:18px}#page-gallery .top-header p{font-size:13px}#page-gallery .top-header{margin-top:5%;margin-bottom:10%}#page-galler .top-header-mobile{margin-left:-40px;width:inherit}}@media (min-width: 576px) and (max-width: 665px){#page-gallery .top-header h1{font-size:16px}}@media (min-width: 576px){#page-gallery .hidden-desktop{display:none!important}}@media (max-width: 576px){#page-gallery .hidden-mobile{display:none!important}#page-gallery .mobile-bg-sk{background:url(/build/assets/logo-galeria-phase-mobile-sk-CXnjXhEE.jpg) no-repeat top center;display:block;height:400px;background-size:cover}#page-gallery .mobile-bg-cz{background:url(/build/assets/logo-galeria-phase-mobile-cz-CBP74oXB.jpg) no-repeat top center;display:block;height:400px;background-size:cover}#page-gallery .bg-top-text{background-color:#f7f0d8}#page-gallery .mobile-bg-sk h1,#page-gallery .mobile-bg-cz h1{color:#fff;font-size:19px;height:inherit;vertical-align:bottom;margin:0;display:table-cell}#page-gallery .mobile-bg-sk h1:after,#page-gallery .mobile-bg-cz h1:after{content:"";display:block;height:10px}#page-gallery .mobile-bg-sk h1 strong,#page-gallery .mobile-bg-cz h1 strong{color:#fff;font-weight:800}#page-gallery .mobile-bg-sk p,#page-gallery .mobile-bg-cz p{font-size:1.2rem}}#page-sofas-shop-cross h1 img{margin-top:-25px;padding-right:15px}#page-sofas-shop-cross h1 span{font-weight:300}@media (max-width: 700px){#page-sofas-shop-cross h1 span{margin-left:80px}}#page-sofas-shop-cross a.cross-box{display:block;background-color:#f6f0db;text-decoration:none;color:#393537;font-weight:700}#page-sofas-shop-cross a.cross-box:hover{color:#f6f0db;background-color:#393537;border-bottom:5px solid #bd151c}#page-about .number-badge,#page-about-detail .number-badge,#contact-owner-phase-story .number-badge{position:absolute;display:block;width:70px;height:70px;top:-35px;right:-32px;border-radius:7px;background-color:#ede4c4;color:#332e33}#page-about .number-badge:hover,#page-about-detail .number-badge:hover,#contact-owner-phase-story .number-badge:hover{text-decoration:none}@media (max-width: 991px){#page-about .number-badge,#page-about-detail .number-badge,#contact-owner-phase-story .number-badge{width:60px;height:60px;top:auto;bottom:-30px;left:0;right:auto}}@media (max-width: 575px){#page-about .number-badge,#page-about-detail .number-badge,#contact-owner-phase-story .number-badge{width:50px;height:50px;top:auto;bottom:-25px;left:0;right:auto}}#page-about .number-badge span,#page-about-detail .number-badge span,#contact-owner-phase-story .number-badge span{display:block;line-height:70px;text-align:center;font-weight:400;font-size:25px}@media (max-width: 991px){#page-about .number-badge span,#page-about-detail .number-badge span,#contact-owner-phase-story .number-badge span{line-height:60px;font-size:23px}}@media (max-width: 575px){#page-about .number-badge span,#page-about-detail .number-badge span,#contact-owner-phase-story .number-badge span{line-height:50px;font-size:20px}}#page-about .header{margin-top:54px}#page-about .header h1{font-weight:700;margin-bottom:26px;color:#332e33}#page-about .header p{display:inline-block;max-width:820px}#page-about .listing{margin-top:76px;margin-bottom:98px}@media (max-width: 991px){#page-about .listing{margin-top:50px}}@media (max-width: 575px){#page-about .listing{margin-top:40px}}#page-about .listing .item{display:flex;margin-top:75px}@media (max-width: 991px){#page-about .listing .item{flex-wrap:wrap}}#page-about .listing .item:first-of-type{margin-top:0}#page-about .listing .item .image-container{position:relative;margin-right:63px}@media (max-width: 991px){#page-about .listing .item .image-container{flex-basis:100%;margin-right:0}}#page-about .listing .item .image-container img{max-width:380px}@media (max-width: 991px){#page-about .listing .item .image-container img{max-width:100%;width:100%}}#page-about .listing .item .text{margin-top:-16px}@media (max-width: 991px){#page-about .listing .item .text{margin-top:50px}}@media (max-width: 575px){#page-about .listing .item .text{margin-top:40px}}#page-about .listing .item .text h2{font-size:25px;font-weight:700;margin-bottom:25px}#page-about .listing .item .text h2 a{color:#332e33}#page-about .listing .item .text p{margin-bottom:20px;color:#474247}#page-about .listing .item .text .more .text{color:#332e33;font-weight:700}#page-about .listing .item .text .more .icon{display:inline-block;margin-left:5px;font-size:12px}#page-about-detail .breadcrumbs,#contact-owner-phase-story .breadcrumbs{margin-top:24px}#page-about-detail .breadcrumbs .delimiter,#contact-owner-phase-story .breadcrumbs .delimiter{display:inline-block;margin:0 8px;font-weight:700}#page-about-detail header,#contact-owner-phase-story header{margin-top:30px}#page-about-detail header .image-container,#contact-owner-phase-story header .image-container{position:relative;max-width:580px;margin:0 auto}#page-about-detail header .image-container img,#contact-owner-phase-story header .image-container img{display:block;width:100%}#page-about-detail header .image-container .number-badge,#contact-owner-phase-story header .image-container .number-badge{top:auto;bottom:-22px;right:auto;left:calc(50% - 35px)}#page-about-detail header .image-container .video,#contact-owner-phase-story header .image-container .video{position:relative;max-width:100%;padding-bottom:75%}#page-about-detail header .image-container .video iframe,#contact-owner-phase-story header .image-container .video iframe{position:absolute;width:100%;height:100%}#page-about-detail header .image-container .video+.number-badge,#contact-owner-phase-story header .image-container .video+.number-badge{position:relative}#page-about-detail header h2,#contact-owner-phase-story header h2{margin-top:46px;font-size:25px;font-weight:800;text-align:center;color:#332e33}#page-about-detail header p.description,#contact-owner-phase-story header p.description{max-width:720px;margin:20px auto 0;text-align:center;color:#474247}#page-about-detail .content,#contact-owner-phase-story .content{margin-top:72px}#page-about-detail .content h2,#contact-owner-phase-story .content h2{font-weight:800;font-size:20px;margin-bottom:21px;color:#332e33}#page-about-detail .content p,#contact-owner-phase-story .content p{line-height:25px;margin-bottom:21px;color:#474247}#page-about-detail .content img,#contact-owner-phase-story .content img{display:block;max-width:100%;margin-bottom:25px}#page-about-detail .all-benefits-wrapper,#contact-owner-phase-story .all-benefits-wrapper{margin-top:59px;margin-bottom:100px;text-align:center}@media (max-width: 991px){#page-about-detail .all-benefits-wrapper,#contact-owner-phase-story .all-benefits-wrapper{margin-top:39px;margin-bottom:70px}}@media (max-width: 575px){#page-about-detail .all-benefits-wrapper,#contact-owner-phase-story .all-benefits-wrapper{margin-top:19px;margin-bottom:50px}}#page-about-detail .all-benefits-wrapper a,#contact-owner-phase-story .all-benefits-wrapper a{min-width:auto;padding-left:40px;padding-right:40px;background-color:#332e33;border-color:#332e33}#page-about-detail .all-benefits-wrapper a:hover,#contact-owner-phase-story .all-benefits-wrapper a:hover{background-color:#474247;border-color:#474247}.favorites__title_section{display:flex;flex-direction:column;align-content:center;align-items:center}.favorites__title_section h1{text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;padding-right:16px;padding-left:16px;color:#383436}@media (min-width: 768px){.favorites__title_section h1{font-size:1.6rem}}.favorites__title_section p{font-size:1.2rem;color:#383436;font-family:Panton-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center}@media (min-width: 768px){.favorites__title_section p{padding:0 120px;font-size:1rem}.favorites__items_section{padding-left:unset;padding-right:unset}}.favorites__items_section .grid-gallery__loading,.favorites__items_section .grid-gallery__empty{min-height:20vh}.favorites__items_section .grid-gallery{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;grid-auto-flow:dense;gap:6px}@media (min-width: 768px){.favorites__items_section .grid-gallery{gap:24px}}.favorites__items_section .grid-gallery .three-col-item{grid-row:span 1/auto;grid-column:span 6/auto}.favorites__items_section .grid-gallery .two-col-item{grid-row:span 1/auto;grid-column:span 3/auto}@media (min-width: 768px){.favorites__items_section .grid-gallery .three-col-item{grid-row:span 1/auto;grid-column:span 3/auto}.favorites__items_section .grid-gallery .two-col-item{grid-row:span 1/auto;grid-column:span 2/auto}}.favorites__items_section .gallery-item__text_wrapper{padding-right:14px;padding-left:14px}.favorites__items_section .gallery-item__text_wrapper .gallery-item__category{font-family:Panton-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:left;margin-right:8px;color:#383436}.favorites__items_section .gallery-item__text_wrapper .gallery-item__name{font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:left;text-transform:uppercase;color:#383436}#favorite-item__wrapper{position:relative}#favorite-item__wrapper .favorite-item__favorite-icon{position:absolute;top:8px;right:6px;z-index:99}@media (min-width: 768px){#favorite-item__wrapper .favorite-item__favorite-icon{right:8px}}#favorite-item__wrapper .favorite-item__favorite-icon svg{cursor:pointer;transition:all .2s ease-in-out;height:36px;width:36px;padding:8px;fill:#fffef0}@media (min-width: 768px){#favorite-item__wrapper .favorite-item__favorite-icon svg{height:46px;width:46px}}#favorite-item__wrapper .favorite-item__favorite-icon svg path{pointer-events:none}#favorite-item__wrapper .favorite-item__favorite-icon svg:hover{fill:#383436}#favorite-item__wrapper:hover .gallery-item__text_wrapper .gallery-item__category,#favorite-item__wrapper:hover .gallery-item__text_wrapper .gallery-item__name{color:#bc1c1d}.favorites__send_button_wrapper{display:flex;justify-content:center;align-items:center}.favorites__send_button_wrapper .btn-green{background-color:#88ab34;color:#fff;font-size:1.1rem;font-family:Panton-Boldr,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:uppercase;padding:12px;min-width:24vh}.favorites__send_button_wrapper .btn-green:focus{box-shadow:unset}.absolute-center,.favorites__loader,.favorites__empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.favorites__empty{font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.8rem;text-align:center;color:#383436}.favorites__loader{width:15px;aspect-ratio:1;border-radius:50%;animation:l5 1s infinite linear alternate}@keyframes l5{0%{box-shadow:20px 0 #bc1c1d,-20px 0 #bc1c1d80;background:#bc1c1d}33%{box-shadow:20px 0 #bc1c1d,-20px 0 #bc1c1d80;background:#bc1c1d80}66%{box-shadow:20px 0 #bc1c1d80,-20px 0 #bc1c1d;background:#bc1c1d80}to{box-shadow:20px 0 #bc1c1d80,-20px 0 #bc1c1d;background:#bc1c1d}}.list-enter-active,.list-leave-active{transition:opacity .5s ease}.list-enter-from,.list-leave-to{opacity:0}#page-landing .navigation__wrapper{height:90px;width:100%;background-color:#f7f0d9}@media (min-width: 768px){#page-landing .navigation__wrapper{height:80px}}#page-landing .navigation__wrapper_inner{display:flex;height:90px;align-items:center;width:100%;flex-direction:row;justify-content:space-between}@media (min-width: 768px){#page-landing .navigation__wrapper_inner{height:80px}}#page-landing .navigation__wrapper_inner .navigation__arrow_left,#page-landing .navigation__wrapper_inner .navigation__arrow_right{height:24px;width:24px}#page-landing .navigation__wrapper_inner .navigation__arrow_left{transition:background-color .2s ease-in-out;background-color:#383436;-webkit-mask-image:url(/build/assets/arrow-left-C2gib-pB.svg);mask-image:url(/build/assets/arrow-left-C2gib-pB.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;margin-left:12px}@media (min-width: 768px){#page-landing .navigation__wrapper_inner .navigation__arrow_left{margin-left:100px}}#page-landing .navigation__wrapper_inner .navigation__arrow_left:hover{background-color:#bc1c1d}#page-landing .navigation__wrapper_inner .navigation__arrow_right{transition:background-color .2s ease-in-out;background-color:#383436;-webkit-mask-image:url(/build/assets/arrow-right-CsW7cf8G.svg);mask-image:url(/build/assets/arrow-right-CsW7cf8G.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;margin-right:12px}@media (min-width: 768px){#page-landing .navigation__wrapper_inner .navigation__arrow_right{margin-right:100px}}#page-landing .navigation__wrapper_inner .navigation__arrow_right:hover{background-color:#bc1c1d}#page-landing .navigation__wrapper_inner .navigation__main_title{padding-right:12px;padding-left:12px}@media (min-width: 768px){#page-landing .navigation__wrapper_inner .navigation__main_title{padding-right:unset;padding-left:unset}}#page-landing .navigation__wrapper_inner .navigation__main_title h1{text-transform:uppercase;font-family:Panton-Bold,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;padding:0;margin:0}@media (min-width: 768px){#page-landing .navigation__wrapper_inner .navigation__main_title h1{font-size:1.6rem}}#page-landing .navigation__wrapper_inner .navigation__main_title .navigation__main_subtitle{text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;padding:0;margin:0}@media (min-width: 768px){#page-landing .navigation__wrapper_inner .navigation__main_title .navigation__main_subtitle{font-size:1.6rem}}#page-landing .description__wrapper{padding:30px 6%}@media (min-width: 768px){#page-landing .description__wrapper{padding:30px 15%}}#page-landing .description__wrapper p{font-family:Panton-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;margin:0;text-align:center;color:#383436}@media (min-width: 768px){#page-landing .description__wrapper p{font-size:1.2rem}}#page-landing .item__title_wrapper a{text-decoration:unset!important}#page-landing .item__title_wrapper h2{padding:30px 15% 0;text-transform:uppercase;font-family:Panton-Bold,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;margin:0}@media (min-width: 768px){#page-landing .item__title_wrapper h2{font-size:1.6rem}}#page-landing .item__title_wrapper h2 span{font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif}#page-landing .item__title_wrapper h2:hover{color:#bc1c1d}#page-landing .item__description_wrapper{padding:30px 6%}@media (min-width: 768px){#page-landing .item__description_wrapper{padding:30px 15%}}#page-landing .item__description_wrapper p{font-family:Panton-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;margin:0;text-align:center;color:#383436}@media (min-width: 768px){#page-landing .item__description_wrapper p{font-size:1.2rem}}#page-new-portfolio .title__wrapper,#page-new-portfolio #page-product .product_collections__wrapper .collections_title__wrapper,#page-product .product_collections__wrapper #page-new-portfolio .collections_title__wrapper,#page-new-portfolio #page-product .gallery_title__wrapper,#page-product #page-new-portfolio .gallery_title__wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding-right:12px;padding-left:12px;padding-top:30px}@media (min-width: 768px){#page-new-portfolio .title__wrapper,#page-new-portfolio #page-product .product_collections__wrapper .collections_title__wrapper,#page-product .product_collections__wrapper #page-new-portfolio .collections_title__wrapper,#page-new-portfolio #page-product .gallery_title__wrapper,#page-product #page-new-portfolio .gallery_title__wrapper{padding-right:unset;padding-left:unset}}#page-new-portfolio .title__wrapper h1,#page-new-portfolio #page-product .product_collections__wrapper .collections_title__wrapper h1,#page-product .product_collections__wrapper #page-new-portfolio .collections_title__wrapper h1,#page-new-portfolio #page-product .gallery_title__wrapper h1,#page-product #page-new-portfolio .gallery_title__wrapper h1{text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;padding:0;margin:0}@media (min-width: 768px){#page-new-portfolio .title__wrapper h1,#page-new-portfolio #page-product .product_collections__wrapper .collections_title__wrapper h1,#page-product .product_collections__wrapper #page-new-portfolio .collections_title__wrapper h1,#page-new-portfolio #page-product .gallery_title__wrapper h1,#page-product #page-new-portfolio .gallery_title__wrapper h1{font-size:1.6rem}}#page-new-portfolio .description__wrapper{padding:30px 6%}@media (min-width: 768px){#page-new-portfolio .description__wrapper{padding:30px 15%}}#page-new-portfolio .description__wrapper p{font-family:Panton-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;margin:0;text-align:center;color:#383436}@media (min-width: 768px){#page-new-portfolio .description__wrapper p{font-size:1.2rem}}#page-new-portfolio .item__category_wrapper h3{padding:24px 15% 0;text-transform:lowercase;font-family:Panton-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.2rem;text-align:center;color:#383436}#page-new-portfolio .item__title_wrapper a{text-decoration:unset!important}#page-new-portfolio .item__title_wrapper h2{padding:4px 15% 0;text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;margin:0}@media (min-width: 768px){#page-new-portfolio .item__title_wrapper h2{font-size:1.6rem}}#page-new-portfolio .item__title_wrapper h2 span{font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif}#page-new-portfolio .item__title_wrapper h2:hover{color:#bc1c1d}#page-new-portfolio .item__description_wrapper{padding:30px 6%}@media (min-width: 768px){#page-new-portfolio .item__description_wrapper{padding:30px 15%}}#page-new-portfolio .item__description_wrapper p{font-family:Panton-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;margin:0;text-align:center;color:#383436}@media (min-width: 768px){#page-new-portfolio .item__description_wrapper p{font-size:1.2rem}}#page-products .title__wrapper,#page-products #page-product .product_collections__wrapper .collections_title__wrapper,#page-product .product_collections__wrapper #page-products .collections_title__wrapper,#page-products #page-product .gallery_title__wrapper,#page-product #page-products .gallery_title__wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding-right:12px;padding-left:12px;padding-top:30px}@media (min-width: 768px){#page-products .title__wrapper,#page-products #page-product .product_collections__wrapper .collections_title__wrapper,#page-product .product_collections__wrapper #page-products .collections_title__wrapper,#page-products #page-product .gallery_title__wrapper,#page-product #page-products .gallery_title__wrapper{padding-right:unset;padding-left:unset}}#page-products .title__wrapper h1,#page-products #page-product .product_collections__wrapper .collections_title__wrapper h1,#page-product .product_collections__wrapper #page-products .collections_title__wrapper h1,#page-products #page-product .gallery_title__wrapper h1,#page-product #page-products .gallery_title__wrapper h1{text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;padding:0;margin:0}@media (min-width: 768px){#page-products .title__wrapper h1,#page-products #page-product .product_collections__wrapper .collections_title__wrapper h1,#page-product .product_collections__wrapper #page-products .collections_title__wrapper h1,#page-products #page-product .gallery_title__wrapper h1,#page-product #page-products .gallery_title__wrapper h1{font-size:1.6rem}}#page-products .description__wrapper{padding:30px 6%}@media (min-width: 768px){#page-products .description__wrapper{padding:30px 15%}}#page-products .description__wrapper p{font-family:Panton-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;margin:0;text-align:center;color:#383436}@media (min-width: 768px){#page-products .description__wrapper p{font-size:1.2rem}}#page-products .item__category_wrapper h3{padding:18px 15% 0;text-transform:lowercase;font-family:Panton-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.2rem;text-align:center;margin:0;color:#383436}@media (min-width: 768px){#page-products .item__category_wrapper h3{padding:24px 15% 0}}#page-products .item__title_wrapper a{text-decoration:unset!important}#page-products .item__title_wrapper h2{padding:4px 15% 18px;text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;margin:0}@media (min-width: 768px){#page-products .item__title_wrapper h2{padding:6px 15% 24px;font-size:1.6rem}}#page-products .item__title_wrapper h2 span{font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif}#page-products .item__title_wrapper h2:hover{color:#bc1c1d}#page-product .action__wrapper{display:flex;justify-content:center;align-items:center;width:100%;background-color:#bc1c1d;padding:8px;margin-left:15px;margin-right:15px;color:#fff;text-align:center;font-size:1.1rem;font-weight:500;text-wrap:balance}@media (min-width: 768px){#page-product .action__wrapper{font-size:1.4rem}}#page-product .image__illustration_wrapper{padding-right:16px;padding-left:16px;padding-top:4px}#page-product .image__illustration_wrapper p{font-weight:300;font-size:1rem}#page-product .category__wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding:18px 6% 0}@media (min-width: 768px){#page-product .category__wrapper{padding:28px 15% 0}}#page-product .category__wrapper h3{font-family:Panton-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;margin:0;text-align:center;color:#000}@media (min-width: 768px){#page-product .category__wrapper h3{font-size:1.2rem}}#page-product .title__wrapper,#page-product .product_collections__wrapper .collections_title__wrapper,#page-product .gallery_title__wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding-right:12px;padding-left:12px}@media (min-width: 768px){#page-product .title__wrapper,#page-product .product_collections__wrapper .collections_title__wrapper,#page-product .gallery_title__wrapper{padding-right:unset;padding-left:unset}}#page-product .title__wrapper h1,#page-product .product_collections__wrapper .collections_title__wrapper h1,#page-product .gallery_title__wrapper h1{font-family:Musette,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:5rem;font-weight:400;text-align:center;color:#bc1c1d;padding:0;margin:0}@media (min-width: 768px){#page-product .title__wrapper h1,#page-product .product_collections__wrapper .collections_title__wrapper h1,#page-product .gallery_title__wrapper h1{font-size:7rem}}#page-product .download__wrapper{align-items:center;flex-wrap:wrap;display:flex;justify-content:center;width:100%;padding:4px 6%}@media (min-width: 768px){#page-product .download__wrapper{padding:6px 15%}#page-product .download__wrapper .download__detail,#page-product .download__wrapper .download__model{width:100%}}@media (min-width: 768px) and (min-width: 768px){#page-product .download__wrapper .download__detail,#page-product .download__wrapper .download__model{width:auto}}#page-product .description__wrapper{padding:8px 6%}@media (min-width: 768px){#page-product .description__wrapper{padding:16px 15%}}#page-product .description__wrapper p{font-family:Panton-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;margin:0;text-align:center;color:#383436}@media (min-width: 768px){#page-product .description__wrapper p{font-size:1.2rem}}#page-product .gallery_title__wrapper h2{text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;padding:0;margin:0;font-weight:900}@media (min-width: 768px){#page-product .gallery_title__wrapper h2{font-size:1.6rem}}#page-product .product_collections__wrapper .collections_title__wrapper h2{text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;padding:0;margin:0;font-weight:900}@media (min-width: 768px){#page-product .product_collections__wrapper .collections_title__wrapper h2{font-size:1.6rem}}#page-product .product_collections__wrapper .slide-gallery{padding:0}#page-product .product_collections__wrapper .odd .slide-gallery{padding-right:unset!important}@media (min-width: 768px){#page-product .product_collections__wrapper .odd .slide-gallery{padding-right:8px!important}}#page-product .product_collections__wrapper .even .slide-gallery{padding-left:unset!important}@media (min-width: 768px){#page-product .product_collections__wrapper .even .slide-gallery{padding-left:8px!important}}#page-product .product_collections__wrapper .item__category_wrapper h3{padding:18px 15% 0;text-transform:lowercase;font-family:Panton-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.2rem;text-align:center;margin:0;color:#383436}@media (min-width: 768px){#page-product .product_collections__wrapper .item__category_wrapper h3{padding:24px 15% 0}}#page-product .product_collections__wrapper .item__title_wrapper a{text-decoration:unset!important}#page-product .product_collections__wrapper .item__title_wrapper h2{padding:4px 15% 18px;text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;margin:0}@media (min-width: 768px){#page-product .product_collections__wrapper .item__title_wrapper h2{padding:6px 15% 24px;font-size:1.6rem}}#page-product .product_collections__wrapper .item__title_wrapper h2 span{font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif}#page-product .product_collections__wrapper .item__title_wrapper h2:hover{color:#bc1c1d}.lightbox_gallery__item_wrapper.even{padding-left:unset}@media (min-width: 768px){.lightbox_gallery__item_wrapper.even{padding-left:8px!important}}.lightbox_gallery__item_wrapper.odd{padding-right:unset}@media (min-width: 768px){.lightbox_gallery__item_wrapper.odd{padding-right:8px!important}}#page-product-collections .title__wrapper,#page-product-collections #page-product .gallery_title__wrapper,#page-product #page-product-collections .gallery_title__wrapper,#page-product-collections #page-product .product_collections__wrapper .collections_title__wrapper,#page-product .product_collections__wrapper #page-product-collections .collections_title__wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding-right:12px;padding-left:12px;padding-top:30px}@media (min-width: 768px){#page-product-collections .title__wrapper,#page-product-collections #page-product .gallery_title__wrapper,#page-product #page-product-collections .gallery_title__wrapper,#page-product-collections #page-product .product_collections__wrapper .collections_title__wrapper,#page-product .product_collections__wrapper #page-product-collections .collections_title__wrapper{padding-right:unset;padding-left:unset}}#page-product-collections .title__wrapper h1,#page-product-collections #page-product .gallery_title__wrapper h1,#page-product #page-product-collections .gallery_title__wrapper h1,#page-product-collections #page-product .product_collections__wrapper .collections_title__wrapper h1,#page-product .product_collections__wrapper #page-product-collections .collections_title__wrapper h1{text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;padding:0;margin:0}@media (min-width: 768px){#page-product-collections .title__wrapper h1,#page-product-collections #page-product .gallery_title__wrapper h1,#page-product #page-product-collections .gallery_title__wrapper h1,#page-product-collections #page-product .product_collections__wrapper .collections_title__wrapper h1,#page-product .product_collections__wrapper #page-product-collections .collections_title__wrapper h1{font-size:1.6rem}}#page-product-collections .description__wrapper{padding:30px 6%}@media (min-width: 768px){#page-product-collections .description__wrapper{padding:30px 15%}}#page-product-collections .description__wrapper p{font-family:Panton-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;margin:0;text-align:center;color:#383436}@media (min-width: 768px){#page-product-collections .description__wrapper p{font-size:1.2rem}}#page-product-collections .item__category_wrapper h3{padding:18px 15% 0;text-transform:lowercase;font-family:Panton-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.2rem;text-align:center;margin:0;color:#383436}@media (min-width: 768px){#page-product-collections .item__category_wrapper h3{padding:24px 15% 0}}#page-product-collections .item__title_wrapper a{text-decoration:unset!important}#page-product-collections .item__title_wrapper h2{padding:4px 15% 18px;text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;margin:0}@media (min-width: 768px){#page-product-collections .item__title_wrapper h2{padding:6px 15% 24px;font-size:1.6rem}}#page-product-collections .item__title_wrapper h2 span{font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif}#page-product-collections .item__title_wrapper h2:hover{color:#bc1c1d}#page-product-collection .category__wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding:18px 6% 14px}@media (min-width: 768px){#page-product-collection .category__wrapper{padding:28px 15% 24px}}#page-product-collection .category__wrapper h3{font-family:Panton-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;margin:0;text-align:center;color:#000}@media (min-width: 768px){#page-product-collection .category__wrapper h3{font-size:1.2rem}}#page-product-collection .title__wrapper,#page-product-collection #page-product .gallery_title__wrapper,#page-product #page-product-collection .gallery_title__wrapper,#page-product-collection #page-product .product_collections__wrapper .collections_title__wrapper,#page-product .product_collections__wrapper #page-product-collection .collections_title__wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding-right:12px;padding-left:12px}@media (min-width: 768px){#page-product-collection .title__wrapper,#page-product-collection #page-product .gallery_title__wrapper,#page-product #page-product-collection .gallery_title__wrapper,#page-product-collection #page-product .product_collections__wrapper .collections_title__wrapper,#page-product .product_collections__wrapper #page-product-collection .collections_title__wrapper{padding-right:unset;padding-left:unset}}#page-product-collection .title__wrapper h1,#page-product-collection #page-product .gallery_title__wrapper h1,#page-product #page-product-collection .gallery_title__wrapper h1,#page-product-collection #page-product .product_collections__wrapper .collections_title__wrapper h1,#page-product .product_collections__wrapper #page-product-collection .collections_title__wrapper h1{text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;padding:0;margin:0}@media (min-width: 768px){#page-product-collection .title__wrapper h1,#page-product-collection #page-product .gallery_title__wrapper h1,#page-product #page-product-collection .gallery_title__wrapper h1,#page-product-collection #page-product .product_collections__wrapper .collections_title__wrapper h1,#page-product .product_collections__wrapper #page-product-collection .collections_title__wrapper h1{font-size:1.6rem}}#page-product-collection .description__wrapper{padding:8px 6%}@media (min-width: 768px){#page-product-collection .description__wrapper{padding:16px 15%}}#page-product-collection .description__wrapper p{font-family:Panton-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;margin:0;text-align:center;color:#383436}@media (min-width: 768px){#page-product-collection .description__wrapper p{font-size:1.2rem}}.item_wrapper.even{padding-left:2px!important}@media (min-width: 768px){.item_wrapper.even{padding-left:unset!important}}.item_wrapper.odd{padding-right:2px!important}@media (min-width: 768px){.item_wrapper.odd{padding-right:unset!important}}.item__bottom_section .item__category_wrapper h3{padding:18px 6% 0;text-transform:lowercase;font-family:Panton-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.2rem;text-align:center;margin:0;color:#383436}@media (min-width: 768px){.item__bottom_section .item__category_wrapper h3{padding:24px 6% 0}}.item__bottom_section .item__title_wrapper a{text-decoration:unset!important}.item__bottom_section .item__title_wrapper h2{padding:4px 6% 18px;text-transform:uppercase;font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4rem;text-align:center;color:#383436;margin:0}@media (min-width: 768px){.item__bottom_section .item__title_wrapper h2{padding:6px 6% 24px;font-size:1.6rem}}.item__bottom_section .item__title_wrapper h2 span{font-family:Panton-Light,Helvetica Neue,Helvetica,Arial,sans-serif}.item__bottom_section .item__title_wrapper h2:hover{color:#bc1c1d}/*!
 * / Created by: Kamil Donoval
 * / */#page-search-results .bg-custom{background-color:#f7f0d9!important;display:none}#page-search-results #articles .corner-date{z-index:2;position:absolute;top:9px;right:17px;padding:2px 7px;background:#000;color:#fff;text-align:center;font-weight:700;font-size:.55rem}#page-search-results #articles .corner-datediv:before,#page-search-results #articles .corner-datediv:after{content:"";width:12px;height:2px;background-color:#bd151c;display:block;margin:0 auto}#page-you-are-designer .btn-green{padding:12px;min-width:24vh;margin-top:-58px}#page-you-are-designer .btn-green:focus{box-shadow:unset}#page-you-are-designer .yrd-heading-wrapper h1{font-size:1.4rem;padding:0;margin:0}@media (min-width: 768px){#page-you-are-designer .yrd-heading-wrapper h1{font-size:1.6rem}}#page-you-are-designer .yrd-profitable-wrapper h2{font-size:1.2rem;padding:0;margin:0}@media (min-width: 768px){#page-you-are-designer .yrd-profitable-wrapper h2{font-size:1.4rem}}#page-you-are-designer .yrd-profitable-wrapper-icons svg{width:80px;height:auto}#page-you-are-designer .yrd-contact-wrapper a{color:#fff;text-decoration:underline}#page-you-are-designer .yrd-privacy-policy-wrapper a{color:#000;text-decoration:underline}#page-you-are-designer p{font-size:1rem;margin:0}@media (min-width: 768px){#page-you-are-designer p{font-size:1.2rem}}#page-you-are-designer p em{font-style:normal}#page-you-are-designer p .yrd-highlighted{font-weight:900}#page-you-are-designer p .yrd-highlighted.red{color:#bc1c1d}#page-you-are-designer p .yrd-highlighted a{text-decoration:underline}/*!
 * Created by: Kamil Donoval
 */#page-quality-control .top{margin-bottom:1.6rem}#page-quality-control .top .top__title-wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding-right:12px;padding-left:12px;padding-top:30px}#page-quality-control .top .top__title-wrapper h1{text-transform:uppercase;font-size:2rem;font-family:Panton,sans-serif;font-weight:400}#page-quality-control .top .top__subtitle-wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding-left:0;padding-right:0;padding-top:2rem}@media (min-width: 768px){#page-quality-control .top .top__subtitle-wrapper{padding-right:1rem;padding-left:1rem}}#page-quality-control .top .top__subtitle-wrapper h2{font-family:Panton,sans-serif;font-weight:600;font-size:1.2rem;line-height:1.5;text-align:center;text-wrap:balance}#page-quality-control .top .top__image-wrapper{padding-top:1rem;display:flex;justify-content:center}#page-quality-control .top .top__image-wrapper img{max-width:400px}#page-quality-control .top .top__description-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding-left:0;padding-right:0;padding-top:2rem}@media (min-width: 768px){#page-quality-control .top .top__description-wrapper{padding-right:1rem;padding-left:1rem}}#page-quality-control .top .top__description-wrapper p{font-size:1.2rem;font-family:Panton,sans-serif;font-weight:600;text-align:justify;color:#000}#page-quality-control .items .item__wrapper .item{align-items:center;padding-top:1rem;padding-bottom:1rem}#page-quality-control .items .item__wrapper .item .item__image{justify-content:center;display:flex;width:100%}#page-quality-control .items .item__wrapper .item .item__description_wrapper{padding-left:0;padding-right:0}#page-quality-control .items .item__wrapper .item .item__description_wrapper .item__description{font-size:1rem;font-family:Panton,sans-serif;font-weight:400;text-align:justify;margin-top:1rem;margin-bottom:1rem}#page-quality-control .items .item__wrapper .item .item__description_wrapper .item__description ul{color:inherit}#page-quality-control .items .item__wrapper .item .item__description_wrapper .item__description .content-centered{display:flex;flex-flow:column;align-items:center}#page-quality-control .items .item__wrapper .item .item__text-wrapper{padding-top:1.4rem;padding-left:0;padding-right:0}@media (min-width: 768px){#page-quality-control .items .item__wrapper .item .item__text-wrapper{padding-top:0}}#page-quality-control .items .item__wrapper .item .item__text-wrapper .item__text{display:flex;flex-direction:column}#page-quality-control .items .item__wrapper .item .item__text-wrapper .item__text h2{font-size:1.6rem;font-family:Panton,sans-serif;font-weight:400;margin-bottom:1rem;text-align:start}#page-quality-control .items .item__wrapper .item .item__text-wrapper .item__text h3{font-size:1.4rem;font-family:Panton,sans-serif;font-weight:700;margin-bottom:1rem;text-align:start}#page-quality-control .items .item__wrapper .item .item__text-wrapper .item__text h4{font-size:1.1rem;font-family:Panton,sans-serif;font-weight:600;margin-bottom:1rem}#page-quality-control .items .item__wrapper .item .item__text-wrapper .item__text .item__short-description{font-size:1rem;font-family:Panton,sans-serif;font-weight:400;text-align:justify}#page-quality-control .items .item__wrapper .item.even .item__short-description h3,#page-quality-control .items .item__wrapper .item.even .item__short-description h4{text-align:start!important}@media (min-width: 768px){#page-quality-control .items .item__wrapper .item.even .item__text{align-items:flex-start;padding-left:1rem}#page-quality-control .items .item__wrapper .item.even .item__image{padding-left:0!important}}#page-quality-control .items .item__wrapper .item.odd{flex-direction:row-reverse}#page-quality-control .items .item__wrapper .item.odd .item__short-description h3{text-align:start!important}@media (min-width: 768px){#page-quality-control .items .item__wrapper .item.odd .item__short-description h3{text-align:end!important}}#page-quality-control .items .item__wrapper .item.odd .item__short-description h4{text-align:start!important}@media (min-width: 768px){#page-quality-control .items .item__wrapper .item.odd .item__short-description h4{text-align:end!important}#page-quality-control .items .item__wrapper .item.odd .item__text{align-items:flex-end;padding-right:1rem}#page-quality-control .items .item__wrapper .item.odd .item__image{padding-right:0!important}}#page-quality-control .items .item__wrapper .item__arrow{display:flex;justify-content:center;transition:transform .3s}#page-quality-control .items .item__wrapper .item__arrow.open{transform:rotate(180deg)}.alert.auth-nav{padding:.25rem 1.25rem;border-bottom:1px solid #868e96}.alert.auth-nav p{margin-bottom:0}.alert.auth-nav p a{color:#5c585c;display:inline-block;margin-right:.5rem}.alert.auth-nav p a svg{position:relative;top:-1px;margin-right:.25rem}.alert.auth-nav p a:after{content:"-";padding-left:.5rem}.alert.auth-nav p a:hover{text-decoration:none;color:#000}.alert.auth-nav p a:hover:after{color:#5c585c}.alert.auth-nav p a:last-child{margin-right:0;float:right}.alert.auth-nav p a:last-child:after{content:""}.alert.auth-nav p a:nth-last-child(2){margin-right:0}.alert.auth-nav p a:nth-last-child(2):after{content:""}.tables-prices{font-size:12px;font-weight:100;background-color:#383536;padding:7px;border-radius:5px;margin-top:60px;display:inline-block}.h4.heading.with-price{bottom:25px!important}.hide{display:none}@media (min-width: 601px){.owner-margin-left-desktop{margin-left:7%;margin-top:4%;padding-left:4%;padding-right:4%;padding-bottom:4%}}#page-contact-owner .cover-wrapper .story-telling-banner{height:100px}@media (max-width: 1699px){.owner-margin-left-desktop{margin-left:7%;margin-top:3%;padding-left:3%;padding-right:3%;padding-bottom:3%}}@media (min-width: 1201px){.owner-margin-left-desktop{margin-left:7%;margin-top:4%;padding-left:4%;padding-right:4%;padding-bottom:4%}}@media (min-width: 1701px){#page-contact-owner .cover-wrapper .story-telling-banner{height:100px}}#page-contact-owner .cover-wrapper .cover-content .quote{font-size:.9rem}.hide-for-desktop{display:none}@media (max-width: 499px){.hide-for-desktop{display:block}}.hide-for-mobile{display:none}@media (min-width: 501px){.hide-for-mobile{display:block}}@media (max-width: 499px){#page-contact-owner .cover-wrapper .cover{background:url(/build/assets/owner-photo-mobile-CnhT0JIa.png) no-repeat top center;position:relative;height:300px;margin-bottom:0!important;background-position:left center;background-size:cover}}#page-contact-owner .cover-wrapper .cover-content .heading{margin-bottom:0;color:#fff;font-size:1 rem;font-weight:700}#page-contact-owner .cover-wrapper .cover-content .position{color:#6dcff6;font-size:.9rem}#page-contact-owner .cover-wrapper .cover-content .quote{color:#fff;font-size:.8 rem;font-weight:400;line-height:1.5}.top-gallery .top-gallery-title{z-index:2;position:absolute;background:linear-gradient(to left,transparent,#FFFFFF 140%);padding-left:10%}.top-gallery .top-gallery-title h1{color:#bd151c!important}@media (max-width: 767px){.top-gallery .top-gallery-title h1{font-size:4rem!important}}.top-gallery .top-gallery-title .subtitle{top:-35px;position:relative;left:30px;font-size:.8rem}@media (max-width: 767px){.top-gallery .top-gallery-title .subtitle{top:-15px;left:8px;font-size:.5rem}}.product-detail .product-image{display:flex}.product-detail .product-image img{max-height:100%;min-width:100%!important;max-width:100%!important;-o-object-fit:contain;object-fit:contain;vertical-align:bottom}.product-detail .product-image .main-image{width:70%}.product-detail .product-image .second{width:30%;display:grid;grid-auto-rows:auto}.product-detail .product-image .second div img{transform:none!important;top:0!important;height:100%}.product-detail .product-image.single .main-image{width:100%}.product-detail .product-image.single .second{width:0%}@media (min-width: 768px){.md\:tw-container{width:100%;margin-right:auto;margin-left:auto}@media (min-width: 540px){.md\:tw-container{max-width:540px}}@media (min-width: 720px){.md\:tw-container{max-width:720px}}@media (min-width: 960px){.md\:tw-container{max-width:960px}}@media (min-width: 1140px){.md\:tw-container{max-width:1140px}}@media (min-width: 1225px){.md\:tw-container{max-width:1225px}}}.hover\:-tw-translate-y-1:hover{--tw-translate-y: -.25rem !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.hover\:tw-shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.disabled\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled{-webkit-text-fill-color:rgba(var(--gray-500),1)!important}.disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled::-moz-placeholder{-webkit-text-fill-color:rgba(var(--gray-400),1)!important}.disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled::placeholder{-webkit-text-fill-color:rgba(var(--gray-400),1)!important}.dark\:disabled\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled:is(.tw-dark *){-webkit-text-fill-color:rgba(var(--gray-400),1)!important}.dark\:disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled:is(.tw-dark *)::-moz-placeholder{-webkit-text-fill-color:rgba(var(--gray-500),1)!important}.dark\:disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled:is(.tw-dark *)::placeholder{-webkit-text-fill-color:rgba(var(--gray-500),1)!important}@media (min-width: 576px){.sm\:tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}}@media (min-width: 768px){.md\:tw-block{display:block!important}.md\:tw-hidden{display:none!important}.md\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:tw-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}}@media (min-width: 992px){.lg\:tw-auto-cols-fr{grid-auto-columns:minmax(0,1fr)!important}.lg\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:tw-pl-\[15\%\]{padding-left:15%!important}}@media (min-width: 1200px){.xl\:tw-px-\[20\%\]{padding-left:20%!important;padding-right:20%!important}}
