@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Sharp);
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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-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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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, 0.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-bg: #fff;
}

*,
*::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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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 + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.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],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}

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: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-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-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.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: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
.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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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.3333333333%;
}

.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.6666666667%;
}

.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: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.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.3333333333%;
  }

  .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.6666666667%;
  }

  .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: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.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.3333333333%;
  }

  .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.6666666667%;
  }

  .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: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.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.3333333333%;
  }

  .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.6666666667%;
  }

  .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: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.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.3333333333%;
  }

  .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.6666666667%;
  }

  .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: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.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.3333333333%;
  }

  .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.6666666667%;
  }

  .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: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.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-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.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-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.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: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.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: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.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 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-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;
  background-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: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: 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");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: 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-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: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.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),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  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: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.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: #198754;
  padding-right: calc(1.5em + 0.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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.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"] {
  padding-right: 4.125rem;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"), 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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.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: #dc3545;
  padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.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"] {
  padding-right: 4.125rem;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"), 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.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 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.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: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.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: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.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: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn: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: 0.5625rem;
  padding-left: 0.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: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@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 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .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: 0.5rem;
  padding-left: 0.5rem;
}
.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-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@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-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.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-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.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% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.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 0.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;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.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: 0.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%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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 0z'/%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-.708z'/%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%;
  list-style: none;
}
.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: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.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: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.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: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 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) {
  position: absolute !important;
  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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.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;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: 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-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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !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;
}

.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;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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: 0.25rem !important;
}

.m-2 {
  margin: 0.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: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.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: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.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-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.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: 0.25rem !important;
}

.me-2 {
  margin-right: 0.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-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.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: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.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: 0.25rem !important;
}

.p-2 {
  padding: 0.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: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.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: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.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-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.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: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.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: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 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 + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.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-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.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: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-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-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: 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-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;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.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: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.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: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.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: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.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: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 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;
  }

  .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-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;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.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: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.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: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.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: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.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: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 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;
  }

  .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-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;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.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: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.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: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.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: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.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: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 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;
  }

  .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-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;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.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: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.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: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.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: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.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: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 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;
  }

  .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-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;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !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: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.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: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.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: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.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: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.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: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.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: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 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-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;
  }
}
.fs-1 {
  font-size: 0.1em !important;
}

.fs-2 {
  font-size: 0.2em !important;
}

.fs-3 {
  font-size: 0.3em !important;
}

.fs-4 {
  font-size: 0.4em !important;
}

.fs-5 {
  font-size: 0.5em !important;
}

.fs-6 {
  font-size: 0.6em !important;
}

.fs-7 {
  font-size: 0.7em !important;
}

.fs-8 {
  font-size: 0.8em !important;
}

.fs-9 {
  font-size: 0.9em !important;
}

.fs-10 {
  font-size: 1em !important;
}

.fs-11 {
  font-size: 1.1em !important;
}

.fs-12 {
  font-size: 1.2em !important;
}

.fs-13 {
  font-size: 1.3em !important;
}

.fs-14 {
  font-size: 1.4em !important;
}

.fs-15 {
  font-size: 1.5em !important;
}

.fs-16 {
  font-size: 1.6em !important;
}

.fs-17 {
  font-size: 1.7em !important;
}

.fs-18 {
  font-size: 1.8em !important;
}

.fs-19 {
  font-size: 1.9em !important;
}

.fs-20 {
  font-size: 2em !important;
}

.fs-21 {
  font-size: 2.1em !important;
}

.fs-22 {
  font-size: 2.2em !important;
}

.fs-23 {
  font-size: 2.3em !important;
}

.fs-24 {
  font-size: 2.4em !important;
}

.fs-25 {
  font-size: 2.5em !important;
}

.fs-26 {
  font-size: 2.6em !important;
}

.fs-27 {
  font-size: 2.7em !important;
}

.fs-28 {
  font-size: 2.8em !important;
}

.fs-29 {
  font-size: 2.9em !important;
}

.fs-30 {
  font-size: 3em !important;
}

.fs-31 {
  font-size: 3.1em !important;
}

.fs-32 {
  font-size: 3.2em !important;
}

.fs-33 {
  font-size: 3.3em !important;
}

.fs-34 {
  font-size: 3.4em !important;
}

.fs-35 {
  font-size: 3.5em !important;
}

.fs-36 {
  font-size: 3.6em !important;
}

.fs-37 {
  font-size: 3.7em !important;
}

.fs-38 {
  font-size: 3.8em !important;
}

.fs-39 {
  font-size: 3.9em !important;
}

.fs-40 {
  font-size: 4em !important;
}

.fs-41 {
  font-size: 4.1em !important;
}

.fs-42 {
  font-size: 4.2em !important;
}

.fs-43 {
  font-size: 4.3em !important;
}

.fs-44 {
  font-size: 4.4em !important;
}

.fs-45 {
  font-size: 4.5em !important;
}

.fs-46 {
  font-size: 4.6em !important;
}

.fs-47 {
  font-size: 4.7em !important;
}

.fs-48 {
  font-size: 4.8em !important;
}

.fs-49 {
  font-size: 4.9em !important;
}

.fs-50 {
  font-size: 5em !important;
}

.fs-51 {
  font-size: 5.1em !important;
}

.fs-52 {
  font-size: 5.2em !important;
}

.fs-53 {
  font-size: 5.3em !important;
}

.fs-54 {
  font-size: 5.4em !important;
}

.fs-55 {
  font-size: 5.5em !important;
}

.fs-56 {
  font-size: 5.6em !important;
}

.fs-57 {
  font-size: 5.7em !important;
}

.fs-58 {
  font-size: 5.8em !important;
}

.fs-59 {
  font-size: 5.9em !important;
}

.fs-60 {
  font-size: 6em !important;
}

.fs-61 {
  font-size: 6.1em !important;
}

.fs-62 {
  font-size: 6.2em !important;
}

.fs-63 {
  font-size: 6.3em !important;
}

.fs-64 {
  font-size: 6.4em !important;
}

.fs-65 {
  font-size: 6.5em !important;
}

.fs-66 {
  font-size: 6.6em !important;
}

.fs-67 {
  font-size: 6.7em !important;
}

.fs-68 {
  font-size: 6.8em !important;
}

.fs-69 {
  font-size: 6.9em !important;
}

.fs-70 {
  font-size: 7em !important;
}

.fs-71 {
  font-size: 7.1em !important;
}

.fs-72 {
  font-size: 7.2em !important;
}

.fs-73 {
  font-size: 7.3em !important;
}

.fs-74 {
  font-size: 7.4em !important;
}

.fs-75 {
  font-size: 7.5em !important;
}

.fs-76 {
  font-size: 7.6em !important;
}

.fs-77 {
  font-size: 7.7em !important;
}

.fs-78 {
  font-size: 7.8em !important;
}

.fs-79 {
  font-size: 7.9em !important;
}

.fs-80 {
  font-size: 8em !important;
}

.fs-81 {
  font-size: 8.1em !important;
}

.fs-82 {
  font-size: 8.2em !important;
}

.fs-83 {
  font-size: 8.3em !important;
}

.fs-84 {
  font-size: 8.4em !important;
}

.fs-85 {
  font-size: 8.5em !important;
}

.fs-86 {
  font-size: 8.6em !important;
}

.fs-87 {
  font-size: 8.7em !important;
}

.fs-88 {
  font-size: 8.8em !important;
}

.fs-89 {
  font-size: 8.9em !important;
}

.fs-90 {
  font-size: 9em !important;
}

.fs-91 {
  font-size: 9.1em !important;
}

.fs-92 {
  font-size: 9.2em !important;
}

.fs-93 {
  font-size: 9.3em !important;
}

.fs-94 {
  font-size: 9.4em !important;
}

.fs-95 {
  font-size: 9.5em !important;
}

.fs-96 {
  font-size: 9.6em !important;
}

.fs-97 {
  font-size: 9.7em !important;
}

.fs-98 {
  font-size: 9.8em !important;
}

.fs-99 {
  font-size: 9.9em !important;
}

.fs-100 {
  font-size: 10em !important;
}

.fs-101 {
  font-size: 10.1em !important;
}

.fs-102 {
  font-size: 10.2em !important;
}

.fs-103 {
  font-size: 10.3em !important;
}

.fs-104 {
  font-size: 10.4em !important;
}

.fs-105 {
  font-size: 10.5em !important;
}

.fs-106 {
  font-size: 10.6em !important;
}

.fs-107 {
  font-size: 10.7em !important;
}

.fs-108 {
  font-size: 10.8em !important;
}

.fs-109 {
  font-size: 10.9em !important;
}

.fs-110 {
  font-size: 11em !important;
}

.fs-111 {
  font-size: 11.1em !important;
}

.fs-112 {
  font-size: 11.2em !important;
}

.fs-113 {
  font-size: 11.3em !important;
}

.fs-114 {
  font-size: 11.4em !important;
}

.fs-115 {
  font-size: 11.5em !important;
}

.fs-116 {
  font-size: 11.6em !important;
}

.fs-117 {
  font-size: 11.7em !important;
}

.fs-118 {
  font-size: 11.8em !important;
}

.fs-119 {
  font-size: 11.9em !important;
}

.fs-120 {
  font-size: 12em !important;
}

.fs-121 {
  font-size: 12.1em !important;
}

.fs-122 {
  font-size: 12.2em !important;
}

.fs-123 {
  font-size: 12.3em !important;
}

.fs-124 {
  font-size: 12.4em !important;
}

.fs-125 {
  font-size: 12.5em !important;
}

.fs-126 {
  font-size: 12.6em !important;
}

.fs-127 {
  font-size: 12.7em !important;
}

.fs-128 {
  font-size: 12.8em !important;
}

.fs-129 {
  font-size: 12.9em !important;
}

.fs-130 {
  font-size: 13em !important;
}

.fs-131 {
  font-size: 13.1em !important;
}

.fs-132 {
  font-size: 13.2em !important;
}

.fs-133 {
  font-size: 13.3em !important;
}

.fs-134 {
  font-size: 13.4em !important;
}

.fs-135 {
  font-size: 13.5em !important;
}

.fs-136 {
  font-size: 13.6em !important;
}

.fs-137 {
  font-size: 13.7em !important;
}

.fs-138 {
  font-size: 13.8em !important;
}

.fs-139 {
  font-size: 13.9em !important;
}

.fs-140 {
  font-size: 14em !important;
}

.fs-141 {
  font-size: 14.1em !important;
}

.fs-142 {
  font-size: 14.2em !important;
}

.fs-143 {
  font-size: 14.3em !important;
}

.fs-144 {
  font-size: 14.4em !important;
}

.fs-145 {
  font-size: 14.5em !important;
}

.fs-146 {
  font-size: 14.6em !important;
}

.fs-147 {
  font-size: 14.7em !important;
}

.fs-148 {
  font-size: 14.8em !important;
}

.fs-149 {
  font-size: 14.9em !important;
}

.fs-150 {
  font-size: 15em !important;
}

.fs-151 {
  font-size: 15.1em !important;
}

.fs-152 {
  font-size: 15.2em !important;
}

.fs-153 {
  font-size: 15.3em !important;
}

.fs-154 {
  font-size: 15.4em !important;
}

.fs-155 {
  font-size: 15.5em !important;
}

.fs-156 {
  font-size: 15.6em !important;
}

.fs-157 {
  font-size: 15.7em !important;
}

.fs-158 {
  font-size: 15.8em !important;
}

.fs-159 {
  font-size: 15.9em !important;
}

.fs-160 {
  font-size: 16em !important;
}

.fs-161 {
  font-size: 16.1em !important;
}

.fs-162 {
  font-size: 16.2em !important;
}

.fs-163 {
  font-size: 16.3em !important;
}

.fs-164 {
  font-size: 16.4em !important;
}

.fs-165 {
  font-size: 16.5em !important;
}

.fs-166 {
  font-size: 16.6em !important;
}

.fs-167 {
  font-size: 16.7em !important;
}

.fs-168 {
  font-size: 16.8em !important;
}

.fs-169 {
  font-size: 16.9em !important;
}

.fs-170 {
  font-size: 17em !important;
}

.fs-171 {
  font-size: 17.1em !important;
}

.fs-172 {
  font-size: 17.2em !important;
}

.fs-173 {
  font-size: 17.3em !important;
}

.fs-174 {
  font-size: 17.4em !important;
}

.fs-175 {
  font-size: 17.5em !important;
}

.fs-176 {
  font-size: 17.6em !important;
}

.fs-177 {
  font-size: 17.7em !important;
}

.fs-178 {
  font-size: 17.8em !important;
}

.fs-179 {
  font-size: 17.9em !important;
}

.fs-180 {
  font-size: 18em !important;
}

.fs-181 {
  font-size: 18.1em !important;
}

.fs-182 {
  font-size: 18.2em !important;
}

.fs-183 {
  font-size: 18.3em !important;
}

.fs-184 {
  font-size: 18.4em !important;
}

.fs-185 {
  font-size: 18.5em !important;
}

.fs-186 {
  font-size: 18.6em !important;
}

.fs-187 {
  font-size: 18.7em !important;
}

.fs-188 {
  font-size: 18.8em !important;
}

.fs-189 {
  font-size: 18.9em !important;
}

.fs-190 {
  font-size: 19em !important;
}

.fs-191 {
  font-size: 19.1em !important;
}

.fs-192 {
  font-size: 19.2em !important;
}

.fs-193 {
  font-size: 19.3em !important;
}

.fs-194 {
  font-size: 19.4em !important;
}

.fs-195 {
  font-size: 19.5em !important;
}

.fs-196 {
  font-size: 19.6em !important;
}

.fs-197 {
  font-size: 19.7em !important;
}

.fs-198 {
  font-size: 19.8em !important;
}

.fs-199 {
  font-size: 19.9em !important;
}

.fs-200 {
  font-size: 20em !important;
}

