@charset "UTF-8";:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@font-face{font-display:block;font-family:bootstrap-icons;src:url(/build/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a) format("woff2"),url(/build/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}.bi-bluesky:before{content:""}.bi-tux:before{content:"滑"}.bi-beaker-fill:before{content:"串"}.bi-beaker:before{content:"句"}.bi-flask-fill:before{content:"龜"}.bi-flask-florence-fill:before{content:"龜"}.bi-flask-florence:before{content:"契"}.bi-flask:before{content:"金"}.bi-leaf-fill:before{content:"喇"}.bi-leaf:before{content:"奈"}.bi-measuring-cup-fill:before{content:"懶"}.bi-measuring-cup:before{content:"癩"}.bi-unlock2-fill:before{content:"羅"}.bi-unlock2:before{content:"蘿"}.bi-battery-low:before{content:"螺"}.bi-anthropic:before{content:"裸"}.bi-apple-music:before{content:"邏"}.bi-claude:before{content:"樂"}.bi-openai:before{content:"洛"}.bi-perplexity:before{content:"烙"}.bi-css:before{content:"珞"}.bi-javascript:before{content:"落"}.bi-typescript:before{content:"酪"}.bi-fork-knife:before{content:"駱"}.bi-globe-americas-fill:before{content:"亂"}.bi-globe-asia-australia-fill:before{content:"卵"}.bi-globe-central-south-asia-fill:before{content:"欄"}.bi-globe-europe-africa-fill:before{content:"爛"}:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(10, 54, 33.6);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(209, 231, 220.8);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(163, 207, 186.6);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: rgb(10.4, 88, 202.4);--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(13, 110, 253, .25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: rgb(109.8, 168, 253.8);--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);--bs-success-text-emphasis: rgb(117, 183, 152.4);--bs-info-text-emphasis: rgb(109.8, 223.2, 246);--bs-warning-text-emphasis: rgb(255, 217.8, 106.2);--bs-danger-text-emphasis: rgb(234, 133.8, 143.4);--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: rgb(2.6, 22, 50.6);--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);--bs-success-bg-subtle: rgb(5, 27, 16.8);--bs-info-bg-subtle: rgb(2.6, 40.4, 48);--bs-warning-bg-subtle: rgb(51, 38.6, 1.4);--bs-danger-bg-subtle: rgb(44, 10.6, 13.8);--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: rgb(7.8, 66, 151.8);--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);--bs-success-border-subtle: rgb(15, 81, 50.4);--bs-info-border-subtle: rgb(7.8, 121.2, 144);--bs-warning-border-subtle: rgb(153, 115.8, 4.2);--bs-danger-border-subtle: rgb(132, 31.8, 41.4);--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: rgb(109.8, 168, 253.8);--bs-link-hover-color: rgb(138.84, 185.4, 254.04);--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: rgb(230.4, 132.6, 181.2);--bs-highlight-color: #dee2e6;--bs-highlight-bg: rgb(102, 77.2, 2.8);--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: rgb(117, 183, 152.4);--bs-form-valid-border-color: rgb(117, 183, 152.4);--bs-form-invalid-color: rgb(234, 133.8, 143.4);--bs-form-invalid-border-color: rgb(234, 133.8, 143.4)}*,*:before,*:after{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}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,.small{font-size:.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}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,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}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}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw)}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.display-6{font-size:2.5rem}}.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:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);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:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.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%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.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%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.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%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.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%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.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%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.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%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: rgb(206.6, 226, 254.6);--bs-table-border-color: rgb(165.28, 180.8, 203.68);--bs-table-striped-bg: rgb(196.27, 214.7, 241.87);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 203.4, 229.14);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 209.05, 235.505);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: rgb(225.6, 227.4, 229);--bs-table-border-color: rgb(180.48, 181.92, 183.2);--bs-table-striped-bg: rgb(214.32, 216.03, 217.55);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(203.04, 204.66, 206.1);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(208.68, 210.345, 211.825);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: rgb(209, 231, 220.8);--bs-table-border-color: rgb(167.2, 184.8, 176.64);--bs-table-striped-bg: rgb(198.55, 219.45, 209.76);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(188.1, 207.9, 198.72);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(193.325, 213.675, 204.24);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: rgb(206.6, 244.4, 252);--bs-table-border-color: rgb(165.28, 195.52, 201.6);--bs-table-striped-bg: rgb(196.27, 232.18, 239.4);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 219.96, 226.8);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 226.07, 233.1);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: rgb(255, 242.6, 205.4);--bs-table-border-color: rgb(204, 194.08, 164.32);--bs-table-striped-bg: rgb(242.25, 230.47, 195.13);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(229.5, 218.34, 184.86);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(235.875, 224.405, 189.995);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: rgb(248, 214.6, 217.8);--bs-table-border-color: rgb(198.4, 171.68, 174.24);--bs-table-striped-bg: rgb(235.6, 203.87, 206.91);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 193.14, 196.02);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 198.505, 201.465);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: rgb(198.4, 199.2, 200);--bs-table-striped-bg: rgb(235.6, 236.55, 237.5);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 224.1, 225);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 230.325, 231.25);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: rgb(77.4, 80.6, 83.8);--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);--bs-table-striped-color: #fff;--bs-table-active-bg: rgb(55.2, 58.8, 62.4);--bs-table-active-color: #fff;--bs-table-hover-bg: rgb(49.65, 53.35, 57.05);--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);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){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label:after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1 * var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.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:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.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:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: .75rem;--bs-btn-padding-y: .375rem;--bs-btn-font-family: ;--bs-btn-font-size: 1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity: .65;--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);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:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);--bs-btn-hover-border-color: rgb(10.4, 88, 202.4);--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(10.4, 88, 202.4);--bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);--bs-btn-hover-border-color: rgb(86.4, 93.6, 100);--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(86.4, 93.6, 100);--bs-btn-active-border-color: rgb(81, 87.75, 93.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);--bs-btn-hover-border-color: rgb(20, 108, 67.2);--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(20, 108, 67.2);--bs-btn-active-border-color: rgb(18.75, 101.25, 63);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);--bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(61.4, 212.6, 243);--bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(255, 202.3, 44.2);--bs-btn-hover-border-color: rgb(255, 199.2, 31.8);--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(255, 205.4, 56.6);--bs-btn-active-border-color: rgb(255, 199.2, 31.8);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(187, 45.05, 58.65);--bs-btn-hover-border-color: rgb(176, 42.4, 55.2);--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(176, 42.4, 55.2);--bs-btn-active-border-color: rgb(165, 39.75, 51.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);--bs-btn-hover-border-color: rgb(198.4, 199.2, 200);--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(198.4, 199.2, 200);--bs-btn-active-border-color: rgb(186, 186.75, 187.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: .5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size: 1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: .25rem;--bs-btn-padding-x: .5rem;--bs-btn-font-size: .875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{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{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: .5rem;--bs-dropdown-spacer: .125rem;--bs-dropdown-font-size: 1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: .5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: .25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: .5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.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}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .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}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle:after{display:none}.dropstart .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}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.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-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.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{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(-1 * var(--bs-border-width))}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.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,.dropend .dropdown-toggle-split:after{margin-left:0}.dropstart .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:calc(-1 * var(--bs-border-width))}.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:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: .125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-grow:1;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: .5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: .3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: .5rem;--bs-navbar-toggler-padding-y: .25rem;--bs-navbar-toggler-padding-x: .75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: .25rem;--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap: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:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:768px){.navbar-expand-md{flex-wrap: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:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:992px){.navbar-expand-lg{flex-wrap: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:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap: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:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap: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:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, .55);--bs-navbar-hover-color: rgba(255, 255, 255, .75);--bs-navbar-disabled-color: rgba(255, 255, 255, .25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: .5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: .5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: .75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.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:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;inset:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@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}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: .5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: .75rem;--bs-pagination-padding-y: .375rem;--bs-pagination-font-size: 1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #0d6efd;--bs-pagination-active-border-color: #0d6efd;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);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){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: .75rem;--bs-pagination-font-size: 1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: .5rem;--bs-pagination-padding-y: .25rem;--bs-pagination-font-size: .875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: .65em;--bs-badge-padding-y: .35em;--bs-badge-font-size: .75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size: .75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #0d6efd;--bs-progress-bar-transition: width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@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:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.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:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):hover,.list-group-item-action:not(.active):focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: .75rem;--bs-toast-padding-y: .5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size: .875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: var(--bs-body-color);--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@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{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media(min-width:576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width:992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width:1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: .5rem;--bs-tooltip-padding-y: .25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size: .875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: .9;--bs-tooltip-arrow-width: .8rem;--bs-tooltip-arrow-height: .4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;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:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size: .875rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: .5rem;--bs-popover-header-font-size: 1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: .5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;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:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:before,.popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.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-start),.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{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-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{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;filter:var(--bs-carousel-control-icon-filter);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:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg: #fff;--bs-carousel-caption-color: #fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}.spinner-grow,.spinner-border{display:inline-block;flex-shrink:0;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-border-width: .25em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: .2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform .3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media(max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:575.98px)and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media(max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width:576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:767.98px)and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media(max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width:768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:991.98px)and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media(max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width:992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:1199.98px)and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media(max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width:1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width:1399.98px)and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media(max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y));margin-left:auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(10,88,202,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(20,108,67,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(61,213,243,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.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}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.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}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!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}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.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}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-border-opacity: 1}.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}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!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}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-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}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-evenly{justify-content:space-evenly!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}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!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}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.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-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}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-sm-evenly{justify-content:space-evenly!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}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!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}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.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-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}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-md-evenly{justify-content:space-evenly!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}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!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}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.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-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}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-lg-evenly{justify-content:space-evenly!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}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!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}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.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-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}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-xl-evenly{justify-content:space-evenly!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}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!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}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.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-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}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-xxl-evenly{justify-content:space-evenly!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}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!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}.d-print-none{display:none!important}}:root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, .5);--swal2-container-padding: .625em;--swal2-backdrop: rgba(0, 0, 0, .4);--swal2-backdrop-transition: background-color .15s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: .3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show .3s;--swal2-hide-animation: swal2-hide .15s forwards;--swal2-icon-zoom: 1;--swal2-icon-animations: true;--swal2-title-padding: .8em 1em 0;--swal2-html-container-padding: 1em 1.6em .3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: .1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color .2s, box-shadow .2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5);--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-timer-progress-bar-background: rgba(0, 0, 0, .3);--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color .2s, box-shadow .2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color .2s, box-shadow .2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: .25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: .25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: .25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show .5s;--swal2-toast-hide-animation: swal2-toast-hide .1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / .075), 0 1px 2px hsl(0deg 0% 0% / .075), 1px 2px 4px hsl(0deg 0% 0% / .075), 1px 3px 8px hsl(0deg 0% 0% / .075), 2px 4px 16px hsl(0deg 0% 0% / .075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}@media(prefers-color-scheme:dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}}body.swal2-shown:not(.swal2-no-backdrop,.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:auto}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}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}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static!important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset: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:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}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)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}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) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title),div:where(.swal2-container) .h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;overflow-wrap:break-word;cursor:initial}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:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}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:var(--swal2-action-button-transition);border:none;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):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}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 var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}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:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:var(--swal2-timer-progress-bar-background)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);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:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:transparent;color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:transparent;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;overflow-wrap:break-word;word-break:break-word;cursor:initial}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:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);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):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}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:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}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:var(--swal2-background)}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:var(--swal2-input-background);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:var(--swal2-input-background);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:var(--swal2-background);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:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);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:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}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;zoom:var(--swal2-icon-zoom);border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-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)}@container swal2-popup style(--swal2-icon-animations:true){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:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){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:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){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:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){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)}@container swal2-popup style(--swal2-icon-animations:true){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:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.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}.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;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:auto}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title),.swal2-toast .h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.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-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.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-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-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:translate3d(0,-50px,0) scale(.9);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}@keyframes swal2-hide{0%{transform:translateZ(0) scale(1);opacity:1}to{transform:translate3d(0,-50px,0) scale(.9);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}}@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}}.bg-yellow{background-color:#fc0}.bg-grey{background-color:#f8f8f8}@font-face{font-family:ProductSansRegular;src:url(/build/assets/regular-CodH0jER.woff) format("woff"),url(/build/assets/regular-Ajlz7soP.svg#ProductSansRegular) format("svg");font-style:normal;font-display:swap}.ProductSansRegular{font-family:ProductSansRegular}@font-face{font-family:ProductSansMedium;src:url(/build/assets/medium-KB0rfv3v.woff) format("woff"),url(/build/assets/medium-B_SaC5i1.svg#ProductSansMedium) format("svg");font-style:normal;font-display:swap}.ProductSansMedium{font-family:ProductSansMedium}@font-face{font-family:ProductSansLight;src:url(/build/assets/light-62Q39xSD.woff) format("woff"),url(/build/assets/light-DKq_Dltz.svg#ProductSansLight) format("svg");font-style:normal;font-display:swap}.ProductSansLight{font-family:ProductSansLight}@font-face{font-family:ProductSansBlack;src:url(/build/assets/black-Co8m3FMY.woff) format("woff"),url(/build/assets/black-PrKejSPE.svg#ProductSansBlack) format("svg");font-style:normal;font-display:swap}.ProductSansBlack{font-family:ProductSansBlack}.w-0{min-width:0px!important;width:0px!important}.w-1{min-width:1px!important;width:1px!important}.w-2{min-width:2px!important;width:2px!important}.w-3{min-width:3px!important;width:3px!important}.w-4{min-width:4px!important;width:4px!important}.w-5{min-width:5px!important;width:5px!important}.w-6{min-width:6px!important;width:6px!important}.w-7{min-width:7px!important;width:7px!important}.w-8{min-width:8px!important;width:8px!important}.w-9{min-width:9px!important;width:9px!important}.w-10{min-width:10px!important;width:10px!important}.w-11{min-width:11px!important;width:11px!important}.w-12{min-width:12px!important;width:12px!important}.w-13{min-width:13px!important;width:13px!important}.w-14{min-width:14px!important;width:14px!important}.w-15{min-width:15px!important;width:15px!important}.w-16{min-width:16px!important;width:16px!important}.w-17{min-width:17px!important;width:17px!important}.w-18{min-width:18px!important;width:18px!important}.w-19{min-width:19px!important;width:19px!important}.w-20{min-width:20px!important;width:20px!important}.w-21{min-width:21px!important;width:21px!important}.w-22{min-width:22px!important;width:22px!important}.w-23{min-width:23px!important;width:23px!important}.w-24{min-width:24px!important;width:24px!important}.w-25{min-width:25px!important;width:25px!important}.w-26{min-width:26px!important;width:26px!important}.w-27{min-width:27px!important;width:27px!important}.w-28{min-width:28px!important;width:28px!important}.w-29{min-width:29px!important;width:29px!important}.w-30{min-width:30px!important;width:30px!important}.w-31{min-width:31px!important;width:31px!important}.w-32{min-width:32px!important;width:32px!important}.w-33{min-width:33px!important;width:33px!important}.w-34{min-width:34px!important;width:34px!important}.w-35{min-width:35px!important;width:35px!important}.w-36{min-width:36px!important;width:36px!important}.w-37{min-width:37px!important;width:37px!important}.w-38{min-width:38px!important;width:38px!important}.w-39{min-width:39px!important;width:39px!important}.w-40{min-width:40px!important;width:40px!important}.w-41{min-width:41px!important;width:41px!important}.w-42{min-width:42px!important;width:42px!important}.w-43{min-width:43px!important;width:43px!important}.w-44{min-width:44px!important;width:44px!important}.w-45{min-width:45px!important;width:45px!important}.w-46{min-width:46px!important;width:46px!important}.w-47{min-width:47px!important;width:47px!important}.w-48{min-width:48px!important;width:48px!important}.w-49{min-width:49px!important;width:49px!important}.w-50{min-width:50px!important;width:50px!important}.w-51{min-width:51px!important;width:51px!important}.w-52{min-width:52px!important;width:52px!important}.w-53{min-width:53px!important;width:53px!important}.w-54{min-width:54px!important;width:54px!important}.w-55{min-width:55px!important;width:55px!important}.w-56{min-width:56px!important;width:56px!important}.w-57{min-width:57px!important;width:57px!important}.w-58{min-width:58px!important;width:58px!important}.w-59{min-width:59px!important;width:59px!important}.w-60{min-width:60px!important;width:60px!important}.w-61{min-width:61px!important;width:61px!important}.w-62{min-width:62px!important;width:62px!important}.w-63{min-width:63px!important;width:63px!important}.w-64{min-width:64px!important;width:64px!important}.w-65{min-width:65px!important;width:65px!important}.w-66{min-width:66px!important;width:66px!important}.w-67{min-width:67px!important;width:67px!important}.w-68{min-width:68px!important;width:68px!important}.w-69{min-width:69px!important;width:69px!important}.w-70{min-width:70px!important;width:70px!important}.w-71{min-width:71px!important;width:71px!important}.w-72{min-width:72px!important;width:72px!important}.w-73{min-width:73px!important;width:73px!important}.w-74{min-width:74px!important;width:74px!important}.w-75{min-width:75px!important;width:75px!important}.w-76{min-width:76px!important;width:76px!important}.w-77{min-width:77px!important;width:77px!important}.w-78{min-width:78px!important;width:78px!important}.w-79{min-width:79px!important;width:79px!important}.w-80{min-width:80px!important;width:80px!important}.w-81{min-width:81px!important;width:81px!important}.w-82{min-width:82px!important;width:82px!important}.w-83{min-width:83px!important;width:83px!important}.w-84{min-width:84px!important;width:84px!important}.w-85{min-width:85px!important;width:85px!important}.w-86{min-width:86px!important;width:86px!important}.w-87{min-width:87px!important;width:87px!important}.w-88{min-width:88px!important;width:88px!important}.w-89{min-width:89px!important;width:89px!important}.w-90{min-width:90px!important;width:90px!important}.w-91{min-width:91px!important;width:91px!important}.w-92{min-width:92px!important;width:92px!important}.w-93{min-width:93px!important;width:93px!important}.w-94{min-width:94px!important;width:94px!important}.w-95{min-width:95px!important;width:95px!important}.w-96{min-width:96px!important;width:96px!important}.w-97{min-width:97px!important;width:97px!important}.w-98{min-width:98px!important;width:98px!important}.w-99{min-width:99px!important;width:99px!important}.w-100{min-width:100px!important;width:100px!important}.w-101{min-width:101px!important;width:101px!important}.w-102{min-width:102px!important;width:102px!important}.w-103{min-width:103px!important;width:103px!important}.w-104{min-width:104px!important;width:104px!important}.w-105{min-width:105px!important;width:105px!important}.w-106{min-width:106px!important;width:106px!important}.w-107{min-width:107px!important;width:107px!important}.w-108{min-width:108px!important;width:108px!important}.w-109{min-width:109px!important;width:109px!important}.w-110{min-width:110px!important;width:110px!important}.w-111{min-width:111px!important;width:111px!important}.w-112{min-width:112px!important;width:112px!important}.w-113{min-width:113px!important;width:113px!important}.w-114{min-width:114px!important;width:114px!important}.w-115{min-width:115px!important;width:115px!important}.w-116{min-width:116px!important;width:116px!important}.w-117{min-width:117px!important;width:117px!important}.w-118{min-width:118px!important;width:118px!important}.w-119{min-width:119px!important;width:119px!important}.w-120{min-width:120px!important;width:120px!important}.w-121{min-width:121px!important;width:121px!important}.w-122{min-width:122px!important;width:122px!important}.w-123{min-width:123px!important;width:123px!important}.w-124{min-width:124px!important;width:124px!important}.w-125{min-width:125px!important;width:125px!important}.w-126{min-width:126px!important;width:126px!important}.w-127{min-width:127px!important;width:127px!important}.w-128{min-width:128px!important;width:128px!important}.w-129{min-width:129px!important;width:129px!important}.w-130{min-width:130px!important;width:130px!important}.w-131{min-width:131px!important;width:131px!important}.w-132{min-width:132px!important;width:132px!important}.w-133{min-width:133px!important;width:133px!important}.w-134{min-width:134px!important;width:134px!important}.w-135{min-width:135px!important;width:135px!important}.w-136{min-width:136px!important;width:136px!important}.w-137{min-width:137px!important;width:137px!important}.w-138{min-width:138px!important;width:138px!important}.w-139{min-width:139px!important;width:139px!important}.w-140{min-width:140px!important;width:140px!important}.w-141{min-width:141px!important;width:141px!important}.w-142{min-width:142px!important;width:142px!important}.w-143{min-width:143px!important;width:143px!important}.w-144{min-width:144px!important;width:144px!important}.w-145{min-width:145px!important;width:145px!important}.w-146{min-width:146px!important;width:146px!important}.w-147{min-width:147px!important;width:147px!important}.w-148{min-width:148px!important;width:148px!important}.w-149{min-width:149px!important;width:149px!important}.w-150{min-width:150px!important;width:150px!important}.w-151{min-width:151px!important;width:151px!important}.w-152{min-width:152px!important;width:152px!important}.w-153{min-width:153px!important;width:153px!important}.w-154{min-width:154px!important;width:154px!important}.w-155{min-width:155px!important;width:155px!important}.w-156{min-width:156px!important;width:156px!important}.w-157{min-width:157px!important;width:157px!important}.w-158{min-width:158px!important;width:158px!important}.w-159{min-width:159px!important;width:159px!important}.w-160{min-width:160px!important;width:160px!important}.w-161{min-width:161px!important;width:161px!important}.w-162{min-width:162px!important;width:162px!important}.w-163{min-width:163px!important;width:163px!important}.w-164{min-width:164px!important;width:164px!important}.w-165{min-width:165px!important;width:165px!important}.w-166{min-width:166px!important;width:166px!important}.w-167{min-width:167px!important;width:167px!important}.w-168{min-width:168px!important;width:168px!important}.w-169{min-width:169px!important;width:169px!important}.w-170{min-width:170px!important;width:170px!important}.w-171{min-width:171px!important;width:171px!important}.w-172{min-width:172px!important;width:172px!important}.w-173{min-width:173px!important;width:173px!important}.w-174{min-width:174px!important;width:174px!important}.w-175{min-width:175px!important;width:175px!important}.w-176{min-width:176px!important;width:176px!important}.w-177{min-width:177px!important;width:177px!important}.w-178{min-width:178px!important;width:178px!important}.w-179{min-width:179px!important;width:179px!important}.w-180{min-width:180px!important;width:180px!important}.w-181{min-width:181px!important;width:181px!important}.w-182{min-width:182px!important;width:182px!important}.w-183{min-width:183px!important;width:183px!important}.w-184{min-width:184px!important;width:184px!important}.w-185{min-width:185px!important;width:185px!important}.w-186{min-width:186px!important;width:186px!important}.w-187{min-width:187px!important;width:187px!important}.w-188{min-width:188px!important;width:188px!important}.w-189{min-width:189px!important;width:189px!important}.w-190{min-width:190px!important;width:190px!important}.w-191{min-width:191px!important;width:191px!important}.w-192{min-width:192px!important;width:192px!important}.w-193{min-width:193px!important;width:193px!important}.w-194{min-width:194px!important;width:194px!important}.w-195{min-width:195px!important;width:195px!important}.w-196{min-width:196px!important;width:196px!important}.w-197{min-width:197px!important;width:197px!important}.w-198{min-width:198px!important;width:198px!important}.w-199{min-width:199px!important;width:199px!important}.w-200{min-width:200px!important;width:200px!important}.w-201{min-width:201px!important;width:201px!important}.w-202{min-width:202px!important;width:202px!important}.w-203{min-width:203px!important;width:203px!important}.w-204{min-width:204px!important;width:204px!important}.w-205{min-width:205px!important;width:205px!important}.w-206{min-width:206px!important;width:206px!important}.w-207{min-width:207px!important;width:207px!important}.w-208{min-width:208px!important;width:208px!important}.w-209{min-width:209px!important;width:209px!important}.w-210{min-width:210px!important;width:210px!important}.w-211{min-width:211px!important;width:211px!important}.w-212{min-width:212px!important;width:212px!important}.w-213{min-width:213px!important;width:213px!important}.w-214{min-width:214px!important;width:214px!important}.w-215{min-width:215px!important;width:215px!important}.w-216{min-width:216px!important;width:216px!important}.w-217{min-width:217px!important;width:217px!important}.w-218{min-width:218px!important;width:218px!important}.w-219{min-width:219px!important;width:219px!important}.w-220{min-width:220px!important;width:220px!important}.w-221{min-width:221px!important;width:221px!important}.w-222{min-width:222px!important;width:222px!important}.w-223{min-width:223px!important;width:223px!important}.w-224{min-width:224px!important;width:224px!important}.w-225{min-width:225px!important;width:225px!important}.w-226{min-width:226px!important;width:226px!important}.w-227{min-width:227px!important;width:227px!important}.w-228{min-width:228px!important;width:228px!important}.w-229{min-width:229px!important;width:229px!important}.w-230{min-width:230px!important;width:230px!important}.w-231{min-width:231px!important;width:231px!important}.w-232{min-width:232px!important;width:232px!important}.w-233{min-width:233px!important;width:233px!important}.w-234{min-width:234px!important;width:234px!important}.w-235{min-width:235px!important;width:235px!important}.w-236{min-width:236px!important;width:236px!important}.w-237{min-width:237px!important;width:237px!important}.w-238{min-width:238px!important;width:238px!important}.w-239{min-width:239px!important;width:239px!important}.w-240{min-width:240px!important;width:240px!important}.w-241{min-width:241px!important;width:241px!important}.w-242{min-width:242px!important;width:242px!important}.w-243{min-width:243px!important;width:243px!important}.w-244{min-width:244px!important;width:244px!important}.w-245{min-width:245px!important;width:245px!important}.w-246{min-width:246px!important;width:246px!important}.w-247{min-width:247px!important;width:247px!important}.w-248{min-width:248px!important;width:248px!important}.w-249{min-width:249px!important;width:249px!important}.w-250{min-width:250px!important;width:250px!important}.w-251{min-width:251px!important;width:251px!important}.w-252{min-width:252px!important;width:252px!important}.w-253{min-width:253px!important;width:253px!important}.w-254{min-width:254px!important;width:254px!important}.w-255{min-width:255px!important;width:255px!important}.w-256{min-width:256px!important;width:256px!important}.w-257{min-width:257px!important;width:257px!important}.w-258{min-width:258px!important;width:258px!important}.w-259{min-width:259px!important;width:259px!important}.w-260{min-width:260px!important;width:260px!important}.w-261{min-width:261px!important;width:261px!important}.w-262{min-width:262px!important;width:262px!important}.w-263{min-width:263px!important;width:263px!important}.w-264{min-width:264px!important;width:264px!important}.w-265{min-width:265px!important;width:265px!important}.w-266{min-width:266px!important;width:266px!important}.w-267{min-width:267px!important;width:267px!important}.w-268{min-width:268px!important;width:268px!important}.w-269{min-width:269px!important;width:269px!important}.w-270{min-width:270px!important;width:270px!important}.w-271{min-width:271px!important;width:271px!important}.w-272{min-width:272px!important;width:272px!important}.w-273{min-width:273px!important;width:273px!important}.w-274{min-width:274px!important;width:274px!important}.w-275{min-width:275px!important;width:275px!important}.w-276{min-width:276px!important;width:276px!important}.w-277{min-width:277px!important;width:277px!important}.w-278{min-width:278px!important;width:278px!important}.w-279{min-width:279px!important;width:279px!important}.w-280{min-width:280px!important;width:280px!important}.w-281{min-width:281px!important;width:281px!important}.w-282{min-width:282px!important;width:282px!important}.w-283{min-width:283px!important;width:283px!important}.w-284{min-width:284px!important;width:284px!important}.w-285{min-width:285px!important;width:285px!important}.w-286{min-width:286px!important;width:286px!important}.w-287{min-width:287px!important;width:287px!important}.w-288{min-width:288px!important;width:288px!important}.w-289{min-width:289px!important;width:289px!important}.w-290{min-width:290px!important;width:290px!important}.w-291{min-width:291px!important;width:291px!important}.w-292{min-width:292px!important;width:292px!important}.w-293{min-width:293px!important;width:293px!important}.w-294{min-width:294px!important;width:294px!important}.w-295{min-width:295px!important;width:295px!important}.w-296{min-width:296px!important;width:296px!important}.w-297{min-width:297px!important;width:297px!important}.w-298{min-width:298px!important;width:298px!important}.w-299{min-width:299px!important;width:299px!important}.w-300{min-width:300px!important;width:300px!important}.w-301{min-width:301px!important;width:301px!important}.w-302{min-width:302px!important;width:302px!important}.w-303{min-width:303px!important;width:303px!important}.w-304{min-width:304px!important;width:304px!important}.w-305{min-width:305px!important;width:305px!important}.w-306{min-width:306px!important;width:306px!important}.w-307{min-width:307px!important;width:307px!important}.w-308{min-width:308px!important;width:308px!important}.w-309{min-width:309px!important;width:309px!important}.w-310{min-width:310px!important;width:310px!important}.w-311{min-width:311px!important;width:311px!important}.w-312{min-width:312px!important;width:312px!important}.w-313{min-width:313px!important;width:313px!important}.w-314{min-width:314px!important;width:314px!important}.w-315{min-width:315px!important;width:315px!important}.w-316{min-width:316px!important;width:316px!important}.w-317{min-width:317px!important;width:317px!important}.w-318{min-width:318px!important;width:318px!important}.w-319{min-width:319px!important;width:319px!important}.w-320{min-width:320px!important;width:320px!important}.w-321{min-width:321px!important;width:321px!important}.w-322{min-width:322px!important;width:322px!important}.w-323{min-width:323px!important;width:323px!important}.w-324{min-width:324px!important;width:324px!important}.w-325{min-width:325px!important;width:325px!important}.w-326{min-width:326px!important;width:326px!important}.w-327{min-width:327px!important;width:327px!important}.w-328{min-width:328px!important;width:328px!important}.w-329{min-width:329px!important;width:329px!important}.w-330{min-width:330px!important;width:330px!important}.w-331{min-width:331px!important;width:331px!important}.w-332{min-width:332px!important;width:332px!important}.w-333{min-width:333px!important;width:333px!important}.w-334{min-width:334px!important;width:334px!important}.w-335{min-width:335px!important;width:335px!important}.w-336{min-width:336px!important;width:336px!important}.w-337{min-width:337px!important;width:337px!important}.w-338{min-width:338px!important;width:338px!important}.w-339{min-width:339px!important;width:339px!important}.w-340{min-width:340px!important;width:340px!important}.w-341{min-width:341px!important;width:341px!important}.w-342{min-width:342px!important;width:342px!important}.w-343{min-width:343px!important;width:343px!important}.w-344{min-width:344px!important;width:344px!important}.w-345{min-width:345px!important;width:345px!important}.w-346{min-width:346px!important;width:346px!important}.w-347{min-width:347px!important;width:347px!important}.w-348{min-width:348px!important;width:348px!important}.w-349{min-width:349px!important;width:349px!important}.w-350{min-width:350px!important;width:350px!important}.w-351{min-width:351px!important;width:351px!important}.w-352{min-width:352px!important;width:352px!important}.w-353{min-width:353px!important;width:353px!important}.w-354{min-width:354px!important;width:354px!important}.w-355{min-width:355px!important;width:355px!important}.w-356{min-width:356px!important;width:356px!important}.w-357{min-width:357px!important;width:357px!important}.w-358{min-width:358px!important;width:358px!important}.w-359{min-width:359px!important;width:359px!important}.w-360{min-width:360px!important;width:360px!important}.w-361{min-width:361px!important;width:361px!important}.w-362{min-width:362px!important;width:362px!important}.w-363{min-width:363px!important;width:363px!important}.w-364{min-width:364px!important;width:364px!important}.w-365{min-width:365px!important;width:365px!important}.w-366{min-width:366px!important;width:366px!important}.w-367{min-width:367px!important;width:367px!important}.w-368{min-width:368px!important;width:368px!important}.w-369{min-width:369px!important;width:369px!important}.w-370{min-width:370px!important;width:370px!important}.w-371{min-width:371px!important;width:371px!important}.w-372{min-width:372px!important;width:372px!important}.w-373{min-width:373px!important;width:373px!important}.w-374{min-width:374px!important;width:374px!important}.w-375{min-width:375px!important;width:375px!important}.w-376{min-width:376px!important;width:376px!important}.w-377{min-width:377px!important;width:377px!important}.w-378{min-width:378px!important;width:378px!important}.w-379{min-width:379px!important;width:379px!important}.w-380{min-width:380px!important;width:380px!important}.w-381{min-width:381px!important;width:381px!important}.w-382{min-width:382px!important;width:382px!important}.w-383{min-width:383px!important;width:383px!important}.w-384{min-width:384px!important;width:384px!important}.w-385{min-width:385px!important;width:385px!important}.w-386{min-width:386px!important;width:386px!important}.w-387{min-width:387px!important;width:387px!important}.w-388{min-width:388px!important;width:388px!important}.w-389{min-width:389px!important;width:389px!important}.w-390{min-width:390px!important;width:390px!important}.w-391{min-width:391px!important;width:391px!important}.w-392{min-width:392px!important;width:392px!important}.w-393{min-width:393px!important;width:393px!important}.w-394{min-width:394px!important;width:394px!important}.w-395{min-width:395px!important;width:395px!important}.w-396{min-width:396px!important;width:396px!important}.w-397{min-width:397px!important;width:397px!important}.w-398{min-width:398px!important;width:398px!important}.w-399{min-width:399px!important;width:399px!important}.w-400{min-width:400px!important;width:400px!important}.w-401{min-width:401px!important;width:401px!important}.w-402{min-width:402px!important;width:402px!important}.w-403{min-width:403px!important;width:403px!important}.w-404{min-width:404px!important;width:404px!important}.w-405{min-width:405px!important;width:405px!important}.w-406{min-width:406px!important;width:406px!important}.w-407{min-width:407px!important;width:407px!important}.w-408{min-width:408px!important;width:408px!important}.w-409{min-width:409px!important;width:409px!important}.w-410{min-width:410px!important;width:410px!important}.w-411{min-width:411px!important;width:411px!important}.w-412{min-width:412px!important;width:412px!important}.w-413{min-width:413px!important;width:413px!important}.w-414{min-width:414px!important;width:414px!important}.w-415{min-width:415px!important;width:415px!important}.w-416{min-width:416px!important;width:416px!important}.w-417{min-width:417px!important;width:417px!important}.w-418{min-width:418px!important;width:418px!important}.w-419{min-width:419px!important;width:419px!important}.w-420{min-width:420px!important;width:420px!important}.w-421{min-width:421px!important;width:421px!important}.w-422{min-width:422px!important;width:422px!important}.w-423{min-width:423px!important;width:423px!important}.w-424{min-width:424px!important;width:424px!important}.w-425{min-width:425px!important;width:425px!important}.w-426{min-width:426px!important;width:426px!important}.w-427{min-width:427px!important;width:427px!important}.w-428{min-width:428px!important;width:428px!important}.w-429{min-width:429px!important;width:429px!important}.w-430{min-width:430px!important;width:430px!important}.w-431{min-width:431px!important;width:431px!important}.w-432{min-width:432px!important;width:432px!important}.w-433{min-width:433px!important;width:433px!important}.w-434{min-width:434px!important;width:434px!important}.w-435{min-width:435px!important;width:435px!important}.w-436{min-width:436px!important;width:436px!important}.w-437{min-width:437px!important;width:437px!important}.w-438{min-width:438px!important;width:438px!important}.w-439{min-width:439px!important;width:439px!important}.w-440{min-width:440px!important;width:440px!important}.w-441{min-width:441px!important;width:441px!important}.w-442{min-width:442px!important;width:442px!important}.w-443{min-width:443px!important;width:443px!important}.w-444{min-width:444px!important;width:444px!important}.w-445{min-width:445px!important;width:445px!important}.w-446{min-width:446px!important;width:446px!important}.w-447{min-width:447px!important;width:447px!important}.w-448{min-width:448px!important;width:448px!important}.w-449{min-width:449px!important;width:449px!important}.w-450{min-width:450px!important;width:450px!important}.w-451{min-width:451px!important;width:451px!important}.w-452{min-width:452px!important;width:452px!important}.w-453{min-width:453px!important;width:453px!important}.w-454{min-width:454px!important;width:454px!important}.w-455{min-width:455px!important;width:455px!important}.w-456{min-width:456px!important;width:456px!important}.w-457{min-width:457px!important;width:457px!important}.w-458{min-width:458px!important;width:458px!important}.w-459{min-width:459px!important;width:459px!important}.w-460{min-width:460px!important;width:460px!important}.w-461{min-width:461px!important;width:461px!important}.w-462{min-width:462px!important;width:462px!important}.w-463{min-width:463px!important;width:463px!important}.w-464{min-width:464px!important;width:464px!important}.w-465{min-width:465px!important;width:465px!important}.w-466{min-width:466px!important;width:466px!important}.w-467{min-width:467px!important;width:467px!important}.w-468{min-width:468px!important;width:468px!important}.w-469{min-width:469px!important;width:469px!important}.w-470{min-width:470px!important;width:470px!important}.w-471{min-width:471px!important;width:471px!important}.w-472{min-width:472px!important;width:472px!important}.w-473{min-width:473px!important;width:473px!important}.w-474{min-width:474px!important;width:474px!important}.w-475{min-width:475px!important;width:475px!important}.w-476{min-width:476px!important;width:476px!important}.w-477{min-width:477px!important;width:477px!important}.w-478{min-width:478px!important;width:478px!important}.w-479{min-width:479px!important;width:479px!important}.w-480{min-width:480px!important;width:480px!important}.w-481{min-width:481px!important;width:481px!important}.w-482{min-width:482px!important;width:482px!important}.w-483{min-width:483px!important;width:483px!important}.w-484{min-width:484px!important;width:484px!important}.w-485{min-width:485px!important;width:485px!important}.w-486{min-width:486px!important;width:486px!important}.w-487{min-width:487px!important;width:487px!important}.w-488{min-width:488px!important;width:488px!important}.w-489{min-width:489px!important;width:489px!important}.w-490{min-width:490px!important;width:490px!important}.w-491{min-width:491px!important;width:491px!important}.w-492{min-width:492px!important;width:492px!important}.w-493{min-width:493px!important;width:493px!important}.w-494{min-width:494px!important;width:494px!important}.w-495{min-width:495px!important;width:495px!important}.w-496{min-width:496px!important;width:496px!important}.w-497{min-width:497px!important;width:497px!important}.w-498{min-width:498px!important;width:498px!important}.w-499{min-width:499px!important;width:499px!important}.w-500{min-width:500px!important;width:500px!important}.h-0{min-height:0px!important}.h-1{min-height:1px!important}.h-2{min-height:2px!important}.h-3{min-height:3px!important}.h-4{min-height:4px!important}.h-5{min-height:5px!important}.h-6{min-height:6px!important}.h-7{min-height:7px!important}.h-8{min-height:8px!important}.h-9{min-height:9px!important}.h-10{min-height:10px!important}.h-11{min-height:11px!important}.h-12{min-height:12px!important}.h-13{min-height:13px!important}.h-14{min-height:14px!important}.h-15{min-height:15px!important}.h-16{min-height:16px!important}.h-17{min-height:17px!important}.h-18{min-height:18px!important}.h-19{min-height:19px!important}.h-20{min-height:20px!important}.h-21{min-height:21px!important}.h-22{min-height:22px!important}.h-23{min-height:23px!important}.h-24{min-height:24px!important}.h-25{min-height:25px!important}.h-26{min-height:26px!important}.h-27{min-height:27px!important}.h-28{min-height:28px!important}.h-29{min-height:29px!important}.h-30{min-height:30px!important}.h-31{min-height:31px!important}.h-32{min-height:32px!important}.h-33{min-height:33px!important}.h-34{min-height:34px!important}.h-35{min-height:35px!important}.h-36{min-height:36px!important}.h-37{min-height:37px!important}.h-38{min-height:38px!important}.h-39{min-height:39px!important}.h-40{min-height:40px!important}.h-41{min-height:41px!important}.h-42{min-height:42px!important}.h-43{min-height:43px!important}.h-44{min-height:44px!important}.h-45{min-height:45px!important}.h-46{min-height:46px!important}.h-47{min-height:47px!important}.h-48{min-height:48px!important}.h-49{min-height:49px!important}.h-50{min-height:50px!important}.h-51{min-height:51px!important}.h-52{min-height:52px!important}.h-53{min-height:53px!important}.h-54{min-height:54px!important}.h-55{min-height:55px!important}.h-56{min-height:56px!important}.h-57{min-height:57px!important}.h-58{min-height:58px!important}.h-59{min-height:59px!important}.h-60{min-height:60px!important}.h-61{min-height:61px!important}.h-62{min-height:62px!important}.h-63{min-height:63px!important}.h-64{min-height:64px!important}.h-65{min-height:65px!important}.h-66{min-height:66px!important}.h-67{min-height:67px!important}.h-68{min-height:68px!important}.h-69{min-height:69px!important}.h-70{min-height:70px!important}.h-71{min-height:71px!important}.h-72{min-height:72px!important}.h-73{min-height:73px!important}.h-74{min-height:74px!important}.h-75{min-height:75px!important}.h-76{min-height:76px!important}.h-77{min-height:77px!important}.h-78{min-height:78px!important}.h-79{min-height:79px!important}.h-80{min-height:80px!important}.h-81{min-height:81px!important}.h-82{min-height:82px!important}.h-83{min-height:83px!important}.h-84{min-height:84px!important}.h-85{min-height:85px!important}.h-86{min-height:86px!important}.h-87{min-height:87px!important}.h-88{min-height:88px!important}.h-89{min-height:89px!important}.h-90{min-height:90px!important}.h-91{min-height:91px!important}.h-92{min-height:92px!important}.h-93{min-height:93px!important}.h-94{min-height:94px!important}.h-95{min-height:95px!important}.h-96{min-height:96px!important}.h-97{min-height:97px!important}.h-98{min-height:98px!important}.h-99{min-height:99px!important}.h-100{min-height:100px!important}.h-101{min-height:101px!important}.h-102{min-height:102px!important}.h-103{min-height:103px!important}.h-104{min-height:104px!important}.h-105{min-height:105px!important}.h-106{min-height:106px!important}.h-107{min-height:107px!important}.h-108{min-height:108px!important}.h-109{min-height:109px!important}.h-110{min-height:110px!important}.h-111{min-height:111px!important}.h-112{min-height:112px!important}.h-113{min-height:113px!important}.h-114{min-height:114px!important}.h-115{min-height:115px!important}.h-116{min-height:116px!important}.h-117{min-height:117px!important}.h-118{min-height:118px!important}.h-119{min-height:119px!important}.h-120{min-height:120px!important}.h-121{min-height:121px!important}.h-122{min-height:122px!important}.h-123{min-height:123px!important}.h-124{min-height:124px!important}.h-125{min-height:125px!important}.h-126{min-height:126px!important}.h-127{min-height:127px!important}.h-128{min-height:128px!important}.h-129{min-height:129px!important}.h-130{min-height:130px!important}.h-131{min-height:131px!important}.h-132{min-height:132px!important}.h-133{min-height:133px!important}.h-134{min-height:134px!important}.h-135{min-height:135px!important}.h-136{min-height:136px!important}.h-137{min-height:137px!important}.h-138{min-height:138px!important}.h-139{min-height:139px!important}.h-140{min-height:140px!important}.h-141{min-height:141px!important}.h-142{min-height:142px!important}.h-143{min-height:143px!important}.h-144{min-height:144px!important}.h-145{min-height:145px!important}.h-146{min-height:146px!important}.h-147{min-height:147px!important}.h-148{min-height:148px!important}.h-149{min-height:149px!important}.h-150{min-height:150px!important}.h-151{min-height:151px!important}.h-152{min-height:152px!important}.h-153{min-height:153px!important}.h-154{min-height:154px!important}.h-155{min-height:155px!important}.h-156{min-height:156px!important}.h-157{min-height:157px!important}.h-158{min-height:158px!important}.h-159{min-height:159px!important}.h-160{min-height:160px!important}.h-161{min-height:161px!important}.h-162{min-height:162px!important}.h-163{min-height:163px!important}.h-164{min-height:164px!important}.h-165{min-height:165px!important}.h-166{min-height:166px!important}.h-167{min-height:167px!important}.h-168{min-height:168px!important}.h-169{min-height:169px!important}.h-170{min-height:170px!important}.h-171{min-height:171px!important}.h-172{min-height:172px!important}.h-173{min-height:173px!important}.h-174{min-height:174px!important}.h-175{min-height:175px!important}.h-176{min-height:176px!important}.h-177{min-height:177px!important}.h-178{min-height:178px!important}.h-179{min-height:179px!important}.h-180{min-height:180px!important}.h-181{min-height:181px!important}.h-182{min-height:182px!important}.h-183{min-height:183px!important}.h-184{min-height:184px!important}.h-185{min-height:185px!important}.h-186{min-height:186px!important}.h-187{min-height:187px!important}.h-188{min-height:188px!important}.h-189{min-height:189px!important}.h-190{min-height:190px!important}.h-191{min-height:191px!important}.h-192{min-height:192px!important}.h-193{min-height:193px!important}.h-194{min-height:194px!important}.h-195{min-height:195px!important}.h-196{min-height:196px!important}.h-197{min-height:197px!important}.h-198{min-height:198px!important}.h-199{min-height:199px!important}.h-200{min-height:200px!important}.h-201{min-height:201px!important}.h-202{min-height:202px!important}.h-203{min-height:203px!important}.h-204{min-height:204px!important}.h-205{min-height:205px!important}.h-206{min-height:206px!important}.h-207{min-height:207px!important}.h-208{min-height:208px!important}.h-209{min-height:209px!important}.h-210{min-height:210px!important}.h-211{min-height:211px!important}.h-212{min-height:212px!important}.h-213{min-height:213px!important}.h-214{min-height:214px!important}.h-215{min-height:215px!important}.h-216{min-height:216px!important}.h-217{min-height:217px!important}.h-218{min-height:218px!important}.h-219{min-height:219px!important}.h-220{min-height:220px!important}.h-221{min-height:221px!important}.h-222{min-height:222px!important}.h-223{min-height:223px!important}.h-224{min-height:224px!important}.h-225{min-height:225px!important}.h-226{min-height:226px!important}.h-227{min-height:227px!important}.h-228{min-height:228px!important}.h-229{min-height:229px!important}.h-230{min-height:230px!important}.h-231{min-height:231px!important}.h-232{min-height:232px!important}.h-233{min-height:233px!important}.h-234{min-height:234px!important}.h-235{min-height:235px!important}.h-236{min-height:236px!important}.h-237{min-height:237px!important}.h-238{min-height:238px!important}.h-239{min-height:239px!important}.h-240{min-height:240px!important}.h-241{min-height:241px!important}.h-242{min-height:242px!important}.h-243{min-height:243px!important}.h-244{min-height:244px!important}.h-245{min-height:245px!important}.h-246{min-height:246px!important}.h-247{min-height:247px!important}.h-248{min-height:248px!important}.h-249{min-height:249px!important}.h-250{min-height:250px!important}.h-251{min-height:251px!important}.h-252{min-height:252px!important}.h-253{min-height:253px!important}.h-254{min-height:254px!important}.h-255{min-height:255px!important}.h-256{min-height:256px!important}.h-257{min-height:257px!important}.h-258{min-height:258px!important}.h-259{min-height:259px!important}.h-260{min-height:260px!important}.h-261{min-height:261px!important}.h-262{min-height:262px!important}.h-263{min-height:263px!important}.h-264{min-height:264px!important}.h-265{min-height:265px!important}.h-266{min-height:266px!important}.h-267{min-height:267px!important}.h-268{min-height:268px!important}.h-269{min-height:269px!important}.h-270{min-height:270px!important}.h-271{min-height:271px!important}.h-272{min-height:272px!important}.h-273{min-height:273px!important}.h-274{min-height:274px!important}.h-275{min-height:275px!important}.h-276{min-height:276px!important}.h-277{min-height:277px!important}.h-278{min-height:278px!important}.h-279{min-height:279px!important}.h-280{min-height:280px!important}.h-281{min-height:281px!important}.h-282{min-height:282px!important}.h-283{min-height:283px!important}.h-284{min-height:284px!important}.h-285{min-height:285px!important}.h-286{min-height:286px!important}.h-287{min-height:287px!important}.h-288{min-height:288px!important}.h-289{min-height:289px!important}.h-290{min-height:290px!important}.h-291{min-height:291px!important}.h-292{min-height:292px!important}.h-293{min-height:293px!important}.h-294{min-height:294px!important}.h-295{min-height:295px!important}.h-296{min-height:296px!important}.h-297{min-height:297px!important}.h-298{min-height:298px!important}.h-299{min-height:299px!important}.h-300{min-height:300px!important}.h-301{min-height:301px!important}.h-302{min-height:302px!important}.h-303{min-height:303px!important}.h-304{min-height:304px!important}.h-305{min-height:305px!important}.h-306{min-height:306px!important}.h-307{min-height:307px!important}.h-308{min-height:308px!important}.h-309{min-height:309px!important}.h-310{min-height:310px!important}.h-311{min-height:311px!important}.h-312{min-height:312px!important}.h-313{min-height:313px!important}.h-314{min-height:314px!important}.h-315{min-height:315px!important}.h-316{min-height:316px!important}.h-317{min-height:317px!important}.h-318{min-height:318px!important}.h-319{min-height:319px!important}.h-320{min-height:320px!important}.h-321{min-height:321px!important}.h-322{min-height:322px!important}.h-323{min-height:323px!important}.h-324{min-height:324px!important}.h-325{min-height:325px!important}.h-326{min-height:326px!important}.h-327{min-height:327px!important}.h-328{min-height:328px!important}.h-329{min-height:329px!important}.h-330{min-height:330px!important}.h-331{min-height:331px!important}.h-332{min-height:332px!important}.h-333{min-height:333px!important}.h-334{min-height:334px!important}.h-335{min-height:335px!important}.h-336{min-height:336px!important}.h-337{min-height:337px!important}.h-338{min-height:338px!important}.h-339{min-height:339px!important}.h-340{min-height:340px!important}.h-341{min-height:341px!important}.h-342{min-height:342px!important}.h-343{min-height:343px!important}.h-344{min-height:344px!important}.h-345{min-height:345px!important}.h-346{min-height:346px!important}.h-347{min-height:347px!important}.h-348{min-height:348px!important}.h-349{min-height:349px!important}.h-350{min-height:350px!important}.h-351{min-height:351px!important}.h-352{min-height:352px!important}.h-353{min-height:353px!important}.h-354{min-height:354px!important}.h-355{min-height:355px!important}.h-356{min-height:356px!important}.h-357{min-height:357px!important}.h-358{min-height:358px!important}.h-359{min-height:359px!important}.h-360{min-height:360px!important}.h-361{min-height:361px!important}.h-362{min-height:362px!important}.h-363{min-height:363px!important}.h-364{min-height:364px!important}.h-365{min-height:365px!important}.h-366{min-height:366px!important}.h-367{min-height:367px!important}.h-368{min-height:368px!important}.h-369{min-height:369px!important}.h-370{min-height:370px!important}.h-371{min-height:371px!important}.h-372{min-height:372px!important}.h-373{min-height:373px!important}.h-374{min-height:374px!important}.h-375{min-height:375px!important}.h-376{min-height:376px!important}.h-377{min-height:377px!important}.h-378{min-height:378px!important}.h-379{min-height:379px!important}.h-380{min-height:380px!important}.h-381{min-height:381px!important}.h-382{min-height:382px!important}.h-383{min-height:383px!important}.h-384{min-height:384px!important}.h-385{min-height:385px!important}.h-386{min-height:386px!important}.h-387{min-height:387px!important}.h-388{min-height:388px!important}.h-389{min-height:389px!important}.h-390{min-height:390px!important}.h-391{min-height:391px!important}.h-392{min-height:392px!important}.h-393{min-height:393px!important}.h-394{min-height:394px!important}.h-395{min-height:395px!important}.h-396{min-height:396px!important}.h-397{min-height:397px!important}.h-398{min-height:398px!important}.h-399{min-height:399px!important}.h-400{min-height:400px!important}.h-401{min-height:401px!important}.h-402{min-height:402px!important}.h-403{min-height:403px!important}.h-404{min-height:404px!important}.h-405{min-height:405px!important}.h-406{min-height:406px!important}.h-407{min-height:407px!important}.h-408{min-height:408px!important}.h-409{min-height:409px!important}.h-410{min-height:410px!important}.h-411{min-height:411px!important}.h-412{min-height:412px!important}.h-413{min-height:413px!important}.h-414{min-height:414px!important}.h-415{min-height:415px!important}.h-416{min-height:416px!important}.h-417{min-height:417px!important}.h-418{min-height:418px!important}.h-419{min-height:419px!important}.h-420{min-height:420px!important}.h-421{min-height:421px!important}.h-422{min-height:422px!important}.h-423{min-height:423px!important}.h-424{min-height:424px!important}.h-425{min-height:425px!important}.h-426{min-height:426px!important}.h-427{min-height:427px!important}.h-428{min-height:428px!important}.h-429{min-height:429px!important}.h-430{min-height:430px!important}.h-431{min-height:431px!important}.h-432{min-height:432px!important}.h-433{min-height:433px!important}.h-434{min-height:434px!important}.h-435{min-height:435px!important}.h-436{min-height:436px!important}.h-437{min-height:437px!important}.h-438{min-height:438px!important}.h-439{min-height:439px!important}.h-440{min-height:440px!important}.h-441{min-height:441px!important}.h-442{min-height:442px!important}.h-443{min-height:443px!important}.h-444{min-height:444px!important}.h-445{min-height:445px!important}.h-446{min-height:446px!important}.h-447{min-height:447px!important}.h-448{min-height:448px!important}.h-449{min-height:449px!important}.h-450{min-height:450px!important}.h-451{min-height:451px!important}.h-452{min-height:452px!important}.h-453{min-height:453px!important}.h-454{min-height:454px!important}.h-455{min-height:455px!important}.h-456{min-height:456px!important}.h-457{min-height:457px!important}.h-458{min-height:458px!important}.h-459{min-height:459px!important}.h-460{min-height:460px!important}.h-461{min-height:461px!important}.h-462{min-height:462px!important}.h-463{min-height:463px!important}.h-464{min-height:464px!important}.h-465{min-height:465px!important}.h-466{min-height:466px!important}.h-467{min-height:467px!important}.h-468{min-height:468px!important}.h-469{min-height:469px!important}.h-470{min-height:470px!important}.h-471{min-height:471px!important}.h-472{min-height:472px!important}.h-473{min-height:473px!important}.h-474{min-height:474px!important}.h-475{min-height:475px!important}.h-476{min-height:476px!important}.h-477{min-height:477px!important}.h-478{min-height:478px!important}.h-479{min-height:479px!important}.h-480{min-height:480px!important}.h-481{min-height:481px!important}.h-482{min-height:482px!important}.h-483{min-height:483px!important}.h-484{min-height:484px!important}.h-485{min-height:485px!important}.h-486{min-height:486px!important}.h-487{min-height:487px!important}.h-488{min-height:488px!important}.h-489{min-height:489px!important}.h-490{min-height:490px!important}.h-491{min-height:491px!important}.h-492{min-height:492px!important}.h-493{min-height:493px!important}.h-494{min-height:494px!important}.h-495{min-height:495px!important}.h-496{min-height:496px!important}.h-497{min-height:497px!important}.h-498{min-height:498px!important}.h-499{min-height:499px!important}.h-500{min-height:500px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:1px!important}.pl-2{padding-left:2px!important}.pl-3{padding-left:3px!important}.pl-4{padding-left:4px!important}.pl-5{padding-left:5px!important}.pl-6{padding-left:6px!important}.pl-7{padding-left:7px!important}.pl-8{padding-left:8px!important}.pl-9{padding-left:9px!important}.pl-10{padding-left:10px!important}.pl-11{padding-left:11px!important}.pl-12{padding-left:12px!important}.pl-13{padding-left:13px!important}.pl-14{padding-left:14px!important}.pl-15{padding-left:15px!important}.pl-16{padding-left:16px!important}.pl-17{padding-left:17px!important}.pl-18{padding-left:18px!important}.pl-19{padding-left:19px!important}.pl-20{padding-left:20px!important}.pl-21{padding-left:21px!important}.pl-22{padding-left:22px!important}.pl-23{padding-left:23px!important}.pl-24{padding-left:24px!important}.pl-25{padding-left:25px!important}.pl-26{padding-left:26px!important}.pl-27{padding-left:27px!important}.pl-28{padding-left:28px!important}.pl-29{padding-left:29px!important}.pl-30{padding-left:30px!important}.pl-31{padding-left:31px!important}.pl-32{padding-left:32px!important}.pl-33{padding-left:33px!important}.pl-34{padding-left:34px!important}.pl-35{padding-left:35px!important}.pl-36{padding-left:36px!important}.pl-37{padding-left:37px!important}.pl-38{padding-left:38px!important}.pl-39{padding-left:39px!important}.pl-40{padding-left:40px!important}.pl-41{padding-left:41px!important}.pl-42{padding-left:42px!important}.pl-43{padding-left:43px!important}.pl-44{padding-left:44px!important}.pl-45{padding-left:45px!important}.pl-46{padding-left:46px!important}.pl-47{padding-left:47px!important}.pl-48{padding-left:48px!important}.pl-49{padding-left:49px!important}.pl-50{padding-left:50px!important}.pl-51{padding-left:51px!important}.pl-52{padding-left:52px!important}.pl-53{padding-left:53px!important}.pl-54{padding-left:54px!important}.pl-55{padding-left:55px!important}.pl-56{padding-left:56px!important}.pl-57{padding-left:57px!important}.pl-58{padding-left:58px!important}.pl-59{padding-left:59px!important}.pl-60{padding-left:60px!important}.pl-61{padding-left:61px!important}.pl-62{padding-left:62px!important}.pl-63{padding-left:63px!important}.pl-64{padding-left:64px!important}.pl-65{padding-left:65px!important}.pl-66{padding-left:66px!important}.pl-67{padding-left:67px!important}.pl-68{padding-left:68px!important}.pl-69{padding-left:69px!important}.pl-70{padding-left:70px!important}.pl-71{padding-left:71px!important}.pl-72{padding-left:72px!important}.pl-73{padding-left:73px!important}.pl-74{padding-left:74px!important}.pl-75{padding-left:75px!important}.pl-76{padding-left:76px!important}.pl-77{padding-left:77px!important}.pl-78{padding-left:78px!important}.pl-79{padding-left:79px!important}.pl-80{padding-left:80px!important}.pl-81{padding-left:81px!important}.pl-82{padding-left:82px!important}.pl-83{padding-left:83px!important}.pl-84{padding-left:84px!important}.pl-85{padding-left:85px!important}.pl-86{padding-left:86px!important}.pl-87{padding-left:87px!important}.pl-88{padding-left:88px!important}.pl-89{padding-left:89px!important}.pl-90{padding-left:90px!important}.pl-91{padding-left:91px!important}.pl-92{padding-left:92px!important}.pl-93{padding-left:93px!important}.pl-94{padding-left:94px!important}.pl-95{padding-left:95px!important}.pl-96{padding-left:96px!important}.pl-97{padding-left:97px!important}.pl-98{padding-left:98px!important}.pl-99{padding-left:99px!important}.pl-100{padding-left:100px!important}.pl-101{padding-left:101px!important}.pl-102{padding-left:102px!important}.pl-103{padding-left:103px!important}.pl-104{padding-left:104px!important}.pl-105{padding-left:105px!important}.pl-106{padding-left:106px!important}.pl-107{padding-left:107px!important}.pl-108{padding-left:108px!important}.pl-109{padding-left:109px!important}.pl-110{padding-left:110px!important}.pl-111{padding-left:111px!important}.pl-112{padding-left:112px!important}.pl-113{padding-left:113px!important}.pl-114{padding-left:114px!important}.pl-115{padding-left:115px!important}.pl-116{padding-left:116px!important}.pl-117{padding-left:117px!important}.pl-118{padding-left:118px!important}.pl-119{padding-left:119px!important}.pl-120{padding-left:120px!important}.pl-121{padding-left:121px!important}.pl-122{padding-left:122px!important}.pl-123{padding-left:123px!important}.pl-124{padding-left:124px!important}.pl-125{padding-left:125px!important}.pl-126{padding-left:126px!important}.pl-127{padding-left:127px!important}.pl-128{padding-left:128px!important}.pl-129{padding-left:129px!important}.pl-130{padding-left:130px!important}.pl-131{padding-left:131px!important}.pl-132{padding-left:132px!important}.pl-133{padding-left:133px!important}.pl-134{padding-left:134px!important}.pl-135{padding-left:135px!important}.pl-136{padding-left:136px!important}.pl-137{padding-left:137px!important}.pl-138{padding-left:138px!important}.pl-139{padding-left:139px!important}.pl-140{padding-left:140px!important}.pl-141{padding-left:141px!important}.pl-142{padding-left:142px!important}.pl-143{padding-left:143px!important}.pl-144{padding-left:144px!important}.pl-145{padding-left:145px!important}.pl-146{padding-left:146px!important}.pl-147{padding-left:147px!important}.pl-148{padding-left:148px!important}.pl-149{padding-left:149px!important}.pl-150{padding-left:150px!important}.pl-151{padding-left:151px!important}.pl-152{padding-left:152px!important}.pl-153{padding-left:153px!important}.pl-154{padding-left:154px!important}.pl-155{padding-left:155px!important}.pl-156{padding-left:156px!important}.pl-157{padding-left:157px!important}.pl-158{padding-left:158px!important}.pl-159{padding-left:159px!important}.pl-160{padding-left:160px!important}.pl-161{padding-left:161px!important}.pl-162{padding-left:162px!important}.pl-163{padding-left:163px!important}.pl-164{padding-left:164px!important}.pl-165{padding-left:165px!important}.pl-166{padding-left:166px!important}.pl-167{padding-left:167px!important}.pl-168{padding-left:168px!important}.pl-169{padding-left:169px!important}.pl-170{padding-left:170px!important}.pl-171{padding-left:171px!important}.pl-172{padding-left:172px!important}.pl-173{padding-left:173px!important}.pl-174{padding-left:174px!important}.pl-175{padding-left:175px!important}.pl-176{padding-left:176px!important}.pl-177{padding-left:177px!important}.pl-178{padding-left:178px!important}.pl-179{padding-left:179px!important}.pl-180{padding-left:180px!important}.pl-181{padding-left:181px!important}.pl-182{padding-left:182px!important}.pl-183{padding-left:183px!important}.pl-184{padding-left:184px!important}.pl-185{padding-left:185px!important}.pl-186{padding-left:186px!important}.pl-187{padding-left:187px!important}.pl-188{padding-left:188px!important}.pl-189{padding-left:189px!important}.pl-190{padding-left:190px!important}.pl-191{padding-left:191px!important}.pl-192{padding-left:192px!important}.pl-193{padding-left:193px!important}.pl-194{padding-left:194px!important}.pl-195{padding-left:195px!important}.pl-196{padding-left:196px!important}.pl-197{padding-left:197px!important}.pl-198{padding-left:198px!important}.pl-199{padding-left:199px!important}.pl-200{padding-left:200px!important}.pl-201{padding-left:201px!important}.pl-202{padding-left:202px!important}.pl-203{padding-left:203px!important}.pl-204{padding-left:204px!important}.pl-205{padding-left:205px!important}.pl-206{padding-left:206px!important}.pl-207{padding-left:207px!important}.pl-208{padding-left:208px!important}.pl-209{padding-left:209px!important}.pl-210{padding-left:210px!important}.pl-211{padding-left:211px!important}.pl-212{padding-left:212px!important}.pl-213{padding-left:213px!important}.pl-214{padding-left:214px!important}.pl-215{padding-left:215px!important}.pl-216{padding-left:216px!important}.pl-217{padding-left:217px!important}.pl-218{padding-left:218px!important}.pl-219{padding-left:219px!important}.pl-220{padding-left:220px!important}.pl-221{padding-left:221px!important}.pl-222{padding-left:222px!important}.pl-223{padding-left:223px!important}.pl-224{padding-left:224px!important}.pl-225{padding-left:225px!important}.pl-226{padding-left:226px!important}.pl-227{padding-left:227px!important}.pl-228{padding-left:228px!important}.pl-229{padding-left:229px!important}.pl-230{padding-left:230px!important}.pl-231{padding-left:231px!important}.pl-232{padding-left:232px!important}.pl-233{padding-left:233px!important}.pl-234{padding-left:234px!important}.pl-235{padding-left:235px!important}.pl-236{padding-left:236px!important}.pl-237{padding-left:237px!important}.pl-238{padding-left:238px!important}.pl-239{padding-left:239px!important}.pl-240{padding-left:240px!important}.pl-241{padding-left:241px!important}.pl-242{padding-left:242px!important}.pl-243{padding-left:243px!important}.pl-244{padding-left:244px!important}.pl-245{padding-left:245px!important}.pl-246{padding-left:246px!important}.pl-247{padding-left:247px!important}.pl-248{padding-left:248px!important}.pl-249{padding-left:249px!important}.pl-250{padding-left:250px!important}.pl-251{padding-left:251px!important}.pl-252{padding-left:252px!important}.pl-253{padding-left:253px!important}.pl-254{padding-left:254px!important}.pl-255{padding-left:255px!important}.pl-256{padding-left:256px!important}.pl-257{padding-left:257px!important}.pl-258{padding-left:258px!important}.pl-259{padding-left:259px!important}.pl-260{padding-left:260px!important}.pl-261{padding-left:261px!important}.pl-262{padding-left:262px!important}.pl-263{padding-left:263px!important}.pl-264{padding-left:264px!important}.pl-265{padding-left:265px!important}.pl-266{padding-left:266px!important}.pl-267{padding-left:267px!important}.pl-268{padding-left:268px!important}.pl-269{padding-left:269px!important}.pl-270{padding-left:270px!important}.pl-271{padding-left:271px!important}.pl-272{padding-left:272px!important}.pl-273{padding-left:273px!important}.pl-274{padding-left:274px!important}.pl-275{padding-left:275px!important}.pl-276{padding-left:276px!important}.pl-277{padding-left:277px!important}.pl-278{padding-left:278px!important}.pl-279{padding-left:279px!important}.pl-280{padding-left:280px!important}.pl-281{padding-left:281px!important}.pl-282{padding-left:282px!important}.pl-283{padding-left:283px!important}.pl-284{padding-left:284px!important}.pl-285{padding-left:285px!important}.pl-286{padding-left:286px!important}.pl-287{padding-left:287px!important}.pl-288{padding-left:288px!important}.pl-289{padding-left:289px!important}.pl-290{padding-left:290px!important}.pl-291{padding-left:291px!important}.pl-292{padding-left:292px!important}.pl-293{padding-left:293px!important}.pl-294{padding-left:294px!important}.pl-295{padding-left:295px!important}.pl-296{padding-left:296px!important}.pl-297{padding-left:297px!important}.pl-298{padding-left:298px!important}.pl-299{padding-left:299px!important}.pl-300{padding-left:300px!important}.pl-301{padding-left:301px!important}.pl-302{padding-left:302px!important}.pl-303{padding-left:303px!important}.pl-304{padding-left:304px!important}.pl-305{padding-left:305px!important}.pl-306{padding-left:306px!important}.pl-307{padding-left:307px!important}.pl-308{padding-left:308px!important}.pl-309{padding-left:309px!important}.pl-310{padding-left:310px!important}.pl-311{padding-left:311px!important}.pl-312{padding-left:312px!important}.pl-313{padding-left:313px!important}.pl-314{padding-left:314px!important}.pl-315{padding-left:315px!important}.pl-316{padding-left:316px!important}.pl-317{padding-left:317px!important}.pl-318{padding-left:318px!important}.pl-319{padding-left:319px!important}.pl-320{padding-left:320px!important}.pl-321{padding-left:321px!important}.pl-322{padding-left:322px!important}.pl-323{padding-left:323px!important}.pl-324{padding-left:324px!important}.pl-325{padding-left:325px!important}.pl-326{padding-left:326px!important}.pl-327{padding-left:327px!important}.pl-328{padding-left:328px!important}.pl-329{padding-left:329px!important}.pl-330{padding-left:330px!important}.pl-331{padding-left:331px!important}.pl-332{padding-left:332px!important}.pl-333{padding-left:333px!important}.pl-334{padding-left:334px!important}.pl-335{padding-left:335px!important}.pl-336{padding-left:336px!important}.pl-337{padding-left:337px!important}.pl-338{padding-left:338px!important}.pl-339{padding-left:339px!important}.pl-340{padding-left:340px!important}.pl-341{padding-left:341px!important}.pl-342{padding-left:342px!important}.pl-343{padding-left:343px!important}.pl-344{padding-left:344px!important}.pl-345{padding-left:345px!important}.pl-346{padding-left:346px!important}.pl-347{padding-left:347px!important}.pl-348{padding-left:348px!important}.pl-349{padding-left:349px!important}.pl-350{padding-left:350px!important}.pl-351{padding-left:351px!important}.pl-352{padding-left:352px!important}.pl-353{padding-left:353px!important}.pl-354{padding-left:354px!important}.pl-355{padding-left:355px!important}.pl-356{padding-left:356px!important}.pl-357{padding-left:357px!important}.pl-358{padding-left:358px!important}.pl-359{padding-left:359px!important}.pl-360{padding-left:360px!important}.pl-361{padding-left:361px!important}.pl-362{padding-left:362px!important}.pl-363{padding-left:363px!important}.pl-364{padding-left:364px!important}.pl-365{padding-left:365px!important}.pl-366{padding-left:366px!important}.pl-367{padding-left:367px!important}.pl-368{padding-left:368px!important}.pl-369{padding-left:369px!important}.pl-370{padding-left:370px!important}.pl-371{padding-left:371px!important}.pl-372{padding-left:372px!important}.pl-373{padding-left:373px!important}.pl-374{padding-left:374px!important}.pl-375{padding-left:375px!important}.pl-376{padding-left:376px!important}.pl-377{padding-left:377px!important}.pl-378{padding-left:378px!important}.pl-379{padding-left:379px!important}.pl-380{padding-left:380px!important}.pl-381{padding-left:381px!important}.pl-382{padding-left:382px!important}.pl-383{padding-left:383px!important}.pl-384{padding-left:384px!important}.pl-385{padding-left:385px!important}.pl-386{padding-left:386px!important}.pl-387{padding-left:387px!important}.pl-388{padding-left:388px!important}.pl-389{padding-left:389px!important}.pl-390{padding-left:390px!important}.pl-391{padding-left:391px!important}.pl-392{padding-left:392px!important}.pl-393{padding-left:393px!important}.pl-394{padding-left:394px!important}.pl-395{padding-left:395px!important}.pl-396{padding-left:396px!important}.pl-397{padding-left:397px!important}.pl-398{padding-left:398px!important}.pl-399{padding-left:399px!important}.pl-400{padding-left:400px!important}.pl-401{padding-left:401px!important}.pl-402{padding-left:402px!important}.pl-403{padding-left:403px!important}.pl-404{padding-left:404px!important}.pl-405{padding-left:405px!important}.pl-406{padding-left:406px!important}.pl-407{padding-left:407px!important}.pl-408{padding-left:408px!important}.pl-409{padding-left:409px!important}.pl-410{padding-left:410px!important}.pl-411{padding-left:411px!important}.pl-412{padding-left:412px!important}.pl-413{padding-left:413px!important}.pl-414{padding-left:414px!important}.pl-415{padding-left:415px!important}.pl-416{padding-left:416px!important}.pl-417{padding-left:417px!important}.pl-418{padding-left:418px!important}.pl-419{padding-left:419px!important}.pl-420{padding-left:420px!important}.pl-421{padding-left:421px!important}.pl-422{padding-left:422px!important}.pl-423{padding-left:423px!important}.pl-424{padding-left:424px!important}.pl-425{padding-left:425px!important}.pl-426{padding-left:426px!important}.pl-427{padding-left:427px!important}.pl-428{padding-left:428px!important}.pl-429{padding-left:429px!important}.pl-430{padding-left:430px!important}.pl-431{padding-left:431px!important}.pl-432{padding-left:432px!important}.pl-433{padding-left:433px!important}.pl-434{padding-left:434px!important}.pl-435{padding-left:435px!important}.pl-436{padding-left:436px!important}.pl-437{padding-left:437px!important}.pl-438{padding-left:438px!important}.pl-439{padding-left:439px!important}.pl-440{padding-left:440px!important}.pl-441{padding-left:441px!important}.pl-442{padding-left:442px!important}.pl-443{padding-left:443px!important}.pl-444{padding-left:444px!important}.pl-445{padding-left:445px!important}.pl-446{padding-left:446px!important}.pl-447{padding-left:447px!important}.pl-448{padding-left:448px!important}.pl-449{padding-left:449px!important}.pl-450{padding-left:450px!important}.pl-451{padding-left:451px!important}.pl-452{padding-left:452px!important}.pl-453{padding-left:453px!important}.pl-454{padding-left:454px!important}.pl-455{padding-left:455px!important}.pl-456{padding-left:456px!important}.pl-457{padding-left:457px!important}.pl-458{padding-left:458px!important}.pl-459{padding-left:459px!important}.pl-460{padding-left:460px!important}.pl-461{padding-left:461px!important}.pl-462{padding-left:462px!important}.pl-463{padding-left:463px!important}.pl-464{padding-left:464px!important}.pl-465{padding-left:465px!important}.pl-466{padding-left:466px!important}.pl-467{padding-left:467px!important}.pl-468{padding-left:468px!important}.pl-469{padding-left:469px!important}.pl-470{padding-left:470px!important}.pl-471{padding-left:471px!important}.pl-472{padding-left:472px!important}.pl-473{padding-left:473px!important}.pl-474{padding-left:474px!important}.pl-475{padding-left:475px!important}.pl-476{padding-left:476px!important}.pl-477{padding-left:477px!important}.pl-478{padding-left:478px!important}.pl-479{padding-left:479px!important}.pl-480{padding-left:480px!important}.pl-481{padding-left:481px!important}.pl-482{padding-left:482px!important}.pl-483{padding-left:483px!important}.pl-484{padding-left:484px!important}.pl-485{padding-left:485px!important}.pl-486{padding-left:486px!important}.pl-487{padding-left:487px!important}.pl-488{padding-left:488px!important}.pl-489{padding-left:489px!important}.pl-490{padding-left:490px!important}.pl-491{padding-left:491px!important}.pl-492{padding-left:492px!important}.pl-493{padding-left:493px!important}.pl-494{padding-left:494px!important}.pl-495{padding-left:495px!important}.pl-496{padding-left:496px!important}.pl-497{padding-left:497px!important}.pl-498{padding-left:498px!important}.pl-499{padding-left:499px!important}.pl-500{padding-left:500px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:1px!important}.pr-2{padding-right:2px!important}.pr-3{padding-right:3px!important}.pr-4{padding-right:4px!important}.pr-5{padding-right:5px!important}.pr-6{padding-right:6px!important}.pr-7{padding-right:7px!important}.pr-8{padding-right:8px!important}.pr-9{padding-right:9px!important}.pr-10{padding-right:10px!important}.pr-11{padding-right:11px!important}.pr-12{padding-right:12px!important}.pr-13{padding-right:13px!important}.pr-14{padding-right:14px!important}.pr-15{padding-right:15px!important}.pr-16{padding-right:16px!important}.pr-17{padding-right:17px!important}.pr-18{padding-right:18px!important}.pr-19{padding-right:19px!important}.pr-20{padding-right:20px!important}.pr-21{padding-right:21px!important}.pr-22{padding-right:22px!important}.pr-23{padding-right:23px!important}.pr-24{padding-right:24px!important}.pr-25{padding-right:25px!important}.pr-26{padding-right:26px!important}.pr-27{padding-right:27px!important}.pr-28{padding-right:28px!important}.pr-29{padding-right:29px!important}.pr-30{padding-right:30px!important}.pr-31{padding-right:31px!important}.pr-32{padding-right:32px!important}.pr-33{padding-right:33px!important}.pr-34{padding-right:34px!important}.pr-35{padding-right:35px!important}.pr-36{padding-right:36px!important}.pr-37{padding-right:37px!important}.pr-38{padding-right:38px!important}.pr-39{padding-right:39px!important}.pr-40{padding-right:40px!important}.pr-41{padding-right:41px!important}.pr-42{padding-right:42px!important}.pr-43{padding-right:43px!important}.pr-44{padding-right:44px!important}.pr-45{padding-right:45px!important}.pr-46{padding-right:46px!important}.pr-47{padding-right:47px!important}.pr-48{padding-right:48px!important}.pr-49{padding-right:49px!important}.pr-50{padding-right:50px!important}.pr-51{padding-right:51px!important}.pr-52{padding-right:52px!important}.pr-53{padding-right:53px!important}.pr-54{padding-right:54px!important}.pr-55{padding-right:55px!important}.pr-56{padding-right:56px!important}.pr-57{padding-right:57px!important}.pr-58{padding-right:58px!important}.pr-59{padding-right:59px!important}.pr-60{padding-right:60px!important}.pr-61{padding-right:61px!important}.pr-62{padding-right:62px!important}.pr-63{padding-right:63px!important}.pr-64{padding-right:64px!important}.pr-65{padding-right:65px!important}.pr-66{padding-right:66px!important}.pr-67{padding-right:67px!important}.pr-68{padding-right:68px!important}.pr-69{padding-right:69px!important}.pr-70{padding-right:70px!important}.pr-71{padding-right:71px!important}.pr-72{padding-right:72px!important}.pr-73{padding-right:73px!important}.pr-74{padding-right:74px!important}.pr-75{padding-right:75px!important}.pr-76{padding-right:76px!important}.pr-77{padding-right:77px!important}.pr-78{padding-right:78px!important}.pr-79{padding-right:79px!important}.pr-80{padding-right:80px!important}.pr-81{padding-right:81px!important}.pr-82{padding-right:82px!important}.pr-83{padding-right:83px!important}.pr-84{padding-right:84px!important}.pr-85{padding-right:85px!important}.pr-86{padding-right:86px!important}.pr-87{padding-right:87px!important}.pr-88{padding-right:88px!important}.pr-89{padding-right:89px!important}.pr-90{padding-right:90px!important}.pr-91{padding-right:91px!important}.pr-92{padding-right:92px!important}.pr-93{padding-right:93px!important}.pr-94{padding-right:94px!important}.pr-95{padding-right:95px!important}.pr-96{padding-right:96px!important}.pr-97{padding-right:97px!important}.pr-98{padding-right:98px!important}.pr-99{padding-right:99px!important}.pr-100{padding-right:100px!important}.pr-101{padding-right:101px!important}.pr-102{padding-right:102px!important}.pr-103{padding-right:103px!important}.pr-104{padding-right:104px!important}.pr-105{padding-right:105px!important}.pr-106{padding-right:106px!important}.pr-107{padding-right:107px!important}.pr-108{padding-right:108px!important}.pr-109{padding-right:109px!important}.pr-110{padding-right:110px!important}.pr-111{padding-right:111px!important}.pr-112{padding-right:112px!important}.pr-113{padding-right:113px!important}.pr-114{padding-right:114px!important}.pr-115{padding-right:115px!important}.pr-116{padding-right:116px!important}.pr-117{padding-right:117px!important}.pr-118{padding-right:118px!important}.pr-119{padding-right:119px!important}.pr-120{padding-right:120px!important}.pr-121{padding-right:121px!important}.pr-122{padding-right:122px!important}.pr-123{padding-right:123px!important}.pr-124{padding-right:124px!important}.pr-125{padding-right:125px!important}.pr-126{padding-right:126px!important}.pr-127{padding-right:127px!important}.pr-128{padding-right:128px!important}.pr-129{padding-right:129px!important}.pr-130{padding-right:130px!important}.pr-131{padding-right:131px!important}.pr-132{padding-right:132px!important}.pr-133{padding-right:133px!important}.pr-134{padding-right:134px!important}.pr-135{padding-right:135px!important}.pr-136{padding-right:136px!important}.pr-137{padding-right:137px!important}.pr-138{padding-right:138px!important}.pr-139{padding-right:139px!important}.pr-140{padding-right:140px!important}.pr-141{padding-right:141px!important}.pr-142{padding-right:142px!important}.pr-143{padding-right:143px!important}.pr-144{padding-right:144px!important}.pr-145{padding-right:145px!important}.pr-146{padding-right:146px!important}.pr-147{padding-right:147px!important}.pr-148{padding-right:148px!important}.pr-149{padding-right:149px!important}.pr-150{padding-right:150px!important}.pr-151{padding-right:151px!important}.pr-152{padding-right:152px!important}.pr-153{padding-right:153px!important}.pr-154{padding-right:154px!important}.pr-155{padding-right:155px!important}.pr-156{padding-right:156px!important}.pr-157{padding-right:157px!important}.pr-158{padding-right:158px!important}.pr-159{padding-right:159px!important}.pr-160{padding-right:160px!important}.pr-161{padding-right:161px!important}.pr-162{padding-right:162px!important}.pr-163{padding-right:163px!important}.pr-164{padding-right:164px!important}.pr-165{padding-right:165px!important}.pr-166{padding-right:166px!important}.pr-167{padding-right:167px!important}.pr-168{padding-right:168px!important}.pr-169{padding-right:169px!important}.pr-170{padding-right:170px!important}.pr-171{padding-right:171px!important}.pr-172{padding-right:172px!important}.pr-173{padding-right:173px!important}.pr-174{padding-right:174px!important}.pr-175{padding-right:175px!important}.pr-176{padding-right:176px!important}.pr-177{padding-right:177px!important}.pr-178{padding-right:178px!important}.pr-179{padding-right:179px!important}.pr-180{padding-right:180px!important}.pr-181{padding-right:181px!important}.pr-182{padding-right:182px!important}.pr-183{padding-right:183px!important}.pr-184{padding-right:184px!important}.pr-185{padding-right:185px!important}.pr-186{padding-right:186px!important}.pr-187{padding-right:187px!important}.pr-188{padding-right:188px!important}.pr-189{padding-right:189px!important}.pr-190{padding-right:190px!important}.pr-191{padding-right:191px!important}.pr-192{padding-right:192px!important}.pr-193{padding-right:193px!important}.pr-194{padding-right:194px!important}.pr-195{padding-right:195px!important}.pr-196{padding-right:196px!important}.pr-197{padding-right:197px!important}.pr-198{padding-right:198px!important}.pr-199{padding-right:199px!important}.pr-200{padding-right:200px!important}.pr-201{padding-right:201px!important}.pr-202{padding-right:202px!important}.pr-203{padding-right:203px!important}.pr-204{padding-right:204px!important}.pr-205{padding-right:205px!important}.pr-206{padding-right:206px!important}.pr-207{padding-right:207px!important}.pr-208{padding-right:208px!important}.pr-209{padding-right:209px!important}.pr-210{padding-right:210px!important}.pr-211{padding-right:211px!important}.pr-212{padding-right:212px!important}.pr-213{padding-right:213px!important}.pr-214{padding-right:214px!important}.pr-215{padding-right:215px!important}.pr-216{padding-right:216px!important}.pr-217{padding-right:217px!important}.pr-218{padding-right:218px!important}.pr-219{padding-right:219px!important}.pr-220{padding-right:220px!important}.pr-221{padding-right:221px!important}.pr-222{padding-right:222px!important}.pr-223{padding-right:223px!important}.pr-224{padding-right:224px!important}.pr-225{padding-right:225px!important}.pr-226{padding-right:226px!important}.pr-227{padding-right:227px!important}.pr-228{padding-right:228px!important}.pr-229{padding-right:229px!important}.pr-230{padding-right:230px!important}.pr-231{padding-right:231px!important}.pr-232{padding-right:232px!important}.pr-233{padding-right:233px!important}.pr-234{padding-right:234px!important}.pr-235{padding-right:235px!important}.pr-236{padding-right:236px!important}.pr-237{padding-right:237px!important}.pr-238{padding-right:238px!important}.pr-239{padding-right:239px!important}.pr-240{padding-right:240px!important}.pr-241{padding-right:241px!important}.pr-242{padding-right:242px!important}.pr-243{padding-right:243px!important}.pr-244{padding-right:244px!important}.pr-245{padding-right:245px!important}.pr-246{padding-right:246px!important}.pr-247{padding-right:247px!important}.pr-248{padding-right:248px!important}.pr-249{padding-right:249px!important}.pr-250{padding-right:250px!important}.pr-251{padding-right:251px!important}.pr-252{padding-right:252px!important}.pr-253{padding-right:253px!important}.pr-254{padding-right:254px!important}.pr-255{padding-right:255px!important}.pr-256{padding-right:256px!important}.pr-257{padding-right:257px!important}.pr-258{padding-right:258px!important}.pr-259{padding-right:259px!important}.pr-260{padding-right:260px!important}.pr-261{padding-right:261px!important}.pr-262{padding-right:262px!important}.pr-263{padding-right:263px!important}.pr-264{padding-right:264px!important}.pr-265{padding-right:265px!important}.pr-266{padding-right:266px!important}.pr-267{padding-right:267px!important}.pr-268{padding-right:268px!important}.pr-269{padding-right:269px!important}.pr-270{padding-right:270px!important}.pr-271{padding-right:271px!important}.pr-272{padding-right:272px!important}.pr-273{padding-right:273px!important}.pr-274{padding-right:274px!important}.pr-275{padding-right:275px!important}.pr-276{padding-right:276px!important}.pr-277{padding-right:277px!important}.pr-278{padding-right:278px!important}.pr-279{padding-right:279px!important}.pr-280{padding-right:280px!important}.pr-281{padding-right:281px!important}.pr-282{padding-right:282px!important}.pr-283{padding-right:283px!important}.pr-284{padding-right:284px!important}.pr-285{padding-right:285px!important}.pr-286{padding-right:286px!important}.pr-287{padding-right:287px!important}.pr-288{padding-right:288px!important}.pr-289{padding-right:289px!important}.pr-290{padding-right:290px!important}.pr-291{padding-right:291px!important}.pr-292{padding-right:292px!important}.pr-293{padding-right:293px!important}.pr-294{padding-right:294px!important}.pr-295{padding-right:295px!important}.pr-296{padding-right:296px!important}.pr-297{padding-right:297px!important}.pr-298{padding-right:298px!important}.pr-299{padding-right:299px!important}.pr-300{padding-right:300px!important}.pr-301{padding-right:301px!important}.pr-302{padding-right:302px!important}.pr-303{padding-right:303px!important}.pr-304{padding-right:304px!important}.pr-305{padding-right:305px!important}.pr-306{padding-right:306px!important}.pr-307{padding-right:307px!important}.pr-308{padding-right:308px!important}.pr-309{padding-right:309px!important}.pr-310{padding-right:310px!important}.pr-311{padding-right:311px!important}.pr-312{padding-right:312px!important}.pr-313{padding-right:313px!important}.pr-314{padding-right:314px!important}.pr-315{padding-right:315px!important}.pr-316{padding-right:316px!important}.pr-317{padding-right:317px!important}.pr-318{padding-right:318px!important}.pr-319{padding-right:319px!important}.pr-320{padding-right:320px!important}.pr-321{padding-right:321px!important}.pr-322{padding-right:322px!important}.pr-323{padding-right:323px!important}.pr-324{padding-right:324px!important}.pr-325{padding-right:325px!important}.pr-326{padding-right:326px!important}.pr-327{padding-right:327px!important}.pr-328{padding-right:328px!important}.pr-329{padding-right:329px!important}.pr-330{padding-right:330px!important}.pr-331{padding-right:331px!important}.pr-332{padding-right:332px!important}.pr-333{padding-right:333px!important}.pr-334{padding-right:334px!important}.pr-335{padding-right:335px!important}.pr-336{padding-right:336px!important}.pr-337{padding-right:337px!important}.pr-338{padding-right:338px!important}.pr-339{padding-right:339px!important}.pr-340{padding-right:340px!important}.pr-341{padding-right:341px!important}.pr-342{padding-right:342px!important}.pr-343{padding-right:343px!important}.pr-344{padding-right:344px!important}.pr-345{padding-right:345px!important}.pr-346{padding-right:346px!important}.pr-347{padding-right:347px!important}.pr-348{padding-right:348px!important}.pr-349{padding-right:349px!important}.pr-350{padding-right:350px!important}.pr-351{padding-right:351px!important}.pr-352{padding-right:352px!important}.pr-353{padding-right:353px!important}.pr-354{padding-right:354px!important}.pr-355{padding-right:355px!important}.pr-356{padding-right:356px!important}.pr-357{padding-right:357px!important}.pr-358{padding-right:358px!important}.pr-359{padding-right:359px!important}.pr-360{padding-right:360px!important}.pr-361{padding-right:361px!important}.pr-362{padding-right:362px!important}.pr-363{padding-right:363px!important}.pr-364{padding-right:364px!important}.pr-365{padding-right:365px!important}.pr-366{padding-right:366px!important}.pr-367{padding-right:367px!important}.pr-368{padding-right:368px!important}.pr-369{padding-right:369px!important}.pr-370{padding-right:370px!important}.pr-371{padding-right:371px!important}.pr-372{padding-right:372px!important}.pr-373{padding-right:373px!important}.pr-374{padding-right:374px!important}.pr-375{padding-right:375px!important}.pr-376{padding-right:376px!important}.pr-377{padding-right:377px!important}.pr-378{padding-right:378px!important}.pr-379{padding-right:379px!important}.pr-380{padding-right:380px!important}.pr-381{padding-right:381px!important}.pr-382{padding-right:382px!important}.pr-383{padding-right:383px!important}.pr-384{padding-right:384px!important}.pr-385{padding-right:385px!important}.pr-386{padding-right:386px!important}.pr-387{padding-right:387px!important}.pr-388{padding-right:388px!important}.pr-389{padding-right:389px!important}.pr-390{padding-right:390px!important}.pr-391{padding-right:391px!important}.pr-392{padding-right:392px!important}.pr-393{padding-right:393px!important}.pr-394{padding-right:394px!important}.pr-395{padding-right:395px!important}.pr-396{padding-right:396px!important}.pr-397{padding-right:397px!important}.pr-398{padding-right:398px!important}.pr-399{padding-right:399px!important}.pr-400{padding-right:400px!important}.pr-401{padding-right:401px!important}.pr-402{padding-right:402px!important}.pr-403{padding-right:403px!important}.pr-404{padding-right:404px!important}.pr-405{padding-right:405px!important}.pr-406{padding-right:406px!important}.pr-407{padding-right:407px!important}.pr-408{padding-right:408px!important}.pr-409{padding-right:409px!important}.pr-410{padding-right:410px!important}.pr-411{padding-right:411px!important}.pr-412{padding-right:412px!important}.pr-413{padding-right:413px!important}.pr-414{padding-right:414px!important}.pr-415{padding-right:415px!important}.pr-416{padding-right:416px!important}.pr-417{padding-right:417px!important}.pr-418{padding-right:418px!important}.pr-419{padding-right:419px!important}.pr-420{padding-right:420px!important}.pr-421{padding-right:421px!important}.pr-422{padding-right:422px!important}.pr-423{padding-right:423px!important}.pr-424{padding-right:424px!important}.pr-425{padding-right:425px!important}.pr-426{padding-right:426px!important}.pr-427{padding-right:427px!important}.pr-428{padding-right:428px!important}.pr-429{padding-right:429px!important}.pr-430{padding-right:430px!important}.pr-431{padding-right:431px!important}.pr-432{padding-right:432px!important}.pr-433{padding-right:433px!important}.pr-434{padding-right:434px!important}.pr-435{padding-right:435px!important}.pr-436{padding-right:436px!important}.pr-437{padding-right:437px!important}.pr-438{padding-right:438px!important}.pr-439{padding-right:439px!important}.pr-440{padding-right:440px!important}.pr-441{padding-right:441px!important}.pr-442{padding-right:442px!important}.pr-443{padding-right:443px!important}.pr-444{padding-right:444px!important}.pr-445{padding-right:445px!important}.pr-446{padding-right:446px!important}.pr-447{padding-right:447px!important}.pr-448{padding-right:448px!important}.pr-449{padding-right:449px!important}.pr-450{padding-right:450px!important}.pr-451{padding-right:451px!important}.pr-452{padding-right:452px!important}.pr-453{padding-right:453px!important}.pr-454{padding-right:454px!important}.pr-455{padding-right:455px!important}.pr-456{padding-right:456px!important}.pr-457{padding-right:457px!important}.pr-458{padding-right:458px!important}.pr-459{padding-right:459px!important}.pr-460{padding-right:460px!important}.pr-461{padding-right:461px!important}.pr-462{padding-right:462px!important}.pr-463{padding-right:463px!important}.pr-464{padding-right:464px!important}.pr-465{padding-right:465px!important}.pr-466{padding-right:466px!important}.pr-467{padding-right:467px!important}.pr-468{padding-right:468px!important}.pr-469{padding-right:469px!important}.pr-470{padding-right:470px!important}.pr-471{padding-right:471px!important}.pr-472{padding-right:472px!important}.pr-473{padding-right:473px!important}.pr-474{padding-right:474px!important}.pr-475{padding-right:475px!important}.pr-476{padding-right:476px!important}.pr-477{padding-right:477px!important}.pr-478{padding-right:478px!important}.pr-479{padding-right:479px!important}.pr-480{padding-right:480px!important}.pr-481{padding-right:481px!important}.pr-482{padding-right:482px!important}.pr-483{padding-right:483px!important}.pr-484{padding-right:484px!important}.pr-485{padding-right:485px!important}.pr-486{padding-right:486px!important}.pr-487{padding-right:487px!important}.pr-488{padding-right:488px!important}.pr-489{padding-right:489px!important}.pr-490{padding-right:490px!important}.pr-491{padding-right:491px!important}.pr-492{padding-right:492px!important}.pr-493{padding-right:493px!important}.pr-494{padding-right:494px!important}.pr-495{padding-right:495px!important}.pr-496{padding-right:496px!important}.pr-497{padding-right:497px!important}.pr-498{padding-right:498px!important}.pr-499{padding-right:499px!important}.pr-500{padding-right:500px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:1px!important}.pt-2{padding-top:2px!important}.pt-3{padding-top:3px!important}.pt-4{padding-top:4px!important}.pt-5{padding-top:5px!important}.pt-6{padding-top:6px!important}.pt-7{padding-top:7px!important}.pt-8{padding-top:8px!important}.pt-9{padding-top:9px!important}.pt-10{padding-top:10px!important}.pt-11{padding-top:11px!important}.pt-12{padding-top:12px!important}.pt-13{padding-top:13px!important}.pt-14{padding-top:14px!important}.pt-15{padding-top:15px!important}.pt-16{padding-top:16px!important}.pt-17{padding-top:17px!important}.pt-18{padding-top:18px!important}.pt-19{padding-top:19px!important}.pt-20{padding-top:20px!important}.pt-21{padding-top:21px!important}.pt-22{padding-top:22px!important}.pt-23{padding-top:23px!important}.pt-24{padding-top:24px!important}.pt-25{padding-top:25px!important}.pt-26{padding-top:26px!important}.pt-27{padding-top:27px!important}.pt-28{padding-top:28px!important}.pt-29{padding-top:29px!important}.pt-30{padding-top:30px!important}.pt-31{padding-top:31px!important}.pt-32{padding-top:32px!important}.pt-33{padding-top:33px!important}.pt-34{padding-top:34px!important}.pt-35{padding-top:35px!important}.pt-36{padding-top:36px!important}.pt-37{padding-top:37px!important}.pt-38{padding-top:38px!important}.pt-39{padding-top:39px!important}.pt-40{padding-top:40px!important}.pt-41{padding-top:41px!important}.pt-42{padding-top:42px!important}.pt-43{padding-top:43px!important}.pt-44{padding-top:44px!important}.pt-45{padding-top:45px!important}.pt-46{padding-top:46px!important}.pt-47{padding-top:47px!important}.pt-48{padding-top:48px!important}.pt-49{padding-top:49px!important}.pt-50{padding-top:50px!important}.pt-51{padding-top:51px!important}.pt-52{padding-top:52px!important}.pt-53{padding-top:53px!important}.pt-54{padding-top:54px!important}.pt-55{padding-top:55px!important}.pt-56{padding-top:56px!important}.pt-57{padding-top:57px!important}.pt-58{padding-top:58px!important}.pt-59{padding-top:59px!important}.pt-60{padding-top:60px!important}.pt-61{padding-top:61px!important}.pt-62{padding-top:62px!important}.pt-63{padding-top:63px!important}.pt-64{padding-top:64px!important}.pt-65{padding-top:65px!important}.pt-66{padding-top:66px!important}.pt-67{padding-top:67px!important}.pt-68{padding-top:68px!important}.pt-69{padding-top:69px!important}.pt-70{padding-top:70px!important}.pt-71{padding-top:71px!important}.pt-72{padding-top:72px!important}.pt-73{padding-top:73px!important}.pt-74{padding-top:74px!important}.pt-75{padding-top:75px!important}.pt-76{padding-top:76px!important}.pt-77{padding-top:77px!important}.pt-78{padding-top:78px!important}.pt-79{padding-top:79px!important}.pt-80{padding-top:80px!important}.pt-81{padding-top:81px!important}.pt-82{padding-top:82px!important}.pt-83{padding-top:83px!important}.pt-84{padding-top:84px!important}.pt-85{padding-top:85px!important}.pt-86{padding-top:86px!important}.pt-87{padding-top:87px!important}.pt-88{padding-top:88px!important}.pt-89{padding-top:89px!important}.pt-90{padding-top:90px!important}.pt-91{padding-top:91px!important}.pt-92{padding-top:92px!important}.pt-93{padding-top:93px!important}.pt-94{padding-top:94px!important}.pt-95{padding-top:95px!important}.pt-96{padding-top:96px!important}.pt-97{padding-top:97px!important}.pt-98{padding-top:98px!important}.pt-99{padding-top:99px!important}.pt-100{padding-top:100px!important}.pt-101{padding-top:101px!important}.pt-102{padding-top:102px!important}.pt-103{padding-top:103px!important}.pt-104{padding-top:104px!important}.pt-105{padding-top:105px!important}.pt-106{padding-top:106px!important}.pt-107{padding-top:107px!important}.pt-108{padding-top:108px!important}.pt-109{padding-top:109px!important}.pt-110{padding-top:110px!important}.pt-111{padding-top:111px!important}.pt-112{padding-top:112px!important}.pt-113{padding-top:113px!important}.pt-114{padding-top:114px!important}.pt-115{padding-top:115px!important}.pt-116{padding-top:116px!important}.pt-117{padding-top:117px!important}.pt-118{padding-top:118px!important}.pt-119{padding-top:119px!important}.pt-120{padding-top:120px!important}.pt-121{padding-top:121px!important}.pt-122{padding-top:122px!important}.pt-123{padding-top:123px!important}.pt-124{padding-top:124px!important}.pt-125{padding-top:125px!important}.pt-126{padding-top:126px!important}.pt-127{padding-top:127px!important}.pt-128{padding-top:128px!important}.pt-129{padding-top:129px!important}.pt-130{padding-top:130px!important}.pt-131{padding-top:131px!important}.pt-132{padding-top:132px!important}.pt-133{padding-top:133px!important}.pt-134{padding-top:134px!important}.pt-135{padding-top:135px!important}.pt-136{padding-top:136px!important}.pt-137{padding-top:137px!important}.pt-138{padding-top:138px!important}.pt-139{padding-top:139px!important}.pt-140{padding-top:140px!important}.pt-141{padding-top:141px!important}.pt-142{padding-top:142px!important}.pt-143{padding-top:143px!important}.pt-144{padding-top:144px!important}.pt-145{padding-top:145px!important}.pt-146{padding-top:146px!important}.pt-147{padding-top:147px!important}.pt-148{padding-top:148px!important}.pt-149{padding-top:149px!important}.pt-150{padding-top:150px!important}.pt-151{padding-top:151px!important}.pt-152{padding-top:152px!important}.pt-153{padding-top:153px!important}.pt-154{padding-top:154px!important}.pt-155{padding-top:155px!important}.pt-156{padding-top:156px!important}.pt-157{padding-top:157px!important}.pt-158{padding-top:158px!important}.pt-159{padding-top:159px!important}.pt-160{padding-top:160px!important}.pt-161{padding-top:161px!important}.pt-162{padding-top:162px!important}.pt-163{padding-top:163px!important}.pt-164{padding-top:164px!important}.pt-165{padding-top:165px!important}.pt-166{padding-top:166px!important}.pt-167{padding-top:167px!important}.pt-168{padding-top:168px!important}.pt-169{padding-top:169px!important}.pt-170{padding-top:170px!important}.pt-171{padding-top:171px!important}.pt-172{padding-top:172px!important}.pt-173{padding-top:173px!important}.pt-174{padding-top:174px!important}.pt-175{padding-top:175px!important}.pt-176{padding-top:176px!important}.pt-177{padding-top:177px!important}.pt-178{padding-top:178px!important}.pt-179{padding-top:179px!important}.pt-180{padding-top:180px!important}.pt-181{padding-top:181px!important}.pt-182{padding-top:182px!important}.pt-183{padding-top:183px!important}.pt-184{padding-top:184px!important}.pt-185{padding-top:185px!important}.pt-186{padding-top:186px!important}.pt-187{padding-top:187px!important}.pt-188{padding-top:188px!important}.pt-189{padding-top:189px!important}.pt-190{padding-top:190px!important}.pt-191{padding-top:191px!important}.pt-192{padding-top:192px!important}.pt-193{padding-top:193px!important}.pt-194{padding-top:194px!important}.pt-195{padding-top:195px!important}.pt-196{padding-top:196px!important}.pt-197{padding-top:197px!important}.pt-198{padding-top:198px!important}.pt-199{padding-top:199px!important}.pt-200{padding-top:200px!important}.pt-201{padding-top:201px!important}.pt-202{padding-top:202px!important}.pt-203{padding-top:203px!important}.pt-204{padding-top:204px!important}.pt-205{padding-top:205px!important}.pt-206{padding-top:206px!important}.pt-207{padding-top:207px!important}.pt-208{padding-top:208px!important}.pt-209{padding-top:209px!important}.pt-210{padding-top:210px!important}.pt-211{padding-top:211px!important}.pt-212{padding-top:212px!important}.pt-213{padding-top:213px!important}.pt-214{padding-top:214px!important}.pt-215{padding-top:215px!important}.pt-216{padding-top:216px!important}.pt-217{padding-top:217px!important}.pt-218{padding-top:218px!important}.pt-219{padding-top:219px!important}.pt-220{padding-top:220px!important}.pt-221{padding-top:221px!important}.pt-222{padding-top:222px!important}.pt-223{padding-top:223px!important}.pt-224{padding-top:224px!important}.pt-225{padding-top:225px!important}.pt-226{padding-top:226px!important}.pt-227{padding-top:227px!important}.pt-228{padding-top:228px!important}.pt-229{padding-top:229px!important}.pt-230{padding-top:230px!important}.pt-231{padding-top:231px!important}.pt-232{padding-top:232px!important}.pt-233{padding-top:233px!important}.pt-234{padding-top:234px!important}.pt-235{padding-top:235px!important}.pt-236{padding-top:236px!important}.pt-237{padding-top:237px!important}.pt-238{padding-top:238px!important}.pt-239{padding-top:239px!important}.pt-240{padding-top:240px!important}.pt-241{padding-top:241px!important}.pt-242{padding-top:242px!important}.pt-243{padding-top:243px!important}.pt-244{padding-top:244px!important}.pt-245{padding-top:245px!important}.pt-246{padding-top:246px!important}.pt-247{padding-top:247px!important}.pt-248{padding-top:248px!important}.pt-249{padding-top:249px!important}.pt-250{padding-top:250px!important}.pt-251{padding-top:251px!important}.pt-252{padding-top:252px!important}.pt-253{padding-top:253px!important}.pt-254{padding-top:254px!important}.pt-255{padding-top:255px!important}.pt-256{padding-top:256px!important}.pt-257{padding-top:257px!important}.pt-258{padding-top:258px!important}.pt-259{padding-top:259px!important}.pt-260{padding-top:260px!important}.pt-261{padding-top:261px!important}.pt-262{padding-top:262px!important}.pt-263{padding-top:263px!important}.pt-264{padding-top:264px!important}.pt-265{padding-top:265px!important}.pt-266{padding-top:266px!important}.pt-267{padding-top:267px!important}.pt-268{padding-top:268px!important}.pt-269{padding-top:269px!important}.pt-270{padding-top:270px!important}.pt-271{padding-top:271px!important}.pt-272{padding-top:272px!important}.pt-273{padding-top:273px!important}.pt-274{padding-top:274px!important}.pt-275{padding-top:275px!important}.pt-276{padding-top:276px!important}.pt-277{padding-top:277px!important}.pt-278{padding-top:278px!important}.pt-279{padding-top:279px!important}.pt-280{padding-top:280px!important}.pt-281{padding-top:281px!important}.pt-282{padding-top:282px!important}.pt-283{padding-top:283px!important}.pt-284{padding-top:284px!important}.pt-285{padding-top:285px!important}.pt-286{padding-top:286px!important}.pt-287{padding-top:287px!important}.pt-288{padding-top:288px!important}.pt-289{padding-top:289px!important}.pt-290{padding-top:290px!important}.pt-291{padding-top:291px!important}.pt-292{padding-top:292px!important}.pt-293{padding-top:293px!important}.pt-294{padding-top:294px!important}.pt-295{padding-top:295px!important}.pt-296{padding-top:296px!important}.pt-297{padding-top:297px!important}.pt-298{padding-top:298px!important}.pt-299{padding-top:299px!important}.pt-300{padding-top:300px!important}.pt-301{padding-top:301px!important}.pt-302{padding-top:302px!important}.pt-303{padding-top:303px!important}.pt-304{padding-top:304px!important}.pt-305{padding-top:305px!important}.pt-306{padding-top:306px!important}.pt-307{padding-top:307px!important}.pt-308{padding-top:308px!important}.pt-309{padding-top:309px!important}.pt-310{padding-top:310px!important}.pt-311{padding-top:311px!important}.pt-312{padding-top:312px!important}.pt-313{padding-top:313px!important}.pt-314{padding-top:314px!important}.pt-315{padding-top:315px!important}.pt-316{padding-top:316px!important}.pt-317{padding-top:317px!important}.pt-318{padding-top:318px!important}.pt-319{padding-top:319px!important}.pt-320{padding-top:320px!important}.pt-321{padding-top:321px!important}.pt-322{padding-top:322px!important}.pt-323{padding-top:323px!important}.pt-324{padding-top:324px!important}.pt-325{padding-top:325px!important}.pt-326{padding-top:326px!important}.pt-327{padding-top:327px!important}.pt-328{padding-top:328px!important}.pt-329{padding-top:329px!important}.pt-330{padding-top:330px!important}.pt-331{padding-top:331px!important}.pt-332{padding-top:332px!important}.pt-333{padding-top:333px!important}.pt-334{padding-top:334px!important}.pt-335{padding-top:335px!important}.pt-336{padding-top:336px!important}.pt-337{padding-top:337px!important}.pt-338{padding-top:338px!important}.pt-339{padding-top:339px!important}.pt-340{padding-top:340px!important}.pt-341{padding-top:341px!important}.pt-342{padding-top:342px!important}.pt-343{padding-top:343px!important}.pt-344{padding-top:344px!important}.pt-345{padding-top:345px!important}.pt-346{padding-top:346px!important}.pt-347{padding-top:347px!important}.pt-348{padding-top:348px!important}.pt-349{padding-top:349px!important}.pt-350{padding-top:350px!important}.pt-351{padding-top:351px!important}.pt-352{padding-top:352px!important}.pt-353{padding-top:353px!important}.pt-354{padding-top:354px!important}.pt-355{padding-top:355px!important}.pt-356{padding-top:356px!important}.pt-357{padding-top:357px!important}.pt-358{padding-top:358px!important}.pt-359{padding-top:359px!important}.pt-360{padding-top:360px!important}.pt-361{padding-top:361px!important}.pt-362{padding-top:362px!important}.pt-363{padding-top:363px!important}.pt-364{padding-top:364px!important}.pt-365{padding-top:365px!important}.pt-366{padding-top:366px!important}.pt-367{padding-top:367px!important}.pt-368{padding-top:368px!important}.pt-369{padding-top:369px!important}.pt-370{padding-top:370px!important}.pt-371{padding-top:371px!important}.pt-372{padding-top:372px!important}.pt-373{padding-top:373px!important}.pt-374{padding-top:374px!important}.pt-375{padding-top:375px!important}.pt-376{padding-top:376px!important}.pt-377{padding-top:377px!important}.pt-378{padding-top:378px!important}.pt-379{padding-top:379px!important}.pt-380{padding-top:380px!important}.pt-381{padding-top:381px!important}.pt-382{padding-top:382px!important}.pt-383{padding-top:383px!important}.pt-384{padding-top:384px!important}.pt-385{padding-top:385px!important}.pt-386{padding-top:386px!important}.pt-387{padding-top:387px!important}.pt-388{padding-top:388px!important}.pt-389{padding-top:389px!important}.pt-390{padding-top:390px!important}.pt-391{padding-top:391px!important}.pt-392{padding-top:392px!important}.pt-393{padding-top:393px!important}.pt-394{padding-top:394px!important}.pt-395{padding-top:395px!important}.pt-396{padding-top:396px!important}.pt-397{padding-top:397px!important}.pt-398{padding-top:398px!important}.pt-399{padding-top:399px!important}.pt-400{padding-top:400px!important}.pt-401{padding-top:401px!important}.pt-402{padding-top:402px!important}.pt-403{padding-top:403px!important}.pt-404{padding-top:404px!important}.pt-405{padding-top:405px!important}.pt-406{padding-top:406px!important}.pt-407{padding-top:407px!important}.pt-408{padding-top:408px!important}.pt-409{padding-top:409px!important}.pt-410{padding-top:410px!important}.pt-411{padding-top:411px!important}.pt-412{padding-top:412px!important}.pt-413{padding-top:413px!important}.pt-414{padding-top:414px!important}.pt-415{padding-top:415px!important}.pt-416{padding-top:416px!important}.pt-417{padding-top:417px!important}.pt-418{padding-top:418px!important}.pt-419{padding-top:419px!important}.pt-420{padding-top:420px!important}.pt-421{padding-top:421px!important}.pt-422{padding-top:422px!important}.pt-423{padding-top:423px!important}.pt-424{padding-top:424px!important}.pt-425{padding-top:425px!important}.pt-426{padding-top:426px!important}.pt-427{padding-top:427px!important}.pt-428{padding-top:428px!important}.pt-429{padding-top:429px!important}.pt-430{padding-top:430px!important}.pt-431{padding-top:431px!important}.pt-432{padding-top:432px!important}.pt-433{padding-top:433px!important}.pt-434{padding-top:434px!important}.pt-435{padding-top:435px!important}.pt-436{padding-top:436px!important}.pt-437{padding-top:437px!important}.pt-438{padding-top:438px!important}.pt-439{padding-top:439px!important}.pt-440{padding-top:440px!important}.pt-441{padding-top:441px!important}.pt-442{padding-top:442px!important}.pt-443{padding-top:443px!important}.pt-444{padding-top:444px!important}.pt-445{padding-top:445px!important}.pt-446{padding-top:446px!important}.pt-447{padding-top:447px!important}.pt-448{padding-top:448px!important}.pt-449{padding-top:449px!important}.pt-450{padding-top:450px!important}.pt-451{padding-top:451px!important}.pt-452{padding-top:452px!important}.pt-453{padding-top:453px!important}.pt-454{padding-top:454px!important}.pt-455{padding-top:455px!important}.pt-456{padding-top:456px!important}.pt-457{padding-top:457px!important}.pt-458{padding-top:458px!important}.pt-459{padding-top:459px!important}.pt-460{padding-top:460px!important}.pt-461{padding-top:461px!important}.pt-462{padding-top:462px!important}.pt-463{padding-top:463px!important}.pt-464{padding-top:464px!important}.pt-465{padding-top:465px!important}.pt-466{padding-top:466px!important}.pt-467{padding-top:467px!important}.pt-468{padding-top:468px!important}.pt-469{padding-top:469px!important}.pt-470{padding-top:470px!important}.pt-471{padding-top:471px!important}.pt-472{padding-top:472px!important}.pt-473{padding-top:473px!important}.pt-474{padding-top:474px!important}.pt-475{padding-top:475px!important}.pt-476{padding-top:476px!important}.pt-477{padding-top:477px!important}.pt-478{padding-top:478px!important}.pt-479{padding-top:479px!important}.pt-480{padding-top:480px!important}.pt-481{padding-top:481px!important}.pt-482{padding-top:482px!important}.pt-483{padding-top:483px!important}.pt-484{padding-top:484px!important}.pt-485{padding-top:485px!important}.pt-486{padding-top:486px!important}.pt-487{padding-top:487px!important}.pt-488{padding-top:488px!important}.pt-489{padding-top:489px!important}.pt-490{padding-top:490px!important}.pt-491{padding-top:491px!important}.pt-492{padding-top:492px!important}.pt-493{padding-top:493px!important}.pt-494{padding-top:494px!important}.pt-495{padding-top:495px!important}.pt-496{padding-top:496px!important}.pt-497{padding-top:497px!important}.pt-498{padding-top:498px!important}.pt-499{padding-top:499px!important}.pt-500{padding-top:500px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:1px!important}.pb-2{padding-bottom:2px!important}.pb-3{padding-bottom:3px!important}.pb-4{padding-bottom:4px!important}.pb-5{padding-bottom:5px!important}.pb-6{padding-bottom:6px!important}.pb-7{padding-bottom:7px!important}.pb-8{padding-bottom:8px!important}.pb-9{padding-bottom:9px!important}.pb-10{padding-bottom:10px!important}.pb-11{padding-bottom:11px!important}.pb-12{padding-bottom:12px!important}.pb-13{padding-bottom:13px!important}.pb-14{padding-bottom:14px!important}.pb-15{padding-bottom:15px!important}.pb-16{padding-bottom:16px!important}.pb-17{padding-bottom:17px!important}.pb-18{padding-bottom:18px!important}.pb-19{padding-bottom:19px!important}.pb-20{padding-bottom:20px!important}.pb-21{padding-bottom:21px!important}.pb-22{padding-bottom:22px!important}.pb-23{padding-bottom:23px!important}.pb-24{padding-bottom:24px!important}.pb-25{padding-bottom:25px!important}.pb-26{padding-bottom:26px!important}.pb-27{padding-bottom:27px!important}.pb-28{padding-bottom:28px!important}.pb-29{padding-bottom:29px!important}.pb-30{padding-bottom:30px!important}.pb-31{padding-bottom:31px!important}.pb-32{padding-bottom:32px!important}.pb-33{padding-bottom:33px!important}.pb-34{padding-bottom:34px!important}.pb-35{padding-bottom:35px!important}.pb-36{padding-bottom:36px!important}.pb-37{padding-bottom:37px!important}.pb-38{padding-bottom:38px!important}.pb-39{padding-bottom:39px!important}.pb-40{padding-bottom:40px!important}.pb-41{padding-bottom:41px!important}.pb-42{padding-bottom:42px!important}.pb-43{padding-bottom:43px!important}.pb-44{padding-bottom:44px!important}.pb-45{padding-bottom:45px!important}.pb-46{padding-bottom:46px!important}.pb-47{padding-bottom:47px!important}.pb-48{padding-bottom:48px!important}.pb-49{padding-bottom:49px!important}.pb-50{padding-bottom:50px!important}.pb-51{padding-bottom:51px!important}.pb-52{padding-bottom:52px!important}.pb-53{padding-bottom:53px!important}.pb-54{padding-bottom:54px!important}.pb-55{padding-bottom:55px!important}.pb-56{padding-bottom:56px!important}.pb-57{padding-bottom:57px!important}.pb-58{padding-bottom:58px!important}.pb-59{padding-bottom:59px!important}.pb-60{padding-bottom:60px!important}.pb-61{padding-bottom:61px!important}.pb-62{padding-bottom:62px!important}.pb-63{padding-bottom:63px!important}.pb-64{padding-bottom:64px!important}.pb-65{padding-bottom:65px!important}.pb-66{padding-bottom:66px!important}.pb-67{padding-bottom:67px!important}.pb-68{padding-bottom:68px!important}.pb-69{padding-bottom:69px!important}.pb-70{padding-bottom:70px!important}.pb-71{padding-bottom:71px!important}.pb-72{padding-bottom:72px!important}.pb-73{padding-bottom:73px!important}.pb-74{padding-bottom:74px!important}.pb-75{padding-bottom:75px!important}.pb-76{padding-bottom:76px!important}.pb-77{padding-bottom:77px!important}.pb-78{padding-bottom:78px!important}.pb-79{padding-bottom:79px!important}.pb-80{padding-bottom:80px!important}.pb-81{padding-bottom:81px!important}.pb-82{padding-bottom:82px!important}.pb-83{padding-bottom:83px!important}.pb-84{padding-bottom:84px!important}.pb-85{padding-bottom:85px!important}.pb-86{padding-bottom:86px!important}.pb-87{padding-bottom:87px!important}.pb-88{padding-bottom:88px!important}.pb-89{padding-bottom:89px!important}.pb-90{padding-bottom:90px!important}.pb-91{padding-bottom:91px!important}.pb-92{padding-bottom:92px!important}.pb-93{padding-bottom:93px!important}.pb-94{padding-bottom:94px!important}.pb-95{padding-bottom:95px!important}.pb-96{padding-bottom:96px!important}.pb-97{padding-bottom:97px!important}.pb-98{padding-bottom:98px!important}.pb-99{padding-bottom:99px!important}.pb-100{padding-bottom:100px!important}.pb-101{padding-bottom:101px!important}.pb-102{padding-bottom:102px!important}.pb-103{padding-bottom:103px!important}.pb-104{padding-bottom:104px!important}.pb-105{padding-bottom:105px!important}.pb-106{padding-bottom:106px!important}.pb-107{padding-bottom:107px!important}.pb-108{padding-bottom:108px!important}.pb-109{padding-bottom:109px!important}.pb-110{padding-bottom:110px!important}.pb-111{padding-bottom:111px!important}.pb-112{padding-bottom:112px!important}.pb-113{padding-bottom:113px!important}.pb-114{padding-bottom:114px!important}.pb-115{padding-bottom:115px!important}.pb-116{padding-bottom:116px!important}.pb-117{padding-bottom:117px!important}.pb-118{padding-bottom:118px!important}.pb-119{padding-bottom:119px!important}.pb-120{padding-bottom:120px!important}.pb-121{padding-bottom:121px!important}.pb-122{padding-bottom:122px!important}.pb-123{padding-bottom:123px!important}.pb-124{padding-bottom:124px!important}.pb-125{padding-bottom:125px!important}.pb-126{padding-bottom:126px!important}.pb-127{padding-bottom:127px!important}.pb-128{padding-bottom:128px!important}.pb-129{padding-bottom:129px!important}.pb-130{padding-bottom:130px!important}.pb-131{padding-bottom:131px!important}.pb-132{padding-bottom:132px!important}.pb-133{padding-bottom:133px!important}.pb-134{padding-bottom:134px!important}.pb-135{padding-bottom:135px!important}.pb-136{padding-bottom:136px!important}.pb-137{padding-bottom:137px!important}.pb-138{padding-bottom:138px!important}.pb-139{padding-bottom:139px!important}.pb-140{padding-bottom:140px!important}.pb-141{padding-bottom:141px!important}.pb-142{padding-bottom:142px!important}.pb-143{padding-bottom:143px!important}.pb-144{padding-bottom:144px!important}.pb-145{padding-bottom:145px!important}.pb-146{padding-bottom:146px!important}.pb-147{padding-bottom:147px!important}.pb-148{padding-bottom:148px!important}.pb-149{padding-bottom:149px!important}.pb-150{padding-bottom:150px!important}.pb-151{padding-bottom:151px!important}.pb-152{padding-bottom:152px!important}.pb-153{padding-bottom:153px!important}.pb-154{padding-bottom:154px!important}.pb-155{padding-bottom:155px!important}.pb-156{padding-bottom:156px!important}.pb-157{padding-bottom:157px!important}.pb-158{padding-bottom:158px!important}.pb-159{padding-bottom:159px!important}.pb-160{padding-bottom:160px!important}.pb-161{padding-bottom:161px!important}.pb-162{padding-bottom:162px!important}.pb-163{padding-bottom:163px!important}.pb-164{padding-bottom:164px!important}.pb-165{padding-bottom:165px!important}.pb-166{padding-bottom:166px!important}.pb-167{padding-bottom:167px!important}.pb-168{padding-bottom:168px!important}.pb-169{padding-bottom:169px!important}.pb-170{padding-bottom:170px!important}.pb-171{padding-bottom:171px!important}.pb-172{padding-bottom:172px!important}.pb-173{padding-bottom:173px!important}.pb-174{padding-bottom:174px!important}.pb-175{padding-bottom:175px!important}.pb-176{padding-bottom:176px!important}.pb-177{padding-bottom:177px!important}.pb-178{padding-bottom:178px!important}.pb-179{padding-bottom:179px!important}.pb-180{padding-bottom:180px!important}.pb-181{padding-bottom:181px!important}.pb-182{padding-bottom:182px!important}.pb-183{padding-bottom:183px!important}.pb-184{padding-bottom:184px!important}.pb-185{padding-bottom:185px!important}.pb-186{padding-bottom:186px!important}.pb-187{padding-bottom:187px!important}.pb-188{padding-bottom:188px!important}.pb-189{padding-bottom:189px!important}.pb-190{padding-bottom:190px!important}.pb-191{padding-bottom:191px!important}.pb-192{padding-bottom:192px!important}.pb-193{padding-bottom:193px!important}.pb-194{padding-bottom:194px!important}.pb-195{padding-bottom:195px!important}.pb-196{padding-bottom:196px!important}.pb-197{padding-bottom:197px!important}.pb-198{padding-bottom:198px!important}.pb-199{padding-bottom:199px!important}.pb-200{padding-bottom:200px!important}.pb-201{padding-bottom:201px!important}.pb-202{padding-bottom:202px!important}.pb-203{padding-bottom:203px!important}.pb-204{padding-bottom:204px!important}.pb-205{padding-bottom:205px!important}.pb-206{padding-bottom:206px!important}.pb-207{padding-bottom:207px!important}.pb-208{padding-bottom:208px!important}.pb-209{padding-bottom:209px!important}.pb-210{padding-bottom:210px!important}.pb-211{padding-bottom:211px!important}.pb-212{padding-bottom:212px!important}.pb-213{padding-bottom:213px!important}.pb-214{padding-bottom:214px!important}.pb-215{padding-bottom:215px!important}.pb-216{padding-bottom:216px!important}.pb-217{padding-bottom:217px!important}.pb-218{padding-bottom:218px!important}.pb-219{padding-bottom:219px!important}.pb-220{padding-bottom:220px!important}.pb-221{padding-bottom:221px!important}.pb-222{padding-bottom:222px!important}.pb-223{padding-bottom:223px!important}.pb-224{padding-bottom:224px!important}.pb-225{padding-bottom:225px!important}.pb-226{padding-bottom:226px!important}.pb-227{padding-bottom:227px!important}.pb-228{padding-bottom:228px!important}.pb-229{padding-bottom:229px!important}.pb-230{padding-bottom:230px!important}.pb-231{padding-bottom:231px!important}.pb-232{padding-bottom:232px!important}.pb-233{padding-bottom:233px!important}.pb-234{padding-bottom:234px!important}.pb-235{padding-bottom:235px!important}.pb-236{padding-bottom:236px!important}.pb-237{padding-bottom:237px!important}.pb-238{padding-bottom:238px!important}.pb-239{padding-bottom:239px!important}.pb-240{padding-bottom:240px!important}.pb-241{padding-bottom:241px!important}.pb-242{padding-bottom:242px!important}.pb-243{padding-bottom:243px!important}.pb-244{padding-bottom:244px!important}.pb-245{padding-bottom:245px!important}.pb-246{padding-bottom:246px!important}.pb-247{padding-bottom:247px!important}.pb-248{padding-bottom:248px!important}.pb-249{padding-bottom:249px!important}.pb-250{padding-bottom:250px!important}.pb-251{padding-bottom:251px!important}.pb-252{padding-bottom:252px!important}.pb-253{padding-bottom:253px!important}.pb-254{padding-bottom:254px!important}.pb-255{padding-bottom:255px!important}.pb-256{padding-bottom:256px!important}.pb-257{padding-bottom:257px!important}.pb-258{padding-bottom:258px!important}.pb-259{padding-bottom:259px!important}.pb-260{padding-bottom:260px!important}.pb-261{padding-bottom:261px!important}.pb-262{padding-bottom:262px!important}.pb-263{padding-bottom:263px!important}.pb-264{padding-bottom:264px!important}.pb-265{padding-bottom:265px!important}.pb-266{padding-bottom:266px!important}.pb-267{padding-bottom:267px!important}.pb-268{padding-bottom:268px!important}.pb-269{padding-bottom:269px!important}.pb-270{padding-bottom:270px!important}.pb-271{padding-bottom:271px!important}.pb-272{padding-bottom:272px!important}.pb-273{padding-bottom:273px!important}.pb-274{padding-bottom:274px!important}.pb-275{padding-bottom:275px!important}.pb-276{padding-bottom:276px!important}.pb-277{padding-bottom:277px!important}.pb-278{padding-bottom:278px!important}.pb-279{padding-bottom:279px!important}.pb-280{padding-bottom:280px!important}.pb-281{padding-bottom:281px!important}.pb-282{padding-bottom:282px!important}.pb-283{padding-bottom:283px!important}.pb-284{padding-bottom:284px!important}.pb-285{padding-bottom:285px!important}.pb-286{padding-bottom:286px!important}.pb-287{padding-bottom:287px!important}.pb-288{padding-bottom:288px!important}.pb-289{padding-bottom:289px!important}.pb-290{padding-bottom:290px!important}.pb-291{padding-bottom:291px!important}.pb-292{padding-bottom:292px!important}.pb-293{padding-bottom:293px!important}.pb-294{padding-bottom:294px!important}.pb-295{padding-bottom:295px!important}.pb-296{padding-bottom:296px!important}.pb-297{padding-bottom:297px!important}.pb-298{padding-bottom:298px!important}.pb-299{padding-bottom:299px!important}.pb-300{padding-bottom:300px!important}.pb-301{padding-bottom:301px!important}.pb-302{padding-bottom:302px!important}.pb-303{padding-bottom:303px!important}.pb-304{padding-bottom:304px!important}.pb-305{padding-bottom:305px!important}.pb-306{padding-bottom:306px!important}.pb-307{padding-bottom:307px!important}.pb-308{padding-bottom:308px!important}.pb-309{padding-bottom:309px!important}.pb-310{padding-bottom:310px!important}.pb-311{padding-bottom:311px!important}.pb-312{padding-bottom:312px!important}.pb-313{padding-bottom:313px!important}.pb-314{padding-bottom:314px!important}.pb-315{padding-bottom:315px!important}.pb-316{padding-bottom:316px!important}.pb-317{padding-bottom:317px!important}.pb-318{padding-bottom:318px!important}.pb-319{padding-bottom:319px!important}.pb-320{padding-bottom:320px!important}.pb-321{padding-bottom:321px!important}.pb-322{padding-bottom:322px!important}.pb-323{padding-bottom:323px!important}.pb-324{padding-bottom:324px!important}.pb-325{padding-bottom:325px!important}.pb-326{padding-bottom:326px!important}.pb-327{padding-bottom:327px!important}.pb-328{padding-bottom:328px!important}.pb-329{padding-bottom:329px!important}.pb-330{padding-bottom:330px!important}.pb-331{padding-bottom:331px!important}.pb-332{padding-bottom:332px!important}.pb-333{padding-bottom:333px!important}.pb-334{padding-bottom:334px!important}.pb-335{padding-bottom:335px!important}.pb-336{padding-bottom:336px!important}.pb-337{padding-bottom:337px!important}.pb-338{padding-bottom:338px!important}.pb-339{padding-bottom:339px!important}.pb-340{padding-bottom:340px!important}.pb-341{padding-bottom:341px!important}.pb-342{padding-bottom:342px!important}.pb-343{padding-bottom:343px!important}.pb-344{padding-bottom:344px!important}.pb-345{padding-bottom:345px!important}.pb-346{padding-bottom:346px!important}.pb-347{padding-bottom:347px!important}.pb-348{padding-bottom:348px!important}.pb-349{padding-bottom:349px!important}.pb-350{padding-bottom:350px!important}.pb-351{padding-bottom:351px!important}.pb-352{padding-bottom:352px!important}.pb-353{padding-bottom:353px!important}.pb-354{padding-bottom:354px!important}.pb-355{padding-bottom:355px!important}.pb-356{padding-bottom:356px!important}.pb-357{padding-bottom:357px!important}.pb-358{padding-bottom:358px!important}.pb-359{padding-bottom:359px!important}.pb-360{padding-bottom:360px!important}.pb-361{padding-bottom:361px!important}.pb-362{padding-bottom:362px!important}.pb-363{padding-bottom:363px!important}.pb-364{padding-bottom:364px!important}.pb-365{padding-bottom:365px!important}.pb-366{padding-bottom:366px!important}.pb-367{padding-bottom:367px!important}.pb-368{padding-bottom:368px!important}.pb-369{padding-bottom:369px!important}.pb-370{padding-bottom:370px!important}.pb-371{padding-bottom:371px!important}.pb-372{padding-bottom:372px!important}.pb-373{padding-bottom:373px!important}.pb-374{padding-bottom:374px!important}.pb-375{padding-bottom:375px!important}.pb-376{padding-bottom:376px!important}.pb-377{padding-bottom:377px!important}.pb-378{padding-bottom:378px!important}.pb-379{padding-bottom:379px!important}.pb-380{padding-bottom:380px!important}.pb-381{padding-bottom:381px!important}.pb-382{padding-bottom:382px!important}.pb-383{padding-bottom:383px!important}.pb-384{padding-bottom:384px!important}.pb-385{padding-bottom:385px!important}.pb-386{padding-bottom:386px!important}.pb-387{padding-bottom:387px!important}.pb-388{padding-bottom:388px!important}.pb-389{padding-bottom:389px!important}.pb-390{padding-bottom:390px!important}.pb-391{padding-bottom:391px!important}.pb-392{padding-bottom:392px!important}.pb-393{padding-bottom:393px!important}.pb-394{padding-bottom:394px!important}.pb-395{padding-bottom:395px!important}.pb-396{padding-bottom:396px!important}.pb-397{padding-bottom:397px!important}.pb-398{padding-bottom:398px!important}.pb-399{padding-bottom:399px!important}.pb-400{padding-bottom:400px!important}.pb-401{padding-bottom:401px!important}.pb-402{padding-bottom:402px!important}.pb-403{padding-bottom:403px!important}.pb-404{padding-bottom:404px!important}.pb-405{padding-bottom:405px!important}.pb-406{padding-bottom:406px!important}.pb-407{padding-bottom:407px!important}.pb-408{padding-bottom:408px!important}.pb-409{padding-bottom:409px!important}.pb-410{padding-bottom:410px!important}.pb-411{padding-bottom:411px!important}.pb-412{padding-bottom:412px!important}.pb-413{padding-bottom:413px!important}.pb-414{padding-bottom:414px!important}.pb-415{padding-bottom:415px!important}.pb-416{padding-bottom:416px!important}.pb-417{padding-bottom:417px!important}.pb-418{padding-bottom:418px!important}.pb-419{padding-bottom:419px!important}.pb-420{padding-bottom:420px!important}.pb-421{padding-bottom:421px!important}.pb-422{padding-bottom:422px!important}.pb-423{padding-bottom:423px!important}.pb-424{padding-bottom:424px!important}.pb-425{padding-bottom:425px!important}.pb-426{padding-bottom:426px!important}.pb-427{padding-bottom:427px!important}.pb-428{padding-bottom:428px!important}.pb-429{padding-bottom:429px!important}.pb-430{padding-bottom:430px!important}.pb-431{padding-bottom:431px!important}.pb-432{padding-bottom:432px!important}.pb-433{padding-bottom:433px!important}.pb-434{padding-bottom:434px!important}.pb-435{padding-bottom:435px!important}.pb-436{padding-bottom:436px!important}.pb-437{padding-bottom:437px!important}.pb-438{padding-bottom:438px!important}.pb-439{padding-bottom:439px!important}.pb-440{padding-bottom:440px!important}.pb-441{padding-bottom:441px!important}.pb-442{padding-bottom:442px!important}.pb-443{padding-bottom:443px!important}.pb-444{padding-bottom:444px!important}.pb-445{padding-bottom:445px!important}.pb-446{padding-bottom:446px!important}.pb-447{padding-bottom:447px!important}.pb-448{padding-bottom:448px!important}.pb-449{padding-bottom:449px!important}.pb-450{padding-bottom:450px!important}.pb-451{padding-bottom:451px!important}.pb-452{padding-bottom:452px!important}.pb-453{padding-bottom:453px!important}.pb-454{padding-bottom:454px!important}.pb-455{padding-bottom:455px!important}.pb-456{padding-bottom:456px!important}.pb-457{padding-bottom:457px!important}.pb-458{padding-bottom:458px!important}.pb-459{padding-bottom:459px!important}.pb-460{padding-bottom:460px!important}.pb-461{padding-bottom:461px!important}.pb-462{padding-bottom:462px!important}.pb-463{padding-bottom:463px!important}.pb-464{padding-bottom:464px!important}.pb-465{padding-bottom:465px!important}.pb-466{padding-bottom:466px!important}.pb-467{padding-bottom:467px!important}.pb-468{padding-bottom:468px!important}.pb-469{padding-bottom:469px!important}.pb-470{padding-bottom:470px!important}.pb-471{padding-bottom:471px!important}.pb-472{padding-bottom:472px!important}.pb-473{padding-bottom:473px!important}.pb-474{padding-bottom:474px!important}.pb-475{padding-bottom:475px!important}.pb-476{padding-bottom:476px!important}.pb-477{padding-bottom:477px!important}.pb-478{padding-bottom:478px!important}.pb-479{padding-bottom:479px!important}.pb-480{padding-bottom:480px!important}.pb-481{padding-bottom:481px!important}.pb-482{padding-bottom:482px!important}.pb-483{padding-bottom:483px!important}.pb-484{padding-bottom:484px!important}.pb-485{padding-bottom:485px!important}.pb-486{padding-bottom:486px!important}.pb-487{padding-bottom:487px!important}.pb-488{padding-bottom:488px!important}.pb-489{padding-bottom:489px!important}.pb-490{padding-bottom:490px!important}.pb-491{padding-bottom:491px!important}.pb-492{padding-bottom:492px!important}.pb-493{padding-bottom:493px!important}.pb-494{padding-bottom:494px!important}.pb-495{padding-bottom:495px!important}.pb-496{padding-bottom:496px!important}.pb-497{padding-bottom:497px!important}.pb-498{padding-bottom:498px!important}.pb-499{padding-bottom:499px!important}.pb-500{padding-bottom:500px!important}.gap-0{gap:0px!important}.gap-1{gap:1px!important}.gap-2{gap:2px!important}.gap-3{gap:3px!important}.gap-4{gap:4px!important}.gap-5{gap:5px!important}.gap-6{gap:6px!important}.gap-7{gap:7px!important}.gap-8{gap:8px!important}.gap-9{gap:9px!important}.gap-10{gap:10px!important}.gap-11{gap:11px!important}.gap-12{gap:12px!important}.gap-13{gap:13px!important}.gap-14{gap:14px!important}.gap-15{gap:15px!important}.gap-16{gap:16px!important}.gap-17{gap:17px!important}.gap-18{gap:18px!important}.gap-19{gap:19px!important}.gap-20{gap:20px!important}.gap-21{gap:21px!important}.gap-22{gap:22px!important}.gap-23{gap:23px!important}.gap-24{gap:24px!important}.gap-25{gap:25px!important}.gap-26{gap:26px!important}.gap-27{gap:27px!important}.gap-28{gap:28px!important}.gap-29{gap:29px!important}.gap-30{gap:30px!important}.gap-31{gap:31px!important}.gap-32{gap:32px!important}.gap-33{gap:33px!important}.gap-34{gap:34px!important}.gap-35{gap:35px!important}.gap-36{gap:36px!important}.gap-37{gap:37px!important}.gap-38{gap:38px!important}.gap-39{gap:39px!important}.gap-40{gap:40px!important}.gap-41{gap:41px!important}.gap-42{gap:42px!important}.gap-43{gap:43px!important}.gap-44{gap:44px!important}.gap-45{gap:45px!important}.gap-46{gap:46px!important}.gap-47{gap:47px!important}.gap-48{gap:48px!important}.gap-49{gap:49px!important}.gap-50{gap:50px!important}.gap-51{gap:51px!important}.gap-52{gap:52px!important}.gap-53{gap:53px!important}.gap-54{gap:54px!important}.gap-55{gap:55px!important}.gap-56{gap:56px!important}.gap-57{gap:57px!important}.gap-58{gap:58px!important}.gap-59{gap:59px!important}.gap-60{gap:60px!important}.gap-61{gap:61px!important}.gap-62{gap:62px!important}.gap-63{gap:63px!important}.gap-64{gap:64px!important}.gap-65{gap:65px!important}.gap-66{gap:66px!important}.gap-67{gap:67px!important}.gap-68{gap:68px!important}.gap-69{gap:69px!important}.gap-70{gap:70px!important}.gap-71{gap:71px!important}.gap-72{gap:72px!important}.gap-73{gap:73px!important}.gap-74{gap:74px!important}.gap-75{gap:75px!important}.gap-76{gap:76px!important}.gap-77{gap:77px!important}.gap-78{gap:78px!important}.gap-79{gap:79px!important}.gap-80{gap:80px!important}.gap-81{gap:81px!important}.gap-82{gap:82px!important}.gap-83{gap:83px!important}.gap-84{gap:84px!important}.gap-85{gap:85px!important}.gap-86{gap:86px!important}.gap-87{gap:87px!important}.gap-88{gap:88px!important}.gap-89{gap:89px!important}.gap-90{gap:90px!important}.gap-91{gap:91px!important}.gap-92{gap:92px!important}.gap-93{gap:93px!important}.gap-94{gap:94px!important}.gap-95{gap:95px!important}.gap-96{gap:96px!important}.gap-97{gap:97px!important}.gap-98{gap:98px!important}.gap-99{gap:99px!important}.gap-100{gap:100px!important}.gap-101{gap:101px!important}.gap-102{gap:102px!important}.gap-103{gap:103px!important}.gap-104{gap:104px!important}.gap-105{gap:105px!important}.gap-106{gap:106px!important}.gap-107{gap:107px!important}.gap-108{gap:108px!important}.gap-109{gap:109px!important}.gap-110{gap:110px!important}.gap-111{gap:111px!important}.gap-112{gap:112px!important}.gap-113{gap:113px!important}.gap-114{gap:114px!important}.gap-115{gap:115px!important}.gap-116{gap:116px!important}.gap-117{gap:117px!important}.gap-118{gap:118px!important}.gap-119{gap:119px!important}.gap-120{gap:120px!important}.gap-121{gap:121px!important}.gap-122{gap:122px!important}.gap-123{gap:123px!important}.gap-124{gap:124px!important}.gap-125{gap:125px!important}.gap-126{gap:126px!important}.gap-127{gap:127px!important}.gap-128{gap:128px!important}.gap-129{gap:129px!important}.gap-130{gap:130px!important}.gap-131{gap:131px!important}.gap-132{gap:132px!important}.gap-133{gap:133px!important}.gap-134{gap:134px!important}.gap-135{gap:135px!important}.gap-136{gap:136px!important}.gap-137{gap:137px!important}.gap-138{gap:138px!important}.gap-139{gap:139px!important}.gap-140{gap:140px!important}.gap-141{gap:141px!important}.gap-142{gap:142px!important}.gap-143{gap:143px!important}.gap-144{gap:144px!important}.gap-145{gap:145px!important}.gap-146{gap:146px!important}.gap-147{gap:147px!important}.gap-148{gap:148px!important}.gap-149{gap:149px!important}.gap-150{gap:150px!important}.gap-151{gap:151px!important}.gap-152{gap:152px!important}.gap-153{gap:153px!important}.gap-154{gap:154px!important}.gap-155{gap:155px!important}.gap-156{gap:156px!important}.gap-157{gap:157px!important}.gap-158{gap:158px!important}.gap-159{gap:159px!important}.gap-160{gap:160px!important}.gap-161{gap:161px!important}.gap-162{gap:162px!important}.gap-163{gap:163px!important}.gap-164{gap:164px!important}.gap-165{gap:165px!important}.gap-166{gap:166px!important}.gap-167{gap:167px!important}.gap-168{gap:168px!important}.gap-169{gap:169px!important}.gap-170{gap:170px!important}.gap-171{gap:171px!important}.gap-172{gap:172px!important}.gap-173{gap:173px!important}.gap-174{gap:174px!important}.gap-175{gap:175px!important}.gap-176{gap:176px!important}.gap-177{gap:177px!important}.gap-178{gap:178px!important}.gap-179{gap:179px!important}.gap-180{gap:180px!important}.gap-181{gap:181px!important}.gap-182{gap:182px!important}.gap-183{gap:183px!important}.gap-184{gap:184px!important}.gap-185{gap:185px!important}.gap-186{gap:186px!important}.gap-187{gap:187px!important}.gap-188{gap:188px!important}.gap-189{gap:189px!important}.gap-190{gap:190px!important}.gap-191{gap:191px!important}.gap-192{gap:192px!important}.gap-193{gap:193px!important}.gap-194{gap:194px!important}.gap-195{gap:195px!important}.gap-196{gap:196px!important}.gap-197{gap:197px!important}.gap-198{gap:198px!important}.gap-199{gap:199px!important}.gap-200{gap:200px!important}.gap-201{gap:201px!important}.gap-202{gap:202px!important}.gap-203{gap:203px!important}.gap-204{gap:204px!important}.gap-205{gap:205px!important}.gap-206{gap:206px!important}.gap-207{gap:207px!important}.gap-208{gap:208px!important}.gap-209{gap:209px!important}.gap-210{gap:210px!important}.gap-211{gap:211px!important}.gap-212{gap:212px!important}.gap-213{gap:213px!important}.gap-214{gap:214px!important}.gap-215{gap:215px!important}.gap-216{gap:216px!important}.gap-217{gap:217px!important}.gap-218{gap:218px!important}.gap-219{gap:219px!important}.gap-220{gap:220px!important}.gap-221{gap:221px!important}.gap-222{gap:222px!important}.gap-223{gap:223px!important}.gap-224{gap:224px!important}.gap-225{gap:225px!important}.gap-226{gap:226px!important}.gap-227{gap:227px!important}.gap-228{gap:228px!important}.gap-229{gap:229px!important}.gap-230{gap:230px!important}.gap-231{gap:231px!important}.gap-232{gap:232px!important}.gap-233{gap:233px!important}.gap-234{gap:234px!important}.gap-235{gap:235px!important}.gap-236{gap:236px!important}.gap-237{gap:237px!important}.gap-238{gap:238px!important}.gap-239{gap:239px!important}.gap-240{gap:240px!important}.gap-241{gap:241px!important}.gap-242{gap:242px!important}.gap-243{gap:243px!important}.gap-244{gap:244px!important}.gap-245{gap:245px!important}.gap-246{gap:246px!important}.gap-247{gap:247px!important}.gap-248{gap:248px!important}.gap-249{gap:249px!important}.gap-250{gap:250px!important}.gap-251{gap:251px!important}.gap-252{gap:252px!important}.gap-253{gap:253px!important}.gap-254{gap:254px!important}.gap-255{gap:255px!important}.gap-256{gap:256px!important}.gap-257{gap:257px!important}.gap-258{gap:258px!important}.gap-259{gap:259px!important}.gap-260{gap:260px!important}.gap-261{gap:261px!important}.gap-262{gap:262px!important}.gap-263{gap:263px!important}.gap-264{gap:264px!important}.gap-265{gap:265px!important}.gap-266{gap:266px!important}.gap-267{gap:267px!important}.gap-268{gap:268px!important}.gap-269{gap:269px!important}.gap-270{gap:270px!important}.gap-271{gap:271px!important}.gap-272{gap:272px!important}.gap-273{gap:273px!important}.gap-274{gap:274px!important}.gap-275{gap:275px!important}.gap-276{gap:276px!important}.gap-277{gap:277px!important}.gap-278{gap:278px!important}.gap-279{gap:279px!important}.gap-280{gap:280px!important}.gap-281{gap:281px!important}.gap-282{gap:282px!important}.gap-283{gap:283px!important}.gap-284{gap:284px!important}.gap-285{gap:285px!important}.gap-286{gap:286px!important}.gap-287{gap:287px!important}.gap-288{gap:288px!important}.gap-289{gap:289px!important}.gap-290{gap:290px!important}.gap-291{gap:291px!important}.gap-292{gap:292px!important}.gap-293{gap:293px!important}.gap-294{gap:294px!important}.gap-295{gap:295px!important}.gap-296{gap:296px!important}.gap-297{gap:297px!important}.gap-298{gap:298px!important}.gap-299{gap:299px!important}.gap-300{gap:300px!important}.gap-301{gap:301px!important}.gap-302{gap:302px!important}.gap-303{gap:303px!important}.gap-304{gap:304px!important}.gap-305{gap:305px!important}.gap-306{gap:306px!important}.gap-307{gap:307px!important}.gap-308{gap:308px!important}.gap-309{gap:309px!important}.gap-310{gap:310px!important}.gap-311{gap:311px!important}.gap-312{gap:312px!important}.gap-313{gap:313px!important}.gap-314{gap:314px!important}.gap-315{gap:315px!important}.gap-316{gap:316px!important}.gap-317{gap:317px!important}.gap-318{gap:318px!important}.gap-319{gap:319px!important}.gap-320{gap:320px!important}.gap-321{gap:321px!important}.gap-322{gap:322px!important}.gap-323{gap:323px!important}.gap-324{gap:324px!important}.gap-325{gap:325px!important}.gap-326{gap:326px!important}.gap-327{gap:327px!important}.gap-328{gap:328px!important}.gap-329{gap:329px!important}.gap-330{gap:330px!important}.gap-331{gap:331px!important}.gap-332{gap:332px!important}.gap-333{gap:333px!important}.gap-334{gap:334px!important}.gap-335{gap:335px!important}.gap-336{gap:336px!important}.gap-337{gap:337px!important}.gap-338{gap:338px!important}.gap-339{gap:339px!important}.gap-340{gap:340px!important}.gap-341{gap:341px!important}.gap-342{gap:342px!important}.gap-343{gap:343px!important}.gap-344{gap:344px!important}.gap-345{gap:345px!important}.gap-346{gap:346px!important}.gap-347{gap:347px!important}.gap-348{gap:348px!important}.gap-349{gap:349px!important}.gap-350{gap:350px!important}.gap-351{gap:351px!important}.gap-352{gap:352px!important}.gap-353{gap:353px!important}.gap-354{gap:354px!important}.gap-355{gap:355px!important}.gap-356{gap:356px!important}.gap-357{gap:357px!important}.gap-358{gap:358px!important}.gap-359{gap:359px!important}.gap-360{gap:360px!important}.gap-361{gap:361px!important}.gap-362{gap:362px!important}.gap-363{gap:363px!important}.gap-364{gap:364px!important}.gap-365{gap:365px!important}.gap-366{gap:366px!important}.gap-367{gap:367px!important}.gap-368{gap:368px!important}.gap-369{gap:369px!important}.gap-370{gap:370px!important}.gap-371{gap:371px!important}.gap-372{gap:372px!important}.gap-373{gap:373px!important}.gap-374{gap:374px!important}.gap-375{gap:375px!important}.gap-376{gap:376px!important}.gap-377{gap:377px!important}.gap-378{gap:378px!important}.gap-379{gap:379px!important}.gap-380{gap:380px!important}.gap-381{gap:381px!important}.gap-382{gap:382px!important}.gap-383{gap:383px!important}.gap-384{gap:384px!important}.gap-385{gap:385px!important}.gap-386{gap:386px!important}.gap-387{gap:387px!important}.gap-388{gap:388px!important}.gap-389{gap:389px!important}.gap-390{gap:390px!important}.gap-391{gap:391px!important}.gap-392{gap:392px!important}.gap-393{gap:393px!important}.gap-394{gap:394px!important}.gap-395{gap:395px!important}.gap-396{gap:396px!important}.gap-397{gap:397px!important}.gap-398{gap:398px!important}.gap-399{gap:399px!important}.gap-400{gap:400px!important}.gap-401{gap:401px!important}.gap-402{gap:402px!important}.gap-403{gap:403px!important}.gap-404{gap:404px!important}.gap-405{gap:405px!important}.gap-406{gap:406px!important}.gap-407{gap:407px!important}.gap-408{gap:408px!important}.gap-409{gap:409px!important}.gap-410{gap:410px!important}.gap-411{gap:411px!important}.gap-412{gap:412px!important}.gap-413{gap:413px!important}.gap-414{gap:414px!important}.gap-415{gap:415px!important}.gap-416{gap:416px!important}.gap-417{gap:417px!important}.gap-418{gap:418px!important}.gap-419{gap:419px!important}.gap-420{gap:420px!important}.gap-421{gap:421px!important}.gap-422{gap:422px!important}.gap-423{gap:423px!important}.gap-424{gap:424px!important}.gap-425{gap:425px!important}.gap-426{gap:426px!important}.gap-427{gap:427px!important}.gap-428{gap:428px!important}.gap-429{gap:429px!important}.gap-430{gap:430px!important}.gap-431{gap:431px!important}.gap-432{gap:432px!important}.gap-433{gap:433px!important}.gap-434{gap:434px!important}.gap-435{gap:435px!important}.gap-436{gap:436px!important}.gap-437{gap:437px!important}.gap-438{gap:438px!important}.gap-439{gap:439px!important}.gap-440{gap:440px!important}.gap-441{gap:441px!important}.gap-442{gap:442px!important}.gap-443{gap:443px!important}.gap-444{gap:444px!important}.gap-445{gap:445px!important}.gap-446{gap:446px!important}.gap-447{gap:447px!important}.gap-448{gap:448px!important}.gap-449{gap:449px!important}.gap-450{gap:450px!important}.gap-451{gap:451px!important}.gap-452{gap:452px!important}.gap-453{gap:453px!important}.gap-454{gap:454px!important}.gap-455{gap:455px!important}.gap-456{gap:456px!important}.gap-457{gap:457px!important}.gap-458{gap:458px!important}.gap-459{gap:459px!important}.gap-460{gap:460px!important}.gap-461{gap:461px!important}.gap-462{gap:462px!important}.gap-463{gap:463px!important}.gap-464{gap:464px!important}.gap-465{gap:465px!important}.gap-466{gap:466px!important}.gap-467{gap:467px!important}.gap-468{gap:468px!important}.gap-469{gap:469px!important}.gap-470{gap:470px!important}.gap-471{gap:471px!important}.gap-472{gap:472px!important}.gap-473{gap:473px!important}.gap-474{gap:474px!important}.gap-475{gap:475px!important}.gap-476{gap:476px!important}.gap-477{gap:477px!important}.gap-478{gap:478px!important}.gap-479{gap:479px!important}.gap-480{gap:480px!important}.gap-481{gap:481px!important}.gap-482{gap:482px!important}.gap-483{gap:483px!important}.gap-484{gap:484px!important}.gap-485{gap:485px!important}.gap-486{gap:486px!important}.gap-487{gap:487px!important}.gap-488{gap:488px!important}.gap-489{gap:489px!important}.gap-490{gap:490px!important}.gap-491{gap:491px!important}.gap-492{gap:492px!important}.gap-493{gap:493px!important}.gap-494{gap:494px!important}.gap-495{gap:495px!important}.gap-496{gap:496px!important}.gap-497{gap:497px!important}.gap-498{gap:498px!important}.gap-499{gap:499px!important}.gap-500{gap:500px!important}.text-color--primary{color:#49a5a5}.text-color--primary_soft{color:#a5d3d3}.text-color--grey{color:#272727}.text-color--grey_strong{color:#333}.text-color--grey_medium{color:#666}.text-color--grey_soft{color:#ccc}.text-color--grey_soft-medium{color:#999}.text-color--black{color:#000}.text-color--brown{color:#6b5b2d}.text-color--green{color:#093}.text-color--green_strong{color:#679a33}.text-color--green_soft{color:#3c3}.text-color--orange{color:#ff954f}.text-color--orange_strong{color:#f60}.text-color--danger{color:red}.text-color--labels{color:#1a1a1a}.text-color--yellow{color:#fc0}.text-line-height--0{line-height:0px}.text-line-height--1{line-height:1px}.text-line-height--2{line-height:2px}.text-line-height--3{line-height:3px}.text-line-height--4{line-height:4px}.text-line-height--5{line-height:5px}.text-line-height--6{line-height:6px}.text-line-height--7{line-height:7px}.text-line-height--8{line-height:8px}.text-line-height--9{line-height:9px}.text-line-height--10{line-height:10px}.text-line-height--11{line-height:11px}.text-line-height--12{line-height:12px}.text-line-height--13{line-height:13px}.text-line-height--14{line-height:14px}.text-line-height--15{line-height:15px}.text-line-height--16{line-height:16px}.text-line-height--17{line-height:17px}.text-line-height--18{line-height:18px}.text-line-height--19{line-height:19px}.text-line-height--20{line-height:20px}.text-line-height--21{line-height:21px}.text-line-height--22{line-height:22px}.text-line-height--23{line-height:23px}.text-line-height--24{line-height:24px}.text-line-height--25{line-height:25px}.text-line-height--26{line-height:26px}.text-line-height--27{line-height:27px}.text-line-height--28{line-height:28px}.text-line-height--29{line-height:29px}.text-line-height--30{line-height:30px}.text-line-height--31{line-height:31px}.text-line-height--32{line-height:32px}.text-line-height--33{line-height:33px}.text-line-height--34{line-height:34px}.text-line-height--35{line-height:35px}.text-line-height--36{line-height:36px}.text-line-height--37{line-height:37px}.text-line-height--38{line-height:38px}.text-line-height--39{line-height:39px}.text-line-height--40{line-height:40px}.text-line-height--41{line-height:41px}.text-line-height--42{line-height:42px}.text-line-height--43{line-height:43px}.text-line-height--44{line-height:44px}.text-line-height--45{line-height:45px}.text-line-height--46{line-height:46px}.text-line-height--47{line-height:47px}.text-line-height--48{line-height:48px}.text-line-height--49{line-height:49px}.text-line-height--50{line-height:50px}.text-line-height--51{line-height:51px}.text-line-height--52{line-height:52px}.text-line-height--53{line-height:53px}.text-line-height--54{line-height:54px}.text-line-height--55{line-height:55px}.text-line-height--56{line-height:56px}.text-line-height--57{line-height:57px}.text-line-height--58{line-height:58px}.text-line-height--59{line-height:59px}.text-line-height--60{line-height:60px}.text-line-height--61{line-height:61px}.text-line-height--62{line-height:62px}.text-line-height--63{line-height:63px}.text-line-height--64{line-height:64px}.text-line-height--65{line-height:65px}.text-line-height--66{line-height:66px}.text-line-height--67{line-height:67px}.text-line-height--68{line-height:68px}.text-line-height--69{line-height:69px}.text-line-height--70{line-height:70px}.text-line-height--71{line-height:71px}.text-line-height--72{line-height:72px}.text-line-height--73{line-height:73px}.text-line-height--74{line-height:74px}.text-line-height--75{line-height:75px}.text-line-height--76{line-height:76px}.text-line-height--77{line-height:77px}.text-line-height--78{line-height:78px}.text-line-height--79{line-height:79px}.text-line-height--80{line-height:80px}.text-line-height--81{line-height:81px}.text-line-height--82{line-height:82px}.text-line-height--83{line-height:83px}.text-line-height--84{line-height:84px}.text-line-height--85{line-height:85px}.text-line-height--86{line-height:86px}.text-line-height--87{line-height:87px}.text-line-height--88{line-height:88px}.text-line-height--89{line-height:89px}.text-line-height--90{line-height:90px}.text-line-height--91{line-height:91px}.text-line-height--92{line-height:92px}.text-line-height--93{line-height:93px}.text-line-height--94{line-height:94px}.text-line-height--95{line-height:95px}.text-line-height--96{line-height:96px}.text-line-height--97{line-height:97px}.text-line-height--98{line-height:98px}.text-line-height--99{line-height:99px}.text-line-height--100{line-height:100px}.text-line-height--101{line-height:101px}.text-line-height--102{line-height:102px}.text-line-height--103{line-height:103px}.text-line-height--104{line-height:104px}.text-line-height--105{line-height:105px}.text-line-height--106{line-height:106px}.text-line-height--107{line-height:107px}.text-line-height--108{line-height:108px}.text-line-height--109{line-height:109px}.text-line-height--110{line-height:110px}.text-line-height--111{line-height:111px}.text-line-height--112{line-height:112px}.text-line-height--113{line-height:113px}.text-line-height--114{line-height:114px}.text-line-height--115{line-height:115px}.text-line-height--116{line-height:116px}.text-line-height--117{line-height:117px}.text-line-height--118{line-height:118px}.text-line-height--119{line-height:119px}.text-line-height--120{line-height:120px}.text-line-height--121{line-height:121px}.text-line-height--122{line-height:122px}.text-line-height--123{line-height:123px}.text-line-height--124{line-height:124px}.text-line-height--125{line-height:125px}.text-line-height--126{line-height:126px}.text-line-height--127{line-height:127px}.text-line-height--128{line-height:128px}.text-line-height--129{line-height:129px}.text-line-height--130{line-height:130px}.text-line-height--131{line-height:131px}.text-line-height--132{line-height:132px}.text-line-height--133{line-height:133px}.text-line-height--134{line-height:134px}.text-line-height--135{line-height:135px}.text-line-height--136{line-height:136px}.text-line-height--137{line-height:137px}.text-line-height--138{line-height:138px}.text-line-height--139{line-height:139px}.text-line-height--140{line-height:140px}.text-line-height--141{line-height:141px}.text-line-height--142{line-height:142px}.text-line-height--143{line-height:143px}.text-line-height--144{line-height:144px}.text-line-height--145{line-height:145px}.text-line-height--146{line-height:146px}.text-line-height--147{line-height:147px}.text-line-height--148{line-height:148px}.text-line-height--149{line-height:149px}.text-line-height--150{line-height:150px}.text-line-height--151{line-height:151px}.text-line-height--152{line-height:152px}.text-line-height--153{line-height:153px}.text-line-height--154{line-height:154px}.text-line-height--155{line-height:155px}.text-line-height--156{line-height:156px}.text-line-height--157{line-height:157px}.text-line-height--158{line-height:158px}.text-line-height--159{line-height:159px}.text-line-height--160{line-height:160px}.text-line-height--161{line-height:161px}.text-line-height--162{line-height:162px}.text-line-height--163{line-height:163px}.text-line-height--164{line-height:164px}.text-line-height--165{line-height:165px}.text-line-height--166{line-height:166px}.text-line-height--167{line-height:167px}.text-line-height--168{line-height:168px}.text-line-height--169{line-height:169px}.text-line-height--170{line-height:170px}.text-line-height--171{line-height:171px}.text-line-height--172{line-height:172px}.text-line-height--173{line-height:173px}.text-line-height--174{line-height:174px}.text-line-height--175{line-height:175px}.text-line-height--176{line-height:176px}.text-line-height--177{line-height:177px}.text-line-height--178{line-height:178px}.text-line-height--179{line-height:179px}.text-line-height--180{line-height:180px}.text-line-height--181{line-height:181px}.text-line-height--182{line-height:182px}.text-line-height--183{line-height:183px}.text-line-height--184{line-height:184px}.text-line-height--185{line-height:185px}.text-line-height--186{line-height:186px}.text-line-height--187{line-height:187px}.text-line-height--188{line-height:188px}.text-line-height--189{line-height:189px}.text-line-height--190{line-height:190px}.text-line-height--191{line-height:191px}.text-line-height--192{line-height:192px}.text-line-height--193{line-height:193px}.text-line-height--194{line-height:194px}.text-line-height--195{line-height:195px}.text-line-height--196{line-height:196px}.text-line-height--197{line-height:197px}.text-line-height--198{line-height:198px}.text-line-height--199{line-height:199px}.text-line-height--200{line-height:200px}.text-line-height--201{line-height:201px}.text-line-height--202{line-height:202px}.text-line-height--203{line-height:203px}.text-line-height--204{line-height:204px}.text-line-height--205{line-height:205px}.text-line-height--206{line-height:206px}.text-line-height--207{line-height:207px}.text-line-height--208{line-height:208px}.text-line-height--209{line-height:209px}.text-line-height--210{line-height:210px}.text-line-height--211{line-height:211px}.text-line-height--212{line-height:212px}.text-line-height--213{line-height:213px}.text-line-height--214{line-height:214px}.text-line-height--215{line-height:215px}.text-line-height--216{line-height:216px}.text-line-height--217{line-height:217px}.text-line-height--218{line-height:218px}.text-line-height--219{line-height:219px}.text-line-height--220{line-height:220px}.text-line-height--221{line-height:221px}.text-line-height--222{line-height:222px}.text-line-height--223{line-height:223px}.text-line-height--224{line-height:224px}.text-line-height--225{line-height:225px}.text-line-height--226{line-height:226px}.text-line-height--227{line-height:227px}.text-line-height--228{line-height:228px}.text-line-height--229{line-height:229px}.text-line-height--230{line-height:230px}.text-line-height--231{line-height:231px}.text-line-height--232{line-height:232px}.text-line-height--233{line-height:233px}.text-line-height--234{line-height:234px}.text-line-height--235{line-height:235px}.text-line-height--236{line-height:236px}.text-line-height--237{line-height:237px}.text-line-height--238{line-height:238px}.text-line-height--239{line-height:239px}.text-line-height--240{line-height:240px}.text-line-height--241{line-height:241px}.text-line-height--242{line-height:242px}.text-line-height--243{line-height:243px}.text-line-height--244{line-height:244px}.text-line-height--245{line-height:245px}.text-line-height--246{line-height:246px}.text-line-height--247{line-height:247px}.text-line-height--248{line-height:248px}.text-line-height--249{line-height:249px}.text-line-height--250{line-height:250px}.text-line-height--251{line-height:251px}.text-line-height--252{line-height:252px}.text-line-height--253{line-height:253px}.text-line-height--254{line-height:254px}.text-line-height--255{line-height:255px}.text-line-height--256{line-height:256px}.text-line-height--257{line-height:257px}.text-line-height--258{line-height:258px}.text-line-height--259{line-height:259px}.text-line-height--260{line-height:260px}.text-line-height--261{line-height:261px}.text-line-height--262{line-height:262px}.text-line-height--263{line-height:263px}.text-line-height--264{line-height:264px}.text-line-height--265{line-height:265px}.text-line-height--266{line-height:266px}.text-line-height--267{line-height:267px}.text-line-height--268{line-height:268px}.text-line-height--269{line-height:269px}.text-line-height--270{line-height:270px}.text-line-height--271{line-height:271px}.text-line-height--272{line-height:272px}.text-line-height--273{line-height:273px}.text-line-height--274{line-height:274px}.text-line-height--275{line-height:275px}.text-line-height--276{line-height:276px}.text-line-height--277{line-height:277px}.text-line-height--278{line-height:278px}.text-line-height--279{line-height:279px}.text-line-height--280{line-height:280px}.text-line-height--281{line-height:281px}.text-line-height--282{line-height:282px}.text-line-height--283{line-height:283px}.text-line-height--284{line-height:284px}.text-line-height--285{line-height:285px}.text-line-height--286{line-height:286px}.text-line-height--287{line-height:287px}.text-line-height--288{line-height:288px}.text-line-height--289{line-height:289px}.text-line-height--290{line-height:290px}.text-line-height--291{line-height:291px}.text-line-height--292{line-height:292px}.text-line-height--293{line-height:293px}.text-line-height--294{line-height:294px}.text-line-height--295{line-height:295px}.text-line-height--296{line-height:296px}.text-line-height--297{line-height:297px}.text-line-height--298{line-height:298px}.text-line-height--299{line-height:299px}.text-line-height--300{line-height:300px}.text-line-height--301{line-height:301px}.text-line-height--302{line-height:302px}.text-line-height--303{line-height:303px}.text-line-height--304{line-height:304px}.text-line-height--305{line-height:305px}.text-line-height--306{line-height:306px}.text-line-height--307{line-height:307px}.text-line-height--308{line-height:308px}.text-line-height--309{line-height:309px}.text-line-height--310{line-height:310px}.text-line-height--311{line-height:311px}.text-line-height--312{line-height:312px}.text-line-height--313{line-height:313px}.text-line-height--314{line-height:314px}.text-line-height--315{line-height:315px}.text-line-height--316{line-height:316px}.text-line-height--317{line-height:317px}.text-line-height--318{line-height:318px}.text-line-height--319{line-height:319px}.text-line-height--320{line-height:320px}.text-line-height--321{line-height:321px}.text-line-height--322{line-height:322px}.text-line-height--323{line-height:323px}.text-line-height--324{line-height:324px}.text-line-height--325{line-height:325px}.text-line-height--326{line-height:326px}.text-line-height--327{line-height:327px}.text-line-height--328{line-height:328px}.text-line-height--329{line-height:329px}.text-line-height--330{line-height:330px}.text-line-height--331{line-height:331px}.text-line-height--332{line-height:332px}.text-line-height--333{line-height:333px}.text-line-height--334{line-height:334px}.text-line-height--335{line-height:335px}.text-line-height--336{line-height:336px}.text-line-height--337{line-height:337px}.text-line-height--338{line-height:338px}.text-line-height--339{line-height:339px}.text-line-height--340{line-height:340px}.text-line-height--341{line-height:341px}.text-line-height--342{line-height:342px}.text-line-height--343{line-height:343px}.text-line-height--344{line-height:344px}.text-line-height--345{line-height:345px}.text-line-height--346{line-height:346px}.text-line-height--347{line-height:347px}.text-line-height--348{line-height:348px}.text-line-height--349{line-height:349px}.text-line-height--350{line-height:350px}.text-line-height--351{line-height:351px}.text-line-height--352{line-height:352px}.text-line-height--353{line-height:353px}.text-line-height--354{line-height:354px}.text-line-height--355{line-height:355px}.text-line-height--356{line-height:356px}.text-line-height--357{line-height:357px}.text-line-height--358{line-height:358px}.text-line-height--359{line-height:359px}.text-line-height--360{line-height:360px}.text-line-height--361{line-height:361px}.text-line-height--362{line-height:362px}.text-line-height--363{line-height:363px}.text-line-height--364{line-height:364px}.text-line-height--365{line-height:365px}.text-line-height--366{line-height:366px}.text-line-height--367{line-height:367px}.text-line-height--368{line-height:368px}.text-line-height--369{line-height:369px}.text-line-height--370{line-height:370px}.text-line-height--371{line-height:371px}.text-line-height--372{line-height:372px}.text-line-height--373{line-height:373px}.text-line-height--374{line-height:374px}.text-line-height--375{line-height:375px}.text-line-height--376{line-height:376px}.text-line-height--377{line-height:377px}.text-line-height--378{line-height:378px}.text-line-height--379{line-height:379px}.text-line-height--380{line-height:380px}.text-line-height--381{line-height:381px}.text-line-height--382{line-height:382px}.text-line-height--383{line-height:383px}.text-line-height--384{line-height:384px}.text-line-height--385{line-height:385px}.text-line-height--386{line-height:386px}.text-line-height--387{line-height:387px}.text-line-height--388{line-height:388px}.text-line-height--389{line-height:389px}.text-line-height--390{line-height:390px}.text-line-height--391{line-height:391px}.text-line-height--392{line-height:392px}.text-line-height--393{line-height:393px}.text-line-height--394{line-height:394px}.text-line-height--395{line-height:395px}.text-line-height--396{line-height:396px}.text-line-height--397{line-height:397px}.text-line-height--398{line-height:398px}.text-line-height--399{line-height:399px}.text-line-height--400{line-height:400px}.text-line-height--401{line-height:401px}.text-line-height--402{line-height:402px}.text-line-height--403{line-height:403px}.text-line-height--404{line-height:404px}.text-line-height--405{line-height:405px}.text-line-height--406{line-height:406px}.text-line-height--407{line-height:407px}.text-line-height--408{line-height:408px}.text-line-height--409{line-height:409px}.text-line-height--410{line-height:410px}.text-line-height--411{line-height:411px}.text-line-height--412{line-height:412px}.text-line-height--413{line-height:413px}.text-line-height--414{line-height:414px}.text-line-height--415{line-height:415px}.text-line-height--416{line-height:416px}.text-line-height--417{line-height:417px}.text-line-height--418{line-height:418px}.text-line-height--419{line-height:419px}.text-line-height--420{line-height:420px}.text-line-height--421{line-height:421px}.text-line-height--422{line-height:422px}.text-line-height--423{line-height:423px}.text-line-height--424{line-height:424px}.text-line-height--425{line-height:425px}.text-line-height--426{line-height:426px}.text-line-height--427{line-height:427px}.text-line-height--428{line-height:428px}.text-line-height--429{line-height:429px}.text-line-height--430{line-height:430px}.text-line-height--431{line-height:431px}.text-line-height--432{line-height:432px}.text-line-height--433{line-height:433px}.text-line-height--434{line-height:434px}.text-line-height--435{line-height:435px}.text-line-height--436{line-height:436px}.text-line-height--437{line-height:437px}.text-line-height--438{line-height:438px}.text-line-height--439{line-height:439px}.text-line-height--440{line-height:440px}.text-line-height--441{line-height:441px}.text-line-height--442{line-height:442px}.text-line-height--443{line-height:443px}.text-line-height--444{line-height:444px}.text-line-height--445{line-height:445px}.text-line-height--446{line-height:446px}.text-line-height--447{line-height:447px}.text-line-height--448{line-height:448px}.text-line-height--449{line-height:449px}.text-line-height--450{line-height:450px}.text-line-height--451{line-height:451px}.text-line-height--452{line-height:452px}.text-line-height--453{line-height:453px}.text-line-height--454{line-height:454px}.text-line-height--455{line-height:455px}.text-line-height--456{line-height:456px}.text-line-height--457{line-height:457px}.text-line-height--458{line-height:458px}.text-line-height--459{line-height:459px}.text-line-height--460{line-height:460px}.text-line-height--461{line-height:461px}.text-line-height--462{line-height:462px}.text-line-height--463{line-height:463px}.text-line-height--464{line-height:464px}.text-line-height--465{line-height:465px}.text-line-height--466{line-height:466px}.text-line-height--467{line-height:467px}.text-line-height--468{line-height:468px}.text-line-height--469{line-height:469px}.text-line-height--470{line-height:470px}.text-line-height--471{line-height:471px}.text-line-height--472{line-height:472px}.text-line-height--473{line-height:473px}.text-line-height--474{line-height:474px}.text-line-height--475{line-height:475px}.text-line-height--476{line-height:476px}.text-line-height--477{line-height:477px}.text-line-height--478{line-height:478px}.text-line-height--479{line-height:479px}.text-line-height--480{line-height:480px}.text-line-height--481{line-height:481px}.text-line-height--482{line-height:482px}.text-line-height--483{line-height:483px}.text-line-height--484{line-height:484px}.text-line-height--485{line-height:485px}.text-line-height--486{line-height:486px}.text-line-height--487{line-height:487px}.text-line-height--488{line-height:488px}.text-line-height--489{line-height:489px}.text-line-height--490{line-height:490px}.text-line-height--491{line-height:491px}.text-line-height--492{line-height:492px}.text-line-height--493{line-height:493px}.text-line-height--494{line-height:494px}.text-line-height--495{line-height:495px}.text-line-height--496{line-height:496px}.text-line-height--497{line-height:497px}.text-line-height--498{line-height:498px}.text-line-height--499{line-height:499px}.text-line-height--500{line-height:500px}.text-size--0{font-size:0px!important}.text-size--1{font-size:1px!important}.text-size--2{font-size:2px!important}.text-size--3{font-size:3px!important}.text-size--4{font-size:4px!important}.text-size--5{font-size:5px!important}.text-size--6{font-size:6px!important}.text-size--7{font-size:7px!important}.text-size--8{font-size:8px!important}.text-size--9{font-size:9px!important}.text-size--10{font-size:10px!important}.text-size--11{font-size:11px!important}.text-size--12{font-size:12px!important}.text-size--13{font-size:13px!important}.text-size--14{font-size:14px!important}.text-size--15{font-size:15px!important}.text-size--16{font-size:16px!important}.text-size--17{font-size:17px!important}.text-size--18{font-size:18px!important}.text-size--19{font-size:19px!important}.text-size--20{font-size:20px!important}.text-size--21{font-size:21px!important}.text-size--22{font-size:22px!important}.text-size--23{font-size:23px!important}.text-size--24{font-size:24px!important}.text-size--25{font-size:25px!important}.text-size--26{font-size:26px!important}.text-size--27{font-size:27px!important}.text-size--28{font-size:28px!important}.text-size--29{font-size:29px!important}.text-size--30{font-size:30px!important}.text-size--31{font-size:31px!important}.text-size--32{font-size:32px!important}.text-size--33{font-size:33px!important}.text-size--34{font-size:34px!important}.text-size--35{font-size:35px!important}.text-size--36{font-size:36px!important}.text-size--37{font-size:37px!important}.text-size--38{font-size:38px!important}.text-size--39{font-size:39px!important}.text-size--40{font-size:40px!important}.text-size--41{font-size:41px!important}.text-size--42{font-size:42px!important}.text-size--43{font-size:43px!important}.text-size--44{font-size:44px!important}.text-size--45{font-size:45px!important}.text-size--46{font-size:46px!important}.text-size--47{font-size:47px!important}.text-size--48{font-size:48px!important}.text-size--49{font-size:49px!important}.text-size--50{font-size:50px!important}.text-size--51{font-size:51px!important}.text-size--52{font-size:52px!important}.text-size--53{font-size:53px!important}.text-size--54{font-size:54px!important}.text-size--55{font-size:55px!important}.text-size--56{font-size:56px!important}.text-size--57{font-size:57px!important}.text-size--58{font-size:58px!important}.text-size--59{font-size:59px!important}.text-size--60{font-size:60px!important}.text-size--61{font-size:61px!important}.text-size--62{font-size:62px!important}.text-size--63{font-size:63px!important}.text-size--64{font-size:64px!important}.text-size--65{font-size:65px!important}.text-size--66{font-size:66px!important}.text-size--67{font-size:67px!important}.text-size--68{font-size:68px!important}.text-size--69{font-size:69px!important}.text-size--70{font-size:70px!important}.text-size--71{font-size:71px!important}.text-size--72{font-size:72px!important}.text-size--73{font-size:73px!important}.text-size--74{font-size:74px!important}.text-size--75{font-size:75px!important}.text-size--76{font-size:76px!important}.text-size--77{font-size:77px!important}.text-size--78{font-size:78px!important}.text-size--79{font-size:79px!important}.text-size--80{font-size:80px!important}.text-size--81{font-size:81px!important}.text-size--82{font-size:82px!important}.text-size--83{font-size:83px!important}.text-size--84{font-size:84px!important}.text-size--85{font-size:85px!important}.text-size--86{font-size:86px!important}.text-size--87{font-size:87px!important}.text-size--88{font-size:88px!important}.text-size--89{font-size:89px!important}.text-size--90{font-size:90px!important}.text-size--91{font-size:91px!important}.text-size--92{font-size:92px!important}.text-size--93{font-size:93px!important}.text-size--94{font-size:94px!important}.text-size--95{font-size:95px!important}.text-size--96{font-size:96px!important}.text-size--97{font-size:97px!important}.text-size--98{font-size:98px!important}.text-size--99{font-size:99px!important}.text-size--100{font-size:100px!important}.text-size--101{font-size:101px!important}.text-size--102{font-size:102px!important}.text-size--103{font-size:103px!important}.text-size--104{font-size:104px!important}.text-size--105{font-size:105px!important}.text-size--106{font-size:106px!important}.text-size--107{font-size:107px!important}.text-size--108{font-size:108px!important}.text-size--109{font-size:109px!important}.text-size--110{font-size:110px!important}.text-size--111{font-size:111px!important}.text-size--112{font-size:112px!important}.text-size--113{font-size:113px!important}.text-size--114{font-size:114px!important}.text-size--115{font-size:115px!important}.text-size--116{font-size:116px!important}.text-size--117{font-size:117px!important}.text-size--118{font-size:118px!important}.text-size--119{font-size:119px!important}.text-size--120{font-size:120px!important}.text-size--121{font-size:121px!important}.text-size--122{font-size:122px!important}.text-size--123{font-size:123px!important}.text-size--124{font-size:124px!important}.text-size--125{font-size:125px!important}.text-size--126{font-size:126px!important}.text-size--127{font-size:127px!important}.text-size--128{font-size:128px!important}.text-size--129{font-size:129px!important}.text-size--130{font-size:130px!important}.text-size--131{font-size:131px!important}.text-size--132{font-size:132px!important}.text-size--133{font-size:133px!important}.text-size--134{font-size:134px!important}.text-size--135{font-size:135px!important}.text-size--136{font-size:136px!important}.text-size--137{font-size:137px!important}.text-size--138{font-size:138px!important}.text-size--139{font-size:139px!important}.text-size--140{font-size:140px!important}.text-size--141{font-size:141px!important}.text-size--142{font-size:142px!important}.text-size--143{font-size:143px!important}.text-size--144{font-size:144px!important}.text-size--145{font-size:145px!important}.text-size--146{font-size:146px!important}.text-size--147{font-size:147px!important}.text-size--148{font-size:148px!important}.text-size--149{font-size:149px!important}.text-size--150{font-size:150px!important}.text-size--151{font-size:151px!important}.text-size--152{font-size:152px!important}.text-size--153{font-size:153px!important}.text-size--154{font-size:154px!important}.text-size--155{font-size:155px!important}.text-size--156{font-size:156px!important}.text-size--157{font-size:157px!important}.text-size--158{font-size:158px!important}.text-size--159{font-size:159px!important}.text-size--160{font-size:160px!important}.text-size--161{font-size:161px!important}.text-size--162{font-size:162px!important}.text-size--163{font-size:163px!important}.text-size--164{font-size:164px!important}.text-size--165{font-size:165px!important}.text-size--166{font-size:166px!important}.text-size--167{font-size:167px!important}.text-size--168{font-size:168px!important}.text-size--169{font-size:169px!important}.text-size--170{font-size:170px!important}.text-size--171{font-size:171px!important}.text-size--172{font-size:172px!important}.text-size--173{font-size:173px!important}.text-size--174{font-size:174px!important}.text-size--175{font-size:175px!important}.text-size--176{font-size:176px!important}.text-size--177{font-size:177px!important}.text-size--178{font-size:178px!important}.text-size--179{font-size:179px!important}.text-size--180{font-size:180px!important}.text-size--181{font-size:181px!important}.text-size--182{font-size:182px!important}.text-size--183{font-size:183px!important}.text-size--184{font-size:184px!important}.text-size--185{font-size:185px!important}.text-size--186{font-size:186px!important}.text-size--187{font-size:187px!important}.text-size--188{font-size:188px!important}.text-size--189{font-size:189px!important}.text-size--190{font-size:190px!important}.text-size--191{font-size:191px!important}.text-size--192{font-size:192px!important}.text-size--193{font-size:193px!important}.text-size--194{font-size:194px!important}.text-size--195{font-size:195px!important}.text-size--196{font-size:196px!important}.text-size--197{font-size:197px!important}.text-size--198{font-size:198px!important}.text-size--199{font-size:199px!important}.text-size--200{font-size:200px!important}.text-size--201{font-size:201px!important}.text-size--202{font-size:202px!important}.text-size--203{font-size:203px!important}.text-size--204{font-size:204px!important}.text-size--205{font-size:205px!important}.text-size--206{font-size:206px!important}.text-size--207{font-size:207px!important}.text-size--208{font-size:208px!important}.text-size--209{font-size:209px!important}.text-size--210{font-size:210px!important}.text-size--211{font-size:211px!important}.text-size--212{font-size:212px!important}.text-size--213{font-size:213px!important}.text-size--214{font-size:214px!important}.text-size--215{font-size:215px!important}.text-size--216{font-size:216px!important}.text-size--217{font-size:217px!important}.text-size--218{font-size:218px!important}.text-size--219{font-size:219px!important}.text-size--220{font-size:220px!important}.text-size--221{font-size:221px!important}.text-size--222{font-size:222px!important}.text-size--223{font-size:223px!important}.text-size--224{font-size:224px!important}.text-size--225{font-size:225px!important}.text-size--226{font-size:226px!important}.text-size--227{font-size:227px!important}.text-size--228{font-size:228px!important}.text-size--229{font-size:229px!important}.text-size--230{font-size:230px!important}.text-size--231{font-size:231px!important}.text-size--232{font-size:232px!important}.text-size--233{font-size:233px!important}.text-size--234{font-size:234px!important}.text-size--235{font-size:235px!important}.text-size--236{font-size:236px!important}.text-size--237{font-size:237px!important}.text-size--238{font-size:238px!important}.text-size--239{font-size:239px!important}.text-size--240{font-size:240px!important}.text-size--241{font-size:241px!important}.text-size--242{font-size:242px!important}.text-size--243{font-size:243px!important}.text-size--244{font-size:244px!important}.text-size--245{font-size:245px!important}.text-size--246{font-size:246px!important}.text-size--247{font-size:247px!important}.text-size--248{font-size:248px!important}.text-size--249{font-size:249px!important}.text-size--250{font-size:250px!important}.text-size--251{font-size:251px!important}.text-size--252{font-size:252px!important}.text-size--253{font-size:253px!important}.text-size--254{font-size:254px!important}.text-size--255{font-size:255px!important}.text-size--256{font-size:256px!important}.text-size--257{font-size:257px!important}.text-size--258{font-size:258px!important}.text-size--259{font-size:259px!important}.text-size--260{font-size:260px!important}.text-size--261{font-size:261px!important}.text-size--262{font-size:262px!important}.text-size--263{font-size:263px!important}.text-size--264{font-size:264px!important}.text-size--265{font-size:265px!important}.text-size--266{font-size:266px!important}.text-size--267{font-size:267px!important}.text-size--268{font-size:268px!important}.text-size--269{font-size:269px!important}.text-size--270{font-size:270px!important}.text-size--271{font-size:271px!important}.text-size--272{font-size:272px!important}.text-size--273{font-size:273px!important}.text-size--274{font-size:274px!important}.text-size--275{font-size:275px!important}.text-size--276{font-size:276px!important}.text-size--277{font-size:277px!important}.text-size--278{font-size:278px!important}.text-size--279{font-size:279px!important}.text-size--280{font-size:280px!important}.text-size--281{font-size:281px!important}.text-size--282{font-size:282px!important}.text-size--283{font-size:283px!important}.text-size--284{font-size:284px!important}.text-size--285{font-size:285px!important}.text-size--286{font-size:286px!important}.text-size--287{font-size:287px!important}.text-size--288{font-size:288px!important}.text-size--289{font-size:289px!important}.text-size--290{font-size:290px!important}.text-size--291{font-size:291px!important}.text-size--292{font-size:292px!important}.text-size--293{font-size:293px!important}.text-size--294{font-size:294px!important}.text-size--295{font-size:295px!important}.text-size--296{font-size:296px!important}.text-size--297{font-size:297px!important}.text-size--298{font-size:298px!important}.text-size--299{font-size:299px!important}.text-size--300{font-size:300px!important}.text-size--301{font-size:301px!important}.text-size--302{font-size:302px!important}.text-size--303{font-size:303px!important}.text-size--304{font-size:304px!important}.text-size--305{font-size:305px!important}.text-size--306{font-size:306px!important}.text-size--307{font-size:307px!important}.text-size--308{font-size:308px!important}.text-size--309{font-size:309px!important}.text-size--310{font-size:310px!important}.text-size--311{font-size:311px!important}.text-size--312{font-size:312px!important}.text-size--313{font-size:313px!important}.text-size--314{font-size:314px!important}.text-size--315{font-size:315px!important}.text-size--316{font-size:316px!important}.text-size--317{font-size:317px!important}.text-size--318{font-size:318px!important}.text-size--319{font-size:319px!important}.text-size--320{font-size:320px!important}.text-size--321{font-size:321px!important}.text-size--322{font-size:322px!important}.text-size--323{font-size:323px!important}.text-size--324{font-size:324px!important}.text-size--325{font-size:325px!important}.text-size--326{font-size:326px!important}.text-size--327{font-size:327px!important}.text-size--328{font-size:328px!important}.text-size--329{font-size:329px!important}.text-size--330{font-size:330px!important}.text-size--331{font-size:331px!important}.text-size--332{font-size:332px!important}.text-size--333{font-size:333px!important}.text-size--334{font-size:334px!important}.text-size--335{font-size:335px!important}.text-size--336{font-size:336px!important}.text-size--337{font-size:337px!important}.text-size--338{font-size:338px!important}.text-size--339{font-size:339px!important}.text-size--340{font-size:340px!important}.text-size--341{font-size:341px!important}.text-size--342{font-size:342px!important}.text-size--343{font-size:343px!important}.text-size--344{font-size:344px!important}.text-size--345{font-size:345px!important}.text-size--346{font-size:346px!important}.text-size--347{font-size:347px!important}.text-size--348{font-size:348px!important}.text-size--349{font-size:349px!important}.text-size--350{font-size:350px!important}.text-size--351{font-size:351px!important}.text-size--352{font-size:352px!important}.text-size--353{font-size:353px!important}.text-size--354{font-size:354px!important}.text-size--355{font-size:355px!important}.text-size--356{font-size:356px!important}.text-size--357{font-size:357px!important}.text-size--358{font-size:358px!important}.text-size--359{font-size:359px!important}.text-size--360{font-size:360px!important}.text-size--361{font-size:361px!important}.text-size--362{font-size:362px!important}.text-size--363{font-size:363px!important}.text-size--364{font-size:364px!important}.text-size--365{font-size:365px!important}.text-size--366{font-size:366px!important}.text-size--367{font-size:367px!important}.text-size--368{font-size:368px!important}.text-size--369{font-size:369px!important}.text-size--370{font-size:370px!important}.text-size--371{font-size:371px!important}.text-size--372{font-size:372px!important}.text-size--373{font-size:373px!important}.text-size--374{font-size:374px!important}.text-size--375{font-size:375px!important}.text-size--376{font-size:376px!important}.text-size--377{font-size:377px!important}.text-size--378{font-size:378px!important}.text-size--379{font-size:379px!important}.text-size--380{font-size:380px!important}.text-size--381{font-size:381px!important}.text-size--382{font-size:382px!important}.text-size--383{font-size:383px!important}.text-size--384{font-size:384px!important}.text-size--385{font-size:385px!important}.text-size--386{font-size:386px!important}.text-size--387{font-size:387px!important}.text-size--388{font-size:388px!important}.text-size--389{font-size:389px!important}.text-size--390{font-size:390px!important}.text-size--391{font-size:391px!important}.text-size--392{font-size:392px!important}.text-size--393{font-size:393px!important}.text-size--394{font-size:394px!important}.text-size--395{font-size:395px!important}.text-size--396{font-size:396px!important}.text-size--397{font-size:397px!important}.text-size--398{font-size:398px!important}.text-size--399{font-size:399px!important}.text-size--400{font-size:400px!important}.text-size--401{font-size:401px!important}.text-size--402{font-size:402px!important}.text-size--403{font-size:403px!important}.text-size--404{font-size:404px!important}.text-size--405{font-size:405px!important}.text-size--406{font-size:406px!important}.text-size--407{font-size:407px!important}.text-size--408{font-size:408px!important}.text-size--409{font-size:409px!important}.text-size--410{font-size:410px!important}.text-size--411{font-size:411px!important}.text-size--412{font-size:412px!important}.text-size--413{font-size:413px!important}.text-size--414{font-size:414px!important}.text-size--415{font-size:415px!important}.text-size--416{font-size:416px!important}.text-size--417{font-size:417px!important}.text-size--418{font-size:418px!important}.text-size--419{font-size:419px!important}.text-size--420{font-size:420px!important}.text-size--421{font-size:421px!important}.text-size--422{font-size:422px!important}.text-size--423{font-size:423px!important}.text-size--424{font-size:424px!important}.text-size--425{font-size:425px!important}.text-size--426{font-size:426px!important}.text-size--427{font-size:427px!important}.text-size--428{font-size:428px!important}.text-size--429{font-size:429px!important}.text-size--430{font-size:430px!important}.text-size--431{font-size:431px!important}.text-size--432{font-size:432px!important}.text-size--433{font-size:433px!important}.text-size--434{font-size:434px!important}.text-size--435{font-size:435px!important}.text-size--436{font-size:436px!important}.text-size--437{font-size:437px!important}.text-size--438{font-size:438px!important}.text-size--439{font-size:439px!important}.text-size--440{font-size:440px!important}.text-size--441{font-size:441px!important}.text-size--442{font-size:442px!important}.text-size--443{font-size:443px!important}.text-size--444{font-size:444px!important}.text-size--445{font-size:445px!important}.text-size--446{font-size:446px!important}.text-size--447{font-size:447px!important}.text-size--448{font-size:448px!important}.text-size--449{font-size:449px!important}.text-size--450{font-size:450px!important}.text-size--451{font-size:451px!important}.text-size--452{font-size:452px!important}.text-size--453{font-size:453px!important}.text-size--454{font-size:454px!important}.text-size--455{font-size:455px!important}.text-size--456{font-size:456px!important}.text-size--457{font-size:457px!important}.text-size--458{font-size:458px!important}.text-size--459{font-size:459px!important}.text-size--460{font-size:460px!important}.text-size--461{font-size:461px!important}.text-size--462{font-size:462px!important}.text-size--463{font-size:463px!important}.text-size--464{font-size:464px!important}.text-size--465{font-size:465px!important}.text-size--466{font-size:466px!important}.text-size--467{font-size:467px!important}.text-size--468{font-size:468px!important}.text-size--469{font-size:469px!important}.text-size--470{font-size:470px!important}.text-size--471{font-size:471px!important}.text-size--472{font-size:472px!important}.text-size--473{font-size:473px!important}.text-size--474{font-size:474px!important}.text-size--475{font-size:475px!important}.text-size--476{font-size:476px!important}.text-size--477{font-size:477px!important}.text-size--478{font-size:478px!important}.text-size--479{font-size:479px!important}.text-size--480{font-size:480px!important}.text-size--481{font-size:481px!important}.text-size--482{font-size:482px!important}.text-size--483{font-size:483px!important}.text-size--484{font-size:484px!important}.text-size--485{font-size:485px!important}.text-size--486{font-size:486px!important}.text-size--487{font-size:487px!important}.text-size--488{font-size:488px!important}.text-size--489{font-size:489px!important}.text-size--490{font-size:490px!important}.text-size--491{font-size:491px!important}.text-size--492{font-size:492px!important}.text-size--493{font-size:493px!important}.text-size--494{font-size:494px!important}.text-size--495{font-size:495px!important}.text-size--496{font-size:496px!important}.text-size--497{font-size:497px!important}.text-size--498{font-size:498px!important}.text-size--499{font-size:499px!important}.text-size--500{font-size:500px!important}.text-justify{text-align:justify;text-justify:inter-word}.text-ellipsis{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:10px}.text-primary{color:#49a5a5!important}.text-bold{font-family:ProductSansRegular}.text-bold.subtitle{margin-bottom:0}.header{position:sticky;top:0;z-index:100}.header-top{background-color:#000;font-family:ProductSansMedium;color:#ccc;text-align:right;padding-top:4px;padding-bottom:4px}@media(max-width:1024px){.header-top{padding-left:0;padding-right:0;text-align:center;max-width:100vw}}@media(max-width:575.98px){.header-top{display:flex;flex-wrap:wrap;font-family:ProductSansLight;font-size:14px;line-height:18px}}@media screen and (max-width:932px)and (orientation:landscape){.header-top{display:flex;flex-wrap:wrap;font-family:ProductSansLight;font-size:14px;line-height:18px}}.header-top a{color:#ccc;text-decoration:none;transition:all .3s}.header-top a:hover{box-shadow:0 2px 0 -1px #ccc}.header-top--separator{width:40px;display:inline-flex;justify-content:center}@media(max-width:575.98px){.header-top--separator{width:20px}.header-top--separator:first-child{display:block;height:1px;visibility:hidden}}.header-menu{background-color:#fff;min-height:70px;display:flex;justify-content:start;align-items:end;box-shadow:0 2px 0 -1px #69f}.header-menu .logo{display:block;width:210px;padding-bottom:3px;margin-left:auto}.header-menu .logo img{object-fit:scale-down;width:100%}@media(max-width:575.98px){.header-menu{display:none}}@media screen and (max-width:932px)and (orientation:landscape){.header-menu{display:none}}*,*:before,*:after{outline:none;box-sizing:border-box}* ::-webkit-scrollbar{width:6px}* ::-webkit-scrollbar-track{background:transparent}* ::-webkit-scrollbar-thumb{background-color:#69f;border-radius:0;border:1px solid #ffffff}.scroll-target{scroll-margin-top:50px}@view-transition{navigation:auto}@-webkit-keyframes autofill{to{color:#666;background:transparent}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;-webkit-transition:"color 9999s ease-out, background-color 9999s ease-out";-webkit-transition-delay:9999s;-webkit-box-shadow:0 0 0px 1000px transparent inset;box-shadow:0 0 0 1000px transparent inset!important}textarea:focus,select:focus,textarea.form-control:focus,input.form-control:focus,input[type=text]:focus,input[type=password]:focus,input[type=checkbox]:focus,input[type=email]:focus,input[type=number]:focus,[type=text].form-control:focus,[type=password].form-control:focus,[type=email].form-control:focus,[type=tel].form-control:focus,[contenteditable].form-control:focus{box-shadow:none!important;outline:0!important}button:focus{outline:0;box-shadow:none!important}::-webkit-input-placeholder{font-weight:400;font-size:14px;color:#606060!important;opacity:1}:-moz-placeholder{font-weight:400;font-size:14px;color:#606060!important;opacity:1}::-moz-placeholder{font-weight:400;font-size:14px;color:#606060!important;opacity:1}:-ms-input-placeholder{font-weight:400;font-size:14px;color:#606060!important;opacity:1}::-ms-input-placeholder{font-weight:400;font-size:14px;color:#606060!important;opacity:1}::placeholder{font-weight:400;font-size:14px;color:#606060!important;opacity:1}[x-cloak]{display:none!important}body,html{overflow-y:scroll!important}body{overflow:initial!important;font-family:ProductSansLight;font-size:16px;line-height:20px;min-height:100vh}@media(max-width:575.98px){body{font-size:18px;line-height:22px}}@media screen and (max-width:932px)and (orientation:landscape){body{font-size:18px;line-height:22px}}#app{display:flex;flex-direction:column;min-height:100vh;max-width:1914px;margin:auto}#app main{padding-bottom:40px;padding-left:22px;padding-right:22px}#app footer{margin-top:auto}.modular{color:#f60}.page-body-wrapper{padding-top:55px;min-height:100vh}.container-scroller{overflow:initial!important}.container{padding-left:0;padding-right:0}@media(min-width:1440px){.container{min-width:1440px!important}}@media(max-width:768px){.container .row{margin-left:10px;margin-right:10px}}.container-wrapper{padding:0}section{scroll-margin-top:103px}@media(max-width:768px){section{scroll-margin-top:137px}}@media screen and (max-width:932px)and (orientation:landscape){section{scroll-margin-top:100px}}section .container{padding-left:22px;padding-right:22px}@media(max-width:575.98px){section .container{padding-left:0;padding-right:0}}@media screen and (max-width:932px)and (orientation:landscape){section .container{padding-left:0;padding-right:0}}.gap-0{gap:0px}.gap-1{gap:1px}.gap-2{gap:2px}.gap-3{gap:3px}.gap-4{gap:4px}.gap-5{gap:5px}.gap-6{gap:6px}.gap-7{gap:7px}.gap-8{gap:8px}.gap-9{gap:9px}.gap-10{gap:10px}.gap-11{gap:11px}.gap-12{gap:12px}.gap-13{gap:13px}.gap-14{gap:14px}.gap-15{gap:15px}.gap-16{gap:16px}.gap-17{gap:17px}.gap-18{gap:18px}.gap-19{gap:19px}.gap-20{gap:20px}.gap-21{gap:21px}.gap-22{gap:22px}.gap-23{gap:23px}.gap-24{gap:24px}.gap-25{gap:25px}.gap-26{gap:26px}.gap-27{gap:27px}.gap-28{gap:28px}.gap-29{gap:29px}.gap-30{gap:30px}.gap-31{gap:31px}.gap-32{gap:32px}.gap-33{gap:33px}.gap-34{gap:34px}.gap-35{gap:35px}.gap-36{gap:36px}.gap-37{gap:37px}.gap-38{gap:38px}.gap-39{gap:39px}.gap-40{gap:40px}.gap-41{gap:41px}.gap-42{gap:42px}.gap-43{gap:43px}.gap-44{gap:44px}.gap-45{gap:45px}.gap-46{gap:46px}.gap-47{gap:47px}.gap-48{gap:48px}.gap-49{gap:49px}.gap-50{gap:50px}.gap-51{gap:51px}.gap-52{gap:52px}.gap-53{gap:53px}.gap-54{gap:54px}.gap-55{gap:55px}.gap-56{gap:56px}.gap-57{gap:57px}.gap-58{gap:58px}.gap-59{gap:59px}.gap-60{gap:60px}.gap-61{gap:61px}.gap-62{gap:62px}.gap-63{gap:63px}.gap-64{gap:64px}.gap-65{gap:65px}.gap-66{gap:66px}.gap-67{gap:67px}.gap-68{gap:68px}.gap-69{gap:69px}.gap-70{gap:70px}.gap-71{gap:71px}.gap-72{gap:72px}.gap-73{gap:73px}.gap-74{gap:74px}.gap-75{gap:75px}.gap-76{gap:76px}.gap-77{gap:77px}.gap-78{gap:78px}.gap-79{gap:79px}.gap-80{gap:80px}.gap-81{gap:81px}.gap-82{gap:82px}.gap-83{gap:83px}.gap-84{gap:84px}.gap-85{gap:85px}.gap-86{gap:86px}.gap-87{gap:87px}.gap-88{gap:88px}.gap-89{gap:89px}.gap-90{gap:90px}.gap-91{gap:91px}.gap-92{gap:92px}.gap-93{gap:93px}.gap-94{gap:94px}.gap-95{gap:95px}.gap-96{gap:96px}.gap-97{gap:97px}.gap-98{gap:98px}.gap-99{gap:99px}.gap-100{gap:100px}.gap-101{gap:101px}.gap-102{gap:102px}.gap-103{gap:103px}.gap-104{gap:104px}.gap-105{gap:105px}.gap-106{gap:106px}.gap-107{gap:107px}.gap-108{gap:108px}.gap-109{gap:109px}.gap-110{gap:110px}.gap-111{gap:111px}.gap-112{gap:112px}.gap-113{gap:113px}.gap-114{gap:114px}.gap-115{gap:115px}.gap-116{gap:116px}.gap-117{gap:117px}.gap-118{gap:118px}.gap-119{gap:119px}.gap-120{gap:120px}.gap-121{gap:121px}.gap-122{gap:122px}.gap-123{gap:123px}.gap-124{gap:124px}.gap-125{gap:125px}.gap-126{gap:126px}.gap-127{gap:127px}.gap-128{gap:128px}.gap-129{gap:129px}.gap-130{gap:130px}.gap-131{gap:131px}.gap-132{gap:132px}.gap-133{gap:133px}.gap-134{gap:134px}.gap-135{gap:135px}.gap-136{gap:136px}.gap-137{gap:137px}.gap-138{gap:138px}.gap-139{gap:139px}.gap-140{gap:140px}.gap-141{gap:141px}.gap-142{gap:142px}.gap-143{gap:143px}.gap-144{gap:144px}.gap-145{gap:145px}.gap-146{gap:146px}.gap-147{gap:147px}.gap-148{gap:148px}.gap-149{gap:149px}.gap-150{gap:150px}.gap-151{gap:151px}.gap-152{gap:152px}.gap-153{gap:153px}.gap-154{gap:154px}.gap-155{gap:155px}.gap-156{gap:156px}.gap-157{gap:157px}.gap-158{gap:158px}.gap-159{gap:159px}.gap-160{gap:160px}.gap-161{gap:161px}.gap-162{gap:162px}.gap-163{gap:163px}.gap-164{gap:164px}.gap-165{gap:165px}.gap-166{gap:166px}.gap-167{gap:167px}.gap-168{gap:168px}.gap-169{gap:169px}.gap-170{gap:170px}.gap-171{gap:171px}.gap-172{gap:172px}.gap-173{gap:173px}.gap-174{gap:174px}.gap-175{gap:175px}.gap-176{gap:176px}.gap-177{gap:177px}.gap-178{gap:178px}.gap-179{gap:179px}.gap-180{gap:180px}.gap-181{gap:181px}.gap-182{gap:182px}.gap-183{gap:183px}.gap-184{gap:184px}.gap-185{gap:185px}.gap-186{gap:186px}.gap-187{gap:187px}.gap-188{gap:188px}.gap-189{gap:189px}.gap-190{gap:190px}.gap-191{gap:191px}.gap-192{gap:192px}.gap-193{gap:193px}.gap-194{gap:194px}.gap-195{gap:195px}.gap-196{gap:196px}.gap-197{gap:197px}.gap-198{gap:198px}.gap-199{gap:199px}.gap-200{gap:200px}.gap-201{gap:201px}.gap-202{gap:202px}.gap-203{gap:203px}.gap-204{gap:204px}.gap-205{gap:205px}.gap-206{gap:206px}.gap-207{gap:207px}.gap-208{gap:208px}.gap-209{gap:209px}.gap-210{gap:210px}.gap-211{gap:211px}.gap-212{gap:212px}.gap-213{gap:213px}.gap-214{gap:214px}.gap-215{gap:215px}.gap-216{gap:216px}.gap-217{gap:217px}.gap-218{gap:218px}.gap-219{gap:219px}.gap-220{gap:220px}.gap-221{gap:221px}.gap-222{gap:222px}.gap-223{gap:223px}.gap-224{gap:224px}.gap-225{gap:225px}.gap-226{gap:226px}.gap-227{gap:227px}.gap-228{gap:228px}.gap-229{gap:229px}.gap-230{gap:230px}.gap-231{gap:231px}.gap-232{gap:232px}.gap-233{gap:233px}.gap-234{gap:234px}.gap-235{gap:235px}.gap-236{gap:236px}.gap-237{gap:237px}.gap-238{gap:238px}.gap-239{gap:239px}.gap-240{gap:240px}.gap-241{gap:241px}.gap-242{gap:242px}.gap-243{gap:243px}.gap-244{gap:244px}.gap-245{gap:245px}.gap-246{gap:246px}.gap-247{gap:247px}.gap-248{gap:248px}.gap-249{gap:249px}.gap-250{gap:250px}.gap-251{gap:251px}.gap-252{gap:252px}.gap-253{gap:253px}.gap-254{gap:254px}.gap-255{gap:255px}.gap-256{gap:256px}.gap-257{gap:257px}.gap-258{gap:258px}.gap-259{gap:259px}.gap-260{gap:260px}.gap-261{gap:261px}.gap-262{gap:262px}.gap-263{gap:263px}.gap-264{gap:264px}.gap-265{gap:265px}.gap-266{gap:266px}.gap-267{gap:267px}.gap-268{gap:268px}.gap-269{gap:269px}.gap-270{gap:270px}.gap-271{gap:271px}.gap-272{gap:272px}.gap-273{gap:273px}.gap-274{gap:274px}.gap-275{gap:275px}.gap-276{gap:276px}.gap-277{gap:277px}.gap-278{gap:278px}.gap-279{gap:279px}.gap-280{gap:280px}.gap-281{gap:281px}.gap-282{gap:282px}.gap-283{gap:283px}.gap-284{gap:284px}.gap-285{gap:285px}.gap-286{gap:286px}.gap-287{gap:287px}.gap-288{gap:288px}.gap-289{gap:289px}.gap-290{gap:290px}.gap-291{gap:291px}.gap-292{gap:292px}.gap-293{gap:293px}.gap-294{gap:294px}.gap-295{gap:295px}.gap-296{gap:296px}.gap-297{gap:297px}.gap-298{gap:298px}.gap-299{gap:299px}.gap-300{gap:300px}.gap-301{gap:301px}.gap-302{gap:302px}.gap-303{gap:303px}.gap-304{gap:304px}.gap-305{gap:305px}.gap-306{gap:306px}.gap-307{gap:307px}.gap-308{gap:308px}.gap-309{gap:309px}.gap-310{gap:310px}.gap-311{gap:311px}.gap-312{gap:312px}.gap-313{gap:313px}.gap-314{gap:314px}.gap-315{gap:315px}.gap-316{gap:316px}.gap-317{gap:317px}.gap-318{gap:318px}.gap-319{gap:319px}.gap-320{gap:320px}.gap-321{gap:321px}.gap-322{gap:322px}.gap-323{gap:323px}.gap-324{gap:324px}.gap-325{gap:325px}.gap-326{gap:326px}.gap-327{gap:327px}.gap-328{gap:328px}.gap-329{gap:329px}.gap-330{gap:330px}.gap-331{gap:331px}.gap-332{gap:332px}.gap-333{gap:333px}.gap-334{gap:334px}.gap-335{gap:335px}.gap-336{gap:336px}.gap-337{gap:337px}.gap-338{gap:338px}.gap-339{gap:339px}.gap-340{gap:340px}.gap-341{gap:341px}.gap-342{gap:342px}.gap-343{gap:343px}.gap-344{gap:344px}.gap-345{gap:345px}.gap-346{gap:346px}.gap-347{gap:347px}.gap-348{gap:348px}.gap-349{gap:349px}.gap-350{gap:350px}.gap-351{gap:351px}.gap-352{gap:352px}.gap-353{gap:353px}.gap-354{gap:354px}.gap-355{gap:355px}.gap-356{gap:356px}.gap-357{gap:357px}.gap-358{gap:358px}.gap-359{gap:359px}.gap-360{gap:360px}.gap-361{gap:361px}.gap-362{gap:362px}.gap-363{gap:363px}.gap-364{gap:364px}.gap-365{gap:365px}.gap-366{gap:366px}.gap-367{gap:367px}.gap-368{gap:368px}.gap-369{gap:369px}.gap-370{gap:370px}.gap-371{gap:371px}.gap-372{gap:372px}.gap-373{gap:373px}.gap-374{gap:374px}.gap-375{gap:375px}.gap-376{gap:376px}.gap-377{gap:377px}.gap-378{gap:378px}.gap-379{gap:379px}.gap-380{gap:380px}.gap-381{gap:381px}.gap-382{gap:382px}.gap-383{gap:383px}.gap-384{gap:384px}.gap-385{gap:385px}.gap-386{gap:386px}.gap-387{gap:387px}.gap-388{gap:388px}.gap-389{gap:389px}.gap-390{gap:390px}.gap-391{gap:391px}.gap-392{gap:392px}.gap-393{gap:393px}.gap-394{gap:394px}.gap-395{gap:395px}.gap-396{gap:396px}.gap-397{gap:397px}.gap-398{gap:398px}.gap-399{gap:399px}.gap-400{gap:400px}.gap-401{gap:401px}.gap-402{gap:402px}.gap-403{gap:403px}.gap-404{gap:404px}.gap-405{gap:405px}.gap-406{gap:406px}.gap-407{gap:407px}.gap-408{gap:408px}.gap-409{gap:409px}.gap-410{gap:410px}.gap-411{gap:411px}.gap-412{gap:412px}.gap-413{gap:413px}.gap-414{gap:414px}.gap-415{gap:415px}.gap-416{gap:416px}.gap-417{gap:417px}.gap-418{gap:418px}.gap-419{gap:419px}.gap-420{gap:420px}.gap-421{gap:421px}.gap-422{gap:422px}.gap-423{gap:423px}.gap-424{gap:424px}.gap-425{gap:425px}.gap-426{gap:426px}.gap-427{gap:427px}.gap-428{gap:428px}.gap-429{gap:429px}.gap-430{gap:430px}.gap-431{gap:431px}.gap-432{gap:432px}.gap-433{gap:433px}.gap-434{gap:434px}.gap-435{gap:435px}.gap-436{gap:436px}.gap-437{gap:437px}.gap-438{gap:438px}.gap-439{gap:439px}.gap-440{gap:440px}.gap-441{gap:441px}.gap-442{gap:442px}.gap-443{gap:443px}.gap-444{gap:444px}.gap-445{gap:445px}.gap-446{gap:446px}.gap-447{gap:447px}.gap-448{gap:448px}.gap-449{gap:449px}.gap-450{gap:450px}.gap-451{gap:451px}.gap-452{gap:452px}.gap-453{gap:453px}.gap-454{gap:454px}.gap-455{gap:455px}.gap-456{gap:456px}.gap-457{gap:457px}.gap-458{gap:458px}.gap-459{gap:459px}.gap-460{gap:460px}.gap-461{gap:461px}.gap-462{gap:462px}.gap-463{gap:463px}.gap-464{gap:464px}.gap-465{gap:465px}.gap-466{gap:466px}.gap-467{gap:467px}.gap-468{gap:468px}.gap-469{gap:469px}.gap-470{gap:470px}.gap-471{gap:471px}.gap-472{gap:472px}.gap-473{gap:473px}.gap-474{gap:474px}.gap-475{gap:475px}.gap-476{gap:476px}.gap-477{gap:477px}.gap-478{gap:478px}.gap-479{gap:479px}.gap-480{gap:480px}.gap-481{gap:481px}.gap-482{gap:482px}.gap-483{gap:483px}.gap-484{gap:484px}.gap-485{gap:485px}.gap-486{gap:486px}.gap-487{gap:487px}.gap-488{gap:488px}.gap-489{gap:489px}.gap-490{gap:490px}.gap-491{gap:491px}.gap-492{gap:492px}.gap-493{gap:493px}.gap-494{gap:494px}.gap-495{gap:495px}.gap-496{gap:496px}.gap-497{gap:497px}.gap-498{gap:498px}.gap-499{gap:499px}.gap-500{gap:500px}.zindex-0{z-index:0}.zindex-1{z-index:1}.zindex-2{z-index:2}.zindex-3{z-index:3}.zindex-4{z-index:4}.zindex-5{z-index:5}.zindex-6{z-index:6}.zindex-7{z-index:7}.zindex-8{z-index:8}.zindex-9{z-index:9}.zindex-10{z-index:10}.zindex-11{z-index:11}.zindex-12{z-index:12}.zindex-13{z-index:13}.zindex-14{z-index:14}.zindex-15{z-index:15}.zindex-16{z-index:16}.zindex-17{z-index:17}.zindex-18{z-index:18}.zindex-19{z-index:19}.zindex-20{z-index:20}.zindex-21{z-index:21}.zindex-22{z-index:22}.zindex-23{z-index:23}.zindex-24{z-index:24}.zindex-25{z-index:25}.zindex-26{z-index:26}.zindex-27{z-index:27}.zindex-28{z-index:28}.zindex-29{z-index:29}.zindex-30{z-index:30}.zindex-31{z-index:31}.zindex-32{z-index:32}.zindex-33{z-index:33}.zindex-34{z-index:34}.zindex-35{z-index:35}.zindex-36{z-index:36}.zindex-37{z-index:37}.zindex-38{z-index:38}.zindex-39{z-index:39}.zindex-40{z-index:40}.zindex-41{z-index:41}.zindex-42{z-index:42}.zindex-43{z-index:43}.zindex-44{z-index:44}.zindex-45{z-index:45}.zindex-46{z-index:46}.zindex-47{z-index:47}.zindex-48{z-index:48}.zindex-49{z-index:49}.zindex-50{z-index:50}.zindex-51{z-index:51}.zindex-52{z-index:52}.zindex-53{z-index:53}.zindex-54{z-index:54}.zindex-55{z-index:55}.zindex-56{z-index:56}.zindex-57{z-index:57}.zindex-58{z-index:58}.zindex-59{z-index:59}.zindex-60{z-index:60}.zindex-61{z-index:61}.zindex-62{z-index:62}.zindex-63{z-index:63}.zindex-64{z-index:64}.zindex-65{z-index:65}.zindex-66{z-index:66}.zindex-67{z-index:67}.zindex-68{z-index:68}.zindex-69{z-index:69}.zindex-70{z-index:70}.zindex-71{z-index:71}.zindex-72{z-index:72}.zindex-73{z-index:73}.zindex-74{z-index:74}.zindex-75{z-index:75}.zindex-76{z-index:76}.zindex-77{z-index:77}.zindex-78{z-index:78}.zindex-79{z-index:79}.zindex-80{z-index:80}.zindex-81{z-index:81}.zindex-82{z-index:82}.zindex-83{z-index:83}.zindex-84{z-index:84}.zindex-85{z-index:85}.zindex-86{z-index:86}.zindex-87{z-index:87}.zindex-88{z-index:88}.zindex-89{z-index:89}.zindex-90{z-index:90}.zindex-91{z-index:91}.zindex-92{z-index:92}.zindex-93{z-index:93}.zindex-94{z-index:94}.zindex-95{z-index:95}.zindex-96{z-index:96}.zindex-97{z-index:97}.zindex-98{z-index:98}.zindex-99{z-index:99}.zindex-100{z-index:100}.zindex-101{z-index:101}.zindex-102{z-index:102}.zindex-103{z-index:103}.zindex-104{z-index:104}.zindex-105{z-index:105}.zindex-106{z-index:106}.zindex-107{z-index:107}.zindex-108{z-index:108}.zindex-109{z-index:109}.zindex-110{z-index:110}.zindex-111{z-index:111}.zindex-112{z-index:112}.zindex-113{z-index:113}.zindex-114{z-index:114}.zindex-115{z-index:115}.zindex-116{z-index:116}.zindex-117{z-index:117}.zindex-118{z-index:118}.zindex-119{z-index:119}.zindex-120{z-index:120}.zindex-121{z-index:121}.zindex-122{z-index:122}.zindex-123{z-index:123}.zindex-124{z-index:124}.zindex-125{z-index:125}.zindex-126{z-index:126}.zindex-127{z-index:127}.zindex-128{z-index:128}.zindex-129{z-index:129}.zindex-130{z-index:130}.zindex-131{z-index:131}.zindex-132{z-index:132}.zindex-133{z-index:133}.zindex-134{z-index:134}.zindex-135{z-index:135}.zindex-136{z-index:136}.zindex-137{z-index:137}.zindex-138{z-index:138}.zindex-139{z-index:139}.zindex-140{z-index:140}.zindex-141{z-index:141}.zindex-142{z-index:142}.zindex-143{z-index:143}.zindex-144{z-index:144}.zindex-145{z-index:145}.zindex-146{z-index:146}.zindex-147{z-index:147}.zindex-148{z-index:148}.zindex-149{z-index:149}.zindex-150{z-index:150}.zindex-151{z-index:151}.zindex-152{z-index:152}.zindex-153{z-index:153}.zindex-154{z-index:154}.zindex-155{z-index:155}.zindex-156{z-index:156}.zindex-157{z-index:157}.zindex-158{z-index:158}.zindex-159{z-index:159}.zindex-160{z-index:160}.zindex-161{z-index:161}.zindex-162{z-index:162}.zindex-163{z-index:163}.zindex-164{z-index:164}.zindex-165{z-index:165}.zindex-166{z-index:166}.zindex-167{z-index:167}.zindex-168{z-index:168}.zindex-169{z-index:169}.zindex-170{z-index:170}.zindex-171{z-index:171}.zindex-172{z-index:172}.zindex-173{z-index:173}.zindex-174{z-index:174}.zindex-175{z-index:175}.zindex-176{z-index:176}.zindex-177{z-index:177}.zindex-178{z-index:178}.zindex-179{z-index:179}.zindex-180{z-index:180}.zindex-181{z-index:181}.zindex-182{z-index:182}.zindex-183{z-index:183}.zindex-184{z-index:184}.zindex-185{z-index:185}.zindex-186{z-index:186}.zindex-187{z-index:187}.zindex-188{z-index:188}.zindex-189{z-index:189}.zindex-190{z-index:190}.zindex-191{z-index:191}.zindex-192{z-index:192}.zindex-193{z-index:193}.zindex-194{z-index:194}.zindex-195{z-index:195}.zindex-196{z-index:196}.zindex-197{z-index:197}.zindex-198{z-index:198}.zindex-199{z-index:199}.zindex-200{z-index:200}.zindex-201{z-index:201}.zindex-202{z-index:202}.zindex-203{z-index:203}.zindex-204{z-index:204}.zindex-205{z-index:205}.zindex-206{z-index:206}.zindex-207{z-index:207}.zindex-208{z-index:208}.zindex-209{z-index:209}.zindex-210{z-index:210}.zindex-211{z-index:211}.zindex-212{z-index:212}.zindex-213{z-index:213}.zindex-214{z-index:214}.zindex-215{z-index:215}.zindex-216{z-index:216}.zindex-217{z-index:217}.zindex-218{z-index:218}.zindex-219{z-index:219}.zindex-220{z-index:220}.zindex-221{z-index:221}.zindex-222{z-index:222}.zindex-223{z-index:223}.zindex-224{z-index:224}.zindex-225{z-index:225}.zindex-226{z-index:226}.zindex-227{z-index:227}.zindex-228{z-index:228}.zindex-229{z-index:229}.zindex-230{z-index:230}.zindex-231{z-index:231}.zindex-232{z-index:232}.zindex-233{z-index:233}.zindex-234{z-index:234}.zindex-235{z-index:235}.zindex-236{z-index:236}.zindex-237{z-index:237}.zindex-238{z-index:238}.zindex-239{z-index:239}.zindex-240{z-index:240}.zindex-241{z-index:241}.zindex-242{z-index:242}.zindex-243{z-index:243}.zindex-244{z-index:244}.zindex-245{z-index:245}.zindex-246{z-index:246}.zindex-247{z-index:247}.zindex-248{z-index:248}.zindex-249{z-index:249}.zindex-250{z-index:250}.zindex-251{z-index:251}.zindex-252{z-index:252}.zindex-253{z-index:253}.zindex-254{z-index:254}.zindex-255{z-index:255}.zindex-256{z-index:256}.zindex-257{z-index:257}.zindex-258{z-index:258}.zindex-259{z-index:259}.zindex-260{z-index:260}.zindex-261{z-index:261}.zindex-262{z-index:262}.zindex-263{z-index:263}.zindex-264{z-index:264}.zindex-265{z-index:265}.zindex-266{z-index:266}.zindex-267{z-index:267}.zindex-268{z-index:268}.zindex-269{z-index:269}.zindex-270{z-index:270}.zindex-271{z-index:271}.zindex-272{z-index:272}.zindex-273{z-index:273}.zindex-274{z-index:274}.zindex-275{z-index:275}.zindex-276{z-index:276}.zindex-277{z-index:277}.zindex-278{z-index:278}.zindex-279{z-index:279}.zindex-280{z-index:280}.zindex-281{z-index:281}.zindex-282{z-index:282}.zindex-283{z-index:283}.zindex-284{z-index:284}.zindex-285{z-index:285}.zindex-286{z-index:286}.zindex-287{z-index:287}.zindex-288{z-index:288}.zindex-289{z-index:289}.zindex-290{z-index:290}.zindex-291{z-index:291}.zindex-292{z-index:292}.zindex-293{z-index:293}.zindex-294{z-index:294}.zindex-295{z-index:295}.zindex-296{z-index:296}.zindex-297{z-index:297}.zindex-298{z-index:298}.zindex-299{z-index:299}.zindex-300{z-index:300}.zindex-301{z-index:301}.zindex-302{z-index:302}.zindex-303{z-index:303}.zindex-304{z-index:304}.zindex-305{z-index:305}.zindex-306{z-index:306}.zindex-307{z-index:307}.zindex-308{z-index:308}.zindex-309{z-index:309}.zindex-310{z-index:310}.zindex-311{z-index:311}.zindex-312{z-index:312}.zindex-313{z-index:313}.zindex-314{z-index:314}.zindex-315{z-index:315}.zindex-316{z-index:316}.zindex-317{z-index:317}.zindex-318{z-index:318}.zindex-319{z-index:319}.zindex-320{z-index:320}.zindex-321{z-index:321}.zindex-322{z-index:322}.zindex-323{z-index:323}.zindex-324{z-index:324}.zindex-325{z-index:325}.zindex-326{z-index:326}.zindex-327{z-index:327}.zindex-328{z-index:328}.zindex-329{z-index:329}.zindex-330{z-index:330}.zindex-331{z-index:331}.zindex-332{z-index:332}.zindex-333{z-index:333}.zindex-334{z-index:334}.zindex-335{z-index:335}.zindex-336{z-index:336}.zindex-337{z-index:337}.zindex-338{z-index:338}.zindex-339{z-index:339}.zindex-340{z-index:340}.zindex-341{z-index:341}.zindex-342{z-index:342}.zindex-343{z-index:343}.zindex-344{z-index:344}.zindex-345{z-index:345}.zindex-346{z-index:346}.zindex-347{z-index:347}.zindex-348{z-index:348}.zindex-349{z-index:349}.zindex-350{z-index:350}.zindex-351{z-index:351}.zindex-352{z-index:352}.zindex-353{z-index:353}.zindex-354{z-index:354}.zindex-355{z-index:355}.zindex-356{z-index:356}.zindex-357{z-index:357}.zindex-358{z-index:358}.zindex-359{z-index:359}.zindex-360{z-index:360}.zindex-361{z-index:361}.zindex-362{z-index:362}.zindex-363{z-index:363}.zindex-364{z-index:364}.zindex-365{z-index:365}.zindex-366{z-index:366}.zindex-367{z-index:367}.zindex-368{z-index:368}.zindex-369{z-index:369}.zindex-370{z-index:370}.zindex-371{z-index:371}.zindex-372{z-index:372}.zindex-373{z-index:373}.zindex-374{z-index:374}.zindex-375{z-index:375}.zindex-376{z-index:376}.zindex-377{z-index:377}.zindex-378{z-index:378}.zindex-379{z-index:379}.zindex-380{z-index:380}.zindex-381{z-index:381}.zindex-382{z-index:382}.zindex-383{z-index:383}.zindex-384{z-index:384}.zindex-385{z-index:385}.zindex-386{z-index:386}.zindex-387{z-index:387}.zindex-388{z-index:388}.zindex-389{z-index:389}.zindex-390{z-index:390}.zindex-391{z-index:391}.zindex-392{z-index:392}.zindex-393{z-index:393}.zindex-394{z-index:394}.zindex-395{z-index:395}.zindex-396{z-index:396}.zindex-397{z-index:397}.zindex-398{z-index:398}.zindex-399{z-index:399}.zindex-400{z-index:400}.zindex-401{z-index:401}.zindex-402{z-index:402}.zindex-403{z-index:403}.zindex-404{z-index:404}.zindex-405{z-index:405}.zindex-406{z-index:406}.zindex-407{z-index:407}.zindex-408{z-index:408}.zindex-409{z-index:409}.zindex-410{z-index:410}.zindex-411{z-index:411}.zindex-412{z-index:412}.zindex-413{z-index:413}.zindex-414{z-index:414}.zindex-415{z-index:415}.zindex-416{z-index:416}.zindex-417{z-index:417}.zindex-418{z-index:418}.zindex-419{z-index:419}.zindex-420{z-index:420}.zindex-421{z-index:421}.zindex-422{z-index:422}.zindex-423{z-index:423}.zindex-424{z-index:424}.zindex-425{z-index:425}.zindex-426{z-index:426}.zindex-427{z-index:427}.zindex-428{z-index:428}.zindex-429{z-index:429}.zindex-430{z-index:430}.zindex-431{z-index:431}.zindex-432{z-index:432}.zindex-433{z-index:433}.zindex-434{z-index:434}.zindex-435{z-index:435}.zindex-436{z-index:436}.zindex-437{z-index:437}.zindex-438{z-index:438}.zindex-439{z-index:439}.zindex-440{z-index:440}.zindex-441{z-index:441}.zindex-442{z-index:442}.zindex-443{z-index:443}.zindex-444{z-index:444}.zindex-445{z-index:445}.zindex-446{z-index:446}.zindex-447{z-index:447}.zindex-448{z-index:448}.zindex-449{z-index:449}.zindex-450{z-index:450}.zindex-451{z-index:451}.zindex-452{z-index:452}.zindex-453{z-index:453}.zindex-454{z-index:454}.zindex-455{z-index:455}.zindex-456{z-index:456}.zindex-457{z-index:457}.zindex-458{z-index:458}.zindex-459{z-index:459}.zindex-460{z-index:460}.zindex-461{z-index:461}.zindex-462{z-index:462}.zindex-463{z-index:463}.zindex-464{z-index:464}.zindex-465{z-index:465}.zindex-466{z-index:466}.zindex-467{z-index:467}.zindex-468{z-index:468}.zindex-469{z-index:469}.zindex-470{z-index:470}.zindex-471{z-index:471}.zindex-472{z-index:472}.zindex-473{z-index:473}.zindex-474{z-index:474}.zindex-475{z-index:475}.zindex-476{z-index:476}.zindex-477{z-index:477}.zindex-478{z-index:478}.zindex-479{z-index:479}.zindex-480{z-index:480}.zindex-481{z-index:481}.zindex-482{z-index:482}.zindex-483{z-index:483}.zindex-484{z-index:484}.zindex-485{z-index:485}.zindex-486{z-index:486}.zindex-487{z-index:487}.zindex-488{z-index:488}.zindex-489{z-index:489}.zindex-490{z-index:490}.zindex-491{z-index:491}.zindex-492{z-index:492}.zindex-493{z-index:493}.zindex-494{z-index:494}.zindex-495{z-index:495}.zindex-496{z-index:496}.zindex-497{z-index:497}.zindex-498{z-index:498}.zindex-499{z-index:499}.zindex-500{z-index:500}.mt-0{margin-top:0!important}.mt-1{margin-top:1px!important}.mt-2{margin-top:2px!important}.mt-3{margin-top:3px!important}.mt-4{margin-top:4px!important}.mt-5{margin-top:5px!important}.mt-6{margin-top:6px!important}.mt-7{margin-top:7px!important}.mt-8{margin-top:8px!important}.mt-9{margin-top:9px!important}.mt-10{margin-top:10px!important}.mt-11{margin-top:11px!important}.mt-12{margin-top:12px!important}.mt-13{margin-top:13px!important}.mt-14{margin-top:14px!important}.mt-15{margin-top:15px!important}.mt-16{margin-top:16px!important}.mt-17{margin-top:17px!important}.mt-18{margin-top:18px!important}.mt-19{margin-top:19px!important}.mt-20{margin-top:20px!important}.mt-21{margin-top:21px!important}.mt-22{margin-top:22px!important}.mt-23{margin-top:23px!important}.mt-24{margin-top:24px!important}.mt-25{margin-top:25px!important}.mt-26{margin-top:26px!important}.mt-27{margin-top:27px!important}.mt-28{margin-top:28px!important}.mt-29{margin-top:29px!important}.mt-30{margin-top:30px!important}.mt-31{margin-top:31px!important}.mt-32{margin-top:32px!important}.mt-33{margin-top:33px!important}.mt-34{margin-top:34px!important}.mt-35{margin-top:35px!important}.mt-36{margin-top:36px!important}.mt-37{margin-top:37px!important}.mt-38{margin-top:38px!important}.mt-39{margin-top:39px!important}.mt-40{margin-top:40px!important}.mt-41{margin-top:41px!important}.mt-42{margin-top:42px!important}.mt-43{margin-top:43px!important}.mt-44{margin-top:44px!important}.mt-45{margin-top:45px!important}.mt-46{margin-top:46px!important}.mt-47{margin-top:47px!important}.mt-48{margin-top:48px!important}.mt-49{margin-top:49px!important}.mt-50{margin-top:50px!important}.mt-51{margin-top:51px!important}.mt-52{margin-top:52px!important}.mt-53{margin-top:53px!important}.mt-54{margin-top:54px!important}.mt-55{margin-top:55px!important}.mt-56{margin-top:56px!important}.mt-57{margin-top:57px!important}.mt-58{margin-top:58px!important}.mt-59{margin-top:59px!important}.mt-60{margin-top:60px!important}.mt-61{margin-top:61px!important}.mt-62{margin-top:62px!important}.mt-63{margin-top:63px!important}.mt-64{margin-top:64px!important}.mt-65{margin-top:65px!important}.mt-66{margin-top:66px!important}.mt-67{margin-top:67px!important}.mt-68{margin-top:68px!important}.mt-69{margin-top:69px!important}.mt-70{margin-top:70px!important}.mt-71{margin-top:71px!important}.mt-72{margin-top:72px!important}.mt-73{margin-top:73px!important}.mt-74{margin-top:74px!important}.mt-75{margin-top:75px!important}.mt-76{margin-top:76px!important}.mt-77{margin-top:77px!important}.mt-78{margin-top:78px!important}.mt-79{margin-top:79px!important}.mt-80{margin-top:80px!important}.mt-81{margin-top:81px!important}.mt-82{margin-top:82px!important}.mt-83{margin-top:83px!important}.mt-84{margin-top:84px!important}.mt-85{margin-top:85px!important}.mt-86{margin-top:86px!important}.mt-87{margin-top:87px!important}.mt-88{margin-top:88px!important}.mt-89{margin-top:89px!important}.mt-90{margin-top:90px!important}.mt-91{margin-top:91px!important}.mt-92{margin-top:92px!important}.mt-93{margin-top:93px!important}.mt-94{margin-top:94px!important}.mt-95{margin-top:95px!important}.mt-96{margin-top:96px!important}.mt-97{margin-top:97px!important}.mt-98{margin-top:98px!important}.mt-99{margin-top:99px!important}.mt-100{margin-top:100px!important}.mt-101{margin-top:101px!important}.mt-102{margin-top:102px!important}.mt-103{margin-top:103px!important}.mt-104{margin-top:104px!important}.mt-105{margin-top:105px!important}.mt-106{margin-top:106px!important}.mt-107{margin-top:107px!important}.mt-108{margin-top:108px!important}.mt-109{margin-top:109px!important}.mt-110{margin-top:110px!important}.mt-111{margin-top:111px!important}.mt-112{margin-top:112px!important}.mt-113{margin-top:113px!important}.mt-114{margin-top:114px!important}.mt-115{margin-top:115px!important}.mt-116{margin-top:116px!important}.mt-117{margin-top:117px!important}.mt-118{margin-top:118px!important}.mt-119{margin-top:119px!important}.mt-120{margin-top:120px!important}.mt-121{margin-top:121px!important}.mt-122{margin-top:122px!important}.mt-123{margin-top:123px!important}.mt-124{margin-top:124px!important}.mt-125{margin-top:125px!important}.mt-126{margin-top:126px!important}.mt-127{margin-top:127px!important}.mt-128{margin-top:128px!important}.mt-129{margin-top:129px!important}.mt-130{margin-top:130px!important}.mt-131{margin-top:131px!important}.mt-132{margin-top:132px!important}.mt-133{margin-top:133px!important}.mt-134{margin-top:134px!important}.mt-135{margin-top:135px!important}.mt-136{margin-top:136px!important}.mt-137{margin-top:137px!important}.mt-138{margin-top:138px!important}.mt-139{margin-top:139px!important}.mt-140{margin-top:140px!important}.mt-141{margin-top:141px!important}.mt-142{margin-top:142px!important}.mt-143{margin-top:143px!important}.mt-144{margin-top:144px!important}.mt-145{margin-top:145px!important}.mt-146{margin-top:146px!important}.mt-147{margin-top:147px!important}.mt-148{margin-top:148px!important}.mt-149{margin-top:149px!important}.mt-150{margin-top:150px!important}.mt-151{margin-top:151px!important}.mt-152{margin-top:152px!important}.mt-153{margin-top:153px!important}.mt-154{margin-top:154px!important}.mt-155{margin-top:155px!important}.mt-156{margin-top:156px!important}.mt-157{margin-top:157px!important}.mt-158{margin-top:158px!important}.mt-159{margin-top:159px!important}.mt-160{margin-top:160px!important}.mt-161{margin-top:161px!important}.mt-162{margin-top:162px!important}.mt-163{margin-top:163px!important}.mt-164{margin-top:164px!important}.mt-165{margin-top:165px!important}.mt-166{margin-top:166px!important}.mt-167{margin-top:167px!important}.mt-168{margin-top:168px!important}.mt-169{margin-top:169px!important}.mt-170{margin-top:170px!important}.mt-171{margin-top:171px!important}.mt-172{margin-top:172px!important}.mt-173{margin-top:173px!important}.mt-174{margin-top:174px!important}.mt-175{margin-top:175px!important}.mt-176{margin-top:176px!important}.mt-177{margin-top:177px!important}.mt-178{margin-top:178px!important}.mt-179{margin-top:179px!important}.mt-180{margin-top:180px!important}.mt-181{margin-top:181px!important}.mt-182{margin-top:182px!important}.mt-183{margin-top:183px!important}.mt-184{margin-top:184px!important}.mt-185{margin-top:185px!important}.mt-186{margin-top:186px!important}.mt-187{margin-top:187px!important}.mt-188{margin-top:188px!important}.mt-189{margin-top:189px!important}.mt-190{margin-top:190px!important}.mt-191{margin-top:191px!important}.mt-192{margin-top:192px!important}.mt-193{margin-top:193px!important}.mt-194{margin-top:194px!important}.mt-195{margin-top:195px!important}.mt-196{margin-top:196px!important}.mt-197{margin-top:197px!important}.mt-198{margin-top:198px!important}.mt-199{margin-top:199px!important}.mt-200{margin-top:200px!important}.mt-201{margin-top:201px!important}.mt-202{margin-top:202px!important}.mt-203{margin-top:203px!important}.mt-204{margin-top:204px!important}.mt-205{margin-top:205px!important}.mt-206{margin-top:206px!important}.mt-207{margin-top:207px!important}.mt-208{margin-top:208px!important}.mt-209{margin-top:209px!important}.mt-210{margin-top:210px!important}.mt-211{margin-top:211px!important}.mt-212{margin-top:212px!important}.mt-213{margin-top:213px!important}.mt-214{margin-top:214px!important}.mt-215{margin-top:215px!important}.mt-216{margin-top:216px!important}.mt-217{margin-top:217px!important}.mt-218{margin-top:218px!important}.mt-219{margin-top:219px!important}.mt-220{margin-top:220px!important}.mt-221{margin-top:221px!important}.mt-222{margin-top:222px!important}.mt-223{margin-top:223px!important}.mt-224{margin-top:224px!important}.mt-225{margin-top:225px!important}.mt-226{margin-top:226px!important}.mt-227{margin-top:227px!important}.mt-228{margin-top:228px!important}.mt-229{margin-top:229px!important}.mt-230{margin-top:230px!important}.mt-231{margin-top:231px!important}.mt-232{margin-top:232px!important}.mt-233{margin-top:233px!important}.mt-234{margin-top:234px!important}.mt-235{margin-top:235px!important}.mt-236{margin-top:236px!important}.mt-237{margin-top:237px!important}.mt-238{margin-top:238px!important}.mt-239{margin-top:239px!important}.mt-240{margin-top:240px!important}.mt-241{margin-top:241px!important}.mt-242{margin-top:242px!important}.mt-243{margin-top:243px!important}.mt-244{margin-top:244px!important}.mt-245{margin-top:245px!important}.mt-246{margin-top:246px!important}.mt-247{margin-top:247px!important}.mt-248{margin-top:248px!important}.mt-249{margin-top:249px!important}.mt-250{margin-top:250px!important}.mt-251{margin-top:251px!important}.mt-252{margin-top:252px!important}.mt-253{margin-top:253px!important}.mt-254{margin-top:254px!important}.mt-255{margin-top:255px!important}.mt-256{margin-top:256px!important}.mt-257{margin-top:257px!important}.mt-258{margin-top:258px!important}.mt-259{margin-top:259px!important}.mt-260{margin-top:260px!important}.mt-261{margin-top:261px!important}.mt-262{margin-top:262px!important}.mt-263{margin-top:263px!important}.mt-264{margin-top:264px!important}.mt-265{margin-top:265px!important}.mt-266{margin-top:266px!important}.mt-267{margin-top:267px!important}.mt-268{margin-top:268px!important}.mt-269{margin-top:269px!important}.mt-270{margin-top:270px!important}.mt-271{margin-top:271px!important}.mt-272{margin-top:272px!important}.mt-273{margin-top:273px!important}.mt-274{margin-top:274px!important}.mt-275{margin-top:275px!important}.mt-276{margin-top:276px!important}.mt-277{margin-top:277px!important}.mt-278{margin-top:278px!important}.mt-279{margin-top:279px!important}.mt-280{margin-top:280px!important}.mt-281{margin-top:281px!important}.mt-282{margin-top:282px!important}.mt-283{margin-top:283px!important}.mt-284{margin-top:284px!important}.mt-285{margin-top:285px!important}.mt-286{margin-top:286px!important}.mt-287{margin-top:287px!important}.mt-288{margin-top:288px!important}.mt-289{margin-top:289px!important}.mt-290{margin-top:290px!important}.mt-291{margin-top:291px!important}.mt-292{margin-top:292px!important}.mt-293{margin-top:293px!important}.mt-294{margin-top:294px!important}.mt-295{margin-top:295px!important}.mt-296{margin-top:296px!important}.mt-297{margin-top:297px!important}.mt-298{margin-top:298px!important}.mt-299{margin-top:299px!important}.mt-300{margin-top:300px!important}.mt-301{margin-top:301px!important}.mt-302{margin-top:302px!important}.mt-303{margin-top:303px!important}.mt-304{margin-top:304px!important}.mt-305{margin-top:305px!important}.mt-306{margin-top:306px!important}.mt-307{margin-top:307px!important}.mt-308{margin-top:308px!important}.mt-309{margin-top:309px!important}.mt-310{margin-top:310px!important}.mt-311{margin-top:311px!important}.mt-312{margin-top:312px!important}.mt-313{margin-top:313px!important}.mt-314{margin-top:314px!important}.mt-315{margin-top:315px!important}.mt-316{margin-top:316px!important}.mt-317{margin-top:317px!important}.mt-318{margin-top:318px!important}.mt-319{margin-top:319px!important}.mt-320{margin-top:320px!important}.mt-321{margin-top:321px!important}.mt-322{margin-top:322px!important}.mt-323{margin-top:323px!important}.mt-324{margin-top:324px!important}.mt-325{margin-top:325px!important}.mt-326{margin-top:326px!important}.mt-327{margin-top:327px!important}.mt-328{margin-top:328px!important}.mt-329{margin-top:329px!important}.mt-330{margin-top:330px!important}.mt-331{margin-top:331px!important}.mt-332{margin-top:332px!important}.mt-333{margin-top:333px!important}.mt-334{margin-top:334px!important}.mt-335{margin-top:335px!important}.mt-336{margin-top:336px!important}.mt-337{margin-top:337px!important}.mt-338{margin-top:338px!important}.mt-339{margin-top:339px!important}.mt-340{margin-top:340px!important}.mt-341{margin-top:341px!important}.mt-342{margin-top:342px!important}.mt-343{margin-top:343px!important}.mt-344{margin-top:344px!important}.mt-345{margin-top:345px!important}.mt-346{margin-top:346px!important}.mt-347{margin-top:347px!important}.mt-348{margin-top:348px!important}.mt-349{margin-top:349px!important}.mt-350{margin-top:350px!important}.mt-351{margin-top:351px!important}.mt-352{margin-top:352px!important}.mt-353{margin-top:353px!important}.mt-354{margin-top:354px!important}.mt-355{margin-top:355px!important}.mt-356{margin-top:356px!important}.mt-357{margin-top:357px!important}.mt-358{margin-top:358px!important}.mt-359{margin-top:359px!important}.mt-360{margin-top:360px!important}.mt-361{margin-top:361px!important}.mt-362{margin-top:362px!important}.mt-363{margin-top:363px!important}.mt-364{margin-top:364px!important}.mt-365{margin-top:365px!important}.mt-366{margin-top:366px!important}.mt-367{margin-top:367px!important}.mt-368{margin-top:368px!important}.mt-369{margin-top:369px!important}.mt-370{margin-top:370px!important}.mt-371{margin-top:371px!important}.mt-372{margin-top:372px!important}.mt-373{margin-top:373px!important}.mt-374{margin-top:374px!important}.mt-375{margin-top:375px!important}.mt-376{margin-top:376px!important}.mt-377{margin-top:377px!important}.mt-378{margin-top:378px!important}.mt-379{margin-top:379px!important}.mt-380{margin-top:380px!important}.mt-381{margin-top:381px!important}.mt-382{margin-top:382px!important}.mt-383{margin-top:383px!important}.mt-384{margin-top:384px!important}.mt-385{margin-top:385px!important}.mt-386{margin-top:386px!important}.mt-387{margin-top:387px!important}.mt-388{margin-top:388px!important}.mt-389{margin-top:389px!important}.mt-390{margin-top:390px!important}.mt-391{margin-top:391px!important}.mt-392{margin-top:392px!important}.mt-393{margin-top:393px!important}.mt-394{margin-top:394px!important}.mt-395{margin-top:395px!important}.mt-396{margin-top:396px!important}.mt-397{margin-top:397px!important}.mt-398{margin-top:398px!important}.mt-399{margin-top:399px!important}.mt-400{margin-top:400px!important}.mt-401{margin-top:401px!important}.mt-402{margin-top:402px!important}.mt-403{margin-top:403px!important}.mt-404{margin-top:404px!important}.mt-405{margin-top:405px!important}.mt-406{margin-top:406px!important}.mt-407{margin-top:407px!important}.mt-408{margin-top:408px!important}.mt-409{margin-top:409px!important}.mt-410{margin-top:410px!important}.mt-411{margin-top:411px!important}.mt-412{margin-top:412px!important}.mt-413{margin-top:413px!important}.mt-414{margin-top:414px!important}.mt-415{margin-top:415px!important}.mt-416{margin-top:416px!important}.mt-417{margin-top:417px!important}.mt-418{margin-top:418px!important}.mt-419{margin-top:419px!important}.mt-420{margin-top:420px!important}.mt-421{margin-top:421px!important}.mt-422{margin-top:422px!important}.mt-423{margin-top:423px!important}.mt-424{margin-top:424px!important}.mt-425{margin-top:425px!important}.mt-426{margin-top:426px!important}.mt-427{margin-top:427px!important}.mt-428{margin-top:428px!important}.mt-429{margin-top:429px!important}.mt-430{margin-top:430px!important}.mt-431{margin-top:431px!important}.mt-432{margin-top:432px!important}.mt-433{margin-top:433px!important}.mt-434{margin-top:434px!important}.mt-435{margin-top:435px!important}.mt-436{margin-top:436px!important}.mt-437{margin-top:437px!important}.mt-438{margin-top:438px!important}.mt-439{margin-top:439px!important}.mt-440{margin-top:440px!important}.mt-441{margin-top:441px!important}.mt-442{margin-top:442px!important}.mt-443{margin-top:443px!important}.mt-444{margin-top:444px!important}.mt-445{margin-top:445px!important}.mt-446{margin-top:446px!important}.mt-447{margin-top:447px!important}.mt-448{margin-top:448px!important}.mt-449{margin-top:449px!important}.mt-450{margin-top:450px!important}.mt-451{margin-top:451px!important}.mt-452{margin-top:452px!important}.mt-453{margin-top:453px!important}.mt-454{margin-top:454px!important}.mt-455{margin-top:455px!important}.mt-456{margin-top:456px!important}.mt-457{margin-top:457px!important}.mt-458{margin-top:458px!important}.mt-459{margin-top:459px!important}.mt-460{margin-top:460px!important}.mt-461{margin-top:461px!important}.mt-462{margin-top:462px!important}.mt-463{margin-top:463px!important}.mt-464{margin-top:464px!important}.mt-465{margin-top:465px!important}.mt-466{margin-top:466px!important}.mt-467{margin-top:467px!important}.mt-468{margin-top:468px!important}.mt-469{margin-top:469px!important}.mt-470{margin-top:470px!important}.mt-471{margin-top:471px!important}.mt-472{margin-top:472px!important}.mt-473{margin-top:473px!important}.mt-474{margin-top:474px!important}.mt-475{margin-top:475px!important}.mt-476{margin-top:476px!important}.mt-477{margin-top:477px!important}.mt-478{margin-top:478px!important}.mt-479{margin-top:479px!important}.mt-480{margin-top:480px!important}.mt-481{margin-top:481px!important}.mt-482{margin-top:482px!important}.mt-483{margin-top:483px!important}.mt-484{margin-top:484px!important}.mt-485{margin-top:485px!important}.mt-486{margin-top:486px!important}.mt-487{margin-top:487px!important}.mt-488{margin-top:488px!important}.mt-489{margin-top:489px!important}.mt-490{margin-top:490px!important}.mt-491{margin-top:491px!important}.mt-492{margin-top:492px!important}.mt-493{margin-top:493px!important}.mt-494{margin-top:494px!important}.mt-495{margin-top:495px!important}.mt-496{margin-top:496px!important}.mt-497{margin-top:497px!important}.mt-498{margin-top:498px!important}.mt-499{margin-top:499px!important}.mt-500{margin-top:500px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:1px!important}.mb-2{margin-bottom:2px!important}.mb-3{margin-bottom:3px!important}.mb-4{margin-bottom:4px!important}.mb-5{margin-bottom:5px!important}.mb-6{margin-bottom:6px!important}.mb-7{margin-bottom:7px!important}.mb-8{margin-bottom:8px!important}.mb-9{margin-bottom:9px!important}.mb-10{margin-bottom:10px!important}.mb-11{margin-bottom:11px!important}.mb-12{margin-bottom:12px!important}.mb-13{margin-bottom:13px!important}.mb-14{margin-bottom:14px!important}.mb-15{margin-bottom:15px!important}.mb-16{margin-bottom:16px!important}.mb-17{margin-bottom:17px!important}.mb-18{margin-bottom:18px!important}.mb-19{margin-bottom:19px!important}.mb-20{margin-bottom:20px!important}.mb-21{margin-bottom:21px!important}.mb-22{margin-bottom:22px!important}.mb-23{margin-bottom:23px!important}.mb-24{margin-bottom:24px!important}.mb-25{margin-bottom:25px!important}.mb-26{margin-bottom:26px!important}.mb-27{margin-bottom:27px!important}.mb-28{margin-bottom:28px!important}.mb-29{margin-bottom:29px!important}.mb-30{margin-bottom:30px!important}.mb-31{margin-bottom:31px!important}.mb-32{margin-bottom:32px!important}.mb-33{margin-bottom:33px!important}.mb-34{margin-bottom:34px!important}.mb-35{margin-bottom:35px!important}.mb-36{margin-bottom:36px!important}.mb-37{margin-bottom:37px!important}.mb-38{margin-bottom:38px!important}.mb-39{margin-bottom:39px!important}.mb-40{margin-bottom:40px!important}.mb-41{margin-bottom:41px!important}.mb-42{margin-bottom:42px!important}.mb-43{margin-bottom:43px!important}.mb-44{margin-bottom:44px!important}.mb-45{margin-bottom:45px!important}.mb-46{margin-bottom:46px!important}.mb-47{margin-bottom:47px!important}.mb-48{margin-bottom:48px!important}.mb-49{margin-bottom:49px!important}.mb-50{margin-bottom:50px!important}.mb-51{margin-bottom:51px!important}.mb-52{margin-bottom:52px!important}.mb-53{margin-bottom:53px!important}.mb-54{margin-bottom:54px!important}.mb-55{margin-bottom:55px!important}.mb-56{margin-bottom:56px!important}.mb-57{margin-bottom:57px!important}.mb-58{margin-bottom:58px!important}.mb-59{margin-bottom:59px!important}.mb-60{margin-bottom:60px!important}.mb-61{margin-bottom:61px!important}.mb-62{margin-bottom:62px!important}.mb-63{margin-bottom:63px!important}.mb-64{margin-bottom:64px!important}.mb-65{margin-bottom:65px!important}.mb-66{margin-bottom:66px!important}.mb-67{margin-bottom:67px!important}.mb-68{margin-bottom:68px!important}.mb-69{margin-bottom:69px!important}.mb-70{margin-bottom:70px!important}.mb-71{margin-bottom:71px!important}.mb-72{margin-bottom:72px!important}.mb-73{margin-bottom:73px!important}.mb-74{margin-bottom:74px!important}.mb-75{margin-bottom:75px!important}.mb-76{margin-bottom:76px!important}.mb-77{margin-bottom:77px!important}.mb-78{margin-bottom:78px!important}.mb-79{margin-bottom:79px!important}.mb-80{margin-bottom:80px!important}.mb-81{margin-bottom:81px!important}.mb-82{margin-bottom:82px!important}.mb-83{margin-bottom:83px!important}.mb-84{margin-bottom:84px!important}.mb-85{margin-bottom:85px!important}.mb-86{margin-bottom:86px!important}.mb-87{margin-bottom:87px!important}.mb-88{margin-bottom:88px!important}.mb-89{margin-bottom:89px!important}.mb-90{margin-bottom:90px!important}.mb-91{margin-bottom:91px!important}.mb-92{margin-bottom:92px!important}.mb-93{margin-bottom:93px!important}.mb-94{margin-bottom:94px!important}.mb-95{margin-bottom:95px!important}.mb-96{margin-bottom:96px!important}.mb-97{margin-bottom:97px!important}.mb-98{margin-bottom:98px!important}.mb-99{margin-bottom:99px!important}.mb-100{margin-bottom:100px!important}.mb-101{margin-bottom:101px!important}.mb-102{margin-bottom:102px!important}.mb-103{margin-bottom:103px!important}.mb-104{margin-bottom:104px!important}.mb-105{margin-bottom:105px!important}.mb-106{margin-bottom:106px!important}.mb-107{margin-bottom:107px!important}.mb-108{margin-bottom:108px!important}.mb-109{margin-bottom:109px!important}.mb-110{margin-bottom:110px!important}.mb-111{margin-bottom:111px!important}.mb-112{margin-bottom:112px!important}.mb-113{margin-bottom:113px!important}.mb-114{margin-bottom:114px!important}.mb-115{margin-bottom:115px!important}.mb-116{margin-bottom:116px!important}.mb-117{margin-bottom:117px!important}.mb-118{margin-bottom:118px!important}.mb-119{margin-bottom:119px!important}.mb-120{margin-bottom:120px!important}.mb-121{margin-bottom:121px!important}.mb-122{margin-bottom:122px!important}.mb-123{margin-bottom:123px!important}.mb-124{margin-bottom:124px!important}.mb-125{margin-bottom:125px!important}.mb-126{margin-bottom:126px!important}.mb-127{margin-bottom:127px!important}.mb-128{margin-bottom:128px!important}.mb-129{margin-bottom:129px!important}.mb-130{margin-bottom:130px!important}.mb-131{margin-bottom:131px!important}.mb-132{margin-bottom:132px!important}.mb-133{margin-bottom:133px!important}.mb-134{margin-bottom:134px!important}.mb-135{margin-bottom:135px!important}.mb-136{margin-bottom:136px!important}.mb-137{margin-bottom:137px!important}.mb-138{margin-bottom:138px!important}.mb-139{margin-bottom:139px!important}.mb-140{margin-bottom:140px!important}.mb-141{margin-bottom:141px!important}.mb-142{margin-bottom:142px!important}.mb-143{margin-bottom:143px!important}.mb-144{margin-bottom:144px!important}.mb-145{margin-bottom:145px!important}.mb-146{margin-bottom:146px!important}.mb-147{margin-bottom:147px!important}.mb-148{margin-bottom:148px!important}.mb-149{margin-bottom:149px!important}.mb-150{margin-bottom:150px!important}.mb-151{margin-bottom:151px!important}.mb-152{margin-bottom:152px!important}.mb-153{margin-bottom:153px!important}.mb-154{margin-bottom:154px!important}.mb-155{margin-bottom:155px!important}.mb-156{margin-bottom:156px!important}.mb-157{margin-bottom:157px!important}.mb-158{margin-bottom:158px!important}.mb-159{margin-bottom:159px!important}.mb-160{margin-bottom:160px!important}.mb-161{margin-bottom:161px!important}.mb-162{margin-bottom:162px!important}.mb-163{margin-bottom:163px!important}.mb-164{margin-bottom:164px!important}.mb-165{margin-bottom:165px!important}.mb-166{margin-bottom:166px!important}.mb-167{margin-bottom:167px!important}.mb-168{margin-bottom:168px!important}.mb-169{margin-bottom:169px!important}.mb-170{margin-bottom:170px!important}.mb-171{margin-bottom:171px!important}.mb-172{margin-bottom:172px!important}.mb-173{margin-bottom:173px!important}.mb-174{margin-bottom:174px!important}.mb-175{margin-bottom:175px!important}.mb-176{margin-bottom:176px!important}.mb-177{margin-bottom:177px!important}.mb-178{margin-bottom:178px!important}.mb-179{margin-bottom:179px!important}.mb-180{margin-bottom:180px!important}.mb-181{margin-bottom:181px!important}.mb-182{margin-bottom:182px!important}.mb-183{margin-bottom:183px!important}.mb-184{margin-bottom:184px!important}.mb-185{margin-bottom:185px!important}.mb-186{margin-bottom:186px!important}.mb-187{margin-bottom:187px!important}.mb-188{margin-bottom:188px!important}.mb-189{margin-bottom:189px!important}.mb-190{margin-bottom:190px!important}.mb-191{margin-bottom:191px!important}.mb-192{margin-bottom:192px!important}.mb-193{margin-bottom:193px!important}.mb-194{margin-bottom:194px!important}.mb-195{margin-bottom:195px!important}.mb-196{margin-bottom:196px!important}.mb-197{margin-bottom:197px!important}.mb-198{margin-bottom:198px!important}.mb-199{margin-bottom:199px!important}.mb-200{margin-bottom:200px!important}.mb-201{margin-bottom:201px!important}.mb-202{margin-bottom:202px!important}.mb-203{margin-bottom:203px!important}.mb-204{margin-bottom:204px!important}.mb-205{margin-bottom:205px!important}.mb-206{margin-bottom:206px!important}.mb-207{margin-bottom:207px!important}.mb-208{margin-bottom:208px!important}.mb-209{margin-bottom:209px!important}.mb-210{margin-bottom:210px!important}.mb-211{margin-bottom:211px!important}.mb-212{margin-bottom:212px!important}.mb-213{margin-bottom:213px!important}.mb-214{margin-bottom:214px!important}.mb-215{margin-bottom:215px!important}.mb-216{margin-bottom:216px!important}.mb-217{margin-bottom:217px!important}.mb-218{margin-bottom:218px!important}.mb-219{margin-bottom:219px!important}.mb-220{margin-bottom:220px!important}.mb-221{margin-bottom:221px!important}.mb-222{margin-bottom:222px!important}.mb-223{margin-bottom:223px!important}.mb-224{margin-bottom:224px!important}.mb-225{margin-bottom:225px!important}.mb-226{margin-bottom:226px!important}.mb-227{margin-bottom:227px!important}.mb-228{margin-bottom:228px!important}.mb-229{margin-bottom:229px!important}.mb-230{margin-bottom:230px!important}.mb-231{margin-bottom:231px!important}.mb-232{margin-bottom:232px!important}.mb-233{margin-bottom:233px!important}.mb-234{margin-bottom:234px!important}.mb-235{margin-bottom:235px!important}.mb-236{margin-bottom:236px!important}.mb-237{margin-bottom:237px!important}.mb-238{margin-bottom:238px!important}.mb-239{margin-bottom:239px!important}.mb-240{margin-bottom:240px!important}.mb-241{margin-bottom:241px!important}.mb-242{margin-bottom:242px!important}.mb-243{margin-bottom:243px!important}.mb-244{margin-bottom:244px!important}.mb-245{margin-bottom:245px!important}.mb-246{margin-bottom:246px!important}.mb-247{margin-bottom:247px!important}.mb-248{margin-bottom:248px!important}.mb-249{margin-bottom:249px!important}.mb-250{margin-bottom:250px!important}.mb-251{margin-bottom:251px!important}.mb-252{margin-bottom:252px!important}.mb-253{margin-bottom:253px!important}.mb-254{margin-bottom:254px!important}.mb-255{margin-bottom:255px!important}.mb-256{margin-bottom:256px!important}.mb-257{margin-bottom:257px!important}.mb-258{margin-bottom:258px!important}.mb-259{margin-bottom:259px!important}.mb-260{margin-bottom:260px!important}.mb-261{margin-bottom:261px!important}.mb-262{margin-bottom:262px!important}.mb-263{margin-bottom:263px!important}.mb-264{margin-bottom:264px!important}.mb-265{margin-bottom:265px!important}.mb-266{margin-bottom:266px!important}.mb-267{margin-bottom:267px!important}.mb-268{margin-bottom:268px!important}.mb-269{margin-bottom:269px!important}.mb-270{margin-bottom:270px!important}.mb-271{margin-bottom:271px!important}.mb-272{margin-bottom:272px!important}.mb-273{margin-bottom:273px!important}.mb-274{margin-bottom:274px!important}.mb-275{margin-bottom:275px!important}.mb-276{margin-bottom:276px!important}.mb-277{margin-bottom:277px!important}.mb-278{margin-bottom:278px!important}.mb-279{margin-bottom:279px!important}.mb-280{margin-bottom:280px!important}.mb-281{margin-bottom:281px!important}.mb-282{margin-bottom:282px!important}.mb-283{margin-bottom:283px!important}.mb-284{margin-bottom:284px!important}.mb-285{margin-bottom:285px!important}.mb-286{margin-bottom:286px!important}.mb-287{margin-bottom:287px!important}.mb-288{margin-bottom:288px!important}.mb-289{margin-bottom:289px!important}.mb-290{margin-bottom:290px!important}.mb-291{margin-bottom:291px!important}.mb-292{margin-bottom:292px!important}.mb-293{margin-bottom:293px!important}.mb-294{margin-bottom:294px!important}.mb-295{margin-bottom:295px!important}.mb-296{margin-bottom:296px!important}.mb-297{margin-bottom:297px!important}.mb-298{margin-bottom:298px!important}.mb-299{margin-bottom:299px!important}.mb-300{margin-bottom:300px!important}.mb-301{margin-bottom:301px!important}.mb-302{margin-bottom:302px!important}.mb-303{margin-bottom:303px!important}.mb-304{margin-bottom:304px!important}.mb-305{margin-bottom:305px!important}.mb-306{margin-bottom:306px!important}.mb-307{margin-bottom:307px!important}.mb-308{margin-bottom:308px!important}.mb-309{margin-bottom:309px!important}.mb-310{margin-bottom:310px!important}.mb-311{margin-bottom:311px!important}.mb-312{margin-bottom:312px!important}.mb-313{margin-bottom:313px!important}.mb-314{margin-bottom:314px!important}.mb-315{margin-bottom:315px!important}.mb-316{margin-bottom:316px!important}.mb-317{margin-bottom:317px!important}.mb-318{margin-bottom:318px!important}.mb-319{margin-bottom:319px!important}.mb-320{margin-bottom:320px!important}.mb-321{margin-bottom:321px!important}.mb-322{margin-bottom:322px!important}.mb-323{margin-bottom:323px!important}.mb-324{margin-bottom:324px!important}.mb-325{margin-bottom:325px!important}.mb-326{margin-bottom:326px!important}.mb-327{margin-bottom:327px!important}.mb-328{margin-bottom:328px!important}.mb-329{margin-bottom:329px!important}.mb-330{margin-bottom:330px!important}.mb-331{margin-bottom:331px!important}.mb-332{margin-bottom:332px!important}.mb-333{margin-bottom:333px!important}.mb-334{margin-bottom:334px!important}.mb-335{margin-bottom:335px!important}.mb-336{margin-bottom:336px!important}.mb-337{margin-bottom:337px!important}.mb-338{margin-bottom:338px!important}.mb-339{margin-bottom:339px!important}.mb-340{margin-bottom:340px!important}.mb-341{margin-bottom:341px!important}.mb-342{margin-bottom:342px!important}.mb-343{margin-bottom:343px!important}.mb-344{margin-bottom:344px!important}.mb-345{margin-bottom:345px!important}.mb-346{margin-bottom:346px!important}.mb-347{margin-bottom:347px!important}.mb-348{margin-bottom:348px!important}.mb-349{margin-bottom:349px!important}.mb-350{margin-bottom:350px!important}.mb-351{margin-bottom:351px!important}.mb-352{margin-bottom:352px!important}.mb-353{margin-bottom:353px!important}.mb-354{margin-bottom:354px!important}.mb-355{margin-bottom:355px!important}.mb-356{margin-bottom:356px!important}.mb-357{margin-bottom:357px!important}.mb-358{margin-bottom:358px!important}.mb-359{margin-bottom:359px!important}.mb-360{margin-bottom:360px!important}.mb-361{margin-bottom:361px!important}.mb-362{margin-bottom:362px!important}.mb-363{margin-bottom:363px!important}.mb-364{margin-bottom:364px!important}.mb-365{margin-bottom:365px!important}.mb-366{margin-bottom:366px!important}.mb-367{margin-bottom:367px!important}.mb-368{margin-bottom:368px!important}.mb-369{margin-bottom:369px!important}.mb-370{margin-bottom:370px!important}.mb-371{margin-bottom:371px!important}.mb-372{margin-bottom:372px!important}.mb-373{margin-bottom:373px!important}.mb-374{margin-bottom:374px!important}.mb-375{margin-bottom:375px!important}.mb-376{margin-bottom:376px!important}.mb-377{margin-bottom:377px!important}.mb-378{margin-bottom:378px!important}.mb-379{margin-bottom:379px!important}.mb-380{margin-bottom:380px!important}.mb-381{margin-bottom:381px!important}.mb-382{margin-bottom:382px!important}.mb-383{margin-bottom:383px!important}.mb-384{margin-bottom:384px!important}.mb-385{margin-bottom:385px!important}.mb-386{margin-bottom:386px!important}.mb-387{margin-bottom:387px!important}.mb-388{margin-bottom:388px!important}.mb-389{margin-bottom:389px!important}.mb-390{margin-bottom:390px!important}.mb-391{margin-bottom:391px!important}.mb-392{margin-bottom:392px!important}.mb-393{margin-bottom:393px!important}.mb-394{margin-bottom:394px!important}.mb-395{margin-bottom:395px!important}.mb-396{margin-bottom:396px!important}.mb-397{margin-bottom:397px!important}.mb-398{margin-bottom:398px!important}.mb-399{margin-bottom:399px!important}.mb-400{margin-bottom:400px!important}.mb-401{margin-bottom:401px!important}.mb-402{margin-bottom:402px!important}.mb-403{margin-bottom:403px!important}.mb-404{margin-bottom:404px!important}.mb-405{margin-bottom:405px!important}.mb-406{margin-bottom:406px!important}.mb-407{margin-bottom:407px!important}.mb-408{margin-bottom:408px!important}.mb-409{margin-bottom:409px!important}.mb-410{margin-bottom:410px!important}.mb-411{margin-bottom:411px!important}.mb-412{margin-bottom:412px!important}.mb-413{margin-bottom:413px!important}.mb-414{margin-bottom:414px!important}.mb-415{margin-bottom:415px!important}.mb-416{margin-bottom:416px!important}.mb-417{margin-bottom:417px!important}.mb-418{margin-bottom:418px!important}.mb-419{margin-bottom:419px!important}.mb-420{margin-bottom:420px!important}.mb-421{margin-bottom:421px!important}.mb-422{margin-bottom:422px!important}.mb-423{margin-bottom:423px!important}.mb-424{margin-bottom:424px!important}.mb-425{margin-bottom:425px!important}.mb-426{margin-bottom:426px!important}.mb-427{margin-bottom:427px!important}.mb-428{margin-bottom:428px!important}.mb-429{margin-bottom:429px!important}.mb-430{margin-bottom:430px!important}.mb-431{margin-bottom:431px!important}.mb-432{margin-bottom:432px!important}.mb-433{margin-bottom:433px!important}.mb-434{margin-bottom:434px!important}.mb-435{margin-bottom:435px!important}.mb-436{margin-bottom:436px!important}.mb-437{margin-bottom:437px!important}.mb-438{margin-bottom:438px!important}.mb-439{margin-bottom:439px!important}.mb-440{margin-bottom:440px!important}.mb-441{margin-bottom:441px!important}.mb-442{margin-bottom:442px!important}.mb-443{margin-bottom:443px!important}.mb-444{margin-bottom:444px!important}.mb-445{margin-bottom:445px!important}.mb-446{margin-bottom:446px!important}.mb-447{margin-bottom:447px!important}.mb-448{margin-bottom:448px!important}.mb-449{margin-bottom:449px!important}.mb-450{margin-bottom:450px!important}.mb-451{margin-bottom:451px!important}.mb-452{margin-bottom:452px!important}.mb-453{margin-bottom:453px!important}.mb-454{margin-bottom:454px!important}.mb-455{margin-bottom:455px!important}.mb-456{margin-bottom:456px!important}.mb-457{margin-bottom:457px!important}.mb-458{margin-bottom:458px!important}.mb-459{margin-bottom:459px!important}.mb-460{margin-bottom:460px!important}.mb-461{margin-bottom:461px!important}.mb-462{margin-bottom:462px!important}.mb-463{margin-bottom:463px!important}.mb-464{margin-bottom:464px!important}.mb-465{margin-bottom:465px!important}.mb-466{margin-bottom:466px!important}.mb-467{margin-bottom:467px!important}.mb-468{margin-bottom:468px!important}.mb-469{margin-bottom:469px!important}.mb-470{margin-bottom:470px!important}.mb-471{margin-bottom:471px!important}.mb-472{margin-bottom:472px!important}.mb-473{margin-bottom:473px!important}.mb-474{margin-bottom:474px!important}.mb-475{margin-bottom:475px!important}.mb-476{margin-bottom:476px!important}.mb-477{margin-bottom:477px!important}.mb-478{margin-bottom:478px!important}.mb-479{margin-bottom:479px!important}.mb-480{margin-bottom:480px!important}.mb-481{margin-bottom:481px!important}.mb-482{margin-bottom:482px!important}.mb-483{margin-bottom:483px!important}.mb-484{margin-bottom:484px!important}.mb-485{margin-bottom:485px!important}.mb-486{margin-bottom:486px!important}.mb-487{margin-bottom:487px!important}.mb-488{margin-bottom:488px!important}.mb-489{margin-bottom:489px!important}.mb-490{margin-bottom:490px!important}.mb-491{margin-bottom:491px!important}.mb-492{margin-bottom:492px!important}.mb-493{margin-bottom:493px!important}.mb-494{margin-bottom:494px!important}.mb-495{margin-bottom:495px!important}.mb-496{margin-bottom:496px!important}.mb-497{margin-bottom:497px!important}.mb-498{margin-bottom:498px!important}.mb-499{margin-bottom:499px!important}.mb-500{margin-bottom:500px!important}.ml-0{margin-left:0!important}.ml-1{margin-left:1px!important}.ml-2{margin-left:2px!important}.ml-3{margin-left:3px!important}.ml-4{margin-left:4px!important}.ml-5{margin-left:5px!important}.ml-6{margin-left:6px!important}.ml-7{margin-left:7px!important}.ml-8{margin-left:8px!important}.ml-9{margin-left:9px!important}.ml-10{margin-left:10px!important}.ml-11{margin-left:11px!important}.ml-12{margin-left:12px!important}.ml-13{margin-left:13px!important}.ml-14{margin-left:14px!important}.ml-15{margin-left:15px!important}.ml-16{margin-left:16px!important}.ml-17{margin-left:17px!important}.ml-18{margin-left:18px!important}.ml-19{margin-left:19px!important}.ml-20{margin-left:20px!important}.ml-21{margin-left:21px!important}.ml-22{margin-left:22px!important}.ml-23{margin-left:23px!important}.ml-24{margin-left:24px!important}.ml-25{margin-left:25px!important}.ml-26{margin-left:26px!important}.ml-27{margin-left:27px!important}.ml-28{margin-left:28px!important}.ml-29{margin-left:29px!important}.ml-30{margin-left:30px!important}.ml-31{margin-left:31px!important}.ml-32{margin-left:32px!important}.ml-33{margin-left:33px!important}.ml-34{margin-left:34px!important}.ml-35{margin-left:35px!important}.ml-36{margin-left:36px!important}.ml-37{margin-left:37px!important}.ml-38{margin-left:38px!important}.ml-39{margin-left:39px!important}.ml-40{margin-left:40px!important}.ml-41{margin-left:41px!important}.ml-42{margin-left:42px!important}.ml-43{margin-left:43px!important}.ml-44{margin-left:44px!important}.ml-45{margin-left:45px!important}.ml-46{margin-left:46px!important}.ml-47{margin-left:47px!important}.ml-48{margin-left:48px!important}.ml-49{margin-left:49px!important}.ml-50{margin-left:50px!important}.ml-51{margin-left:51px!important}.ml-52{margin-left:52px!important}.ml-53{margin-left:53px!important}.ml-54{margin-left:54px!important}.ml-55{margin-left:55px!important}.ml-56{margin-left:56px!important}.ml-57{margin-left:57px!important}.ml-58{margin-left:58px!important}.ml-59{margin-left:59px!important}.ml-60{margin-left:60px!important}.ml-61{margin-left:61px!important}.ml-62{margin-left:62px!important}.ml-63{margin-left:63px!important}.ml-64{margin-left:64px!important}.ml-65{margin-left:65px!important}.ml-66{margin-left:66px!important}.ml-67{margin-left:67px!important}.ml-68{margin-left:68px!important}.ml-69{margin-left:69px!important}.ml-70{margin-left:70px!important}.ml-71{margin-left:71px!important}.ml-72{margin-left:72px!important}.ml-73{margin-left:73px!important}.ml-74{margin-left:74px!important}.ml-75{margin-left:75px!important}.ml-76{margin-left:76px!important}.ml-77{margin-left:77px!important}.ml-78{margin-left:78px!important}.ml-79{margin-left:79px!important}.ml-80{margin-left:80px!important}.ml-81{margin-left:81px!important}.ml-82{margin-left:82px!important}.ml-83{margin-left:83px!important}.ml-84{margin-left:84px!important}.ml-85{margin-left:85px!important}.ml-86{margin-left:86px!important}.ml-87{margin-left:87px!important}.ml-88{margin-left:88px!important}.ml-89{margin-left:89px!important}.ml-90{margin-left:90px!important}.ml-91{margin-left:91px!important}.ml-92{margin-left:92px!important}.ml-93{margin-left:93px!important}.ml-94{margin-left:94px!important}.ml-95{margin-left:95px!important}.ml-96{margin-left:96px!important}.ml-97{margin-left:97px!important}.ml-98{margin-left:98px!important}.ml-99{margin-left:99px!important}.ml-100{margin-left:100px!important}.ml-101{margin-left:101px!important}.ml-102{margin-left:102px!important}.ml-103{margin-left:103px!important}.ml-104{margin-left:104px!important}.ml-105{margin-left:105px!important}.ml-106{margin-left:106px!important}.ml-107{margin-left:107px!important}.ml-108{margin-left:108px!important}.ml-109{margin-left:109px!important}.ml-110{margin-left:110px!important}.ml-111{margin-left:111px!important}.ml-112{margin-left:112px!important}.ml-113{margin-left:113px!important}.ml-114{margin-left:114px!important}.ml-115{margin-left:115px!important}.ml-116{margin-left:116px!important}.ml-117{margin-left:117px!important}.ml-118{margin-left:118px!important}.ml-119{margin-left:119px!important}.ml-120{margin-left:120px!important}.ml-121{margin-left:121px!important}.ml-122{margin-left:122px!important}.ml-123{margin-left:123px!important}.ml-124{margin-left:124px!important}.ml-125{margin-left:125px!important}.ml-126{margin-left:126px!important}.ml-127{margin-left:127px!important}.ml-128{margin-left:128px!important}.ml-129{margin-left:129px!important}.ml-130{margin-left:130px!important}.ml-131{margin-left:131px!important}.ml-132{margin-left:132px!important}.ml-133{margin-left:133px!important}.ml-134{margin-left:134px!important}.ml-135{margin-left:135px!important}.ml-136{margin-left:136px!important}.ml-137{margin-left:137px!important}.ml-138{margin-left:138px!important}.ml-139{margin-left:139px!important}.ml-140{margin-left:140px!important}.ml-141{margin-left:141px!important}.ml-142{margin-left:142px!important}.ml-143{margin-left:143px!important}.ml-144{margin-left:144px!important}.ml-145{margin-left:145px!important}.ml-146{margin-left:146px!important}.ml-147{margin-left:147px!important}.ml-148{margin-left:148px!important}.ml-149{margin-left:149px!important}.ml-150{margin-left:150px!important}.ml-151{margin-left:151px!important}.ml-152{margin-left:152px!important}.ml-153{margin-left:153px!important}.ml-154{margin-left:154px!important}.ml-155{margin-left:155px!important}.ml-156{margin-left:156px!important}.ml-157{margin-left:157px!important}.ml-158{margin-left:158px!important}.ml-159{margin-left:159px!important}.ml-160{margin-left:160px!important}.ml-161{margin-left:161px!important}.ml-162{margin-left:162px!important}.ml-163{margin-left:163px!important}.ml-164{margin-left:164px!important}.ml-165{margin-left:165px!important}.ml-166{margin-left:166px!important}.ml-167{margin-left:167px!important}.ml-168{margin-left:168px!important}.ml-169{margin-left:169px!important}.ml-170{margin-left:170px!important}.ml-171{margin-left:171px!important}.ml-172{margin-left:172px!important}.ml-173{margin-left:173px!important}.ml-174{margin-left:174px!important}.ml-175{margin-left:175px!important}.ml-176{margin-left:176px!important}.ml-177{margin-left:177px!important}.ml-178{margin-left:178px!important}.ml-179{margin-left:179px!important}.ml-180{margin-left:180px!important}.ml-181{margin-left:181px!important}.ml-182{margin-left:182px!important}.ml-183{margin-left:183px!important}.ml-184{margin-left:184px!important}.ml-185{margin-left:185px!important}.ml-186{margin-left:186px!important}.ml-187{margin-left:187px!important}.ml-188{margin-left:188px!important}.ml-189{margin-left:189px!important}.ml-190{margin-left:190px!important}.ml-191{margin-left:191px!important}.ml-192{margin-left:192px!important}.ml-193{margin-left:193px!important}.ml-194{margin-left:194px!important}.ml-195{margin-left:195px!important}.ml-196{margin-left:196px!important}.ml-197{margin-left:197px!important}.ml-198{margin-left:198px!important}.ml-199{margin-left:199px!important}.ml-200{margin-left:200px!important}.ml-201{margin-left:201px!important}.ml-202{margin-left:202px!important}.ml-203{margin-left:203px!important}.ml-204{margin-left:204px!important}.ml-205{margin-left:205px!important}.ml-206{margin-left:206px!important}.ml-207{margin-left:207px!important}.ml-208{margin-left:208px!important}.ml-209{margin-left:209px!important}.ml-210{margin-left:210px!important}.ml-211{margin-left:211px!important}.ml-212{margin-left:212px!important}.ml-213{margin-left:213px!important}.ml-214{margin-left:214px!important}.ml-215{margin-left:215px!important}.ml-216{margin-left:216px!important}.ml-217{margin-left:217px!important}.ml-218{margin-left:218px!important}.ml-219{margin-left:219px!important}.ml-220{margin-left:220px!important}.ml-221{margin-left:221px!important}.ml-222{margin-left:222px!important}.ml-223{margin-left:223px!important}.ml-224{margin-left:224px!important}.ml-225{margin-left:225px!important}.ml-226{margin-left:226px!important}.ml-227{margin-left:227px!important}.ml-228{margin-left:228px!important}.ml-229{margin-left:229px!important}.ml-230{margin-left:230px!important}.ml-231{margin-left:231px!important}.ml-232{margin-left:232px!important}.ml-233{margin-left:233px!important}.ml-234{margin-left:234px!important}.ml-235{margin-left:235px!important}.ml-236{margin-left:236px!important}.ml-237{margin-left:237px!important}.ml-238{margin-left:238px!important}.ml-239{margin-left:239px!important}.ml-240{margin-left:240px!important}.ml-241{margin-left:241px!important}.ml-242{margin-left:242px!important}.ml-243{margin-left:243px!important}.ml-244{margin-left:244px!important}.ml-245{margin-left:245px!important}.ml-246{margin-left:246px!important}.ml-247{margin-left:247px!important}.ml-248{margin-left:248px!important}.ml-249{margin-left:249px!important}.ml-250{margin-left:250px!important}.ml-251{margin-left:251px!important}.ml-252{margin-left:252px!important}.ml-253{margin-left:253px!important}.ml-254{margin-left:254px!important}.ml-255{margin-left:255px!important}.ml-256{margin-left:256px!important}.ml-257{margin-left:257px!important}.ml-258{margin-left:258px!important}.ml-259{margin-left:259px!important}.ml-260{margin-left:260px!important}.ml-261{margin-left:261px!important}.ml-262{margin-left:262px!important}.ml-263{margin-left:263px!important}.ml-264{margin-left:264px!important}.ml-265{margin-left:265px!important}.ml-266{margin-left:266px!important}.ml-267{margin-left:267px!important}.ml-268{margin-left:268px!important}.ml-269{margin-left:269px!important}.ml-270{margin-left:270px!important}.ml-271{margin-left:271px!important}.ml-272{margin-left:272px!important}.ml-273{margin-left:273px!important}.ml-274{margin-left:274px!important}.ml-275{margin-left:275px!important}.ml-276{margin-left:276px!important}.ml-277{margin-left:277px!important}.ml-278{margin-left:278px!important}.ml-279{margin-left:279px!important}.ml-280{margin-left:280px!important}.ml-281{margin-left:281px!important}.ml-282{margin-left:282px!important}.ml-283{margin-left:283px!important}.ml-284{margin-left:284px!important}.ml-285{margin-left:285px!important}.ml-286{margin-left:286px!important}.ml-287{margin-left:287px!important}.ml-288{margin-left:288px!important}.ml-289{margin-left:289px!important}.ml-290{margin-left:290px!important}.ml-291{margin-left:291px!important}.ml-292{margin-left:292px!important}.ml-293{margin-left:293px!important}.ml-294{margin-left:294px!important}.ml-295{margin-left:295px!important}.ml-296{margin-left:296px!important}.ml-297{margin-left:297px!important}.ml-298{margin-left:298px!important}.ml-299{margin-left:299px!important}.ml-300{margin-left:300px!important}.ml-301{margin-left:301px!important}.ml-302{margin-left:302px!important}.ml-303{margin-left:303px!important}.ml-304{margin-left:304px!important}.ml-305{margin-left:305px!important}.ml-306{margin-left:306px!important}.ml-307{margin-left:307px!important}.ml-308{margin-left:308px!important}.ml-309{margin-left:309px!important}.ml-310{margin-left:310px!important}.ml-311{margin-left:311px!important}.ml-312{margin-left:312px!important}.ml-313{margin-left:313px!important}.ml-314{margin-left:314px!important}.ml-315{margin-left:315px!important}.ml-316{margin-left:316px!important}.ml-317{margin-left:317px!important}.ml-318{margin-left:318px!important}.ml-319{margin-left:319px!important}.ml-320{margin-left:320px!important}.ml-321{margin-left:321px!important}.ml-322{margin-left:322px!important}.ml-323{margin-left:323px!important}.ml-324{margin-left:324px!important}.ml-325{margin-left:325px!important}.ml-326{margin-left:326px!important}.ml-327{margin-left:327px!important}.ml-328{margin-left:328px!important}.ml-329{margin-left:329px!important}.ml-330{margin-left:330px!important}.ml-331{margin-left:331px!important}.ml-332{margin-left:332px!important}.ml-333{margin-left:333px!important}.ml-334{margin-left:334px!important}.ml-335{margin-left:335px!important}.ml-336{margin-left:336px!important}.ml-337{margin-left:337px!important}.ml-338{margin-left:338px!important}.ml-339{margin-left:339px!important}.ml-340{margin-left:340px!important}.ml-341{margin-left:341px!important}.ml-342{margin-left:342px!important}.ml-343{margin-left:343px!important}.ml-344{margin-left:344px!important}.ml-345{margin-left:345px!important}.ml-346{margin-left:346px!important}.ml-347{margin-left:347px!important}.ml-348{margin-left:348px!important}.ml-349{margin-left:349px!important}.ml-350{margin-left:350px!important}.ml-351{margin-left:351px!important}.ml-352{margin-left:352px!important}.ml-353{margin-left:353px!important}.ml-354{margin-left:354px!important}.ml-355{margin-left:355px!important}.ml-356{margin-left:356px!important}.ml-357{margin-left:357px!important}.ml-358{margin-left:358px!important}.ml-359{margin-left:359px!important}.ml-360{margin-left:360px!important}.ml-361{margin-left:361px!important}.ml-362{margin-left:362px!important}.ml-363{margin-left:363px!important}.ml-364{margin-left:364px!important}.ml-365{margin-left:365px!important}.ml-366{margin-left:366px!important}.ml-367{margin-left:367px!important}.ml-368{margin-left:368px!important}.ml-369{margin-left:369px!important}.ml-370{margin-left:370px!important}.ml-371{margin-left:371px!important}.ml-372{margin-left:372px!important}.ml-373{margin-left:373px!important}.ml-374{margin-left:374px!important}.ml-375{margin-left:375px!important}.ml-376{margin-left:376px!important}.ml-377{margin-left:377px!important}.ml-378{margin-left:378px!important}.ml-379{margin-left:379px!important}.ml-380{margin-left:380px!important}.ml-381{margin-left:381px!important}.ml-382{margin-left:382px!important}.ml-383{margin-left:383px!important}.ml-384{margin-left:384px!important}.ml-385{margin-left:385px!important}.ml-386{margin-left:386px!important}.ml-387{margin-left:387px!important}.ml-388{margin-left:388px!important}.ml-389{margin-left:389px!important}.ml-390{margin-left:390px!important}.ml-391{margin-left:391px!important}.ml-392{margin-left:392px!important}.ml-393{margin-left:393px!important}.ml-394{margin-left:394px!important}.ml-395{margin-left:395px!important}.ml-396{margin-left:396px!important}.ml-397{margin-left:397px!important}.ml-398{margin-left:398px!important}.ml-399{margin-left:399px!important}.ml-400{margin-left:400px!important}.ml-401{margin-left:401px!important}.ml-402{margin-left:402px!important}.ml-403{margin-left:403px!important}.ml-404{margin-left:404px!important}.ml-405{margin-left:405px!important}.ml-406{margin-left:406px!important}.ml-407{margin-left:407px!important}.ml-408{margin-left:408px!important}.ml-409{margin-left:409px!important}.ml-410{margin-left:410px!important}.ml-411{margin-left:411px!important}.ml-412{margin-left:412px!important}.ml-413{margin-left:413px!important}.ml-414{margin-left:414px!important}.ml-415{margin-left:415px!important}.ml-416{margin-left:416px!important}.ml-417{margin-left:417px!important}.ml-418{margin-left:418px!important}.ml-419{margin-left:419px!important}.ml-420{margin-left:420px!important}.ml-421{margin-left:421px!important}.ml-422{margin-left:422px!important}.ml-423{margin-left:423px!important}.ml-424{margin-left:424px!important}.ml-425{margin-left:425px!important}.ml-426{margin-left:426px!important}.ml-427{margin-left:427px!important}.ml-428{margin-left:428px!important}.ml-429{margin-left:429px!important}.ml-430{margin-left:430px!important}.ml-431{margin-left:431px!important}.ml-432{margin-left:432px!important}.ml-433{margin-left:433px!important}.ml-434{margin-left:434px!important}.ml-435{margin-left:435px!important}.ml-436{margin-left:436px!important}.ml-437{margin-left:437px!important}.ml-438{margin-left:438px!important}.ml-439{margin-left:439px!important}.ml-440{margin-left:440px!important}.ml-441{margin-left:441px!important}.ml-442{margin-left:442px!important}.ml-443{margin-left:443px!important}.ml-444{margin-left:444px!important}.ml-445{margin-left:445px!important}.ml-446{margin-left:446px!important}.ml-447{margin-left:447px!important}.ml-448{margin-left:448px!important}.ml-449{margin-left:449px!important}.ml-450{margin-left:450px!important}.ml-451{margin-left:451px!important}.ml-452{margin-left:452px!important}.ml-453{margin-left:453px!important}.ml-454{margin-left:454px!important}.ml-455{margin-left:455px!important}.ml-456{margin-left:456px!important}.ml-457{margin-left:457px!important}.ml-458{margin-left:458px!important}.ml-459{margin-left:459px!important}.ml-460{margin-left:460px!important}.ml-461{margin-left:461px!important}.ml-462{margin-left:462px!important}.ml-463{margin-left:463px!important}.ml-464{margin-left:464px!important}.ml-465{margin-left:465px!important}.ml-466{margin-left:466px!important}.ml-467{margin-left:467px!important}.ml-468{margin-left:468px!important}.ml-469{margin-left:469px!important}.ml-470{margin-left:470px!important}.ml-471{margin-left:471px!important}.ml-472{margin-left:472px!important}.ml-473{margin-left:473px!important}.ml-474{margin-left:474px!important}.ml-475{margin-left:475px!important}.ml-476{margin-left:476px!important}.ml-477{margin-left:477px!important}.ml-478{margin-left:478px!important}.ml-479{margin-left:479px!important}.ml-480{margin-left:480px!important}.ml-481{margin-left:481px!important}.ml-482{margin-left:482px!important}.ml-483{margin-left:483px!important}.ml-484{margin-left:484px!important}.ml-485{margin-left:485px!important}.ml-486{margin-left:486px!important}.ml-487{margin-left:487px!important}.ml-488{margin-left:488px!important}.ml-489{margin-left:489px!important}.ml-490{margin-left:490px!important}.ml-491{margin-left:491px!important}.ml-492{margin-left:492px!important}.ml-493{margin-left:493px!important}.ml-494{margin-left:494px!important}.ml-495{margin-left:495px!important}.ml-496{margin-left:496px!important}.ml-497{margin-left:497px!important}.ml-498{margin-left:498px!important}.ml-499{margin-left:499px!important}.ml-500{margin-left:500px!important}.mr-0{margin-right:0!important}.mr-1{margin-right:1px!important}.mr-2{margin-right:2px!important}.mr-3{margin-right:3px!important}.mr-4{margin-right:4px!important}.mr-5{margin-right:5px!important}.mr-6{margin-right:6px!important}.mr-7{margin-right:7px!important}.mr-8{margin-right:8px!important}.mr-9{margin-right:9px!important}.mr-10{margin-right:10px!important}.mr-11{margin-right:11px!important}.mr-12{margin-right:12px!important}.mr-13{margin-right:13px!important}.mr-14{margin-right:14px!important}.mr-15{margin-right:15px!important}.mr-16{margin-right:16px!important}.mr-17{margin-right:17px!important}.mr-18{margin-right:18px!important}.mr-19{margin-right:19px!important}.mr-20{margin-right:20px!important}.mr-21{margin-right:21px!important}.mr-22{margin-right:22px!important}.mr-23{margin-right:23px!important}.mr-24{margin-right:24px!important}.mr-25{margin-right:25px!important}.mr-26{margin-right:26px!important}.mr-27{margin-right:27px!important}.mr-28{margin-right:28px!important}.mr-29{margin-right:29px!important}.mr-30{margin-right:30px!important}.mr-31{margin-right:31px!important}.mr-32{margin-right:32px!important}.mr-33{margin-right:33px!important}.mr-34{margin-right:34px!important}.mr-35{margin-right:35px!important}.mr-36{margin-right:36px!important}.mr-37{margin-right:37px!important}.mr-38{margin-right:38px!important}.mr-39{margin-right:39px!important}.mr-40{margin-right:40px!important}.mr-41{margin-right:41px!important}.mr-42{margin-right:42px!important}.mr-43{margin-right:43px!important}.mr-44{margin-right:44px!important}.mr-45{margin-right:45px!important}.mr-46{margin-right:46px!important}.mr-47{margin-right:47px!important}.mr-48{margin-right:48px!important}.mr-49{margin-right:49px!important}.mr-50{margin-right:50px!important}.mr-51{margin-right:51px!important}.mr-52{margin-right:52px!important}.mr-53{margin-right:53px!important}.mr-54{margin-right:54px!important}.mr-55{margin-right:55px!important}.mr-56{margin-right:56px!important}.mr-57{margin-right:57px!important}.mr-58{margin-right:58px!important}.mr-59{margin-right:59px!important}.mr-60{margin-right:60px!important}.mr-61{margin-right:61px!important}.mr-62{margin-right:62px!important}.mr-63{margin-right:63px!important}.mr-64{margin-right:64px!important}.mr-65{margin-right:65px!important}.mr-66{margin-right:66px!important}.mr-67{margin-right:67px!important}.mr-68{margin-right:68px!important}.mr-69{margin-right:69px!important}.mr-70{margin-right:70px!important}.mr-71{margin-right:71px!important}.mr-72{margin-right:72px!important}.mr-73{margin-right:73px!important}.mr-74{margin-right:74px!important}.mr-75{margin-right:75px!important}.mr-76{margin-right:76px!important}.mr-77{margin-right:77px!important}.mr-78{margin-right:78px!important}.mr-79{margin-right:79px!important}.mr-80{margin-right:80px!important}.mr-81{margin-right:81px!important}.mr-82{margin-right:82px!important}.mr-83{margin-right:83px!important}.mr-84{margin-right:84px!important}.mr-85{margin-right:85px!important}.mr-86{margin-right:86px!important}.mr-87{margin-right:87px!important}.mr-88{margin-right:88px!important}.mr-89{margin-right:89px!important}.mr-90{margin-right:90px!important}.mr-91{margin-right:91px!important}.mr-92{margin-right:92px!important}.mr-93{margin-right:93px!important}.mr-94{margin-right:94px!important}.mr-95{margin-right:95px!important}.mr-96{margin-right:96px!important}.mr-97{margin-right:97px!important}.mr-98{margin-right:98px!important}.mr-99{margin-right:99px!important}.mr-100{margin-right:100px!important}.mr-101{margin-right:101px!important}.mr-102{margin-right:102px!important}.mr-103{margin-right:103px!important}.mr-104{margin-right:104px!important}.mr-105{margin-right:105px!important}.mr-106{margin-right:106px!important}.mr-107{margin-right:107px!important}.mr-108{margin-right:108px!important}.mr-109{margin-right:109px!important}.mr-110{margin-right:110px!important}.mr-111{margin-right:111px!important}.mr-112{margin-right:112px!important}.mr-113{margin-right:113px!important}.mr-114{margin-right:114px!important}.mr-115{margin-right:115px!important}.mr-116{margin-right:116px!important}.mr-117{margin-right:117px!important}.mr-118{margin-right:118px!important}.mr-119{margin-right:119px!important}.mr-120{margin-right:120px!important}.mr-121{margin-right:121px!important}.mr-122{margin-right:122px!important}.mr-123{margin-right:123px!important}.mr-124{margin-right:124px!important}.mr-125{margin-right:125px!important}.mr-126{margin-right:126px!important}.mr-127{margin-right:127px!important}.mr-128{margin-right:128px!important}.mr-129{margin-right:129px!important}.mr-130{margin-right:130px!important}.mr-131{margin-right:131px!important}.mr-132{margin-right:132px!important}.mr-133{margin-right:133px!important}.mr-134{margin-right:134px!important}.mr-135{margin-right:135px!important}.mr-136{margin-right:136px!important}.mr-137{margin-right:137px!important}.mr-138{margin-right:138px!important}.mr-139{margin-right:139px!important}.mr-140{margin-right:140px!important}.mr-141{margin-right:141px!important}.mr-142{margin-right:142px!important}.mr-143{margin-right:143px!important}.mr-144{margin-right:144px!important}.mr-145{margin-right:145px!important}.mr-146{margin-right:146px!important}.mr-147{margin-right:147px!important}.mr-148{margin-right:148px!important}.mr-149{margin-right:149px!important}.mr-150{margin-right:150px!important}.mr-151{margin-right:151px!important}.mr-152{margin-right:152px!important}.mr-153{margin-right:153px!important}.mr-154{margin-right:154px!important}.mr-155{margin-right:155px!important}.mr-156{margin-right:156px!important}.mr-157{margin-right:157px!important}.mr-158{margin-right:158px!important}.mr-159{margin-right:159px!important}.mr-160{margin-right:160px!important}.mr-161{margin-right:161px!important}.mr-162{margin-right:162px!important}.mr-163{margin-right:163px!important}.mr-164{margin-right:164px!important}.mr-165{margin-right:165px!important}.mr-166{margin-right:166px!important}.mr-167{margin-right:167px!important}.mr-168{margin-right:168px!important}.mr-169{margin-right:169px!important}.mr-170{margin-right:170px!important}.mr-171{margin-right:171px!important}.mr-172{margin-right:172px!important}.mr-173{margin-right:173px!important}.mr-174{margin-right:174px!important}.mr-175{margin-right:175px!important}.mr-176{margin-right:176px!important}.mr-177{margin-right:177px!important}.mr-178{margin-right:178px!important}.mr-179{margin-right:179px!important}.mr-180{margin-right:180px!important}.mr-181{margin-right:181px!important}.mr-182{margin-right:182px!important}.mr-183{margin-right:183px!important}.mr-184{margin-right:184px!important}.mr-185{margin-right:185px!important}.mr-186{margin-right:186px!important}.mr-187{margin-right:187px!important}.mr-188{margin-right:188px!important}.mr-189{margin-right:189px!important}.mr-190{margin-right:190px!important}.mr-191{margin-right:191px!important}.mr-192{margin-right:192px!important}.mr-193{margin-right:193px!important}.mr-194{margin-right:194px!important}.mr-195{margin-right:195px!important}.mr-196{margin-right:196px!important}.mr-197{margin-right:197px!important}.mr-198{margin-right:198px!important}.mr-199{margin-right:199px!important}.mr-200{margin-right:200px!important}.mr-201{margin-right:201px!important}.mr-202{margin-right:202px!important}.mr-203{margin-right:203px!important}.mr-204{margin-right:204px!important}.mr-205{margin-right:205px!important}.mr-206{margin-right:206px!important}.mr-207{margin-right:207px!important}.mr-208{margin-right:208px!important}.mr-209{margin-right:209px!important}.mr-210{margin-right:210px!important}.mr-211{margin-right:211px!important}.mr-212{margin-right:212px!important}.mr-213{margin-right:213px!important}.mr-214{margin-right:214px!important}.mr-215{margin-right:215px!important}.mr-216{margin-right:216px!important}.mr-217{margin-right:217px!important}.mr-218{margin-right:218px!important}.mr-219{margin-right:219px!important}.mr-220{margin-right:220px!important}.mr-221{margin-right:221px!important}.mr-222{margin-right:222px!important}.mr-223{margin-right:223px!important}.mr-224{margin-right:224px!important}.mr-225{margin-right:225px!important}.mr-226{margin-right:226px!important}.mr-227{margin-right:227px!important}.mr-228{margin-right:228px!important}.mr-229{margin-right:229px!important}.mr-230{margin-right:230px!important}.mr-231{margin-right:231px!important}.mr-232{margin-right:232px!important}.mr-233{margin-right:233px!important}.mr-234{margin-right:234px!important}.mr-235{margin-right:235px!important}.mr-236{margin-right:236px!important}.mr-237{margin-right:237px!important}.mr-238{margin-right:238px!important}.mr-239{margin-right:239px!important}.mr-240{margin-right:240px!important}.mr-241{margin-right:241px!important}.mr-242{margin-right:242px!important}.mr-243{margin-right:243px!important}.mr-244{margin-right:244px!important}.mr-245{margin-right:245px!important}.mr-246{margin-right:246px!important}.mr-247{margin-right:247px!important}.mr-248{margin-right:248px!important}.mr-249{margin-right:249px!important}.mr-250{margin-right:250px!important}.mr-251{margin-right:251px!important}.mr-252{margin-right:252px!important}.mr-253{margin-right:253px!important}.mr-254{margin-right:254px!important}.mr-255{margin-right:255px!important}.mr-256{margin-right:256px!important}.mr-257{margin-right:257px!important}.mr-258{margin-right:258px!important}.mr-259{margin-right:259px!important}.mr-260{margin-right:260px!important}.mr-261{margin-right:261px!important}.mr-262{margin-right:262px!important}.mr-263{margin-right:263px!important}.mr-264{margin-right:264px!important}.mr-265{margin-right:265px!important}.mr-266{margin-right:266px!important}.mr-267{margin-right:267px!important}.mr-268{margin-right:268px!important}.mr-269{margin-right:269px!important}.mr-270{margin-right:270px!important}.mr-271{margin-right:271px!important}.mr-272{margin-right:272px!important}.mr-273{margin-right:273px!important}.mr-274{margin-right:274px!important}.mr-275{margin-right:275px!important}.mr-276{margin-right:276px!important}.mr-277{margin-right:277px!important}.mr-278{margin-right:278px!important}.mr-279{margin-right:279px!important}.mr-280{margin-right:280px!important}.mr-281{margin-right:281px!important}.mr-282{margin-right:282px!important}.mr-283{margin-right:283px!important}.mr-284{margin-right:284px!important}.mr-285{margin-right:285px!important}.mr-286{margin-right:286px!important}.mr-287{margin-right:287px!important}.mr-288{margin-right:288px!important}.mr-289{margin-right:289px!important}.mr-290{margin-right:290px!important}.mr-291{margin-right:291px!important}.mr-292{margin-right:292px!important}.mr-293{margin-right:293px!important}.mr-294{margin-right:294px!important}.mr-295{margin-right:295px!important}.mr-296{margin-right:296px!important}.mr-297{margin-right:297px!important}.mr-298{margin-right:298px!important}.mr-299{margin-right:299px!important}.mr-300{margin-right:300px!important}.mr-301{margin-right:301px!important}.mr-302{margin-right:302px!important}.mr-303{margin-right:303px!important}.mr-304{margin-right:304px!important}.mr-305{margin-right:305px!important}.mr-306{margin-right:306px!important}.mr-307{margin-right:307px!important}.mr-308{margin-right:308px!important}.mr-309{margin-right:309px!important}.mr-310{margin-right:310px!important}.mr-311{margin-right:311px!important}.mr-312{margin-right:312px!important}.mr-313{margin-right:313px!important}.mr-314{margin-right:314px!important}.mr-315{margin-right:315px!important}.mr-316{margin-right:316px!important}.mr-317{margin-right:317px!important}.mr-318{margin-right:318px!important}.mr-319{margin-right:319px!important}.mr-320{margin-right:320px!important}.mr-321{margin-right:321px!important}.mr-322{margin-right:322px!important}.mr-323{margin-right:323px!important}.mr-324{margin-right:324px!important}.mr-325{margin-right:325px!important}.mr-326{margin-right:326px!important}.mr-327{margin-right:327px!important}.mr-328{margin-right:328px!important}.mr-329{margin-right:329px!important}.mr-330{margin-right:330px!important}.mr-331{margin-right:331px!important}.mr-332{margin-right:332px!important}.mr-333{margin-right:333px!important}.mr-334{margin-right:334px!important}.mr-335{margin-right:335px!important}.mr-336{margin-right:336px!important}.mr-337{margin-right:337px!important}.mr-338{margin-right:338px!important}.mr-339{margin-right:339px!important}.mr-340{margin-right:340px!important}.mr-341{margin-right:341px!important}.mr-342{margin-right:342px!important}.mr-343{margin-right:343px!important}.mr-344{margin-right:344px!important}.mr-345{margin-right:345px!important}.mr-346{margin-right:346px!important}.mr-347{margin-right:347px!important}.mr-348{margin-right:348px!important}.mr-349{margin-right:349px!important}.mr-350{margin-right:350px!important}.mr-351{margin-right:351px!important}.mr-352{margin-right:352px!important}.mr-353{margin-right:353px!important}.mr-354{margin-right:354px!important}.mr-355{margin-right:355px!important}.mr-356{margin-right:356px!important}.mr-357{margin-right:357px!important}.mr-358{margin-right:358px!important}.mr-359{margin-right:359px!important}.mr-360{margin-right:360px!important}.mr-361{margin-right:361px!important}.mr-362{margin-right:362px!important}.mr-363{margin-right:363px!important}.mr-364{margin-right:364px!important}.mr-365{margin-right:365px!important}.mr-366{margin-right:366px!important}.mr-367{margin-right:367px!important}.mr-368{margin-right:368px!important}.mr-369{margin-right:369px!important}.mr-370{margin-right:370px!important}.mr-371{margin-right:371px!important}.mr-372{margin-right:372px!important}.mr-373{margin-right:373px!important}.mr-374{margin-right:374px!important}.mr-375{margin-right:375px!important}.mr-376{margin-right:376px!important}.mr-377{margin-right:377px!important}.mr-378{margin-right:378px!important}.mr-379{margin-right:379px!important}.mr-380{margin-right:380px!important}.mr-381{margin-right:381px!important}.mr-382{margin-right:382px!important}.mr-383{margin-right:383px!important}.mr-384{margin-right:384px!important}.mr-385{margin-right:385px!important}.mr-386{margin-right:386px!important}.mr-387{margin-right:387px!important}.mr-388{margin-right:388px!important}.mr-389{margin-right:389px!important}.mr-390{margin-right:390px!important}.mr-391{margin-right:391px!important}.mr-392{margin-right:392px!important}.mr-393{margin-right:393px!important}.mr-394{margin-right:394px!important}.mr-395{margin-right:395px!important}.mr-396{margin-right:396px!important}.mr-397{margin-right:397px!important}.mr-398{margin-right:398px!important}.mr-399{margin-right:399px!important}.mr-400{margin-right:400px!important}.mr-401{margin-right:401px!important}.mr-402{margin-right:402px!important}.mr-403{margin-right:403px!important}.mr-404{margin-right:404px!important}.mr-405{margin-right:405px!important}.mr-406{margin-right:406px!important}.mr-407{margin-right:407px!important}.mr-408{margin-right:408px!important}.mr-409{margin-right:409px!important}.mr-410{margin-right:410px!important}.mr-411{margin-right:411px!important}.mr-412{margin-right:412px!important}.mr-413{margin-right:413px!important}.mr-414{margin-right:414px!important}.mr-415{margin-right:415px!important}.mr-416{margin-right:416px!important}.mr-417{margin-right:417px!important}.mr-418{margin-right:418px!important}.mr-419{margin-right:419px!important}.mr-420{margin-right:420px!important}.mr-421{margin-right:421px!important}.mr-422{margin-right:422px!important}.mr-423{margin-right:423px!important}.mr-424{margin-right:424px!important}.mr-425{margin-right:425px!important}.mr-426{margin-right:426px!important}.mr-427{margin-right:427px!important}.mr-428{margin-right:428px!important}.mr-429{margin-right:429px!important}.mr-430{margin-right:430px!important}.mr-431{margin-right:431px!important}.mr-432{margin-right:432px!important}.mr-433{margin-right:433px!important}.mr-434{margin-right:434px!important}.mr-435{margin-right:435px!important}.mr-436{margin-right:436px!important}.mr-437{margin-right:437px!important}.mr-438{margin-right:438px!important}.mr-439{margin-right:439px!important}.mr-440{margin-right:440px!important}.mr-441{margin-right:441px!important}.mr-442{margin-right:442px!important}.mr-443{margin-right:443px!important}.mr-444{margin-right:444px!important}.mr-445{margin-right:445px!important}.mr-446{margin-right:446px!important}.mr-447{margin-right:447px!important}.mr-448{margin-right:448px!important}.mr-449{margin-right:449px!important}.mr-450{margin-right:450px!important}.mr-451{margin-right:451px!important}.mr-452{margin-right:452px!important}.mr-453{margin-right:453px!important}.mr-454{margin-right:454px!important}.mr-455{margin-right:455px!important}.mr-456{margin-right:456px!important}.mr-457{margin-right:457px!important}.mr-458{margin-right:458px!important}.mr-459{margin-right:459px!important}.mr-460{margin-right:460px!important}.mr-461{margin-right:461px!important}.mr-462{margin-right:462px!important}.mr-463{margin-right:463px!important}.mr-464{margin-right:464px!important}.mr-465{margin-right:465px!important}.mr-466{margin-right:466px!important}.mr-467{margin-right:467px!important}.mr-468{margin-right:468px!important}.mr-469{margin-right:469px!important}.mr-470{margin-right:470px!important}.mr-471{margin-right:471px!important}.mr-472{margin-right:472px!important}.mr-473{margin-right:473px!important}.mr-474{margin-right:474px!important}.mr-475{margin-right:475px!important}.mr-476{margin-right:476px!important}.mr-477{margin-right:477px!important}.mr-478{margin-right:478px!important}.mr-479{margin-right:479px!important}.mr-480{margin-right:480px!important}.mr-481{margin-right:481px!important}.mr-482{margin-right:482px!important}.mr-483{margin-right:483px!important}.mr-484{margin-right:484px!important}.mr-485{margin-right:485px!important}.mr-486{margin-right:486px!important}.mr-487{margin-right:487px!important}.mr-488{margin-right:488px!important}.mr-489{margin-right:489px!important}.mr-490{margin-right:490px!important}.mr-491{margin-right:491px!important}.mr-492{margin-right:492px!important}.mr-493{margin-right:493px!important}.mr-494{margin-right:494px!important}.mr-495{margin-right:495px!important}.mr-496{margin-right:496px!important}.mr-497{margin-right:497px!important}.mr-498{margin-right:498px!important}.mr-499{margin-right:499px!important}.mr-500{margin-right:500px!important}.o-0{opacity:0!important}.o-1{opacity:.01!important}.o-2{opacity:.02!important}.o-3{opacity:.03!important}.o-4{opacity:.04!important}.o-5{opacity:.05!important}.o-6{opacity:.06!important}.o-7{opacity:.07!important}.o-8{opacity:.08!important}.o-9{opacity:.09!important}.o-10{opacity:.1!important}.o-11{opacity:.11!important}.o-12{opacity:.12!important}.o-13{opacity:.13!important}.o-14{opacity:.14!important}.o-15{opacity:.15!important}.o-16{opacity:.16!important}.o-17{opacity:.17!important}.o-18{opacity:.18!important}.o-19{opacity:.19!important}.o-20{opacity:.2!important}.o-21{opacity:.21!important}.o-22{opacity:.22!important}.o-23{opacity:.23!important}.o-24{opacity:.24!important}.o-25{opacity:.25!important}.o-26{opacity:.26!important}.o-27{opacity:.27!important}.o-28{opacity:.28!important}.o-29{opacity:.29!important}.o-30{opacity:.3!important}.o-31{opacity:.31!important}.o-32{opacity:.32!important}.o-33{opacity:.33!important}.o-34{opacity:.34!important}.o-35{opacity:calc(35 / 100)!important}.o-36{opacity:.36!important}.o-37{opacity:.37!important}.o-38{opacity:.38!important}.o-39{opacity:.39!important}.o-40{opacity:.4!important}.o-41{opacity:calc(41 / 100)!important}.o-42{opacity:.42!important}.o-43{opacity:.43!important}.o-44{opacity:.44!important}.o-45{opacity:.45!important}.o-46{opacity:.46!important}.o-47{opacity:calc(47 / 100)!important}.o-48{opacity:.48!important}.o-49{opacity:.49!important}.o-50{opacity:.5!important}.o-51{opacity:.51!important}.o-52{opacity:.52!important}.o-53{opacity:.53!important}.o-54{opacity:.54!important}.o-55{opacity:.55!important}.o-56{opacity:.56!important}.o-57{opacity:calc(57 / 100)!important}.o-58{opacity:.58!important}.o-59{opacity:.59!important}.o-60{opacity:.6!important}.o-61{opacity:.61!important}.o-62{opacity:.62!important}.o-63{opacity:.63!important}.o-64{opacity:.64!important}.o-65{opacity:.65!important}.o-66{opacity:.66!important}.o-67{opacity:.67!important}.o-68{opacity:.68!important}.o-69{opacity:calc(69 / 100)!important}.o-70{opacity:calc(70 / 100)!important}.o-71{opacity:.71!important}.o-72{opacity:.72!important}.o-73{opacity:.73!important}.o-74{opacity:.74!important}.o-75{opacity:.75!important}.o-76{opacity:.76!important}.o-77{opacity:.77!important}.o-78{opacity:.78!important}.o-79{opacity:.79!important}.o-80{opacity:.8!important}.o-81{opacity:.81!important}.o-82{opacity:calc(82 / 100)!important}.o-83{opacity:calc(83 / 100)!important}.o-84{opacity:.84!important}.o-85{opacity:.85!important}.o-86{opacity:.86!important}.o-87{opacity:.87!important}.o-88{opacity:.88!important}.o-89{opacity:.89!important}.o-90{opacity:.9!important}.o-91{opacity:.91!important}.o-92{opacity:.92!important}.o-93{opacity:.93!important}.o-94{opacity:calc(94 / 100)!important}.o-95{opacity:calc(95 / 100)!important}.o-96{opacity:.96!important}.o-97{opacity:.97!important}.o-98{opacity:.98!important}.o-99{opacity:.99!important}.o-100{opacity:1!important}.no-events{cursor:not-allowed!important;pointer-events:none!important}.no-events>*{pointer-events:none!important}.no-events:read-only textarea.editable{pointer-events:all!important}.all-events{pointer-events:all!important}.disabled{position:relative;opacity:.5!important;cursor:not-allowed!important}.disabled:hover .icon,.disabled:active .icon,.disabled:target .icon{pointer-events:none!important}.disabled:before{content:"";position:absolute;inset:0;pointer-events:none!important;z-index:999999}.separator{width:100%;height:1px;background-color:#a5d3d3;margin-top:18px;margin-bottom:18px}.separator-grey{height:1px;background-color:#ccc}.separator--dot{width:16px;background-color:transparent}.fit-content{max-width:fit-content;min-width:inherit;width:auto}.opacity-100{opacity:1!important}.opacity-100>*{opacity:1!important}.highlighted{background-color:#ff0;margin:0!important;padding:0!important}.no-margin--p p{margin:0!important}.landscape-warning{display:none;flex-direction:column;justify-content:center;align-items:center;align-content:center;position:fixed;inset:0;width:105vw;height:105vh;text-align:center;font-size:14px;background-color:#fff;z-index:999999;overflow:hidden}.landscape-warning img{width:40px}@media screen and (max-device-height:700px)and (orientation:landscape){.landscape-warning{display:flex}}ul.list{list-style:none;padding-left:1.5rem;margin-top:0;padding-top:0}ul.list li{position:relative;margin-bottom:0}ul.list li:before{content:"•";position:absolute;left:-1rem;font-weight:100;font-size:1.2rem;color:#333;line-height:1}.mainmenu{display:flex;justify-content:start;flex-wrap:wrap;gap:40px;list-style:none;padding:0;margin:0;font-family:ProductSansMedium;font-size:16px;color:#1a1a1a}.mainmenu-item{transition:all .6s}.mainmenu-item--link{color:#1a1a1a;text-decoration:none;transition:all .3s}.mainmenu-item--link:hover,.mainmenu-item--link.active{color:#69f}#navTopMobile{display:none}@media(max-width:575.98px){#navTopMobile{display:block;position:sticky;top:45px;z-index:100}}@media screen and (max-width:932px)and (orientation:landscape)and (max-height:450px){#navTopMobile{display:block;position:sticky;top:27px;z-index:100;max-height:calc(100vh - 27px);overflow-y:auto}}#navTopMobile .navbar-sup{background-color:#fff;box-shadow:0 2px 0 -1px #69f;justify-content:space-between;align-items:center;padding-top:12px;padding-bottom:12px}#navTopMobile .navbar-sup .logo{margin:auto;min-width:60%;max-width:60%}@media(max-width:575.98px){#navTopMobile .navbar-sup .logo{margin-left:20px}}@media screen and (max-width:932px)and (orientation:landscape){#navTopMobile .navbar-sup .logo{min-width:40%;max-height:80px}}#navTopMobile .navbar-sup .logo img{width:100%}@media screen and (max-width:932px)and (orientation:landscape){#navTopMobile .navbar-sup .logo img{height:50px}}#navTopMobile .navbar-middle{padding-top:14px;padding-bottom:12px}#navTopMobile .navbar-middle .btn{width:100%}#navTopMobile .burger{position:absolute;right:14px;top:14px}#navTopMobile .burger button{padding:0;border:none}#navTopMobile .burger button img{width:35px}#navTopMobile .burger svg{fill:#69f!important}.mobile-offcanvas{display:none}@media(max-width:575.98px){.mobile-offcanvas{display:block}}@media screen and (max-width:932px)and (orientation:landscape){.mobile-offcanvas{display:block;flex-wrap:nowrap;max-height:100vh;overflow:auto}}.mobile-offcanvas .navbar{flex-direction:column;align-items:flex-start;text-align:left}.mobile-offcanvas .navbar-item:after{display:none}.mobile-offcanvas .navbar-link{color:#ffffffb3}.footer{min-height:215px;font-size:14px;line-height:18px;font-family:ProductSansRegular;color:#828282;background-repeat:no-repeat;background-position:bottom center;background-size:1920px auto}@media(max-width:575.98px){.footer{background-position:-200px bottom}}@media screen and (max-width:932px)and (orientation:landscape){.footer{background-position:-200px bottom}}.footer{z-index:100;pointer-events:none;display:flex;padding-bottom:5px}.footer .container{text-align:left;margin-top:auto;font-size:14px;line-height:18px}@media(max-width:575.98px){.footer .container{font-size:16px;line-height:18px}}@media screen and (max-width:932px)and (orientation:landscape){.footer .container{font-size:16px;line-height:18px}}.footer .container a{pointer-events:all;font-size:14px;line-height:18px;font-family:ProductSansRegular;color:#828282;text-decoration:none}@media(max-width:575.98px){.footer .container a{font-size:16px;line-height:18px}}@media screen and (max-width:932px)and (orientation:landscape){.footer .container a{font-size:16px;line-height:18px}}.footer .container a:hover{text-decoration:underline}.footer .separator-dot{padding-left:4px;padding-right:4px}.footer-calales{word-spacing:4px;font-size:14px;margin-bottom:6px}@media(max-width:575.98px){.footer-calales{margin-top:20px;font-size:14px}}@media screen and (max-width:932px)and (orientation:landscape){.footer-calales{margin-top:20px;font-size:14px}}.footer-bottom{word-spacing:4px}@media(max-width:575.98px){.footer-bottom{font-family:ProductSansLight;word-spacing:4px;font-size:14px}}@media screen and (max-width:932px)and (orientation:landscape){.footer-bottom{font-family:ProductSansLight;word-spacing:4px;font-size:14px}}@media(max-width:768px){.footer .mb-50{margin-bottom:20px!important}}@media(max-width:768px){.footer .text-end{text-align:left!important}}.mb-footer{padding-bottom:20px}.progress.axios{display:none;position:fixed!important;top:0!important;left:0;height:4px;width:100%;background-color:#6699ff1a;border-radius:2px;background-clip:padding-box;margin:0;overflow:hidden;z-index:999999}.progress.axios.loading{display:block}.progress.axios.loggin{top:0!important}.progress.axios .determinate{position:absolute;background-color:inherit;top:0;bottom:0;background-color:#69f!important;transition:width .3s linear}.progress.axios .indeterminate{background-color:#69f}.progress.axios .indeterminate:before{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.progress.axios .indeterminate:after{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}.box-progress{overflow:hidden}.box-progress progress{width:100%;height:6px}#nprogress .bar{background:#fffc!important}.sending-form{transition:all .3s;opacity:.5!important;pointer-events:none!important}.transition-all{transition-property:all}.duration-500{transition-duration:.5s}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.box-home--top{background-repeat:no-repeat;background-position:bottom center;min-height:330px;text-align:right;padding-top:53px}.box-home--top .title,.box-home--top .subtitle{color:#fff}.box-home--top .title{font-family:ProductSansBlack;font-size:48px;line-height:52px}@media(max-width:575.98px){.box-home--top .title{font-size:44px;line-height:48px}}.box-home--top .subtitle{font-family:ProductSansRegular;font-size:41px;line-height:45px}@media(max-width:575.98px){.box-home--top .subtitle{font-size:37px;line-height:41px}}.box-main-products .title{text-align:right}.box-download-files{display:flex;flex-direction:column;margin-top:84px;margin-bottom:170px;min-height:480px;background-repeat:no-repeat;background-position:center bottom;background-size:1920px auto}.box-download-files .container{margin-top:auto;margin-bottom:-40px}@media(max-width:575.98px){.box-download-files .box-title{margin-bottom:24px}.box-download-files .box-title .box-title--item{display:flex;justify-content:center;align-items:center;text-align:right;line-height:22px;max-width:310px}.box-download-files .box-title .box-title--item img{margin-right:14px;width:75px}}@media screen and (max-width:932px)and (orientation:landscape){.box-download-files .box-title{margin-bottom:24px}}@media(max-width:575.98px){.box-download-files .pb-140{padding-bottom:24px!important}}@media screen and (max-width:932px)and (orientation:landscape){.box-download-files .pb-140{padding-bottom:24px!important}}.box-download-files .box-tree{display:flex;flex-wrap:wrap;justify-content:end;gap:50px}@media(min-width:1400px){.box-download-files .box-tree{margin-right:80px}}@media(max-width:575.98px){.box-download-files .box-tree{justify-content:center}}@media screen and (max-width:932px)and (orientation:landscape){.box-download-files .box-tree{justify-content:center}}.box-download-files .box-tree--item{text-decoration:none}.box-download-files .box-tree--item_img{height:170px;display:flex;align-items:end}.box-download-files .box-tree--item_img img{object-fit:scale-down}.box-download-files .box-tree--item_footer{height:40px;text-align:center;font-size:20px;color:gray;padding-top:20px;transition:all .6s}.box-download-files .box-tree--item:hover .box-tree--item_footer{color:#000}.box-company{background-repeat:no-repeat;background-position:center top;min-height:725px;display:flex;flex-wrap:wrap;flex-direction:column;margin-bottom:155px}.box-company .box-white{background:#fffc;max-width:1230px;text-align:center;padding:24px;margin:120px auto auto;font-size:18px;line-height:22px;display:flex;flex-direction:column;align-items:center}.box-company .box-white h1,.box-company .box-white .h1{margin-bottom:20px}@media(max-width:575.98px){.box-company .box-white h1,.box-company .box-white .h1{font-size:36px}}@media screen and (max-width:932px)and (orientation:landscape){.box-company .box-white h1,.box-company .box-white .h1{font-size:36px}}.box-company .box-white p{justify-content:center;max-width:770px}.box-company--footer{font-size:16px;line-height:20px;padding-top:170px;color:#333}@media(max-width:575.98px){.box-company--footer{padding-top:40px}}@media screen and (max-width:932px)and (orientation:landscape){.box-company--footer{padding-top:40px}}.box-company--footer a{color:#69f;text-decoration:none}.box-company--footer a:hover{text-decoration:underline}.box-official-distributors,.box-marketers{min-height:170px;background-repeat:no-repeat;background-position:center top;background-size:1920px auto;margin-bottom:30px}.box-marketers{min-height:217px}.box-location-contact{margin-bottom:-110px;min-height:736px;display:flex;flex-direction:column;background-repeat:no-repeat;background-position:right bottom}.box-location-contact .separator-dot{padding-left:4px;padding-right:4px}.box-location-contact a{text-decoration:none;color:#69f}.box-location-contact a:hover{text-decoration:underline}.box-location-contact--titles{display:block;font-family:ProductSansLight;font-size:18px;margin-bottom:43px}@media(max-width:1024px){.box-location-contact--titles{display:none}}.box-location-contact--content{display:flex;min-height:100%;flex:auto}.box-location-contact--content .title{font-family:ProductSansLight;font-size:18px;margin-bottom:43px}@media(max-width:575.98px){.box-location-contact--content .title h1,.box-location-contact--content .title .h1{font-size:36px;line-height:42px}}@media screen and (max-width:932px)and (orientation:landscape){.box-location-contact--content .title h1,.box-location-contact--content .title .h1{font-size:36px;line-height:42px}}@media(max-width:1024px){.box-location-contact--content{flex-direction:column}}.box-location-contact--content_item{flex:auto;min-height:100%;width:50%}@media(max-width:1024px){.box-location-contact--content_item{width:100%}}.box-location-contact--content_item.left{width:59%}@media(max-width:1024px){.box-location-contact--content_item.left{width:100%}}.box-location-contact--content_item.left .maps .mapContainer{height:600px;position:relative;z-index:1}.box-location-contact--content_item.left .map-marker-label{margin-left:80px;margin-top:10px}.box-location-contact--content_item.right{width:41%;padding-left:12px}@media(max-width:1024px){.box-location-contact--content_item.right{width:100%}}@media(max-width:575.98px){.box-location-contact--content_item.right{margin-top:120px}}@media screen and (max-width:932px)and (orientation:landscape){.box-location-contact--content_item.right{margin-top:120px}}.box-location-contact--content_item.right .form{max-width:700px}@media(max-width:1024px){.box-location-contact--content_item.right .form{max-width:100%}}.box-location-contact--content_item.left .title,.box-location-contact--content_item.right .title{display:none}@media(max-width:1024px){.box-location-contact--content_item.left,.box-location-contact--content_item.right{padding-left:20px;padding-right:20px}.box-location-contact--content_item.left .title,.box-location-contact--content_item.right .title{display:block}}.box-location-contact form{border:1px solid transparent;margin-top:26px;max-width:560px;padding-left:20px}@media(max-width:575.98px){.box-location-contact form{padding-left:0}}@media screen and (max-width:932px)and (orientation:landscape){.box-location-contact form{padding-left:0}}.box-location-contact form .g-1{margin-bottom:10px}.box-location-contact form .col-form-label{text-align:right;font-size:18px;font-family:ProductSansLight;width:100%;color:#4d4d4d}@media(max-width:575.98px){.box-location-contact form .col-form-label{text-align:left}}@media screen and (max-width:932px)and (orientation:landscape){.box-location-contact form .col-form-label{text-align:left}}.box-location-contact form .form-control{min-height:30px}.box-location-contact form .form-check-label{font-size:16px;color:#999}.box-location-contact form .form-check-label a{color:#999}.box-location-contact form input:not([type=checkbox]),.box-location-contact form textarea{border:0;border-bottom:1px solid #93caed;border-radius:0;background-color:transparent;resize:none}.box-location-contact form input:not([type=checkbox]):focus,.box-location-contact form textarea:focus{background-color:transparent}.box-location-contact form input:not([type=checkbox]).is-invalid,.box-location-contact form textarea.is-invalid{border-bottom-color:red}.box-location-contact form textarea{field-sizing:content;max-height:140px}.box-location-contact form input[type=checkbox]{border-color:#93caed;border-radius:3px;width:16px;height:16px}.box-location-contact form input[type=checkbox].is-invalid{border-color:red}.box-location-contact form .row .col{position:relative}.box-location-contact form .row .col:has(input[required],textarea[required]):after{content:"*";color:#fd934d;font-size:14px;font-family:ProductSansLight;position:absolute;right:2px;top:70%;transform:translateY(-50%);pointer-events:none;z-index:5}.box-location-contact form .row .col:has(input[required],textarea[required]):has(textarea):after{top:20px;transform:none}.box-location-contact form .form-control[required]{padding-right:35px!important}.box-location-contact form .btn.btn-send{border:none;color:#fff;font-size:24px;font-family:ProductSansRegular;text-align:center;padding-left:10px;padding-right:10px;width:100%;max-width:510px;min-height:43px;margin-left:auto;margin-top:50px;border-radius:3px;background-color:#69f;box-shadow:inset 20px 0 #000;transition:all .6s ease;text-decoration:none}@media(max-width:575.98px){.box-location-contact form .btn.btn-send{margin-top:25px;margin-bottom:100px}}@media screen and (max-width:932px)and (orientation:landscape){.box-location-contact form .btn.btn-send{margin-top:25px;margin-bottom:100px}}.box-location-contact form .btn.btn-send:hover,.box-location-contact form .btn.btn-send.sending{box-shadow:inset 1000px 0 #000}.box-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:60px;margin-top:48px}.box-grid_pdf{margin-left:34px;margin-right:34px;gap:50px}@media(max-width:575.98px){.box-grid_pdf{max-width:fit-content;margin:48px auto auto}}.box-grid--item{min-height:254px;box-shadow:0 0 0 2px #cae5f7;transition:all .6s}.box-grid--item_card{padding-top:26px;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;position:relative;text-decoration:none}.box-grid--item_card-title{height:44px;text-align:center;color:gray;font-family:ProductSansLight;font-size:20px;line-height:24px;transition:all .6s}@media(max-width:575.98px){.box-grid--item_card-title{font-size:24px;line-height:28px}}@media screen and (max-width:932px)and (orientation:landscape){.box-grid--item_card-title{font-size:24px;line-height:28px}}.box-grid--item_card-body{flex:2;display:flex;justify-content:center;align-items:end}.box-grid--item_card-body.top{align-items:flex-start}.box-grid--item_card-body.center{align-items:center}.box-grid--item_card-body.end{align-items:end}.box-grid--item_card-body.right{justify-content:end}.box-grid--item_card-btn{height:28px;display:flex;justify-content:end;position:absolute;bottom:2px;right:4px;z-index:1}.box-grid--item_card-btn .btn{width:24px;height:24px;padding:0;margin:0;border:none;line-height:0;pointer-events:none;opacity:0;border-radius:100%;background-color:#fff;transition:all .6s}.box-grid--item:hover,.box-grid--item.active{background-color:#cae5f7}.box-grid--item:hover .box-grid--item_card-title,.box-grid--item.active .box-grid--item_card-title{color:#000}.box-grid--item:hover .box-grid--item_card-btn .btn,.box-grid--item.active .box-grid--item_card-btn .btn{opacity:1;pointer-events:all}.box-grid--item_pdf{min-height:244px;max-width:303px;padding-top:10px}.box-grid--item_pdf .box-grid--item_card-body{align-items:flex-start;flex:auto}.box-grid--item_pdf .box-grid--item_card-title{height:71px}.box-title{background-color:#fc0;text-align:center;padding-top:11px;padding-bottom:11px;font-size:20px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:21px}.box-logos{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:34px}@media(max-width:1024px){.box-logos{flex-direction:column}}@media(max-width:575.98px){.box-logos{gap:40px;margin-bottom:120px}}@media screen and (max-width:932px)and (orientation:landscape){.box-logos{flex-direction:row;margin-bottom:120px}}.box-logos--center{justify-content:center}@media(max-width:1024px){.box-logos--center{gap:30px}}@media screen and (max-width:932px)and (orientation:landscape){.box-logos--center{gap:30px}}.box-logos img{object-fit:scale-down}.box-logos--item{width:165px;text-align:center}@media(max-width:575.98px){.box-logos--item{width:100%}}.box-top-section--title{margin-top:-40px}.box-links{margin:auto;max-width:fit-content}.box-links--title{font-family:ProductSansMedium;font-size:36px;color:#4d4d4d}@media(max-width:575.98px){.box-links--title{margin-bottom:24px}}@media screen and (max-width:932px)and (orientation:landscape){.box-links--title{margin-bottom:24px}}.box-links.nucalgon ul{text-align:left;margin-left:40px}.box-links.refrigerant{text-align:right}.box-links.yellow-jacket,.box-links.yellow-jacket ul{text-align:center}.box-links ul{margin:30px 0 80px;padding:0;list-style:none}.box-links ul a{text-decoration:none;font-family:ProductSansLight;font-size:18px;color:#4d4d4d;transition:all .3s}.box-links ul a:hover{color:#69f;font-family:ProductSansMedium}@media(max-width:768px){.box-links{text-align:center;margin-bottom:40px}.box-links.nucalgon,.box-links.refrigerant,.box-links.yellow-jacket{text-align:center}.box-links.nucalgon ul,.box-links.refrigerant ul,.box-links.yellow-jacket ul{text-align:center;margin:0}}@media(max-width:768px)and (max-width:575.98px){.box-links.nucalgon ul li,.box-links.refrigerant ul li,.box-links.yellow-jacket ul li{margin-bottom:4px}}@media screen and (max-width:768px)and (max-width:932px)and (orientation:landscape){.box-links.nucalgon ul li,.box-links.refrigerant ul li,.box-links.yellow-jacket ul li{margin-bottom:4px}}.box-catalog{width:100%;background-image:linear-gradient(to bottom,transparent 0,transparent 264px,#f8f9fa 264px,#f8f9fa 528px);background-size:100% 528px;background-repeat:repeat-y}@media(max-width:575.98px){.box-catalog{background-image:none}}@media screen and (max-width:932px)and (orientation:landscape){.box-catalog{background-image:none}}.box-catalog .container{padding:0}.box-catalog .catalog-grid{display:flex;flex-wrap:wrap;justify-content:center;margin-top:40px}@media screen and (max-width:932px)and (orientation:landscape){.box-catalog .catalog-grid{justify-content:space-between}}.box-catalog .catalog-grid .col-item{flex:0 0 20%;min-width:287px;height:264px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}@media(max-width:575.98px){.box-catalog .catalog-grid .col-item{height:auto;margin-bottom:25px}}@media screen and (max-width:932px)and (orientation:landscape){.box-catalog .catalog-grid .col-item{height:auto;margin-bottom:25px;gap:25px;width:48%;min-width:48%}}.box-catalog .catalog-grid .col-item .box-grid--item_card{text-align:center;width:100%;height:264px;transition:all .3s;padding-top:17px}@media(max-width:575.98px){.box-catalog .catalog-grid .col-item .box-grid--item_card{height:auto;padding-top:40px;padding-bottom:40px}}@media screen and (max-width:932px)and (orientation:landscape){.box-catalog .catalog-grid .col-item .box-grid--item_card{height:auto;padding-top:40px;padding-bottom:40px}}.box-catalog .catalog-grid .col-item .box-grid--item_card-title{font-family:ProductSansLight;font-size:19px;color:#000;display:flex;align-items:end;justify-content:center;margin-bottom:15px;padding-left:22px;padding-right:22px}@media(max-width:575.98px){.box-catalog .catalog-grid .col-item .box-grid--item_card-title{font-size:24px;line-height:28px;height:auto}}@media screen and (max-width:932px)and (orientation:landscape){.box-catalog .catalog-grid .col-item .box-grid--item_card-title{font-size:24px;line-height:28px;height:auto}}.box-catalog .catalog-grid .col-item .box-grid--item_card-body{align-items:start}.box-catalog .catalog-grid .col-item .box-grid--item_card-body ul{list-style:none;margin:0;padding:0}.box-catalog .catalog-grid .col-item .box-grid--item_card-body ul li{font-family:ProductSansLight;font-size:14px;color:#666}@media(max-width:575.98px){.box-catalog .catalog-grid .col-item .box-grid--item_card-body ul li{font-size:18px;line-height:26px}}@media screen and (max-width:932px)and (orientation:landscape){.box-catalog .catalog-grid .col-item .box-grid--item_card-body ul li{font-size:18px;line-height:26px}}.box-catalog .catalog-grid .col-item .box-grid--item_card-btn{height:24px;bottom:4px}.box-catalog .catalog-grid .col-item .box-grid--item_card:hover{background-color:#e3f0f9}.box-catalog .catalog-grid .col-item .box-grid--item_card:hover .box-grid--item_card-title{color:#000}.box-catalog .catalog-grid .col-item .box-grid--item_card:hover .box-grid--item_card-btn .btn{opacity:1;pointer-events:all}.box-catalog .catalog-grid .col-item.active-container{background-color:#cae5f7;transition:all .6s}.box-catalog .catalog-grid .col-item.active-container .box-grid--item_card-title{color:#000;transition:all .6s}.box-catalog .catalog-grid .col-item.active-container .box-grid--item_card-btn .btn{opacity:1;pointer-events:all}.box-videos{margin-top:60px}@media(max-width:575.98px){.box-videos{margin-top:0}}@media screen and (max-width:932px)and (orientation:landscape){.box-videos{margin-top:0}}.box-videos--item{margin-bottom:126px}@media(max-width:575.98px){.box-videos--item{margin-bottom:20px}}@media screen and (max-width:932px)and (orientation:landscape){.box-videos--item{margin-bottom:20px}.box-videos--item .col-sm-12.col-md-4{width:100%}}.box-videos--item .col-separator{display:none}.box-videos--item .col-separator .separator{background-color:#69f;margin-top:40px}@media(max-width:575.98px){.box-videos--item .col-separator{display:block}}@media screen and (max-width:920px)and (orientation:landscape){.box-videos--item .col-separator{display:block}}.box-videos--item:last-child .col-separator{display:none}@media(max-width:575.98px){.box-videos--item:last-child .col-separator{display:none}}@media screen and (max-width:932px)and (orientation:landscape){.box-videos--item:last-child .col-separator{display:none}}.box-videos--item_info{font-family:ProductSansLight}.box-videos--item_info-title{font-size:24px;line-height:26px;padding-top:46px;padding-bottom:31px;color:#000}@media(max-width:575.98px){.box-videos--item_info-title{padding-top:0;padding-bottom:5px}}@media screen and (max-width:932px)and (orientation:landscape){.box-videos--item_info-title{padding-top:0;padding-bottom:5px;width:100%}}.box-videos--item_info-description{font-size:18px;line-height:22px;color:#4d4d4d}.box-videos--item_video{width:100%;aspect-ratio:16/9;height:auto!important;-webkit-mask-image:radial-gradient(#fff,#000);mask-image:radial-gradient(#fff,#000);overflow:hidden;background:#000;position:relative}.box-videos--item_video iframe{display:block;width:100%!important;height:100%!important;border:none;object-fit:cover;transform:scale(1.02)}.box-videos--item.flex-row-reverse .box-videos--item_info{padding-left:25px}@media(max-width:575.98px){.box-videos--item.flex-row-reverse .box-videos--item_info{padding-left:0}}@media screen and (max-width:932px)and (orientation:landscape){.box-videos--item.flex-row-reverse .box-videos--item_info{padding-left:0}}.box-section--catalog .box-top-section--title a{text-decoration:none;color:#69f}@media(max-width:575.98px){.box-section--catalog .box-top-section--title{margin-top:10px}}@media screen and (max-width:932px)and (orientation:landscape){.box-section--catalog .box-top-section--title{margin-top:10px}}.box-section--technical-specifications .box-home--top .title{text-shadow:0px 0px 4px black}@media(max-width:575.98px){.box-section--technical-specifications .box-top-section--title{margin-top:10px}}@media screen and (max-width:932px)and (orientation:landscape){.box-section--technical-specifications .box-top-section--title{margin-top:10px}}@media(max-width:575.98px){.box-section--price-by-quantity .box-top-section--title{margin-top:10px}}@media screen and (max-width:932px)and (orientation:landscape){.box-section--price-by-quantity .box-top-section--title{margin-top:10px}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:ProductSansMedium;color:#2594da}h1.title,.title.h1{font-family:ProductSansBlack;font-size:48px;line-height:50px;margin-top:40px;margin-bottom:60px;color:#69f}h2,.h2{font-size:35px}h5.title-small,.title-small.h5{font-size:18px}h5.title-primary,.title-primary.h5{color:#2594da}.gdprcookie{background:#000!important;border:1px solid white!important;color:#fff!important;min-width:540px;padding-bottom:25px!important}@media(max-width:575.98px){.gdprcookie{min-width:100vw;right:0;left:0;bottom:0!important}}.gdprcookie h1,.gdprcookie .h1,.gdprcookie h2,.gdprcookie .h2,.gdprcookie button{color:#fff!important;font-family:ProductSansRegular!important}.gdprcookie h1,.gdprcookie .h1{font-size:24px!important;line-height:28px!important;margin-bottom:20px!important;font-style:italic!important;margin-top:14px!important}.gdprcookie h2,.gdprcookie .h2{font-size:18px!important;font-style:italic!important;padding-top:22px!important}.gdprcookie p{color:#fff!important;font-family:ProductSansLight!important;font-size:15px!important;line-height:20px!important}.gdprcookie button{color:#fff!important;transition:all .3s;border-color:#fff!important;font-size:18px!important;font-style:italic!important;font-family:ProductSansMedium!important;padding-top:6px!important;padding-bottom:6px!important;min-width:184px!important;margin:0 24px!important}.gdprcookie button:hover{color:#03bb03!important}@media(max-width:575.98px){.gdprcookie button{margin-bottom:14px!important}}@media screen and (max-width:932px)and (orientation:landscape){.gdprcookie button{margin-bottom:14px!important}}.gdprcookie input[type=checkbox]{@extends .form-check-input;}.gdprcookie .gdprcookie-intro p{color:#fff!important}.gdprcookie .gdprcookie-types{text-align:center}.gdprcookie .gdprcookie-types ul{gap:40px}@media(max-width:575.98px){.gdprcookie .gdprcookie-types ul{gap:20px}}@media screen and (max-width:932px)and (orientation:landscape){.gdprcookie .gdprcookie-types ul{gap:20px}}.gdprcookie .gdprcookie-types ul li{width:fit-content!important}.gdprcookie .gdprcookie-types label{font-family:ProductSansLight;color:#fff!important;font-size:16px!important;line-height:18px!important}.gdprcookie .gdprcookie-types label span{color:#fff!important;padding-left:4px!important}.gdprcookie .gdprcookie-buttons{margin-top:20px!important}#acceptedCookies{z-index:9999}.offcanvas-header{display:none}#navTopMobile{height:88px}.screen-darken{height:100%;width:0%;z-index:30;position:fixed;top:0;right:0;opacity:0;visibility:hidden;background-color:#2229;transition:opacity .2s linear,visibility .2s,width 2s ease-in}.screen-darken.active{z-index:100;transition:opacity .3s ease,width 0s;opacity:1;width:100%;visibility:visible;background-color:#2229}@media all and (max-width:991px){.offcanvas-header{display:flex;justify-content:center;align-items:center;padding-top:20px;padding-bottom:50px}.offcanvas-header img{width:70%;object-fit:scale-down}.mobile-offcanvas{visibility:hidden;transform:translate(-100%);border-radius:0;display:block;position:fixed;top:0;left:0;height:100%;width:80%;z-index:1200;background-color:#fff;color:#fff;box-shadow:inset -2px 0 #6699ffbf;transition:visibility .3s ease-in-out,transform .3s ease-in-out}.mobile-offcanvas.show{visibility:visible;transform:translate(0)}.mobile-offcanvas .mobile-offcanvas .container,.mobile-offcanvas .container-fluid,.mobile-offcanvas .container-sm,.mobile-offcanvas .container-md,.mobile-offcanvas .container-lg,.mobile-offcanvas .container-xl,.mobile-offcanvas .container-xxl{display:block}.mainmenu{list-style:none;padding:40px 0 0;margin:0}.mainmenu-item--link{min-height:40px;display:flex;align-items:center;padding-left:20px;color:#1a1a1a;font-size:18px;text-decoration:none;transition:all .6s}.mainmenu-item--link:hover{color:#49a5a5}}@media screen and (max-width:932px)and (orientation:landscape){.offcanvas-header{padding-top:20px;padding-bottom:20px}.offcanvas-header img{width:30%}}