@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: 0.1em !important;
  }

  .fs-sm-2 {
    font-size: 0.2em !important;
  }

  .fs-sm-3 {
    font-size: 0.3em !important;
  }

  .fs-sm-4 {
    font-size: 0.4em !important;
  }

  .fs-sm-5 {
    font-size: 0.5em !important;
  }

  .fs-sm-6 {
    font-size: 0.6em !important;
  }

  .fs-sm-7 {
    font-size: 0.7em !important;
  }

  .fs-sm-8 {
    font-size: 0.8em !important;
  }

  .fs-sm-9 {
    font-size: 0.9em !important;
  }

  .fs-sm-10 {
    font-size: 1em !important;
  }

  .fs-sm-11 {
    font-size: 1.1em !important;
  }

  .fs-sm-12 {
    font-size: 1.2em !important;
  }

  .fs-sm-13 {
    font-size: 1.3em !important;
  }

  .fs-sm-14 {
    font-size: 1.4em !important;
  }

  .fs-sm-15 {
    font-size: 1.5em !important;
  }

  .fs-sm-16 {
    font-size: 1.6em !important;
  }

  .fs-sm-17 {
    font-size: 1.7em !important;
  }

  .fs-sm-18 {
    font-size: 1.8em !important;
  }

  .fs-sm-19 {
    font-size: 1.9em !important;
  }

  .fs-sm-20 {
    font-size: 2em !important;
  }

  .fs-sm-21 {
    font-size: 2.1em !important;
  }

  .fs-sm-22 {
    font-size: 2.2em !important;
  }

  .fs-sm-23 {
    font-size: 2.3em !important;
  }

  .fs-sm-24 {
    font-size: 2.4em !important;
  }

  .fs-sm-25 {
    font-size: 2.5em !important;
  }

  .fs-sm-26 {
    font-size: 2.6em !important;
  }

  .fs-sm-27 {
    font-size: 2.7em !important;
  }

  .fs-sm-28 {
    font-size: 2.8em !important;
  }

  .fs-sm-29 {
    font-size: 2.9em !important;
  }

  .fs-sm-30 {
    font-size: 3em !important;
  }

  .fs-sm-31 {
    font-size: 3.1em !important;
  }

  .fs-sm-32 {
    font-size: 3.2em !important;
  }

  .fs-sm-33 {
    font-size: 3.3em !important;
  }

  .fs-sm-34 {
    font-size: 3.4em !important;
  }

  .fs-sm-35 {
    font-size: 3.5em !important;
  }

  .fs-sm-36 {
    font-size: 3.6em !important;
  }

  .fs-sm-37 {
    font-size: 3.7em !important;
  }

  .fs-sm-38 {
    font-size: 3.8em !important;
  }

  .fs-sm-39 {
    font-size: 3.9em !important;
  }

  .fs-sm-40 {
    font-size: 4em !important;
  }

  .fs-sm-41 {
    font-size: 4.1em !important;
  }

  .fs-sm-42 {
    font-size: 4.2em !important;
  }

  .fs-sm-43 {
    font-size: 4.3em !important;
  }

  .fs-sm-44 {
    font-size: 4.4em !important;
  }

  .fs-sm-45 {
    font-size: 4.5em !important;
  }

  .fs-sm-46 {
    font-size: 4.6em !important;
  }

  .fs-sm-47 {
    font-size: 4.7em !important;
  }

  .fs-sm-48 {
    font-size: 4.8em !important;
  }

  .fs-sm-49 {
    font-size: 4.9em !important;
  }

  .fs-sm-50 {
    font-size: 5em !important;
  }

  .fs-sm-51 {
    font-size: 5.1em !important;
  }

  .fs-sm-52 {
    font-size: 5.2em !important;
  }

  .fs-sm-53 {
    font-size: 5.3em !important;
  }

  .fs-sm-54 {
    font-size: 5.4em !important;
  }

  .fs-sm-55 {
    font-size: 5.5em !important;
  }

  .fs-sm-56 {
    font-size: 5.6em !important;
  }

  .fs-sm-57 {
    font-size: 5.7em !important;
  }

  .fs-sm-58 {
    font-size: 5.8em !important;
  }

  .fs-sm-59 {
    font-size: 5.9em !important;
  }

  .fs-sm-60 {
    font-size: 6em !important;
  }

  .fs-sm-61 {
    font-size: 6.1em !important;
  }

  .fs-sm-62 {
    font-size: 6.2em !important;
  }

  .fs-sm-63 {
    font-size: 6.3em !important;
  }

  .fs-sm-64 {
    font-size: 6.4em !important;
  }

  .fs-sm-65 {
    font-size: 6.5em !important;
  }

  .fs-sm-66 {
    font-size: 6.6em !important;
  }

  .fs-sm-67 {
    font-size: 6.7em !important;
  }

  .fs-sm-68 {
    font-size: 6.8em !important;
  }

  .fs-sm-69 {
    font-size: 6.9em !important;
  }

  .fs-sm-70 {
    font-size: 7em !important;
  }

  .fs-sm-71 {
    font-size: 7.1em !important;
  }

  .fs-sm-72 {
    font-size: 7.2em !important;
  }

  .fs-sm-73 {
    font-size: 7.3em !important;
  }

  .fs-sm-74 {
    font-size: 7.4em !important;
  }

  .fs-sm-75 {
    font-size: 7.5em !important;
  }

  .fs-sm-76 {
    font-size: 7.6em !important;
  }

  .fs-sm-77 {
    font-size: 7.7em !important;
  }

  .fs-sm-78 {
    font-size: 7.8em !important;
  }

  .fs-sm-79 {
    font-size: 7.9em !important;
  }

  .fs-sm-80 {
    font-size: 8em !important;
  }

  .fs-sm-81 {
    font-size: 8.1em !important;
  }

  .fs-sm-82 {
    font-size: 8.2em !important;
  }

  .fs-sm-83 {
    font-size: 8.3em !important;
  }

  .fs-sm-84 {
    font-size: 8.4em !important;
  }

  .fs-sm-85 {
    font-size: 8.5em !important;
  }

  .fs-sm-86 {
    font-size: 8.6em !important;
  }

  .fs-sm-87 {
    font-size: 8.7em !important;
  }

  .fs-sm-88 {
    font-size: 8.8em !important;
  }

  .fs-sm-89 {
    font-size: 8.9em !important;
  }

  .fs-sm-90 {
    font-size: 9em !important;
  }

  .fs-sm-91 {
    font-size: 9.1em !important;
  }

  .fs-sm-92 {
    font-size: 9.2em !important;
  }

  .fs-sm-93 {
    font-size: 9.3em !important;
  }

  .fs-sm-94 {
    font-size: 9.4em !important;
  }

  .fs-sm-95 {
    font-size: 9.5em !important;
  }

  .fs-sm-96 {
    font-size: 9.6em !important;
  }

  .fs-sm-97 {
    font-size: 9.7em !important;
  }

  .fs-sm-98 {
    font-size: 9.8em !important;
  }

  .fs-sm-99 {
    font-size: 9.9em !important;
  }

  .fs-sm-100 {
    font-size: 10em !important;
  }

  .fs-sm-101 {
    font-size: 10.1em !important;
  }

  .fs-sm-102 {
    font-size: 10.2em !important;
  }

  .fs-sm-103 {
    font-size: 10.3em !important;
  }

  .fs-sm-104 {
    font-size: 10.4em !important;
  }

  .fs-sm-105 {
    font-size: 10.5em !important;
  }

  .fs-sm-106 {
    font-size: 10.6em !important;
  }

  .fs-sm-107 {
    font-size: 10.7em !important;
  }

  .fs-sm-108 {
    font-size: 10.8em !important;
  }

  .fs-sm-109 {
    font-size: 10.9em !important;
  }

  .fs-sm-110 {
    font-size: 11em !important;
  }

  .fs-sm-111 {
    font-size: 11.1em !important;
  }

  .fs-sm-112 {
    font-size: 11.2em !important;
  }

  .fs-sm-113 {
    font-size: 11.3em !important;
  }

  .fs-sm-114 {
    font-size: 11.4em !important;
  }

  .fs-sm-115 {
    font-size: 11.5em !important;
  }

  .fs-sm-116 {
    font-size: 11.6em !important;
  }

  .fs-sm-117 {
    font-size: 11.7em !important;
  }

  .fs-sm-118 {
    font-size: 11.8em !important;
  }

  .fs-sm-119 {
    font-size: 11.9em !important;
  }

  .fs-sm-120 {
    font-size: 12em !important;
  }

  .fs-sm-121 {
    font-size: 12.1em !important;
  }

  .fs-sm-122 {
    font-size: 12.2em !important;
  }

  .fs-sm-123 {
    font-size: 12.3em !important;
  }

  .fs-sm-124 {
    font-size: 12.4em !important;
  }

  .fs-sm-125 {
    font-size: 12.5em !important;
  }

  .fs-sm-126 {
    font-size: 12.6em !important;
  }

  .fs-sm-127 {
    font-size: 12.7em !important;
  }

  .fs-sm-128 {
    font-size: 12.8em !important;
  }

  .fs-sm-129 {
    font-size: 12.9em !important;
  }

  .fs-sm-130 {
    font-size: 13em !important;
  }

  .fs-sm-131 {
    font-size: 13.1em !important;
  }

  .fs-sm-132 {
    font-size: 13.2em !important;
  }

  .fs-sm-133 {
    font-size: 13.3em !important;
  }

  .fs-sm-134 {
    font-size: 13.4em !important;
  }

  .fs-sm-135 {
    font-size: 13.5em !important;
  }

  .fs-sm-136 {
    font-size: 13.6em !important;
  }

  .fs-sm-137 {
    font-size: 13.7em !important;
  }

  .fs-sm-138 {
    font-size: 13.8em !important;
  }

  .fs-sm-139 {
    font-size: 13.9em !important;
  }

  .fs-sm-140 {
    font-size: 14em !important;
  }

  .fs-sm-141 {
    font-size: 14.1em !important;
  }

  .fs-sm-142 {
    font-size: 14.2em !important;
  }

  .fs-sm-143 {
    font-size: 14.3em !important;
  }

  .fs-sm-144 {
    font-size: 14.4em !important;
  }

  .fs-sm-145 {
    font-size: 14.5em !important;
  }

  .fs-sm-146 {
    font-size: 14.6em !important;
  }

  .fs-sm-147 {
    font-size: 14.7em !important;
  }

  .fs-sm-148 {
    font-size: 14.8em !important;
  }

  .fs-sm-149 {
    font-size: 14.9em !important;
  }

  .fs-sm-150 {
    font-size: 15em !important;
  }

  .fs-sm-151 {
    font-size: 15.1em !important;
  }

  .fs-sm-152 {
    font-size: 15.2em !important;
  }

  .fs-sm-153 {
    font-size: 15.3em !important;
  }

  .fs-sm-154 {
    font-size: 15.4em !important;
  }

  .fs-sm-155 {
    font-size: 15.5em !important;
  }

  .fs-sm-156 {
    font-size: 15.6em !important;
  }

  .fs-sm-157 {
    font-size: 15.7em !important;
  }

  .fs-sm-158 {
    font-size: 15.8em !important;
  }

  .fs-sm-159 {
    font-size: 15.9em !important;
  }

  .fs-sm-160 {
    font-size: 16em !important;
  }

  .fs-sm-161 {
    font-size: 16.1em !important;
  }

  .fs-sm-162 {
    font-size: 16.2em !important;
  }

  .fs-sm-163 {
    font-size: 16.3em !important;
  }

  .fs-sm-164 {
    font-size: 16.4em !important;
  }

  .fs-sm-165 {
    font-size: 16.5em !important;
  }

  .fs-sm-166 {
    font-size: 16.6em !important;
  }

  .fs-sm-167 {
    font-size: 16.7em !important;
  }

  .fs-sm-168 {
    font-size: 16.8em !important;
  }

  .fs-sm-169 {
    font-size: 16.9em !important;
  }

  .fs-sm-170 {
    font-size: 17em !important;
  }

  .fs-sm-171 {
    font-size: 17.1em !important;
  }

  .fs-sm-172 {
    font-size: 17.2em !important;
  }

  .fs-sm-173 {
    font-size: 17.3em !important;
  }

  .fs-sm-174 {
    font-size: 17.4em !important;
  }

  .fs-sm-175 {
    font-size: 17.5em !important;
  }

  .fs-sm-176 {
    font-size: 17.6em !important;
  }

  .fs-sm-177 {
    font-size: 17.7em !important;
  }

  .fs-sm-178 {
    font-size: 17.8em !important;
  }

  .fs-sm-179 {
    font-size: 17.9em !important;
  }

  .fs-sm-180 {
    font-size: 18em !important;
  }

  .fs-sm-181 {
    font-size: 18.1em !important;
  }

  .fs-sm-182 {
    font-size: 18.2em !important;
  }

  .fs-sm-183 {
    font-size: 18.3em !important;
  }

  .fs-sm-184 {
    font-size: 18.4em !important;
  }

  .fs-sm-185 {
    font-size: 18.5em !important;
  }

  .fs-sm-186 {
    font-size: 18.6em !important;
  }

  .fs-sm-187 {
    font-size: 18.7em !important;
  }

  .fs-sm-188 {
    font-size: 18.8em !important;
  }

  .fs-sm-189 {
    font-size: 18.9em !important;
  }

  .fs-sm-190 {
    font-size: 19em !important;
  }

  .fs-sm-191 {
    font-size: 19.1em !important;
  }

  .fs-sm-192 {
    font-size: 19.2em !important;
  }

  .fs-sm-193 {
    font-size: 19.3em !important;
  }

  .fs-sm-194 {
    font-size: 19.4em !important;
  }

  .fs-sm-195 {
    font-size: 19.5em !important;
  }

  .fs-sm-196 {
    font-size: 19.6em !important;
  }

  .fs-sm-197 {
    font-size: 19.7em !important;
  }

  .fs-sm-198 {
    font-size: 19.8em !important;
  }

  .fs-sm-199 {
    font-size: 19.9em !important;
  }

  .fs-sm-200 {
    font-size: 20em !important;
  }
}
@media (min-width: 768px) {
  .fs-md-1 {
    font-size: 0.1em !important;
  }

  .fs-md-2 {
    font-size: 0.2em !important;
  }

  .fs-md-3 {
    font-size: 0.3em !important;
  }

  .fs-md-4 {
    font-size: 0.4em !important;
  }

  .fs-md-5 {
    font-size: 0.5em !important;
  }

  .fs-md-6 {
    font-size: 0.6em !important;
  }

  .fs-md-7 {
    font-size: 0.7em !important;
  }

  .fs-md-8 {
    font-size: 0.8em !important;
  }

  .fs-md-9 {
    font-size: 0.9em !important;
  }

  .fs-md-10 {
    font-size: 1em !important;
  }

  .fs-md-11 {
    font-size: 1.1em !important;
  }

  .fs-md-12 {
    font-size: 1.2em !important;
  }

  .fs-md-13 {
    font-size: 1.3em !important;
  }

  .fs-md-14 {
    font-size: 1.4em !important;
  }

  .fs-md-15 {
    font-size: 1.5em !important;
  }

  .fs-md-16 {
    font-size: 1.6em !important;
  }

  .fs-md-17 {
    font-size: 1.7em !important;
  }

  .fs-md-18 {
    font-size: 1.8em !important;
  }

  .fs-md-19 {
    font-size: 1.9em !important;
  }

  .fs-md-20 {
    font-size: 2em !important;
  }

  .fs-md-21 {
    font-size: 2.1em !important;
  }

  .fs-md-22 {
    font-size: 2.2em !important;
  }

  .fs-md-23 {
    font-size: 2.3em !important;
  }

  .fs-md-24 {
    font-size: 2.4em !important;
  }

  .fs-md-25 {
    font-size: 2.5em !important;
  }

  .fs-md-26 {
    font-size: 2.6em !important;
  }

  .fs-md-27 {
    font-size: 2.7em !important;
  }

  .fs-md-28 {
    font-size: 2.8em !important;
  }

  .fs-md-29 {
    font-size: 2.9em !important;
  }

  .fs-md-30 {
    font-size: 3em !important;
  }

  .fs-md-31 {
    font-size: 3.1em !important;
  }

  .fs-md-32 {
    font-size: 3.2em !important;
  }

  .fs-md-33 {
    font-size: 3.3em !important;
  }

  .fs-md-34 {
    font-size: 3.4em !important;
  }

  .fs-md-35 {
    font-size: 3.5em !important;
  }

  .fs-md-36 {
    font-size: 3.6em !important;
  }

  .fs-md-37 {
    font-size: 3.7em !important;
  }

  .fs-md-38 {
    font-size: 3.8em !important;
  }

  .fs-md-39 {
    font-size: 3.9em !important;
  }

  .fs-md-40 {
    font-size: 4em !important;
  }

  .fs-md-41 {
    font-size: 4.1em !important;
  }

  .fs-md-42 {
    font-size: 4.2em !important;
  }

  .fs-md-43 {
    font-size: 4.3em !important;
  }

  .fs-md-44 {
    font-size: 4.4em !important;
  }

  .fs-md-45 {
    font-size: 4.5em !important;
  }

  .fs-md-46 {
    font-size: 4.6em !important;
  }

  .fs-md-47 {
    font-size: 4.7em !important;
  }

  .fs-md-48 {
    font-size: 4.8em !important;
  }

  .fs-md-49 {
    font-size: 4.9em !important;
  }

  .fs-md-50 {
    font-size: 5em !important;
  }

  .fs-md-51 {
    font-size: 5.1em !important;
  }

  .fs-md-52 {
    font-size: 5.2em !important;
  }

  .fs-md-53 {
    font-size: 5.3em !important;
  }

  .fs-md-54 {
    font-size: 5.4em !important;
  }

  .fs-md-55 {
    font-size: 5.5em !important;
  }

  .fs-md-56 {
    font-size: 5.6em !important;
  }

  .fs-md-57 {
    font-size: 5.7em !important;
  }

  .fs-md-58 {
    font-size: 5.8em !important;
  }

  .fs-md-59 {
    font-size: 5.9em !important;
  }

  .fs-md-60 {
    font-size: 6em !important;
  }

  .fs-md-61 {
    font-size: 6.1em !important;
  }

  .fs-md-62 {
    font-size: 6.2em !important;
  }

  .fs-md-63 {
    font-size: 6.3em !important;
  }

  .fs-md-64 {
    font-size: 6.4em !important;
  }

  .fs-md-65 {
    font-size: 6.5em !important;
  }

  .fs-md-66 {
    font-size: 6.6em !important;
  }

  .fs-md-67 {
    font-size: 6.7em !important;
  }

  .fs-md-68 {
    font-size: 6.8em !important;
  }

  .fs-md-69 {
    font-size: 6.9em !important;
  }

  .fs-md-70 {
    font-size: 7em !important;
  }

  .fs-md-71 {
    font-size: 7.1em !important;
  }

  .fs-md-72 {
    font-size: 7.2em !important;
  }

  .fs-md-73 {
    font-size: 7.3em !important;
  }

  .fs-md-74 {
    font-size: 7.4em !important;
  }

  .fs-md-75 {
    font-size: 7.5em !important;
  }

  .fs-md-76 {
    font-size: 7.6em !important;
  }

  .fs-md-77 {
    font-size: 7.7em !important;
  }

  .fs-md-78 {
    font-size: 7.8em !important;
  }

  .fs-md-79 {
    font-size: 7.9em !important;
  }

  .fs-md-80 {
    font-size: 8em !important;
  }

  .fs-md-81 {
    font-size: 8.1em !important;
  }

  .fs-md-82 {
    font-size: 8.2em !important;
  }

  .fs-md-83 {
    font-size: 8.3em !important;
  }

  .fs-md-84 {
    font-size: 8.4em !important;
  }

  .fs-md-85 {
    font-size: 8.5em !important;
  }

  .fs-md-86 {
    font-size: 8.6em !important;
  }

  .fs-md-87 {
    font-size: 8.7em !important;
  }

  .fs-md-88 {
    font-size: 8.8em !important;
  }

  .fs-md-89 {
    font-size: 8.9em !important;
  }

  .fs-md-90 {
    font-size: 9em !important;
  }

  .fs-md-91 {
    font-size: 9.1em !important;
  }

  .fs-md-92 {
    font-size: 9.2em !important;
  }

  .fs-md-93 {
    font-size: 9.3em !important;
  }

  .fs-md-94 {
    font-size: 9.4em !important;
  }

  .fs-md-95 {
    font-size: 9.5em !important;
  }

  .fs-md-96 {
    font-size: 9.6em !important;
  }

  .fs-md-97 {
    font-size: 9.7em !important;
  }

  .fs-md-98 {
    font-size: 9.8em !important;
  }

  .fs-md-99 {
    font-size: 9.9em !important;
  }

  .fs-md-100 {
    font-size: 10em !important;
  }

  .fs-md-101 {
    font-size: 10.1em !important;
  }

  .fs-md-102 {
    font-size: 10.2em !important;
  }

  .fs-md-103 {
    font-size: 10.3em !important;
  }

  .fs-md-104 {
    font-size: 10.4em !important;
  }

  .fs-md-105 {
    font-size: 10.5em !important;
  }

  .fs-md-106 {
    font-size: 10.6em !important;
  }

  .fs-md-107 {
    font-size: 10.7em !important;
  }

  .fs-md-108 {
    font-size: 10.8em !important;
  }

  .fs-md-109 {
    font-size: 10.9em !important;
  }

  .fs-md-110 {
    font-size: 11em !important;
  }

  .fs-md-111 {
    font-size: 11.1em !important;
  }

  .fs-md-112 {
    font-size: 11.2em !important;
  }

  .fs-md-113 {
    font-size: 11.3em !important;
  }

  .fs-md-114 {
    font-size: 11.4em !important;
  }

  .fs-md-115 {
    font-size: 11.5em !important;
  }

  .fs-md-116 {
    font-size: 11.6em !important;
  }

  .fs-md-117 {
    font-size: 11.7em !important;
  }

  .fs-md-118 {
    font-size: 11.8em !important;
  }

  .fs-md-119 {
    font-size: 11.9em !important;
  }

  .fs-md-120 {
    font-size: 12em !important;
  }

  .fs-md-121 {
    font-size: 12.1em !important;
  }

  .fs-md-122 {
    font-size: 12.2em !important;
  }

  .fs-md-123 {
    font-size: 12.3em !important;
  }

  .fs-md-124 {
    font-size: 12.4em !important;
  }

  .fs-md-125 {
    font-size: 12.5em !important;
  }

  .fs-md-126 {
    font-size: 12.6em !important;
  }

  .fs-md-127 {
    font-size: 12.7em !important;
  }

  .fs-md-128 {
    font-size: 12.8em !important;
  }

  .fs-md-129 {
    font-size: 12.9em !important;
  }

  .fs-md-130 {
    font-size: 13em !important;
  }

  .fs-md-131 {
    font-size: 13.1em !important;
  }

  .fs-md-132 {
    font-size: 13.2em !important;
  }

  .fs-md-133 {
    font-size: 13.3em !important;
  }

  .fs-md-134 {
    font-size: 13.4em !important;
  }

  .fs-md-135 {
    font-size: 13.5em !important;
  }

  .fs-md-136 {
    font-size: 13.6em !important;
  }

  .fs-md-137 {
    font-size: 13.7em !important;
  }

  .fs-md-138 {
    font-size: 13.8em !important;
  }

  .fs-md-139 {
    font-size: 13.9em !important;
  }

  .fs-md-140 {
    font-size: 14em !important;
  }

  .fs-md-141 {
    font-size: 14.1em !important;
  }

  .fs-md-142 {
    font-size: 14.2em !important;
  }

  .fs-md-143 {
    font-size: 14.3em !important;
  }

  .fs-md-144 {
    font-size: 14.4em !important;
  }

  .fs-md-145 {
    font-size: 14.5em !important;
  }

  .fs-md-146 {
    font-size: 14.6em !important;
  }

  .fs-md-147 {
    font-size: 14.7em !important;
  }

  .fs-md-148 {
    font-size: 14.8em !important;
  }

  .fs-md-149 {
    font-size: 14.9em !important;
  }

  .fs-md-150 {
    font-size: 15em !important;
  }

  .fs-md-151 {
    font-size: 15.1em !important;
  }

  .fs-md-152 {
    font-size: 15.2em !important;
  }

  .fs-md-153 {
    font-size: 15.3em !important;
  }

  .fs-md-154 {
    font-size: 15.4em !important;
  }

  .fs-md-155 {
    font-size: 15.5em !important;
  }

  .fs-md-156 {
    font-size: 15.6em !important;
  }

  .fs-md-157 {
    font-size: 15.7em !important;
  }

  .fs-md-158 {
    font-size: 15.8em !important;
  }

  .fs-md-159 {
    font-size: 15.9em !important;
  }

  .fs-md-160 {
    font-size: 16em !important;
  }

  .fs-md-161 {
    font-size: 16.1em !important;
  }

  .fs-md-162 {
    font-size: 16.2em !important;
  }

  .fs-md-163 {
    font-size: 16.3em !important;
  }

  .fs-md-164 {
    font-size: 16.4em !important;
  }

  .fs-md-165 {
    font-size: 16.5em !important;
  }

  .fs-md-166 {
    font-size: 16.6em !important;
  }

  .fs-md-167 {
    font-size: 16.7em !important;
  }

  .fs-md-168 {
    font-size: 16.8em !important;
  }

  .fs-md-169 {
    font-size: 16.9em !important;
  }

  .fs-md-170 {
    font-size: 17em !important;
  }

  .fs-md-171 {
    font-size: 17.1em !important;
  }

  .fs-md-172 {
    font-size: 17.2em !important;
  }

  .fs-md-173 {
    font-size: 17.3em !important;
  }

  .fs-md-174 {
    font-size: 17.4em !important;
  }

  .fs-md-175 {
    font-size: 17.5em !important;
  }

  .fs-md-176 {
    font-size: 17.6em !important;
  }

  .fs-md-177 {
    font-size: 17.7em !important;
  }

  .fs-md-178 {
    font-size: 17.8em !important;
  }

  .fs-md-179 {
    font-size: 17.9em !important;
  }

  .fs-md-180 {
    font-size: 18em !important;
  }

  .fs-md-181 {
    font-size: 18.1em !important;
  }

  .fs-md-182 {
    font-size: 18.2em !important;
  }

  .fs-md-183 {
    font-size: 18.3em !important;
  }

  .fs-md-184 {
    font-size: 18.4em !important;
  }

  .fs-md-185 {
    font-size: 18.5em !important;
  }

  .fs-md-186 {
    font-size: 18.6em !important;
  }

  .fs-md-187 {
    font-size: 18.7em !important;
  }

  .fs-md-188 {
    font-size: 18.8em !important;
  }

  .fs-md-189 {
    font-size: 18.9em !important;
  }

  .fs-md-190 {
    font-size: 19em !important;
  }

  .fs-md-191 {
    font-size: 19.1em !important;
  }

  .fs-md-192 {
    font-size: 19.2em !important;
  }

  .fs-md-193 {
    font-size: 19.3em !important;
  }

  .fs-md-194 {
    font-size: 19.4em !important;
  }

  .fs-md-195 {
    font-size: 19.5em !important;
  }

  .fs-md-196 {
    font-size: 19.6em !important;
  }

  .fs-md-197 {
    font-size: 19.7em !important;
  }

  .fs-md-198 {
    font-size: 19.8em !important;
  }

  .fs-md-199 {
    font-size: 19.9em !important;
  }

  .fs-md-200 {
    font-size: 20em !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: 0.1em !important;
  }

  .fs-lg-2 {
    font-size: 0.2em !important;
  }

  .fs-lg-3 {
    font-size: 0.3em !important;
  }

  .fs-lg-4 {
    font-size: 0.4em !important;
  }

  .fs-lg-5 {
    font-size: 0.5em !important;
  }

  .fs-lg-6 {
    font-size: 0.6em !important;
  }

  .fs-lg-7 {
    font-size: 0.7em !important;
  }

  .fs-lg-8 {
    font-size: 0.8em !important;
  }

  .fs-lg-9 {
    font-size: 0.9em !important;
  }

  .fs-lg-10 {
    font-size: 1em !important;
  }

  .fs-lg-11 {
    font-size: 1.1em !important;
  }

  .fs-lg-12 {
    font-size: 1.2em !important;
  }

  .fs-lg-13 {
    font-size: 1.3em !important;
  }

  .fs-lg-14 {
    font-size: 1.4em !important;
  }

  .fs-lg-15 {
    font-size: 1.5em !important;
  }

  .fs-lg-16 {
    font-size: 1.6em !important;
  }

  .fs-lg-17 {
    font-size: 1.7em !important;
  }

  .fs-lg-18 {
    font-size: 1.8em !important;
  }

  .fs-lg-19 {
    font-size: 1.9em !important;
  }

  .fs-lg-20 {
    font-size: 2em !important;
  }

  .fs-lg-21 {
    font-size: 2.1em !important;
  }

  .fs-lg-22 {
    font-size: 2.2em !important;
  }

  .fs-lg-23 {
    font-size: 2.3em !important;
  }

  .fs-lg-24 {
    font-size: 2.4em !important;
  }

  .fs-lg-25 {
    font-size: 2.5em !important;
  }

  .fs-lg-26 {
    font-size: 2.6em !important;
  }

  .fs-lg-27 {
    font-size: 2.7em !important;
  }

  .fs-lg-28 {
    font-size: 2.8em !important;
  }

  .fs-lg-29 {
    font-size: 2.9em !important;
  }

  .fs-lg-30 {
    font-size: 3em !important;
  }

  .fs-lg-31 {
    font-size: 3.1em !important;
  }

  .fs-lg-32 {
    font-size: 3.2em !important;
  }

  .fs-lg-33 {
    font-size: 3.3em !important;
  }

  .fs-lg-34 {
    font-size: 3.4em !important;
  }

  .fs-lg-35 {
    font-size: 3.5em !important;
  }

  .fs-lg-36 {
    font-size: 3.6em !important;
  }

  .fs-lg-37 {
    font-size: 3.7em !important;
  }

  .fs-lg-38 {
    font-size: 3.8em !important;
  }

  .fs-lg-39 {
    font-size: 3.9em !important;
  }

  .fs-lg-40 {
    font-size: 4em !important;
  }

  .fs-lg-41 {
    font-size: 4.1em !important;
  }

  .fs-lg-42 {
    font-size: 4.2em !important;
  }

  .fs-lg-43 {
    font-size: 4.3em !important;
  }

  .fs-lg-44 {
    font-size: 4.4em !important;
  }

  .fs-lg-45 {
    font-size: 4.5em !important;
  }

  .fs-lg-46 {
    font-size: 4.6em !important;
  }

  .fs-lg-47 {
    font-size: 4.7em !important;
  }

  .fs-lg-48 {
    font-size: 4.8em !important;
  }

  .fs-lg-49 {
    font-size: 4.9em !important;
  }

  .fs-lg-50 {
    font-size: 5em !important;
  }

  .fs-lg-51 {
    font-size: 5.1em !important;
  }

  .fs-lg-52 {
    font-size: 5.2em !important;
  }

  .fs-lg-53 {
    font-size: 5.3em !important;
  }

  .fs-lg-54 {
    font-size: 5.4em !important;
  }

  .fs-lg-55 {
    font-size: 5.5em !important;
  }

  .fs-lg-56 {
    font-size: 5.6em !important;
  }

  .fs-lg-57 {
    font-size: 5.7em !important;
  }

  .fs-lg-58 {
    font-size: 5.8em !important;
  }

  .fs-lg-59 {
    font-size: 5.9em !important;
  }

  .fs-lg-60 {
    font-size: 6em !important;
  }

  .fs-lg-61 {
    font-size: 6.1em !important;
  }

  .fs-lg-62 {
    font-size: 6.2em !important;
  }

  .fs-lg-63 {
    font-size: 6.3em !important;
  }

  .fs-lg-64 {
    font-size: 6.4em !important;
  }

  .fs-lg-65 {
    font-size: 6.5em !important;
  }

  .fs-lg-66 {
    font-size: 6.6em !important;
  }

  .fs-lg-67 {
    font-size: 6.7em !important;
  }

  .fs-lg-68 {
    font-size: 6.8em !important;
  }

  .fs-lg-69 {
    font-size: 6.9em !important;
  }

  .fs-lg-70 {
    font-size: 7em !important;
  }

  .fs-lg-71 {
    font-size: 7.1em !important;
  }

  .fs-lg-72 {
    font-size: 7.2em !important;
  }

  .fs-lg-73 {
    font-size: 7.3em !important;
  }

  .fs-lg-74 {
    font-size: 7.4em !important;
  }

  .fs-lg-75 {
    font-size: 7.5em !important;
  }

  .fs-lg-76 {
    font-size: 7.6em !important;
  }

  .fs-lg-77 {
    font-size: 7.7em !important;
  }

  .fs-lg-78 {
    font-size: 7.8em !important;
  }

  .fs-lg-79 {
    font-size: 7.9em !important;
  }

  .fs-lg-80 {
    font-size: 8em !important;
  }

  .fs-lg-81 {
    font-size: 8.1em !important;
  }

  .fs-lg-82 {
    font-size: 8.2em !important;
  }

  .fs-lg-83 {
    font-size: 8.3em !important;
  }

  .fs-lg-84 {
    font-size: 8.4em !important;
  }

  .fs-lg-85 {
    font-size: 8.5em !important;
  }

  .fs-lg-86 {
    font-size: 8.6em !important;
  }

  .fs-lg-87 {
    font-size: 8.7em !important;
  }

  .fs-lg-88 {
    font-size: 8.8em !important;
  }

  .fs-lg-89 {
    font-size: 8.9em !important;
  }

  .fs-lg-90 {
    font-size: 9em !important;
  }

  .fs-lg-91 {
    font-size: 9.1em !important;
  }

  .fs-lg-92 {
    font-size: 9.2em !important;
  }

  .fs-lg-93 {
    font-size: 9.3em !important;
  }

  .fs-lg-94 {
    font-size: 9.4em !important;
  }

  .fs-lg-95 {
    font-size: 9.5em !important;
  }

  .fs-lg-96 {
    font-size: 9.6em !important;
  }

  .fs-lg-97 {
    font-size: 9.7em !important;
  }

  .fs-lg-98 {
    font-size: 9.8em !important;
  }

  .fs-lg-99 {
    font-size: 9.9em !important;
  }

  .fs-lg-100 {
    font-size: 10em !important;
  }

  .fs-lg-101 {
    font-size: 10.1em !important;
  }

  .fs-lg-102 {
    font-size: 10.2em !important;
  }

  .fs-lg-103 {
    font-size: 10.3em !important;
  }

  .fs-lg-104 {
    font-size: 10.4em !important;
  }

  .fs-lg-105 {
    font-size: 10.5em !important;
  }

  .fs-lg-106 {
    font-size: 10.6em !important;
  }

  .fs-lg-107 {
    font-size: 10.7em !important;
  }

  .fs-lg-108 {
    font-size: 10.8em !important;
  }

  .fs-lg-109 {
    font-size: 10.9em !important;
  }

  .fs-lg-110 {
    font-size: 11em !important;
  }

  .fs-lg-111 {
    font-size: 11.1em !important;
  }

  .fs-lg-112 {
    font-size: 11.2em !important;
  }

  .fs-lg-113 {
    font-size: 11.3em !important;
  }

  .fs-lg-114 {
    font-size: 11.4em !important;
  }

  .fs-lg-115 {
    font-size: 11.5em !important;
  }

  .fs-lg-116 {
    font-size: 11.6em !important;
  }

  .fs-lg-117 {
    font-size: 11.7em !important;
  }

  .fs-lg-118 {
    font-size: 11.8em !important;
  }

  .fs-lg-119 {
    font-size: 11.9em !important;
  }

  .fs-lg-120 {
    font-size: 12em !important;
  }

  .fs-lg-121 {
    font-size: 12.1em !important;
  }

  .fs-lg-122 {
    font-size: 12.2em !important;
  }

  .fs-lg-123 {
    font-size: 12.3em !important;
  }

  .fs-lg-124 {
    font-size: 12.4em !important;
  }

  .fs-lg-125 {
    font-size: 12.5em !important;
  }

  .fs-lg-126 {
    font-size: 12.6em !important;
  }

  .fs-lg-127 {
    font-size: 12.7em !important;
  }

  .fs-lg-128 {
    font-size: 12.8em !important;
  }

  .fs-lg-129 {
    font-size: 12.9em !important;
  }

  .fs-lg-130 {
    font-size: 13em !important;
  }

  .fs-lg-131 {
    font-size: 13.1em !important;
  }

  .fs-lg-132 {
    font-size: 13.2em !important;
  }

  .fs-lg-133 {
    font-size: 13.3em !important;
  }

  .fs-lg-134 {
    font-size: 13.4em !important;
  }

  .fs-lg-135 {
    font-size: 13.5em !important;
  }

  .fs-lg-136 {
    font-size: 13.6em !important;
  }

  .fs-lg-137 {
    font-size: 13.7em !important;
  }

  .fs-lg-138 {
    font-size: 13.8em !important;
  }

  .fs-lg-139 {
    font-size: 13.9em !important;
  }

  .fs-lg-140 {
    font-size: 14em !important;
  }

  .fs-lg-141 {
    font-size: 14.1em !important;
  }

  .fs-lg-142 {
    font-size: 14.2em !important;
  }

  .fs-lg-143 {
    font-size: 14.3em !important;
  }

  .fs-lg-144 {
    font-size: 14.4em !important;
  }

  .fs-lg-145 {
    font-size: 14.5em !important;
  }

  .fs-lg-146 {
    font-size: 14.6em !important;
  }

  .fs-lg-147 {
    font-size: 14.7em !important;
  }

  .fs-lg-148 {
    font-size: 14.8em !important;
  }

  .fs-lg-149 {
    font-size: 14.9em !important;
  }

  .fs-lg-150 {
    font-size: 15em !important;
  }

  .fs-lg-151 {
    font-size: 15.1em !important;
  }

  .fs-lg-152 {
    font-size: 15.2em !important;
  }

  .fs-lg-153 {
    font-size: 15.3em !important;
  }

  .fs-lg-154 {
    font-size: 15.4em !important;
  }

  .fs-lg-155 {
    font-size: 15.5em !important;
  }

  .fs-lg-156 {
    font-size: 15.6em !important;
  }

  .fs-lg-157 {
    font-size: 15.7em !important;
  }

  .fs-lg-158 {
    font-size: 15.8em !important;
  }

  .fs-lg-159 {
    font-size: 15.9em !important;
  }

  .fs-lg-160 {
    font-size: 16em !important;
  }

  .fs-lg-161 {
    font-size: 16.1em !important;
  }

  .fs-lg-162 {
    font-size: 16.2em !important;
  }

  .fs-lg-163 {
    font-size: 16.3em !important;
  }

  .fs-lg-164 {
    font-size: 16.4em !important;
  }

  .fs-lg-165 {
    font-size: 16.5em !important;
  }

  .fs-lg-166 {
    font-size: 16.6em !important;
  }

  .fs-lg-167 {
    font-size: 16.7em !important;
  }

  .fs-lg-168 {
    font-size: 16.8em !important;
  }

  .fs-lg-169 {
    font-size: 16.9em !important;
  }

  .fs-lg-170 {
    font-size: 17em !important;
  }

  .fs-lg-171 {
    font-size: 17.1em !important;
  }

  .fs-lg-172 {
    font-size: 17.2em !important;
  }

  .fs-lg-173 {
    font-size: 17.3em !important;
  }

  .fs-lg-174 {
    font-size: 17.4em !important;
  }

  .fs-lg-175 {
    font-size: 17.5em !important;
  }

  .fs-lg-176 {
    font-size: 17.6em !important;
  }

  .fs-lg-177 {
    font-size: 17.7em !important;
  }

  .fs-lg-178 {
    font-size: 17.8em !important;
  }

  .fs-lg-179 {
    font-size: 17.9em !important;
  }

  .fs-lg-180 {
    font-size: 18em !important;
  }

  .fs-lg-181 {
    font-size: 18.1em !important;
  }

  .fs-lg-182 {
    font-size: 18.2em !important;
  }

  .fs-lg-183 {
    font-size: 18.3em !important;
  }

  .fs-lg-184 {
    font-size: 18.4em !important;
  }

  .fs-lg-185 {
    font-size: 18.5em !important;
  }

  .fs-lg-186 {
    font-size: 18.6em !important;
  }

  .fs-lg-187 {
    font-size: 18.7em !important;
  }

  .fs-lg-188 {
    font-size: 18.8em !important;
  }

  .fs-lg-189 {
    font-size: 18.9em !important;
  }

  .fs-lg-190 {
    font-size: 19em !important;
  }

  .fs-lg-191 {
    font-size: 19.1em !important;
  }

  .fs-lg-192 {
    font-size: 19.2em !important;
  }

  .fs-lg-193 {
    font-size: 19.3em !important;
  }

  .fs-lg-194 {
    font-size: 19.4em !important;
  }

  .fs-lg-195 {
    font-size: 19.5em !important;
  }

  .fs-lg-196 {
    font-size: 19.6em !important;
  }

  .fs-lg-197 {
    font-size: 19.7em !important;
  }

  .fs-lg-198 {
    font-size: 19.8em !important;
  }

  .fs-lg-199 {
    font-size: 19.9em !important;
  }

  .fs-lg-200 {
    font-size: 20em !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-1 {
    font-size: 0.1em !important;
  }

  .fs-xl-2 {
    font-size: 0.2em !important;
  }

  .fs-xl-3 {
    font-size: 0.3em !important;
  }

  .fs-xl-4 {
    font-size: 0.4em !important;
  }

  .fs-xl-5 {
    font-size: 0.5em !important;
  }

  .fs-xl-6 {
    font-size: 0.6em !important;
  }

  .fs-xl-7 {
    font-size: 0.7em !important;
  }

  .fs-xl-8 {
    font-size: 0.8em !important;
  }

  .fs-xl-9 {
    font-size: 0.9em !important;
  }

  .fs-xl-10 {
    font-size: 1em !important;
  }

  .fs-xl-11 {
    font-size: 1.1em !important;
  }

  .fs-xl-12 {
    font-size: 1.2em !important;
  }

  .fs-xl-13 {
    font-size: 1.3em !important;
  }

  .fs-xl-14 {
    font-size: 1.4em !important;
  }

  .fs-xl-15 {
    font-size: 1.5em !important;
  }

  .fs-xl-16 {
    font-size: 1.6em !important;
  }

  .fs-xl-17 {
    font-size: 1.7em !important;
  }

  .fs-xl-18 {
    font-size: 1.8em !important;
  }

  .fs-xl-19 {
    font-size: 1.9em !important;
  }

  .fs-xl-20 {
    font-size: 2em !important;
  }

  .fs-xl-21 {
    font-size: 2.1em !important;
  }

  .fs-xl-22 {
    font-size: 2.2em !important;
  }

  .fs-xl-23 {
    font-size: 2.3em !important;
  }

  .fs-xl-24 {
    font-size: 2.4em !important;
  }

  .fs-xl-25 {
    font-size: 2.5em !important;
  }

  .fs-xl-26 {
    font-size: 2.6em !important;
  }

  .fs-xl-27 {
    font-size: 2.7em !important;
  }

  .fs-xl-28 {
    font-size: 2.8em !important;
  }

  .fs-xl-29 {
    font-size: 2.9em !important;
  }

  .fs-xl-30 {
    font-size: 3em !important;
  }

  .fs-xl-31 {
    font-size: 3.1em !important;
  }

  .fs-xl-32 {
    font-size: 3.2em !important;
  }

  .fs-xl-33 {
    font-size: 3.3em !important;
  }

  .fs-xl-34 {
    font-size: 3.4em !important;
  }

  .fs-xl-35 {
    font-size: 3.5em !important;
  }

  .fs-xl-36 {
    font-size: 3.6em !important;
  }

  .fs-xl-37 {
    font-size: 3.7em !important;
  }

  .fs-xl-38 {
    font-size: 3.8em !important;
  }

  .fs-xl-39 {
    font-size: 3.9em !important;
  }

  .fs-xl-40 {
    font-size: 4em !important;
  }

  .fs-xl-41 {
    font-size: 4.1em !important;
  }

  .fs-xl-42 {
    font-size: 4.2em !important;
  }

  .fs-xl-43 {
    font-size: 4.3em !important;
  }

  .fs-xl-44 {
    font-size: 4.4em !important;
  }

  .fs-xl-45 {
    font-size: 4.5em !important;
  }

  .fs-xl-46 {
    font-size: 4.6em !important;
  }

  .fs-xl-47 {
    font-size: 4.7em !important;
  }

  .fs-xl-48 {
    font-size: 4.8em !important;
  }

  .fs-xl-49 {
    font-size: 4.9em !important;
  }

  .fs-xl-50 {
    font-size: 5em !important;
  }

  .fs-xl-51 {
    font-size: 5.1em !important;
  }

  .fs-xl-52 {
    font-size: 5.2em !important;
  }

  .fs-xl-53 {
    font-size: 5.3em !important;
  }

  .fs-xl-54 {
    font-size: 5.4em !important;
  }

  .fs-xl-55 {
    font-size: 5.5em !important;
  }

  .fs-xl-56 {
    font-size: 5.6em !important;
  }

  .fs-xl-57 {
    font-size: 5.7em !important;
  }

  .fs-xl-58 {
    font-size: 5.8em !important;
  }

  .fs-xl-59 {
    font-size: 5.9em !important;
  }

  .fs-xl-60 {
    font-size: 6em !important;
  }

  .fs-xl-61 {
    font-size: 6.1em !important;
  }

  .fs-xl-62 {
    font-size: 6.2em !important;
  }

  .fs-xl-63 {
    font-size: 6.3em !important;
  }

  .fs-xl-64 {
    font-size: 6.4em !important;
  }

  .fs-xl-65 {
    font-size: 6.5em !important;
  }

  .fs-xl-66 {
    font-size: 6.6em !important;
  }

  .fs-xl-67 {
    font-size: 6.7em !important;
  }

  .fs-xl-68 {
    font-size: 6.8em !important;
  }

  .fs-xl-69 {
    font-size: 6.9em !important;
  }

  .fs-xl-70 {
    font-size: 7em !important;
  }

  .fs-xl-71 {
    font-size: 7.1em !important;
  }

  .fs-xl-72 {
    font-size: 7.2em !important;
  }

  .fs-xl-73 {
    font-size: 7.3em !important;
  }

  .fs-xl-74 {
    font-size: 7.4em !important;
  }

  .fs-xl-75 {
    font-size: 7.5em !important;
  }

  .fs-xl-76 {
    font-size: 7.6em !important;
  }

  .fs-xl-77 {
    font-size: 7.7em !important;
  }

  .fs-xl-78 {
    font-size: 7.8em !important;
  }

  .fs-xl-79 {
    font-size: 7.9em !important;
  }

  .fs-xl-80 {
    font-size: 8em !important;
  }

  .fs-xl-81 {
    font-size: 8.1em !important;
  }

  .fs-xl-82 {
    font-size: 8.2em !important;
  }

  .fs-xl-83 {
    font-size: 8.3em !important;
  }

  .fs-xl-84 {
    font-size: 8.4em !important;
  }

  .fs-xl-85 {
    font-size: 8.5em !important;
  }

  .fs-xl-86 {
    font-size: 8.6em !important;
  }

  .fs-xl-87 {
    font-size: 8.7em !important;
  }

  .fs-xl-88 {
    font-size: 8.8em !important;
  }

  .fs-xl-89 {
    font-size: 8.9em !important;
  }

  .fs-xl-90 {
    font-size: 9em !important;
  }

  .fs-xl-91 {
    font-size: 9.1em !important;
  }

  .fs-xl-92 {
    font-size: 9.2em !important;
  }

  .fs-xl-93 {
    font-size: 9.3em !important;
  }

  .fs-xl-94 {
    font-size: 9.4em !important;
  }

  .fs-xl-95 {
    font-size: 9.5em !important;
  }

  .fs-xl-96 {
    font-size: 9.6em !important;
  }

  .fs-xl-97 {
    font-size: 9.7em !important;
  }

  .fs-xl-98 {
    font-size: 9.8em !important;
  }

  .fs-xl-99 {
    font-size: 9.9em !important;
  }

  .fs-xl-100 {
    font-size: 10em !important;
  }

  .fs-xl-101 {
    font-size: 10.1em !important;
  }

  .fs-xl-102 {
    font-size: 10.2em !important;
  }

  .fs-xl-103 {
    font-size: 10.3em !important;
  }

  .fs-xl-104 {
    font-size: 10.4em !important;
  }

  .fs-xl-105 {
    font-size: 10.5em !important;
  }

  .fs-xl-106 {
    font-size: 10.6em !important;
  }

  .fs-xl-107 {
    font-size: 10.7em !important;
  }

  .fs-xl-108 {
    font-size: 10.8em !important;
  }

  .fs-xl-109 {
    font-size: 10.9em !important;
  }

  .fs-xl-110 {
    font-size: 11em !important;
  }

  .fs-xl-111 {
    font-size: 11.1em !important;
  }

  .fs-xl-112 {
    font-size: 11.2em !important;
  }

  .fs-xl-113 {
    font-size: 11.3em !important;
  }

  .fs-xl-114 {
    font-size: 11.4em !important;
  }

  .fs-xl-115 {
    font-size: 11.5em !important;
  }

  .fs-xl-116 {
    font-size: 11.6em !important;
  }

  .fs-xl-117 {
    font-size: 11.7em !important;
  }

  .fs-xl-118 {
    font-size: 11.8em !important;
  }

  .fs-xl-119 {
    font-size: 11.9em !important;
  }

  .fs-xl-120 {
    font-size: 12em !important;
  }

  .fs-xl-121 {
    font-size: 12.1em !important;
  }

  .fs-xl-122 {
    font-size: 12.2em !important;
  }

  .fs-xl-123 {
    font-size: 12.3em !important;
  }

  .fs-xl-124 {
    font-size: 12.4em !important;
  }

  .fs-xl-125 {
    font-size: 12.5em !important;
  }

  .fs-xl-126 {
    font-size: 12.6em !important;
  }

  .fs-xl-127 {
    font-size: 12.7em !important;
  }

  .fs-xl-128 {
    font-size: 12.8em !important;
  }

  .fs-xl-129 {
    font-size: 12.9em !important;
  }

  .fs-xl-130 {
    font-size: 13em !important;
  }

  .fs-xl-131 {
    font-size: 13.1em !important;
  }

  .fs-xl-132 {
    font-size: 13.2em !important;
  }

  .fs-xl-133 {
    font-size: 13.3em !important;
  }

  .fs-xl-134 {
    font-size: 13.4em !important;
  }

  .fs-xl-135 {
    font-size: 13.5em !important;
  }

  .fs-xl-136 {
    font-size: 13.6em !important;
  }

  .fs-xl-137 {
    font-size: 13.7em !important;
  }

  .fs-xl-138 {
    font-size: 13.8em !important;
  }

  .fs-xl-139 {
    font-size: 13.9em !important;
  }

  .fs-xl-140 {
    font-size: 14em !important;
  }

  .fs-xl-141 {
    font-size: 14.1em !important;
  }

  .fs-xl-142 {
    font-size: 14.2em !important;
  }

  .fs-xl-143 {
    font-size: 14.3em !important;
  }

  .fs-xl-144 {
    font-size: 14.4em !important;
  }

  .fs-xl-145 {
    font-size: 14.5em !important;
  }

  .fs-xl-146 {
    font-size: 14.6em !important;
  }

  .fs-xl-147 {
    font-size: 14.7em !important;
  }

  .fs-xl-148 {
    font-size: 14.8em !important;
  }

  .fs-xl-149 {
    font-size: 14.9em !important;
  }

  .fs-xl-150 {
    font-size: 15em !important;
  }

  .fs-xl-151 {
    font-size: 15.1em !important;
  }

  .fs-xl-152 {
    font-size: 15.2em !important;
  }

  .fs-xl-153 {
    font-size: 15.3em !important;
  }

  .fs-xl-154 {
    font-size: 15.4em !important;
  }

  .fs-xl-155 {
    font-size: 15.5em !important;
  }

  .fs-xl-156 {
    font-size: 15.6em !important;
  }

  .fs-xl-157 {
    font-size: 15.7em !important;
  }

  .fs-xl-158 {
    font-size: 15.8em !important;
  }

  .fs-xl-159 {
    font-size: 15.9em !important;
  }

  .fs-xl-160 {
    font-size: 16em !important;
  }

  .fs-xl-161 {
    font-size: 16.1em !important;
  }

  .fs-xl-162 {
    font-size: 16.2em !important;
  }

  .fs-xl-163 {
    font-size: 16.3em !important;
  }

  .fs-xl-164 {
    font-size: 16.4em !important;
  }

  .fs-xl-165 {
    font-size: 16.5em !important;
  }

  .fs-xl-166 {
    font-size: 16.6em !important;
  }

  .fs-xl-167 {
    font-size: 16.7em !important;
  }

  .fs-xl-168 {
    font-size: 16.8em !important;
  }

  .fs-xl-169 {
    font-size: 16.9em !important;
  }

  .fs-xl-170 {
    font-size: 17em !important;
  }

  .fs-xl-171 {
    font-size: 17.1em !important;
  }

  .fs-xl-172 {
    font-size: 17.2em !important;
  }

  .fs-xl-173 {
    font-size: 17.3em !important;
  }

  .fs-xl-174 {
    font-size: 17.4em !important;
  }

  .fs-xl-175 {
    font-size: 17.5em !important;
  }

  .fs-xl-176 {
    font-size: 17.6em !important;
  }

  .fs-xl-177 {
    font-size: 17.7em !important;
  }

  .fs-xl-178 {
    font-size: 17.8em !important;
  }

  .fs-xl-179 {
    font-size: 17.9em !important;
  }

  .fs-xl-180 {
    font-size: 18em !important;
  }

  .fs-xl-181 {
    font-size: 18.1em !important;
  }

  .fs-xl-182 {
    font-size: 18.2em !important;
  }

  .fs-xl-183 {
    font-size: 18.3em !important;
  }

  .fs-xl-184 {
    font-size: 18.4em !important;
  }

  .fs-xl-185 {
    font-size: 18.5em !important;
  }

  .fs-xl-186 {
    font-size: 18.6em !important;
  }

  .fs-xl-187 {
    font-size: 18.7em !important;
  }

  .fs-xl-188 {
    font-size: 18.8em !important;
  }

  .fs-xl-189 {
    font-size: 18.9em !important;
  }

  .fs-xl-190 {
    font-size: 19em !important;
  }

  .fs-xl-191 {
    font-size: 19.1em !important;
  }

  .fs-xl-192 {
    font-size: 19.2em !important;
  }

  .fs-xl-193 {
    font-size: 19.3em !important;
  }

  .fs-xl-194 {
    font-size: 19.4em !important;
  }

  .fs-xl-195 {
    font-size: 19.5em !important;
  }

  .fs-xl-196 {
    font-size: 19.6em !important;
  }

  .fs-xl-197 {
    font-size: 19.7em !important;
  }

  .fs-xl-198 {
    font-size: 19.8em !important;
  }

  .fs-xl-199 {
    font-size: 19.9em !important;
  }

  .fs-xl-200 {
    font-size: 20em !important;
  }
}
.lht-1 {
  line-height: 10%;
}

.lht-2 {
  line-height: 20%;
}

.lht-3 {
  line-height: 30%;
}

.lht-4 {
  line-height: 40%;
}

.lht-5 {
  line-height: 50%;
}

.lht-6 {
  line-height: 60%;
}

.lht-7 {
  line-height: 70%;
}

.lht-8 {
  line-height: 80%;
}

.lht-9 {
  line-height: 90%;
}

.lht-10 {
  line-height: 100%;
}

.lht-11 {
  line-height: 110%;
}

.lht-12 {
  line-height: 120%;
}

.lht-13 {
  line-height: 130%;
}

.lht-14 {
  line-height: 140%;
}

.lht-15 {
  line-height: 150%;
}

.lht-16 {
  line-height: 160%;
}

.lht-17 {
  line-height: 170%;
}

.lht-18 {
  line-height: 180%;
}

.lht-19 {
  line-height: 190%;
}

.lht-20 {
  line-height: 200%;
}

.lht-21 {
  line-height: 210%;
}

.lht-22 {
  line-height: 220%;
}

.lht-23 {
  line-height: 230%;
}

.lht-24 {
  line-height: 240%;
}

.lht-25 {
  line-height: 250%;
}

.lht-26 {
  line-height: 260%;
}

.lht-27 {
  line-height: 270%;
}

.lht-28 {
  line-height: 280%;
}

.lht-29 {
  line-height: 290%;
}

.lht-30 {
  line-height: 300%;
}

.lht-31 {
  line-height: 310%;
}

.lht-32 {
  line-height: 320%;
}

.lht-33 {
  line-height: 330%;
}

.lht-34 {
  line-height: 340%;
}

.lht-35 {
  line-height: 350%;
}

.lht-36 {
  line-height: 360%;
}

.lht-37 {
  line-height: 370%;
}

.lht-38 {
  line-height: 380%;
}

.lht-39 {
  line-height: 390%;
}

.lht-40 {
  line-height: 400%;
}

.lht-41 {
  line-height: 410%;
}

.lht-42 {
  line-height: 420%;
}

.lht-43 {
  line-height: 430%;
}

.lht-44 {
  line-height: 440%;
}

.lht-45 {
  line-height: 450%;
}

.lht-46 {
  line-height: 460%;
}

.lht-47 {
  line-height: 470%;
}

.lht-48 {
  line-height: 480%;
}

.lht-49 {
  line-height: 490%;
}

.lht-50 {
  line-height: 500%;
}

.w-0 {
  width: 0% !important;
}

.mw-0 {
  max-width: 0% !important;
}

.w-1 {
  width: 1% !important;
}

.mw-1 {
  max-width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.mw-2 {
  max-width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.mw-3 {
  max-width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.mw-4 {
  max-width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.mw-5 {
  max-width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.mw-6 {
  max-width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.mw-7 {
  max-width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.mw-8 {
  max-width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.mw-9 {
  max-width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.mw-10 {
  max-width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.mw-11 {
  max-width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.mw-12 {
  max-width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.mw-13 {
  max-width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.mw-14 {
  max-width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.mw-15 {
  max-width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.mw-16 {
  max-width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.mw-17 {
  max-width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.mw-18 {
  max-width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.mw-19 {
  max-width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.mw-20 {
  max-width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.mw-21 {
  max-width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.mw-22 {
  max-width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.mw-23 {
  max-width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.mw-24 {
  max-width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.mw-25 {
  max-width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.mw-26 {
  max-width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.mw-27 {
  max-width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.mw-28 {
  max-width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.mw-29 {
  max-width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.mw-30 {
  max-width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.mw-31 {
  max-width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.mw-32 {
  max-width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.mw-33 {
  max-width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.mw-34 {
  max-width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.mw-35 {
  max-width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.mw-36 {
  max-width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.mw-37 {
  max-width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.mw-38 {
  max-width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.mw-39 {
  max-width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.mw-40 {
  max-width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.mw-41 {
  max-width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.mw-42 {
  max-width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.mw-43 {
  max-width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.mw-44 {
  max-width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.mw-45 {
  max-width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.mw-46 {
  max-width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.mw-47 {
  max-width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.mw-48 {
  max-width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.mw-49 {
  max-width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.w-51 {
  width: 51% !important;
}

.mw-51 {
  max-width: 51% !important;
}

.w-52 {
  width: 52% !important;
}

.mw-52 {
  max-width: 52% !important;
}

.w-53 {
  width: 53% !important;
}

.mw-53 {
  max-width: 53% !important;
}

.w-54 {
  width: 54% !important;
}

.mw-54 {
  max-width: 54% !important;
}

.w-55 {
  width: 55% !important;
}

.mw-55 {
  max-width: 55% !important;
}

.w-56 {
  width: 56% !important;
}

.mw-56 {
  max-width: 56% !important;
}

.w-57 {
  width: 57% !important;
}

.mw-57 {
  max-width: 57% !important;
}

.w-58 {
  width: 58% !important;
}

.mw-58 {
  max-width: 58% !important;
}

.w-59 {
  width: 59% !important;
}

.mw-59 {
  max-width: 59% !important;
}

.w-60 {
  width: 60% !important;
}

.mw-60 {
  max-width: 60% !important;
}

.w-61 {
  width: 61% !important;
}

.mw-61 {
  max-width: 61% !important;
}

.w-62 {
  width: 62% !important;
}

.mw-62 {
  max-width: 62% !important;
}

.w-63 {
  width: 63% !important;
}

.mw-63 {
  max-width: 63% !important;
}

.w-64 {
  width: 64% !important;
}

.mw-64 {
  max-width: 64% !important;
}

.w-65 {
  width: 65% !important;
}

.mw-65 {
  max-width: 65% !important;
}

.w-66 {
  width: 66% !important;
}

.mw-66 {
  max-width: 66% !important;
}

.w-67 {
  width: 67% !important;
}

.mw-67 {
  max-width: 67% !important;
}

.w-68 {
  width: 68% !important;
}

.mw-68 {
  max-width: 68% !important;
}

.w-69 {
  width: 69% !important;
}

.mw-69 {
  max-width: 69% !important;
}

.w-70 {
  width: 70% !important;
}

.mw-70 {
  max-width: 70% !important;
}

.w-71 {
  width: 71% !important;
}

.mw-71 {
  max-width: 71% !important;
}

.w-72 {
  width: 72% !important;
}

.mw-72 {
  max-width: 72% !important;
}

.w-73 {
  width: 73% !important;
}

.mw-73 {
  max-width: 73% !important;
}

.w-74 {
  width: 74% !important;
}

.mw-74 {
  max-width: 74% !important;
}

.w-75 {
  width: 75% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.w-76 {
  width: 76% !important;
}

.mw-76 {
  max-width: 76% !important;
}

.w-77 {
  width: 77% !important;
}

.mw-77 {
  max-width: 77% !important;
}

.w-78 {
  width: 78% !important;
}

.mw-78 {
  max-width: 78% !important;
}

.w-79 {
  width: 79% !important;
}

.mw-79 {
  max-width: 79% !important;
}

.w-80 {
  width: 80% !important;
}

.mw-80 {
  max-width: 80% !important;
}

.w-81 {
  width: 81% !important;
}

.mw-81 {
  max-width: 81% !important;
}

.w-82 {
  width: 82% !important;
}

.mw-82 {
  max-width: 82% !important;
}

.w-83 {
  width: 83% !important;
}

.mw-83 {
  max-width: 83% !important;
}

.w-84 {
  width: 84% !important;
}

.mw-84 {
  max-width: 84% !important;
}

.w-85 {
  width: 85% !important;
}

.mw-85 {
  max-width: 85% !important;
}

.w-86 {
  width: 86% !important;
}

.mw-86 {
  max-width: 86% !important;
}

.w-87 {
  width: 87% !important;
}

.mw-87 {
  max-width: 87% !important;
}

.w-88 {
  width: 88% !important;
}

.mw-88 {
  max-width: 88% !important;
}

.w-89 {
  width: 89% !important;
}

.mw-89 {
  max-width: 89% !important;
}

.w-90 {
  width: 90% !important;
}

.mw-90 {
  max-width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.mw-91 {
  max-width: 91% !important;
}

.w-92 {
  width: 92% !important;
}

.mw-92 {
  max-width: 92% !important;
}

.w-93 {
  width: 93% !important;
}

.mw-93 {
  max-width: 93% !important;
}

.w-94 {
  width: 94% !important;
}

.mw-94 {
  max-width: 94% !important;
}

.w-95 {
  width: 95% !important;
}

.mw-95 {
  max-width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.mw-96 {
  max-width: 96% !important;
}

.w-97 {
  width: 97% !important;
}

.mw-97 {
  max-width: 97% !important;
}

.w-98 {
  width: 98% !important;
}

.mw-98 {
  max-width: 98% !important;
}

.w-99 {
  width: 99% !important;
}

.mw-99 {
  max-width: 99% !important;
}

.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.w-101 {
  width: 101% !important;
}

.mw-101 {
  max-width: 101% !important;
}

.w-102 {
  width: 102% !important;
}

.mw-102 {
  max-width: 102% !important;
}

.w-103 {
  width: 103% !important;
}

.mw-103 {
  max-width: 103% !important;
}

.w-104 {
  width: 104% !important;
}

.mw-104 {
  max-width: 104% !important;
}

.w-105 {
  width: 105% !important;
}

.mw-105 {
  max-width: 105% !important;
}

.w-106 {
  width: 106% !important;
}

.mw-106 {
  max-width: 106% !important;
}

.w-107 {
  width: 107% !important;
}

.mw-107 {
  max-width: 107% !important;
}

.w-108 {
  width: 108% !important;
}

.mw-108 {
  max-width: 108% !important;
}

.w-109 {
  width: 109% !important;
}

.mw-109 {
  max-width: 109% !important;
}

.w-110 {
  width: 110% !important;
}

.mw-110 {
  max-width: 110% !important;
}

.w-111 {
  width: 111% !important;
}

.mw-111 {
  max-width: 111% !important;
}

.w-112 {
  width: 112% !important;
}

.mw-112 {
  max-width: 112% !important;
}

.w-113 {
  width: 113% !important;
}

.mw-113 {
  max-width: 113% !important;
}

.w-114 {
  width: 114% !important;
}

.mw-114 {
  max-width: 114% !important;
}

.w-115 {
  width: 115% !important;
}

.mw-115 {
  max-width: 115% !important;
}

.w-116 {
  width: 116% !important;
}

.mw-116 {
  max-width: 116% !important;
}

.w-117 {
  width: 117% !important;
}

.mw-117 {
  max-width: 117% !important;
}

.w-118 {
  width: 118% !important;
}

.mw-118 {
  max-width: 118% !important;
}

.w-119 {
  width: 119% !important;
}

.mw-119 {
  max-width: 119% !important;
}

.w-120 {
  width: 120% !important;
}

.mw-120 {
  max-width: 120% !important;
}

.w-121 {
  width: 121% !important;
}

.mw-121 {
  max-width: 121% !important;
}

.w-122 {
  width: 122% !important;
}

.mw-122 {
  max-width: 122% !important;
}

.w-123 {
  width: 123% !important;
}

.mw-123 {
  max-width: 123% !important;
}

.w-124 {
  width: 124% !important;
}

.mw-124 {
  max-width: 124% !important;
}

.w-125 {
  width: 125% !important;
}

.mw-125 {
  max-width: 125% !important;
}

.w-126 {
  width: 126% !important;
}

.mw-126 {
  max-width: 126% !important;
}

.w-127 {
  width: 127% !important;
}

.mw-127 {
  max-width: 127% !important;
}

.w-128 {
  width: 128% !important;
}

.mw-128 {
  max-width: 128% !important;
}

.w-129 {
  width: 129% !important;
}

.mw-129 {
  max-width: 129% !important;
}

.w-130 {
  width: 130% !important;
}

.mw-130 {
  max-width: 130% !important;
}

.w-131 {
  width: 131% !important;
}

.mw-131 {
  max-width: 131% !important;
}

.w-132 {
  width: 132% !important;
}

.mw-132 {
  max-width: 132% !important;
}

.w-133 {
  width: 133% !important;
}

.mw-133 {
  max-width: 133% !important;
}

.w-134 {
  width: 134% !important;
}

.mw-134 {
  max-width: 134% !important;
}

.w-135 {
  width: 135% !important;
}

.mw-135 {
  max-width: 135% !important;
}

.w-136 {
  width: 136% !important;
}

.mw-136 {
  max-width: 136% !important;
}

.w-137 {
  width: 137% !important;
}

.mw-137 {
  max-width: 137% !important;
}

.w-138 {
  width: 138% !important;
}

.mw-138 {
  max-width: 138% !important;
}

.w-139 {
  width: 139% !important;
}

.mw-139 {
  max-width: 139% !important;
}

.w-140 {
  width: 140% !important;
}

.mw-140 {
  max-width: 140% !important;
}

.w-141 {
  width: 141% !important;
}

.mw-141 {
  max-width: 141% !important;
}

.w-142 {
  width: 142% !important;
}

.mw-142 {
  max-width: 142% !important;
}

.w-143 {
  width: 143% !important;
}

.mw-143 {
  max-width: 143% !important;
}

.w-144 {
  width: 144% !important;
}

.mw-144 {
  max-width: 144% !important;
}

.w-145 {
  width: 145% !important;
}

.mw-145 {
  max-width: 145% !important;
}

.w-146 {
  width: 146% !important;
}

.mw-146 {
  max-width: 146% !important;
}

.w-147 {
  width: 147% !important;
}

.mw-147 {
  max-width: 147% !important;
}

.w-148 {
  width: 148% !important;
}

.mw-148 {
  max-width: 148% !important;
}

.w-149 {
  width: 149% !important;
}

.mw-149 {
  max-width: 149% !important;
}

.w-150 {
  width: 150% !important;
}

.mw-150 {
  max-width: 150% !important;
}

.w-151 {
  width: 151% !important;
}

.mw-151 {
  max-width: 151% !important;
}

.w-152 {
  width: 152% !important;
}

.mw-152 {
  max-width: 152% !important;
}

.w-153 {
  width: 153% !important;
}

.mw-153 {
  max-width: 153% !important;
}

.w-154 {
  width: 154% !important;
}

.mw-154 {
  max-width: 154% !important;
}

.w-155 {
  width: 155% !important;
}

.mw-155 {
  max-width: 155% !important;
}

.w-156 {
  width: 156% !important;
}

.mw-156 {
  max-width: 156% !important;
}

.w-157 {
  width: 157% !important;
}

.mw-157 {
  max-width: 157% !important;
}

.w-158 {
  width: 158% !important;
}

.mw-158 {
  max-width: 158% !important;
}

.w-159 {
  width: 159% !important;
}

.mw-159 {
  max-width: 159% !important;
}

.w-160 {
  width: 160% !important;
}

.mw-160 {
  max-width: 160% !important;
}

.w-161 {
  width: 161% !important;
}

.mw-161 {
  max-width: 161% !important;
}

.w-162 {
  width: 162% !important;
}

.mw-162 {
  max-width: 162% !important;
}

.w-163 {
  width: 163% !important;
}

.mw-163 {
  max-width: 163% !important;
}

.w-164 {
  width: 164% !important;
}

.mw-164 {
  max-width: 164% !important;
}

.w-165 {
  width: 165% !important;
}

.mw-165 {
  max-width: 165% !important;
}

.w-166 {
  width: 166% !important;
}

.mw-166 {
  max-width: 166% !important;
}

.w-167 {
  width: 167% !important;
}

.mw-167 {
  max-width: 167% !important;
}

.w-168 {
  width: 168% !important;
}

.mw-168 {
  max-width: 168% !important;
}

.w-169 {
  width: 169% !important;
}

.mw-169 {
  max-width: 169% !important;
}

.w-170 {
  width: 170% !important;
}

.mw-170 {
  max-width: 170% !important;
}

.w-171 {
  width: 171% !important;
}

.mw-171 {
  max-width: 171% !important;
}

.w-172 {
  width: 172% !important;
}

.mw-172 {
  max-width: 172% !important;
}

.w-173 {
  width: 173% !important;
}

.mw-173 {
  max-width: 173% !important;
}

.w-174 {
  width: 174% !important;
}

.mw-174 {
  max-width: 174% !important;
}

.w-175 {
  width: 175% !important;
}

.mw-175 {
  max-width: 175% !important;
}

.w-176 {
  width: 176% !important;
}

.mw-176 {
  max-width: 176% !important;
}

.w-177 {
  width: 177% !important;
}

.mw-177 {
  max-width: 177% !important;
}

.w-178 {
  width: 178% !important;
}

.mw-178 {
  max-width: 178% !important;
}

.w-179 {
  width: 179% !important;
}

.mw-179 {
  max-width: 179% !important;
}

.w-180 {
  width: 180% !important;
}

.mw-180 {
  max-width: 180% !important;
}

.w-181 {
  width: 181% !important;
}

.mw-181 {
  max-width: 181% !important;
}

.w-182 {
  width: 182% !important;
}

.mw-182 {
  max-width: 182% !important;
}

.w-183 {
  width: 183% !important;
}

.mw-183 {
  max-width: 183% !important;
}

.w-184 {
  width: 184% !important;
}

.mw-184 {
  max-width: 184% !important;
}

.w-185 {
  width: 185% !important;
}

.mw-185 {
  max-width: 185% !important;
}

.w-186 {
  width: 186% !important;
}

.mw-186 {
  max-width: 186% !important;
}

.w-187 {
  width: 187% !important;
}

.mw-187 {
  max-width: 187% !important;
}

.w-188 {
  width: 188% !important;
}

.mw-188 {
  max-width: 188% !important;
}

.w-189 {
  width: 189% !important;
}

.mw-189 {
  max-width: 189% !important;
}

.w-190 {
  width: 190% !important;
}

.mw-190 {
  max-width: 190% !important;
}

.w-191 {
  width: 191% !important;
}

.mw-191 {
  max-width: 191% !important;
}

.w-192 {
  width: 192% !important;
}

.mw-192 {
  max-width: 192% !important;
}

.w-193 {
  width: 193% !important;
}

.mw-193 {
  max-width: 193% !important;
}

.w-194 {
  width: 194% !important;
}

.mw-194 {
  max-width: 194% !important;
}

.w-195 {
  width: 195% !important;
}

.mw-195 {
  max-width: 195% !important;
}

.w-196 {
  width: 196% !important;
}

.mw-196 {
  max-width: 196% !important;
}

.w-197 {
  width: 197% !important;
}

.mw-197 {
  max-width: 197% !important;
}

.w-198 {
  width: 198% !important;
}

.mw-198 {
  max-width: 198% !important;
}

.w-199 {
  width: 199% !important;
}

.mw-199 {
  max-width: 199% !important;
}

.w-200 {
  width: 200% !important;
}

.mw-200 {
  max-width: 200% !important;
}

.w-auto {
  width: auto !important;
}

@media (min-width: 576px) {
  .w-sm-0 {
    width: 0% !important;
  }

  .mw-sm-0 {
    max-width: 0% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-0 {
    height: 0% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-1 {
    width: 1% !important;
  }

  .mw-sm-1 {
    max-width: 1% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-1 {
    height: 1% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-2 {
    width: 2% !important;
  }

  .mw-sm-2 {
    max-width: 2% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-2 {
    height: 2% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-3 {
    width: 3% !important;
  }

  .mw-sm-3 {
    max-width: 3% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-3 {
    height: 3% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-4 {
    width: 4% !important;
  }

  .mw-sm-4 {
    max-width: 4% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-4 {
    height: 4% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-5 {
    width: 5% !important;
  }

  .mw-sm-5 {
    max-width: 5% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-5 {
    height: 5% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-6 {
    width: 6% !important;
  }

  .mw-sm-6 {
    max-width: 6% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-6 {
    height: 6% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-7 {
    width: 7% !important;
  }

  .mw-sm-7 {
    max-width: 7% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-7 {
    height: 7% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-8 {
    width: 8% !important;
  }

  .mw-sm-8 {
    max-width: 8% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-8 {
    height: 8% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-9 {
    width: 9% !important;
  }

  .mw-sm-9 {
    max-width: 9% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-9 {
    height: 9% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-10 {
    width: 10% !important;
  }

  .mw-sm-10 {
    max-width: 10% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-10 {
    height: 10% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-11 {
    width: 11% !important;
  }

  .mw-sm-11 {
    max-width: 11% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-11 {
    height: 11% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-12 {
    width: 12% !important;
  }

  .mw-sm-12 {
    max-width: 12% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-12 {
    height: 12% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-13 {
    width: 13% !important;
  }

  .mw-sm-13 {
    max-width: 13% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-13 {
    height: 13% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-14 {
    width: 14% !important;
  }

  .mw-sm-14 {
    max-width: 14% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-14 {
    height: 14% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-15 {
    width: 15% !important;
  }

  .mw-sm-15 {
    max-width: 15% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-15 {
    height: 15% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-16 {
    width: 16% !important;
  }

  .mw-sm-16 {
    max-width: 16% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-16 {
    height: 16% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-17 {
    width: 17% !important;
  }

  .mw-sm-17 {
    max-width: 17% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-17 {
    height: 17% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-18 {
    width: 18% !important;
  }

  .mw-sm-18 {
    max-width: 18% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-18 {
    height: 18% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-19 {
    width: 19% !important;
  }

  .mw-sm-19 {
    max-width: 19% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-19 {
    height: 19% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .mw-sm-20 {
    max-width: 20% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-20 {
    height: 20% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-21 {
    width: 21% !important;
  }

  .mw-sm-21 {
    max-width: 21% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-21 {
    height: 21% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-22 {
    width: 22% !important;
  }

  .mw-sm-22 {
    max-width: 22% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-22 {
    height: 22% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-23 {
    width: 23% !important;
  }

  .mw-sm-23 {
    max-width: 23% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-23 {
    height: 23% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-24 {
    width: 24% !important;
  }

  .mw-sm-24 {
    max-width: 24% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-24 {
    height: 24% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .mw-sm-25 {
    max-width: 25% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-26 {
    width: 26% !important;
  }

  .mw-sm-26 {
    max-width: 26% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-26 {
    height: 26% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-27 {
    width: 27% !important;
  }

  .mw-sm-27 {
    max-width: 27% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-27 {
    height: 27% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-28 {
    width: 28% !important;
  }

  .mw-sm-28 {
    max-width: 28% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-28 {
    height: 28% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-29 {
    width: 29% !important;
  }

  .mw-sm-29 {
    max-width: 29% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-29 {
    height: 29% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .mw-sm-30 {
    max-width: 30% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-30 {
    height: 30% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-31 {
    width: 31% !important;
  }

  .mw-sm-31 {
    max-width: 31% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-31 {
    height: 31% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-32 {
    width: 32% !important;
  }

  .mw-sm-32 {
    max-width: 32% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-32 {
    height: 32% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-33 {
    width: 33% !important;
  }

  .mw-sm-33 {
    max-width: 33% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-33 {
    height: 33% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-34 {
    width: 34% !important;
  }

  .mw-sm-34 {
    max-width: 34% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-34 {
    height: 34% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .mw-sm-35 {
    max-width: 35% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-35 {
    height: 35% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-36 {
    width: 36% !important;
  }

  .mw-sm-36 {
    max-width: 36% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-36 {
    height: 36% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-37 {
    width: 37% !important;
  }

  .mw-sm-37 {
    max-width: 37% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-37 {
    height: 37% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-38 {
    width: 38% !important;
  }

  .mw-sm-38 {
    max-width: 38% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-38 {
    height: 38% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-39 {
    width: 39% !important;
  }

  .mw-sm-39 {
    max-width: 39% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-39 {
    height: 39% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .mw-sm-40 {
    max-width: 40% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-41 {
    width: 41% !important;
  }

  .mw-sm-41 {
    max-width: 41% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-41 {
    height: 41% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-42 {
    width: 42% !important;
  }

  .mw-sm-42 {
    max-width: 42% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-42 {
    height: 42% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-43 {
    width: 43% !important;
  }

  .mw-sm-43 {
    max-width: 43% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-43 {
    height: 43% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-44 {
    width: 44% !important;
  }

  .mw-sm-44 {
    max-width: 44% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-44 {
    height: 44% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

  .mw-sm-45 {
    max-width: 45% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-45 {
    height: 45% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-46 {
    width: 46% !important;
  }

  .mw-sm-46 {
    max-width: 46% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-46 {
    height: 46% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-47 {
    width: 47% !important;
  }

  .mw-sm-47 {
    max-width: 47% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-47 {
    height: 47% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-48 {
    width: 48% !important;
  }

  .mw-sm-48 {
    max-width: 48% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-48 {
    height: 48% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-49 {
    width: 49% !important;
  }

  .mw-sm-49 {
    max-width: 49% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-49 {
    height: 49% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .mw-sm-50 {
    max-width: 50% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-51 {
    width: 51% !important;
  }

  .mw-sm-51 {
    max-width: 51% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-51 {
    height: 51% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-52 {
    width: 52% !important;
  }

  .mw-sm-52 {
    max-width: 52% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-52 {
    height: 52% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-53 {
    width: 53% !important;
  }

  .mw-sm-53 {
    max-width: 53% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-53 {
    height: 53% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-54 {
    width: 54% !important;
  }

  .mw-sm-54 {
    max-width: 54% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-54 {
    height: 54% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-55 {
    width: 55% !important;
  }

  .mw-sm-55 {
    max-width: 55% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-55 {
    height: 55% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-56 {
    width: 56% !important;
  }

  .mw-sm-56 {
    max-width: 56% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-56 {
    height: 56% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-57 {
    width: 57% !important;
  }

  .mw-sm-57 {
    max-width: 57% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-57 {
    height: 57% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-58 {
    width: 58% !important;
  }

  .mw-sm-58 {
    max-width: 58% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-58 {
    height: 58% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-59 {
    width: 59% !important;
  }

  .mw-sm-59 {
    max-width: 59% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-59 {
    height: 59% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .mw-sm-60 {
    max-width: 60% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-60 {
    height: 60% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-61 {
    width: 61% !important;
  }

  .mw-sm-61 {
    max-width: 61% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-61 {
    height: 61% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-62 {
    width: 62% !important;
  }

  .mw-sm-62 {
    max-width: 62% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-62 {
    height: 62% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-63 {
    width: 63% !important;
  }

  .mw-sm-63 {
    max-width: 63% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-63 {
    height: 63% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-64 {
    width: 64% !important;
  }

  .mw-sm-64 {
    max-width: 64% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-64 {
    height: 64% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-65 {
    width: 65% !important;
  }

  .mw-sm-65 {
    max-width: 65% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-65 {
    height: 65% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-66 {
    width: 66% !important;
  }

  .mw-sm-66 {
    max-width: 66% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-66 {
    height: 66% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-67 {
    width: 67% !important;
  }

  .mw-sm-67 {
    max-width: 67% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-67 {
    height: 67% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-68 {
    width: 68% !important;
  }

  .mw-sm-68 {
    max-width: 68% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-68 {
    height: 68% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-69 {
    width: 69% !important;
  }

  .mw-sm-69 {
    max-width: 69% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-69 {
    height: 69% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .mw-sm-70 {
    max-width: 70% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-70 {
    height: 70% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-71 {
    width: 71% !important;
  }

  .mw-sm-71 {
    max-width: 71% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-71 {
    height: 71% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-72 {
    width: 72% !important;
  }

  .mw-sm-72 {
    max-width: 72% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-72 {
    height: 72% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-73 {
    width: 73% !important;
  }

  .mw-sm-73 {
    max-width: 73% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-73 {
    height: 73% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-74 {
    width: 74% !important;
  }

  .mw-sm-74 {
    max-width: 74% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-74 {
    height: 74% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .mw-sm-75 {
    max-width: 75% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-76 {
    width: 76% !important;
  }

  .mw-sm-76 {
    max-width: 76% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-76 {
    height: 76% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-77 {
    width: 77% !important;
  }

  .mw-sm-77 {
    max-width: 77% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-77 {
    height: 77% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-78 {
    width: 78% !important;
  }

  .mw-sm-78 {
    max-width: 78% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-78 {
    height: 78% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-79 {
    width: 79% !important;
  }

  .mw-sm-79 {
    max-width: 79% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-79 {
    height: 79% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .mw-sm-80 {
    max-width: 80% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-80 {
    height: 80% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-81 {
    width: 81% !important;
  }

  .mw-sm-81 {
    max-width: 81% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-81 {
    height: 81% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-82 {
    width: 82% !important;
  }

  .mw-sm-82 {
    max-width: 82% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-82 {
    height: 82% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-83 {
    width: 83% !important;
  }

  .mw-sm-83 {
    max-width: 83% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-83 {
    height: 83% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-84 {
    width: 84% !important;
  }

  .mw-sm-84 {
    max-width: 84% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-84 {
    height: 84% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-85 {
    width: 85% !important;
  }

  .mw-sm-85 {
    max-width: 85% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-85 {
    height: 85% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-86 {
    width: 86% !important;
  }

  .mw-sm-86 {
    max-width: 86% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-86 {
    height: 86% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-87 {
    width: 87% !important;
  }

  .mw-sm-87 {
    max-width: 87% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-87 {
    height: 87% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-88 {
    width: 88% !important;
  }

  .mw-sm-88 {
    max-width: 88% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-88 {
    height: 88% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-89 {
    width: 89% !important;
  }

  .mw-sm-89 {
    max-width: 89% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-89 {
    height: 89% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .mw-sm-90 {
    max-width: 90% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-90 {
    height: 90% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-91 {
    width: 91% !important;
  }

  .mw-sm-91 {
    max-width: 91% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-91 {
    height: 91% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-92 {
    width: 92% !important;
  }

  .mw-sm-92 {
    max-width: 92% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-92 {
    height: 92% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-93 {
    width: 93% !important;
  }

  .mw-sm-93 {
    max-width: 93% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-93 {
    height: 93% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-94 {
    width: 94% !important;
  }

  .mw-sm-94 {
    max-width: 94% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-94 {
    height: 94% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-95 {
    width: 95% !important;
  }

  .mw-sm-95 {
    max-width: 95% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-95 {
    height: 95% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-96 {
    width: 96% !important;
  }

  .mw-sm-96 {
    max-width: 96% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-96 {
    height: 96% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-97 {
    width: 97% !important;
  }

  .mw-sm-97 {
    max-width: 97% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-97 {
    height: 97% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-98 {
    width: 98% !important;
  }

  .mw-sm-98 {
    max-width: 98% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-98 {
    height: 98% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-99 {
    width: 99% !important;
  }

  .mw-sm-99 {
    max-width: 99% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-99 {
    height: 99% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .mw-sm-100 {
    max-width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-0 {
    width: 0% !important;
  }

  .mw-md-0 {
    max-width: 0% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-0 {
    height: 0% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-1 {
    width: 1% !important;
  }

  .mw-md-1 {
    max-width: 1% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-1 {
    height: 1% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-2 {
    width: 2% !important;
  }

  .mw-md-2 {
    max-width: 2% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-2 {
    height: 2% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-3 {
    width: 3% !important;
  }

  .mw-md-3 {
    max-width: 3% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-3 {
    height: 3% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-4 {
    width: 4% !important;
  }

  .mw-md-4 {
    max-width: 4% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-4 {
    height: 4% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-5 {
    width: 5% !important;
  }

  .mw-md-5 {
    max-width: 5% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-5 {
    height: 5% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-6 {
    width: 6% !important;
  }

  .mw-md-6 {
    max-width: 6% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-6 {
    height: 6% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-7 {
    width: 7% !important;
  }

  .mw-md-7 {
    max-width: 7% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-7 {
    height: 7% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-8 {
    width: 8% !important;
  }

  .mw-md-8 {
    max-width: 8% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-8 {
    height: 8% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-9 {
    width: 9% !important;
  }

  .mw-md-9 {
    max-width: 9% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-9 {
    height: 9% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-10 {
    width: 10% !important;
  }

  .mw-md-10 {
    max-width: 10% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-10 {
    height: 10% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-11 {
    width: 11% !important;
  }

  .mw-md-11 {
    max-width: 11% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-11 {
    height: 11% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-12 {
    width: 12% !important;
  }

  .mw-md-12 {
    max-width: 12% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-12 {
    height: 12% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-13 {
    width: 13% !important;
  }

  .mw-md-13 {
    max-width: 13% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-13 {
    height: 13% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-14 {
    width: 14% !important;
  }

  .mw-md-14 {
    max-width: 14% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-14 {
    height: 14% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-15 {
    width: 15% !important;
  }

  .mw-md-15 {
    max-width: 15% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-15 {
    height: 15% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-16 {
    width: 16% !important;
  }

  .mw-md-16 {
    max-width: 16% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-16 {
    height: 16% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-17 {
    width: 17% !important;
  }

  .mw-md-17 {
    max-width: 17% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-17 {
    height: 17% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-18 {
    width: 18% !important;
  }

  .mw-md-18 {
    max-width: 18% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-18 {
    height: 18% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-19 {
    width: 19% !important;
  }

  .mw-md-19 {
    max-width: 19% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-19 {
    height: 19% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .mw-md-20 {
    max-width: 20% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-20 {
    height: 20% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-21 {
    width: 21% !important;
  }

  .mw-md-21 {
    max-width: 21% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-21 {
    height: 21% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-22 {
    width: 22% !important;
  }

  .mw-md-22 {
    max-width: 22% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-22 {
    height: 22% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-23 {
    width: 23% !important;
  }

  .mw-md-23 {
    max-width: 23% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-23 {
    height: 23% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-24 {
    width: 24% !important;
  }

  .mw-md-24 {
    max-width: 24% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-24 {
    height: 24% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .mw-md-25 {
    max-width: 25% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-26 {
    width: 26% !important;
  }

  .mw-md-26 {
    max-width: 26% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-26 {
    height: 26% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-27 {
    width: 27% !important;
  }

  .mw-md-27 {
    max-width: 27% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-27 {
    height: 27% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-28 {
    width: 28% !important;
  }

  .mw-md-28 {
    max-width: 28% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-28 {
    height: 28% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-29 {
    width: 29% !important;
  }

  .mw-md-29 {
    max-width: 29% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-29 {
    height: 29% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .mw-md-30 {
    max-width: 30% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-30 {
    height: 30% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-31 {
    width: 31% !important;
  }

  .mw-md-31 {
    max-width: 31% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-31 {
    height: 31% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-32 {
    width: 32% !important;
  }

  .mw-md-32 {
    max-width: 32% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-32 {
    height: 32% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-33 {
    width: 33% !important;
  }

  .mw-md-33 {
    max-width: 33% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-33 {
    height: 33% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-34 {
    width: 34% !important;
  }

  .mw-md-34 {
    max-width: 34% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-34 {
    height: 34% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .mw-md-35 {
    max-width: 35% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-35 {
    height: 35% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-36 {
    width: 36% !important;
  }

  .mw-md-36 {
    max-width: 36% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-36 {
    height: 36% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-37 {
    width: 37% !important;
  }

  .mw-md-37 {
    max-width: 37% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-37 {
    height: 37% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-38 {
    width: 38% !important;
  }

  .mw-md-38 {
    max-width: 38% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-38 {
    height: 38% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-39 {
    width: 39% !important;
  }

  .mw-md-39 {
    max-width: 39% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-39 {
    height: 39% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .mw-md-40 {
    max-width: 40% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-41 {
    width: 41% !important;
  }

  .mw-md-41 {
    max-width: 41% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-41 {
    height: 41% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-42 {
    width: 42% !important;
  }

  .mw-md-42 {
    max-width: 42% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-42 {
    height: 42% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-43 {
    width: 43% !important;
  }

  .mw-md-43 {
    max-width: 43% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-43 {
    height: 43% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-44 {
    width: 44% !important;
  }

  .mw-md-44 {
    max-width: 44% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-44 {
    height: 44% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

  .mw-md-45 {
    max-width: 45% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-45 {
    height: 45% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-46 {
    width: 46% !important;
  }

  .mw-md-46 {
    max-width: 46% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-46 {
    height: 46% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-47 {
    width: 47% !important;
  }

  .mw-md-47 {
    max-width: 47% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-47 {
    height: 47% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-48 {
    width: 48% !important;
  }

  .mw-md-48 {
    max-width: 48% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-48 {
    height: 48% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-49 {
    width: 49% !important;
  }

  .mw-md-49 {
    max-width: 49% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-49 {
    height: 49% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .mw-md-50 {
    max-width: 50% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-51 {
    width: 51% !important;
  }

  .mw-md-51 {
    max-width: 51% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-51 {
    height: 51% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-52 {
    width: 52% !important;
  }

  .mw-md-52 {
    max-width: 52% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-52 {
    height: 52% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-53 {
    width: 53% !important;
  }

  .mw-md-53 {
    max-width: 53% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-53 {
    height: 53% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-54 {
    width: 54% !important;
  }

  .mw-md-54 {
    max-width: 54% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-54 {
    height: 54% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-55 {
    width: 55% !important;
  }

  .mw-md-55 {
    max-width: 55% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-55 {
    height: 55% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-56 {
    width: 56% !important;
  }

  .mw-md-56 {
    max-width: 56% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-56 {
    height: 56% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-57 {
    width: 57% !important;
  }

  .mw-md-57 {
    max-width: 57% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-57 {
    height: 57% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-58 {
    width: 58% !important;
  }

  .mw-md-58 {
    max-width: 58% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-58 {
    height: 58% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-59 {
    width: 59% !important;
  }

  .mw-md-59 {
    max-width: 59% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-59 {
    height: 59% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .mw-md-60 {
    max-width: 60% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-60 {
    height: 60% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-61 {
    width: 61% !important;
  }

  .mw-md-61 {
    max-width: 61% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-61 {
    height: 61% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-62 {
    width: 62% !important;
  }

  .mw-md-62 {
    max-width: 62% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-62 {
    height: 62% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-63 {
    width: 63% !important;
  }

  .mw-md-63 {
    max-width: 63% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-63 {
    height: 63% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-64 {
    width: 64% !important;
  }

  .mw-md-64 {
    max-width: 64% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-64 {
    height: 64% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-65 {
    width: 65% !important;
  }

  .mw-md-65 {
    max-width: 65% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-65 {
    height: 65% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-66 {
    width: 66% !important;
  }

  .mw-md-66 {
    max-width: 66% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-66 {
    height: 66% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-67 {
    width: 67% !important;
  }

  .mw-md-67 {
    max-width: 67% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-67 {
    height: 67% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-68 {
    width: 68% !important;
  }

  .mw-md-68 {
    max-width: 68% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-68 {
    height: 68% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-69 {
    width: 69% !important;
  }

  .mw-md-69 {
    max-width: 69% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-69 {
    height: 69% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .mw-md-70 {
    max-width: 70% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-70 {
    height: 70% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-71 {
    width: 71% !important;
  }

  .mw-md-71 {
    max-width: 71% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-71 {
    height: 71% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-72 {
    width: 72% !important;
  }

  .mw-md-72 {
    max-width: 72% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-72 {
    height: 72% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-73 {
    width: 73% !important;
  }

  .mw-md-73 {
    max-width: 73% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-73 {
    height: 73% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-74 {
    width: 74% !important;
  }

  .mw-md-74 {
    max-width: 74% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-74 {
    height: 74% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .mw-md-75 {
    max-width: 75% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-76 {
    width: 76% !important;
  }

  .mw-md-76 {
    max-width: 76% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-76 {
    height: 76% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-77 {
    width: 77% !important;
  }

  .mw-md-77 {
    max-width: 77% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-77 {
    height: 77% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-78 {
    width: 78% !important;
  }

  .mw-md-78 {
    max-width: 78% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-78 {
    height: 78% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-79 {
    width: 79% !important;
  }

  .mw-md-79 {
    max-width: 79% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-79 {
    height: 79% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .mw-md-80 {
    max-width: 80% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-80 {
    height: 80% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-81 {
    width: 81% !important;
  }

  .mw-md-81 {
    max-width: 81% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-81 {
    height: 81% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-82 {
    width: 82% !important;
  }

  .mw-md-82 {
    max-width: 82% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-82 {
    height: 82% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-83 {
    width: 83% !important;
  }

  .mw-md-83 {
    max-width: 83% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-83 {
    height: 83% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-84 {
    width: 84% !important;
  }

  .mw-md-84 {
    max-width: 84% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-84 {
    height: 84% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-85 {
    width: 85% !important;
  }

  .mw-md-85 {
    max-width: 85% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-85 {
    height: 85% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-86 {
    width: 86% !important;
  }

  .mw-md-86 {
    max-width: 86% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-86 {
    height: 86% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-87 {
    width: 87% !important;
  }

  .mw-md-87 {
    max-width: 87% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-87 {
    height: 87% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-88 {
    width: 88% !important;
  }

  .mw-md-88 {
    max-width: 88% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-88 {
    height: 88% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-89 {
    width: 89% !important;
  }

  .mw-md-89 {
    max-width: 89% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-89 {
    height: 89% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .mw-md-90 {
    max-width: 90% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-90 {
    height: 90% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-91 {
    width: 91% !important;
  }

  .mw-md-91 {
    max-width: 91% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-91 {
    height: 91% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-92 {
    width: 92% !important;
  }

  .mw-md-92 {
    max-width: 92% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-92 {
    height: 92% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-93 {
    width: 93% !important;
  }

  .mw-md-93 {
    max-width: 93% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-93 {
    height: 93% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-94 {
    width: 94% !important;
  }

  .mw-md-94 {
    max-width: 94% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-94 {
    height: 94% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-95 {
    width: 95% !important;
  }

  .mw-md-95 {
    max-width: 95% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-95 {
    height: 95% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-96 {
    width: 96% !important;
  }

  .mw-md-96 {
    max-width: 96% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-96 {
    height: 96% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-97 {
    width: 97% !important;
  }

  .mw-md-97 {
    max-width: 97% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-97 {
    height: 97% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-98 {
    width: 98% !important;
  }

  .mw-md-98 {
    max-width: 98% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-98 {
    height: 98% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-99 {
    width: 99% !important;
  }

  .mw-md-99 {
    max-width: 99% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-99 {
    height: 99% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .mw-md-100 {
    max-width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-0 {
    width: 0% !important;
  }

  .mw-lg-0 {
    max-width: 0% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-0 {
    height: 0% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-1 {
    width: 1% !important;
  }

  .mw-lg-1 {
    max-width: 1% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-1 {
    height: 1% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-2 {
    width: 2% !important;
  }

  .mw-lg-2 {
    max-width: 2% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-2 {
    height: 2% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-3 {
    width: 3% !important;
  }

  .mw-lg-3 {
    max-width: 3% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-3 {
    height: 3% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-4 {
    width: 4% !important;
  }

  .mw-lg-4 {
    max-width: 4% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-4 {
    height: 4% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-5 {
    width: 5% !important;
  }

  .mw-lg-5 {
    max-width: 5% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-5 {
    height: 5% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-6 {
    width: 6% !important;
  }

  .mw-lg-6 {
    max-width: 6% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-6 {
    height: 6% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-7 {
    width: 7% !important;
  }

  .mw-lg-7 {
    max-width: 7% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-7 {
    height: 7% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-8 {
    width: 8% !important;
  }

  .mw-lg-8 {
    max-width: 8% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-8 {
    height: 8% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-9 {
    width: 9% !important;
  }

  .mw-lg-9 {
    max-width: 9% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-9 {
    height: 9% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-10 {
    width: 10% !important;
  }

  .mw-lg-10 {
    max-width: 10% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-10 {
    height: 10% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-11 {
    width: 11% !important;
  }

  .mw-lg-11 {
    max-width: 11% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-11 {
    height: 11% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-12 {
    width: 12% !important;
  }

  .mw-lg-12 {
    max-width: 12% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-12 {
    height: 12% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-13 {
    width: 13% !important;
  }

  .mw-lg-13 {
    max-width: 13% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-13 {
    height: 13% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-14 {
    width: 14% !important;
  }

  .mw-lg-14 {
    max-width: 14% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-14 {
    height: 14% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-15 {
    width: 15% !important;
  }

  .mw-lg-15 {
    max-width: 15% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-15 {
    height: 15% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-16 {
    width: 16% !important;
  }

  .mw-lg-16 {
    max-width: 16% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-16 {
    height: 16% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-17 {
    width: 17% !important;
  }

  .mw-lg-17 {
    max-width: 17% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-17 {
    height: 17% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-18 {
    width: 18% !important;
  }

  .mw-lg-18 {
    max-width: 18% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-18 {
    height: 18% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-19 {
    width: 19% !important;
  }

  .mw-lg-19 {
    max-width: 19% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-19 {
    height: 19% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .mw-lg-20 {
    max-width: 20% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-20 {
    height: 20% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-21 {
    width: 21% !important;
  }

  .mw-lg-21 {
    max-width: 21% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-21 {
    height: 21% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-22 {
    width: 22% !important;
  }

  .mw-lg-22 {
    max-width: 22% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-22 {
    height: 22% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-23 {
    width: 23% !important;
  }

  .mw-lg-23 {
    max-width: 23% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-23 {
    height: 23% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-24 {
    width: 24% !important;
  }

  .mw-lg-24 {
    max-width: 24% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-24 {
    height: 24% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .mw-lg-25 {
    max-width: 25% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-26 {
    width: 26% !important;
  }

  .mw-lg-26 {
    max-width: 26% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-26 {
    height: 26% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-27 {
    width: 27% !important;
  }

  .mw-lg-27 {
    max-width: 27% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-27 {
    height: 27% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-28 {
    width: 28% !important;
  }

  .mw-lg-28 {
    max-width: 28% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-28 {
    height: 28% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-29 {
    width: 29% !important;
  }

  .mw-lg-29 {
    max-width: 29% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-29 {
    height: 29% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .mw-lg-30 {
    max-width: 30% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-30 {
    height: 30% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-31 {
    width: 31% !important;
  }

  .mw-lg-31 {
    max-width: 31% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-31 {
    height: 31% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-32 {
    width: 32% !important;
  }

  .mw-lg-32 {
    max-width: 32% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-32 {
    height: 32% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-33 {
    width: 33% !important;
  }

  .mw-lg-33 {
    max-width: 33% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-33 {
    height: 33% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-34 {
    width: 34% !important;
  }

  .mw-lg-34 {
    max-width: 34% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-34 {
    height: 34% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .mw-lg-35 {
    max-width: 35% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-35 {
    height: 35% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-36 {
    width: 36% !important;
  }

  .mw-lg-36 {
    max-width: 36% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-36 {
    height: 36% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-37 {
    width: 37% !important;
  }

  .mw-lg-37 {
    max-width: 37% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-37 {
    height: 37% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-38 {
    width: 38% !important;
  }

  .mw-lg-38 {
    max-width: 38% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-38 {
    height: 38% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-39 {
    width: 39% !important;
  }

  .mw-lg-39 {
    max-width: 39% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-39 {
    height: 39% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .mw-lg-40 {
    max-width: 40% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-41 {
    width: 41% !important;
  }

  .mw-lg-41 {
    max-width: 41% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-41 {
    height: 41% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-42 {
    width: 42% !important;
  }

  .mw-lg-42 {
    max-width: 42% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-42 {
    height: 42% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-43 {
    width: 43% !important;
  }

  .mw-lg-43 {
    max-width: 43% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-43 {
    height: 43% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-44 {
    width: 44% !important;
  }

  .mw-lg-44 {
    max-width: 44% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-44 {
    height: 44% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .mw-lg-45 {
    max-width: 45% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-45 {
    height: 45% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-46 {
    width: 46% !important;
  }

  .mw-lg-46 {
    max-width: 46% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-46 {
    height: 46% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-47 {
    width: 47% !important;
  }

  .mw-lg-47 {
    max-width: 47% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-47 {
    height: 47% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-48 {
    width: 48% !important;
  }

  .mw-lg-48 {
    max-width: 48% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-48 {
    height: 48% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-49 {
    width: 49% !important;
  }

  .mw-lg-49 {
    max-width: 49% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-49 {
    height: 49% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .mw-lg-50 {
    max-width: 50% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-51 {
    width: 51% !important;
  }

  .mw-lg-51 {
    max-width: 51% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-51 {
    height: 51% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-52 {
    width: 52% !important;
  }

  .mw-lg-52 {
    max-width: 52% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-52 {
    height: 52% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-53 {
    width: 53% !important;
  }

  .mw-lg-53 {
    max-width: 53% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-53 {
    height: 53% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-54 {
    width: 54% !important;
  }

  .mw-lg-54 {
    max-width: 54% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-54 {
    height: 54% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }

  .mw-lg-55 {
    max-width: 55% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-55 {
    height: 55% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-56 {
    width: 56% !important;
  }

  .mw-lg-56 {
    max-width: 56% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-56 {
    height: 56% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-57 {
    width: 57% !important;
  }

  .mw-lg-57 {
    max-width: 57% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-57 {
    height: 57% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-58 {
    width: 58% !important;
  }

  .mw-lg-58 {
    max-width: 58% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-58 {
    height: 58% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-59 {
    width: 59% !important;
  }

  .mw-lg-59 {
    max-width: 59% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-59 {
    height: 59% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .mw-lg-60 {
    max-width: 60% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-60 {
    height: 60% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-61 {
    width: 61% !important;
  }

  .mw-lg-61 {
    max-width: 61% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-61 {
    height: 61% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-62 {
    width: 62% !important;
  }

  .mw-lg-62 {
    max-width: 62% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-62 {
    height: 62% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-63 {
    width: 63% !important;
  }

  .mw-lg-63 {
    max-width: 63% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-63 {
    height: 63% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-64 {
    width: 64% !important;
  }

  .mw-lg-64 {
    max-width: 64% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-64 {
    height: 64% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .mw-lg-65 {
    max-width: 65% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-65 {
    height: 65% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-66 {
    width: 66% !important;
  }

  .mw-lg-66 {
    max-width: 66% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-66 {
    height: 66% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-67 {
    width: 67% !important;
  }

  .mw-lg-67 {
    max-width: 67% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-67 {
    height: 67% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-68 {
    width: 68% !important;
  }

  .mw-lg-68 {
    max-width: 68% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-68 {
    height: 68% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-69 {
    width: 69% !important;
  }

  .mw-lg-69 {
    max-width: 69% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-69 {
    height: 69% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .mw-lg-70 {
    max-width: 70% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-70 {
    height: 70% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-71 {
    width: 71% !important;
  }

  .mw-lg-71 {
    max-width: 71% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-71 {
    height: 71% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-72 {
    width: 72% !important;
  }

  .mw-lg-72 {
    max-width: 72% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-72 {
    height: 72% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-73 {
    width: 73% !important;
  }

  .mw-lg-73 {
    max-width: 73% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-73 {
    height: 73% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-74 {
    width: 74% !important;
  }

  .mw-lg-74 {
    max-width: 74% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-74 {
    height: 74% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .mw-lg-75 {
    max-width: 75% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-76 {
    width: 76% !important;
  }

  .mw-lg-76 {
    max-width: 76% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-76 {
    height: 76% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-77 {
    width: 77% !important;
  }

  .mw-lg-77 {
    max-width: 77% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-77 {
    height: 77% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-78 {
    width: 78% !important;
  }

  .mw-lg-78 {
    max-width: 78% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-78 {
    height: 78% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-79 {
    width: 79% !important;
  }

  .mw-lg-79 {
    max-width: 79% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-79 {
    height: 79% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .mw-lg-80 {
    max-width: 80% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-81 {
    width: 81% !important;
  }

  .mw-lg-81 {
    max-width: 81% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-81 {
    height: 81% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-82 {
    width: 82% !important;
  }

  .mw-lg-82 {
    max-width: 82% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-82 {
    height: 82% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-83 {
    width: 83% !important;
  }

  .mw-lg-83 {
    max-width: 83% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-83 {
    height: 83% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-84 {
    width: 84% !important;
  }

  .mw-lg-84 {
    max-width: 84% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-84 {
    height: 84% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-85 {
    width: 85% !important;
  }

  .mw-lg-85 {
    max-width: 85% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-85 {
    height: 85% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-86 {
    width: 86% !important;
  }

  .mw-lg-86 {
    max-width: 86% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-86 {
    height: 86% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-87 {
    width: 87% !important;
  }

  .mw-lg-87 {
    max-width: 87% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-87 {
    height: 87% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-88 {
    width: 88% !important;
  }

  .mw-lg-88 {
    max-width: 88% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-88 {
    height: 88% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-89 {
    width: 89% !important;
  }

  .mw-lg-89 {
    max-width: 89% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-89 {
    height: 89% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .mw-lg-90 {
    max-width: 90% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-90 {
    height: 90% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-91 {
    width: 91% !important;
  }

  .mw-lg-91 {
    max-width: 91% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-91 {
    height: 91% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-92 {
    width: 92% !important;
  }

  .mw-lg-92 {
    max-width: 92% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-92 {
    height: 92% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-93 {
    width: 93% !important;
  }

  .mw-lg-93 {
    max-width: 93% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-93 {
    height: 93% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-94 {
    width: 94% !important;
  }

  .mw-lg-94 {
    max-width: 94% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-94 {
    height: 94% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-95 {
    width: 95% !important;
  }

  .mw-lg-95 {
    max-width: 95% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-95 {
    height: 95% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-96 {
    width: 96% !important;
  }

  .mw-lg-96 {
    max-width: 96% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-96 {
    height: 96% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-97 {
    width: 97% !important;
  }

  .mw-lg-97 {
    max-width: 97% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-97 {
    height: 97% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-98 {
    width: 98% !important;
  }

  .mw-lg-98 {
    max-width: 98% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-98 {
    height: 98% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-99 {
    width: 99% !important;
  }

  .mw-lg-99 {
    max-width: 99% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-99 {
    height: 99% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .mw-lg-100 {
    max-width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-0 {
    width: 0% !important;
  }

  .mw-xl-0 {
    max-width: 0% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-0 {
    height: 0% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-1 {
    width: 1% !important;
  }

  .mw-xl-1 {
    max-width: 1% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-1 {
    height: 1% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-2 {
    width: 2% !important;
  }

  .mw-xl-2 {
    max-width: 2% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-2 {
    height: 2% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-3 {
    width: 3% !important;
  }

  .mw-xl-3 {
    max-width: 3% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-3 {
    height: 3% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-4 {
    width: 4% !important;
  }

  .mw-xl-4 {
    max-width: 4% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-4 {
    height: 4% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-5 {
    width: 5% !important;
  }

  .mw-xl-5 {
    max-width: 5% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-5 {
    height: 5% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-6 {
    width: 6% !important;
  }

  .mw-xl-6 {
    max-width: 6% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-6 {
    height: 6% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-7 {
    width: 7% !important;
  }

  .mw-xl-7 {
    max-width: 7% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-7 {
    height: 7% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-8 {
    width: 8% !important;
  }

  .mw-xl-8 {
    max-width: 8% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-8 {
    height: 8% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-9 {
    width: 9% !important;
  }

  .mw-xl-9 {
    max-width: 9% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-9 {
    height: 9% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-10 {
    width: 10% !important;
  }

  .mw-xl-10 {
    max-width: 10% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-10 {
    height: 10% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-11 {
    width: 11% !important;
  }

  .mw-xl-11 {
    max-width: 11% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-11 {
    height: 11% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-12 {
    width: 12% !important;
  }

  .mw-xl-12 {
    max-width: 12% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-12 {
    height: 12% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-13 {
    width: 13% !important;
  }

  .mw-xl-13 {
    max-width: 13% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-13 {
    height: 13% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-14 {
    width: 14% !important;
  }

  .mw-xl-14 {
    max-width: 14% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-14 {
    height: 14% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-15 {
    width: 15% !important;
  }

  .mw-xl-15 {
    max-width: 15% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-15 {
    height: 15% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-16 {
    width: 16% !important;
  }

  .mw-xl-16 {
    max-width: 16% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-16 {
    height: 16% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-17 {
    width: 17% !important;
  }

  .mw-xl-17 {
    max-width: 17% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-17 {
    height: 17% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-18 {
    width: 18% !important;
  }

  .mw-xl-18 {
    max-width: 18% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-18 {
    height: 18% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-19 {
    width: 19% !important;
  }

  .mw-xl-19 {
    max-width: 19% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-19 {
    height: 19% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-20 {
    width: 20% !important;
  }

  .mw-xl-20 {
    max-width: 20% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-20 {
    height: 20% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-21 {
    width: 21% !important;
  }

  .mw-xl-21 {
    max-width: 21% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-21 {
    height: 21% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-22 {
    width: 22% !important;
  }

  .mw-xl-22 {
    max-width: 22% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-22 {
    height: 22% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-23 {
    width: 23% !important;
  }

  .mw-xl-23 {
    max-width: 23% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-23 {
    height: 23% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-24 {
    width: 24% !important;
  }

  .mw-xl-24 {
    max-width: 24% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-24 {
    height: 24% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .mw-xl-25 {
    max-width: 25% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-26 {
    width: 26% !important;
  }

  .mw-xl-26 {
    max-width: 26% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-26 {
    height: 26% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-27 {
    width: 27% !important;
  }

  .mw-xl-27 {
    max-width: 27% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-27 {
    height: 27% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-28 {
    width: 28% !important;
  }

  .mw-xl-28 {
    max-width: 28% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-28 {
    height: 28% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-29 {
    width: 29% !important;
  }

  .mw-xl-29 {
    max-width: 29% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-29 {
    height: 29% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .mw-xl-30 {
    max-width: 30% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-30 {
    height: 30% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-31 {
    width: 31% !important;
  }

  .mw-xl-31 {
    max-width: 31% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-31 {
    height: 31% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-32 {
    width: 32% !important;
  }

  .mw-xl-32 {
    max-width: 32% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-32 {
    height: 32% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-33 {
    width: 33% !important;
  }

  .mw-xl-33 {
    max-width: 33% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-33 {
    height: 33% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-34 {
    width: 34% !important;
  }

  .mw-xl-34 {
    max-width: 34% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-34 {
    height: 34% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-35 {
    width: 35% !important;
  }

  .mw-xl-35 {
    max-width: 35% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-35 {
    height: 35% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-36 {
    width: 36% !important;
  }

  .mw-xl-36 {
    max-width: 36% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-36 {
    height: 36% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-37 {
    width: 37% !important;
  }

  .mw-xl-37 {
    max-width: 37% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-37 {
    height: 37% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-38 {
    width: 38% !important;
  }

  .mw-xl-38 {
    max-width: 38% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-38 {
    height: 38% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-39 {
    width: 39% !important;
  }

  .mw-xl-39 {
    max-width: 39% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-39 {
    height: 39% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .mw-xl-40 {
    max-width: 40% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-40 {
    height: 40% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-41 {
    width: 41% !important;
  }

  .mw-xl-41 {
    max-width: 41% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-41 {
    height: 41% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-42 {
    width: 42% !important;
  }

  .mw-xl-42 {
    max-width: 42% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-42 {
    height: 42% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-43 {
    width: 43% !important;
  }

  .mw-xl-43 {
    max-width: 43% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-43 {
    height: 43% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-44 {
    width: 44% !important;
  }

  .mw-xl-44 {
    max-width: 44% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-44 {
    height: 44% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-45 {
    width: 45% !important;
  }

  .mw-xl-45 {
    max-width: 45% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-45 {
    height: 45% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-46 {
    width: 46% !important;
  }

  .mw-xl-46 {
    max-width: 46% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-46 {
    height: 46% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-47 {
    width: 47% !important;
  }

  .mw-xl-47 {
    max-width: 47% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-47 {
    height: 47% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-48 {
    width: 48% !important;
  }

  .mw-xl-48 {
    max-width: 48% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-48 {
    height: 48% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-49 {
    width: 49% !important;
  }

  .mw-xl-49 {
    max-width: 49% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-49 {
    height: 49% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .mw-xl-50 {
    max-width: 50% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-51 {
    width: 51% !important;
  }

  .mw-xl-51 {
    max-width: 51% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-51 {
    height: 51% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-52 {
    width: 52% !important;
  }

  .mw-xl-52 {
    max-width: 52% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-52 {
    height: 52% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-53 {
    width: 53% !important;
  }

  .mw-xl-53 {
    max-width: 53% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-53 {
    height: 53% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-54 {
    width: 54% !important;
  }

  .mw-xl-54 {
    max-width: 54% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-54 {
    height: 54% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-55 {
    width: 55% !important;
  }

  .mw-xl-55 {
    max-width: 55% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-55 {
    height: 55% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-56 {
    width: 56% !important;
  }

  .mw-xl-56 {
    max-width: 56% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-56 {
    height: 56% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-57 {
    width: 57% !important;
  }

  .mw-xl-57 {
    max-width: 57% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-57 {
    height: 57% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-58 {
    width: 58% !important;
  }

  .mw-xl-58 {
    max-width: 58% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-58 {
    height: 58% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-59 {
    width: 59% !important;
  }

  .mw-xl-59 {
    max-width: 59% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-59 {
    height: 59% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .mw-xl-60 {
    max-width: 60% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-60 {
    height: 60% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-61 {
    width: 61% !important;
  }

  .mw-xl-61 {
    max-width: 61% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-61 {
    height: 61% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-62 {
    width: 62% !important;
  }

  .mw-xl-62 {
    max-width: 62% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-62 {
    height: 62% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-63 {
    width: 63% !important;
  }

  .mw-xl-63 {
    max-width: 63% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-63 {
    height: 63% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-64 {
    width: 64% !important;
  }

  .mw-xl-64 {
    max-width: 64% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-64 {
    height: 64% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-65 {
    width: 65% !important;
  }

  .mw-xl-65 {
    max-width: 65% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-65 {
    height: 65% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-66 {
    width: 66% !important;
  }

  .mw-xl-66 {
    max-width: 66% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-66 {
    height: 66% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-67 {
    width: 67% !important;
  }

  .mw-xl-67 {
    max-width: 67% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-67 {
    height: 67% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-68 {
    width: 68% !important;
  }

  .mw-xl-68 {
    max-width: 68% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-68 {
    height: 68% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-69 {
    width: 69% !important;
  }

  .mw-xl-69 {
    max-width: 69% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-69 {
    height: 69% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-70 {
    width: 70% !important;
  }

  .mw-xl-70 {
    max-width: 70% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-70 {
    height: 70% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-71 {
    width: 71% !important;
  }

  .mw-xl-71 {
    max-width: 71% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-71 {
    height: 71% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-72 {
    width: 72% !important;
  }

  .mw-xl-72 {
    max-width: 72% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-72 {
    height: 72% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-73 {
    width: 73% !important;
  }

  .mw-xl-73 {
    max-width: 73% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-73 {
    height: 73% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-74 {
    width: 74% !important;
  }

  .mw-xl-74 {
    max-width: 74% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-74 {
    height: 74% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .mw-xl-75 {
    max-width: 75% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-76 {
    width: 76% !important;
  }

  .mw-xl-76 {
    max-width: 76% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-76 {
    height: 76% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-77 {
    width: 77% !important;
  }

  .mw-xl-77 {
    max-width: 77% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-77 {
    height: 77% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-78 {
    width: 78% !important;
  }

  .mw-xl-78 {
    max-width: 78% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-78 {
    height: 78% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-79 {
    width: 79% !important;
  }

  .mw-xl-79 {
    max-width: 79% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-79 {
    height: 79% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .mw-xl-80 {
    max-width: 80% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-80 {
    height: 80% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-81 {
    width: 81% !important;
  }

  .mw-xl-81 {
    max-width: 81% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-81 {
    height: 81% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-82 {
    width: 82% !important;
  }

  .mw-xl-82 {
    max-width: 82% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-82 {
    height: 82% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-83 {
    width: 83% !important;
  }

  .mw-xl-83 {
    max-width: 83% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-83 {
    height: 83% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-84 {
    width: 84% !important;
  }

  .mw-xl-84 {
    max-width: 84% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-84 {
    height: 84% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-85 {
    width: 85% !important;
  }

  .mw-xl-85 {
    max-width: 85% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-85 {
    height: 85% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-86 {
    width: 86% !important;
  }

  .mw-xl-86 {
    max-width: 86% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-86 {
    height: 86% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-87 {
    width: 87% !important;
  }

  .mw-xl-87 {
    max-width: 87% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-87 {
    height: 87% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-88 {
    width: 88% !important;
  }

  .mw-xl-88 {
    max-width: 88% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-88 {
    height: 88% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-89 {
    width: 89% !important;
  }

  .mw-xl-89 {
    max-width: 89% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-89 {
    height: 89% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .mw-xl-90 {
    max-width: 90% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-90 {
    height: 90% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-91 {
    width: 91% !important;
  }

  .mw-xl-91 {
    max-width: 91% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-91 {
    height: 91% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-92 {
    width: 92% !important;
  }

  .mw-xl-92 {
    max-width: 92% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-92 {
    height: 92% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-93 {
    width: 93% !important;
  }

  .mw-xl-93 {
    max-width: 93% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-93 {
    height: 93% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-94 {
    width: 94% !important;
  }

  .mw-xl-94 {
    max-width: 94% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-94 {
    height: 94% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-95 {
    width: 95% !important;
  }

  .mw-xl-95 {
    max-width: 95% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-95 {
    height: 95% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-96 {
    width: 96% !important;
  }

  .mw-xl-96 {
    max-width: 96% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-96 {
    height: 96% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-97 {
    width: 97% !important;
  }

  .mw-xl-97 {
    max-width: 97% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-97 {
    height: 97% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-98 {
    width: 98% !important;
  }

  .mw-xl-98 {
    max-width: 98% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-98 {
    height: 98% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-99 {
    width: 99% !important;
  }

  .mw-xl-99 {
    max-width: 99% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-99 {
    height: 99% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .mw-xl-100 {
    max-width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }

  .border-xl-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-xl-start {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xl-end {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-xl-none {
    border: none !important;
  }

  .border-xl-top-none {
    border-top: none !important;
  }

  .border-xl-bottom-none {
    border-bottom: none !important;
  }

  .border-xl-left-none {
    border-left: none !important;
  }

  .border-xl-right-none {
    border-right: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }

  .border-lg-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-lg-start {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-lg-end {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-none {
    border: none !important;
  }

  .border-lg-top-none {
    border-top: none !important;
  }

  .border-lg-bottom-none {
    border-bottom: none !important;
  }

  .border-lg-left-none {
    border-left: none !important;
  }

  .border-lg-right-none {
    border-right: none !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #dee2e6 !important;
  }

  .border-md-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-md-start {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-md-end {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-md-none {
    border: none !important;
  }

  .border-md-top-none {
    border-top: none !important;
  }

  .border-md-bottom-none {
    border-bottom: none !important;
  }

  .border-md-left-none {
    border-left: none !important;
  }

  .border-md-right-none {
    border-right: none !important;
  }
}
@media (min-width: 576px) {
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }

  .border-sm-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-sm-start {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-sm-end {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-sm-none {
    border: none !important;
  }

  .border-sm-top-none {
    border-top: none !important;
  }

  .border-sm-bottom-none {
    border-bottom: none !important;
  }

  .border-sm-left-none {
    border-left: none !important;
  }

  .border-sm-right-none {
    border-right: none !important;
  }
}
.border-0 {
  border-width: 0px !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-6 {
  border-width: 6px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-9 {
  border-width: 9px !important;
}

.border-10 {
  border-width: 10px !important;
}

.border-black {
  border-color: #333 !important;
}

.border-back {
  border-color: #FBFBFB !important;
}

.border-white {
  border-color: #fff !important;
}

.border-orange {
  border-color: #FB6E2F !important;
}

.border-blue {
  border-color: #2BB1E3 !important;
}

.border-green {
  border-color: #9DD943 !important;
}

.border-yellow {
  border-color: #FBB02F !important;
}

.rounded-0 {
  border-radius: 0em;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  -o-border-radius: 0em;
  -ms-border-radius: 0em;
}

.rounded-1 {
  border-radius: 10em;
  -moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  -o-border-radius: 10em;
  -ms-border-radius: 10em;
}

.rounded-2 {
  border-radius: 20em;
  -moz-border-radius: 20em;
  -webkit-border-radius: 20em;
  -o-border-radius: 20em;
  -ms-border-radius: 20em;
}

.rounded-3 {
  border-radius: 30em;
  -moz-border-radius: 30em;
  -webkit-border-radius: 30em;
  -o-border-radius: 30em;
  -ms-border-radius: 30em;
}

.rounded-4 {
  border-radius: 40em;
  -moz-border-radius: 40em;
  -webkit-border-radius: 40em;
  -o-border-radius: 40em;
  -ms-border-radius: 40em;
}

.rounded-5 {
  border-radius: 50em;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  -o-border-radius: 50em;
  -ms-border-radius: 50em;
}

.rounded-6 {
  border-radius: 60em;
  -moz-border-radius: 60em;
  -webkit-border-radius: 60em;
  -o-border-radius: 60em;
  -ms-border-radius: 60em;
}

.rounded-7 {
  border-radius: 70em;
  -moz-border-radius: 70em;
  -webkit-border-radius: 70em;
  -o-border-radius: 70em;
  -ms-border-radius: 70em;
}

.rounded-8 {
  border-radius: 80em;
  -moz-border-radius: 80em;
  -webkit-border-radius: 80em;
  -o-border-radius: 80em;
  -ms-border-radius: 80em;
}

.rounded-9 {
  border-radius: 90em;
  -moz-border-radius: 90em;
  -webkit-border-radius: 90em;
  -o-border-radius: 90em;
  -ms-border-radius: 90em;
}

.rounded-10 {
  border-radius: 100em;
  -moz-border-radius: 100em;
  -webkit-border-radius: 100em;
  -o-border-radius: 100em;
  -ms-border-radius: 100em;
}

button {
  outline: none !important;
}

.btn-global-header-menu {
  width: 30px;
  height: 30px;
  position: relative;
}
.btn-global-header-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.global-nav .nav-link {
  color: #333;
}
@media (max-width: 991.98px) {
  .global-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100vw;
    background: rgba(51, 51, 51, 0.95);
  }
  .global-nav .nav-item {
    border-top: 1px solid #fff;
  }
  .global-nav .nav-item .nav-link {
    padding: 1.2em;
    color: #fff;
  }
}

#btn-global-header-menu:checked ~ .global-nav {
  transition: 0.5s;
  right: 0;
}

.global-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
}
.global-header .header-logo {
  transition: 0.5s;
}
.global-header.compression {
  background: rgba(255, 255, 255, 0.95);
  padding-top: 0.3em !important;
  padding-bottom: 0.1em !important;
}
.global-header.compression .inner {
  padding-bottom: 0.2em !important;
}
.global-header.compression .header-logo {
  width: 50% !important;
}
@media (min-width: 768px) {
  .global-header.compression .header-logo {
    width: 30% !important;
  }
}
@media (min-width: 992px) {
  .global-header.compression .header-logo {
    width: 20% !important;
  }
}

@media (min-width: 992px) {
  .home .global-header .inner {
    border: none !important;
  }
}

.bg-black {
  background-color: #333 !important;
}

.bg-opacy-black-1 {
  background-color: rgba(51, 51, 51, 0.1);
}

.bg-opacy-black-2 {
  background-color: rgba(51, 51, 51, 0.2);
}

.bg-opacy-black-3 {
  background-color: rgba(51, 51, 51, 0.3);
}

.bg-opacy-black-4 {
  background-color: rgba(51, 51, 51, 0.4);
}

.bg-opacy-black-5 {
  background-color: rgba(51, 51, 51, 0.5);
}

.bg-opacy-black-6 {
  background-color: rgba(51, 51, 51, 0.6);
}

.bg-opacy-black-7 {
  background-color: rgba(51, 51, 51, 0.7);
}

.bg-opacy-black-8 {
  background-color: rgba(51, 51, 51, 0.8);
}

.bg-opacy-black-9 {
  background-color: rgba(51, 51, 51, 0.9);
}

.bg-opacy-black-10 {
  background-color: #333333;
}

.bg-opacy-black-11 {
  background-color: #333333;
}

.bg-lighten-black-1 {
  background-color: #363636;
}

.bg-darken-black-1 {
  background-color: #303030;
}

.bg-lighten-black-2 {
  background-color: #383838;
}

.bg-darken-black-2 {
  background-color: #2e2e2e;
}

.bg-lighten-black-3 {
  background-color: #3b3b3b;
}

.bg-darken-black-3 {
  background-color: #2b2b2b;
}

.bg-lighten-black-4 {
  background-color: #3d3d3d;
}

.bg-darken-black-4 {
  background-color: #292929;
}

.bg-lighten-black-5 {
  background-color: #404040;
}

.bg-darken-black-5 {
  background-color: #262626;
}

.bg-lighten-black-6 {
  background-color: #424242;
}

.bg-darken-black-6 {
  background-color: #242424;
}

.bg-lighten-black-7 {
  background-color: #454545;
}

.bg-darken-black-7 {
  background-color: #212121;
}

.bg-lighten-black-8 {
  background-color: #474747;
}

.bg-darken-black-8 {
  background-color: #1f1f1f;
}

.bg-lighten-black-9 {
  background-color: #4a4a4a;
}

.bg-darken-black-9 {
  background-color: #1c1c1c;
}

.bg-lighten-black-10 {
  background-color: #4d4d4d;
}

.bg-darken-black-10 {
  background-color: #1a1a1a;
}

.bg-lighten-black-11 {
  background-color: #4f4f4f;
}

.bg-darken-black-11 {
  background-color: #171717;
}

.bg-lighten-black-12 {
  background-color: #525252;
}

.bg-darken-black-12 {
  background-color: #141414;
}

.bg-lighten-black-13 {
  background-color: #545454;
}

.bg-darken-black-13 {
  background-color: #121212;
}

.bg-lighten-black-14 {
  background-color: #575757;
}

.bg-darken-black-14 {
  background-color: #0f0f0f;
}

.bg-lighten-black-15 {
  background-color: #595959;
}

.bg-darken-black-15 {
  background-color: #0d0d0d;
}

.bg-lighten-black-16 {
  background-color: #5c5c5c;
}

.bg-darken-black-16 {
  background-color: #0a0a0a;
}

.bg-lighten-black-17 {
  background-color: #5e5e5e;
}

.bg-darken-black-17 {
  background-color: #080808;
}

.bg-lighten-black-18 {
  background-color: #616161;
}

.bg-darken-black-18 {
  background-color: #050505;
}

.bg-lighten-black-19 {
  background-color: #636363;
}

.bg-darken-black-19 {
  background-color: #030303;
}

.bg-lighten-black-20 {
  background-color: #666666;
}

.bg-darken-black-20 {
  background-color: black;
}

.bg-lighten-black-21 {
  background-color: dimgray;
}

.bg-darken-black-21 {
  background-color: black;
}

.bg-lighten-black-22 {
  background-color: #6b6b6b;
}

.bg-darken-black-22 {
  background-color: black;
}

.bg-lighten-black-23 {
  background-color: #6e6e6e;
}

.bg-darken-black-23 {
  background-color: black;
}

.bg-lighten-black-24 {
  background-color: #707070;
}

.bg-darken-black-24 {
  background-color: black;
}

.bg-lighten-black-25 {
  background-color: #737373;
}

.bg-darken-black-25 {
  background-color: black;
}

.bg-lighten-black-26 {
  background-color: #757575;
}

.bg-darken-black-26 {
  background-color: black;
}

.bg-lighten-black-27 {
  background-color: #787878;
}

.bg-darken-black-27 {
  background-color: black;
}

.bg-lighten-black-28 {
  background-color: #7a7a7a;
}

.bg-darken-black-28 {
  background-color: black;
}

.bg-lighten-black-29 {
  background-color: #7d7d7d;
}

.bg-darken-black-29 {
  background-color: black;
}

.bg-lighten-black-30 {
  background-color: gray;
}

.bg-darken-black-30 {
  background-color: black;
}

.bg-lighten-black-31 {
  background-color: #828282;
}

.bg-darken-black-31 {
  background-color: black;
}

.bg-lighten-black-32 {
  background-color: #858585;
}

.bg-darken-black-32 {
  background-color: black;
}

.bg-lighten-black-33 {
  background-color: #878787;
}

.bg-darken-black-33 {
  background-color: black;
}

.bg-lighten-black-34 {
  background-color: #8a8a8a;
}

.bg-darken-black-34 {
  background-color: black;
}

.bg-lighten-black-35 {
  background-color: #8c8c8c;
}

.bg-darken-black-35 {
  background-color: black;
}

.bg-lighten-black-36 {
  background-color: #8f8f8f;
}

.bg-darken-black-36 {
  background-color: black;
}

.bg-lighten-black-37 {
  background-color: #919191;
}

.bg-darken-black-37 {
  background-color: black;
}

.bg-lighten-black-38 {
  background-color: #949494;
}

.bg-darken-black-38 {
  background-color: black;
}

.bg-lighten-black-39 {
  background-color: #969696;
}

.bg-darken-black-39 {
  background-color: black;
}

.bg-lighten-black-40 {
  background-color: #999999;
}

.bg-darken-black-40 {
  background-color: black;
}

.bg-lighten-black-41 {
  background-color: #9c9c9c;
}

.bg-darken-black-41 {
  background-color: black;
}

.bg-lighten-black-42 {
  background-color: #9e9e9e;
}

.bg-darken-black-42 {
  background-color: black;
}

.bg-lighten-black-43 {
  background-color: #a1a1a1;
}

.bg-darken-black-43 {
  background-color: black;
}

.bg-lighten-black-44 {
  background-color: #a3a3a3;
}

.bg-darken-black-44 {
  background-color: black;
}

.bg-lighten-black-45 {
  background-color: #a6a6a6;
}

.bg-darken-black-45 {
  background-color: black;
}

.bg-lighten-black-46 {
  background-color: #a8a8a8;
}

.bg-darken-black-46 {
  background-color: black;
}

.bg-lighten-black-47 {
  background-color: #ababab;
}

.bg-darken-black-47 {
  background-color: black;
}

.bg-lighten-black-48 {
  background-color: #adadad;
}

.bg-darken-black-48 {
  background-color: black;
}

.bg-lighten-black-49 {
  background-color: #b0b0b0;
}

.bg-darken-black-49 {
  background-color: black;
}

.bg-lighten-black-50 {
  background-color: #b3b3b3;
}

.bg-darken-black-50 {
  background-color: black;
}

.bg-lighten-black-51 {
  background-color: #b5b5b5;
}

.bg-darken-black-51 {
  background-color: black;
}

.bg-lighten-black-52 {
  background-color: #b8b8b8;
}

.bg-darken-black-52 {
  background-color: black;
}

.bg-lighten-black-53 {
  background-color: #bababa;
}

.bg-darken-black-53 {
  background-color: black;
}

.bg-lighten-black-54 {
  background-color: #bdbdbd;
}

.bg-darken-black-54 {
  background-color: black;
}

.bg-lighten-black-55 {
  background-color: #bfbfbf;
}

.bg-darken-black-55 {
  background-color: black;
}

.bg-lighten-black-56 {
  background-color: #c2c2c2;
}

.bg-darken-black-56 {
  background-color: black;
}

.bg-lighten-black-57 {
  background-color: #c4c4c4;
}

.bg-darken-black-57 {
  background-color: black;
}

.bg-lighten-black-58 {
  background-color: #c7c7c7;
}

.bg-darken-black-58 {
  background-color: black;
}

.bg-lighten-black-59 {
  background-color: #c9c9c9;
}

.bg-darken-black-59 {
  background-color: black;
}

.bg-lighten-black-60 {
  background-color: #cccccc;
}

.bg-darken-black-60 {
  background-color: black;
}

.bg-lighten-black-61 {
  background-color: #cfcfcf;
}

.bg-darken-black-61 {
  background-color: black;
}

.bg-lighten-black-62 {
  background-color: #d1d1d1;
}

.bg-darken-black-62 {
  background-color: black;
}

.bg-lighten-black-63 {
  background-color: #d4d4d4;
}

.bg-darken-black-63 {
  background-color: black;
}

.bg-lighten-black-64 {
  background-color: #d6d6d6;
}

.bg-darken-black-64 {
  background-color: black;
}

.bg-lighten-black-65 {
  background-color: #d9d9d9;
}

.bg-darken-black-65 {
  background-color: black;
}

.bg-lighten-black-66 {
  background-color: #dbdbdb;
}

.bg-darken-black-66 {
  background-color: black;
}

.bg-lighten-black-67 {
  background-color: #dedede;
}

.bg-darken-black-67 {
  background-color: black;
}

.bg-lighten-black-68 {
  background-color: #e0e0e0;
}

.bg-darken-black-68 {
  background-color: black;
}

.bg-lighten-black-69 {
  background-color: #e3e3e3;
}

.bg-darken-black-69 {
  background-color: black;
}

.bg-lighten-black-70 {
  background-color: #e6e6e6;
}

.bg-darken-black-70 {
  background-color: black;
}

.bg-lighten-black-71 {
  background-color: #e8e8e8;
}

.bg-darken-black-71 {
  background-color: black;
}

.bg-lighten-black-72 {
  background-color: #ebebeb;
}

.bg-darken-black-72 {
  background-color: black;
}

.bg-lighten-black-73 {
  background-color: #ededed;
}

.bg-darken-black-73 {
  background-color: black;
}

.bg-lighten-black-74 {
  background-color: #f0f0f0;
}

.bg-darken-black-74 {
  background-color: black;
}

.bg-lighten-black-75 {
  background-color: #f2f2f2;
}

.bg-darken-black-75 {
  background-color: black;
}

.bg-lighten-black-76 {
  background-color: whitesmoke;
}

.bg-darken-black-76 {
  background-color: black;
}

.bg-lighten-black-77 {
  background-color: #f7f7f7;
}

.bg-darken-black-77 {
  background-color: black;
}

.bg-lighten-black-78 {
  background-color: #fafafa;
}

.bg-darken-black-78 {
  background-color: black;
}

.bg-lighten-black-79 {
  background-color: #fcfcfc;
}

.bg-darken-black-79 {
  background-color: black;
}

.bg-lighten-black-80 {
  background-color: white;
}

.bg-darken-black-80 {
  background-color: black;
}

.bg-lighten-black-81 {
  background-color: white;
}

.bg-darken-black-81 {
  background-color: black;
}

.bg-lighten-black-82 {
  background-color: white;
}

.bg-darken-black-82 {
  background-color: black;
}

.bg-lighten-black-83 {
  background-color: white;
}

.bg-darken-black-83 {
  background-color: black;
}

.bg-lighten-black-84 {
  background-color: white;
}

.bg-darken-black-84 {
  background-color: black;
}

.bg-lighten-black-85 {
  background-color: white;
}

.bg-darken-black-85 {
  background-color: black;
}

.bg-lighten-black-86 {
  background-color: white;
}

.bg-darken-black-86 {
  background-color: black;
}

.bg-lighten-black-87 {
  background-color: white;
}

.bg-darken-black-87 {
  background-color: black;
}

.bg-lighten-black-88 {
  background-color: white;
}

.bg-darken-black-88 {
  background-color: black;
}

.bg-lighten-black-89 {
  background-color: white;
}

.bg-darken-black-89 {
  background-color: black;
}

.bg-lighten-black-90 {
  background-color: white;
}

.bg-darken-black-90 {
  background-color: black;
}

.bg-lighten-black-91 {
  background-color: white;
}

.bg-darken-black-91 {
  background-color: black;
}

.bg-lighten-black-92 {
  background-color: white;
}

.bg-darken-black-92 {
  background-color: black;
}

.bg-lighten-black-93 {
  background-color: white;
}

.bg-darken-black-93 {
  background-color: black;
}

.bg-lighten-black-94 {
  background-color: white;
}

.bg-darken-black-94 {
  background-color: black;
}

.bg-lighten-black-95 {
  background-color: white;
}

.bg-darken-black-95 {
  background-color: black;
}

.bg-lighten-black-96 {
  background-color: white;
}

.bg-darken-black-96 {
  background-color: black;
}

.bg-lighten-black-97 {
  background-color: white;
}

.bg-darken-black-97 {
  background-color: black;
}

.bg-lighten-black-98 {
  background-color: white;
}

.bg-darken-black-98 {
  background-color: black;
}

.bg-lighten-black-99 {
  background-color: white;
}

.bg-darken-black-99 {
  background-color: black;
}

.bg-lighten-black-100 {
  background-color: white;
}

.bg-darken-black-100 {
  background-color: black;
}

.bg-back {
  background-color: #FBFBFB !important;
}

.bg-opacy-back-1 {
  background-color: rgba(251, 251, 251, 0.1);
}

.bg-opacy-back-2 {
  background-color: rgba(251, 251, 251, 0.2);
}

.bg-opacy-back-3 {
  background-color: rgba(251, 251, 251, 0.3);
}

.bg-opacy-back-4 {
  background-color: rgba(251, 251, 251, 0.4);
}

.bg-opacy-back-5 {
  background-color: rgba(251, 251, 251, 0.5);
}

.bg-opacy-back-6 {
  background-color: rgba(251, 251, 251, 0.6);
}

.bg-opacy-back-7 {
  background-color: rgba(251, 251, 251, 0.7);
}

.bg-opacy-back-8 {
  background-color: rgba(251, 251, 251, 0.8);
}

.bg-opacy-back-9 {
  background-color: rgba(251, 251, 251, 0.9);
}

.bg-opacy-back-10 {
  background-color: #fbfbfb;
}

.bg-opacy-back-11 {
  background-color: #fbfbfb;
}

.bg-lighten-back-1 {
  background-color: #fefefe;
}

.bg-darken-back-1 {
  background-color: #f8f8f8;
}

.bg-lighten-back-2 {
  background-color: white;
}

.bg-darken-back-2 {
  background-color: #f6f6f6;
}

.bg-lighten-back-3 {
  background-color: white;
}

.bg-darken-back-3 {
  background-color: #f3f3f3;
}

.bg-lighten-back-4 {
  background-color: white;
}

.bg-darken-back-4 {
  background-color: #f1f1f1;
}

.bg-lighten-back-5 {
  background-color: white;
}

.bg-darken-back-5 {
  background-color: #eeeeee;
}

.bg-lighten-back-6 {
  background-color: white;
}

.bg-darken-back-6 {
  background-color: #ececec;
}

.bg-lighten-back-7 {
  background-color: white;
}

.bg-darken-back-7 {
  background-color: #e9e9e9;
}

.bg-lighten-back-8 {
  background-color: white;
}

.bg-darken-back-8 {
  background-color: #e7e7e7;
}

.bg-lighten-back-9 {
  background-color: white;
}

.bg-darken-back-9 {
  background-color: #e4e4e4;
}

.bg-lighten-back-10 {
  background-color: white;
}

.bg-darken-back-10 {
  background-color: #e2e2e2;
}

.bg-lighten-back-11 {
  background-color: white;
}

.bg-darken-back-11 {
  background-color: #dfdfdf;
}

.bg-lighten-back-12 {
  background-color: white;
}

.bg-darken-back-12 {
  background-color: gainsboro;
}

.bg-lighten-back-13 {
  background-color: white;
}

.bg-darken-back-13 {
  background-color: #dadada;
}

.bg-lighten-back-14 {
  background-color: white;
}

.bg-darken-back-14 {
  background-color: #d7d7d7;
}

.bg-lighten-back-15 {
  background-color: white;
}

.bg-darken-back-15 {
  background-color: #d5d5d5;
}

.bg-lighten-back-16 {
  background-color: white;
}

.bg-darken-back-16 {
  background-color: #d2d2d2;
}

.bg-lighten-back-17 {
  background-color: white;
}

.bg-darken-back-17 {
  background-color: #d0d0d0;
}

.bg-lighten-back-18 {
  background-color: white;
}

.bg-darken-back-18 {
  background-color: #cdcdcd;
}

.bg-lighten-back-19 {
  background-color: white;
}

.bg-darken-back-19 {
  background-color: #cbcbcb;
}

.bg-lighten-back-20 {
  background-color: white;
}

.bg-darken-back-20 {
  background-color: #c8c8c8;
}

.bg-lighten-back-21 {
  background-color: white;
}

.bg-darken-back-21 {
  background-color: #c5c5c5;
}

.bg-lighten-back-22 {
  background-color: white;
}

.bg-darken-back-22 {
  background-color: #c3c3c3;
}

.bg-lighten-back-23 {
  background-color: white;
}

.bg-darken-back-23 {
  background-color: silver;
}

.bg-lighten-back-24 {
  background-color: white;
}

.bg-darken-back-24 {
  background-color: #bebebe;
}

.bg-lighten-back-25 {
  background-color: white;
}

.bg-darken-back-25 {
  background-color: #bbbbbb;
}

.bg-lighten-back-26 {
  background-color: white;
}

.bg-darken-back-26 {
  background-color: #b9b9b9;
}

.bg-lighten-back-27 {
  background-color: white;
}

.bg-darken-back-27 {
  background-color: #b6b6b6;
}

.bg-lighten-back-28 {
  background-color: white;
}

.bg-darken-back-28 {
  background-color: #b4b4b4;
}

.bg-lighten-back-29 {
  background-color: white;
}

.bg-darken-back-29 {
  background-color: #b1b1b1;
}

.bg-lighten-back-30 {
  background-color: white;
}

.bg-darken-back-30 {
  background-color: #afafaf;
}

.bg-lighten-back-31 {
  background-color: white;
}

.bg-darken-back-31 {
  background-color: #acacac;
}

.bg-lighten-back-32 {
  background-color: white;
}

.bg-darken-back-32 {
  background-color: darkgray;
}

.bg-lighten-back-33 {
  background-color: white;
}

.bg-darken-back-33 {
  background-color: #a7a7a7;
}

.bg-lighten-back-34 {
  background-color: white;
}

.bg-darken-back-34 {
  background-color: #a4a4a4;
}

.bg-lighten-back-35 {
  background-color: white;
}

.bg-darken-back-35 {
  background-color: #a2a2a2;
}

.bg-lighten-back-36 {
  background-color: white;
}

.bg-darken-back-36 {
  background-color: #9f9f9f;
}

.bg-lighten-back-37 {
  background-color: white;
}

.bg-darken-back-37 {
  background-color: #9d9d9d;
}

.bg-lighten-back-38 {
  background-color: white;
}

.bg-darken-back-38 {
  background-color: #9a9a9a;
}

.bg-lighten-back-39 {
  background-color: white;
}

.bg-darken-back-39 {
  background-color: #989898;
}

.bg-lighten-back-40 {
  background-color: white;
}

.bg-darken-back-40 {
  background-color: #959595;
}

.bg-lighten-back-41 {
  background-color: white;
}

.bg-darken-back-41 {
  background-color: #929292;
}

.bg-lighten-back-42 {
  background-color: white;
}

.bg-darken-back-42 {
  background-color: #909090;
}

.bg-lighten-back-43 {
  background-color: white;
}

.bg-darken-back-43 {
  background-color: #8d8d8d;
}

.bg-lighten-back-44 {
  background-color: white;
}

.bg-darken-back-44 {
  background-color: #8b8b8b;
}

.bg-lighten-back-45 {
  background-color: white;
}

.bg-darken-back-45 {
  background-color: #888888;
}

.bg-lighten-back-46 {
  background-color: white;
}

.bg-darken-back-46 {
  background-color: #868686;
}

.bg-lighten-back-47 {
  background-color: white;
}

.bg-darken-back-47 {
  background-color: #838383;
}

.bg-lighten-back-48 {
  background-color: white;
}

.bg-darken-back-48 {
  background-color: #818181;
}

.bg-lighten-back-49 {
  background-color: white;
}

.bg-darken-back-49 {
  background-color: #7e7e7e;
}

.bg-lighten-back-50 {
  background-color: white;
}

.bg-darken-back-50 {
  background-color: #7c7c7c;
}

.bg-lighten-back-51 {
  background-color: white;
}

.bg-darken-back-51 {
  background-color: #797979;
}

.bg-lighten-back-52 {
  background-color: white;
}

.bg-darken-back-52 {
  background-color: #767676;
}

.bg-lighten-back-53 {
  background-color: white;
}

.bg-darken-back-53 {
  background-color: #747474;
}

.bg-lighten-back-54 {
  background-color: white;
}

.bg-darken-back-54 {
  background-color: #717171;
}

.bg-lighten-back-55 {
  background-color: white;
}

.bg-darken-back-55 {
  background-color: #6f6f6f;
}

.bg-lighten-back-56 {
  background-color: white;
}

.bg-darken-back-56 {
  background-color: #6c6c6c;
}

.bg-lighten-back-57 {
  background-color: white;
}

.bg-darken-back-57 {
  background-color: #6a6a6a;
}

.bg-lighten-back-58 {
  background-color: white;
}

.bg-darken-back-58 {
  background-color: #676767;
}

.bg-lighten-back-59 {
  background-color: white;
}

.bg-darken-back-59 {
  background-color: #656565;
}

.bg-lighten-back-60 {
  background-color: white;
}

.bg-darken-back-60 {
  background-color: #626262;
}

.bg-lighten-back-61 {
  background-color: white;
}

.bg-darken-back-61 {
  background-color: #5f5f5f;
}

.bg-lighten-back-62 {
  background-color: white;
}

.bg-darken-back-62 {
  background-color: #5d5d5d;
}

.bg-lighten-back-63 {
  background-color: white;
}

.bg-darken-back-63 {
  background-color: #5a5a5a;
}

.bg-lighten-back-64 {
  background-color: white;
}

.bg-darken-back-64 {
  background-color: #585858;
}

.bg-lighten-back-65 {
  background-color: white;
}

.bg-darken-back-65 {
  background-color: #555555;
}

.bg-lighten-back-66 {
  background-color: white;
}

.bg-darken-back-66 {
  background-color: #535353;
}

.bg-lighten-back-67 {
  background-color: white;
}

.bg-darken-back-67 {
  background-color: #505050;
}

.bg-lighten-back-68 {
  background-color: white;
}

.bg-darken-back-68 {
  background-color: #4e4e4e;
}

.bg-lighten-back-69 {
  background-color: white;
}

.bg-darken-back-69 {
  background-color: #4b4b4b;
}

.bg-lighten-back-70 {
  background-color: white;
}

.bg-darken-back-70 {
  background-color: #494949;
}

.bg-lighten-back-71 {
  background-color: white;
}

.bg-darken-back-71 {
  background-color: #464646;
}

.bg-lighten-back-72 {
  background-color: white;
}

.bg-darken-back-72 {
  background-color: #434343;
}

.bg-lighten-back-73 {
  background-color: white;
}

.bg-darken-back-73 {
  background-color: #414141;
}

.bg-lighten-back-74 {
  background-color: white;
}

.bg-darken-back-74 {
  background-color: #3e3e3e;
}

.bg-lighten-back-75 {
  background-color: white;
}

.bg-darken-back-75 {
  background-color: #3c3c3c;
}

.bg-lighten-back-76 {
  background-color: white;
}

.bg-darken-back-76 {
  background-color: #393939;
}

.bg-lighten-back-77 {
  background-color: white;
}

.bg-darken-back-77 {
  background-color: #373737;
}

.bg-lighten-back-78 {
  background-color: white;
}

.bg-darken-back-78 {
  background-color: #343434;
}

.bg-lighten-back-79 {
  background-color: white;
}

.bg-darken-back-79 {
  background-color: #323232;
}

.bg-lighten-back-80 {
  background-color: white;
}

.bg-darken-back-80 {
  background-color: #2f2f2f;
}

.bg-lighten-back-81 {
  background-color: white;
}

.bg-darken-back-81 {
  background-color: #2c2c2c;
}

.bg-lighten-back-82 {
  background-color: white;
}

.bg-darken-back-82 {
  background-color: #2a2a2a;
}

.bg-lighten-back-83 {
  background-color: white;
}

.bg-darken-back-83 {
  background-color: #272727;
}

.bg-lighten-back-84 {
  background-color: white;
}

.bg-darken-back-84 {
  background-color: #252525;
}

.bg-lighten-back-85 {
  background-color: white;
}

.bg-darken-back-85 {
  background-color: #222222;
}

.bg-lighten-back-86 {
  background-color: white;
}

.bg-darken-back-86 {
  background-color: #202020;
}

.bg-lighten-back-87 {
  background-color: white;
}

.bg-darken-back-87 {
  background-color: #1d1d1d;
}

.bg-lighten-back-88 {
  background-color: white;
}

.bg-darken-back-88 {
  background-color: #1b1b1b;
}

.bg-lighten-back-89 {
  background-color: white;
}

.bg-darken-back-89 {
  background-color: #181818;
}

.bg-lighten-back-90 {
  background-color: white;
}

.bg-darken-back-90 {
  background-color: #161616;
}

.bg-lighten-back-91 {
  background-color: white;
}

.bg-darken-back-91 {
  background-color: #131313;
}

.bg-lighten-back-92 {
  background-color: white;
}

.bg-darken-back-92 {
  background-color: #101010;
}

.bg-lighten-back-93 {
  background-color: white;
}

.bg-darken-back-93 {
  background-color: #0e0e0e;
}

.bg-lighten-back-94 {
  background-color: white;
}

.bg-darken-back-94 {
  background-color: #0b0b0b;
}

.bg-lighten-back-95 {
  background-color: white;
}

.bg-darken-back-95 {
  background-color: #090909;
}

.bg-lighten-back-96 {
  background-color: white;
}

.bg-darken-back-96 {
  background-color: #060606;
}

.bg-lighten-back-97 {
  background-color: white;
}

.bg-darken-back-97 {
  background-color: #040404;
}

.bg-lighten-back-98 {
  background-color: white;
}

.bg-darken-back-98 {
  background-color: #010101;
}

.bg-lighten-back-99 {
  background-color: white;
}

.bg-darken-back-99 {
  background-color: black;
}

.bg-lighten-back-100 {
  background-color: white;
}

.bg-darken-back-100 {
  background-color: black;
}

.bg-white {
  background-color: #fff !important;
}

.bg-opacy-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-opacy-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-opacy-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-opacy-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-opacy-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-opacy-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-opacy-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-opacy-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-opacy-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-opacy-white-10 {
  background-color: white;
}

.bg-opacy-white-11 {
  background-color: white;
}

.bg-lighten-white-1 {
  background-color: white;
}

.bg-darken-white-1 {
  background-color: #fcfcfc;
}

.bg-lighten-white-2 {
  background-color: white;
}

.bg-darken-white-2 {
  background-color: #fafafa;
}

.bg-lighten-white-3 {
  background-color: white;
}

.bg-darken-white-3 {
  background-color: #f7f7f7;
}

.bg-lighten-white-4 {
  background-color: white;
}

.bg-darken-white-4 {
  background-color: whitesmoke;
}

.bg-lighten-white-5 {
  background-color: white;
}

.bg-darken-white-5 {
  background-color: #f2f2f2;
}

.bg-lighten-white-6 {
  background-color: white;
}

.bg-darken-white-6 {
  background-color: #f0f0f0;
}

.bg-lighten-white-7 {
  background-color: white;
}

.bg-darken-white-7 {
  background-color: #ededed;
}

.bg-lighten-white-8 {
  background-color: white;
}

.bg-darken-white-8 {
  background-color: #ebebeb;
}

.bg-lighten-white-9 {
  background-color: white;
}

.bg-darken-white-9 {
  background-color: #e8e8e8;
}

.bg-lighten-white-10 {
  background-color: white;
}

.bg-darken-white-10 {
  background-color: #e6e6e6;
}

.bg-lighten-white-11 {
  background-color: white;
}

.bg-darken-white-11 {
  background-color: #e3e3e3;
}

.bg-lighten-white-12 {
  background-color: white;
}

.bg-darken-white-12 {
  background-color: #e0e0e0;
}

.bg-lighten-white-13 {
  background-color: white;
}

.bg-darken-white-13 {
  background-color: #dedede;
}

.bg-lighten-white-14 {
  background-color: white;
}

.bg-darken-white-14 {
  background-color: #dbdbdb;
}

.bg-lighten-white-15 {
  background-color: white;
}

.bg-darken-white-15 {
  background-color: #d9d9d9;
}

.bg-lighten-white-16 {
  background-color: white;
}

.bg-darken-white-16 {
  background-color: #d6d6d6;
}

.bg-lighten-white-17 {
  background-color: white;
}

.bg-darken-white-17 {
  background-color: #d4d4d4;
}

.bg-lighten-white-18 {
  background-color: white;
}

.bg-darken-white-18 {
  background-color: #d1d1d1;
}

.bg-lighten-white-19 {
  background-color: white;
}

.bg-darken-white-19 {
  background-color: #cfcfcf;
}

.bg-lighten-white-20 {
  background-color: white;
}

.bg-darken-white-20 {
  background-color: #cccccc;
}

.bg-lighten-white-21 {
  background-color: white;
}

.bg-darken-white-21 {
  background-color: #c9c9c9;
}

.bg-lighten-white-22 {
  background-color: white;
}

.bg-darken-white-22 {
  background-color: #c7c7c7;
}

.bg-lighten-white-23 {
  background-color: white;
}

.bg-darken-white-23 {
  background-color: #c4c4c4;
}

.bg-lighten-white-24 {
  background-color: white;
}

.bg-darken-white-24 {
  background-color: #c2c2c2;
}

.bg-lighten-white-25 {
  background-color: white;
}

.bg-darken-white-25 {
  background-color: #bfbfbf;
}

.bg-lighten-white-26 {
  background-color: white;
}

.bg-darken-white-26 {
  background-color: #bdbdbd;
}

.bg-lighten-white-27 {
  background-color: white;
}

.bg-darken-white-27 {
  background-color: #bababa;
}

.bg-lighten-white-28 {
  background-color: white;
}

.bg-darken-white-28 {
  background-color: #b8b8b8;
}

.bg-lighten-white-29 {
  background-color: white;
}

.bg-darken-white-29 {
  background-color: #b5b5b5;
}

.bg-lighten-white-30 {
  background-color: white;
}

.bg-darken-white-30 {
  background-color: #b3b3b3;
}

.bg-lighten-white-31 {
  background-color: white;
}

.bg-darken-white-31 {
  background-color: #b0b0b0;
}

.bg-lighten-white-32 {
  background-color: white;
}

.bg-darken-white-32 {
  background-color: #adadad;
}

.bg-lighten-white-33 {
  background-color: white;
}

.bg-darken-white-33 {
  background-color: #ababab;
}

.bg-lighten-white-34 {
  background-color: white;
}

.bg-darken-white-34 {
  background-color: #a8a8a8;
}

.bg-lighten-white-35 {
  background-color: white;
}

.bg-darken-white-35 {
  background-color: #a6a6a6;
}

.bg-lighten-white-36 {
  background-color: white;
}

.bg-darken-white-36 {
  background-color: #a3a3a3;
}

.bg-lighten-white-37 {
  background-color: white;
}

.bg-darken-white-37 {
  background-color: #a1a1a1;
}

.bg-lighten-white-38 {
  background-color: white;
}

.bg-darken-white-38 {
  background-color: #9e9e9e;
}

.bg-lighten-white-39 {
  background-color: white;
}

.bg-darken-white-39 {
  background-color: #9c9c9c;
}

.bg-lighten-white-40 {
  background-color: white;
}

.bg-darken-white-40 {
  background-color: #999999;
}

.bg-lighten-white-41 {
  background-color: white;
}

.bg-darken-white-41 {
  background-color: #969696;
}

.bg-lighten-white-42 {
  background-color: white;
}

.bg-darken-white-42 {
  background-color: #949494;
}

.bg-lighten-white-43 {
  background-color: white;
}

.bg-darken-white-43 {
  background-color: #919191;
}

.bg-lighten-white-44 {
  background-color: white;
}

.bg-darken-white-44 {
  background-color: #8f8f8f;
}

.bg-lighten-white-45 {
  background-color: white;
}

.bg-darken-white-45 {
  background-color: #8c8c8c;
}

.bg-lighten-white-46 {
  background-color: white;
}

.bg-darken-white-46 {
  background-color: #8a8a8a;
}

.bg-lighten-white-47 {
  background-color: white;
}

.bg-darken-white-47 {
  background-color: #878787;
}

.bg-lighten-white-48 {
  background-color: white;
}

.bg-darken-white-48 {
  background-color: #858585;
}

.bg-lighten-white-49 {
  background-color: white;
}

.bg-darken-white-49 {
  background-color: #828282;
}

.bg-lighten-white-50 {
  background-color: white;
}

.bg-darken-white-50 {
  background-color: gray;
}

.bg-lighten-white-51 {
  background-color: white;
}

.bg-darken-white-51 {
  background-color: #7d7d7d;
}

.bg-lighten-white-52 {
  background-color: white;
}

.bg-darken-white-52 {
  background-color: #7a7a7a;
}

.bg-lighten-white-53 {
  background-color: white;
}

.bg-darken-white-53 {
  background-color: #787878;
}

.bg-lighten-white-54 {
  background-color: white;
}

.bg-darken-white-54 {
  background-color: #757575;
}

.bg-lighten-white-55 {
  background-color: white;
}

.bg-darken-white-55 {
  background-color: #737373;
}

.bg-lighten-white-56 {
  background-color: white;
}

.bg-darken-white-56 {
  background-color: #707070;
}

.bg-lighten-white-57 {
  background-color: white;
}

.bg-darken-white-57 {
  background-color: #6e6e6e;
}

.bg-lighten-white-58 {
  background-color: white;
}

.bg-darken-white-58 {
  background-color: #6b6b6b;
}

.bg-lighten-white-59 {
  background-color: white;
}

.bg-darken-white-59 {
  background-color: dimgray;
}

.bg-lighten-white-60 {
  background-color: white;
}

.bg-darken-white-60 {
  background-color: #666666;
}

.bg-lighten-white-61 {
  background-color: white;
}

.bg-darken-white-61 {
  background-color: #636363;
}

.bg-lighten-white-62 {
  background-color: white;
}

.bg-darken-white-62 {
  background-color: #616161;
}

.bg-lighten-white-63 {
  background-color: white;
}

.bg-darken-white-63 {
  background-color: #5e5e5e;
}

.bg-lighten-white-64 {
  background-color: white;
}

.bg-darken-white-64 {
  background-color: #5c5c5c;
}

.bg-lighten-white-65 {
  background-color: white;
}

.bg-darken-white-65 {
  background-color: #595959;
}

.bg-lighten-white-66 {
  background-color: white;
}

.bg-darken-white-66 {
  background-color: #575757;
}

.bg-lighten-white-67 {
  background-color: white;
}

.bg-darken-white-67 {
  background-color: #545454;
}

.bg-lighten-white-68 {
  background-color: white;
}

.bg-darken-white-68 {
  background-color: #525252;
}

.bg-lighten-white-69 {
  background-color: white;
}

.bg-darken-white-69 {
  background-color: #4f4f4f;
}

.bg-lighten-white-70 {
  background-color: white;
}

.bg-darken-white-70 {
  background-color: #4d4d4d;
}

.bg-lighten-white-71 {
  background-color: white;
}

.bg-darken-white-71 {
  background-color: #4a4a4a;
}

.bg-lighten-white-72 {
  background-color: white;
}

.bg-darken-white-72 {
  background-color: #474747;
}

.bg-lighten-white-73 {
  background-color: white;
}

.bg-darken-white-73 {
  background-color: #454545;
}

.bg-lighten-white-74 {
  background-color: white;
}

.bg-darken-white-74 {
  background-color: #424242;
}

.bg-lighten-white-75 {
  background-color: white;
}

.bg-darken-white-75 {
  background-color: #404040;
}

.bg-lighten-white-76 {
  background-color: white;
}

.bg-darken-white-76 {
  background-color: #3d3d3d;
}

.bg-lighten-white-77 {
  background-color: white;
}

.bg-darken-white-77 {
  background-color: #3b3b3b;
}

.bg-lighten-white-78 {
  background-color: white;
}

.bg-darken-white-78 {
  background-color: #383838;
}

.bg-lighten-white-79 {
  background-color: white;
}

.bg-darken-white-79 {
  background-color: #363636;
}

.bg-lighten-white-80 {
  background-color: white;
}

.bg-darken-white-80 {
  background-color: #333333;
}

.bg-lighten-white-81 {
  background-color: white;
}

.bg-darken-white-81 {
  background-color: #303030;
}

.bg-lighten-white-82 {
  background-color: white;
}

.bg-darken-white-82 {
  background-color: #2e2e2e;
}

.bg-lighten-white-83 {
  background-color: white;
}

.bg-darken-white-83 {
  background-color: #2b2b2b;
}

.bg-lighten-white-84 {
  background-color: white;
}

.bg-darken-white-84 {
  background-color: #292929;
}

.bg-lighten-white-85 {
  background-color: white;
}

.bg-darken-white-85 {
  background-color: #262626;
}

.bg-lighten-white-86 {
  background-color: white;
}

.bg-darken-white-86 {
  background-color: #242424;
}

.bg-lighten-white-87 {
  background-color: white;
}

.bg-darken-white-87 {
  background-color: #212121;
}

.bg-lighten-white-88 {
  background-color: white;
}

.bg-darken-white-88 {
  background-color: #1f1f1f;
}

.bg-lighten-white-89 {
  background-color: white;
}

.bg-darken-white-89 {
  background-color: #1c1c1c;
}

.bg-lighten-white-90 {
  background-color: white;
}

.bg-darken-white-90 {
  background-color: #1a1a1a;
}

.bg-lighten-white-91 {
  background-color: white;
}

.bg-darken-white-91 {
  background-color: #171717;
}

.bg-lighten-white-92 {
  background-color: white;
}

.bg-darken-white-92 {
  background-color: #141414;
}

.bg-lighten-white-93 {
  background-color: white;
}

.bg-darken-white-93 {
  background-color: #121212;
}

.bg-lighten-white-94 {
  background-color: white;
}

.bg-darken-white-94 {
  background-color: #0f0f0f;
}

.bg-lighten-white-95 {
  background-color: white;
}

.bg-darken-white-95 {
  background-color: #0d0d0d;
}

.bg-lighten-white-96 {
  background-color: white;
}

.bg-darken-white-96 {
  background-color: #0a0a0a;
}

.bg-lighten-white-97 {
  background-color: white;
}

.bg-darken-white-97 {
  background-color: #080808;
}

.bg-lighten-white-98 {
  background-color: white;
}

.bg-darken-white-98 {
  background-color: #050505;
}

.bg-lighten-white-99 {
  background-color: white;
}

.bg-darken-white-99 {
  background-color: #030303;
}

.bg-lighten-white-100 {
  background-color: white;
}

.bg-darken-white-100 {
  background-color: black;
}

.bg-orange {
  background-color: #FB6E2F !important;
}

.bg-opacy-orange-1 {
  background-color: rgba(251, 110, 47, 0.1);
}

.bg-opacy-orange-2 {
  background-color: rgba(251, 110, 47, 0.2);
}

.bg-opacy-orange-3 {
  background-color: rgba(251, 110, 47, 0.3);
}

.bg-opacy-orange-4 {
  background-color: rgba(251, 110, 47, 0.4);
}

.bg-opacy-orange-5 {
  background-color: rgba(251, 110, 47, 0.5);
}

.bg-opacy-orange-6 {
  background-color: rgba(251, 110, 47, 0.6);
}

.bg-opacy-orange-7 {
  background-color: rgba(251, 110, 47, 0.7);
}

.bg-opacy-orange-8 {
  background-color: rgba(251, 110, 47, 0.8);
}

.bg-opacy-orange-9 {
  background-color: rgba(251, 110, 47, 0.9);
}

.bg-opacy-orange-10 {
  background-color: #fb6e2f;
}

.bg-opacy-orange-11 {
  background-color: #fb6e2f;
}

.bg-lighten-orange-1 {
  background-color: #fb7134;
}

.bg-darken-orange-1 {
  background-color: #fb6b2a;
}

.bg-lighten-orange-2 {
  background-color: #fb7539;
}

.bg-darken-orange-2 {
  background-color: #fb6725;
}

.bg-lighten-orange-3 {
  background-color: #fb783e;
}

.bg-darken-orange-3 {
  background-color: #fb6420;
}

.bg-lighten-orange-4 {
  background-color: #fb7c43;
}

.bg-darken-orange-4 {
  background-color: #fb601b;
}

.bg-lighten-orange-5 {
  background-color: #fb7f48;
}

.bg-darken-orange-5 {
  background-color: #fb5d16;
}

.bg-lighten-orange-6 {
  background-color: #fc834d;
}

.bg-darken-orange-6 {
  background-color: #fa5911;
}

.bg-lighten-orange-7 {
  background-color: #fc8652;
}

.bg-darken-orange-7 {
  background-color: #fa560c;
}

.bg-lighten-orange-8 {
  background-color: #fc8a57;
}

.bg-darken-orange-8 {
  background-color: #fa5207;
}

.bg-lighten-orange-9 {
  background-color: #fc8d5c;
}

.bg-darken-orange-9 {
  background-color: #f75005;
}

.bg-lighten-orange-10 {
  background-color: #fc9161;
}

.bg-darken-orange-10 {
  background-color: #f24e05;
}

.bg-lighten-orange-11 {
  background-color: #fc9466;
}

.bg-darken-orange-11 {
  background-color: #ed4c05;
}

.bg-lighten-orange-12 {
  background-color: #fc986b;
}

.bg-darken-orange-12 {
  background-color: #e84b04;
}

.bg-lighten-orange-13 {
  background-color: #fc9b70;
}

.bg-darken-orange-13 {
  background-color: #e34904;
}

.bg-lighten-orange-14 {
  background-color: #fc9f75;
}

.bg-darken-orange-14 {
  background-color: #de4804;
}

.bg-lighten-orange-15 {
  background-color: #fca27a;
}

.bg-darken-orange-15 {
  background-color: #d94604;
}

.bg-lighten-orange-16 {
  background-color: #fda67f;
}

.bg-darken-orange-16 {
  background-color: #d44404;
}

.bg-lighten-orange-17 {
  background-color: #fda984;
}

.bg-darken-orange-17 {
  background-color: #cf4304;
}

.bg-lighten-orange-18 {
  background-color: #fdad89;
}

.bg-darken-orange-18 {
  background-color: #ca4104;
}

.bg-lighten-orange-19 {
  background-color: #fdb08e;
}

.bg-darken-orange-19 {
  background-color: #c54004;
}

.bg-lighten-orange-20 {
  background-color: #fdb493;
}

.bg-darken-orange-20 {
  background-color: #c03e04;
}

.bg-lighten-orange-21 {
  background-color: #fdb798;
}

.bg-darken-orange-21 {
  background-color: #bb3c04;
}

.bg-lighten-orange-22 {
  background-color: #fdbb9d;
}

.bg-darken-orange-22 {
  background-color: #b63b04;
}

.bg-lighten-orange-23 {
  background-color: #fdbea2;
}

.bg-darken-orange-23 {
  background-color: #b13903;
}

.bg-lighten-orange-24 {
  background-color: #fdc2a7;
}

.bg-darken-orange-24 {
  background-color: #ac3703;
}

.bg-lighten-orange-25 {
  background-color: #fdc5ac;
}

.bg-darken-orange-25 {
  background-color: #a73603;
}

.bg-lighten-orange-26 {
  background-color: #fec9b1;
}

.bg-darken-orange-26 {
  background-color: #a23403;
}

.bg-lighten-orange-27 {
  background-color: #feccb6;
}

.bg-darken-orange-27 {
  background-color: #9d3303;
}

.bg-lighten-orange-28 {
  background-color: #fed0bb;
}

.bg-darken-orange-28 {
  background-color: #983103;
}

.bg-lighten-orange-29 {
  background-color: #fed3c0;
}

.bg-darken-orange-29 {
  background-color: #932f03;
}

.bg-lighten-orange-30 {
  background-color: #fed7c5;
}

.bg-darken-orange-30 {
  background-color: #8e2e03;
}

.bg-lighten-orange-31 {
  background-color: #fedaca;
}

.bg-darken-orange-31 {
  background-color: #892c03;
}

.bg-lighten-orange-32 {
  background-color: #fedecf;
}

.bg-darken-orange-32 {
  background-color: #842b03;
}

.bg-lighten-orange-33 {
  background-color: #fee1d4;
}

.bg-darken-orange-33 {
  background-color: #7f2902;
}

.bg-lighten-orange-34 {
  background-color: #fee5d9;
}

.bg-darken-orange-34 {
  background-color: #7a2702;
}

.bg-lighten-orange-35 {
  background-color: #fee8de;
}

.bg-darken-orange-35 {
  background-color: #752602;
}

.bg-lighten-orange-36 {
  background-color: #feece3;
}

.bg-darken-orange-36 {
  background-color: #702402;
}

.bg-lighten-orange-37 {
  background-color: #ffefe8;
}

.bg-darken-orange-37 {
  background-color: #6b2302;
}

.bg-lighten-orange-38 {
  background-color: #fff3ed;
}

.bg-darken-orange-38 {
  background-color: #662102;
}

.bg-lighten-orange-39 {
  background-color: #fff6f2;
}

.bg-darken-orange-39 {
  background-color: #611f02;
}

.bg-lighten-orange-40 {
  background-color: #fffaf7;
}

.bg-darken-orange-40 {
  background-color: #5c1e02;
}

.bg-lighten-orange-41 {
  background-color: #fffdfc;
}

.bg-darken-orange-41 {
  background-color: #571c02;
}

.bg-lighten-orange-42 {
  background-color: white;
}

.bg-darken-orange-42 {
  background-color: #521a02;
}

.bg-lighten-orange-43 {
  background-color: white;
}

.bg-darken-orange-43 {
  background-color: #4d1901;
}

.bg-lighten-orange-44 {
  background-color: white;
}

.bg-darken-orange-44 {
  background-color: #481701;
}

.bg-lighten-orange-45 {
  background-color: white;
}

.bg-darken-orange-45 {
  background-color: #431601;
}

.bg-lighten-orange-46 {
  background-color: white;
}

.bg-darken-orange-46 {
  background-color: #3e1401;
}

.bg-lighten-orange-47 {
  background-color: white;
}

.bg-darken-orange-47 {
  background-color: #391201;
}

.bg-lighten-orange-48 {
  background-color: white;
}

.bg-darken-orange-48 {
  background-color: #341101;
}

.bg-lighten-orange-49 {
  background-color: white;
}

.bg-darken-orange-49 {
  background-color: #2f0f01;
}

.bg-lighten-orange-50 {
  background-color: white;
}

.bg-darken-orange-50 {
  background-color: #2a0e01;
}

.bg-lighten-orange-51 {
  background-color: white;
}

.bg-darken-orange-51 {
  background-color: #250c01;
}

.bg-lighten-orange-52 {
  background-color: white;
}

.bg-darken-orange-52 {
  background-color: #200a01;
}

.bg-lighten-orange-53 {
  background-color: white;
}

.bg-darken-orange-53 {
  background-color: #1b0901;
}

.bg-lighten-orange-54 {
  background-color: white;
}

.bg-darken-orange-54 {
  background-color: #160700;
}

.bg-lighten-orange-55 {
  background-color: white;
}

.bg-darken-orange-55 {
  background-color: #110600;
}

.bg-lighten-orange-56 {
  background-color: white;
}

.bg-darken-orange-56 {
  background-color: #0c0400;
}

.bg-lighten-orange-57 {
  background-color: white;
}

.bg-darken-orange-57 {
  background-color: #070200;
}

.bg-lighten-orange-58 {
  background-color: white;
}

.bg-darken-orange-58 {
  background-color: #020100;
}

.bg-lighten-orange-59 {
  background-color: white;
}

.bg-darken-orange-59 {
  background-color: black;
}

.bg-lighten-orange-60 {
  background-color: white;
}

.bg-darken-orange-60 {
  background-color: black;
}

.bg-lighten-orange-61 {
  background-color: white;
}

.bg-darken-orange-61 {
  background-color: black;
}

.bg-lighten-orange-62 {
  background-color: white;
}

.bg-darken-orange-62 {
  background-color: black;
}

.bg-lighten-orange-63 {
  background-color: white;
}

.bg-darken-orange-63 {
  background-color: black;
}

.bg-lighten-orange-64 {
  background-color: white;
}

.bg-darken-orange-64 {
  background-color: black;
}

.bg-lighten-orange-65 {
  background-color: white;
}

.bg-darken-orange-65 {
  background-color: black;
}

.bg-lighten-orange-66 {
  background-color: white;
}

.bg-darken-orange-66 {
  background-color: black;
}

.bg-lighten-orange-67 {
  background-color: white;
}

.bg-darken-orange-67 {
  background-color: black;
}

.bg-lighten-orange-68 {
  background-color: white;
}

.bg-darken-orange-68 {
  background-color: black;
}

.bg-lighten-orange-69 {
  background-color: white;
}

.bg-darken-orange-69 {
  background-color: black;
}

.bg-lighten-orange-70 {
  background-color: white;
}

.bg-darken-orange-70 {
  background-color: black;
}

.bg-lighten-orange-71 {
  background-color: white;
}

.bg-darken-orange-71 {
  background-color: black;
}

.bg-lighten-orange-72 {
  background-color: white;
}

.bg-darken-orange-72 {
  background-color: black;
}

.bg-lighten-orange-73 {
  background-color: white;
}

.bg-darken-orange-73 {
  background-color: black;
}

.bg-lighten-orange-74 {
  background-color: white;
}

.bg-darken-orange-74 {
  background-color: black;
}

.bg-lighten-orange-75 {
  background-color: white;
}

.bg-darken-orange-75 {
  background-color: black;
}

.bg-lighten-orange-76 {
  background-color: white;
}

.bg-darken-orange-76 {
  background-color: black;
}

.bg-lighten-orange-77 {
  background-color: white;
}

.bg-darken-orange-77 {
  background-color: black;
}

.bg-lighten-orange-78 {
  background-color: white;
}

.bg-darken-orange-78 {
  background-color: black;
}

.bg-lighten-orange-79 {
  background-color: white;
}

.bg-darken-orange-79 {
  background-color: black;
}

.bg-lighten-orange-80 {
  background-color: white;
}

.bg-darken-orange-80 {
  background-color: black;
}

.bg-lighten-orange-81 {
  background-color: white;
}

.bg-darken-orange-81 {
  background-color: black;
}

.bg-lighten-orange-82 {
  background-color: white;
}

.bg-darken-orange-82 {
  background-color: black;
}

.bg-lighten-orange-83 {
  background-color: white;
}

.bg-darken-orange-83 {
  background-color: black;
}

.bg-lighten-orange-84 {
  background-color: white;
}

.bg-darken-orange-84 {
  background-color: black;
}

.bg-lighten-orange-85 {
  background-color: white;
}

.bg-darken-orange-85 {
  background-color: black;
}

.bg-lighten-orange-86 {
  background-color: white;
}

.bg-darken-orange-86 {
  background-color: black;
}

.bg-lighten-orange-87 {
  background-color: white;
}

.bg-darken-orange-87 {
  background-color: black;
}

.bg-lighten-orange-88 {
  background-color: white;
}

.bg-darken-orange-88 {
  background-color: black;
}

.bg-lighten-orange-89 {
  background-color: white;
}

.bg-darken-orange-89 {
  background-color: black;
}

.bg-lighten-orange-90 {
  background-color: white;
}

.bg-darken-orange-90 {
  background-color: black;
}

.bg-lighten-orange-91 {
  background-color: white;
}

.bg-darken-orange-91 {
  background-color: black;
}

.bg-lighten-orange-92 {
  background-color: white;
}

.bg-darken-orange-92 {
  background-color: black;
}

.bg-lighten-orange-93 {
  background-color: white;
}

.bg-darken-orange-93 {
  background-color: black;
}

.bg-lighten-orange-94 {
  background-color: white;
}

.bg-darken-orange-94 {
  background-color: black;
}

.bg-lighten-orange-95 {
  background-color: white;
}

.bg-darken-orange-95 {
  background-color: black;
}

.bg-lighten-orange-96 {
  background-color: white;
}

.bg-darken-orange-96 {
  background-color: black;
}

.bg-lighten-orange-97 {
  background-color: white;
}

.bg-darken-orange-97 {
  background-color: black;
}

.bg-lighten-orange-98 {
  background-color: white;
}

.bg-darken-orange-98 {
  background-color: black;
}

.bg-lighten-orange-99 {
  background-color: white;
}

.bg-darken-orange-99 {
  background-color: black;
}

.bg-lighten-orange-100 {
  background-color: white;
}

.bg-darken-orange-100 {
  background-color: black;
}

.bg-blue {
  background-color: #2BB1E3 !important;
}

.bg-opacy-blue-1 {
  background-color: rgba(43, 177, 227, 0.1);
}

.bg-opacy-blue-2 {
  background-color: rgba(43, 177, 227, 0.2);
}

.bg-opacy-blue-3 {
  background-color: rgba(43, 177, 227, 0.3);
}

.bg-opacy-blue-4 {
  background-color: rgba(43, 177, 227, 0.4);
}

.bg-opacy-blue-5 {
  background-color: rgba(43, 177, 227, 0.5);
}

.bg-opacy-blue-6 {
  background-color: rgba(43, 177, 227, 0.6);
}

.bg-opacy-blue-7 {
  background-color: rgba(43, 177, 227, 0.7);
}

.bg-opacy-blue-8 {
  background-color: rgba(43, 177, 227, 0.8);
}

.bg-opacy-blue-9 {
  background-color: rgba(43, 177, 227, 0.9);
}

.bg-opacy-blue-10 {
  background-color: #2bb1e3;
}

.bg-opacy-blue-11 {
  background-color: #2bb1e3;
}

.bg-lighten-blue-1 {
  background-color: #30b3e4;
}

.bg-darken-blue-1 {
  background-color: #26afe2;
}

.bg-lighten-blue-2 {
  background-color: #34b4e4;
}

.bg-darken-blue-2 {
  background-color: #22aee2;
}

.bg-lighten-blue-3 {
  background-color: #39b6e5;
}

.bg-darken-blue-3 {
  background-color: #1eace1;
}

.bg-lighten-blue-4 {
  background-color: #3db8e5;
}

.bg-darken-blue-4 {
  background-color: #1da8dc;
}

.bg-lighten-blue-5 {
  background-color: #42b9e6;
}

.bg-darken-blue-5 {
  background-color: #1da5d8;
}

.bg-lighten-blue-6 {
  background-color: #46bbe7;
}

.bg-darken-blue-6 {
  background-color: #1ca2d3;
}

.bg-lighten-blue-7 {
  background-color: #4bbde7;
}

.bg-darken-blue-7 {
  background-color: #1b9ecf;
}

.bg-lighten-blue-8 {
  background-color: #4fbee8;
}

.bg-darken-blue-8 {
  background-color: #1b9bca;
}

.bg-lighten-blue-9 {
  background-color: #54c0e8;
}

.bg-darken-blue-9 {
  background-color: #1a97c6;
}

.bg-lighten-blue-10 {
  background-color: #58c2e9;
}

.bg-darken-blue-10 {
  background-color: #1a94c1;
}

.bg-lighten-blue-11 {
  background-color: #5dc3ea;
}

.bg-darken-blue-11 {
  background-color: #1990bd;
}

.bg-lighten-blue-12 {
  background-color: #61c5ea;
}

.bg-darken-blue-12 {
  background-color: #188db8;
}

.bg-lighten-blue-13 {
  background-color: #66c7eb;
}

.bg-darken-blue-13 {
  background-color: #1889b4;
}

.bg-lighten-blue-14 {
  background-color: #6ac8eb;
}

.bg-darken-blue-14 {
  background-color: #1786af;
}

.bg-lighten-blue-15 {
  background-color: #6fcaec;
}

.bg-darken-blue-15 {
  background-color: #1783ab;
}

.bg-lighten-blue-16 {
  background-color: #73cced;
}

.bg-darken-blue-16 {
  background-color: #167fa6;
}

.bg-lighten-blue-17 {
  background-color: #78cded;
}

.bg-darken-blue-17 {
  background-color: #157ca2;
}

.bg-lighten-blue-18 {
  background-color: #7ccfee;
}

.bg-darken-blue-18 {
  background-color: #15789d;
}

.bg-lighten-blue-19 {
  background-color: #81d0ee;
}

.bg-darken-blue-19 {
  background-color: #147599;
}

.bg-lighten-blue-20 {
  background-color: #85d2ef;
}

.bg-darken-blue-20 {
  background-color: #147194;
}

.bg-lighten-blue-21 {
  background-color: #8ad4ef;
}

.bg-darken-blue-21 {
  background-color: #136e90;
}

.bg-lighten-blue-22 {
  background-color: #8ed5f0;
}

.bg-darken-blue-22 {
  background-color: #126b8b;
}

.bg-lighten-blue-23 {
  background-color: #93d7f1;
}

.bg-darken-blue-23 {
  background-color: #126787;
}

.bg-lighten-blue-24 {
  background-color: #97d9f1;
}

.bg-darken-blue-24 {
  background-color: #116482;
}

.bg-lighten-blue-25 {
  background-color: #9cdaf2;
}

.bg-darken-blue-25 {
  background-color: #11607e;
}

.bg-lighten-blue-26 {
  background-color: #a0dcf2;
}

.bg-darken-blue-26 {
  background-color: #105d79;
}

.bg-lighten-blue-27 {
  background-color: #a5def3;
}

.bg-darken-blue-27 {
  background-color: #0f5975;
}

.bg-lighten-blue-28 {
  background-color: #a9dff4;
}

.bg-darken-blue-28 {
  background-color: #0f5670;
}

.bg-lighten-blue-29 {
  background-color: #aee1f4;
}

.bg-darken-blue-29 {
  background-color: #0e526c;
}

.bg-lighten-blue-30 {
  background-color: #b2e3f5;
}

.bg-darken-blue-30 {
  background-color: #0e4f67;
}

.bg-lighten-blue-31 {
  background-color: #b7e4f5;
}

.bg-darken-blue-31 {
  background-color: #0d4c63;
}

.bg-lighten-blue-32 {
  background-color: #bbe6f6;
}

.bg-darken-blue-32 {
  background-color: #0c485e;
}

.bg-lighten-blue-33 {
  background-color: #c0e8f7;
}

.bg-darken-blue-33 {
  background-color: #0c455a;
}

.bg-lighten-blue-34 {
  background-color: #c4e9f7;
}

.bg-darken-blue-34 {
  background-color: #0b4155;
}

.bg-lighten-blue-35 {
  background-color: #c9ebf8;
}

.bg-darken-blue-35 {
  background-color: #0b3e51;
}

.bg-lighten-blue-36 {
  background-color: #cdedf8;
}

.bg-darken-blue-36 {
  background-color: #0a3a4c;
}

.bg-lighten-blue-37 {
  background-color: #d2eef9;
}

.bg-darken-blue-37 {
  background-color: #093748;
}

.bg-lighten-blue-38 {
  background-color: #d6f0fa;
}

.bg-darken-blue-38 {
  background-color: #093343;
}

.bg-lighten-blue-39 {
  background-color: #dbf2fa;
}

.bg-darken-blue-39 {
  background-color: #08303f;
}

.bg-lighten-blue-40 {
  background-color: #dff3fb;
}

.bg-darken-blue-40 {
  background-color: #082d3a;
}

.bg-lighten-blue-41 {
  background-color: #e4f5fb;
}

.bg-darken-blue-41 {
  background-color: #072936;
}

.bg-lighten-blue-42 {
  background-color: #e8f7fc;
}

.bg-darken-blue-42 {
  background-color: #072631;
}

.bg-lighten-blue-43 {
  background-color: #edf8fd;
}

.bg-darken-blue-43 {
  background-color: #06222d;
}

.bg-lighten-blue-44 {
  background-color: #f1fafd;
}

.bg-darken-blue-44 {
  background-color: #051f28;
}

.bg-lighten-blue-45 {
  background-color: #f6fcfe;
}

.bg-darken-blue-45 {
  background-color: #051b24;
}

.bg-lighten-blue-46 {
  background-color: #fafdfe;
}

.bg-darken-blue-46 {
  background-color: #04181f;
}

.bg-lighten-blue-47 {
  background-color: white;
}

.bg-darken-blue-47 {
  background-color: #04141b;
}

.bg-lighten-blue-48 {
  background-color: white;
}

.bg-darken-blue-48 {
  background-color: #031116;
}

.bg-lighten-blue-49 {
  background-color: white;
}

.bg-darken-blue-49 {
  background-color: #020e12;
}

.bg-lighten-blue-50 {
  background-color: white;
}

.bg-darken-blue-50 {
  background-color: #020a0d;
}

.bg-lighten-blue-51 {
  background-color: white;
}

.bg-darken-blue-51 {
  background-color: #010709;
}

.bg-lighten-blue-52 {
  background-color: white;
}

.bg-darken-blue-52 {
  background-color: #010304;
}

.bg-lighten-blue-53 {
  background-color: white;
}

.bg-darken-blue-53 {
  background-color: black;
}

.bg-lighten-blue-54 {
  background-color: white;
}

.bg-darken-blue-54 {
  background-color: black;
}

.bg-lighten-blue-55 {
  background-color: white;
}

.bg-darken-blue-55 {
  background-color: black;
}

.bg-lighten-blue-56 {
  background-color: white;
}

.bg-darken-blue-56 {
  background-color: black;
}

.bg-lighten-blue-57 {
  background-color: white;
}

.bg-darken-blue-57 {
  background-color: black;
}

.bg-lighten-blue-58 {
  background-color: white;
}

.bg-darken-blue-58 {
  background-color: black;
}

.bg-lighten-blue-59 {
  background-color: white;
}

.bg-darken-blue-59 {
  background-color: black;
}

.bg-lighten-blue-60 {
  background-color: white;
}

.bg-darken-blue-60 {
  background-color: black;
}

.bg-lighten-blue-61 {
  background-color: white;
}

.bg-darken-blue-61 {
  background-color: black;
}

.bg-lighten-blue-62 {
  background-color: white;
}

.bg-darken-blue-62 {
  background-color: black;
}

.bg-lighten-blue-63 {
  background-color: white;
}

.bg-darken-blue-63 {
  background-color: black;
}

.bg-lighten-blue-64 {
  background-color: white;
}

.bg-darken-blue-64 {
  background-color: black;
}

.bg-lighten-blue-65 {
  background-color: white;
}

.bg-darken-blue-65 {
  background-color: black;
}

.bg-lighten-blue-66 {
  background-color: white;
}

.bg-darken-blue-66 {
  background-color: black;
}

.bg-lighten-blue-67 {
  background-color: white;
}

.bg-darken-blue-67 {
  background-color: black;
}

.bg-lighten-blue-68 {
  background-color: white;
}

.bg-darken-blue-68 {
  background-color: black;
}

.bg-lighten-blue-69 {
  background-color: white;
}

.bg-darken-blue-69 {
  background-color: black;
}

.bg-lighten-blue-70 {
  background-color: white;
}

.bg-darken-blue-70 {
  background-color: black;
}

.bg-lighten-blue-71 {
  background-color: white;
}

.bg-darken-blue-71 {
  background-color: black;
}

.bg-lighten-blue-72 {
  background-color: white;
}

.bg-darken-blue-72 {
  background-color: black;
}

.bg-lighten-blue-73 {
  background-color: white;
}

.bg-darken-blue-73 {
  background-color: black;
}

.bg-lighten-blue-74 {
  background-color: white;
}

.bg-darken-blue-74 {
  background-color: black;
}

.bg-lighten-blue-75 {
  background-color: white;
}

.bg-darken-blue-75 {
  background-color: black;
}

.bg-lighten-blue-76 {
  background-color: white;
}

.bg-darken-blue-76 {
  background-color: black;
}

.bg-lighten-blue-77 {
  background-color: white;
}

.bg-darken-blue-77 {
  background-color: black;
}

.bg-lighten-blue-78 {
  background-color: white;
}

.bg-darken-blue-78 {
  background-color: black;
}

.bg-lighten-blue-79 {
  background-color: white;
}

.bg-darken-blue-79 {
  background-color: black;
}

.bg-lighten-blue-80 {
  background-color: white;
}

.bg-darken-blue-80 {
  background-color: black;
}

.bg-lighten-blue-81 {
  background-color: white;
}

.bg-darken-blue-81 {
  background-color: black;
}

.bg-lighten-blue-82 {
  background-color: white;
}

.bg-darken-blue-82 {
  background-color: black;
}

.bg-lighten-blue-83 {
  background-color: white;
}

.bg-darken-blue-83 {
  background-color: black;
}

.bg-lighten-blue-84 {
  background-color: white;
}

.bg-darken-blue-84 {
  background-color: black;
}

.bg-lighten-blue-85 {
  background-color: white;
}

.bg-darken-blue-85 {
  background-color: black;
}

.bg-lighten-blue-86 {
  background-color: white;
}

.bg-darken-blue-86 {
  background-color: black;
}

.bg-lighten-blue-87 {
  background-color: white;
}

.bg-darken-blue-87 {
  background-color: black;
}

.bg-lighten-blue-88 {
  background-color: white;
}

.bg-darken-blue-88 {
  background-color: black;
}

.bg-lighten-blue-89 {
  background-color: white;
}

.bg-darken-blue-89 {
  background-color: black;
}

.bg-lighten-blue-90 {
  background-color: white;
}

.bg-darken-blue-90 {
  background-color: black;
}

.bg-lighten-blue-91 {
  background-color: white;
}

.bg-darken-blue-91 {
  background-color: black;
}

.bg-lighten-blue-92 {
  background-color: white;
}

.bg-darken-blue-92 {
  background-color: black;
}

.bg-lighten-blue-93 {
  background-color: white;
}

.bg-darken-blue-93 {
  background-color: black;
}

.bg-lighten-blue-94 {
  background-color: white;
}

.bg-darken-blue-94 {
  background-color: black;
}

.bg-lighten-blue-95 {
  background-color: white;
}

.bg-darken-blue-95 {
  background-color: black;
}

.bg-lighten-blue-96 {
  background-color: white;
}

.bg-darken-blue-96 {
  background-color: black;
}

.bg-lighten-blue-97 {
  background-color: white;
}

.bg-darken-blue-97 {
  background-color: black;
}

.bg-lighten-blue-98 {
  background-color: white;
}

.bg-darken-blue-98 {
  background-color: black;
}

.bg-lighten-blue-99 {
  background-color: white;
}

.bg-darken-blue-99 {
  background-color: black;
}

.bg-lighten-blue-100 {
  background-color: white;
}

.bg-darken-blue-100 {
  background-color: black;
}

.bg-green {
  background-color: #9DD943 !important;
}

.bg-opacy-green-1 {
  background-color: rgba(157, 217, 67, 0.1);
}

.bg-opacy-green-2 {
  background-color: rgba(157, 217, 67, 0.2);
}

.bg-opacy-green-3 {
  background-color: rgba(157, 217, 67, 0.3);
}

.bg-opacy-green-4 {
  background-color: rgba(157, 217, 67, 0.4);
}

.bg-opacy-green-5 {
  background-color: rgba(157, 217, 67, 0.5);
}

.bg-opacy-green-6 {
  background-color: rgba(157, 217, 67, 0.6);
}

.bg-opacy-green-7 {
  background-color: rgba(157, 217, 67, 0.7);
}

.bg-opacy-green-8 {
  background-color: rgba(157, 217, 67, 0.8);
}

.bg-opacy-green-9 {
  background-color: rgba(157, 217, 67, 0.9);
}

.bg-opacy-green-10 {
  background-color: #9dd943;
}

.bg-opacy-green-11 {
  background-color: #9dd943;
}

.bg-lighten-green-1 {
  background-color: #9fda47;
}

.bg-darken-green-1 {
  background-color: #9bd83f;
}

.bg-lighten-green-2 {
  background-color: #a1db4b;
}

.bg-darken-green-2 {
  background-color: #99d73b;
}

.bg-lighten-green-3 {
  background-color: #a4dc50;
}

.bg-darken-green-3 {
  background-color: #96d636;
}

.bg-lighten-green-4 {
  background-color: #a6dc54;
}

.bg-darken-green-4 {
  background-color: #94d632;
}

.bg-lighten-green-5 {
  background-color: #a8dd58;
}

.bg-darken-green-5 {
  background-color: #92d52e;
}

.bg-lighten-green-6 {
  background-color: #aade5c;
}

.bg-darken-green-6 {
  background-color: #90d32b;
}

.bg-lighten-green-7 {
  background-color: #acdf61;
}

.bg-darken-green-7 {
  background-color: #8dcf2a;
}

.bg-lighten-green-8 {
  background-color: #afe065;
}

.bg-darken-green-8 {
  background-color: #8aca29;
}

.bg-lighten-green-9 {
  background-color: #b1e169;
}

.bg-darken-green-9 {
  background-color: #87c628;
}

.bg-lighten-green-10 {
  background-color: #b3e26d;
}

.bg-darken-green-10 {
  background-color: #84c227;
}

.bg-lighten-green-11 {
  background-color: #b5e272;
}

.bg-darken-green-11 {
  background-color: #81be26;
}

.bg-lighten-green-12 {
  background-color: #b8e376;
}

.bg-darken-green-12 {
  background-color: #7eb925;
}

.bg-lighten-green-13 {
  background-color: #bae47a;
}

.bg-darken-green-13 {
  background-color: #7bb525;
}

.bg-lighten-green-14 {
  background-color: #bce57e;
}

.bg-darken-green-14 {
  background-color: #78b124;
}

.bg-lighten-green-15 {
  background-color: #bee683;
}

.bg-darken-green-15 {
  background-color: #76ad23;
}

.bg-lighten-green-16 {
  background-color: #c0e787;
}

.bg-darken-green-16 {
  background-color: #73a822;
}

.bg-lighten-green-17 {
  background-color: #c3e88b;
}

.bg-darken-green-17 {
  background-color: #70a421;
}

.bg-lighten-green-18 {
  background-color: #c5e88f;
}

.bg-darken-green-18 {
  background-color: #6da020;
}

.bg-lighten-green-19 {
  background-color: #c7e994;
}

.bg-darken-green-19 {
  background-color: #6a9c1f;
}

.bg-lighten-green-20 {
  background-color: #c9ea98;
}

.bg-darken-green-20 {
  background-color: #67971f;
}

.bg-lighten-green-21 {
  background-color: #cbeb9c;
}

.bg-darken-green-21 {
  background-color: #64931e;
}

.bg-lighten-green-22 {
  background-color: #ceeca0;
}

.bg-darken-green-22 {
  background-color: #618f1d;
}

.bg-lighten-green-23 {
  background-color: #d0eda5;
}

.bg-darken-green-23 {
  background-color: #5e8b1c;
}

.bg-lighten-green-24 {
  background-color: #d2eea9;
}

.bg-darken-green-24 {
  background-color: #5c861b;
}

.bg-lighten-green-25 {
  background-color: #d4eead;
}

.bg-darken-green-25 {
  background-color: #59821a;
}

.bg-lighten-green-26 {
  background-color: #d6efb1;
}

.bg-darken-green-26 {
  background-color: #567e19;
}

.bg-lighten-green-27 {
  background-color: #d9f0b6;
}

.bg-darken-green-27 {
  background-color: #537a19;
}

.bg-lighten-green-28 {
  background-color: #dbf1ba;
}

.bg-darken-green-28 {
  background-color: #507518;
}

.bg-lighten-green-29 {
  background-color: #ddf2be;
}

.bg-darken-green-29 {
  background-color: #4d7117;
}

.bg-lighten-green-30 {
  background-color: #dff3c2;
}

.bg-darken-green-30 {
  background-color: #4a6d16;
}

.bg-lighten-green-31 {
  background-color: #e2f4c7;
}

.bg-darken-green-31 {
  background-color: #476915;
}

.bg-lighten-green-32 {
  background-color: #e4f4cb;
}

.bg-darken-green-32 {
  background-color: #446414;
}

.bg-lighten-green-33 {
  background-color: #e6f5cf;
}

.bg-darken-green-33 {
  background-color: #426013;
}

.bg-lighten-green-34 {
  background-color: #e8f6d3;
}

.bg-darken-green-34 {
  background-color: #3f5c13;
}

.bg-lighten-green-35 {
  background-color: #eaf7d7;
}

.bg-darken-green-35 {
  background-color: #3c5812;
}

.bg-lighten-green-36 {
  background-color: #edf8dc;
}

.bg-darken-green-36 {
  background-color: #395411;
}

.bg-lighten-green-37 {
  background-color: #eff9e0;
}

.bg-darken-green-37 {
  background-color: #364f10;
}

.bg-lighten-green-38 {
  background-color: #f1fae4;
}

.bg-darken-green-38 {
  background-color: #334b0f;
}

.bg-lighten-green-39 {
  background-color: #f3fae8;
}

.bg-darken-green-39 {
  background-color: #30470e;
}

.bg-lighten-green-40 {
  background-color: #f5fbed;
}

.bg-darken-green-40 {
  background-color: #2d430d;
}

.bg-lighten-green-41 {
  background-color: #f8fcf1;
}

.bg-darken-green-41 {
  background-color: #2a3e0d;
}

.bg-lighten-green-42 {
  background-color: #fafdf5;
}

.bg-darken-green-42 {
  background-color: #283a0c;
}

.bg-lighten-green-43 {
  background-color: #fcfef9;
}

.bg-darken-green-43 {
  background-color: #25360b;
}

.bg-lighten-green-44 {
  background-color: #fefffe;
}

.bg-darken-green-44 {
  background-color: #22320a;
}

.bg-lighten-green-45 {
  background-color: white;
}

.bg-darken-green-45 {
  background-color: #1f2d09;
}

.bg-lighten-green-46 {
  background-color: white;
}

.bg-darken-green-46 {
  background-color: #1c2908;
}

.bg-lighten-green-47 {
  background-color: white;
}

.bg-darken-green-47 {
  background-color: #192507;
}

.bg-lighten-green-48 {
  background-color: white;
}

.bg-darken-green-48 {
  background-color: #162107;
}

.bg-lighten-green-49 {
  background-color: white;
}

.bg-darken-green-49 {
  background-color: #131c06;
}

.bg-lighten-green-50 {
  background-color: white;
}

.bg-darken-green-50 {
  background-color: #101805;
}

.bg-lighten-green-51 {
  background-color: white;
}

.bg-darken-green-51 {
  background-color: #0e1404;
}

.bg-lighten-green-52 {
  background-color: white;
}

.bg-darken-green-52 {
  background-color: #0b1003;
}

.bg-lighten-green-53 {
  background-color: white;
}

.bg-darken-green-53 {
  background-color: #080b02;
}

.bg-lighten-green-54 {
  background-color: white;
}

.bg-darken-green-54 {
  background-color: #050701;
}

.bg-lighten-green-55 {
  background-color: white;
}

.bg-darken-green-55 {
  background-color: #020301;
}

.bg-lighten-green-56 {
  background-color: white;
}

.bg-darken-green-56 {
  background-color: black;
}

.bg-lighten-green-57 {
  background-color: white;
}

.bg-darken-green-57 {
  background-color: black;
}

.bg-lighten-green-58 {
  background-color: white;
}

.bg-darken-green-58 {
  background-color: black;
}

.bg-lighten-green-59 {
  background-color: white;
}

.bg-darken-green-59 {
  background-color: black;
}

.bg-lighten-green-60 {
  background-color: white;
}

.bg-darken-green-60 {
  background-color: black;
}

.bg-lighten-green-61 {
  background-color: white;
}

.bg-darken-green-61 {
  background-color: black;
}

.bg-lighten-green-62 {
  background-color: white;
}

.bg-darken-green-62 {
  background-color: black;
}

.bg-lighten-green-63 {
  background-color: white;
}

.bg-darken-green-63 {
  background-color: black;
}

.bg-lighten-green-64 {
  background-color: white;
}

.bg-darken-green-64 {
  background-color: black;
}

.bg-lighten-green-65 {
  background-color: white;
}

.bg-darken-green-65 {
  background-color: black;
}

.bg-lighten-green-66 {
  background-color: white;
}

.bg-darken-green-66 {
  background-color: black;
}

.bg-lighten-green-67 {
  background-color: white;
}

.bg-darken-green-67 {
  background-color: black;
}

.bg-lighten-green-68 {
  background-color: white;
}

.bg-darken-green-68 {
  background-color: black;
}

.bg-lighten-green-69 {
  background-color: white;
}

.bg-darken-green-69 {
  background-color: black;
}

.bg-lighten-green-70 {
  background-color: white;
}

.bg-darken-green-70 {
  background-color: black;
}

.bg-lighten-green-71 {
  background-color: white;
}

.bg-darken-green-71 {
  background-color: black;
}

.bg-lighten-green-72 {
  background-color: white;
}

.bg-darken-green-72 {
  background-color: black;
}

.bg-lighten-green-73 {
  background-color: white;
}

.bg-darken-green-73 {
  background-color: black;
}

.bg-lighten-green-74 {
  background-color: white;
}

.bg-darken-green-74 {
  background-color: black;
}

.bg-lighten-green-75 {
  background-color: white;
}

.bg-darken-green-75 {
  background-color: black;
}

.bg-lighten-green-76 {
  background-color: white;
}

.bg-darken-green-76 {
  background-color: black;
}

.bg-lighten-green-77 {
  background-color: white;
}

.bg-darken-green-77 {
  background-color: black;
}

.bg-lighten-green-78 {
  background-color: white;
}

.bg-darken-green-78 {
  background-color: black;
}

.bg-lighten-green-79 {
  background-color: white;
}

.bg-darken-green-79 {
  background-color: black;
}

.bg-lighten-green-80 {
  background-color: white;
}

.bg-darken-green-80 {
  background-color: black;
}

.bg-lighten-green-81 {
  background-color: white;
}

.bg-darken-green-81 {
  background-color: black;
}

.bg-lighten-green-82 {
  background-color: white;
}

.bg-darken-green-82 {
  background-color: black;
}

.bg-lighten-green-83 {
  background-color: white;
}

.bg-darken-green-83 {
  background-color: black;
}

.bg-lighten-green-84 {
  background-color: white;
}

.bg-darken-green-84 {
  background-color: black;
}

.bg-lighten-green-85 {
  background-color: white;
}

.bg-darken-green-85 {
  background-color: black;
}

.bg-lighten-green-86 {
  background-color: white;
}

.bg-darken-green-86 {
  background-color: black;
}

.bg-lighten-green-87 {
  background-color: white;
}

.bg-darken-green-87 {
  background-color: black;
}

.bg-lighten-green-88 {
  background-color: white;
}

.bg-darken-green-88 {
  background-color: black;
}

.bg-lighten-green-89 {
  background-color: white;
}

.bg-darken-green-89 {
  background-color: black;
}

.bg-lighten-green-90 {
  background-color: white;
}

.bg-darken-green-90 {
  background-color: black;
}

.bg-lighten-green-91 {
  background-color: white;
}

.bg-darken-green-91 {
  background-color: black;
}

.bg-lighten-green-92 {
  background-color: white;
}

.bg-darken-green-92 {
  background-color: black;
}

.bg-lighten-green-93 {
  background-color: white;
}

.bg-darken-green-93 {
  background-color: black;
}

.bg-lighten-green-94 {
  background-color: white;
}

.bg-darken-green-94 {
  background-color: black;
}

.bg-lighten-green-95 {
  background-color: white;
}

.bg-darken-green-95 {
  background-color: black;
}

.bg-lighten-green-96 {
  background-color: white;
}

.bg-darken-green-96 {
  background-color: black;
}

.bg-lighten-green-97 {
  background-color: white;
}

.bg-darken-green-97 {
  background-color: black;
}

.bg-lighten-green-98 {
  background-color: white;
}

.bg-darken-green-98 {
  background-color: black;
}

.bg-lighten-green-99 {
  background-color: white;
}

.bg-darken-green-99 {
  background-color: black;
}

.bg-lighten-green-100 {
  background-color: white;
}

.bg-darken-green-100 {
  background-color: black;
}

.bg-yellow {
  background-color: #FBB02F !important;
}

.bg-opacy-yellow-1 {
  background-color: rgba(251, 176, 47, 0.1);
}

.bg-opacy-yellow-2 {
  background-color: rgba(251, 176, 47, 0.2);
}

.bg-opacy-yellow-3 {
  background-color: rgba(251, 176, 47, 0.3);
}

.bg-opacy-yellow-4 {
  background-color: rgba(251, 176, 47, 0.4);
}

.bg-opacy-yellow-5 {
  background-color: rgba(251, 176, 47, 0.5);
}

.bg-opacy-yellow-6 {
  background-color: rgba(251, 176, 47, 0.6);
}

.bg-opacy-yellow-7 {
  background-color: rgba(251, 176, 47, 0.7);
}

.bg-opacy-yellow-8 {
  background-color: rgba(251, 176, 47, 0.8);
}

.bg-opacy-yellow-9 {
  background-color: rgba(251, 176, 47, 0.9);
}

.bg-opacy-yellow-10 {
  background-color: #fbb02f;
}

.bg-opacy-yellow-11 {
  background-color: #fbb02f;
}

.bg-lighten-yellow-1 {
  background-color: #fbb234;
}

.bg-darken-yellow-1 {
  background-color: #fbae2a;
}

.bg-lighten-yellow-2 {
  background-color: #fbb439;
}

.bg-darken-yellow-2 {
  background-color: #fbac25;
}

.bg-lighten-yellow-3 {
  background-color: #fbb63e;
}

.bg-darken-yellow-3 {
  background-color: #fbaa20;
}

.bg-lighten-yellow-4 {
  background-color: #fbb843;
}

.bg-darken-yellow-4 {
  background-color: #fba81b;
}

.bg-lighten-yellow-5 {
  background-color: #fbba48;
}

.bg-darken-yellow-5 {
  background-color: #fba616;
}

.bg-lighten-yellow-6 {
  background-color: #fcbb4d;
}

.bg-darken-yellow-6 {
  background-color: #faa511;
}

.bg-lighten-yellow-7 {
  background-color: #fcbd52;
}

.bg-darken-yellow-7 {
  background-color: #faa30c;
}

.bg-lighten-yellow-8 {
  background-color: #fcbf57;
}

.bg-darken-yellow-8 {
  background-color: #faa107;
}

.bg-lighten-yellow-9 {
  background-color: #fcc15c;
}

.bg-darken-yellow-9 {
  background-color: #f79e05;
}

.bg-lighten-yellow-10 {
  background-color: #fcc361;
}

.bg-darken-yellow-10 {
  background-color: #f29b05;
}

.bg-lighten-yellow-11 {
  background-color: #fcc566;
}

.bg-darken-yellow-11 {
  background-color: #ed9805;
}

.bg-lighten-yellow-12 {
  background-color: #fcc76b;
}

.bg-darken-yellow-12 {
  background-color: #e89504;
}

.bg-lighten-yellow-13 {
  background-color: #fcc970;
}

.bg-darken-yellow-13 {
  background-color: #e39104;
}

.bg-lighten-yellow-14 {
  background-color: #fccb75;
}

.bg-darken-yellow-14 {
  background-color: #de8e04;
}

.bg-lighten-yellow-15 {
  background-color: #fccd7a;
}

.bg-darken-yellow-15 {
  background-color: #d98b04;
}

.bg-lighten-yellow-16 {
  background-color: #fdce7f;
}

.bg-darken-yellow-16 {
  background-color: #d48804;
}

.bg-lighten-yellow-17 {
  background-color: #fdd084;
}

.bg-darken-yellow-17 {
  background-color: #cf8504;
}

.bg-lighten-yellow-18 {
  background-color: #fdd289;
}

.bg-darken-yellow-18 {
  background-color: #ca8104;
}

.bg-lighten-yellow-19 {
  background-color: #fdd48e;
}

.bg-darken-yellow-19 {
  background-color: #c57e04;
}

.bg-lighten-yellow-20 {
  background-color: #fdd693;
}

.bg-darken-yellow-20 {
  background-color: #c07b04;
}

.bg-lighten-yellow-21 {
  background-color: #fdd898;
}

.bg-darken-yellow-21 {
  background-color: #bb7804;
}

.bg-lighten-yellow-22 {
  background-color: #fdda9d;
}

.bg-darken-yellow-22 {
  background-color: #b67504;
}

.bg-lighten-yellow-23 {
  background-color: #fddca2;
}

.bg-darken-yellow-23 {
  background-color: #b17103;
}

.bg-lighten-yellow-24 {
  background-color: #fddea7;
}

.bg-darken-yellow-24 {
  background-color: #ac6e03;
}

.bg-lighten-yellow-25 {
  background-color: #fde0ac;
}

.bg-darken-yellow-25 {
  background-color: #a76b03;
}

.bg-lighten-yellow-26 {
  background-color: #fee1b1;
}

.bg-darken-yellow-26 {
  background-color: #a26803;
}

.bg-lighten-yellow-27 {
  background-color: #fee3b6;
}

.bg-darken-yellow-27 {
  background-color: #9d6503;
}

.bg-lighten-yellow-28 {
  background-color: #fee5bb;
}

.bg-darken-yellow-28 {
  background-color: #986103;
}

.bg-lighten-yellow-29 {
  background-color: #fee7c0;
}

.bg-darken-yellow-29 {
  background-color: #935e03;
}

.bg-lighten-yellow-30 {
  background-color: #fee9c5;
}

.bg-darken-yellow-30 {
  background-color: #8e5b03;
}

.bg-lighten-yellow-31 {
  background-color: #feebca;
}

.bg-darken-yellow-31 {
  background-color: #895803;
}

.bg-lighten-yellow-32 {
  background-color: #feedcf;
}

.bg-darken-yellow-32 {
  background-color: #845503;
}

.bg-lighten-yellow-33 {
  background-color: #feefd4;
}

.bg-darken-yellow-33 {
  background-color: #7f5102;
}

.bg-lighten-yellow-34 {
  background-color: #fef1d9;
}

.bg-darken-yellow-34 {
  background-color: #7a4e02;
}

.bg-lighten-yellow-35 {
  background-color: #fef3de;
}

.bg-darken-yellow-35 {
  background-color: #754b02;
}

.bg-lighten-yellow-36 {
  background-color: #fef4e3;
}

.bg-darken-yellow-36 {
  background-color: #704802;
}

.bg-lighten-yellow-37 {
  background-color: #fff6e8;
}

.bg-darken-yellow-37 {
  background-color: #6b4502;
}

.bg-lighten-yellow-38 {
  background-color: #fff8ed;
}

.bg-darken-yellow-38 {
  background-color: #664102;
}

.bg-lighten-yellow-39 {
  background-color: #fffaf2;
}

.bg-darken-yellow-39 {
  background-color: #613e02;
}

.bg-lighten-yellow-40 {
  background-color: #fffcf7;
}

.bg-darken-yellow-40 {
  background-color: #5c3b02;
}

.bg-lighten-yellow-41 {
  background-color: #fffefc;
}

.bg-darken-yellow-41 {
  background-color: #573802;
}

.bg-lighten-yellow-42 {
  background-color: white;
}

.bg-darken-yellow-42 {
  background-color: #523502;
}

.bg-lighten-yellow-43 {
  background-color: white;
}

.bg-darken-yellow-43 {
  background-color: #4d3101;
}

.bg-lighten-yellow-44 {
  background-color: white;
}

.bg-darken-yellow-44 {
  background-color: #482e01;
}

.bg-lighten-yellow-45 {
  background-color: white;
}

.bg-darken-yellow-45 {
  background-color: #432b01;
}

.bg-lighten-yellow-46 {
  background-color: white;
}

.bg-darken-yellow-46 {
  background-color: #3e2801;
}

.bg-lighten-yellow-47 {
  background-color: white;
}

.bg-darken-yellow-47 {
  background-color: #392501;
}

.bg-lighten-yellow-48 {
  background-color: white;
}

.bg-darken-yellow-48 {
  background-color: #342101;
}

.bg-lighten-yellow-49 {
  background-color: white;
}

.bg-darken-yellow-49 {
  background-color: #2f1e01;
}

.bg-lighten-yellow-50 {
  background-color: white;
}

.bg-darken-yellow-50 {
  background-color: #2a1b01;
}

.bg-lighten-yellow-51 {
  background-color: white;
}

.bg-darken-yellow-51 {
  background-color: #251801;
}

.bg-lighten-yellow-52 {
  background-color: white;
}

.bg-darken-yellow-52 {
  background-color: #201501;
}

.bg-lighten-yellow-53 {
  background-color: white;
}

.bg-darken-yellow-53 {
  background-color: #1b1101;
}

.bg-lighten-yellow-54 {
  background-color: white;
}

.bg-darken-yellow-54 {
  background-color: #160e00;
}

.bg-lighten-yellow-55 {
  background-color: white;
}

.bg-darken-yellow-55 {
  background-color: #110b00;
}

.bg-lighten-yellow-56 {
  background-color: white;
}

.bg-darken-yellow-56 {
  background-color: #0c0800;
}

.bg-lighten-yellow-57 {
  background-color: white;
}

.bg-darken-yellow-57 {
  background-color: #070500;
}

.bg-lighten-yellow-58 {
  background-color: white;
}

.bg-darken-yellow-58 {
  background-color: #020100;
}

.bg-lighten-yellow-59 {
  background-color: white;
}

.bg-darken-yellow-59 {
  background-color: black;
}

.bg-lighten-yellow-60 {
  background-color: white;
}

.bg-darken-yellow-60 {
  background-color: black;
}

.bg-lighten-yellow-61 {
  background-color: white;
}

.bg-darken-yellow-61 {
  background-color: black;
}

.bg-lighten-yellow-62 {
  background-color: white;
}

.bg-darken-yellow-62 {
  background-color: black;
}

.bg-lighten-yellow-63 {
  background-color: white;
}

.bg-darken-yellow-63 {
  background-color: black;
}

.bg-lighten-yellow-64 {
  background-color: white;
}

.bg-darken-yellow-64 {
  background-color: black;
}

.bg-lighten-yellow-65 {
  background-color: white;
}

.bg-darken-yellow-65 {
  background-color: black;
}

.bg-lighten-yellow-66 {
  background-color: white;
}

.bg-darken-yellow-66 {
  background-color: black;
}

.bg-lighten-yellow-67 {
  background-color: white;
}

.bg-darken-yellow-67 {
  background-color: black;
}

.bg-lighten-yellow-68 {
  background-color: white;
}

.bg-darken-yellow-68 {
  background-color: black;
}

.bg-lighten-yellow-69 {
  background-color: white;
}

.bg-darken-yellow-69 {
  background-color: black;
}

.bg-lighten-yellow-70 {
  background-color: white;
}

.bg-darken-yellow-70 {
  background-color: black;
}

.bg-lighten-yellow-71 {
  background-color: white;
}

.bg-darken-yellow-71 {
  background-color: black;
}

.bg-lighten-yellow-72 {
  background-color: white;
}

.bg-darken-yellow-72 {
  background-color: black;
}

.bg-lighten-yellow-73 {
  background-color: white;
}

.bg-darken-yellow-73 {
  background-color: black;
}

.bg-lighten-yellow-74 {
  background-color: white;
}

.bg-darken-yellow-74 {
  background-color: black;
}

.bg-lighten-yellow-75 {
  background-color: white;
}

.bg-darken-yellow-75 {
  background-color: black;
}

.bg-lighten-yellow-76 {
  background-color: white;
}

.bg-darken-yellow-76 {
  background-color: black;
}

.bg-lighten-yellow-77 {
  background-color: white;
}

.bg-darken-yellow-77 {
  background-color: black;
}

.bg-lighten-yellow-78 {
  background-color: white;
}

.bg-darken-yellow-78 {
  background-color: black;
}

.bg-lighten-yellow-79 {
  background-color: white;
}

.bg-darken-yellow-79 {
  background-color: black;
}

.bg-lighten-yellow-80 {
  background-color: white;
}

.bg-darken-yellow-80 {
  background-color: black;
}

.bg-lighten-yellow-81 {
  background-color: white;
}

.bg-darken-yellow-81 {
  background-color: black;
}

.bg-lighten-yellow-82 {
  background-color: white;
}

.bg-darken-yellow-82 {
  background-color: black;
}

.bg-lighten-yellow-83 {
  background-color: white;
}

.bg-darken-yellow-83 {
  background-color: black;
}

.bg-lighten-yellow-84 {
  background-color: white;
}

.bg-darken-yellow-84 {
  background-color: black;
}

.bg-lighten-yellow-85 {
  background-color: white;
}

.bg-darken-yellow-85 {
  background-color: black;
}

.bg-lighten-yellow-86 {
  background-color: white;
}

.bg-darken-yellow-86 {
  background-color: black;
}

.bg-lighten-yellow-87 {
  background-color: white;
}

.bg-darken-yellow-87 {
  background-color: black;
}

.bg-lighten-yellow-88 {
  background-color: white;
}

.bg-darken-yellow-88 {
  background-color: black;
}

.bg-lighten-yellow-89 {
  background-color: white;
}

.bg-darken-yellow-89 {
  background-color: black;
}

.bg-lighten-yellow-90 {
  background-color: white;
}

.bg-darken-yellow-90 {
  background-color: black;
}

.bg-lighten-yellow-91 {
  background-color: white;
}

.bg-darken-yellow-91 {
  background-color: black;
}

.bg-lighten-yellow-92 {
  background-color: white;
}

.bg-darken-yellow-92 {
  background-color: black;
}

.bg-lighten-yellow-93 {
  background-color: white;
}

.bg-darken-yellow-93 {
  background-color: black;
}

.bg-lighten-yellow-94 {
  background-color: white;
}

.bg-darken-yellow-94 {
  background-color: black;
}

.bg-lighten-yellow-95 {
  background-color: white;
}

.bg-darken-yellow-95 {
  background-color: black;
}

.bg-lighten-yellow-96 {
  background-color: white;
}

.bg-darken-yellow-96 {
  background-color: black;
}

.bg-lighten-yellow-97 {
  background-color: white;
}

.bg-darken-yellow-97 {
  background-color: black;
}

.bg-lighten-yellow-98 {
  background-color: white;
}

.bg-darken-yellow-98 {
  background-color: black;
}

.bg-lighten-yellow-99 {
  background-color: white;
}

.bg-darken-yellow-99 {
  background-color: black;
}

.bg-lighten-yellow-100 {
  background-color: white;
}

.bg-darken-yellow-100 {
  background-color: black;
}

.bg-none {
  background: none !important;
}

.image-box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.image-box:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}
.image-box > img, .image-box > svg, .image-box > a, .image-box .element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-box.beside:before {
  padding-top: 87%;
}
.image-box.position-top > img, .image-box.position-top > svg, .image-box.position-top > a {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.image-box > a {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.image-box img, .image-box svg {
  width: 100%;
}
.image-box[class*="3:1"]:before {
  padding-top: 33.33%;
}
.image-box[class*="2:1"]:before {
  padding-top: 50%;
}
.image-box[class*="16:9"]:before {
  padding-top: 56.25%;
}
.image-box[class*="4:6"]:before {
  padding-top: 66.6666666667%;
}
.image-box[class*="5:4"]:before {
  padding-top: 80%;
}
.image-box[class*="1:1.3"]:before {
  padding-top: 130%;
}
.image-box.fit-x > img, .image-box.fit-x > svg, .image-box.fit-x > a {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  transform: none;
}
.image-box.fit-x:before {
  display: none;
}
.image-box.fit-y > img, .image-box.fit-y > svg, .image-box.fit-y > a {
  width: auto;
  height: 100%;
}
.image-box.circle {
  border-radius: 50% !important;
}
.image-box.circle:before {
  padding-top: 100%;
}
.image-box:empty {
  background-color: #dee2e6;
  border-radius: 0.1rem;
}
.image-box:empty:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9rem;
  color: #ced4da;
  line-height: 1;
  content: "photo_size_select_actual";
  font-size: 48px;
  font-family: "Material Icons" !important;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  white-space: nowrap !important;
  text-transform: none !important;
}
.image-box.empty-icon-large:empty:after {
  font-size: 96px;
}
.image-box.empty-icon-x-large:empty:after {
  font-size: 192px;
}
.image-box[data-empty-icon]:empty:after {
  content: attr(data-empty-icon);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.ps-top-0 {
  top: 0em;
}

.ps-bottom-0 {
  bottom: 0em;
}

.ps-start-0 {
  left: 0em;
}

.ps-end-0 {
  right: 0em;
}

@media (min-width: 992px) {
  .ps-top-r-0 {
    top: 0em;
  }

  .ps-bottom-r-0 {
    bottom: 0em;
  }

  .ps-start-r-0 {
    left: 0em;
  }

  .ps-end-r-0 {
    right: 0em;
  }
}
.z-index-0 {
  z-index: 0;
}

.z-index-m-0 {
  z-index: 0;
}

.ps-top-1 {
  top: 0.1em;
}

.ps-bottom-1 {
  bottom: 0.1em;
}

.ps-start-1 {
  left: 0.1em;
}

.ps-end-1 {
  right: 0.1em;
}

@media (min-width: 992px) {
  .ps-top-r-1 {
    top: -0.1em;
  }

  .ps-bottom-r-1 {
    bottom: -0.1em;
  }

  .ps-start-r-1 {
    left: -0.1em;
  }

  .ps-end-r-1 {
    right: -0.1em;
  }
}
.z-index-1 {
  z-index: 1;
}

.z-index-m-1 {
  z-index: -1;
}

.ps-top-2 {
  top: 0.2em;
}

.ps-bottom-2 {
  bottom: 0.2em;
}

.ps-start-2 {
  left: 0.2em;
}

.ps-end-2 {
  right: 0.2em;
}

@media (min-width: 992px) {
  .ps-top-r-2 {
    top: -0.2em;
  }

  .ps-bottom-r-2 {
    bottom: -0.2em;
  }

  .ps-start-r-2 {
    left: -0.2em;
  }

  .ps-end-r-2 {
    right: -0.2em;
  }
}
.z-index-2 {
  z-index: 2;
}

.z-index-m-2 {
  z-index: -2;
}

.ps-top-3 {
  top: 0.3em;
}

.ps-bottom-3 {
  bottom: 0.3em;
}

.ps-start-3 {
  left: 0.3em;
}

.ps-end-3 {
  right: 0.3em;
}

@media (min-width: 992px) {
  .ps-top-r-3 {
    top: -0.3em;
  }

  .ps-bottom-r-3 {
    bottom: -0.3em;
  }

  .ps-start-r-3 {
    left: -0.3em;
  }

  .ps-end-r-3 {
    right: -0.3em;
  }
}
.z-index-3 {
  z-index: 3;
}

.z-index-m-3 {
  z-index: -3;
}

.ps-top-4 {
  top: 0.4em;
}

.ps-bottom-4 {
  bottom: 0.4em;
}

.ps-start-4 {
  left: 0.4em;
}

.ps-end-4 {
  right: 0.4em;
}

@media (min-width: 992px) {
  .ps-top-r-4 {
    top: -0.4em;
  }

  .ps-bottom-r-4 {
    bottom: -0.4em;
  }

  .ps-start-r-4 {
    left: -0.4em;
  }

  .ps-end-r-4 {
    right: -0.4em;
  }
}
.z-index-4 {
  z-index: 4;
}

.z-index-m-4 {
  z-index: -4;
}

.ps-top-5 {
  top: 0.5em;
}

.ps-bottom-5 {
  bottom: 0.5em;
}

.ps-start-5 {
  left: 0.5em;
}

.ps-end-5 {
  right: 0.5em;
}

@media (min-width: 992px) {
  .ps-top-r-5 {
    top: -0.5em;
  }

  .ps-bottom-r-5 {
    bottom: -0.5em;
  }

  .ps-start-r-5 {
    left: -0.5em;
  }

  .ps-end-r-5 {
    right: -0.5em;
  }
}
.z-index-5 {
  z-index: 5;
}

.z-index-m-5 {
  z-index: -5;
}

.ps-top-6 {
  top: 0.6em;
}

.ps-bottom-6 {
  bottom: 0.6em;
}

.ps-start-6 {
  left: 0.6em;
}

.ps-end-6 {
  right: 0.6em;
}

@media (min-width: 992px) {
  .ps-top-r-6 {
    top: -0.6em;
  }

  .ps-bottom-r-6 {
    bottom: -0.6em;
  }

  .ps-start-r-6 {
    left: -0.6em;
  }

  .ps-end-r-6 {
    right: -0.6em;
  }
}
.z-index-6 {
  z-index: 6;
}

.z-index-m-6 {
  z-index: -6;
}

.ps-top-7 {
  top: 0.7em;
}

.ps-bottom-7 {
  bottom: 0.7em;
}

.ps-start-7 {
  left: 0.7em;
}

.ps-end-7 {
  right: 0.7em;
}

@media (min-width: 992px) {
  .ps-top-r-7 {
    top: -0.7em;
  }

  .ps-bottom-r-7 {
    bottom: -0.7em;
  }

  .ps-start-r-7 {
    left: -0.7em;
  }

  .ps-end-r-7 {
    right: -0.7em;
  }
}
.z-index-7 {
  z-index: 7;
}

.z-index-m-7 {
  z-index: -7;
}

.ps-top-8 {
  top: 0.8em;
}

.ps-bottom-8 {
  bottom: 0.8em;
}

.ps-start-8 {
  left: 0.8em;
}

.ps-end-8 {
  right: 0.8em;
}

@media (min-width: 992px) {
  .ps-top-r-8 {
    top: -0.8em;
  }

  .ps-bottom-r-8 {
    bottom: -0.8em;
  }

  .ps-start-r-8 {
    left: -0.8em;
  }

  .ps-end-r-8 {
    right: -0.8em;
  }
}
.z-index-8 {
  z-index: 8;
}

.z-index-m-8 {
  z-index: -8;
}

.ps-top-9 {
  top: 0.9em;
}

.ps-bottom-9 {
  bottom: 0.9em;
}

.ps-start-9 {
  left: 0.9em;
}

.ps-end-9 {
  right: 0.9em;
}

@media (min-width: 992px) {
  .ps-top-r-9 {
    top: -0.9em;
  }

  .ps-bottom-r-9 {
    bottom: -0.9em;
  }

  .ps-start-r-9 {
    left: -0.9em;
  }

  .ps-end-r-9 {
    right: -0.9em;
  }
}
.z-index-9 {
  z-index: 9;
}

.z-index-m-9 {
  z-index: -9;
}

.ps-top-10 {
  top: 1em;
}

.ps-bottom-10 {
  bottom: 1em;
}

.ps-start-10 {
  left: 1em;
}

.ps-end-10 {
  right: 1em;
}

@media (min-width: 992px) {
  .ps-top-r-10 {
    top: -1em;
  }

  .ps-bottom-r-10 {
    bottom: -1em;
  }

  .ps-start-r-10 {
    left: -1em;
  }

  .ps-end-r-10 {
    right: -1em;
  }
}
.z-index-10 {
  z-index: 10;
}

.z-index-m-10 {
  z-index: -10;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.text-black {
  color: #333;
}

.text-opacy-black-1 {
  color: rgba(51, 51, 51, 0.1);
}

.text-opacy-black-2 {
  color: rgba(51, 51, 51, 0.2);
}

.text-opacy-black-3 {
  color: rgba(51, 51, 51, 0.3);
}

.text-opacy-black-4 {
  color: rgba(51, 51, 51, 0.4);
}

.text-opacy-black-5 {
  color: rgba(51, 51, 51, 0.5);
}

.text-opacy-black-6 {
  color: rgba(51, 51, 51, 0.6);
}

.text-opacy-black-7 {
  color: rgba(51, 51, 51, 0.7);
}

.text-opacy-black-8 {
  color: rgba(51, 51, 51, 0.8);
}

.text-opacy-black-9 {
  color: rgba(51, 51, 51, 0.9);
}

.text-darken-black-1 {
  color: #303030;
}

.text-darken-black-2 {
  color: #2e2e2e;
}

.text-darken-black-3 {
  color: #2b2b2b;
}

.text-darken-black-4 {
  color: #292929;
}

.text-darken-black-5 {
  color: #262626;
}

.text-darken-black-6 {
  color: #242424;
}

.text-darken-black-7 {
  color: #212121;
}

.text-darken-black-8 {
  color: #1f1f1f;
}

.text-darken-black-9 {
  color: #1c1c1c;
}

.text-darken-black-10 {
  color: #1a1a1a;
}

.text-darken-black-11 {
  color: #171717;
}

.text-darken-black-12 {
  color: #141414;
}

.text-darken-black-13 {
  color: #121212;
}

.text-darken-black-14 {
  color: #0f0f0f;
}

.text-darken-black-15 {
  color: #0d0d0d;
}

.text-darken-black-16 {
  color: #0a0a0a;
}

.text-darken-black-17 {
  color: #080808;
}

.text-darken-black-18 {
  color: #050505;
}

.text-darken-black-19 {
  color: #030303;
}

.text-darken-black-20 {
  color: black;
}

.text-darken-black-21 {
  color: black;
}

.text-darken-black-22 {
  color: black;
}

.text-darken-black-23 {
  color: black;
}

.text-darken-black-24 {
  color: black;
}

.text-darken-black-25 {
  color: black;
}

.text-darken-black-26 {
  color: black;
}

.text-darken-black-27 {
  color: black;
}

.text-darken-black-28 {
  color: black;
}

.text-darken-black-29 {
  color: black;
}

.text-darken-black-30 {
  color: black;
}

.text-darken-black-31 {
  color: black;
}

.text-darken-black-32 {
  color: black;
}

.text-darken-black-33 {
  color: black;
}

.text-darken-black-34 {
  color: black;
}

.text-darken-black-35 {
  color: black;
}

.text-darken-black-36 {
  color: black;
}

.text-darken-black-37 {
  color: black;
}

.text-darken-black-38 {
  color: black;
}

.text-darken-black-39 {
  color: black;
}

.text-darken-black-40 {
  color: black;
}

.text-darken-black-41 {
  color: black;
}

.text-darken-black-42 {
  color: black;
}

.text-darken-black-43 {
  color: black;
}

.text-darken-black-44 {
  color: black;
}

.text-darken-black-45 {
  color: black;
}

.text-darken-black-46 {
  color: black;
}

.text-darken-black-47 {
  color: black;
}

.text-darken-black-48 {
  color: black;
}

.text-darken-black-49 {
  color: black;
}

.text-darken-black-50 {
  color: black;
}

.text-darken-black-51 {
  color: black;
}

.text-darken-black-52 {
  color: black;
}

.text-darken-black-53 {
  color: black;
}

.text-darken-black-54 {
  color: black;
}

.text-darken-black-55 {
  color: black;
}

.text-darken-black-56 {
  color: black;
}

.text-darken-black-57 {
  color: black;
}

.text-darken-black-58 {
  color: black;
}

.text-darken-black-59 {
  color: black;
}

.text-darken-black-60 {
  color: black;
}

.text-darken-black-61 {
  color: black;
}

.text-darken-black-62 {
  color: black;
}

.text-darken-black-63 {
  color: black;
}

.text-darken-black-64 {
  color: black;
}

.text-darken-black-65 {
  color: black;
}

.text-darken-black-66 {
  color: black;
}

.text-darken-black-67 {
  color: black;
}

.text-darken-black-68 {
  color: black;
}

.text-darken-black-69 {
  color: black;
}

.text-darken-black-70 {
  color: black;
}

.text-darken-black-71 {
  color: black;
}

.text-darken-black-72 {
  color: black;
}

.text-darken-black-73 {
  color: black;
}

.text-darken-black-74 {
  color: black;
}

.text-darken-black-75 {
  color: black;
}

.text-darken-black-76 {
  color: black;
}

.text-darken-black-77 {
  color: black;
}

.text-darken-black-78 {
  color: black;
}

.text-darken-black-79 {
  color: black;
}

.text-darken-black-80 {
  color: black;
}

.text-darken-black-81 {
  color: black;
}

.text-darken-black-82 {
  color: black;
}

.text-darken-black-83 {
  color: black;
}

.text-darken-black-84 {
  color: black;
}

.text-darken-black-85 {
  color: black;
}

.text-darken-black-86 {
  color: black;
}

.text-darken-black-87 {
  color: black;
}

.text-darken-black-88 {
  color: black;
}

.text-darken-black-89 {
  color: black;
}

.text-darken-black-90 {
  color: black;
}

.text-darken-black-91 {
  color: black;
}

.text-darken-black-92 {
  color: black;
}

.text-darken-black-93 {
  color: black;
}

.text-darken-black-94 {
  color: black;
}

.text-darken-black-95 {
  color: black;
}

.text-darken-black-96 {
  color: black;
}

.text-darken-black-97 {
  color: black;
}

.text-darken-black-98 {
  color: black;
}

.text-darken-black-99 {
  color: black;
}

.text-darken-black-100 {
  color: black;
}

.text-back {
  color: #FBFBFB;
}

.text-opacy-back-1 {
  color: rgba(251, 251, 251, 0.1);
}

.text-opacy-back-2 {
  color: rgba(251, 251, 251, 0.2);
}

.text-opacy-back-3 {
  color: rgba(251, 251, 251, 0.3);
}

.text-opacy-back-4 {
  color: rgba(251, 251, 251, 0.4);
}

.text-opacy-back-5 {
  color: rgba(251, 251, 251, 0.5);
}

.text-opacy-back-6 {
  color: rgba(251, 251, 251, 0.6);
}

.text-opacy-back-7 {
  color: rgba(251, 251, 251, 0.7);
}

.text-opacy-back-8 {
  color: rgba(251, 251, 251, 0.8);
}

.text-opacy-back-9 {
  color: rgba(251, 251, 251, 0.9);
}

.text-darken-back-1 {
  color: #f8f8f8;
}

.text-darken-back-2 {
  color: #f6f6f6;
}

.text-darken-back-3 {
  color: #f3f3f3;
}

.text-darken-back-4 {
  color: #f1f1f1;
}

.text-darken-back-5 {
  color: #eeeeee;
}

.text-darken-back-6 {
  color: #ececec;
}

.text-darken-back-7 {
  color: #e9e9e9;
}

.text-darken-back-8 {
  color: #e7e7e7;
}

.text-darken-back-9 {
  color: #e4e4e4;
}

.text-darken-back-10 {
  color: #e2e2e2;
}

.text-darken-back-11 {
  color: #dfdfdf;
}

.text-darken-back-12 {
  color: gainsboro;
}

.text-darken-back-13 {
  color: #dadada;
}

.text-darken-back-14 {
  color: #d7d7d7;
}

.text-darken-back-15 {
  color: #d5d5d5;
}

.text-darken-back-16 {
  color: #d2d2d2;
}

.text-darken-back-17 {
  color: #d0d0d0;
}

.text-darken-back-18 {
  color: #cdcdcd;
}

.text-darken-back-19 {
  color: #cbcbcb;
}

.text-darken-back-20 {
  color: #c8c8c8;
}

.text-darken-back-21 {
  color: #c5c5c5;
}

.text-darken-back-22 {
  color: #c3c3c3;
}

.text-darken-back-23 {
  color: silver;
}

.text-darken-back-24 {
  color: #bebebe;
}

.text-darken-back-25 {
  color: #bbbbbb;
}

.text-darken-back-26 {
  color: #b9b9b9;
}

.text-darken-back-27 {
  color: #b6b6b6;
}

.text-darken-back-28 {
  color: #b4b4b4;
}

.text-darken-back-29 {
  color: #b1b1b1;
}

.text-darken-back-30 {
  color: #afafaf;
}

.text-darken-back-31 {
  color: #acacac;
}

.text-darken-back-32 {
  color: darkgray;
}

.text-darken-back-33 {
  color: #a7a7a7;
}

.text-darken-back-34 {
  color: #a4a4a4;
}

.text-darken-back-35 {
  color: #a2a2a2;
}

.text-darken-back-36 {
  color: #9f9f9f;
}

.text-darken-back-37 {
  color: #9d9d9d;
}

.text-darken-back-38 {
  color: #9a9a9a;
}

.text-darken-back-39 {
  color: #989898;
}

.text-darken-back-40 {
  color: #959595;
}

.text-darken-back-41 {
  color: #929292;
}

.text-darken-back-42 {
  color: #909090;
}

.text-darken-back-43 {
  color: #8d8d8d;
}

.text-darken-back-44 {
  color: #8b8b8b;
}

.text-darken-back-45 {
  color: #888888;
}

.text-darken-back-46 {
  color: #868686;
}

.text-darken-back-47 {
  color: #838383;
}

.text-darken-back-48 {
  color: #818181;
}

.text-darken-back-49 {
  color: #7e7e7e;
}

.text-darken-back-50 {
  color: #7c7c7c;
}

.text-darken-back-51 {
  color: #797979;
}

.text-darken-back-52 {
  color: #767676;
}

.text-darken-back-53 {
  color: #747474;
}

.text-darken-back-54 {
  color: #717171;
}

.text-darken-back-55 {
  color: #6f6f6f;
}

.text-darken-back-56 {
  color: #6c6c6c;
}

.text-darken-back-57 {
  color: #6a6a6a;
}

.text-darken-back-58 {
  color: #676767;
}

.text-darken-back-59 {
  color: #656565;
}

.text-darken-back-60 {
  color: #626262;
}

.text-darken-back-61 {
  color: #5f5f5f;
}

.text-darken-back-62 {
  color: #5d5d5d;
}

.text-darken-back-63 {
  color: #5a5a5a;
}

.text-darken-back-64 {
  color: #585858;
}

.text-darken-back-65 {
  color: #555555;
}

.text-darken-back-66 {
  color: #535353;
}

.text-darken-back-67 {
  color: #505050;
}

.text-darken-back-68 {
  color: #4e4e4e;
}

.text-darken-back-69 {
  color: #4b4b4b;
}

.text-darken-back-70 {
  color: #494949;
}

.text-darken-back-71 {
  color: #464646;
}

.text-darken-back-72 {
  color: #434343;
}

.text-darken-back-73 {
  color: #414141;
}

.text-darken-back-74 {
  color: #3e3e3e;
}

.text-darken-back-75 {
  color: #3c3c3c;
}

.text-darken-back-76 {
  color: #393939;
}

.text-darken-back-77 {
  color: #373737;
}

.text-darken-back-78 {
  color: #343434;
}

.text-darken-back-79 {
  color: #323232;
}

.text-darken-back-80 {
  color: #2f2f2f;
}

.text-darken-back-81 {
  color: #2c2c2c;
}

.text-darken-back-82 {
  color: #2a2a2a;
}

.text-darken-back-83 {
  color: #272727;
}

.text-darken-back-84 {
  color: #252525;
}

.text-darken-back-85 {
  color: #222222;
}

.text-darken-back-86 {
  color: #202020;
}

.text-darken-back-87 {
  color: #1d1d1d;
}

.text-darken-back-88 {
  color: #1b1b1b;
}

.text-darken-back-89 {
  color: #181818;
}

.text-darken-back-90 {
  color: #161616;
}

.text-darken-back-91 {
  color: #131313;
}

.text-darken-back-92 {
  color: #101010;
}

.text-darken-back-93 {
  color: #0e0e0e;
}

.text-darken-back-94 {
  color: #0b0b0b;
}

.text-darken-back-95 {
  color: #090909;
}

.text-darken-back-96 {
  color: #060606;
}

.text-darken-back-97 {
  color: #040404;
}

.text-darken-back-98 {
  color: #010101;
}

.text-darken-back-99 {
  color: black;
}

.text-darken-back-100 {
  color: black;
}

.text-white {
  color: #fff;
}

.text-opacy-white-1 {
  color: rgba(255, 255, 255, 0.1);
}

.text-opacy-white-2 {
  color: rgba(255, 255, 255, 0.2);
}

.text-opacy-white-3 {
  color: rgba(255, 255, 255, 0.3);
}

.text-opacy-white-4 {
  color: rgba(255, 255, 255, 0.4);
}

.text-opacy-white-5 {
  color: rgba(255, 255, 255, 0.5);
}

.text-opacy-white-6 {
  color: rgba(255, 255, 255, 0.6);
}

.text-opacy-white-7 {
  color: rgba(255, 255, 255, 0.7);
}

.text-opacy-white-8 {
  color: rgba(255, 255, 255, 0.8);
}

.text-opacy-white-9 {
  color: rgba(255, 255, 255, 0.9);
}

.text-darken-white-1 {
  color: #fcfcfc;
}

.text-darken-white-2 {
  color: #fafafa;
}

.text-darken-white-3 {
  color: #f7f7f7;
}

.text-darken-white-4 {
  color: whitesmoke;
}

.text-darken-white-5 {
  color: #f2f2f2;
}

.text-darken-white-6 {
  color: #f0f0f0;
}

.text-darken-white-7 {
  color: #ededed;
}

.text-darken-white-8 {
  color: #ebebeb;
}

.text-darken-white-9 {
  color: #e8e8e8;
}

.text-darken-white-10 {
  color: #e6e6e6;
}

.text-darken-white-11 {
  color: #e3e3e3;
}

.text-darken-white-12 {
  color: #e0e0e0;
}

.text-darken-white-13 {
  color: #dedede;
}

.text-darken-white-14 {
  color: #dbdbdb;
}

.text-darken-white-15 {
  color: #d9d9d9;
}

.text-darken-white-16 {
  color: #d6d6d6;
}

.text-darken-white-17 {
  color: #d4d4d4;
}

.text-darken-white-18 {
  color: #d1d1d1;
}

.text-darken-white-19 {
  color: #cfcfcf;
}

.text-darken-white-20 {
  color: #cccccc;
}

.text-darken-white-21 {
  color: #c9c9c9;
}

.text-darken-white-22 {
  color: #c7c7c7;
}

.text-darken-white-23 {
  color: #c4c4c4;
}

.text-darken-white-24 {
  color: #c2c2c2;
}

.text-darken-white-25 {
  color: #bfbfbf;
}

.text-darken-white-26 {
  color: #bdbdbd;
}

.text-darken-white-27 {
  color: #bababa;
}

.text-darken-white-28 {
  color: #b8b8b8;
}

.text-darken-white-29 {
  color: #b5b5b5;
}

.text-darken-white-30 {
  color: #b3b3b3;
}

.text-darken-white-31 {
  color: #b0b0b0;
}

.text-darken-white-32 {
  color: #adadad;
}

.text-darken-white-33 {
  color: #ababab;
}

.text-darken-white-34 {
  color: #a8a8a8;
}

.text-darken-white-35 {
  color: #a6a6a6;
}

.text-darken-white-36 {
  color: #a3a3a3;
}

.text-darken-white-37 {
  color: #a1a1a1;
}

.text-darken-white-38 {
  color: #9e9e9e;
}

.text-darken-white-39 {
  color: #9c9c9c;
}

.text-darken-white-40 {
  color: #999999;
}

.text-darken-white-41 {
  color: #969696;
}

.text-darken-white-42 {
  color: #949494;
}

.text-darken-white-43 {
  color: #919191;
}

.text-darken-white-44 {
  color: #8f8f8f;
}

.text-darken-white-45 {
  color: #8c8c8c;
}

.text-darken-white-46 {
  color: #8a8a8a;
}

.text-darken-white-47 {
  color: #878787;
}

.text-darken-white-48 {
  color: #858585;
}

.text-darken-white-49 {
  color: #828282;
}

.text-darken-white-50 {
  color: gray;
}

.text-darken-white-51 {
  color: #7d7d7d;
}

.text-darken-white-52 {
  color: #7a7a7a;
}

.text-darken-white-53 {
  color: #787878;
}

.text-darken-white-54 {
  color: #757575;
}

.text-darken-white-55 {
  color: #737373;
}

.text-darken-white-56 {
  color: #707070;
}

.text-darken-white-57 {
  color: #6e6e6e;
}

.text-darken-white-58 {
  color: #6b6b6b;
}

.text-darken-white-59 {
  color: dimgray;
}

.text-darken-white-60 {
  color: #666666;
}

.text-darken-white-61 {
  color: #636363;
}

.text-darken-white-62 {
  color: #616161;
}

.text-darken-white-63 {
  color: #5e5e5e;
}

.text-darken-white-64 {
  color: #5c5c5c;
}

.text-darken-white-65 {
  color: #595959;
}

.text-darken-white-66 {
  color: #575757;
}

.text-darken-white-67 {
  color: #545454;
}

.text-darken-white-68 {
  color: #525252;
}

.text-darken-white-69 {
  color: #4f4f4f;
}

.text-darken-white-70 {
  color: #4d4d4d;
}

.text-darken-white-71 {
  color: #4a4a4a;
}

.text-darken-white-72 {
  color: #474747;
}

.text-darken-white-73 {
  color: #454545;
}

.text-darken-white-74 {
  color: #424242;
}

.text-darken-white-75 {
  color: #404040;
}

.text-darken-white-76 {
  color: #3d3d3d;
}

.text-darken-white-77 {
  color: #3b3b3b;
}

.text-darken-white-78 {
  color: #383838;
}

.text-darken-white-79 {
  color: #363636;
}

.text-darken-white-80 {
  color: #333333;
}

.text-darken-white-81 {
  color: #303030;
}

.text-darken-white-82 {
  color: #2e2e2e;
}

.text-darken-white-83 {
  color: #2b2b2b;
}

.text-darken-white-84 {
  color: #292929;
}

.text-darken-white-85 {
  color: #262626;
}

.text-darken-white-86 {
  color: #242424;
}

.text-darken-white-87 {
  color: #212121;
}

.text-darken-white-88 {
  color: #1f1f1f;
}

.text-darken-white-89 {
  color: #1c1c1c;
}

.text-darken-white-90 {
  color: #1a1a1a;
}

.text-darken-white-91 {
  color: #171717;
}

.text-darken-white-92 {
  color: #141414;
}

.text-darken-white-93 {
  color: #121212;
}

.text-darken-white-94 {
  color: #0f0f0f;
}

.text-darken-white-95 {
  color: #0d0d0d;
}

.text-darken-white-96 {
  color: #0a0a0a;
}

.text-darken-white-97 {
  color: #080808;
}

.text-darken-white-98 {
  color: #050505;
}

.text-darken-white-99 {
  color: #030303;
}

.text-darken-white-100 {
  color: black;
}

.text-orange {
  color: #FB6E2F;
}

.text-opacy-orange-1 {
  color: rgba(251, 110, 47, 0.1);
}

.text-opacy-orange-2 {
  color: rgba(251, 110, 47, 0.2);
}

.text-opacy-orange-3 {
  color: rgba(251, 110, 47, 0.3);
}

.text-opacy-orange-4 {
  color: rgba(251, 110, 47, 0.4);
}

.text-opacy-orange-5 {
  color: rgba(251, 110, 47, 0.5);
}

.text-opacy-orange-6 {
  color: rgba(251, 110, 47, 0.6);
}

.text-opacy-orange-7 {
  color: rgba(251, 110, 47, 0.7);
}

.text-opacy-orange-8 {
  color: rgba(251, 110, 47, 0.8);
}

.text-opacy-orange-9 {
  color: rgba(251, 110, 47, 0.9);
}

.text-darken-orange-1 {
  color: #fb6b2a;
}

.text-darken-orange-2 {
  color: #fb6725;
}

.text-darken-orange-3 {
  color: #fb6420;
}

.text-darken-orange-4 {
  color: #fb601b;
}

.text-darken-orange-5 {
  color: #fb5d16;
}

.text-darken-orange-6 {
  color: #fa5911;
}

.text-darken-orange-7 {
  color: #fa560c;
}

.text-darken-orange-8 {
  color: #fa5207;
}

.text-darken-orange-9 {
  color: #f75005;
}

.text-darken-orange-10 {
  color: #f24e05;
}

.text-darken-orange-11 {
  color: #ed4c05;
}

.text-darken-orange-12 {
  color: #e84b04;
}

.text-darken-orange-13 {
  color: #e34904;
}

.text-darken-orange-14 {
  color: #de4804;
}

.text-darken-orange-15 {
  color: #d94604;
}

.text-darken-orange-16 {
  color: #d44404;
}

.text-darken-orange-17 {
  color: #cf4304;
}

.text-darken-orange-18 {
  color: #ca4104;
}

.text-darken-orange-19 {
  color: #c54004;
}

.text-darken-orange-20 {
  color: #c03e04;
}

.text-darken-orange-21 {
  color: #bb3c04;
}

.text-darken-orange-22 {
  color: #b63b04;
}

.text-darken-orange-23 {
  color: #b13903;
}

.text-darken-orange-24 {
  color: #ac3703;
}

.text-darken-orange-25 {
  color: #a73603;
}

.text-darken-orange-26 {
  color: #a23403;
}

.text-darken-orange-27 {
  color: #9d3303;
}

.text-darken-orange-28 {
  color: #983103;
}

.text-darken-orange-29 {
  color: #932f03;
}

.text-darken-orange-30 {
  color: #8e2e03;
}

.text-darken-orange-31 {
  color: #892c03;
}

.text-darken-orange-32 {
  color: #842b03;
}

.text-darken-orange-33 {
  color: #7f2902;
}

.text-darken-orange-34 {
  color: #7a2702;
}

.text-darken-orange-35 {
  color: #752602;
}

.text-darken-orange-36 {
  color: #702402;
}

.text-darken-orange-37 {
  color: #6b2302;
}

.text-darken-orange-38 {
  color: #662102;
}

.text-darken-orange-39 {
  color: #611f02;
}

.text-darken-orange-40 {
  color: #5c1e02;
}

.text-darken-orange-41 {
  color: #571c02;
}

.text-darken-orange-42 {
  color: #521a02;
}

.text-darken-orange-43 {
  color: #4d1901;
}

.text-darken-orange-44 {
  color: #481701;
}

.text-darken-orange-45 {
  color: #431601;
}

.text-darken-orange-46 {
  color: #3e1401;
}

.text-darken-orange-47 {
  color: #391201;
}

.text-darken-orange-48 {
  color: #341101;
}

.text-darken-orange-49 {
  color: #2f0f01;
}

.text-darken-orange-50 {
  color: #2a0e01;
}

.text-darken-orange-51 {
  color: #250c01;
}

.text-darken-orange-52 {
  color: #200a01;
}

.text-darken-orange-53 {
  color: #1b0901;
}

.text-darken-orange-54 {
  color: #160700;
}

.text-darken-orange-55 {
  color: #110600;
}

.text-darken-orange-56 {
  color: #0c0400;
}

.text-darken-orange-57 {
  color: #070200;
}

.text-darken-orange-58 {
  color: #020100;
}

.text-darken-orange-59 {
  color: black;
}

.text-darken-orange-60 {
  color: black;
}

.text-darken-orange-61 {
  color: black;
}

.text-darken-orange-62 {
  color: black;
}

.text-darken-orange-63 {
  color: black;
}

.text-darken-orange-64 {
  color: black;
}

.text-darken-orange-65 {
  color: black;
}

.text-darken-orange-66 {
  color: black;
}

.text-darken-orange-67 {
  color: black;
}

.text-darken-orange-68 {
  color: black;
}

.text-darken-orange-69 {
  color: black;
}

.text-darken-orange-70 {
  color: black;
}

.text-darken-orange-71 {
  color: black;
}

.text-darken-orange-72 {
  color: black;
}

.text-darken-orange-73 {
  color: black;
}

.text-darken-orange-74 {
  color: black;
}

.text-darken-orange-75 {
  color: black;
}

.text-darken-orange-76 {
  color: black;
}

.text-darken-orange-77 {
  color: black;
}

.text-darken-orange-78 {
  color: black;
}

.text-darken-orange-79 {
  color: black;
}

.text-darken-orange-80 {
  color: black;
}

.text-darken-orange-81 {
  color: black;
}

.text-darken-orange-82 {
  color: black;
}

.text-darken-orange-83 {
  color: black;
}

.text-darken-orange-84 {
  color: black;
}

.text-darken-orange-85 {
  color: black;
}

.text-darken-orange-86 {
  color: black;
}

.text-darken-orange-87 {
  color: black;
}

.text-darken-orange-88 {
  color: black;
}

.text-darken-orange-89 {
  color: black;
}

.text-darken-orange-90 {
  color: black;
}

.text-darken-orange-91 {
  color: black;
}

.text-darken-orange-92 {
  color: black;
}

.text-darken-orange-93 {
  color: black;
}

.text-darken-orange-94 {
  color: black;
}

.text-darken-orange-95 {
  color: black;
}

.text-darken-orange-96 {
  color: black;
}

.text-darken-orange-97 {
  color: black;
}

.text-darken-orange-98 {
  color: black;
}

.text-darken-orange-99 {
  color: black;
}

.text-darken-orange-100 {
  color: black;
}

.text-blue {
  color: #2BB1E3;
}

.text-opacy-blue-1 {
  color: rgba(43, 177, 227, 0.1);
}

.text-opacy-blue-2 {
  color: rgba(43, 177, 227, 0.2);
}

.text-opacy-blue-3 {
  color: rgba(43, 177, 227, 0.3);
}

.text-opacy-blue-4 {
  color: rgba(43, 177, 227, 0.4);
}

.text-opacy-blue-5 {
  color: rgba(43, 177, 227, 0.5);
}

.text-opacy-blue-6 {
  color: rgba(43, 177, 227, 0.6);
}

.text-opacy-blue-7 {
  color: rgba(43, 177, 227, 0.7);
}

.text-opacy-blue-8 {
  color: rgba(43, 177, 227, 0.8);
}

.text-opacy-blue-9 {
  color: rgba(43, 177, 227, 0.9);
}

.text-darken-blue-1 {
  color: #26afe2;
}

.text-darken-blue-2 {
  color: #22aee2;
}

.text-darken-blue-3 {
  color: #1eace1;
}

.text-darken-blue-4 {
  color: #1da8dc;
}

.text-darken-blue-5 {
  color: #1da5d8;
}

.text-darken-blue-6 {
  color: #1ca2d3;
}

.text-darken-blue-7 {
  color: #1b9ecf;
}

.text-darken-blue-8 {
  color: #1b9bca;
}

.text-darken-blue-9 {
  color: #1a97c6;
}

.text-darken-blue-10 {
  color: #1a94c1;
}

.text-darken-blue-11 {
  color: #1990bd;
}

.text-darken-blue-12 {
  color: #188db8;
}

.text-darken-blue-13 {
  color: #1889b4;
}

.text-darken-blue-14 {
  color: #1786af;
}

.text-darken-blue-15 {
  color: #1783ab;
}

.text-darken-blue-16 {
  color: #167fa6;
}

.text-darken-blue-17 {
  color: #157ca2;
}

.text-darken-blue-18 {
  color: #15789d;
}

.text-darken-blue-19 {
  color: #147599;
}

.text-darken-blue-20 {
  color: #147194;
}

.text-darken-blue-21 {
  color: #136e90;
}

.text-darken-blue-22 {
  color: #126b8b;
}

.text-darken-blue-23 {
  color: #126787;
}

.text-darken-blue-24 {
  color: #116482;
}

.text-darken-blue-25 {
  color: #11607e;
}

.text-darken-blue-26 {
  color: #105d79;
}

.text-darken-blue-27 {
  color: #0f5975;
}

.text-darken-blue-28 {
  color: #0f5670;
}

.text-darken-blue-29 {
  color: #0e526c;
}

.text-darken-blue-30 {
  color: #0e4f67;
}

.text-darken-blue-31 {
  color: #0d4c63;
}

.text-darken-blue-32 {
  color: #0c485e;
}

.text-darken-blue-33 {
  color: #0c455a;
}

.text-darken-blue-34 {
  color: #0b4155;
}

.text-darken-blue-35 {
  color: #0b3e51;
}

.text-darken-blue-36 {
  color: #0a3a4c;
}

.text-darken-blue-37 {
  color: #093748;
}

.text-darken-blue-38 {
  color: #093343;
}

.text-darken-blue-39 {
  color: #08303f;
}

.text-darken-blue-40 {
  color: #082d3a;
}

.text-darken-blue-41 {
  color: #072936;
}

.text-darken-blue-42 {
  color: #072631;
}

.text-darken-blue-43 {
  color: #06222d;
}

.text-darken-blue-44 {
  color: #051f28;
}

.text-darken-blue-45 {
  color: #051b24;
}

.text-darken-blue-46 {
  color: #04181f;
}

.text-darken-blue-47 {
  color: #04141b;
}

.text-darken-blue-48 {
  color: #031116;
}

.text-darken-blue-49 {
  color: #020e12;
}

.text-darken-blue-50 {
  color: #020a0d;
}

.text-darken-blue-51 {
  color: #010709;
}

.text-darken-blue-52 {
  color: #010304;
}

.text-darken-blue-53 {
  color: black;
}

.text-darken-blue-54 {
  color: black;
}

.text-darken-blue-55 {
  color: black;
}

.text-darken-blue-56 {
  color: black;
}

.text-darken-blue-57 {
  color: black;
}

.text-darken-blue-58 {
  color: black;
}

.text-darken-blue-59 {
  color: black;
}

.text-darken-blue-60 {
  color: black;
}

.text-darken-blue-61 {
  color: black;
}

.text-darken-blue-62 {
  color: black;
}

.text-darken-blue-63 {
  color: black;
}

.text-darken-blue-64 {
  color: black;
}

.text-darken-blue-65 {
  color: black;
}

.text-darken-blue-66 {
  color: black;
}

.text-darken-blue-67 {
  color: black;
}

.text-darken-blue-68 {
  color: black;
}

.text-darken-blue-69 {
  color: black;
}

.text-darken-blue-70 {
  color: black;
}

.text-darken-blue-71 {
  color: black;
}

.text-darken-blue-72 {
  color: black;
}

.text-darken-blue-73 {
  color: black;
}

.text-darken-blue-74 {
  color: black;
}

.text-darken-blue-75 {
  color: black;
}

.text-darken-blue-76 {
  color: black;
}

.text-darken-blue-77 {
  color: black;
}

.text-darken-blue-78 {
  color: black;
}

.text-darken-blue-79 {
  color: black;
}

.text-darken-blue-80 {
  color: black;
}

.text-darken-blue-81 {
  color: black;
}

.text-darken-blue-82 {
  color: black;
}

.text-darken-blue-83 {
  color: black;
}

.text-darken-blue-84 {
  color: black;
}

.text-darken-blue-85 {
  color: black;
}

.text-darken-blue-86 {
  color: black;
}

.text-darken-blue-87 {
  color: black;
}

.text-darken-blue-88 {
  color: black;
}

.text-darken-blue-89 {
  color: black;
}

.text-darken-blue-90 {
  color: black;
}

.text-darken-blue-91 {
  color: black;
}

.text-darken-blue-92 {
  color: black;
}

.text-darken-blue-93 {
  color: black;
}

.text-darken-blue-94 {
  color: black;
}

.text-darken-blue-95 {
  color: black;
}

.text-darken-blue-96 {
  color: black;
}

.text-darken-blue-97 {
  color: black;
}

.text-darken-blue-98 {
  color: black;
}

.text-darken-blue-99 {
  color: black;
}

.text-darken-blue-100 {
  color: black;
}

.text-green {
  color: #9DD943;
}

.text-opacy-green-1 {
  color: rgba(157, 217, 67, 0.1);
}

.text-opacy-green-2 {
  color: rgba(157, 217, 67, 0.2);
}

.text-opacy-green-3 {
  color: rgba(157, 217, 67, 0.3);
}

.text-opacy-green-4 {
  color: rgba(157, 217, 67, 0.4);
}

.text-opacy-green-5 {
  color: rgba(157, 217, 67, 0.5);
}

.text-opacy-green-6 {
  color: rgba(157, 217, 67, 0.6);
}

.text-opacy-green-7 {
  color: rgba(157, 217, 67, 0.7);
}

.text-opacy-green-8 {
  color: rgba(157, 217, 67, 0.8);
}

.text-opacy-green-9 {
  color: rgba(157, 217, 67, 0.9);
}

.text-darken-green-1 {
  color: #9bd83f;
}

.text-darken-green-2 {
  color: #99d73b;
}

.text-darken-green-3 {
  color: #96d636;
}

.text-darken-green-4 {
  color: #94d632;
}

.text-darken-green-5 {
  color: #92d52e;
}

.text-darken-green-6 {
  color: #90d32b;
}

.text-darken-green-7 {
  color: #8dcf2a;
}

.text-darken-green-8 {
  color: #8aca29;
}

.text-darken-green-9 {
  color: #87c628;
}

.text-darken-green-10 {
  color: #84c227;
}

.text-darken-green-11 {
  color: #81be26;
}

.text-darken-green-12 {
  color: #7eb925;
}

.text-darken-green-13 {
  color: #7bb525;
}

.text-darken-green-14 {
  color: #78b124;
}

.text-darken-green-15 {
  color: #76ad23;
}

.text-darken-green-16 {
  color: #73a822;
}

.text-darken-green-17 {
  color: #70a421;
}

.text-darken-green-18 {
  color: #6da020;
}

.text-darken-green-19 {
  color: #6a9c1f;
}

.text-darken-green-20 {
  color: #67971f;
}

.text-darken-green-21 {
  color: #64931e;
}

.text-darken-green-22 {
  color: #618f1d;
}

.text-darken-green-23 {
  color: #5e8b1c;
}

.text-darken-green-24 {
  color: #5c861b;
}

.text-darken-green-25 {
  color: #59821a;
}

.text-darken-green-26 {
  color: #567e19;
}

.text-darken-green-27 {
  color: #537a19;
}

.text-darken-green-28 {
  color: #507518;
}

.text-darken-green-29 {
  color: #4d7117;
}

.text-darken-green-30 {
  color: #4a6d16;
}

.text-darken-green-31 {
  color: #476915;
}

.text-darken-green-32 {
  color: #446414;
}

.text-darken-green-33 {
  color: #426013;
}

.text-darken-green-34 {
  color: #3f5c13;
}

.text-darken-green-35 {
  color: #3c5812;
}

.text-darken-green-36 {
  color: #395411;
}

.text-darken-green-37 {
  color: #364f10;
}

.text-darken-green-38 {
  color: #334b0f;
}

.text-darken-green-39 {
  color: #30470e;
}

.text-darken-green-40 {
  color: #2d430d;
}

.text-darken-green-41 {
  color: #2a3e0d;
}

.text-darken-green-42 {
  color: #283a0c;
}

.text-darken-green-43 {
  color: #25360b;
}

.text-darken-green-44 {
  color: #22320a;
}

.text-darken-green-45 {
  color: #1f2d09;
}

.text-darken-green-46 {
  color: #1c2908;
}

.text-darken-green-47 {
  color: #192507;
}

.text-darken-green-48 {
  color: #162107;
}

.text-darken-green-49 {
  color: #131c06;
}

.text-darken-green-50 {
  color: #101805;
}

.text-darken-green-51 {
  color: #0e1404;
}

.text-darken-green-52 {
  color: #0b1003;
}

.text-darken-green-53 {
  color: #080b02;
}

.text-darken-green-54 {
  color: #050701;
}

.text-darken-green-55 {
  color: #020301;
}

.text-darken-green-56 {
  color: black;
}

.text-darken-green-57 {
  color: black;
}

.text-darken-green-58 {
  color: black;
}

.text-darken-green-59 {
  color: black;
}

.text-darken-green-60 {
  color: black;
}

.text-darken-green-61 {
  color: black;
}

.text-darken-green-62 {
  color: black;
}

.text-darken-green-63 {
  color: black;
}

.text-darken-green-64 {
  color: black;
}

.text-darken-green-65 {
  color: black;
}

.text-darken-green-66 {
  color: black;
}

.text-darken-green-67 {
  color: black;
}

.text-darken-green-68 {
  color: black;
}

.text-darken-green-69 {
  color: black;
}

.text-darken-green-70 {
  color: black;
}

.text-darken-green-71 {
  color: black;
}

.text-darken-green-72 {
  color: black;
}

.text-darken-green-73 {
  color: black;
}

.text-darken-green-74 {
  color: black;
}

.text-darken-green-75 {
  color: black;
}

.text-darken-green-76 {
  color: black;
}

.text-darken-green-77 {
  color: black;
}

.text-darken-green-78 {
  color: black;
}

.text-darken-green-79 {
  color: black;
}

.text-darken-green-80 {
  color: black;
}

.text-darken-green-81 {
  color: black;
}

.text-darken-green-82 {
  color: black;
}

.text-darken-green-83 {
  color: black;
}

.text-darken-green-84 {
  color: black;
}

.text-darken-green-85 {
  color: black;
}

.text-darken-green-86 {
  color: black;
}

.text-darken-green-87 {
  color: black;
}

.text-darken-green-88 {
  color: black;
}

.text-darken-green-89 {
  color: black;
}

.text-darken-green-90 {
  color: black;
}

.text-darken-green-91 {
  color: black;
}

.text-darken-green-92 {
  color: black;
}

.text-darken-green-93 {
  color: black;
}

.text-darken-green-94 {
  color: black;
}

.text-darken-green-95 {
  color: black;
}

.text-darken-green-96 {
  color: black;
}

.text-darken-green-97 {
  color: black;
}

.text-darken-green-98 {
  color: black;
}

.text-darken-green-99 {
  color: black;
}

.text-darken-green-100 {
  color: black;
}

.text-yellow {
  color: #FBB02F;
}

.text-opacy-yellow-1 {
  color: rgba(251, 176, 47, 0.1);
}

.text-opacy-yellow-2 {
  color: rgba(251, 176, 47, 0.2);
}

.text-opacy-yellow-3 {
  color: rgba(251, 176, 47, 0.3);
}

.text-opacy-yellow-4 {
  color: rgba(251, 176, 47, 0.4);
}

.text-opacy-yellow-5 {
  color: rgba(251, 176, 47, 0.5);
}

.text-opacy-yellow-6 {
  color: rgba(251, 176, 47, 0.6);
}

.text-opacy-yellow-7 {
  color: rgba(251, 176, 47, 0.7);
}

.text-opacy-yellow-8 {
  color: rgba(251, 176, 47, 0.8);
}

.text-opacy-yellow-9 {
  color: rgba(251, 176, 47, 0.9);
}

.text-darken-yellow-1 {
  color: #fbae2a;
}

.text-darken-yellow-2 {
  color: #fbac25;
}

.text-darken-yellow-3 {
  color: #fbaa20;
}

.text-darken-yellow-4 {
  color: #fba81b;
}

.text-darken-yellow-5 {
  color: #fba616;
}

.text-darken-yellow-6 {
  color: #faa511;
}

.text-darken-yellow-7 {
  color: #faa30c;
}

.text-darken-yellow-8 {
  color: #faa107;
}

.text-darken-yellow-9 {
  color: #f79e05;
}

.text-darken-yellow-10 {
  color: #f29b05;
}

.text-darken-yellow-11 {
  color: #ed9805;
}

.text-darken-yellow-12 {
  color: #e89504;
}

.text-darken-yellow-13 {
  color: #e39104;
}

.text-darken-yellow-14 {
  color: #de8e04;
}

.text-darken-yellow-15 {
  color: #d98b04;
}

.text-darken-yellow-16 {
  color: #d48804;
}

.text-darken-yellow-17 {
  color: #cf8504;
}

.text-darken-yellow-18 {
  color: #ca8104;
}

.text-darken-yellow-19 {
  color: #c57e04;
}

.text-darken-yellow-20 {
  color: #c07b04;
}

.text-darken-yellow-21 {
  color: #bb7804;
}

.text-darken-yellow-22 {
  color: #b67504;
}

.text-darken-yellow-23 {
  color: #b17103;
}

.text-darken-yellow-24 {
  color: #ac6e03;
}

.text-darken-yellow-25 {
  color: #a76b03;
}

.text-darken-yellow-26 {
  color: #a26803;
}

.text-darken-yellow-27 {
  color: #9d6503;
}

.text-darken-yellow-28 {
  color: #986103;
}

.text-darken-yellow-29 {
  color: #935e03;
}

.text-darken-yellow-30 {
  color: #8e5b03;
}

.text-darken-yellow-31 {
  color: #895803;
}

.text-darken-yellow-32 {
  color: #845503;
}

.text-darken-yellow-33 {
  color: #7f5102;
}

.text-darken-yellow-34 {
  color: #7a4e02;
}

.text-darken-yellow-35 {
  color: #754b02;
}

.text-darken-yellow-36 {
  color: #704802;
}

.text-darken-yellow-37 {
  color: #6b4502;
}

.text-darken-yellow-38 {
  color: #664102;
}

.text-darken-yellow-39 {
  color: #613e02;
}

.text-darken-yellow-40 {
  color: #5c3b02;
}

.text-darken-yellow-41 {
  color: #573802;
}

.text-darken-yellow-42 {
  color: #523502;
}

.text-darken-yellow-43 {
  color: #4d3101;
}

.text-darken-yellow-44 {
  color: #482e01;
}

.text-darken-yellow-45 {
  color: #432b01;
}

.text-darken-yellow-46 {
  color: #3e2801;
}

.text-darken-yellow-47 {
  color: #392501;
}

.text-darken-yellow-48 {
  color: #342101;
}

.text-darken-yellow-49 {
  color: #2f1e01;
}

.text-darken-yellow-50 {
  color: #2a1b01;
}

.text-darken-yellow-51 {
  color: #251801;
}

.text-darken-yellow-52 {
  color: #201501;
}

.text-darken-yellow-53 {
  color: #1b1101;
}

.text-darken-yellow-54 {
  color: #160e00;
}

.text-darken-yellow-55 {
  color: #110b00;
}

.text-darken-yellow-56 {
  color: #0c0800;
}

.text-darken-yellow-57 {
  color: #070500;
}

.text-darken-yellow-58 {
  color: #020100;
}

.text-darken-yellow-59 {
  color: black;
}

.text-darken-yellow-60 {
  color: black;
}

.text-darken-yellow-61 {
  color: black;
}

.text-darken-yellow-62 {
  color: black;
}

.text-darken-yellow-63 {
  color: black;
}

.text-darken-yellow-64 {
  color: black;
}

.text-darken-yellow-65 {
  color: black;
}

.text-darken-yellow-66 {
  color: black;
}

.text-darken-yellow-67 {
  color: black;
}

.text-darken-yellow-68 {
  color: black;
}

.text-darken-yellow-69 {
  color: black;
}

.text-darken-yellow-70 {
  color: black;
}

.text-darken-yellow-71 {
  color: black;
}

.text-darken-yellow-72 {
  color: black;
}

.text-darken-yellow-73 {
  color: black;
}

.text-darken-yellow-74 {
  color: black;
}

.text-darken-yellow-75 {
  color: black;
}

.text-darken-yellow-76 {
  color: black;
}

.text-darken-yellow-77 {
  color: black;
}

.text-darken-yellow-78 {
  color: black;
}

.text-darken-yellow-79 {
  color: black;
}

.text-darken-yellow-80 {
  color: black;
}

.text-darken-yellow-81 {
  color: black;
}

.text-darken-yellow-82 {
  color: black;
}

.text-darken-yellow-83 {
  color: black;
}

.text-darken-yellow-84 {
  color: black;
}

.text-darken-yellow-85 {
  color: black;
}

.text-darken-yellow-86 {
  color: black;
}

.text-darken-yellow-87 {
  color: black;
}

.text-darken-yellow-88 {
  color: black;
}

.text-darken-yellow-89 {
  color: black;
}

.text-darken-yellow-90 {
  color: black;
}

.text-darken-yellow-91 {
  color: black;
}

.text-darken-yellow-92 {
  color: black;
}

.text-darken-yellow-93 {
  color: black;
}

.text-darken-yellow-94 {
  color: black;
}

.text-darken-yellow-95 {
  color: black;
}

.text-darken-yellow-96 {
  color: black;
}

.text-darken-yellow-97 {
  color: black;
}

.text-darken-yellow-98 {
  color: black;
}

.text-darken-yellow-99 {
  color: black;
}

.text-darken-yellow-100 {
  color: black;
}

.lh-10 {
  line-height: 10%;
}

.lh-11 {
  line-height: 11%;
}

.lh-12 {
  line-height: 12%;
}

.lh-13 {
  line-height: 13%;
}

.lh-14 {
  line-height: 14%;
}

.lh-15 {
  line-height: 15%;
}

.lh-16 {
  line-height: 16%;
}

.lh-17 {
  line-height: 17%;
}

.lh-18 {
  line-height: 18%;
}

.lh-19 {
  line-height: 19%;
}

.lh-20 {
  line-height: 20%;
}

.font-serif {
  font-family: serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.font-oswald.light {
  font-weight: 300;
}

.font-dancing {
  font-family: "Dancing Script", cursive;
}

.font-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.font-noto.light {
  font-weight: 300;
}
.font-noto.medium {
  font-weight: 500;
}

.text-shadow {
  text-shadow: 1px 1px 1px #333;
}

.nowrap {
  white-space: nowrap;
}

.tel-white a {
  color: #fff !important;
}

.btn-arrow-forward {
  position: relative;
}
.btn-arrow-forward:before {
  font-family: "Material Icons";
  content: "\e315";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2em;
  height: 1.4em;
}

.hover:hover {
  cursor: pointer;
}

.application_btn {
  position: fixed;
  width: 46px;
  top: 36%;
  right: 0;
}
.application_btn .icon {
  border-radius: 6px 0 0 0;
}
.application_btn .text {
  border-radius: 0 0 0 6px;
}

.youtube {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.youtube iframe,
.youtube .frame {
  margin: auto;
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title {
  position: relative;
  overflow: hidden;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.page-title .title-back {
  position: absolute;
  top: -12%;
  right: 0;
  z-index: -1;
}
.page-title .title-back .inner {
  position: relative;
  width: 24vw;
}
@media (max-width: 575.98px) {
  .page-title .title-back .inner {
    width: 35vw;
  }
}
.page-title .title-back .inner img {
  position: absolute;
  width: 48%;
}
.page-title .title-back .inner img.blue {
  transform: translate(0, 0);
  -webkit-animation: slideblue 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: slideblue 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.page-title .title-back .inner img.green {
  transform: translate(31%, 40%);
  -webkit-animation: slidegreen 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: slidegreen 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.page-title .title-back .inner img.orange {
  transform: translate(106%, 0);
  -webkit-animation: slideorange 0.75s cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: slideorange 0.75s cubic-bezier(0.47, 0, 0.745, 0.715);
}

@-webkit-keyframes slideblue {
  0% {
    opacity: 0;
    transform: translate(80%, -80%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes slideblue {
  0% {
    opacity: 0;
    transform: translate(80%, -80%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slidegreen {
  0% {
    opacity: 0;
    transform: translate(111%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(31%, 40%);
  }
}
@keyframes slidegreen {
  0% {
    opacity: 0;
    transform: translate(111%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(31%, 40%);
  }
}
@-webkit-keyframes slideorange {
  0% {
    opacity: 0;
    transform: translate(186%, -80%);
  }
  100% {
    opacity: 1;
    transform: translate(106%, 0);
  }
}
@keyframes slideorange {
  0% {
    opacity: 0;
    transform: translate(186%, -80%);
  }
  100% {
    opacity: 1;
    transform: translate(106%, 0);
  }
}
.title-en {
  display: flex;
}
.title-en span {
  position: relative;
  padding-bottom: 0.5em;
  padding-left: 0.1em;
  padding-right: 0.1em;
}
.title-en span:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #fff;
}
.title-en span:first-child {
  padding-left: 0;
}
.title-en span:first-child:before {
  border-radius: 10em 0 0 10em;
}
.title-en span:last-child {
  padding-right: 0;
}
.title-en span:last-child:before {
  border-radius: 0 10em 10em 0;
}
.title-en span:nth-child(1):before {
  background: #FB6E2F;
}
.title-en span:nth-child(2):before {
  background: #9DD943;
}
.title-en span:nth-child(3):before {
  background: #FBB02F;
}
.title-en span:nth-child(4):before {
  background: #2BB1E3;
}
.title-en span.one-word:before {
  border-radius: 10em;
}

.first-view {
  padding-top: 4.5em;
}
@media (min-width: 992px) {
  .first-view {
    padding-top: 6.5em;
  }
}

.animation-delay-1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animation-duration-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animation-delay-2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animation-duration-2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animation-delay-3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animation-duration-3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.animation-delay-4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animation-duration-4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.animation-delay-5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animation-duration-5 {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.animation-delay-6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animation-duration-6 {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

.animation-delay-7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animation-duration-7 {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.animation-delay-8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animation-duration-8 {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.animation-delay-9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animation-duration-9 {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}

.animation-delay-10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation-duration-10 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.animation-delay-11 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.animation-duration-11 {
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}

.animation-delay-12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animation-duration-12 {
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

.animation-delay-13 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.animation-duration-13 {
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}

.animation-delay-14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.animation-duration-14 {
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
}

.animation-delay-15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animation-duration-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

.animation-delay-16 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animation-duration-16 {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
}

.animation-delay-17 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.animation-duration-17 {
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.animation-delay-18 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.animation-duration-18 {
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}

.animation-delay-19 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.animation-duration-19 {
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
}

.animation-delay-20 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animation-duration-20 {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

.animation-delay-21 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.animation-duration-21 {
  -webkit-animation-duration: 21s;
  animation-duration: 21s;
}

.animation-delay-22 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.animation-duration-22 {
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
}

.animation-delay-23 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.animation-duration-23 {
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
}

.animation-delay-24 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.animation-duration-24 {
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
}

.animation-delay-25 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animation-duration-25 {
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
}

.animation-delay-26 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.animation-duration-26 {
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
}

.animation-delay-27 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.animation-duration-27 {
  -webkit-animation-duration: 27s;
  animation-duration: 27s;
}

.animation-delay-28 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.animation-duration-28 {
  -webkit-animation-duration: 28s;
  animation-duration: 28s;
}

.animation-delay-29 {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.animation-duration-29 {
  -webkit-animation-duration: 29s;
  animation-duration: 29s;
}

.animation-delay-30 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animation-duration-30 {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.effect-section {
  overflow: hidden;
}

.fadeInUp,
.fadeInDown,
.fadeInTopLeft,
.fadeInBottomLeft {
  opacity: 0;
}

.what-section:before, .what-section:after {
  content: " ";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #85d2ef;
  z-index: 5;
  transition: 0.5s;
}
.what-section:before {
  bottom: 0;
  left: 0;
}
.what-section:after {
  top: 0;
  right: 0;
}
.what-section.active:before, .what-section.active:after {
  height: 0;
}

.choose-section {
  position: relative;
}
.choose-section:before {
  display: block;
  content: " ";
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 64% 32%, 98% 35%, 74% 57%, 79% 91%, 50% 70%, 21% 91%, 28% 57%, 2% 35%, 36% 32%);
          clip-path: polygon(50% 0%, 64% 32%, 98% 35%, 74% 57%, 79% 91%, 50% 70%, 21% 91%, 28% 57%, 2% 35%, 36% 32%);
  top: 50%;
  left: 50%;
  background: #85d2ef;
  z-index: 1;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%) scale(14);
  transition: 0.7s;
}
.choose-section.active:before {
  transform: translate(-50%, -50%) scale(0);
}

.zoom-hover:hover:after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "zoom_in";
  position: absolute;
  font-size: 7em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  color: #2BB1E3;
  padding: 2em;
  border-radius: 0.5em;
  z-index: 2;
  -webkit-animation: hover 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: hover 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}

@-webkit-keyframes hover {
  0% {
    opacity: 0;
    transform: translate(0%, 0%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes hover {
  0% {
    opacity: 0;
    transform: translate(0%, 0%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  word-break: break-all;
}

.home .first-view {
  overflow: hidden;
}
.home .first-view .inner {
  position: relative;
}
@media (min-width: 992px) {
  .home .first-view .inner .main-title {
    position: absolute;
    top: 2em;
    left: 0;
  }
}
.home .first-view .inner .main-title h1, .home .first-view .inner .main-title .h1 {
  position: relative;
}
.home .first-view .inner .main-title h1 .baloon, .home .first-view .inner .main-title .h1 .baloon {
  position: absolute;
  top: -0.5em;
  right: 0;
  transform: rotate(5deg);
}
.home .first-view .inner .main-title h1 .baloon b, .home .first-view .inner .main-title .h1 .baloon b {
  position: relative;
}
.home .first-view .inner .main-title h1 .baloon b:after, .home .first-view .inner .main-title .h1 .baloon b:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #FB6E2F transparent transparent transparent;
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .first-view .inner .main-title h1 b, .home .first-view .inner .main-title .h1 b {
  letter-spacing: 0.1em;
}
.home .first-view .inner .visual {
  padding-bottom: 1em;
}
.home .first-view .inner .visual figure {
  transition: 0.3s;
}
.home .first-view .inner .visual figure:before {
  padding-top: 53.33333%;
}
@media (min-width: 992px) {
  .home .first-view .inner .visual {
    padding-top: 5em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .first-view .inner .visual {
    padding-top: 15em;
  }
}
.home .first-view .inner .copy .item {
  position: relative;
}
.home .first-view .inner .copy .item .text-icon {
  position: absolute;
  top: -1em;
  left: -1.2em;
  transform: rotate(-5deg);
}
@media (min-width: 992px) {
  .home .first-view .inner .copy {
    position: absolute;
    top: 2em;
    right: 0;
    z-index: 5;
  }
}
@media (min-width: 992px) {
  .home .first-view.ver-ambassador .inner .main-title {
    left: auto;
    right: 1em;
  }
}
@media (min-width: 1200px) {
  .home .first-view.ver-ambassador .inner .main-title {
    top: 10%;
  }
}
.home .first-view.ver-ambassador .inner .copy {
  position: relative;
}
@media (min-width: 992px) {
  .home .first-view.ver-ambassador .inner .copy {
    padding-top: 22%;
  }
}
@media (min-width: 1200px) {
  .home .first-view.ver-ambassador .inner .copy {
    padding-top: 30%;
  }
}
@media (max-width: 991.98px) {
  .home .first-view.ver-ambassador .inner .copy:before {
    position: absolute;
    content: " ";
    width: 200%;
    height: 100%;
    top: 0;
    left: -50%;
    background: #DBF8FF;
    z-index: 0;
  }
}
.home .first-view.ver-ambassador .inner .copy .item .text-icon {
  top: -1.2em;
}
.home .first-view.ver-ambassador .inner .ambassador-img {
  position: relative;
  z-index: 2;
}
.home .first-view.ver-ambassador .inner .ambassador-name {
  position: relative;
  padding-top: 1.5em;
  margin-top: -1.5em;
}
@media (min-width: 992px) {
  .home .first-view.ver-ambassador .inner .ambassador-name {
    padding-top: 3.2em;
    margin-top: -3.2em;
  }
}
.home .first-view.ver-ambassador .inner .ambassador-name:before {
  position: absolute;
  content: " ";
  width: 200%;
  height: 100%;
  top: 0;
  left: -50%;
  background: #DBF8FF;
  z-index: 0;
}
.home .what-section {
  overflow: hidden;
  position: relative;
}
.home .what-section .overflow-hidden {
  position: relative;
}
.home .what-section .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}
.home .what-section .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
.home .what-section .text-area {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (min-width: 768px) {
  .home .what-section .text-area {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (min-width: 992px) {
  .home .what-section .text-area {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .what-section .text-area {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.home .what-section .text-area:before {
  content: " ";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(43, 177, 227, 0.95);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .home .what-section .text-area:before {
    width: 200vw;
    right: -50%;
  }
}
.home .strongpoint-section .list .item {
  position: relative;
}
.home .strongpoint-section .list .item:after {
  position: absolute;
  content: "a";
  width: 100%;
  height: 100%;
  background: #e2e2e2;
  top: 5px;
  left: 5px;
  z-index: -1;
  border-radius: 0.5em;
}
.home .merit-section .list .item {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
}
.home .merit-section .list .item .item-body {
  margin-top: 32px;
}
.home .merit-section .list .item .number {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .merit-section .list .item .number .inner {
  position: relative;
  display: block;
  margin: auto;
  width: 80px;
  padding: 5px;
  border-radius: 10em;
  box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.4);
}
.home .merit-section .list .item .number .inner span {
  z-index: 2;
}
.home .merit-section .list .item .number .inner i {
  display: block;
  content: " ";
  position: absolute;
  width: 106%;
  height: 52%;
  background: #fff;
  bottom: -2%;
  left: -2%;
  margin: auto;
}
.home .promises-section .list .item .text-icon {
  transform: rotate(-5deg);
}
.home .choose-section {
  overflow: hidden;
  position: relative;
}
.home .choose-section .text-area {
  position: relative;
}
.home .choose-section .text-area:before {
  content: " ";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(43, 177, 227, 0.95);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .home .choose-section .text-area:before {
    width: 200vw;
    right: -50%;
  }
}
.home .choose-section .text-area .icon {
  position: absolute;
  font-size: 40em;
  bottom: -20%;
  left: -60%;
}
@media (max-width: 991.98px) {
  .home .choose-section .text-area .icon {
    display: none;
  }
}
.home .choose-section .item .item-text {
  position: relative;
}
.home .choose-section .item .item-text .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .case-section .list .item .image {
  box-shadow: 5px 5px 0 #e2e2e2;
}
.home .case-section .list .item .number {
  width: 50px;
}
@media (max-width: 767.98px) {
  .home .case-section .list .item {
    display: none;
  }
  .home .case-section .list .item:nth-child(1), .home .case-section .list .item:nth-child(2), .home .case-section .list .item:nth-child(3) {
    display: block;
  }
  .home .case-section .list .item.active {
    display: block;
  }
}
.home .case-section .btn-toggle {
  cursor: pointer;
}
.home .subject-section {
  background: url("../img/index/subject-back.svg") 50% 50% repeat;
}

.price .flow-section .text-area {
  position: relative;
}
.price .flow-section .text-area:before {
  content: " ";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background: #2BB1E3;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .price .flow-section .text-area:before {
    width: 200vw;
    right: -50%;
  }
}
.price .flow-section .list .item .image {
  position: relative;
}
.price .flow-section .list .item .image .material-icons {
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .price .flow-section .list .item .image .material-icons {
    bottom: -0.5em;
  }
}
.price .flow-section .list .item figure {
  box-shadow: 5px 5px 0 #e2e2e2;
}
.price .flow-section .list .item .number {
  width: 2em;
}
