.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:var(--carousel-button-bg,transparent);border:0;border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;width:var(--carousel-button-svg-width,50%)}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:rgba(0,0,0,0);--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));bottom:0;box-sizing:border-box;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;-webkit-transform-origin:top left;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){box-shadow:none;outline:thin dotted}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;overflow-wrap:anywhere;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:var(--fancybox-color,#fff);position:absolute;right:0;top:-40px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-transform-origin:center center;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite}@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:fancybox-fadeIn .15s ease backwards;animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:fancybox-fadeOut .15s ease both;animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{-webkit-animation:fancybox-fadeIn .15s ease both;animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{-webkit-animation:fancybox-fadeOut .1s ease both;animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{-webkit-animation:fancybox-zoomInUp .2s ease both;animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{-webkit-animation:fancybox-zoomOutDown .15s ease both;animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{-webkit-animation:fancybox-throwOutUp .15s ease both;animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{-webkit-animation:fancybox-throwOutDown .15s ease both;animation:fancybox-throwOutDown .15s ease both}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@-webkit-keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@-webkit-keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc hsla(0,0%,100%,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;transition:none;-webkit-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));border-radius:var(--fancybox-thumbs-border-radius,4px);border-style:solid;border-width:5px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{background-color:hsla(0,0%,100%,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;-webkit-user-select:none;user-select:none;z-index:30}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
@charset "UTF-8";:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#522583;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#ef7d00;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-gray:#4b5563;--bs-gray-dark:#1f2937;--bs-primary:#522583;--bs-secondary:#ef7d00;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f3f4f6;--bs-dark:#111827;--bs-white:#fff;--bs-black:#000;--bs-gray-100:#f3f4f6;--bs-gray-200:#e5e7eb;--bs-gray-300:#d1d5db;--bs-gray-400:#9ca3af;--bs-gray-500:#6b7280;--bs-gray-600:#4b5563;--bs-gray-700:#374151;--bs-gray-800:#1f2937;--bs-gray-900:#111827;--bs-primary-rgb:82,37,131;--bs-secondary-rgb:239,125,0;--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:243,244,246;--bs-dark-rgb:17,24,39;--bs-gray-100-rgb:243,244,246;--bs-gray-200-rgb:229,231,235;--bs-gray-300-rgb:209,213,219;--bs-gray-400-rgb:156,163,175;--bs-gray-500-rgb:107,114,128;--bs-gray-600-rgb:75,85,99;--bs-gray-700-rgb:55,65,81;--bs-gray-800-rgb:31,41,55;--bs-gray-900-rgb:17,24,39;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:107,114,128;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:"Inter",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,hsla(0,0%,100%,.15),hsla(0,0%,100%,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:#6b7280;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#9ca3af;--bs-border-color-translucent:#e5e7eb;--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#522583;--bs-link-hover-color:#421e69;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);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);margin:0;text-align:var(--bs-body-text-align)}hr{border:0;border-top:1px solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#111827;font-family:Baloo\ 2,cursive,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;font-weight:700;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.35rem + 1.2vw)}@media (min-width:1200px){.h1,h1{font-size:2.25rem}}.h2,h2{font-size:calc(1.3125rem + .75vw)}@media (min-width:1200px){.h2,h2{font-size:1.875rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--bs-highlight-bg);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:var(--bs-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#4b5563;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}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-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#4b5563;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid var(--bs-border-color);border-radius:.375rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#4b5563;font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:2rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1272px}}.row{--bs-gutter-x:2rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.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-2,.gx-2{--bs-gutter-x:0.125rem}.g-2,.gy-2{--bs-gutter-y:0.125rem}.g-4,.gx-4{--bs-gutter-x:0.25rem}.g-4,.gy-4{--bs-gutter-y:0.25rem}.g-6,.gx-6{--bs-gutter-x:0.375rem}.g-6,.gy-6{--bs-gutter-y:0.375rem}.g-8,.gx-8{--bs-gutter-x:0.5rem}.g-8,.gy-8{--bs-gutter-y:0.5rem}.g-10,.gx-10{--bs-gutter-x:0.625rem}.g-10,.gy-10{--bs-gutter-y:0.625rem}.g-12,.gx-12{--bs-gutter-x:0.75rem}.g-12,.gy-12{--bs-gutter-y:0.75rem}.g-14,.gx-14{--bs-gutter-x:0.875rem}.g-14,.gy-14{--bs-gutter-y:0.875rem}.g-16,.gx-16{--bs-gutter-x:1rem}.g-16,.gy-16{--bs-gutter-y:1rem}.g-18,.gx-18{--bs-gutter-x:1.125rem}.g-18,.gy-18{--bs-gutter-y:1.125rem}.g-20,.gx-20{--bs-gutter-x:1.25rem}.g-20,.gy-20{--bs-gutter-y:1.25rem}.g-22,.gx-22{--bs-gutter-x:1.375rem}.g-22,.gy-22{--bs-gutter-y:1.375rem}.g-24,.gx-24{--bs-gutter-x:1.5rem}.g-24,.gy-24{--bs-gutter-y:1.5rem}.g-26,.gx-26{--bs-gutter-x:1.625rem}.g-26,.gy-26{--bs-gutter-y:1.625rem}.g-28,.gx-28{--bs-gutter-x:1.75rem}.g-28,.gy-28{--bs-gutter-y:1.75rem}.g-30,.gx-30{--bs-gutter-x:1.875rem}.g-30,.gy-30{--bs-gutter-y:1.875rem}.g-32,.gx-32{--bs-gutter-x:2rem}.g-32,.gy-32{--bs-gutter-y:2rem}.g-34,.gx-34{--bs-gutter-x:2.125rem}.g-34,.gy-34{--bs-gutter-y:2.125rem}.g-36,.gx-36{--bs-gutter-x:2.25rem}.g-36,.gy-36{--bs-gutter-y:2.25rem}.g-38,.gx-38{--bs-gutter-x:2.375rem}.g-38,.gy-38{--bs-gutter-y:2.375rem}.g-40,.gx-40{--bs-gutter-x:2.5rem}.g-40,.gy-40{--bs-gutter-y:2.5rem}.g-42,.gx-42{--bs-gutter-x:2.625rem}.g-42,.gy-42{--bs-gutter-y:2.625rem}.g-44,.gx-44{--bs-gutter-x:2.75rem}.g-44,.gy-44{--bs-gutter-y:2.75rem}.g-46,.gx-46{--bs-gutter-x:2.875rem}.g-46,.gy-46{--bs-gutter-y:2.875rem}.g-48,.gx-48{--bs-gutter-x:3rem}.g-48,.gy-48{--bs-gutter-y:3rem}.g-50,.gx-50{--bs-gutter-x:3.125rem}.g-50,.gy-50{--bs-gutter-y:3.125rem}.g-52,.gx-52{--bs-gutter-x:3.25rem}.g-52,.gy-52{--bs-gutter-y:3.25rem}.g-54,.gx-54{--bs-gutter-x:3.375rem}.g-54,.gy-54{--bs-gutter-y:3.375rem}.g-56,.gx-56{--bs-gutter-x:3.5rem}.g-56,.gy-56{--bs-gutter-y:3.5rem}.g-58,.gx-58{--bs-gutter-x:3.625rem}.g-58,.gy-58{--bs-gutter-y:3.625rem}.g-60,.gx-60{--bs-gutter-x:3.75rem}.g-60,.gy-60{--bs-gutter-y:3.75rem}.g-62,.gx-62{--bs-gutter-x:3.875rem}.g-62,.gy-62{--bs-gutter-y:3.875rem}.g-64,.gx-64{--bs-gutter-x:4rem}.g-64,.gy-64{--bs-gutter-y:4rem}.g-66,.gx-66{--bs-gutter-x:4.125rem}.g-66,.gy-66{--bs-gutter-y:4.125rem}.g-68,.gx-68{--bs-gutter-x:4.25rem}.g-68,.gy-68{--bs-gutter-y:4.25rem}.g-70,.gx-70{--bs-gutter-x:4.375rem}.g-70,.gy-70{--bs-gutter-y:4.375rem}.g-72,.gx-72{--bs-gutter-x:4.5rem}.g-72,.gy-72{--bs-gutter-y:4.5rem}.g-74,.gx-74{--bs-gutter-x:4.625rem}.g-74,.gy-74{--bs-gutter-y:4.625rem}.g-76,.gx-76{--bs-gutter-x:4.75rem}.g-76,.gy-76{--bs-gutter-y:4.75rem}.g-78,.gx-78{--bs-gutter-x:4.875rem}.g-78,.gy-78{--bs-gutter-y:4.875rem}.g-80,.gx-80{--bs-gutter-x:5rem}.g-80,.gy-80{--bs-gutter-y:5rem}.g-82,.gx-82{--bs-gutter-x:5.125rem}.g-82,.gy-82{--bs-gutter-y:5.125rem}.g-84,.gx-84{--bs-gutter-x:5.25rem}.g-84,.gy-84{--bs-gutter-y:5.25rem}.g-86,.gx-86{--bs-gutter-x:5.375rem}.g-86,.gy-86{--bs-gutter-y:5.375rem}.g-88,.gx-88{--bs-gutter-x:5.5rem}.g-88,.gy-88{--bs-gutter-y:5.5rem}.g-90,.gx-90{--bs-gutter-x:5.625rem}.g-90,.gy-90{--bs-gutter-y:5.625rem}.g-92,.gx-92{--bs-gutter-x:5.75rem}.g-92,.gy-92{--bs-gutter-y:5.75rem}.g-94,.gx-94{--bs-gutter-x:5.875rem}.g-94,.gy-94{--bs-gutter-y:5.875rem}.g-96,.gx-96{--bs-gutter-x:6rem}.g-96,.gy-96{--bs-gutter-y:6rem}.g-98,.gx-98{--bs-gutter-x:6.125rem}.g-98,.gy-98{--bs-gutter-y:6.125rem}.g-100,.gx-100{--bs-gutter-x:6.25rem}.g-100,.gy-100{--bs-gutter-y:6.25rem}.g-102,.gx-102{--bs-gutter-x:6.375rem}.g-102,.gy-102{--bs-gutter-y:6.375rem}.g-104,.gx-104{--bs-gutter-x:6.5rem}.g-104,.gy-104{--bs-gutter-y:6.5rem}.g-106,.gx-106{--bs-gutter-x:6.625rem}.g-106,.gy-106{--bs-gutter-y:6.625rem}.g-108,.gx-108{--bs-gutter-x:6.75rem}.g-108,.gy-108{--bs-gutter-y:6.75rem}.g-110,.gx-110{--bs-gutter-x:6.875rem}.g-110,.gy-110{--bs-gutter-y:6.875rem}.g-112,.gx-112{--bs-gutter-x:7rem}.g-112,.gy-112{--bs-gutter-y:7rem}.g-114,.gx-114{--bs-gutter-x:7.125rem}.g-114,.gy-114{--bs-gutter-y:7.125rem}.g-116,.gx-116{--bs-gutter-x:7.25rem}.g-116,.gy-116{--bs-gutter-y:7.25rem}.g-118,.gx-118{--bs-gutter-x:7.375rem}.g-118,.gy-118{--bs-gutter-y:7.375rem}.g-120,.gx-120{--bs-gutter-x:7.5rem}.g-120,.gy-120{--bs-gutter-y:7.5rem}.g-122,.gx-122{--bs-gutter-x:7.625rem}.g-122,.gy-122{--bs-gutter-y:7.625rem}.g-124,.gx-124{--bs-gutter-x:7.75rem}.g-124,.gy-124{--bs-gutter-y:7.75rem}.g-126,.gx-126{--bs-gutter-x:7.875rem}.g-126,.gy-126{--bs-gutter-y:7.875rem}.g-128,.gx-128{--bs-gutter-x:8rem}.g-128,.gy-128{--bs-gutter-y:8rem}.g-130,.gx-130{--bs-gutter-x:8.125rem}.g-130,.gy-130{--bs-gutter-y:8.125rem}.g-132,.gx-132{--bs-gutter-x:8.25rem}.g-132,.gy-132{--bs-gutter-y:8.25rem}.g-134,.gx-134{--bs-gutter-x:8.375rem}.g-134,.gy-134{--bs-gutter-y:8.375rem}.g-136,.gx-136{--bs-gutter-x:8.5rem}.g-136,.gy-136{--bs-gutter-y:8.5rem}.g-138,.gx-138{--bs-gutter-x:8.625rem}.g-138,.gy-138{--bs-gutter-y:8.625rem}.g-140,.gx-140{--bs-gutter-x:8.75rem}.g-140,.gy-140{--bs-gutter-y:8.75rem}.g-142,.gx-142{--bs-gutter-x:8.875rem}.g-142,.gy-142{--bs-gutter-y:8.875rem}.g-144,.gx-144{--bs-gutter-x:9rem}.g-144,.gy-144{--bs-gutter-y:9rem}.g-146,.gx-146{--bs-gutter-x:9.125rem}.g-146,.gy-146{--bs-gutter-y:9.125rem}.g-148,.gx-148{--bs-gutter-x:9.25rem}.g-148,.gy-148{--bs-gutter-y:9.25rem}.g-150,.gx-150{--bs-gutter-x:9.375rem}.g-150,.gy-150{--bs-gutter-y:9.375rem}.g-152,.gx-152{--bs-gutter-x:9.5rem}.g-152,.gy-152{--bs-gutter-y:9.5rem}.g-154,.gx-154{--bs-gutter-x:9.625rem}.g-154,.gy-154{--bs-gutter-y:9.625rem}.g-156,.gx-156{--bs-gutter-x:9.75rem}.g-156,.gy-156{--bs-gutter-y:9.75rem}.g-158,.gx-158{--bs-gutter-x:9.875rem}.g-158,.gy-158{--bs-gutter-y:9.875rem}.g-160,.gx-160{--bs-gutter-x:10rem}.g-160,.gy-160{--bs-gutter-y:10rem}.g-162,.gx-162{--bs-gutter-x:10.125rem}.g-162,.gy-162{--bs-gutter-y:10.125rem}.g-164,.gx-164{--bs-gutter-x:10.25rem}.g-164,.gy-164{--bs-gutter-y:10.25rem}.g-166,.gx-166{--bs-gutter-x:10.375rem}.g-166,.gy-166{--bs-gutter-y:10.375rem}.g-168,.gx-168{--bs-gutter-x:10.5rem}.g-168,.gy-168{--bs-gutter-y:10.5rem}.g-170,.gx-170{--bs-gutter-x:10.625rem}.g-170,.gy-170{--bs-gutter-y:10.625rem}.g-172,.gx-172{--bs-gutter-x:10.75rem}.g-172,.gy-172{--bs-gutter-y:10.75rem}.g-174,.gx-174{--bs-gutter-x:10.875rem}.g-174,.gy-174{--bs-gutter-y:10.875rem}.g-176,.gx-176{--bs-gutter-x:11rem}.g-176,.gy-176{--bs-gutter-y:11rem}.g-178,.gx-178{--bs-gutter-x:11.125rem}.g-178,.gy-178{--bs-gutter-y:11.125rem}.g-180,.gx-180{--bs-gutter-x:11.25rem}.g-180,.gy-180{--bs-gutter-y:11.25rem}.g-182,.gx-182{--bs-gutter-x:11.375rem}.g-182,.gy-182{--bs-gutter-y:11.375rem}.g-184,.gx-184{--bs-gutter-x:11.5rem}.g-184,.gy-184{--bs-gutter-y:11.5rem}.g-186,.gx-186{--bs-gutter-x:11.625rem}.g-186,.gy-186{--bs-gutter-y:11.625rem}.g-188,.gx-188{--bs-gutter-x:11.75rem}.g-188,.gy-188{--bs-gutter-y:11.75rem}.g-190,.gx-190{--bs-gutter-x:11.875rem}.g-190,.gy-190{--bs-gutter-y:11.875rem}.g-192,.gx-192{--bs-gutter-x:12rem}.g-192,.gy-192{--bs-gutter-y:12rem}.g-194,.gx-194{--bs-gutter-x:12.125rem}.g-194,.gy-194{--bs-gutter-y:12.125rem}.g-196,.gx-196{--bs-gutter-x:12.25rem}.g-196,.gy-196{--bs-gutter-y:12.25rem}.g-198,.gx-198{--bs-gutter-x:12.375rem}.g-198,.gy-198{--bs-gutter-y:12.375rem}.g-200,.gx-200{--bs-gutter-x:12.5rem}.g-200,.gy-200{--bs-gutter-y:12.5rem}@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-2,.gx-sm-2{--bs-gutter-x:0.125rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.125rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:0.25rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:0.25rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:0.375rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:0.375rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:0.5rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:0.5rem}.g-sm-10,.gx-sm-10{--bs-gutter-x:0.625rem}.g-sm-10,.gy-sm-10{--bs-gutter-y:0.625rem}.g-sm-12,.gx-sm-12{--bs-gutter-x:0.75rem}.g-sm-12,.gy-sm-12{--bs-gutter-y:0.75rem}.g-sm-14,.gx-sm-14{--bs-gutter-x:0.875rem}.g-sm-14,.gy-sm-14{--bs-gutter-y:0.875rem}.g-sm-16,.gx-sm-16{--bs-gutter-x:1rem}.g-sm-16,.gy-sm-16{--bs-gutter-y:1rem}.g-sm-18,.gx-sm-18{--bs-gutter-x:1.125rem}.g-sm-18,.gy-sm-18{--bs-gutter-y:1.125rem}.g-sm-20,.gx-sm-20{--bs-gutter-x:1.25rem}.g-sm-20,.gy-sm-20{--bs-gutter-y:1.25rem}.g-sm-22,.gx-sm-22{--bs-gutter-x:1.375rem}.g-sm-22,.gy-sm-22{--bs-gutter-y:1.375rem}.g-sm-24,.gx-sm-24{--bs-gutter-x:1.5rem}.g-sm-24,.gy-sm-24{--bs-gutter-y:1.5rem}.g-sm-26,.gx-sm-26{--bs-gutter-x:1.625rem}.g-sm-26,.gy-sm-26{--bs-gutter-y:1.625rem}.g-sm-28,.gx-sm-28{--bs-gutter-x:1.75rem}.g-sm-28,.gy-sm-28{--bs-gutter-y:1.75rem}.g-sm-30,.gx-sm-30{--bs-gutter-x:1.875rem}.g-sm-30,.gy-sm-30{--bs-gutter-y:1.875rem}.g-sm-32,.gx-sm-32{--bs-gutter-x:2rem}.g-sm-32,.gy-sm-32{--bs-gutter-y:2rem}.g-sm-34,.gx-sm-34{--bs-gutter-x:2.125rem}.g-sm-34,.gy-sm-34{--bs-gutter-y:2.125rem}.g-sm-36,.gx-sm-36{--bs-gutter-x:2.25rem}.g-sm-36,.gy-sm-36{--bs-gutter-y:2.25rem}.g-sm-38,.gx-sm-38{--bs-gutter-x:2.375rem}.g-sm-38,.gy-sm-38{--bs-gutter-y:2.375rem}.g-sm-40,.gx-sm-40{--bs-gutter-x:2.5rem}.g-sm-40,.gy-sm-40{--bs-gutter-y:2.5rem}.g-sm-42,.gx-sm-42{--bs-gutter-x:2.625rem}.g-sm-42,.gy-sm-42{--bs-gutter-y:2.625rem}.g-sm-44,.gx-sm-44{--bs-gutter-x:2.75rem}.g-sm-44,.gy-sm-44{--bs-gutter-y:2.75rem}.g-sm-46,.gx-sm-46{--bs-gutter-x:2.875rem}.g-sm-46,.gy-sm-46{--bs-gutter-y:2.875rem}.g-sm-48,.gx-sm-48{--bs-gutter-x:3rem}.g-sm-48,.gy-sm-48{--bs-gutter-y:3rem}.g-sm-50,.gx-sm-50{--bs-gutter-x:3.125rem}.g-sm-50,.gy-sm-50{--bs-gutter-y:3.125rem}.g-sm-52,.gx-sm-52{--bs-gutter-x:3.25rem}.g-sm-52,.gy-sm-52{--bs-gutter-y:3.25rem}.g-sm-54,.gx-sm-54{--bs-gutter-x:3.375rem}.g-sm-54,.gy-sm-54{--bs-gutter-y:3.375rem}.g-sm-56,.gx-sm-56{--bs-gutter-x:3.5rem}.g-sm-56,.gy-sm-56{--bs-gutter-y:3.5rem}.g-sm-58,.gx-sm-58{--bs-gutter-x:3.625rem}.g-sm-58,.gy-sm-58{--bs-gutter-y:3.625rem}.g-sm-60,.gx-sm-60{--bs-gutter-x:3.75rem}.g-sm-60,.gy-sm-60{--bs-gutter-y:3.75rem}.g-sm-62,.gx-sm-62{--bs-gutter-x:3.875rem}.g-sm-62,.gy-sm-62{--bs-gutter-y:3.875rem}.g-sm-64,.gx-sm-64{--bs-gutter-x:4rem}.g-sm-64,.gy-sm-64{--bs-gutter-y:4rem}.g-sm-66,.gx-sm-66{--bs-gutter-x:4.125rem}.g-sm-66,.gy-sm-66{--bs-gutter-y:4.125rem}.g-sm-68,.gx-sm-68{--bs-gutter-x:4.25rem}.g-sm-68,.gy-sm-68{--bs-gutter-y:4.25rem}.g-sm-70,.gx-sm-70{--bs-gutter-x:4.375rem}.g-sm-70,.gy-sm-70{--bs-gutter-y:4.375rem}.g-sm-72,.gx-sm-72{--bs-gutter-x:4.5rem}.g-sm-72,.gy-sm-72{--bs-gutter-y:4.5rem}.g-sm-74,.gx-sm-74{--bs-gutter-x:4.625rem}.g-sm-74,.gy-sm-74{--bs-gutter-y:4.625rem}.g-sm-76,.gx-sm-76{--bs-gutter-x:4.75rem}.g-sm-76,.gy-sm-76{--bs-gutter-y:4.75rem}.g-sm-78,.gx-sm-78{--bs-gutter-x:4.875rem}.g-sm-78,.gy-sm-78{--bs-gutter-y:4.875rem}.g-sm-80,.gx-sm-80{--bs-gutter-x:5rem}.g-sm-80,.gy-sm-80{--bs-gutter-y:5rem}.g-sm-82,.gx-sm-82{--bs-gutter-x:5.125rem}.g-sm-82,.gy-sm-82{--bs-gutter-y:5.125rem}.g-sm-84,.gx-sm-84{--bs-gutter-x:5.25rem}.g-sm-84,.gy-sm-84{--bs-gutter-y:5.25rem}.g-sm-86,.gx-sm-86{--bs-gutter-x:5.375rem}.g-sm-86,.gy-sm-86{--bs-gutter-y:5.375rem}.g-sm-88,.gx-sm-88{--bs-gutter-x:5.5rem}.g-sm-88,.gy-sm-88{--bs-gutter-y:5.5rem}.g-sm-90,.gx-sm-90{--bs-gutter-x:5.625rem}.g-sm-90,.gy-sm-90{--bs-gutter-y:5.625rem}.g-sm-92,.gx-sm-92{--bs-gutter-x:5.75rem}.g-sm-92,.gy-sm-92{--bs-gutter-y:5.75rem}.g-sm-94,.gx-sm-94{--bs-gutter-x:5.875rem}.g-sm-94,.gy-sm-94{--bs-gutter-y:5.875rem}.g-sm-96,.gx-sm-96{--bs-gutter-x:6rem}.g-sm-96,.gy-sm-96{--bs-gutter-y:6rem}.g-sm-98,.gx-sm-98{--bs-gutter-x:6.125rem}.g-sm-98,.gy-sm-98{--bs-gutter-y:6.125rem}.g-sm-100,.gx-sm-100{--bs-gutter-x:6.25rem}.g-sm-100,.gy-sm-100{--bs-gutter-y:6.25rem}.g-sm-102,.gx-sm-102{--bs-gutter-x:6.375rem}.g-sm-102,.gy-sm-102{--bs-gutter-y:6.375rem}.g-sm-104,.gx-sm-104{--bs-gutter-x:6.5rem}.g-sm-104,.gy-sm-104{--bs-gutter-y:6.5rem}.g-sm-106,.gx-sm-106{--bs-gutter-x:6.625rem}.g-sm-106,.gy-sm-106{--bs-gutter-y:6.625rem}.g-sm-108,.gx-sm-108{--bs-gutter-x:6.75rem}.g-sm-108,.gy-sm-108{--bs-gutter-y:6.75rem}.g-sm-110,.gx-sm-110{--bs-gutter-x:6.875rem}.g-sm-110,.gy-sm-110{--bs-gutter-y:6.875rem}.g-sm-112,.gx-sm-112{--bs-gutter-x:7rem}.g-sm-112,.gy-sm-112{--bs-gutter-y:7rem}.g-sm-114,.gx-sm-114{--bs-gutter-x:7.125rem}.g-sm-114,.gy-sm-114{--bs-gutter-y:7.125rem}.g-sm-116,.gx-sm-116{--bs-gutter-x:7.25rem}.g-sm-116,.gy-sm-116{--bs-gutter-y:7.25rem}.g-sm-118,.gx-sm-118{--bs-gutter-x:7.375rem}.g-sm-118,.gy-sm-118{--bs-gutter-y:7.375rem}.g-sm-120,.gx-sm-120{--bs-gutter-x:7.5rem}.g-sm-120,.gy-sm-120{--bs-gutter-y:7.5rem}.g-sm-122,.gx-sm-122{--bs-gutter-x:7.625rem}.g-sm-122,.gy-sm-122{--bs-gutter-y:7.625rem}.g-sm-124,.gx-sm-124{--bs-gutter-x:7.75rem}.g-sm-124,.gy-sm-124{--bs-gutter-y:7.75rem}.g-sm-126,.gx-sm-126{--bs-gutter-x:7.875rem}.g-sm-126,.gy-sm-126{--bs-gutter-y:7.875rem}.g-sm-128,.gx-sm-128{--bs-gutter-x:8rem}.g-sm-128,.gy-sm-128{--bs-gutter-y:8rem}.g-sm-130,.gx-sm-130{--bs-gutter-x:8.125rem}.g-sm-130,.gy-sm-130{--bs-gutter-y:8.125rem}.g-sm-132,.gx-sm-132{--bs-gutter-x:8.25rem}.g-sm-132,.gy-sm-132{--bs-gutter-y:8.25rem}.g-sm-134,.gx-sm-134{--bs-gutter-x:8.375rem}.g-sm-134,.gy-sm-134{--bs-gutter-y:8.375rem}.g-sm-136,.gx-sm-136{--bs-gutter-x:8.5rem}.g-sm-136,.gy-sm-136{--bs-gutter-y:8.5rem}.g-sm-138,.gx-sm-138{--bs-gutter-x:8.625rem}.g-sm-138,.gy-sm-138{--bs-gutter-y:8.625rem}.g-sm-140,.gx-sm-140{--bs-gutter-x:8.75rem}.g-sm-140,.gy-sm-140{--bs-gutter-y:8.75rem}.g-sm-142,.gx-sm-142{--bs-gutter-x:8.875rem}.g-sm-142,.gy-sm-142{--bs-gutter-y:8.875rem}.g-sm-144,.gx-sm-144{--bs-gutter-x:9rem}.g-sm-144,.gy-sm-144{--bs-gutter-y:9rem}.g-sm-146,.gx-sm-146{--bs-gutter-x:9.125rem}.g-sm-146,.gy-sm-146{--bs-gutter-y:9.125rem}.g-sm-148,.gx-sm-148{--bs-gutter-x:9.25rem}.g-sm-148,.gy-sm-148{--bs-gutter-y:9.25rem}.g-sm-150,.gx-sm-150{--bs-gutter-x:9.375rem}.g-sm-150,.gy-sm-150{--bs-gutter-y:9.375rem}.g-sm-152,.gx-sm-152{--bs-gutter-x:9.5rem}.g-sm-152,.gy-sm-152{--bs-gutter-y:9.5rem}.g-sm-154,.gx-sm-154{--bs-gutter-x:9.625rem}.g-sm-154,.gy-sm-154{--bs-gutter-y:9.625rem}.g-sm-156,.gx-sm-156{--bs-gutter-x:9.75rem}.g-sm-156,.gy-sm-156{--bs-gutter-y:9.75rem}.g-sm-158,.gx-sm-158{--bs-gutter-x:9.875rem}.g-sm-158,.gy-sm-158{--bs-gutter-y:9.875rem}.g-sm-160,.gx-sm-160{--bs-gutter-x:10rem}.g-sm-160,.gy-sm-160{--bs-gutter-y:10rem}.g-sm-162,.gx-sm-162{--bs-gutter-x:10.125rem}.g-sm-162,.gy-sm-162{--bs-gutter-y:10.125rem}.g-sm-164,.gx-sm-164{--bs-gutter-x:10.25rem}.g-sm-164,.gy-sm-164{--bs-gutter-y:10.25rem}.g-sm-166,.gx-sm-166{--bs-gutter-x:10.375rem}.g-sm-166,.gy-sm-166{--bs-gutter-y:10.375rem}.g-sm-168,.gx-sm-168{--bs-gutter-x:10.5rem}.g-sm-168,.gy-sm-168{--bs-gutter-y:10.5rem}.g-sm-170,.gx-sm-170{--bs-gutter-x:10.625rem}.g-sm-170,.gy-sm-170{--bs-gutter-y:10.625rem}.g-sm-172,.gx-sm-172{--bs-gutter-x:10.75rem}.g-sm-172,.gy-sm-172{--bs-gutter-y:10.75rem}.g-sm-174,.gx-sm-174{--bs-gutter-x:10.875rem}.g-sm-174,.gy-sm-174{--bs-gutter-y:10.875rem}.g-sm-176,.gx-sm-176{--bs-gutter-x:11rem}.g-sm-176,.gy-sm-176{--bs-gutter-y:11rem}.g-sm-178,.gx-sm-178{--bs-gutter-x:11.125rem}.g-sm-178,.gy-sm-178{--bs-gutter-y:11.125rem}.g-sm-180,.gx-sm-180{--bs-gutter-x:11.25rem}.g-sm-180,.gy-sm-180{--bs-gutter-y:11.25rem}.g-sm-182,.gx-sm-182{--bs-gutter-x:11.375rem}.g-sm-182,.gy-sm-182{--bs-gutter-y:11.375rem}.g-sm-184,.gx-sm-184{--bs-gutter-x:11.5rem}.g-sm-184,.gy-sm-184{--bs-gutter-y:11.5rem}.g-sm-186,.gx-sm-186{--bs-gutter-x:11.625rem}.g-sm-186,.gy-sm-186{--bs-gutter-y:11.625rem}.g-sm-188,.gx-sm-188{--bs-gutter-x:11.75rem}.g-sm-188,.gy-sm-188{--bs-gutter-y:11.75rem}.g-sm-190,.gx-sm-190{--bs-gutter-x:11.875rem}.g-sm-190,.gy-sm-190{--bs-gutter-y:11.875rem}.g-sm-192,.gx-sm-192{--bs-gutter-x:12rem}.g-sm-192,.gy-sm-192{--bs-gutter-y:12rem}.g-sm-194,.gx-sm-194{--bs-gutter-x:12.125rem}.g-sm-194,.gy-sm-194{--bs-gutter-y:12.125rem}.g-sm-196,.gx-sm-196{--bs-gutter-x:12.25rem}.g-sm-196,.gy-sm-196{--bs-gutter-y:12.25rem}.g-sm-198,.gx-sm-198{--bs-gutter-x:12.375rem}.g-sm-198,.gy-sm-198{--bs-gutter-y:12.375rem}.g-sm-200,.gx-sm-200{--bs-gutter-x:12.5rem}.g-sm-200,.gy-sm-200{--bs-gutter-y:12.5rem}}@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-2,.gx-md-2{--bs-gutter-x:0.125rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.125rem}.g-md-4,.gx-md-4{--bs-gutter-x:0.25rem}.g-md-4,.gy-md-4{--bs-gutter-y:0.25rem}.g-md-6,.gx-md-6{--bs-gutter-x:0.375rem}.g-md-6,.gy-md-6{--bs-gutter-y:0.375rem}.g-md-8,.gx-md-8{--bs-gutter-x:0.5rem}.g-md-8,.gy-md-8{--bs-gutter-y:0.5rem}.g-md-10,.gx-md-10{--bs-gutter-x:0.625rem}.g-md-10,.gy-md-10{--bs-gutter-y:0.625rem}.g-md-12,.gx-md-12{--bs-gutter-x:0.75rem}.g-md-12,.gy-md-12{--bs-gutter-y:0.75rem}.g-md-14,.gx-md-14{--bs-gutter-x:0.875rem}.g-md-14,.gy-md-14{--bs-gutter-y:0.875rem}.g-md-16,.gx-md-16{--bs-gutter-x:1rem}.g-md-16,.gy-md-16{--bs-gutter-y:1rem}.g-md-18,.gx-md-18{--bs-gutter-x:1.125rem}.g-md-18,.gy-md-18{--bs-gutter-y:1.125rem}.g-md-20,.gx-md-20{--bs-gutter-x:1.25rem}.g-md-20,.gy-md-20{--bs-gutter-y:1.25rem}.g-md-22,.gx-md-22{--bs-gutter-x:1.375rem}.g-md-22,.gy-md-22{--bs-gutter-y:1.375rem}.g-md-24,.gx-md-24{--bs-gutter-x:1.5rem}.g-md-24,.gy-md-24{--bs-gutter-y:1.5rem}.g-md-26,.gx-md-26{--bs-gutter-x:1.625rem}.g-md-26,.gy-md-26{--bs-gutter-y:1.625rem}.g-md-28,.gx-md-28{--bs-gutter-x:1.75rem}.g-md-28,.gy-md-28{--bs-gutter-y:1.75rem}.g-md-30,.gx-md-30{--bs-gutter-x:1.875rem}.g-md-30,.gy-md-30{--bs-gutter-y:1.875rem}.g-md-32,.gx-md-32{--bs-gutter-x:2rem}.g-md-32,.gy-md-32{--bs-gutter-y:2rem}.g-md-34,.gx-md-34{--bs-gutter-x:2.125rem}.g-md-34,.gy-md-34{--bs-gutter-y:2.125rem}.g-md-36,.gx-md-36{--bs-gutter-x:2.25rem}.g-md-36,.gy-md-36{--bs-gutter-y:2.25rem}.g-md-38,.gx-md-38{--bs-gutter-x:2.375rem}.g-md-38,.gy-md-38{--bs-gutter-y:2.375rem}.g-md-40,.gx-md-40{--bs-gutter-x:2.5rem}.g-md-40,.gy-md-40{--bs-gutter-y:2.5rem}.g-md-42,.gx-md-42{--bs-gutter-x:2.625rem}.g-md-42,.gy-md-42{--bs-gutter-y:2.625rem}.g-md-44,.gx-md-44{--bs-gutter-x:2.75rem}.g-md-44,.gy-md-44{--bs-gutter-y:2.75rem}.g-md-46,.gx-md-46{--bs-gutter-x:2.875rem}.g-md-46,.gy-md-46{--bs-gutter-y:2.875rem}.g-md-48,.gx-md-48{--bs-gutter-x:3rem}.g-md-48,.gy-md-48{--bs-gutter-y:3rem}.g-md-50,.gx-md-50{--bs-gutter-x:3.125rem}.g-md-50,.gy-md-50{--bs-gutter-y:3.125rem}.g-md-52,.gx-md-52{--bs-gutter-x:3.25rem}.g-md-52,.gy-md-52{--bs-gutter-y:3.25rem}.g-md-54,.gx-md-54{--bs-gutter-x:3.375rem}.g-md-54,.gy-md-54{--bs-gutter-y:3.375rem}.g-md-56,.gx-md-56{--bs-gutter-x:3.5rem}.g-md-56,.gy-md-56{--bs-gutter-y:3.5rem}.g-md-58,.gx-md-58{--bs-gutter-x:3.625rem}.g-md-58,.gy-md-58{--bs-gutter-y:3.625rem}.g-md-60,.gx-md-60{--bs-gutter-x:3.75rem}.g-md-60,.gy-md-60{--bs-gutter-y:3.75rem}.g-md-62,.gx-md-62{--bs-gutter-x:3.875rem}.g-md-62,.gy-md-62{--bs-gutter-y:3.875rem}.g-md-64,.gx-md-64{--bs-gutter-x:4rem}.g-md-64,.gy-md-64{--bs-gutter-y:4rem}.g-md-66,.gx-md-66{--bs-gutter-x:4.125rem}.g-md-66,.gy-md-66{--bs-gutter-y:4.125rem}.g-md-68,.gx-md-68{--bs-gutter-x:4.25rem}.g-md-68,.gy-md-68{--bs-gutter-y:4.25rem}.g-md-70,.gx-md-70{--bs-gutter-x:4.375rem}.g-md-70,.gy-md-70{--bs-gutter-y:4.375rem}.g-md-72,.gx-md-72{--bs-gutter-x:4.5rem}.g-md-72,.gy-md-72{--bs-gutter-y:4.5rem}.g-md-74,.gx-md-74{--bs-gutter-x:4.625rem}.g-md-74,.gy-md-74{--bs-gutter-y:4.625rem}.g-md-76,.gx-md-76{--bs-gutter-x:4.75rem}.g-md-76,.gy-md-76{--bs-gutter-y:4.75rem}.g-md-78,.gx-md-78{--bs-gutter-x:4.875rem}.g-md-78,.gy-md-78{--bs-gutter-y:4.875rem}.g-md-80,.gx-md-80{--bs-gutter-x:5rem}.g-md-80,.gy-md-80{--bs-gutter-y:5rem}.g-md-82,.gx-md-82{--bs-gutter-x:5.125rem}.g-md-82,.gy-md-82{--bs-gutter-y:5.125rem}.g-md-84,.gx-md-84{--bs-gutter-x:5.25rem}.g-md-84,.gy-md-84{--bs-gutter-y:5.25rem}.g-md-86,.gx-md-86{--bs-gutter-x:5.375rem}.g-md-86,.gy-md-86{--bs-gutter-y:5.375rem}.g-md-88,.gx-md-88{--bs-gutter-x:5.5rem}.g-md-88,.gy-md-88{--bs-gutter-y:5.5rem}.g-md-90,.gx-md-90{--bs-gutter-x:5.625rem}.g-md-90,.gy-md-90{--bs-gutter-y:5.625rem}.g-md-92,.gx-md-92{--bs-gutter-x:5.75rem}.g-md-92,.gy-md-92{--bs-gutter-y:5.75rem}.g-md-94,.gx-md-94{--bs-gutter-x:5.875rem}.g-md-94,.gy-md-94{--bs-gutter-y:5.875rem}.g-md-96,.gx-md-96{--bs-gutter-x:6rem}.g-md-96,.gy-md-96{--bs-gutter-y:6rem}.g-md-98,.gx-md-98{--bs-gutter-x:6.125rem}.g-md-98,.gy-md-98{--bs-gutter-y:6.125rem}.g-md-100,.gx-md-100{--bs-gutter-x:6.25rem}.g-md-100,.gy-md-100{--bs-gutter-y:6.25rem}.g-md-102,.gx-md-102{--bs-gutter-x:6.375rem}.g-md-102,.gy-md-102{--bs-gutter-y:6.375rem}.g-md-104,.gx-md-104{--bs-gutter-x:6.5rem}.g-md-104,.gy-md-104{--bs-gutter-y:6.5rem}.g-md-106,.gx-md-106{--bs-gutter-x:6.625rem}.g-md-106,.gy-md-106{--bs-gutter-y:6.625rem}.g-md-108,.gx-md-108{--bs-gutter-x:6.75rem}.g-md-108,.gy-md-108{--bs-gutter-y:6.75rem}.g-md-110,.gx-md-110{--bs-gutter-x:6.875rem}.g-md-110,.gy-md-110{--bs-gutter-y:6.875rem}.g-md-112,.gx-md-112{--bs-gutter-x:7rem}.g-md-112,.gy-md-112{--bs-gutter-y:7rem}.g-md-114,.gx-md-114{--bs-gutter-x:7.125rem}.g-md-114,.gy-md-114{--bs-gutter-y:7.125rem}.g-md-116,.gx-md-116{--bs-gutter-x:7.25rem}.g-md-116,.gy-md-116{--bs-gutter-y:7.25rem}.g-md-118,.gx-md-118{--bs-gutter-x:7.375rem}.g-md-118,.gy-md-118{--bs-gutter-y:7.375rem}.g-md-120,.gx-md-120{--bs-gutter-x:7.5rem}.g-md-120,.gy-md-120{--bs-gutter-y:7.5rem}.g-md-122,.gx-md-122{--bs-gutter-x:7.625rem}.g-md-122,.gy-md-122{--bs-gutter-y:7.625rem}.g-md-124,.gx-md-124{--bs-gutter-x:7.75rem}.g-md-124,.gy-md-124{--bs-gutter-y:7.75rem}.g-md-126,.gx-md-126{--bs-gutter-x:7.875rem}.g-md-126,.gy-md-126{--bs-gutter-y:7.875rem}.g-md-128,.gx-md-128{--bs-gutter-x:8rem}.g-md-128,.gy-md-128{--bs-gutter-y:8rem}.g-md-130,.gx-md-130{--bs-gutter-x:8.125rem}.g-md-130,.gy-md-130{--bs-gutter-y:8.125rem}.g-md-132,.gx-md-132{--bs-gutter-x:8.25rem}.g-md-132,.gy-md-132{--bs-gutter-y:8.25rem}.g-md-134,.gx-md-134{--bs-gutter-x:8.375rem}.g-md-134,.gy-md-134{--bs-gutter-y:8.375rem}.g-md-136,.gx-md-136{--bs-gutter-x:8.5rem}.g-md-136,.gy-md-136{--bs-gutter-y:8.5rem}.g-md-138,.gx-md-138{--bs-gutter-x:8.625rem}.g-md-138,.gy-md-138{--bs-gutter-y:8.625rem}.g-md-140,.gx-md-140{--bs-gutter-x:8.75rem}.g-md-140,.gy-md-140{--bs-gutter-y:8.75rem}.g-md-142,.gx-md-142{--bs-gutter-x:8.875rem}.g-md-142,.gy-md-142{--bs-gutter-y:8.875rem}.g-md-144,.gx-md-144{--bs-gutter-x:9rem}.g-md-144,.gy-md-144{--bs-gutter-y:9rem}.g-md-146,.gx-md-146{--bs-gutter-x:9.125rem}.g-md-146,.gy-md-146{--bs-gutter-y:9.125rem}.g-md-148,.gx-md-148{--bs-gutter-x:9.25rem}.g-md-148,.gy-md-148{--bs-gutter-y:9.25rem}.g-md-150,.gx-md-150{--bs-gutter-x:9.375rem}.g-md-150,.gy-md-150{--bs-gutter-y:9.375rem}.g-md-152,.gx-md-152{--bs-gutter-x:9.5rem}.g-md-152,.gy-md-152{--bs-gutter-y:9.5rem}.g-md-154,.gx-md-154{--bs-gutter-x:9.625rem}.g-md-154,.gy-md-154{--bs-gutter-y:9.625rem}.g-md-156,.gx-md-156{--bs-gutter-x:9.75rem}.g-md-156,.gy-md-156{--bs-gutter-y:9.75rem}.g-md-158,.gx-md-158{--bs-gutter-x:9.875rem}.g-md-158,.gy-md-158{--bs-gutter-y:9.875rem}.g-md-160,.gx-md-160{--bs-gutter-x:10rem}.g-md-160,.gy-md-160{--bs-gutter-y:10rem}.g-md-162,.gx-md-162{--bs-gutter-x:10.125rem}.g-md-162,.gy-md-162{--bs-gutter-y:10.125rem}.g-md-164,.gx-md-164{--bs-gutter-x:10.25rem}.g-md-164,.gy-md-164{--bs-gutter-y:10.25rem}.g-md-166,.gx-md-166{--bs-gutter-x:10.375rem}.g-md-166,.gy-md-166{--bs-gutter-y:10.375rem}.g-md-168,.gx-md-168{--bs-gutter-x:10.5rem}.g-md-168,.gy-md-168{--bs-gutter-y:10.5rem}.g-md-170,.gx-md-170{--bs-gutter-x:10.625rem}.g-md-170,.gy-md-170{--bs-gutter-y:10.625rem}.g-md-172,.gx-md-172{--bs-gutter-x:10.75rem}.g-md-172,.gy-md-172{--bs-gutter-y:10.75rem}.g-md-174,.gx-md-174{--bs-gutter-x:10.875rem}.g-md-174,.gy-md-174{--bs-gutter-y:10.875rem}.g-md-176,.gx-md-176{--bs-gutter-x:11rem}.g-md-176,.gy-md-176{--bs-gutter-y:11rem}.g-md-178,.gx-md-178{--bs-gutter-x:11.125rem}.g-md-178,.gy-md-178{--bs-gutter-y:11.125rem}.g-md-180,.gx-md-180{--bs-gutter-x:11.25rem}.g-md-180,.gy-md-180{--bs-gutter-y:11.25rem}.g-md-182,.gx-md-182{--bs-gutter-x:11.375rem}.g-md-182,.gy-md-182{--bs-gutter-y:11.375rem}.g-md-184,.gx-md-184{--bs-gutter-x:11.5rem}.g-md-184,.gy-md-184{--bs-gutter-y:11.5rem}.g-md-186,.gx-md-186{--bs-gutter-x:11.625rem}.g-md-186,.gy-md-186{--bs-gutter-y:11.625rem}.g-md-188,.gx-md-188{--bs-gutter-x:11.75rem}.g-md-188,.gy-md-188{--bs-gutter-y:11.75rem}.g-md-190,.gx-md-190{--bs-gutter-x:11.875rem}.g-md-190,.gy-md-190{--bs-gutter-y:11.875rem}.g-md-192,.gx-md-192{--bs-gutter-x:12rem}.g-md-192,.gy-md-192{--bs-gutter-y:12rem}.g-md-194,.gx-md-194{--bs-gutter-x:12.125rem}.g-md-194,.gy-md-194{--bs-gutter-y:12.125rem}.g-md-196,.gx-md-196{--bs-gutter-x:12.25rem}.g-md-196,.gy-md-196{--bs-gutter-y:12.25rem}.g-md-198,.gx-md-198{--bs-gutter-x:12.375rem}.g-md-198,.gy-md-198{--bs-gutter-y:12.375rem}.g-md-200,.gx-md-200{--bs-gutter-x:12.5rem}.g-md-200,.gy-md-200{--bs-gutter-y:12.5rem}}@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-2,.gx-lg-2{--bs-gutter-x:0.125rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.125rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:0.25rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:0.25rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:0.375rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:0.375rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:0.5rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:0.5rem}.g-lg-10,.gx-lg-10{--bs-gutter-x:0.625rem}.g-lg-10,.gy-lg-10{--bs-gutter-y:0.625rem}.g-lg-12,.gx-lg-12{--bs-gutter-x:0.75rem}.g-lg-12,.gy-lg-12{--bs-gutter-y:0.75rem}.g-lg-14,.gx-lg-14{--bs-gutter-x:0.875rem}.g-lg-14,.gy-lg-14{--bs-gutter-y:0.875rem}.g-lg-16,.gx-lg-16{--bs-gutter-x:1rem}.g-lg-16,.gy-lg-16{--bs-gutter-y:1rem}.g-lg-18,.gx-lg-18{--bs-gutter-x:1.125rem}.g-lg-18,.gy-lg-18{--bs-gutter-y:1.125rem}.g-lg-20,.gx-lg-20{--bs-gutter-x:1.25rem}.g-lg-20,.gy-lg-20{--bs-gutter-y:1.25rem}.g-lg-22,.gx-lg-22{--bs-gutter-x:1.375rem}.g-lg-22,.gy-lg-22{--bs-gutter-y:1.375rem}.g-lg-24,.gx-lg-24{--bs-gutter-x:1.5rem}.g-lg-24,.gy-lg-24{--bs-gutter-y:1.5rem}.g-lg-26,.gx-lg-26{--bs-gutter-x:1.625rem}.g-lg-26,.gy-lg-26{--bs-gutter-y:1.625rem}.g-lg-28,.gx-lg-28{--bs-gutter-x:1.75rem}.g-lg-28,.gy-lg-28{--bs-gutter-y:1.75rem}.g-lg-30,.gx-lg-30{--bs-gutter-x:1.875rem}.g-lg-30,.gy-lg-30{--bs-gutter-y:1.875rem}.g-lg-32,.gx-lg-32{--bs-gutter-x:2rem}.g-lg-32,.gy-lg-32{--bs-gutter-y:2rem}.g-lg-34,.gx-lg-34{--bs-gutter-x:2.125rem}.g-lg-34,.gy-lg-34{--bs-gutter-y:2.125rem}.g-lg-36,.gx-lg-36{--bs-gutter-x:2.25rem}.g-lg-36,.gy-lg-36{--bs-gutter-y:2.25rem}.g-lg-38,.gx-lg-38{--bs-gutter-x:2.375rem}.g-lg-38,.gy-lg-38{--bs-gutter-y:2.375rem}.g-lg-40,.gx-lg-40{--bs-gutter-x:2.5rem}.g-lg-40,.gy-lg-40{--bs-gutter-y:2.5rem}.g-lg-42,.gx-lg-42{--bs-gutter-x:2.625rem}.g-lg-42,.gy-lg-42{--bs-gutter-y:2.625rem}.g-lg-44,.gx-lg-44{--bs-gutter-x:2.75rem}.g-lg-44,.gy-lg-44{--bs-gutter-y:2.75rem}.g-lg-46,.gx-lg-46{--bs-gutter-x:2.875rem}.g-lg-46,.gy-lg-46{--bs-gutter-y:2.875rem}.g-lg-48,.gx-lg-48{--bs-gutter-x:3rem}.g-lg-48,.gy-lg-48{--bs-gutter-y:3rem}.g-lg-50,.gx-lg-50{--bs-gutter-x:3.125rem}.g-lg-50,.gy-lg-50{--bs-gutter-y:3.125rem}.g-lg-52,.gx-lg-52{--bs-gutter-x:3.25rem}.g-lg-52,.gy-lg-52{--bs-gutter-y:3.25rem}.g-lg-54,.gx-lg-54{--bs-gutter-x:3.375rem}.g-lg-54,.gy-lg-54{--bs-gutter-y:3.375rem}.g-lg-56,.gx-lg-56{--bs-gutter-x:3.5rem}.g-lg-56,.gy-lg-56{--bs-gutter-y:3.5rem}.g-lg-58,.gx-lg-58{--bs-gutter-x:3.625rem}.g-lg-58,.gy-lg-58{--bs-gutter-y:3.625rem}.g-lg-60,.gx-lg-60{--bs-gutter-x:3.75rem}.g-lg-60,.gy-lg-60{--bs-gutter-y:3.75rem}.g-lg-62,.gx-lg-62{--bs-gutter-x:3.875rem}.g-lg-62,.gy-lg-62{--bs-gutter-y:3.875rem}.g-lg-64,.gx-lg-64{--bs-gutter-x:4rem}.g-lg-64,.gy-lg-64{--bs-gutter-y:4rem}.g-lg-66,.gx-lg-66{--bs-gutter-x:4.125rem}.g-lg-66,.gy-lg-66{--bs-gutter-y:4.125rem}.g-lg-68,.gx-lg-68{--bs-gutter-x:4.25rem}.g-lg-68,.gy-lg-68{--bs-gutter-y:4.25rem}.g-lg-70,.gx-lg-70{--bs-gutter-x:4.375rem}.g-lg-70,.gy-lg-70{--bs-gutter-y:4.375rem}.g-lg-72,.gx-lg-72{--bs-gutter-x:4.5rem}.g-lg-72,.gy-lg-72{--bs-gutter-y:4.5rem}.g-lg-74,.gx-lg-74{--bs-gutter-x:4.625rem}.g-lg-74,.gy-lg-74{--bs-gutter-y:4.625rem}.g-lg-76,.gx-lg-76{--bs-gutter-x:4.75rem}.g-lg-76,.gy-lg-76{--bs-gutter-y:4.75rem}.g-lg-78,.gx-lg-78{--bs-gutter-x:4.875rem}.g-lg-78,.gy-lg-78{--bs-gutter-y:4.875rem}.g-lg-80,.gx-lg-80{--bs-gutter-x:5rem}.g-lg-80,.gy-lg-80{--bs-gutter-y:5rem}.g-lg-82,.gx-lg-82{--bs-gutter-x:5.125rem}.g-lg-82,.gy-lg-82{--bs-gutter-y:5.125rem}.g-lg-84,.gx-lg-84{--bs-gutter-x:5.25rem}.g-lg-84,.gy-lg-84{--bs-gutter-y:5.25rem}.g-lg-86,.gx-lg-86{--bs-gutter-x:5.375rem}.g-lg-86,.gy-lg-86{--bs-gutter-y:5.375rem}.g-lg-88,.gx-lg-88{--bs-gutter-x:5.5rem}.g-lg-88,.gy-lg-88{--bs-gutter-y:5.5rem}.g-lg-90,.gx-lg-90{--bs-gutter-x:5.625rem}.g-lg-90,.gy-lg-90{--bs-gutter-y:5.625rem}.g-lg-92,.gx-lg-92{--bs-gutter-x:5.75rem}.g-lg-92,.gy-lg-92{--bs-gutter-y:5.75rem}.g-lg-94,.gx-lg-94{--bs-gutter-x:5.875rem}.g-lg-94,.gy-lg-94{--bs-gutter-y:5.875rem}.g-lg-96,.gx-lg-96{--bs-gutter-x:6rem}.g-lg-96,.gy-lg-96{--bs-gutter-y:6rem}.g-lg-98,.gx-lg-98{--bs-gutter-x:6.125rem}.g-lg-98,.gy-lg-98{--bs-gutter-y:6.125rem}.g-lg-100,.gx-lg-100{--bs-gutter-x:6.25rem}.g-lg-100,.gy-lg-100{--bs-gutter-y:6.25rem}.g-lg-102,.gx-lg-102{--bs-gutter-x:6.375rem}.g-lg-102,.gy-lg-102{--bs-gutter-y:6.375rem}.g-lg-104,.gx-lg-104{--bs-gutter-x:6.5rem}.g-lg-104,.gy-lg-104{--bs-gutter-y:6.5rem}.g-lg-106,.gx-lg-106{--bs-gutter-x:6.625rem}.g-lg-106,.gy-lg-106{--bs-gutter-y:6.625rem}.g-lg-108,.gx-lg-108{--bs-gutter-x:6.75rem}.g-lg-108,.gy-lg-108{--bs-gutter-y:6.75rem}.g-lg-110,.gx-lg-110{--bs-gutter-x:6.875rem}.g-lg-110,.gy-lg-110{--bs-gutter-y:6.875rem}.g-lg-112,.gx-lg-112{--bs-gutter-x:7rem}.g-lg-112,.gy-lg-112{--bs-gutter-y:7rem}.g-lg-114,.gx-lg-114{--bs-gutter-x:7.125rem}.g-lg-114,.gy-lg-114{--bs-gutter-y:7.125rem}.g-lg-116,.gx-lg-116{--bs-gutter-x:7.25rem}.g-lg-116,.gy-lg-116{--bs-gutter-y:7.25rem}.g-lg-118,.gx-lg-118{--bs-gutter-x:7.375rem}.g-lg-118,.gy-lg-118{--bs-gutter-y:7.375rem}.g-lg-120,.gx-lg-120{--bs-gutter-x:7.5rem}.g-lg-120,.gy-lg-120{--bs-gutter-y:7.5rem}.g-lg-122,.gx-lg-122{--bs-gutter-x:7.625rem}.g-lg-122,.gy-lg-122{--bs-gutter-y:7.625rem}.g-lg-124,.gx-lg-124{--bs-gutter-x:7.75rem}.g-lg-124,.gy-lg-124{--bs-gutter-y:7.75rem}.g-lg-126,.gx-lg-126{--bs-gutter-x:7.875rem}.g-lg-126,.gy-lg-126{--bs-gutter-y:7.875rem}.g-lg-128,.gx-lg-128{--bs-gutter-x:8rem}.g-lg-128,.gy-lg-128{--bs-gutter-y:8rem}.g-lg-130,.gx-lg-130{--bs-gutter-x:8.125rem}.g-lg-130,.gy-lg-130{--bs-gutter-y:8.125rem}.g-lg-132,.gx-lg-132{--bs-gutter-x:8.25rem}.g-lg-132,.gy-lg-132{--bs-gutter-y:8.25rem}.g-lg-134,.gx-lg-134{--bs-gutter-x:8.375rem}.g-lg-134,.gy-lg-134{--bs-gutter-y:8.375rem}.g-lg-136,.gx-lg-136{--bs-gutter-x:8.5rem}.g-lg-136,.gy-lg-136{--bs-gutter-y:8.5rem}.g-lg-138,.gx-lg-138{--bs-gutter-x:8.625rem}.g-lg-138,.gy-lg-138{--bs-gutter-y:8.625rem}.g-lg-140,.gx-lg-140{--bs-gutter-x:8.75rem}.g-lg-140,.gy-lg-140{--bs-gutter-y:8.75rem}.g-lg-142,.gx-lg-142{--bs-gutter-x:8.875rem}.g-lg-142,.gy-lg-142{--bs-gutter-y:8.875rem}.g-lg-144,.gx-lg-144{--bs-gutter-x:9rem}.g-lg-144,.gy-lg-144{--bs-gutter-y:9rem}.g-lg-146,.gx-lg-146{--bs-gutter-x:9.125rem}.g-lg-146,.gy-lg-146{--bs-gutter-y:9.125rem}.g-lg-148,.gx-lg-148{--bs-gutter-x:9.25rem}.g-lg-148,.gy-lg-148{--bs-gutter-y:9.25rem}.g-lg-150,.gx-lg-150{--bs-gutter-x:9.375rem}.g-lg-150,.gy-lg-150{--bs-gutter-y:9.375rem}.g-lg-152,.gx-lg-152{--bs-gutter-x:9.5rem}.g-lg-152,.gy-lg-152{--bs-gutter-y:9.5rem}.g-lg-154,.gx-lg-154{--bs-gutter-x:9.625rem}.g-lg-154,.gy-lg-154{--bs-gutter-y:9.625rem}.g-lg-156,.gx-lg-156{--bs-gutter-x:9.75rem}.g-lg-156,.gy-lg-156{--bs-gutter-y:9.75rem}.g-lg-158,.gx-lg-158{--bs-gutter-x:9.875rem}.g-lg-158,.gy-lg-158{--bs-gutter-y:9.875rem}.g-lg-160,.gx-lg-160{--bs-gutter-x:10rem}.g-lg-160,.gy-lg-160{--bs-gutter-y:10rem}.g-lg-162,.gx-lg-162{--bs-gutter-x:10.125rem}.g-lg-162,.gy-lg-162{--bs-gutter-y:10.125rem}.g-lg-164,.gx-lg-164{--bs-gutter-x:10.25rem}.g-lg-164,.gy-lg-164{--bs-gutter-y:10.25rem}.g-lg-166,.gx-lg-166{--bs-gutter-x:10.375rem}.g-lg-166,.gy-lg-166{--bs-gutter-y:10.375rem}.g-lg-168,.gx-lg-168{--bs-gutter-x:10.5rem}.g-lg-168,.gy-lg-168{--bs-gutter-y:10.5rem}.g-lg-170,.gx-lg-170{--bs-gutter-x:10.625rem}.g-lg-170,.gy-lg-170{--bs-gutter-y:10.625rem}.g-lg-172,.gx-lg-172{--bs-gutter-x:10.75rem}.g-lg-172,.gy-lg-172{--bs-gutter-y:10.75rem}.g-lg-174,.gx-lg-174{--bs-gutter-x:10.875rem}.g-lg-174,.gy-lg-174{--bs-gutter-y:10.875rem}.g-lg-176,.gx-lg-176{--bs-gutter-x:11rem}.g-lg-176,.gy-lg-176{--bs-gutter-y:11rem}.g-lg-178,.gx-lg-178{--bs-gutter-x:11.125rem}.g-lg-178,.gy-lg-178{--bs-gutter-y:11.125rem}.g-lg-180,.gx-lg-180{--bs-gutter-x:11.25rem}.g-lg-180,.gy-lg-180{--bs-gutter-y:11.25rem}.g-lg-182,.gx-lg-182{--bs-gutter-x:11.375rem}.g-lg-182,.gy-lg-182{--bs-gutter-y:11.375rem}.g-lg-184,.gx-lg-184{--bs-gutter-x:11.5rem}.g-lg-184,.gy-lg-184{--bs-gutter-y:11.5rem}.g-lg-186,.gx-lg-186{--bs-gutter-x:11.625rem}.g-lg-186,.gy-lg-186{--bs-gutter-y:11.625rem}.g-lg-188,.gx-lg-188{--bs-gutter-x:11.75rem}.g-lg-188,.gy-lg-188{--bs-gutter-y:11.75rem}.g-lg-190,.gx-lg-190{--bs-gutter-x:11.875rem}.g-lg-190,.gy-lg-190{--bs-gutter-y:11.875rem}.g-lg-192,.gx-lg-192{--bs-gutter-x:12rem}.g-lg-192,.gy-lg-192{--bs-gutter-y:12rem}.g-lg-194,.gx-lg-194{--bs-gutter-x:12.125rem}.g-lg-194,.gy-lg-194{--bs-gutter-y:12.125rem}.g-lg-196,.gx-lg-196{--bs-gutter-x:12.25rem}.g-lg-196,.gy-lg-196{--bs-gutter-y:12.25rem}.g-lg-198,.gx-lg-198{--bs-gutter-x:12.375rem}.g-lg-198,.gy-lg-198{--bs-gutter-y:12.375rem}.g-lg-200,.gx-lg-200{--bs-gutter-x:12.5rem}.g-lg-200,.gy-lg-200{--bs-gutter-y:12.5rem}}@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-2,.gx-xl-2{--bs-gutter-x:0.125rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.125rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:0.25rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:0.25rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:0.375rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:0.375rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:0.5rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:0.5rem}.g-xl-10,.gx-xl-10{--bs-gutter-x:0.625rem}.g-xl-10,.gy-xl-10{--bs-gutter-y:0.625rem}.g-xl-12,.gx-xl-12{--bs-gutter-x:0.75rem}.g-xl-12,.gy-xl-12{--bs-gutter-y:0.75rem}.g-xl-14,.gx-xl-14{--bs-gutter-x:0.875rem}.g-xl-14,.gy-xl-14{--bs-gutter-y:0.875rem}.g-xl-16,.gx-xl-16{--bs-gutter-x:1rem}.g-xl-16,.gy-xl-16{--bs-gutter-y:1rem}.g-xl-18,.gx-xl-18{--bs-gutter-x:1.125rem}.g-xl-18,.gy-xl-18{--bs-gutter-y:1.125rem}.g-xl-20,.gx-xl-20{--bs-gutter-x:1.25rem}.g-xl-20,.gy-xl-20{--bs-gutter-y:1.25rem}.g-xl-22,.gx-xl-22{--bs-gutter-x:1.375rem}.g-xl-22,.gy-xl-22{--bs-gutter-y:1.375rem}.g-xl-24,.gx-xl-24{--bs-gutter-x:1.5rem}.g-xl-24,.gy-xl-24{--bs-gutter-y:1.5rem}.g-xl-26,.gx-xl-26{--bs-gutter-x:1.625rem}.g-xl-26,.gy-xl-26{--bs-gutter-y:1.625rem}.g-xl-28,.gx-xl-28{--bs-gutter-x:1.75rem}.g-xl-28,.gy-xl-28{--bs-gutter-y:1.75rem}.g-xl-30,.gx-xl-30{--bs-gutter-x:1.875rem}.g-xl-30,.gy-xl-30{--bs-gutter-y:1.875rem}.g-xl-32,.gx-xl-32{--bs-gutter-x:2rem}.g-xl-32,.gy-xl-32{--bs-gutter-y:2rem}.g-xl-34,.gx-xl-34{--bs-gutter-x:2.125rem}.g-xl-34,.gy-xl-34{--bs-gutter-y:2.125rem}.g-xl-36,.gx-xl-36{--bs-gutter-x:2.25rem}.g-xl-36,.gy-xl-36{--bs-gutter-y:2.25rem}.g-xl-38,.gx-xl-38{--bs-gutter-x:2.375rem}.g-xl-38,.gy-xl-38{--bs-gutter-y:2.375rem}.g-xl-40,.gx-xl-40{--bs-gutter-x:2.5rem}.g-xl-40,.gy-xl-40{--bs-gutter-y:2.5rem}.g-xl-42,.gx-xl-42{--bs-gutter-x:2.625rem}.g-xl-42,.gy-xl-42{--bs-gutter-y:2.625rem}.g-xl-44,.gx-xl-44{--bs-gutter-x:2.75rem}.g-xl-44,.gy-xl-44{--bs-gutter-y:2.75rem}.g-xl-46,.gx-xl-46{--bs-gutter-x:2.875rem}.g-xl-46,.gy-xl-46{--bs-gutter-y:2.875rem}.g-xl-48,.gx-xl-48{--bs-gutter-x:3rem}.g-xl-48,.gy-xl-48{--bs-gutter-y:3rem}.g-xl-50,.gx-xl-50{--bs-gutter-x:3.125rem}.g-xl-50,.gy-xl-50{--bs-gutter-y:3.125rem}.g-xl-52,.gx-xl-52{--bs-gutter-x:3.25rem}.g-xl-52,.gy-xl-52{--bs-gutter-y:3.25rem}.g-xl-54,.gx-xl-54{--bs-gutter-x:3.375rem}.g-xl-54,.gy-xl-54{--bs-gutter-y:3.375rem}.g-xl-56,.gx-xl-56{--bs-gutter-x:3.5rem}.g-xl-56,.gy-xl-56{--bs-gutter-y:3.5rem}.g-xl-58,.gx-xl-58{--bs-gutter-x:3.625rem}.g-xl-58,.gy-xl-58{--bs-gutter-y:3.625rem}.g-xl-60,.gx-xl-60{--bs-gutter-x:3.75rem}.g-xl-60,.gy-xl-60{--bs-gutter-y:3.75rem}.g-xl-62,.gx-xl-62{--bs-gutter-x:3.875rem}.g-xl-62,.gy-xl-62{--bs-gutter-y:3.875rem}.g-xl-64,.gx-xl-64{--bs-gutter-x:4rem}.g-xl-64,.gy-xl-64{--bs-gutter-y:4rem}.g-xl-66,.gx-xl-66{--bs-gutter-x:4.125rem}.g-xl-66,.gy-xl-66{--bs-gutter-y:4.125rem}.g-xl-68,.gx-xl-68{--bs-gutter-x:4.25rem}.g-xl-68,.gy-xl-68{--bs-gutter-y:4.25rem}.g-xl-70,.gx-xl-70{--bs-gutter-x:4.375rem}.g-xl-70,.gy-xl-70{--bs-gutter-y:4.375rem}.g-xl-72,.gx-xl-72{--bs-gutter-x:4.5rem}.g-xl-72,.gy-xl-72{--bs-gutter-y:4.5rem}.g-xl-74,.gx-xl-74{--bs-gutter-x:4.625rem}.g-xl-74,.gy-xl-74{--bs-gutter-y:4.625rem}.g-xl-76,.gx-xl-76{--bs-gutter-x:4.75rem}.g-xl-76,.gy-xl-76{--bs-gutter-y:4.75rem}.g-xl-78,.gx-xl-78{--bs-gutter-x:4.875rem}.g-xl-78,.gy-xl-78{--bs-gutter-y:4.875rem}.g-xl-80,.gx-xl-80{--bs-gutter-x:5rem}.g-xl-80,.gy-xl-80{--bs-gutter-y:5rem}.g-xl-82,.gx-xl-82{--bs-gutter-x:5.125rem}.g-xl-82,.gy-xl-82{--bs-gutter-y:5.125rem}.g-xl-84,.gx-xl-84{--bs-gutter-x:5.25rem}.g-xl-84,.gy-xl-84{--bs-gutter-y:5.25rem}.g-xl-86,.gx-xl-86{--bs-gutter-x:5.375rem}.g-xl-86,.gy-xl-86{--bs-gutter-y:5.375rem}.g-xl-88,.gx-xl-88{--bs-gutter-x:5.5rem}.g-xl-88,.gy-xl-88{--bs-gutter-y:5.5rem}.g-xl-90,.gx-xl-90{--bs-gutter-x:5.625rem}.g-xl-90,.gy-xl-90{--bs-gutter-y:5.625rem}.g-xl-92,.gx-xl-92{--bs-gutter-x:5.75rem}.g-xl-92,.gy-xl-92{--bs-gutter-y:5.75rem}.g-xl-94,.gx-xl-94{--bs-gutter-x:5.875rem}.g-xl-94,.gy-xl-94{--bs-gutter-y:5.875rem}.g-xl-96,.gx-xl-96{--bs-gutter-x:6rem}.g-xl-96,.gy-xl-96{--bs-gutter-y:6rem}.g-xl-98,.gx-xl-98{--bs-gutter-x:6.125rem}.g-xl-98,.gy-xl-98{--bs-gutter-y:6.125rem}.g-xl-100,.gx-xl-100{--bs-gutter-x:6.25rem}.g-xl-100,.gy-xl-100{--bs-gutter-y:6.25rem}.g-xl-102,.gx-xl-102{--bs-gutter-x:6.375rem}.g-xl-102,.gy-xl-102{--bs-gutter-y:6.375rem}.g-xl-104,.gx-xl-104{--bs-gutter-x:6.5rem}.g-xl-104,.gy-xl-104{--bs-gutter-y:6.5rem}.g-xl-106,.gx-xl-106{--bs-gutter-x:6.625rem}.g-xl-106,.gy-xl-106{--bs-gutter-y:6.625rem}.g-xl-108,.gx-xl-108{--bs-gutter-x:6.75rem}.g-xl-108,.gy-xl-108{--bs-gutter-y:6.75rem}.g-xl-110,.gx-xl-110{--bs-gutter-x:6.875rem}.g-xl-110,.gy-xl-110{--bs-gutter-y:6.875rem}.g-xl-112,.gx-xl-112{--bs-gutter-x:7rem}.g-xl-112,.gy-xl-112{--bs-gutter-y:7rem}.g-xl-114,.gx-xl-114{--bs-gutter-x:7.125rem}.g-xl-114,.gy-xl-114{--bs-gutter-y:7.125rem}.g-xl-116,.gx-xl-116{--bs-gutter-x:7.25rem}.g-xl-116,.gy-xl-116{--bs-gutter-y:7.25rem}.g-xl-118,.gx-xl-118{--bs-gutter-x:7.375rem}.g-xl-118,.gy-xl-118{--bs-gutter-y:7.375rem}.g-xl-120,.gx-xl-120{--bs-gutter-x:7.5rem}.g-xl-120,.gy-xl-120{--bs-gutter-y:7.5rem}.g-xl-122,.gx-xl-122{--bs-gutter-x:7.625rem}.g-xl-122,.gy-xl-122{--bs-gutter-y:7.625rem}.g-xl-124,.gx-xl-124{--bs-gutter-x:7.75rem}.g-xl-124,.gy-xl-124{--bs-gutter-y:7.75rem}.g-xl-126,.gx-xl-126{--bs-gutter-x:7.875rem}.g-xl-126,.gy-xl-126{--bs-gutter-y:7.875rem}.g-xl-128,.gx-xl-128{--bs-gutter-x:8rem}.g-xl-128,.gy-xl-128{--bs-gutter-y:8rem}.g-xl-130,.gx-xl-130{--bs-gutter-x:8.125rem}.g-xl-130,.gy-xl-130{--bs-gutter-y:8.125rem}.g-xl-132,.gx-xl-132{--bs-gutter-x:8.25rem}.g-xl-132,.gy-xl-132{--bs-gutter-y:8.25rem}.g-xl-134,.gx-xl-134{--bs-gutter-x:8.375rem}.g-xl-134,.gy-xl-134{--bs-gutter-y:8.375rem}.g-xl-136,.gx-xl-136{--bs-gutter-x:8.5rem}.g-xl-136,.gy-xl-136{--bs-gutter-y:8.5rem}.g-xl-138,.gx-xl-138{--bs-gutter-x:8.625rem}.g-xl-138,.gy-xl-138{--bs-gutter-y:8.625rem}.g-xl-140,.gx-xl-140{--bs-gutter-x:8.75rem}.g-xl-140,.gy-xl-140{--bs-gutter-y:8.75rem}.g-xl-142,.gx-xl-142{--bs-gutter-x:8.875rem}.g-xl-142,.gy-xl-142{--bs-gutter-y:8.875rem}.g-xl-144,.gx-xl-144{--bs-gutter-x:9rem}.g-xl-144,.gy-xl-144{--bs-gutter-y:9rem}.g-xl-146,.gx-xl-146{--bs-gutter-x:9.125rem}.g-xl-146,.gy-xl-146{--bs-gutter-y:9.125rem}.g-xl-148,.gx-xl-148{--bs-gutter-x:9.25rem}.g-xl-148,.gy-xl-148{--bs-gutter-y:9.25rem}.g-xl-150,.gx-xl-150{--bs-gutter-x:9.375rem}.g-xl-150,.gy-xl-150{--bs-gutter-y:9.375rem}.g-xl-152,.gx-xl-152{--bs-gutter-x:9.5rem}.g-xl-152,.gy-xl-152{--bs-gutter-y:9.5rem}.g-xl-154,.gx-xl-154{--bs-gutter-x:9.625rem}.g-xl-154,.gy-xl-154{--bs-gutter-y:9.625rem}.g-xl-156,.gx-xl-156{--bs-gutter-x:9.75rem}.g-xl-156,.gy-xl-156{--bs-gutter-y:9.75rem}.g-xl-158,.gx-xl-158{--bs-gutter-x:9.875rem}.g-xl-158,.gy-xl-158{--bs-gutter-y:9.875rem}.g-xl-160,.gx-xl-160{--bs-gutter-x:10rem}.g-xl-160,.gy-xl-160{--bs-gutter-y:10rem}.g-xl-162,.gx-xl-162{--bs-gutter-x:10.125rem}.g-xl-162,.gy-xl-162{--bs-gutter-y:10.125rem}.g-xl-164,.gx-xl-164{--bs-gutter-x:10.25rem}.g-xl-164,.gy-xl-164{--bs-gutter-y:10.25rem}.g-xl-166,.gx-xl-166{--bs-gutter-x:10.375rem}.g-xl-166,.gy-xl-166{--bs-gutter-y:10.375rem}.g-xl-168,.gx-xl-168{--bs-gutter-x:10.5rem}.g-xl-168,.gy-xl-168{--bs-gutter-y:10.5rem}.g-xl-170,.gx-xl-170{--bs-gutter-x:10.625rem}.g-xl-170,.gy-xl-170{--bs-gutter-y:10.625rem}.g-xl-172,.gx-xl-172{--bs-gutter-x:10.75rem}.g-xl-172,.gy-xl-172{--bs-gutter-y:10.75rem}.g-xl-174,.gx-xl-174{--bs-gutter-x:10.875rem}.g-xl-174,.gy-xl-174{--bs-gutter-y:10.875rem}.g-xl-176,.gx-xl-176{--bs-gutter-x:11rem}.g-xl-176,.gy-xl-176{--bs-gutter-y:11rem}.g-xl-178,.gx-xl-178{--bs-gutter-x:11.125rem}.g-xl-178,.gy-xl-178{--bs-gutter-y:11.125rem}.g-xl-180,.gx-xl-180{--bs-gutter-x:11.25rem}.g-xl-180,.gy-xl-180{--bs-gutter-y:11.25rem}.g-xl-182,.gx-xl-182{--bs-gutter-x:11.375rem}.g-xl-182,.gy-xl-182{--bs-gutter-y:11.375rem}.g-xl-184,.gx-xl-184{--bs-gutter-x:11.5rem}.g-xl-184,.gy-xl-184{--bs-gutter-y:11.5rem}.g-xl-186,.gx-xl-186{--bs-gutter-x:11.625rem}.g-xl-186,.gy-xl-186{--bs-gutter-y:11.625rem}.g-xl-188,.gx-xl-188{--bs-gutter-x:11.75rem}.g-xl-188,.gy-xl-188{--bs-gutter-y:11.75rem}.g-xl-190,.gx-xl-190{--bs-gutter-x:11.875rem}.g-xl-190,.gy-xl-190{--bs-gutter-y:11.875rem}.g-xl-192,.gx-xl-192{--bs-gutter-x:12rem}.g-xl-192,.gy-xl-192{--bs-gutter-y:12rem}.g-xl-194,.gx-xl-194{--bs-gutter-x:12.125rem}.g-xl-194,.gy-xl-194{--bs-gutter-y:12.125rem}.g-xl-196,.gx-xl-196{--bs-gutter-x:12.25rem}.g-xl-196,.gy-xl-196{--bs-gutter-y:12.25rem}.g-xl-198,.gx-xl-198{--bs-gutter-x:12.375rem}.g-xl-198,.gy-xl-198{--bs-gutter-y:12.375rem}.g-xl-200,.gx-xl-200{--bs-gutter-x:12.5rem}.g-xl-200,.gy-xl-200{--bs-gutter-y:12.5rem}}@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-2,.gx-xxl-2{--bs-gutter-x:0.125rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.125rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:0.25rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:0.25rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:0.375rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:0.375rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:0.5rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:0.5rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:0.625rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:0.625rem}.g-xxl-12,.gx-xxl-12{--bs-gutter-x:0.75rem}.g-xxl-12,.gy-xxl-12{--bs-gutter-y:0.75rem}.g-xxl-14,.gx-xxl-14{--bs-gutter-x:0.875rem}.g-xxl-14,.gy-xxl-14{--bs-gutter-y:0.875rem}.g-xxl-16,.gx-xxl-16{--bs-gutter-x:1rem}.g-xxl-16,.gy-xxl-16{--bs-gutter-y:1rem}.g-xxl-18,.gx-xxl-18{--bs-gutter-x:1.125rem}.g-xxl-18,.gy-xxl-18{--bs-gutter-y:1.125rem}.g-xxl-20,.gx-xxl-20{--bs-gutter-x:1.25rem}.g-xxl-20,.gy-xxl-20{--bs-gutter-y:1.25rem}.g-xxl-22,.gx-xxl-22{--bs-gutter-x:1.375rem}.g-xxl-22,.gy-xxl-22{--bs-gutter-y:1.375rem}.g-xxl-24,.gx-xxl-24{--bs-gutter-x:1.5rem}.g-xxl-24,.gy-xxl-24{--bs-gutter-y:1.5rem}.g-xxl-26,.gx-xxl-26{--bs-gutter-x:1.625rem}.g-xxl-26,.gy-xxl-26{--bs-gutter-y:1.625rem}.g-xxl-28,.gx-xxl-28{--bs-gutter-x:1.75rem}.g-xxl-28,.gy-xxl-28{--bs-gutter-y:1.75rem}.g-xxl-30,.gx-xxl-30{--bs-gutter-x:1.875rem}.g-xxl-30,.gy-xxl-30{--bs-gutter-y:1.875rem}.g-xxl-32,.gx-xxl-32{--bs-gutter-x:2rem}.g-xxl-32,.gy-xxl-32{--bs-gutter-y:2rem}.g-xxl-34,.gx-xxl-34{--bs-gutter-x:2.125rem}.g-xxl-34,.gy-xxl-34{--bs-gutter-y:2.125rem}.g-xxl-36,.gx-xxl-36{--bs-gutter-x:2.25rem}.g-xxl-36,.gy-xxl-36{--bs-gutter-y:2.25rem}.g-xxl-38,.gx-xxl-38{--bs-gutter-x:2.375rem}.g-xxl-38,.gy-xxl-38{--bs-gutter-y:2.375rem}.g-xxl-40,.gx-xxl-40{--bs-gutter-x:2.5rem}.g-xxl-40,.gy-xxl-40{--bs-gutter-y:2.5rem}.g-xxl-42,.gx-xxl-42{--bs-gutter-x:2.625rem}.g-xxl-42,.gy-xxl-42{--bs-gutter-y:2.625rem}.g-xxl-44,.gx-xxl-44{--bs-gutter-x:2.75rem}.g-xxl-44,.gy-xxl-44{--bs-gutter-y:2.75rem}.g-xxl-46,.gx-xxl-46{--bs-gutter-x:2.875rem}.g-xxl-46,.gy-xxl-46{--bs-gutter-y:2.875rem}.g-xxl-48,.gx-xxl-48{--bs-gutter-x:3rem}.g-xxl-48,.gy-xxl-48{--bs-gutter-y:3rem}.g-xxl-50,.gx-xxl-50{--bs-gutter-x:3.125rem}.g-xxl-50,.gy-xxl-50{--bs-gutter-y:3.125rem}.g-xxl-52,.gx-xxl-52{--bs-gutter-x:3.25rem}.g-xxl-52,.gy-xxl-52{--bs-gutter-y:3.25rem}.g-xxl-54,.gx-xxl-54{--bs-gutter-x:3.375rem}.g-xxl-54,.gy-xxl-54{--bs-gutter-y:3.375rem}.g-xxl-56,.gx-xxl-56{--bs-gutter-x:3.5rem}.g-xxl-56,.gy-xxl-56{--bs-gutter-y:3.5rem}.g-xxl-58,.gx-xxl-58{--bs-gutter-x:3.625rem}.g-xxl-58,.gy-xxl-58{--bs-gutter-y:3.625rem}.g-xxl-60,.gx-xxl-60{--bs-gutter-x:3.75rem}.g-xxl-60,.gy-xxl-60{--bs-gutter-y:3.75rem}.g-xxl-62,.gx-xxl-62{--bs-gutter-x:3.875rem}.g-xxl-62,.gy-xxl-62{--bs-gutter-y:3.875rem}.g-xxl-64,.gx-xxl-64{--bs-gutter-x:4rem}.g-xxl-64,.gy-xxl-64{--bs-gutter-y:4rem}.g-xxl-66,.gx-xxl-66{--bs-gutter-x:4.125rem}.g-xxl-66,.gy-xxl-66{--bs-gutter-y:4.125rem}.g-xxl-68,.gx-xxl-68{--bs-gutter-x:4.25rem}.g-xxl-68,.gy-xxl-68{--bs-gutter-y:4.25rem}.g-xxl-70,.gx-xxl-70{--bs-gutter-x:4.375rem}.g-xxl-70,.gy-xxl-70{--bs-gutter-y:4.375rem}.g-xxl-72,.gx-xxl-72{--bs-gutter-x:4.5rem}.g-xxl-72,.gy-xxl-72{--bs-gutter-y:4.5rem}.g-xxl-74,.gx-xxl-74{--bs-gutter-x:4.625rem}.g-xxl-74,.gy-xxl-74{--bs-gutter-y:4.625rem}.g-xxl-76,.gx-xxl-76{--bs-gutter-x:4.75rem}.g-xxl-76,.gy-xxl-76{--bs-gutter-y:4.75rem}.g-xxl-78,.gx-xxl-78{--bs-gutter-x:4.875rem}.g-xxl-78,.gy-xxl-78{--bs-gutter-y:4.875rem}.g-xxl-80,.gx-xxl-80{--bs-gutter-x:5rem}.g-xxl-80,.gy-xxl-80{--bs-gutter-y:5rem}.g-xxl-82,.gx-xxl-82{--bs-gutter-x:5.125rem}.g-xxl-82,.gy-xxl-82{--bs-gutter-y:5.125rem}.g-xxl-84,.gx-xxl-84{--bs-gutter-x:5.25rem}.g-xxl-84,.gy-xxl-84{--bs-gutter-y:5.25rem}.g-xxl-86,.gx-xxl-86{--bs-gutter-x:5.375rem}.g-xxl-86,.gy-xxl-86{--bs-gutter-y:5.375rem}.g-xxl-88,.gx-xxl-88{--bs-gutter-x:5.5rem}.g-xxl-88,.gy-xxl-88{--bs-gutter-y:5.5rem}.g-xxl-90,.gx-xxl-90{--bs-gutter-x:5.625rem}.g-xxl-90,.gy-xxl-90{--bs-gutter-y:5.625rem}.g-xxl-92,.gx-xxl-92{--bs-gutter-x:5.75rem}.g-xxl-92,.gy-xxl-92{--bs-gutter-y:5.75rem}.g-xxl-94,.gx-xxl-94{--bs-gutter-x:5.875rem}.g-xxl-94,.gy-xxl-94{--bs-gutter-y:5.875rem}.g-xxl-96,.gx-xxl-96{--bs-gutter-x:6rem}.g-xxl-96,.gy-xxl-96{--bs-gutter-y:6rem}.g-xxl-98,.gx-xxl-98{--bs-gutter-x:6.125rem}.g-xxl-98,.gy-xxl-98{--bs-gutter-y:6.125rem}.g-xxl-100,.gx-xxl-100{--bs-gutter-x:6.25rem}.g-xxl-100,.gy-xxl-100{--bs-gutter-y:6.25rem}.g-xxl-102,.gx-xxl-102{--bs-gutter-x:6.375rem}.g-xxl-102,.gy-xxl-102{--bs-gutter-y:6.375rem}.g-xxl-104,.gx-xxl-104{--bs-gutter-x:6.5rem}.g-xxl-104,.gy-xxl-104{--bs-gutter-y:6.5rem}.g-xxl-106,.gx-xxl-106{--bs-gutter-x:6.625rem}.g-xxl-106,.gy-xxl-106{--bs-gutter-y:6.625rem}.g-xxl-108,.gx-xxl-108{--bs-gutter-x:6.75rem}.g-xxl-108,.gy-xxl-108{--bs-gutter-y:6.75rem}.g-xxl-110,.gx-xxl-110{--bs-gutter-x:6.875rem}.g-xxl-110,.gy-xxl-110{--bs-gutter-y:6.875rem}.g-xxl-112,.gx-xxl-112{--bs-gutter-x:7rem}.g-xxl-112,.gy-xxl-112{--bs-gutter-y:7rem}.g-xxl-114,.gx-xxl-114{--bs-gutter-x:7.125rem}.g-xxl-114,.gy-xxl-114{--bs-gutter-y:7.125rem}.g-xxl-116,.gx-xxl-116{--bs-gutter-x:7.25rem}.g-xxl-116,.gy-xxl-116{--bs-gutter-y:7.25rem}.g-xxl-118,.gx-xxl-118{--bs-gutter-x:7.375rem}.g-xxl-118,.gy-xxl-118{--bs-gutter-y:7.375rem}.g-xxl-120,.gx-xxl-120{--bs-gutter-x:7.5rem}.g-xxl-120,.gy-xxl-120{--bs-gutter-y:7.5rem}.g-xxl-122,.gx-xxl-122{--bs-gutter-x:7.625rem}.g-xxl-122,.gy-xxl-122{--bs-gutter-y:7.625rem}.g-xxl-124,.gx-xxl-124{--bs-gutter-x:7.75rem}.g-xxl-124,.gy-xxl-124{--bs-gutter-y:7.75rem}.g-xxl-126,.gx-xxl-126{--bs-gutter-x:7.875rem}.g-xxl-126,.gy-xxl-126{--bs-gutter-y:7.875rem}.g-xxl-128,.gx-xxl-128{--bs-gutter-x:8rem}.g-xxl-128,.gy-xxl-128{--bs-gutter-y:8rem}.g-xxl-130,.gx-xxl-130{--bs-gutter-x:8.125rem}.g-xxl-130,.gy-xxl-130{--bs-gutter-y:8.125rem}.g-xxl-132,.gx-xxl-132{--bs-gutter-x:8.25rem}.g-xxl-132,.gy-xxl-132{--bs-gutter-y:8.25rem}.g-xxl-134,.gx-xxl-134{--bs-gutter-x:8.375rem}.g-xxl-134,.gy-xxl-134{--bs-gutter-y:8.375rem}.g-xxl-136,.gx-xxl-136{--bs-gutter-x:8.5rem}.g-xxl-136,.gy-xxl-136{--bs-gutter-y:8.5rem}.g-xxl-138,.gx-xxl-138{--bs-gutter-x:8.625rem}.g-xxl-138,.gy-xxl-138{--bs-gutter-y:8.625rem}.g-xxl-140,.gx-xxl-140{--bs-gutter-x:8.75rem}.g-xxl-140,.gy-xxl-140{--bs-gutter-y:8.75rem}.g-xxl-142,.gx-xxl-142{--bs-gutter-x:8.875rem}.g-xxl-142,.gy-xxl-142{--bs-gutter-y:8.875rem}.g-xxl-144,.gx-xxl-144{--bs-gutter-x:9rem}.g-xxl-144,.gy-xxl-144{--bs-gutter-y:9rem}.g-xxl-146,.gx-xxl-146{--bs-gutter-x:9.125rem}.g-xxl-146,.gy-xxl-146{--bs-gutter-y:9.125rem}.g-xxl-148,.gx-xxl-148{--bs-gutter-x:9.25rem}.g-xxl-148,.gy-xxl-148{--bs-gutter-y:9.25rem}.g-xxl-150,.gx-xxl-150{--bs-gutter-x:9.375rem}.g-xxl-150,.gy-xxl-150{--bs-gutter-y:9.375rem}.g-xxl-152,.gx-xxl-152{--bs-gutter-x:9.5rem}.g-xxl-152,.gy-xxl-152{--bs-gutter-y:9.5rem}.g-xxl-154,.gx-xxl-154{--bs-gutter-x:9.625rem}.g-xxl-154,.gy-xxl-154{--bs-gutter-y:9.625rem}.g-xxl-156,.gx-xxl-156{--bs-gutter-x:9.75rem}.g-xxl-156,.gy-xxl-156{--bs-gutter-y:9.75rem}.g-xxl-158,.gx-xxl-158{--bs-gutter-x:9.875rem}.g-xxl-158,.gy-xxl-158{--bs-gutter-y:9.875rem}.g-xxl-160,.gx-xxl-160{--bs-gutter-x:10rem}.g-xxl-160,.gy-xxl-160{--bs-gutter-y:10rem}.g-xxl-162,.gx-xxl-162{--bs-gutter-x:10.125rem}.g-xxl-162,.gy-xxl-162{--bs-gutter-y:10.125rem}.g-xxl-164,.gx-xxl-164{--bs-gutter-x:10.25rem}.g-xxl-164,.gy-xxl-164{--bs-gutter-y:10.25rem}.g-xxl-166,.gx-xxl-166{--bs-gutter-x:10.375rem}.g-xxl-166,.gy-xxl-166{--bs-gutter-y:10.375rem}.g-xxl-168,.gx-xxl-168{--bs-gutter-x:10.5rem}.g-xxl-168,.gy-xxl-168{--bs-gutter-y:10.5rem}.g-xxl-170,.gx-xxl-170{--bs-gutter-x:10.625rem}.g-xxl-170,.gy-xxl-170{--bs-gutter-y:10.625rem}.g-xxl-172,.gx-xxl-172{--bs-gutter-x:10.75rem}.g-xxl-172,.gy-xxl-172{--bs-gutter-y:10.75rem}.g-xxl-174,.gx-xxl-174{--bs-gutter-x:10.875rem}.g-xxl-174,.gy-xxl-174{--bs-gutter-y:10.875rem}.g-xxl-176,.gx-xxl-176{--bs-gutter-x:11rem}.g-xxl-176,.gy-xxl-176{--bs-gutter-y:11rem}.g-xxl-178,.gx-xxl-178{--bs-gutter-x:11.125rem}.g-xxl-178,.gy-xxl-178{--bs-gutter-y:11.125rem}.g-xxl-180,.gx-xxl-180{--bs-gutter-x:11.25rem}.g-xxl-180,.gy-xxl-180{--bs-gutter-y:11.25rem}.g-xxl-182,.gx-xxl-182{--bs-gutter-x:11.375rem}.g-xxl-182,.gy-xxl-182{--bs-gutter-y:11.375rem}.g-xxl-184,.gx-xxl-184{--bs-gutter-x:11.5rem}.g-xxl-184,.gy-xxl-184{--bs-gutter-y:11.5rem}.g-xxl-186,.gx-xxl-186{--bs-gutter-x:11.625rem}.g-xxl-186,.gy-xxl-186{--bs-gutter-y:11.625rem}.g-xxl-188,.gx-xxl-188{--bs-gutter-x:11.75rem}.g-xxl-188,.gy-xxl-188{--bs-gutter-y:11.75rem}.g-xxl-190,.gx-xxl-190{--bs-gutter-x:11.875rem}.g-xxl-190,.gy-xxl-190{--bs-gutter-y:11.875rem}.g-xxl-192,.gx-xxl-192{--bs-gutter-x:12rem}.g-xxl-192,.gy-xxl-192{--bs-gutter-y:12rem}.g-xxl-194,.gx-xxl-194{--bs-gutter-x:12.125rem}.g-xxl-194,.gy-xxl-194{--bs-gutter-y:12.125rem}.g-xxl-196,.gx-xxl-196{--bs-gutter-x:12.25rem}.g-xxl-196,.gy-xxl-196{--bs-gutter-y:12.25rem}.g-xxl-198,.gx-xxl-198{--bs-gutter-x:12.375rem}.g-xxl-198,.gy-xxl-198{--bs-gutter-y:12.375rem}.g-xxl-200,.gx-xxl-200{--bs-gutter-x:12.5rem}.g-xxl-200,.gy-xxl-200{--bs-gutter-y:12.5rem}}@media (min-width:1700px){.col-xxxl{flex:1 0 0%}.row-cols-xxxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxxl-auto{flex:0 0 auto;width:auto}.col-xxxl-1{flex:0 0 auto;width:8.33333333%}.col-xxxl-2{flex:0 0 auto;width:16.66666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.33333333%}.col-xxxl-5{flex:0 0 auto;width:41.66666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.33333333%}.col-xxxl-8{flex:0 0 auto;width:66.66666667%}.col-xxxl-9{flex:0 0 auto;width:75%}.col-xxxl-10{flex:0 0 auto;width:83.33333333%}.col-xxxl-11{flex:0 0 auto;width:91.66666667%}.col-xxxl-12{flex:0 0 auto;width:100%}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.33333333%}.offset-xxxl-2{margin-left:16.66666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.33333333%}.offset-xxxl-5{margin-left:41.66666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.33333333%}.offset-xxxl-8{margin-left:66.66666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.33333333%}.offset-xxxl-11{margin-left:91.66666667%}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x:0}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y:0}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x:0.125rem}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y:0.125rem}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x:0.25rem}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y:0.25rem}.g-xxxl-6,.gx-xxxl-6{--bs-gutter-x:0.375rem}.g-xxxl-6,.gy-xxxl-6{--bs-gutter-y:0.375rem}.g-xxxl-8,.gx-xxxl-8{--bs-gutter-x:0.5rem}.g-xxxl-8,.gy-xxxl-8{--bs-gutter-y:0.5rem}.g-xxxl-10,.gx-xxxl-10{--bs-gutter-x:0.625rem}.g-xxxl-10,.gy-xxxl-10{--bs-gutter-y:0.625rem}.g-xxxl-12,.gx-xxxl-12{--bs-gutter-x:0.75rem}.g-xxxl-12,.gy-xxxl-12{--bs-gutter-y:0.75rem}.g-xxxl-14,.gx-xxxl-14{--bs-gutter-x:0.875rem}.g-xxxl-14,.gy-xxxl-14{--bs-gutter-y:0.875rem}.g-xxxl-16,.gx-xxxl-16{--bs-gutter-x:1rem}.g-xxxl-16,.gy-xxxl-16{--bs-gutter-y:1rem}.g-xxxl-18,.gx-xxxl-18{--bs-gutter-x:1.125rem}.g-xxxl-18,.gy-xxxl-18{--bs-gutter-y:1.125rem}.g-xxxl-20,.gx-xxxl-20{--bs-gutter-x:1.25rem}.g-xxxl-20,.gy-xxxl-20{--bs-gutter-y:1.25rem}.g-xxxl-22,.gx-xxxl-22{--bs-gutter-x:1.375rem}.g-xxxl-22,.gy-xxxl-22{--bs-gutter-y:1.375rem}.g-xxxl-24,.gx-xxxl-24{--bs-gutter-x:1.5rem}.g-xxxl-24,.gy-xxxl-24{--bs-gutter-y:1.5rem}.g-xxxl-26,.gx-xxxl-26{--bs-gutter-x:1.625rem}.g-xxxl-26,.gy-xxxl-26{--bs-gutter-y:1.625rem}.g-xxxl-28,.gx-xxxl-28{--bs-gutter-x:1.75rem}.g-xxxl-28,.gy-xxxl-28{--bs-gutter-y:1.75rem}.g-xxxl-30,.gx-xxxl-30{--bs-gutter-x:1.875rem}.g-xxxl-30,.gy-xxxl-30{--bs-gutter-y:1.875rem}.g-xxxl-32,.gx-xxxl-32{--bs-gutter-x:2rem}.g-xxxl-32,.gy-xxxl-32{--bs-gutter-y:2rem}.g-xxxl-34,.gx-xxxl-34{--bs-gutter-x:2.125rem}.g-xxxl-34,.gy-xxxl-34{--bs-gutter-y:2.125rem}.g-xxxl-36,.gx-xxxl-36{--bs-gutter-x:2.25rem}.g-xxxl-36,.gy-xxxl-36{--bs-gutter-y:2.25rem}.g-xxxl-38,.gx-xxxl-38{--bs-gutter-x:2.375rem}.g-xxxl-38,.gy-xxxl-38{--bs-gutter-y:2.375rem}.g-xxxl-40,.gx-xxxl-40{--bs-gutter-x:2.5rem}.g-xxxl-40,.gy-xxxl-40{--bs-gutter-y:2.5rem}.g-xxxl-42,.gx-xxxl-42{--bs-gutter-x:2.625rem}.g-xxxl-42,.gy-xxxl-42{--bs-gutter-y:2.625rem}.g-xxxl-44,.gx-xxxl-44{--bs-gutter-x:2.75rem}.g-xxxl-44,.gy-xxxl-44{--bs-gutter-y:2.75rem}.g-xxxl-46,.gx-xxxl-46{--bs-gutter-x:2.875rem}.g-xxxl-46,.gy-xxxl-46{--bs-gutter-y:2.875rem}.g-xxxl-48,.gx-xxxl-48{--bs-gutter-x:3rem}.g-xxxl-48,.gy-xxxl-48{--bs-gutter-y:3rem}.g-xxxl-50,.gx-xxxl-50{--bs-gutter-x:3.125rem}.g-xxxl-50,.gy-xxxl-50{--bs-gutter-y:3.125rem}.g-xxxl-52,.gx-xxxl-52{--bs-gutter-x:3.25rem}.g-xxxl-52,.gy-xxxl-52{--bs-gutter-y:3.25rem}.g-xxxl-54,.gx-xxxl-54{--bs-gutter-x:3.375rem}.g-xxxl-54,.gy-xxxl-54{--bs-gutter-y:3.375rem}.g-xxxl-56,.gx-xxxl-56{--bs-gutter-x:3.5rem}.g-xxxl-56,.gy-xxxl-56{--bs-gutter-y:3.5rem}.g-xxxl-58,.gx-xxxl-58{--bs-gutter-x:3.625rem}.g-xxxl-58,.gy-xxxl-58{--bs-gutter-y:3.625rem}.g-xxxl-60,.gx-xxxl-60{--bs-gutter-x:3.75rem}.g-xxxl-60,.gy-xxxl-60{--bs-gutter-y:3.75rem}.g-xxxl-62,.gx-xxxl-62{--bs-gutter-x:3.875rem}.g-xxxl-62,.gy-xxxl-62{--bs-gutter-y:3.875rem}.g-xxxl-64,.gx-xxxl-64{--bs-gutter-x:4rem}.g-xxxl-64,.gy-xxxl-64{--bs-gutter-y:4rem}.g-xxxl-66,.gx-xxxl-66{--bs-gutter-x:4.125rem}.g-xxxl-66,.gy-xxxl-66{--bs-gutter-y:4.125rem}.g-xxxl-68,.gx-xxxl-68{--bs-gutter-x:4.25rem}.g-xxxl-68,.gy-xxxl-68{--bs-gutter-y:4.25rem}.g-xxxl-70,.gx-xxxl-70{--bs-gutter-x:4.375rem}.g-xxxl-70,.gy-xxxl-70{--bs-gutter-y:4.375rem}.g-xxxl-72,.gx-xxxl-72{--bs-gutter-x:4.5rem}.g-xxxl-72,.gy-xxxl-72{--bs-gutter-y:4.5rem}.g-xxxl-74,.gx-xxxl-74{--bs-gutter-x:4.625rem}.g-xxxl-74,.gy-xxxl-74{--bs-gutter-y:4.625rem}.g-xxxl-76,.gx-xxxl-76{--bs-gutter-x:4.75rem}.g-xxxl-76,.gy-xxxl-76{--bs-gutter-y:4.75rem}.g-xxxl-78,.gx-xxxl-78{--bs-gutter-x:4.875rem}.g-xxxl-78,.gy-xxxl-78{--bs-gutter-y:4.875rem}.g-xxxl-80,.gx-xxxl-80{--bs-gutter-x:5rem}.g-xxxl-80,.gy-xxxl-80{--bs-gutter-y:5rem}.g-xxxl-82,.gx-xxxl-82{--bs-gutter-x:5.125rem}.g-xxxl-82,.gy-xxxl-82{--bs-gutter-y:5.125rem}.g-xxxl-84,.gx-xxxl-84{--bs-gutter-x:5.25rem}.g-xxxl-84,.gy-xxxl-84{--bs-gutter-y:5.25rem}.g-xxxl-86,.gx-xxxl-86{--bs-gutter-x:5.375rem}.g-xxxl-86,.gy-xxxl-86{--bs-gutter-y:5.375rem}.g-xxxl-88,.gx-xxxl-88{--bs-gutter-x:5.5rem}.g-xxxl-88,.gy-xxxl-88{--bs-gutter-y:5.5rem}.g-xxxl-90,.gx-xxxl-90{--bs-gutter-x:5.625rem}.g-xxxl-90,.gy-xxxl-90{--bs-gutter-y:5.625rem}.g-xxxl-92,.gx-xxxl-92{--bs-gutter-x:5.75rem}.g-xxxl-92,.gy-xxxl-92{--bs-gutter-y:5.75rem}.g-xxxl-94,.gx-xxxl-94{--bs-gutter-x:5.875rem}.g-xxxl-94,.gy-xxxl-94{--bs-gutter-y:5.875rem}.g-xxxl-96,.gx-xxxl-96{--bs-gutter-x:6rem}.g-xxxl-96,.gy-xxxl-96{--bs-gutter-y:6rem}.g-xxxl-98,.gx-xxxl-98{--bs-gutter-x:6.125rem}.g-xxxl-98,.gy-xxxl-98{--bs-gutter-y:6.125rem}.g-xxxl-100,.gx-xxxl-100{--bs-gutter-x:6.25rem}.g-xxxl-100,.gy-xxxl-100{--bs-gutter-y:6.25rem}.g-xxxl-102,.gx-xxxl-102{--bs-gutter-x:6.375rem}.g-xxxl-102,.gy-xxxl-102{--bs-gutter-y:6.375rem}.g-xxxl-104,.gx-xxxl-104{--bs-gutter-x:6.5rem}.g-xxxl-104,.gy-xxxl-104{--bs-gutter-y:6.5rem}.g-xxxl-106,.gx-xxxl-106{--bs-gutter-x:6.625rem}.g-xxxl-106,.gy-xxxl-106{--bs-gutter-y:6.625rem}.g-xxxl-108,.gx-xxxl-108{--bs-gutter-x:6.75rem}.g-xxxl-108,.gy-xxxl-108{--bs-gutter-y:6.75rem}.g-xxxl-110,.gx-xxxl-110{--bs-gutter-x:6.875rem}.g-xxxl-110,.gy-xxxl-110{--bs-gutter-y:6.875rem}.g-xxxl-112,.gx-xxxl-112{--bs-gutter-x:7rem}.g-xxxl-112,.gy-xxxl-112{--bs-gutter-y:7rem}.g-xxxl-114,.gx-xxxl-114{--bs-gutter-x:7.125rem}.g-xxxl-114,.gy-xxxl-114{--bs-gutter-y:7.125rem}.g-xxxl-116,.gx-xxxl-116{--bs-gutter-x:7.25rem}.g-xxxl-116,.gy-xxxl-116{--bs-gutter-y:7.25rem}.g-xxxl-118,.gx-xxxl-118{--bs-gutter-x:7.375rem}.g-xxxl-118,.gy-xxxl-118{--bs-gutter-y:7.375rem}.g-xxxl-120,.gx-xxxl-120{--bs-gutter-x:7.5rem}.g-xxxl-120,.gy-xxxl-120{--bs-gutter-y:7.5rem}.g-xxxl-122,.gx-xxxl-122{--bs-gutter-x:7.625rem}.g-xxxl-122,.gy-xxxl-122{--bs-gutter-y:7.625rem}.g-xxxl-124,.gx-xxxl-124{--bs-gutter-x:7.75rem}.g-xxxl-124,.gy-xxxl-124{--bs-gutter-y:7.75rem}.g-xxxl-126,.gx-xxxl-126{--bs-gutter-x:7.875rem}.g-xxxl-126,.gy-xxxl-126{--bs-gutter-y:7.875rem}.g-xxxl-128,.gx-xxxl-128{--bs-gutter-x:8rem}.g-xxxl-128,.gy-xxxl-128{--bs-gutter-y:8rem}.g-xxxl-130,.gx-xxxl-130{--bs-gutter-x:8.125rem}.g-xxxl-130,.gy-xxxl-130{--bs-gutter-y:8.125rem}.g-xxxl-132,.gx-xxxl-132{--bs-gutter-x:8.25rem}.g-xxxl-132,.gy-xxxl-132{--bs-gutter-y:8.25rem}.g-xxxl-134,.gx-xxxl-134{--bs-gutter-x:8.375rem}.g-xxxl-134,.gy-xxxl-134{--bs-gutter-y:8.375rem}.g-xxxl-136,.gx-xxxl-136{--bs-gutter-x:8.5rem}.g-xxxl-136,.gy-xxxl-136{--bs-gutter-y:8.5rem}.g-xxxl-138,.gx-xxxl-138{--bs-gutter-x:8.625rem}.g-xxxl-138,.gy-xxxl-138{--bs-gutter-y:8.625rem}.g-xxxl-140,.gx-xxxl-140{--bs-gutter-x:8.75rem}.g-xxxl-140,.gy-xxxl-140{--bs-gutter-y:8.75rem}.g-xxxl-142,.gx-xxxl-142{--bs-gutter-x:8.875rem}.g-xxxl-142,.gy-xxxl-142{--bs-gutter-y:8.875rem}.g-xxxl-144,.gx-xxxl-144{--bs-gutter-x:9rem}.g-xxxl-144,.gy-xxxl-144{--bs-gutter-y:9rem}.g-xxxl-146,.gx-xxxl-146{--bs-gutter-x:9.125rem}.g-xxxl-146,.gy-xxxl-146{--bs-gutter-y:9.125rem}.g-xxxl-148,.gx-xxxl-148{--bs-gutter-x:9.25rem}.g-xxxl-148,.gy-xxxl-148{--bs-gutter-y:9.25rem}.g-xxxl-150,.gx-xxxl-150{--bs-gutter-x:9.375rem}.g-xxxl-150,.gy-xxxl-150{--bs-gutter-y:9.375rem}.g-xxxl-152,.gx-xxxl-152{--bs-gutter-x:9.5rem}.g-xxxl-152,.gy-xxxl-152{--bs-gutter-y:9.5rem}.g-xxxl-154,.gx-xxxl-154{--bs-gutter-x:9.625rem}.g-xxxl-154,.gy-xxxl-154{--bs-gutter-y:9.625rem}.g-xxxl-156,.gx-xxxl-156{--bs-gutter-x:9.75rem}.g-xxxl-156,.gy-xxxl-156{--bs-gutter-y:9.75rem}.g-xxxl-158,.gx-xxxl-158{--bs-gutter-x:9.875rem}.g-xxxl-158,.gy-xxxl-158{--bs-gutter-y:9.875rem}.g-xxxl-160,.gx-xxxl-160{--bs-gutter-x:10rem}.g-xxxl-160,.gy-xxxl-160{--bs-gutter-y:10rem}.g-xxxl-162,.gx-xxxl-162{--bs-gutter-x:10.125rem}.g-xxxl-162,.gy-xxxl-162{--bs-gutter-y:10.125rem}.g-xxxl-164,.gx-xxxl-164{--bs-gutter-x:10.25rem}.g-xxxl-164,.gy-xxxl-164{--bs-gutter-y:10.25rem}.g-xxxl-166,.gx-xxxl-166{--bs-gutter-x:10.375rem}.g-xxxl-166,.gy-xxxl-166{--bs-gutter-y:10.375rem}.g-xxxl-168,.gx-xxxl-168{--bs-gutter-x:10.5rem}.g-xxxl-168,.gy-xxxl-168{--bs-gutter-y:10.5rem}.g-xxxl-170,.gx-xxxl-170{--bs-gutter-x:10.625rem}.g-xxxl-170,.gy-xxxl-170{--bs-gutter-y:10.625rem}.g-xxxl-172,.gx-xxxl-172{--bs-gutter-x:10.75rem}.g-xxxl-172,.gy-xxxl-172{--bs-gutter-y:10.75rem}.g-xxxl-174,.gx-xxxl-174{--bs-gutter-x:10.875rem}.g-xxxl-174,.gy-xxxl-174{--bs-gutter-y:10.875rem}.g-xxxl-176,.gx-xxxl-176{--bs-gutter-x:11rem}.g-xxxl-176,.gy-xxxl-176{--bs-gutter-y:11rem}.g-xxxl-178,.gx-xxxl-178{--bs-gutter-x:11.125rem}.g-xxxl-178,.gy-xxxl-178{--bs-gutter-y:11.125rem}.g-xxxl-180,.gx-xxxl-180{--bs-gutter-x:11.25rem}.g-xxxl-180,.gy-xxxl-180{--bs-gutter-y:11.25rem}.g-xxxl-182,.gx-xxxl-182{--bs-gutter-x:11.375rem}.g-xxxl-182,.gy-xxxl-182{--bs-gutter-y:11.375rem}.g-xxxl-184,.gx-xxxl-184{--bs-gutter-x:11.5rem}.g-xxxl-184,.gy-xxxl-184{--bs-gutter-y:11.5rem}.g-xxxl-186,.gx-xxxl-186{--bs-gutter-x:11.625rem}.g-xxxl-186,.gy-xxxl-186{--bs-gutter-y:11.625rem}.g-xxxl-188,.gx-xxxl-188{--bs-gutter-x:11.75rem}.g-xxxl-188,.gy-xxxl-188{--bs-gutter-y:11.75rem}.g-xxxl-190,.gx-xxxl-190{--bs-gutter-x:11.875rem}.g-xxxl-190,.gy-xxxl-190{--bs-gutter-y:11.875rem}.g-xxxl-192,.gx-xxxl-192{--bs-gutter-x:12rem}.g-xxxl-192,.gy-xxxl-192{--bs-gutter-y:12rem}.g-xxxl-194,.gx-xxxl-194{--bs-gutter-x:12.125rem}.g-xxxl-194,.gy-xxxl-194{--bs-gutter-y:12.125rem}.g-xxxl-196,.gx-xxxl-196{--bs-gutter-x:12.25rem}.g-xxxl-196,.gy-xxxl-196{--bs-gutter-y:12.25rem}.g-xxxl-198,.gx-xxxl-198{--bs-gutter-x:12.375rem}.g-xxxl-198,.gy-xxxl-198{--bs-gutter-y:12.375rem}.g-xxxl-200,.gx-xxxl-200{--bs-gutter-x:12.5rem}.g-xxxl-200,.gy-xxxl-200{--bs-gutter-y:12.5rem}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,.075);border-color:var(--bs-table-border-color);color:var(--bs-table-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.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-columns>:not(caption)>tr>:nth-child(2n),.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-color:#000;--bs-table-bg:#dcd3e6;--bs-table-border-color:#c6becf;--bs-table-striped-bg:#d1c8db;--bs-table-striped-color:#000;--bs-table-active-bg:#c6becf;--bs-table-active-color:#000;--bs-table-hover-bg:#ccc3d5;--bs-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#fce5cc;--bs-table-border-color:#e3ceb8;--bs-table-striped-bg:#efdac2;--bs-table-striped-color:#000;--bs-table-active-bg:#e3ceb8;--bs-table-active-color:#000;--bs-table-hover-bg:#e9d4bd;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--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}.table-info,.table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--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}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--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}.table-danger,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--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}.table-light{--bs-table-color:#000;--bs-table-bg:#f3f4f6;--bs-table-border-color:#dbdcdd;--bs-table-striped-bg:#e7e8ea;--bs-table-striped-color:#000;--bs-table-active-bg:#dbdcdd;--bs-table-active-color:#000;--bs-table-hover-bg:#e1e2e4;--bs-table-hover-color:#000}.table-dark,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#111827;--bs-table-border-color:#292f3d;--bs-table-striped-bg:#1d2432;--bs-table-striped-color:#fff;--bs-table-active-bg:#292f3d;--bs-table-active-color:#fff;--bs-table-hover-bg:#232937;--bs-table-hover-color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1699.98px){.table-responsive-xxxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-text{color:#4b5563;font-size:.875em;margin-top:.25rem}.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #9ca3af;border-radius:.375rem;color:#6b7280;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@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{background-color:#fff;border-color:#a992c1;box-shadow:0 0 0 .25rem rgba(82,37,131,.25);color:#6b7280;outline:0}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#4b5563;opacity:1}.form-control::placeholder{color:#4b5563;opacity:1}.form-control:disabled{background-color:#e5e7eb;opacity:1}.form-control::-webkit-file-upload-button{-webkit-margin-end:.75rem;background-color:#e5e7eb;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#6b7280;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{-webkit-margin-end:.75rem;background-color:#e5e7eb;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#6b7280;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-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:#dadbdf}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dadbdf}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#6b7280;display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.25rem;font-size:.875rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.form-control-sm::-webkit-file-upload-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-sm::file-selector-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.5rem;font-size:1.25rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem}.form-control-lg::-webkit-file-upload-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.form-control-lg::file-selector-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{height:calc(1.5em + .75rem + 2px);padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{-moz-padding-start:calc(.75rem - 3px);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #9ca3af;border-radius:.375rem;color:#6b7280;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#a992c1;box-shadow:0 0 0 .25rem rgba(82,37,131,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#e5e7eb}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #6b7280}.form-select-sm{border-radius:.25rem;font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.5rem;font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-left:0;padding-right:1.5em;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.form-check-input{color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid rgba(0,0,0,.25);height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#a992c1;box-shadow:0 0 0 .25rem rgba(82,37,131,.25);outline:0}.form-check-input:checked{background-color:#522583;border-color:#522583}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%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:#522583;background-image:url("data:image/svg+xml;charset=utf-8,%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");border-color:#522583}.form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23a992c1'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.form-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(82,37,131,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(82,37,131,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#522583;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#cbbeda}.form-range::-webkit-slider-runnable-track{background-color:#d1d5db;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#522583;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#cbbeda}.form-range::-moz-range-track{background-color:#d1d5db;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#6b7280}.form-range:disabled::-moz-range-thumb{background-color:#6b7280}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px solid transparent;height:100%;left:0;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;width:100%}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{align-items:center;background-color:#e5e7eb;border:1px solid #9ca3af;border-radius:.375rem;color:#6b7280;display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:.5rem;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.25rem;font-size:.875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.valid-feedback{color:#198754;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(25,135,84,.9);border-radius:.375rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.375rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family:Inter,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-btn-font-size:1rem;--bs-btn-font-weight:600;--bs-btn-line-height:1.5;--bs-btn-color:#6b7280;--bs-btn-bg:transparent;--bs-btn-border-width:1px;--bs-btn-border-color:transparent;--bs-btn-border-radius:0.375rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#522583;--bs-btn-border-color:#522583;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#461f6f;--bs-btn-hover-border-color:#421e69;--bs-btn-focus-shadow-rgb:108,70,150;--bs-btn-active-color:#fff;--bs-btn-active-bg:#421e69;--bs-btn-active-border-color:#3e1c62;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#522583;--bs-btn-disabled-border-color:#522583}#cookiebar-nbnl .btn-dark,.btn-secondary{--bs-btn-color:#000;--bs-btn-bg:#ef7d00;--bs-btn-border-color:#ef7d00;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f19126;--bs-btn-hover-border-color:#f18a1a;--bs-btn-focus-shadow-rgb:203,106,0;--bs-btn-active-color:#000;--bs-btn-active-bg:#f29733;--bs-btn-active-border-color:#f18a1a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ef7d00;--bs-btn-disabled-border-color:#ef7d00}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f3f4f6;--bs-btn-border-color:#f3f4f6;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#cfcfd1;--bs-btn-hover-border-color:#c2c3c5;--bs-btn-focus-shadow-rgb:207,207,209;--bs-btn-active-color:#000;--bs-btn-active-bg:#c2c3c5;--bs-btn-active-border-color:#b6b7b9;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f3f4f6;--bs-btn-disabled-border-color:#f3f4f6}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#111827;--bs-btn-border-color:#111827;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#353b47;--bs-btn-hover-border-color:#292f3d;--bs-btn-focus-shadow-rgb:53,59,71;--bs-btn-active-color:#fff;--bs-btn-active-bg:#414652;--bs-btn-active-border-color:#292f3d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#111827;--bs-btn-disabled-border-color:#111827}.btn-white{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.btn-black{--bs-btn-color:#fff;--bs-btn-bg:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000;--bs-btn-disabled-border-color:#000}.btn-gray-100{--bs-btn-color:#000;--bs-btn-bg:#f3f4f6;--bs-btn-border-color:#f3f4f6;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f5f6f7;--bs-btn-hover-border-color:#f4f5f7;--bs-btn-focus-shadow-rgb:207,207,209;--bs-btn-active-color:#000;--bs-btn-active-bg:#f5f6f8;--bs-btn-active-border-color:#f4f5f7;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f3f4f6;--bs-btn-disabled-border-color:#f3f4f6}.btn-gray-200{--bs-btn-color:#000;--bs-btn-bg:#e5e7eb;--bs-btn-border-color:#e5e7eb;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#e9ebee;--bs-btn-hover-border-color:#e8e9ed;--bs-btn-focus-shadow-rgb:195,196,200;--bs-btn-active-color:#000;--bs-btn-active-bg:#eaecef;--bs-btn-active-border-color:#e8e9ed;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#e5e7eb;--bs-btn-disabled-border-color:#e5e7eb}.btn-gray-300{--bs-btn-color:#000;--bs-btn-bg:#d1d5db;--bs-btn-border-color:#d1d5db;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d8dbe0;--bs-btn-hover-border-color:#d6d9df;--bs-btn-focus-shadow-rgb:178,181,186;--bs-btn-active-color:#000;--bs-btn-active-bg:#dadde2;--bs-btn-active-border-color:#d6d9df;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#d1d5db;--bs-btn-disabled-border-color:#d1d5db}.btn-gray-400{--bs-btn-color:#000;--bs-btn-bg:#9ca3af;--bs-btn-border-color:#9ca3af;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#abb1bb;--bs-btn-hover-border-color:#a6acb7;--bs-btn-focus-shadow-rgb:133,139,149;--bs-btn-active-color:#000;--bs-btn-active-bg:#b0b5bf;--bs-btn-active-border-color:#a6acb7;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#9ca3af;--bs-btn-disabled-border-color:#9ca3af}.btn-gray-500{--bs-btn-color:#fff;--bs-btn-bg:#6b7280;--bs-btn-border-color:#6b7280;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5b616d;--bs-btn-hover-border-color:#565b66;--bs-btn-focus-shadow-rgb:129,135,147;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565b66;--bs-btn-active-border-color:#505660;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6b7280;--bs-btn-disabled-border-color:#6b7280}.btn-gray-600{--bs-btn-color:#fff;--bs-btn-bg:#4b5563;--bs-btn-border-color:#4b5563;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#404854;--bs-btn-hover-border-color:#3c444f;--bs-btn-focus-shadow-rgb:102,111,122;--bs-btn-active-color:#fff;--bs-btn-active-bg:#3c444f;--bs-btn-active-border-color:#38404a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#4b5563;--bs-btn-disabled-border-color:#4b5563}.btn-gray-700{--bs-btn-color:#fff;--bs-btn-bg:#374151;--bs-btn-border-color:#374151;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2f3745;--bs-btn-hover-border-color:#2c3441;--bs-btn-focus-shadow-rgb:85,94,107;--bs-btn-active-color:#fff;--bs-btn-active-bg:#2c3441;--bs-btn-active-border-color:#29313d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#374151;--bs-btn-disabled-border-color:#374151}.btn-gray-800{--bs-btn-color:#fff;--bs-btn-bg:#1f2937;--bs-btn-border-color:#1f2937;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1a232f;--bs-btn-hover-border-color:#19212c;--bs-btn-focus-shadow-rgb:65,73,85;--bs-btn-active-color:#fff;--bs-btn-active-bg:#19212c;--bs-btn-active-border-color:#171f29;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#1f2937;--bs-btn-disabled-border-color:#1f2937}.btn-gray-900{--bs-btn-color:#fff;--bs-btn-bg:#111827;--bs-btn-border-color:#111827;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0e1421;--bs-btn-hover-border-color:#0e131f;--bs-btn-focus-shadow-rgb:53,59,71;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0e131f;--bs-btn-active-border-color:#0d121d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#111827;--bs-btn-disabled-border-color:#111827}#cookiebar-nbnl .btn-outline-dark,.btn-outline-primary{--bs-btn-color:#522583;--bs-btn-border-color:#522583;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#522583;--bs-btn-hover-border-color:#522583;--bs-btn-focus-shadow-rgb:82,37,131;--bs-btn-active-color:#fff;--bs-btn-active-bg:#522583;--bs-btn-active-border-color:#522583;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#522583;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#522583;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#ef7d00;--bs-btn-border-color:#ef7d00;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ef7d00;--bs-btn-hover-border-color:#ef7d00;--bs-btn-focus-shadow-rgb:239,125,0;--bs-btn-active-color:#000;--bs-btn-active-bg:#ef7d00;--bs-btn-active-border-color:#ef7d00;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ef7d00;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ef7d00;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f3f4f6;--bs-btn-border-color:#f3f4f6;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f3f4f6;--bs-btn-hover-border-color:#f3f4f6;--bs-btn-focus-shadow-rgb:243,244,246;--bs-btn-active-color:#000;--bs-btn-active-bg:#f3f4f6;--bs-btn-active-border-color:#f3f4f6;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f3f4f6;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f3f4f6;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#111827;--bs-btn-border-color:#111827;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#111827;--bs-btn-hover-border-color:#111827;--bs-btn-focus-shadow-rgb:17,24,39;--bs-btn-active-color:#fff;--bs-btn-active-bg:#111827;--bs-btn-active-border-color:#111827;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#111827;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#111827;--bs-gradient:none}.btn-outline-white{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255,255,255;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fff;--bs-gradient:none}.btn-outline-black{--bs-btn-color:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:0,0,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000;--bs-gradient:none}.btn-outline-gray-100{--bs-btn-color:#f3f4f6;--bs-btn-border-color:#f3f4f6;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f3f4f6;--bs-btn-hover-border-color:#f3f4f6;--bs-btn-focus-shadow-rgb:243,244,246;--bs-btn-active-color:#000;--bs-btn-active-bg:#f3f4f6;--bs-btn-active-border-color:#f3f4f6;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f3f4f6;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f3f4f6;--bs-gradient:none}.btn-outline-gray-200{--bs-btn-color:#e5e7eb;--bs-btn-border-color:#e5e7eb;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#e5e7eb;--bs-btn-hover-border-color:#e5e7eb;--bs-btn-focus-shadow-rgb:229,231,235;--bs-btn-active-color:#000;--bs-btn-active-bg:#e5e7eb;--bs-btn-active-border-color:#e5e7eb;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#e5e7eb;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#e5e7eb;--bs-gradient:none}.btn-outline-gray-300{--bs-btn-color:#d1d5db;--bs-btn-border-color:#d1d5db;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d1d5db;--bs-btn-hover-border-color:#d1d5db;--bs-btn-focus-shadow-rgb:209,213,219;--bs-btn-active-color:#000;--bs-btn-active-bg:#d1d5db;--bs-btn-active-border-color:#d1d5db;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#d1d5db;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#d1d5db;--bs-gradient:none}.btn-outline-gray-400{--bs-btn-color:#9ca3af;--bs-btn-border-color:#9ca3af;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#9ca3af;--bs-btn-hover-border-color:#9ca3af;--bs-btn-focus-shadow-rgb:156,163,175;--bs-btn-active-color:#000;--bs-btn-active-bg:#9ca3af;--bs-btn-active-border-color:#9ca3af;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#9ca3af;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#9ca3af;--bs-gradient:none}.btn-outline-gray-500{--bs-btn-color:#6b7280;--bs-btn-border-color:#6b7280;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6b7280;--bs-btn-hover-border-color:#6b7280;--bs-btn-focus-shadow-rgb:107,114,128;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6b7280;--bs-btn-active-border-color:#6b7280;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6b7280;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6b7280;--bs-gradient:none}.btn-outline-gray-600{--bs-btn-color:#4b5563;--bs-btn-border-color:#4b5563;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#4b5563;--bs-btn-hover-border-color:#4b5563;--bs-btn-focus-shadow-rgb:75,85,99;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4b5563;--bs-btn-active-border-color:#4b5563;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#4b5563;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#4b5563;--bs-gradient:none}.btn-outline-gray-700{--bs-btn-color:#374151;--bs-btn-border-color:#374151;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#374151;--bs-btn-hover-border-color:#374151;--bs-btn-focus-shadow-rgb:55,65,81;--bs-btn-active-color:#fff;--bs-btn-active-bg:#374151;--bs-btn-active-border-color:#374151;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#374151;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#374151;--bs-gradient:none}.btn-outline-gray-800{--bs-btn-color:#1f2937;--bs-btn-border-color:#1f2937;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1f2937;--bs-btn-hover-border-color:#1f2937;--bs-btn-focus-shadow-rgb:31,41,55;--bs-btn-active-color:#fff;--bs-btn-active-bg:#1f2937;--bs-btn-active-border-color:#1f2937;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#1f2937;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#1f2937;--bs-gradient:none}.btn-outline-gray-900{--bs-btn-color:#111827;--bs-btn-border-color:#111827;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#111827;--bs-btn-hover-border-color:#111827;--bs-btn-focus-shadow-rgb:17,24,39;--bs-btn-active-color:#fff;--bs-btn-active-bg:#111827;--bs-btn-active-border-color:#111827;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#111827;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#111827;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#4b5563;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:108,70,150;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.6875rem;--bs-btn-padding-x:1.5rem;--bs-btn-font-size:1rem;--bs-btn-border-radius:0.5rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:0.25rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0.625rem;--bs-dropdown-padding-y:0.625rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:0.875rem;--bs-dropdown-color:#111827;--bs-dropdown-bg:#fff;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:0 0 0.375rem 0.375rem;--bs-dropdown-border-width:0;--bs-dropdown-inner-border-radius:0 0 0.3125rem 0.3125rem;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:0 4px 12px 0 rgba(var(--bs-gray-900-rgb),0.2);--bs-dropdown-link-color:#111827;--bs-dropdown-link-hover-color:#111827;--bs-dropdown-link-hover-bg:#f3f4f6;--bs-dropdown-link-active-color:#111827;--bs-dropdown-link-active-bg:#f3f4f6;--bs-dropdown-link-disabled-color:#6b7280;--bs-dropdown-item-padding-x:0.375rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#4b5563;--bs-dropdown-header-padding-x:0.375rem;--bs-dropdown-header-padding-y:0.625rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}.dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1700px){.dropdown-menu-xxxl-start{--bs-position:start}.dropdown-menu-xxxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxxl-end{--bs-position:end}.dropdown-menu-xxxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.dropdown-item.active,.dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.dropdown-menu-dark{--bs-dropdown-color:#d1d5db;--bs-dropdown-bg:#1f2937;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#d1d5db;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:#111827;--bs-dropdown-link-active-bg:#f3f4f6;--bs-dropdown-link-disabled-color:#6b7280;--bs-dropdown-header-color:#6b7280}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.375rem}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:1.125rem;padding-right:1.125rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-size:0.875rem;--bs-nav-link-font-weight:600;--bs-nav-link-color:#6b7280;--bs-nav-link-hover-color:#522583;--bs-nav-link-disabled-color:#4b5563;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.nav-tabs{--bs-nav-tabs-border-width:1px;--bs-nav-tabs-border-color:#d1d5db;--bs-nav-tabs-border-radius:0.375rem;--bs-nav-tabs-link-hover-border-color:#e5e7eb #e5e7eb #d1d5db;--bs-nav-tabs-link-active-color:#374151;--bs-nav-tabs-link-active-bg:#fff;--bs-nav-tabs-link-active-border-color:#d1d5db #d1d5db #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{background:none;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{background-color:transparent;border-color:transparent;color:var(--bs-nav-link-disabled-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-pills{--bs-nav-pills-border-radius:0.375rem;--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#522583}.nav-pills .nav-link{background:none;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{background-color:transparent;border-color:transparent;color:var(--bs-nav-link-disabled-color)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{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{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:#111827;--bs-navbar-hover-color:#111827;--bs-navbar-disabled-color:rgba(0,0,0,.3);--bs-navbar-active-color:#111827;--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:#111827;--bs-navbar-brand-hover-color:#111827;--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23111827' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:rgba(0,0,0,.1);--bs-navbar-toggler-border-radius:0.375rem;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-size:0.875rem;--bs-nav-link-font-weight:600;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.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-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@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-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@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-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@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-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@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-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1700px){.navbar-expand-xxxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxxl .navbar-toggler{display:none}.navbar-expand-xxxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.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-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-dark{--bs-navbar-color:#fff;--bs-navbar-hover-color:#522583;--bs-navbar-disabled-color:hsla(0,0%,100%,.25);--bs-navbar-active-color:#522583;--bs-navbar-brand-color:#522583;--bs-navbar-brand-hover-color:#522583;--bs-navbar-toggler-border-color:hsla(0,0%,100%,.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-border-width:1px;--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:0.375rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(0.375rem - 1px);--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:#f3f4f6;--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:#fff;--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:1rem;word-wrap:break-word;background-clip:border-box;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.card-title{margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:#6b7280;--bs-accordion-bg:#fff;--bs-accordion-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;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:1px;--bs-accordion-border-radius:0.375rem;--bs-accordion-inner-border-radius:calc(0.375rem - 1px);--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:#6b7280;--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236B7280'%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");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234a2176'%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");--bs-accordion-btn-focus-border-color:#a992c1;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(82,37,131,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:#4a2176;--bs-accordion-active-bg:#eee9f3}.accordion-button{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{border-color:var(--bs-accordion-btn-focus-border-color);box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-radius:0;border-right: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,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:#4b5563;--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:#4b5563;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:#fff;--bs-pagination-border-width:1px;--bs-pagination-border-color:#d1d5db;--bs-pagination-border-radius:0.375rem;--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:#e5e7eb;--bs-pagination-hover-border-color:#d1d5db;--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:#e5e7eb;--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(82,37,131,.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#522583;--bs-pagination-active-border-color:#522583;--bs-pagination-disabled-color:#4b5563;--bs-pagination-disabled-bg:#fff;--bs-pagination-disabled-border-color:#d1d5db;display:flex;list-style:none;padding-left:0}.page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.page-link,.page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.page-link,.page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:0.5rem}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:0.25rem}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:0.375rem;border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:1px solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:#31164f;--bs-alert-bg:#dcd3e6;--bs-alert-border-color:#cbbeda}.alert-primary .alert-link{color:#27123f}.alert-secondary{--bs-alert-color:#8f4b00;--bs-alert-bg:#fce5cc;--bs-alert-border-color:#fad8b3}.alert-secondary .alert-link{color:#723c00}.alert-success{--bs-alert-color:#0f5132;--bs-alert-bg:#d1e7dd;--bs-alert-border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--bs-alert-color:#055160;--bs-alert-bg:#cff4fc;--bs-alert-border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--bs-alert-color:#664d03;--bs-alert-bg:#fff3cd;--bs-alert-border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--bs-alert-color:#842029;--bs-alert-bg:#f8d7da;--bs-alert-border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--bs-alert-color:#616262;--bs-alert-bg:#fdfdfd;--bs-alert-border-color:#fbfcfc}.alert-light .alert-link{color:#4e4e4e}.alert-dark{--bs-alert-color:#0a0e17;--bs-alert-bg:#cfd1d4;--bs-alert-border-color:#b8babe}.alert-dark .alert-link{color:#080b12}.alert-white{--bs-alert-color:#666;--bs-alert-bg:#fff;--bs-alert-border-color:#fff}.alert-white .alert-link{color:#525252}.alert-black{--bs-alert-color:#000;--bs-alert-bg:#ccc;--bs-alert-border-color:#b3b3b3}.alert-black .alert-link{color:#000}.alert-gray-100{--bs-alert-color:#616262;--bs-alert-bg:#fdfdfd;--bs-alert-border-color:#fbfcfc}.alert-gray-100 .alert-link{color:#4e4e4e}.alert-gray-200{--bs-alert-color:#5c5c5e;--bs-alert-bg:#fafafb;--bs-alert-border-color:#f7f8f9}.alert-gray-200 .alert-link{color:#4a4a4b}.alert-gray-300{--bs-alert-color:#545558;--bs-alert-bg:#f6f7f8;--bs-alert-border-color:#f1f2f4}.alert-gray-300 .alert-link{color:#434446}.alert-gray-400{--bs-alert-color:#5e6269;--bs-alert-bg:#ebedef;--bs-alert-border-color:#e1e3e7}.alert-gray-400 .alert-link{color:#4b4e54}.alert-gray-500{--bs-alert-color:#40444d;--bs-alert-bg:#e1e3e6;--bs-alert-border-color:#d3d5d9}.alert-gray-500 .alert-link{color:#33363e}.alert-gray-600{--bs-alert-color:#2d333b;--bs-alert-bg:#dbdde0;--bs-alert-border-color:#c9ccd0}.alert-gray-600 .alert-link{color:#24292f}.alert-gray-700{--bs-alert-color:#212731;--bs-alert-bg:#d7d9dc;--bs-alert-border-color:#c3c6cb}.alert-gray-700 .alert-link{color:#1a1f27}.alert-gray-800{--bs-alert-color:#131921;--bs-alert-bg:#d2d4d7;--bs-alert-border-color:#bcbfc3}.alert-gray-800 .alert-link{color:#0f141a}.alert-gray-900{--bs-alert-color:#0a0e17;--bs-alert-bg:#cfd1d4;--bs-alert-border-color:#b8babe}.alert-gray-900 .alert-link{color:#080b12}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:#e5e7eb;--bs-progress-border-radius:0.375rem;--bs-progress-box-shadow:inset 0 1px 2px rgba(0,0,0,.075);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#522583;--bs-progress-bar-transition:width 0.6s ease;background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);font-size:var(--bs-progress-font-size);height:var(--bs-progress-height)}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);flex-direction:column;justify-content:center;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{--bs-list-group-color:#111827;--bs-list-group-bg:#fff;--bs-list-group-border-color:rgba(0,0,0,.125);--bs-list-group-border-width:1px;--bs-list-group-border-radius:0.375rem;--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:#374151;--bs-list-group-action-hover-color:#374151;--bs-list-group-action-hover-bg:#f3f4f6;--bs-list-group-action-active-color:#6b7280;--bs-list-group-action-active-bg:#e5e7eb;--bs-list-group-disabled-color:#4b5563;--bs-list-group-disabled-bg:#fff;--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#522583;--bs-list-group-active-border-color:#522583;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.list-group-item-action:active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1700px){.list-group-horizontal-xxxl{flex-direction:row}.list-group-horizontal-xxxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#dcd3e6;color:#31164f}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#c6becf;color:#31164f}.list-group-item-primary.list-group-item-action.active{background-color:#31164f;border-color:#31164f;color:#fff}.list-group-item-secondary{background-color:#fce5cc;color:#8f4b00}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#e3ceb8;color:#8f4b00}.list-group-item-secondary.list-group-item-action.active{background-color:#8f4b00;border-color:#8f4b00;color:#fff}.list-group-item-success{background-color:#d1e7dd;color:#0f5132}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#bcd0c7;color:#0f5132}.list-group-item-success.list-group-item-action.active{background-color:#0f5132;border-color:#0f5132;color:#fff}.list-group-item-info{background-color:#cff4fc;color:#055160}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#badce3;color:#055160}.list-group-item-info.list-group-item-action.active{background-color:#055160;border-color:#055160;color:#fff}.list-group-item-warning{background-color:#fff3cd;color:#664d03}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#e6dbb9;color:#664d03}.list-group-item-warning.list-group-item-action.active{background-color:#664d03;border-color:#664d03;color:#fff}.list-group-item-danger{background-color:#f8d7da;color:#842029}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#dfc2c4;color:#842029}.list-group-item-danger.list-group-item-action.active{background-color:#842029;border-color:#842029;color:#fff}.list-group-item-light{background-color:#fdfdfd;color:#616262}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#e4e4e4;color:#616262}.list-group-item-light.list-group-item-action.active{background-color:#616262;border-color:#616262;color:#fff}.list-group-item-dark{background-color:#cfd1d4;color:#0a0e17}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#babcbf;color:#0a0e17}.list-group-item-dark.list-group-item-action.active{background-color:#0a0e17;border-color:#0a0e17;color:#fff}.list-group-item-white{background-color:#fff;color:#666}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{background-color:#e6e6e6;color:#666}.list-group-item-white.list-group-item-action.active{background-color:#666;border-color:#666;color:#fff}.list-group-item-black{background-color:#ccc;color:#000}.list-group-item-black.list-group-item-action:focus,.list-group-item-black.list-group-item-action:hover{background-color:#b8b8b8;color:#000}.list-group-item-black.list-group-item-action.active{background-color:#000;border-color:#000;color:#fff}.list-group-item-gray-100{background-color:#fdfdfd;color:#616262}.list-group-item-gray-100.list-group-item-action:focus,.list-group-item-gray-100.list-group-item-action:hover{background-color:#e4e4e4;color:#616262}.list-group-item-gray-100.list-group-item-action.active{background-color:#616262;border-color:#616262;color:#fff}.list-group-item-gray-200{background-color:#fafafb;color:#5c5c5e}.list-group-item-gray-200.list-group-item-action:focus,.list-group-item-gray-200.list-group-item-action:hover{background-color:#e1e1e2;color:#5c5c5e}.list-group-item-gray-200.list-group-item-action.active{background-color:#5c5c5e;border-color:#5c5c5e;color:#fff}.list-group-item-gray-300{background-color:#f6f7f8;color:#545558}.list-group-item-gray-300.list-group-item-action:focus,.list-group-item-gray-300.list-group-item-action:hover{background-color:#dddedf;color:#545558}.list-group-item-gray-300.list-group-item-action.active{background-color:#545558;border-color:#545558;color:#fff}.list-group-item-gray-400{background-color:#ebedef;color:#5e6269}.list-group-item-gray-400.list-group-item-action:focus,.list-group-item-gray-400.list-group-item-action:hover{background-color:#d4d5d7;color:#5e6269}.list-group-item-gray-400.list-group-item-action.active{background-color:#5e6269;border-color:#5e6269;color:#fff}.list-group-item-gray-500{background-color:#e1e3e6;color:#40444d}.list-group-item-gray-500.list-group-item-action:focus,.list-group-item-gray-500.list-group-item-action:hover{background-color:#cbcccf;color:#40444d}.list-group-item-gray-500.list-group-item-action.active{background-color:#40444d;border-color:#40444d;color:#fff}.list-group-item-gray-600{background-color:#dbdde0;color:#2d333b}.list-group-item-gray-600.list-group-item-action:focus,.list-group-item-gray-600.list-group-item-action:hover{background-color:#c5c7ca;color:#2d333b}.list-group-item-gray-600.list-group-item-action.active{background-color:#2d333b;border-color:#2d333b;color:#fff}.list-group-item-gray-700{background-color:#d7d9dc;color:#212731}.list-group-item-gray-700.list-group-item-action:focus,.list-group-item-gray-700.list-group-item-action:hover{background-color:#c2c3c6;color:#212731}.list-group-item-gray-700.list-group-item-action.active{background-color:#212731;border-color:#212731;color:#fff}.list-group-item-gray-800{background-color:#d2d4d7;color:#131921}.list-group-item-gray-800.list-group-item-action:focus,.list-group-item-gray-800.list-group-item-action:hover{background-color:#bdbfc2;color:#131921}.list-group-item-gray-800.list-group-item-action.active{background-color:#131921;border-color:#131921;color:#fff}.list-group-item-gray-900{background-color:#cfd1d4;color:#0a0e17}.list-group-item-gray-900.list-group-item-action:focus,.list-group-item-gray-900.list-group-item-action:hover{background-color:#babcbf;color:#0a0e17}.list-group-item-gray-900.list-group-item-action.active{background-color:#0a0e17;border-color:#0a0e17;color:#fff}.btn-close{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:content-box;color:#000;height:1em;opacity:.5;padding:.25em;width:1em}.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:0 0 0 .25rem rgba(82,37,131,.25);opacity:1;outline:0}.btn-close.disabled,.btn-close:disabled{opacity:.25;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:2rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:hsla(0,0%,100%,.85);--bs-toast-border-width:1px;--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:0.375rem;--bs-toast-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-toast-header-color:#4b5563;--bs-toast-header-bg:hsla(0,0%,100%,.85);--bs-toast-header-border-color:rgba(0,0,0,.05);background-clip:padding-box;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:var(--bs-toast-border-radius);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:var(--bs-toast-max-width)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:var(--bs-toast-zindex)}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.toast-body{word-wrap:break-word;padding:var(--bs-toast-padding-x)}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:#fff;--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:1px;--bs-modal-border-radius:0.5rem;--bs-modal-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-modal-inner-border-radius:calc(0.5rem - 1px);--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:1px;--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:1px;display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;justify-content:space-between;padding:var(--bs-modal-header-padding)}.modal-header .btn-close{margin:calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15)}.modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}@media (max-width:1699.98px){.modal-fullscreen-xxxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxxl-down .modal-footer,.modal-fullscreen-xxxl-down .modal-header{border-radius:0}.modal-fullscreen-xxxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:#fff;--bs-tooltip-bg:#000;--bs-tooltip-border-radius:0.375rem;--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;word-wrap:break-word;display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:var(--bs-tooltip-margin);opacity:0;padding:var(--bs-tooltip-arrow-height);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-tooltip-zindex)}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:0;width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:0;width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:#fff;--bs-popover-border-width:1px;--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:0.5rem;--bs-popover-inner-border-radius:calc(0.5rem - 1px);--bs-popover-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:#111827;--bs-popover-header-bg:#f0f0f0;--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:#6b7280;--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex)}.popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.popover .popover-arrow:after,.popover .popover-arrow:before{border:0 solid transparent;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.popover-header:empty{display:none}.popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%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{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-border,.spinner-grow{-webkit-animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-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{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl,.offcanvas-xxxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:100%;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:#fff;--bs-offcanvas-bg:#522583;--bs-offcanvas-border-width:0;--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)}@media (max-width:575.98px){.offcanvas-sm{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:767.98px){.offcanvas-md{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:991.98px){.offcanvas-lg{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1199.98px){.offcanvas-xl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1399.98px){.offcanvas-xxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1699.98px){.offcanvas-xxxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1699.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxxl{transition:none}}@media (max-width:1699.98px){.offcanvas-xxxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xxxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xxxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxxl.offcanvas-bottom,.offcanvas-xxxl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxxl.show:not(.hiding),.offcanvas-xxxl.showing{transform:none}.offcanvas-xxxl.hiding,.offcanvas-xxxl.show,.offcanvas-xxxl.showing{visibility:visible}}@media (min-width:1700px){.offcanvas-xxxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxxl .offcanvas-header{display:none}.offcanvas-xxxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.offcanvas{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:var(--bs-offcanvas-zindex)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{margin-bottom:calc(var(--bs-offcanvas-padding-y)*-.5);margin-right:calc(var(--bs-offcanvas-padding-x)*-.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-.5);padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)}.offcanvas-title{line-height:1.5;margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.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:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@-webkit-keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(82,37,131,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-secondary{background-color:RGBA(239,125,0,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-success{background-color:RGBA(25,135,84,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-info{background-color:RGBA(13,202,240,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-warning{background-color:RGBA(255,193,7,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-danger{background-color:RGBA(220,53,69,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-light{background-color:RGBA(243,244,246,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-dark{background-color:RGBA(17,24,39,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-white{background-color:RGBA(255,255,255,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-black{background-color:RGBA(0,0,0,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-gray-100{background-color:RGBA(243,244,246,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-gray-200{background-color:RGBA(229,231,235,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-gray-300{background-color:RGBA(209,213,219,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-gray-400{background-color:RGBA(156,163,175,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-gray-500{background-color:RGBA(107,114,128,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-gray-600{background-color:RGBA(75,85,99,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-gray-700{background-color:RGBA(55,65,81,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-gray-800{background-color:RGBA(31,41,55,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-gray-900{background-color:RGBA(17,24,39,var(--bs-bg-opacity,1))!important;color:#fff!important}.link-primary{color:#522583!important}.link-primary:focus,.link-primary:hover{color:#421e69!important}.link-secondary{color:#ef7d00!important}.link-secondary:focus,.link-secondary:hover{color:#f29733!important}.link-success{color:#198754!important}.link-success:focus,.link-success:hover{color:#146c43!important}.link-info{color:#0dcaf0!important}.link-info:focus,.link-info:hover{color:#3dd5f3!important}.link-warning{color:#ffc107!important}.link-warning:focus,.link-warning:hover{color:#ffcd39!important}.link-danger{color:#dc3545!important}.link-danger:focus,.link-danger:hover{color:#b02a37!important}.link-light{color:#f3f4f6!important}.link-light:focus,.link-light:hover{color:#f5f6f8!important}.link-dark{color:#111827!important}.link-dark:focus,.link-dark:hover{color:#0e131f!important}.link-white,.link-white:focus,.link-white:hover{color:#fff!important}.link-black,.link-black:focus,.link-black:hover{color:#000!important}.link-gray-100{color:#f3f4f6!important}.link-gray-100:focus,.link-gray-100:hover{color:#f5f6f8!important}.link-gray-200{color:#e5e7eb!important}.link-gray-200:focus,.link-gray-200:hover{color:#eaecef!important}.link-gray-300{color:#d1d5db!important}.link-gray-300:focus,.link-gray-300:hover{color:#dadde2!important}.link-gray-400{color:#9ca3af!important}.link-gray-400:focus,.link-gray-400:hover{color:#b0b5bf!important}.link-gray-500{color:#6b7280!important}.link-gray-500:focus,.link-gray-500:hover{color:#565b66!important}.link-gray-600{color:#4b5563!important}.link-gray-600:focus,.link-gray-600:hover{color:#3c444f!important}.link-gray-700{color:#374151!important}.link-gray-700:focus,.link-gray-700:hover{color:#2c3441!important}.link-gray-800{color:#1f2937!important}.link-gray-800:focus,.link-gray-800:hover{color:#19212c!important}.link-gray-900{color:#111827!important}.link-gray-900:focus,.link-gray-900:hover{color:#0e131f!important}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width: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.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media (min-width:576px){.sticky-sm-top{top:0}.sticky-sm-bottom,.sticky-sm-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-sm-bottom{bottom:0}}@media (min-width:768px){.sticky-md-top{top:0}.sticky-md-bottom,.sticky-md-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-md-bottom{bottom:0}}@media (min-width:992px){.sticky-lg-top{top:0}.sticky-lg-bottom,.sticky-lg-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-lg-bottom{bottom:0}}@media (min-width:1200px){.sticky-xl-top{top:0}.sticky-xl-bottom,.sticky-xl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xl-bottom{bottom:0}}@media (min-width:1400px){.sticky-xxl-top{top:0}.sticky-xxl-bottom,.sticky-xxl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xxl-bottom{bottom:0}}@media (min-width:1700px){.sticky-xxxl-top{top:0}.sticky-xxxl-bottom,.sticky-xxxl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xxxl-bottom{bottom:0}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:1px}.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:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.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 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(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:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-gray-100{--bs-border-opacity:1;border-color:rgba(var(--bs-gray-100-rgb),var(--bs-border-opacity))!important}.border-gray-200{--bs-border-opacity:1;border-color:rgba(var(--bs-gray-200-rgb),var(--bs-border-opacity))!important}.border-gray-300{--bs-border-opacity:1;border-color:rgba(var(--bs-gray-300-rgb),var(--bs-border-opacity))!important}.border-gray-400{--bs-border-opacity:1;border-color:rgba(var(--bs-gray-400-rgb),var(--bs-border-opacity))!important}.border-gray-500{--bs-border-opacity:1;border-color:rgba(var(--bs-gray-500-rgb),var(--bs-border-opacity))!important}.border-gray-600{--bs-border-opacity:1;border-color:rgba(var(--bs-gray-600-rgb),var(--bs-border-opacity))!important}.border-gray-700{--bs-border-opacity:1;border-color:rgba(var(--bs-gray-700-rgb),var(--bs-border-opacity))!important}.border-gray-800{--bs-border-opacity:1;border-color:rgba(var(--bs-gray-800-rgb),var(--bs-border-opacity))!important}.border-gray-900{--bs-border-opacity:1;border-color:rgba(var(--bs-gray-900-rgb),var(--bs-border-opacity))!important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-2{margin:.125rem!important}.m-4{margin:.25rem!important}.m-6{margin:.375rem!important}.m-8{margin:.5rem!important}.m-10{margin:.625rem!important}.m-12{margin:.75rem!important}.m-14{margin:.875rem!important}.m-16{margin:1rem!important}.m-18{margin:1.125rem!important}.m-20{margin:1.25rem!important}.m-22{margin:1.375rem!important}.m-24{margin:1.5rem!important}.m-26{margin:1.625rem!important}.m-28{margin:1.75rem!important}.m-30{margin:1.875rem!important}.m-32{margin:2rem!important}.m-34{margin:2.125rem!important}.m-36{margin:2.25rem!important}.m-38{margin:2.375rem!important}.m-40{margin:2.5rem!important}.m-42{margin:2.625rem!important}.m-44{margin:2.75rem!important}.m-46{margin:2.875rem!important}.m-48{margin:3rem!important}.m-50{margin:3.125rem!important}.m-52{margin:3.25rem!important}.m-54{margin:3.375rem!important}.m-56{margin:3.5rem!important}.m-58{margin:3.625rem!important}.m-60{margin:3.75rem!important}.m-62{margin:3.875rem!important}.m-64{margin:4rem!important}.m-66{margin:4.125rem!important}.m-68{margin:4.25rem!important}.m-70{margin:4.375rem!important}.m-72{margin:4.5rem!important}.m-74{margin:4.625rem!important}.m-76{margin:4.75rem!important}.m-78{margin:4.875rem!important}.m-80{margin:5rem!important}.m-82{margin:5.125rem!important}.m-84{margin:5.25rem!important}.m-86{margin:5.375rem!important}.m-88{margin:5.5rem!important}.m-90{margin:5.625rem!important}.m-92{margin:5.75rem!important}.m-94{margin:5.875rem!important}.m-96{margin:6rem!important}.m-98{margin:6.125rem!important}.m-100{margin:6.25rem!important}.m-102{margin:6.375rem!important}.m-104{margin:6.5rem!important}.m-106{margin:6.625rem!important}.m-108{margin:6.75rem!important}.m-110{margin:6.875rem!important}.m-112{margin:7rem!important}.m-114{margin:7.125rem!important}.m-116{margin:7.25rem!important}.m-118{margin:7.375rem!important}.m-120{margin:7.5rem!important}.m-122{margin:7.625rem!important}.m-124{margin:7.75rem!important}.m-126{margin:7.875rem!important}.m-128{margin:8rem!important}.m-130{margin:8.125rem!important}.m-132{margin:8.25rem!important}.m-134{margin:8.375rem!important}.m-136{margin:8.5rem!important}.m-138{margin:8.625rem!important}.m-140{margin:8.75rem!important}.m-142{margin:8.875rem!important}.m-144{margin:9rem!important}.m-146{margin:9.125rem!important}.m-148{margin:9.25rem!important}.m-150{margin:9.375rem!important}.m-152{margin:9.5rem!important}.m-154{margin:9.625rem!important}.m-156{margin:9.75rem!important}.m-158{margin:9.875rem!important}.m-160{margin:10rem!important}.m-162{margin:10.125rem!important}.m-164{margin:10.25rem!important}.m-166{margin:10.375rem!important}.m-168{margin:10.5rem!important}.m-170{margin:10.625rem!important}.m-172{margin:10.75rem!important}.m-174{margin:10.875rem!important}.m-176{margin:11rem!important}.m-178{margin:11.125rem!important}.m-180{margin:11.25rem!important}.m-182{margin:11.375rem!important}.m-184{margin:11.5rem!important}.m-186{margin:11.625rem!important}.m-188{margin:11.75rem!important}.m-190{margin:11.875rem!important}.m-192{margin:12rem!important}.m-194{margin:12.125rem!important}.m-196{margin:12.25rem!important}.m-198{margin:12.375rem!important}.m-200{margin:12.5rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-2{margin-left:.125rem!important;margin-right:.125rem!important}.mx-4{margin-left:.25rem!important;margin-right:.25rem!important}.mx-6{margin-left:.375rem!important;margin-right:.375rem!important}.mx-8{margin-left:.5rem!important;margin-right:.5rem!important}.mx-10{margin-left:.625rem!important;margin-right:.625rem!important}.mx-12{margin-left:.75rem!important;margin-right:.75rem!important}.mx-14{margin-left:.875rem!important;margin-right:.875rem!important}.mx-16{margin-left:1rem!important;margin-right:1rem!important}.mx-18{margin-left:1.125rem!important;margin-right:1.125rem!important}.mx-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-22{margin-left:1.375rem!important;margin-right:1.375rem!important}.mx-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-26{margin-left:1.625rem!important;margin-right:1.625rem!important}.mx-28{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-32{margin-left:2rem!important;margin-right:2rem!important}.mx-34{margin-left:2.125rem!important;margin-right:2.125rem!important}.mx-36{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-38{margin-left:2.375rem!important;margin-right:2.375rem!important}.mx-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-42{margin-left:2.625rem!important;margin-right:2.625rem!important}.mx-44{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-46{margin-left:2.875rem!important;margin-right:2.875rem!important}.mx-48{margin-left:3rem!important;margin-right:3rem!important}.mx-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.mx-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-54{margin-left:3.375rem!important;margin-right:3.375rem!important}.mx-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-58{margin-left:3.625rem!important;margin-right:3.625rem!important}.mx-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-62{margin-left:3.875rem!important;margin-right:3.875rem!important}.mx-64{margin-left:4rem!important;margin-right:4rem!important}.mx-66{margin-left:4.125rem!important;margin-right:4.125rem!important}.mx-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-70{margin-left:4.375rem!important;margin-right:4.375rem!important}.mx-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-74{margin-left:4.625rem!important;margin-right:4.625rem!important}.mx-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-78{margin-left:4.875rem!important;margin-right:4.875rem!important}.mx-80{margin-left:5rem!important;margin-right:5rem!important}.mx-82{margin-left:5.125rem!important;margin-right:5.125rem!important}.mx-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.mx-86{margin-left:5.375rem!important;margin-right:5.375rem!important}.mx-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-90{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-92{margin-left:5.75rem!important;margin-right:5.75rem!important}.mx-94{margin-left:5.875rem!important;margin-right:5.875rem!important}.mx-96{margin-left:6rem!important;margin-right:6rem!important}.mx-98{margin-left:6.125rem!important;margin-right:6.125rem!important}.mx-100{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-102{margin-left:6.375rem!important;margin-right:6.375rem!important}.mx-104{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-106{margin-left:6.625rem!important;margin-right:6.625rem!important}.mx-108{margin-left:6.75rem!important;margin-right:6.75rem!important}.mx-110{margin-left:6.875rem!important;margin-right:6.875rem!important}.mx-112{margin-left:7rem!important;margin-right:7rem!important}.mx-114{margin-left:7.125rem!important;margin-right:7.125rem!important}.mx-116{margin-left:7.25rem!important;margin-right:7.25rem!important}.mx-118{margin-left:7.375rem!important;margin-right:7.375rem!important}.mx-120{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-122{margin-left:7.625rem!important;margin-right:7.625rem!important}.mx-124{margin-left:7.75rem!important;margin-right:7.75rem!important}.mx-126{margin-left:7.875rem!important;margin-right:7.875rem!important}.mx-128{margin-left:8rem!important;margin-right:8rem!important}.mx-130{margin-left:8.125rem!important;margin-right:8.125rem!important}.mx-132{margin-left:8.25rem!important;margin-right:8.25rem!important}.mx-134{margin-left:8.375rem!important;margin-right:8.375rem!important}.mx-136{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-138{margin-left:8.625rem!important;margin-right:8.625rem!important}.mx-140{margin-left:8.75rem!important;margin-right:8.75rem!important}.mx-142{margin-left:8.875rem!important;margin-right:8.875rem!important}.mx-144{margin-left:9rem!important;margin-right:9rem!important}.mx-146{margin-left:9.125rem!important;margin-right:9.125rem!important}.mx-148{margin-left:9.25rem!important;margin-right:9.25rem!important}.mx-150{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-152{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-154{margin-left:9.625rem!important;margin-right:9.625rem!important}.mx-156{margin-left:9.75rem!important;margin-right:9.75rem!important}.mx-158{margin-left:9.875rem!important;margin-right:9.875rem!important}.mx-160{margin-left:10rem!important;margin-right:10rem!important}.mx-162{margin-left:10.125rem!important;margin-right:10.125rem!important}.mx-164{margin-left:10.25rem!important;margin-right:10.25rem!important}.mx-166{margin-left:10.375rem!important;margin-right:10.375rem!important}.mx-168{margin-left:10.5rem!important;margin-right:10.5rem!important}.mx-170{margin-left:10.625rem!important;margin-right:10.625rem!important}.mx-172{margin-left:10.75rem!important;margin-right:10.75rem!important}.mx-174{margin-left:10.875rem!important;margin-right:10.875rem!important}.mx-176{margin-left:11rem!important;margin-right:11rem!important}.mx-178{margin-left:11.125rem!important;margin-right:11.125rem!important}.mx-180{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-182{margin-left:11.375rem!important;margin-right:11.375rem!important}.mx-184{margin-left:11.5rem!important;margin-right:11.5rem!important}.mx-186{margin-left:11.625rem!important;margin-right:11.625rem!important}.mx-188{margin-left:11.75rem!important;margin-right:11.75rem!important}.mx-190{margin-left:11.875rem!important;margin-right:11.875rem!important}.mx-192{margin-left:12rem!important;margin-right:12rem!important}.mx-194{margin-left:12.125rem!important;margin-right:12.125rem!important}.mx-196{margin-left:12.25rem!important;margin-right:12.25rem!important}.mx-198{margin-left:12.375rem!important;margin-right:12.375rem!important}.mx-200{margin-left:12.5rem!important;margin-right:12.5rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-2{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-4{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-6{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-8{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-10{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-12{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-14{margin-bottom:.875rem!important;margin-top:.875rem!important}.my-16{margin-bottom:1rem!important;margin-top:1rem!important}.my-18{margin-bottom:1.125rem!important;margin-top:1.125rem!important}.my-20{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-22{margin-bottom:1.375rem!important;margin-top:1.375rem!important}.my-24{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-26{margin-bottom:1.625rem!important;margin-top:1.625rem!important}.my-28{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-30{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-32{margin-bottom:2rem!important;margin-top:2rem!important}.my-34{margin-bottom:2.125rem!important;margin-top:2.125rem!important}.my-36{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-38{margin-bottom:2.375rem!important;margin-top:2.375rem!important}.my-40{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-42{margin-bottom:2.625rem!important;margin-top:2.625rem!important}.my-44{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-46{margin-bottom:2.875rem!important;margin-top:2.875rem!important}.my-48{margin-bottom:3rem!important;margin-top:3rem!important}.my-50{margin-bottom:3.125rem!important;margin-top:3.125rem!important}.my-52{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-54{margin-bottom:3.375rem!important;margin-top:3.375rem!important}.my-56{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-58{margin-bottom:3.625rem!important;margin-top:3.625rem!important}.my-60{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-62{margin-bottom:3.875rem!important;margin-top:3.875rem!important}.my-64{margin-bottom:4rem!important;margin-top:4rem!important}.my-66{margin-bottom:4.125rem!important;margin-top:4.125rem!important}.my-68{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-70{margin-bottom:4.375rem!important;margin-top:4.375rem!important}.my-72{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-74{margin-bottom:4.625rem!important;margin-top:4.625rem!important}.my-76{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-78{margin-bottom:4.875rem!important;margin-top:4.875rem!important}.my-80{margin-bottom:5rem!important;margin-top:5rem!important}.my-82{margin-bottom:5.125rem!important;margin-top:5.125rem!important}.my-84{margin-bottom:5.25rem!important;margin-top:5.25rem!important}.my-86{margin-bottom:5.375rem!important;margin-top:5.375rem!important}.my-88{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-90{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-92{margin-bottom:5.75rem!important;margin-top:5.75rem!important}.my-94{margin-bottom:5.875rem!important;margin-top:5.875rem!important}.my-96{margin-bottom:6rem!important;margin-top:6rem!important}.my-98{margin-bottom:6.125rem!important;margin-top:6.125rem!important}.my-100{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-102{margin-bottom:6.375rem!important;margin-top:6.375rem!important}.my-104{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-106{margin-bottom:6.625rem!important;margin-top:6.625rem!important}.my-108{margin-bottom:6.75rem!important;margin-top:6.75rem!important}.my-110{margin-bottom:6.875rem!important;margin-top:6.875rem!important}.my-112{margin-bottom:7rem!important;margin-top:7rem!important}.my-114{margin-bottom:7.125rem!important;margin-top:7.125rem!important}.my-116{margin-bottom:7.25rem!important;margin-top:7.25rem!important}.my-118{margin-bottom:7.375rem!important;margin-top:7.375rem!important}.my-120{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-122{margin-bottom:7.625rem!important;margin-top:7.625rem!important}.my-124{margin-bottom:7.75rem!important;margin-top:7.75rem!important}.my-126{margin-bottom:7.875rem!important;margin-top:7.875rem!important}.my-128{margin-bottom:8rem!important;margin-top:8rem!important}.my-130{margin-bottom:8.125rem!important;margin-top:8.125rem!important}.my-132{margin-bottom:8.25rem!important;margin-top:8.25rem!important}.my-134{margin-bottom:8.375rem!important;margin-top:8.375rem!important}.my-136{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-138{margin-bottom:8.625rem!important;margin-top:8.625rem!important}.my-140{margin-bottom:8.75rem!important;margin-top:8.75rem!important}.my-142{margin-bottom:8.875rem!important;margin-top:8.875rem!important}.my-144{margin-bottom:9rem!important;margin-top:9rem!important}.my-146{margin-bottom:9.125rem!important;margin-top:9.125rem!important}.my-148{margin-bottom:9.25rem!important;margin-top:9.25rem!important}.my-150{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-152{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-154{margin-bottom:9.625rem!important;margin-top:9.625rem!important}.my-156{margin-bottom:9.75rem!important;margin-top:9.75rem!important}.my-158{margin-bottom:9.875rem!important;margin-top:9.875rem!important}.my-160{margin-bottom:10rem!important;margin-top:10rem!important}.my-162{margin-bottom:10.125rem!important;margin-top:10.125rem!important}.my-164{margin-bottom:10.25rem!important;margin-top:10.25rem!important}.my-166{margin-bottom:10.375rem!important;margin-top:10.375rem!important}.my-168{margin-bottom:10.5rem!important;margin-top:10.5rem!important}.my-170{margin-bottom:10.625rem!important;margin-top:10.625rem!important}.my-172{margin-bottom:10.75rem!important;margin-top:10.75rem!important}.my-174{margin-bottom:10.875rem!important;margin-top:10.875rem!important}.my-176{margin-bottom:11rem!important;margin-top:11rem!important}.my-178{margin-bottom:11.125rem!important;margin-top:11.125rem!important}.my-180{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-182{margin-bottom:11.375rem!important;margin-top:11.375rem!important}.my-184{margin-bottom:11.5rem!important;margin-top:11.5rem!important}.my-186{margin-bottom:11.625rem!important;margin-top:11.625rem!important}.my-188{margin-bottom:11.75rem!important;margin-top:11.75rem!important}.my-190{margin-bottom:11.875rem!important;margin-top:11.875rem!important}.my-192{margin-bottom:12rem!important;margin-top:12rem!important}.my-194{margin-bottom:12.125rem!important;margin-top:12.125rem!important}.my-196{margin-bottom:12.25rem!important;margin-top:12.25rem!important}.my-198{margin-bottom:12.375rem!important;margin-top:12.375rem!important}.my-200{margin-bottom:12.5rem!important;margin-top:12.5rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-2{margin-top:.125rem!important}.mt-4{margin-top:.25rem!important}.mt-6{margin-top:.375rem!important}.mt-8{margin-top:.5rem!important}.mt-10{margin-top:.625rem!important}.mt-12{margin-top:.75rem!important}.mt-14{margin-top:.875rem!important}.mt-16{margin-top:1rem!important}.mt-18{margin-top:1.125rem!important}.mt-20{margin-top:1.25rem!important}.mt-22{margin-top:1.375rem!important}.mt-24{margin-top:1.5rem!important}.mt-26{margin-top:1.625rem!important}.mt-28{margin-top:1.75rem!important}.mt-30{margin-top:1.875rem!important}.mt-32{margin-top:2rem!important}.mt-34{margin-top:2.125rem!important}.mt-36{margin-top:2.25rem!important}.mt-38{margin-top:2.375rem!important}.mt-40{margin-top:2.5rem!important}.mt-42{margin-top:2.625rem!important}.mt-44{margin-top:2.75rem!important}.mt-46{margin-top:2.875rem!important}.mt-48{margin-top:3rem!important}.mt-50{margin-top:3.125rem!important}.mt-52{margin-top:3.25rem!important}.mt-54{margin-top:3.375rem!important}.mt-56{margin-top:3.5rem!important}.mt-58{margin-top:3.625rem!important}.mt-60{margin-top:3.75rem!important}.mt-62{margin-top:3.875rem!important}.mt-64{margin-top:4rem!important}.mt-66{margin-top:4.125rem!important}.mt-68{margin-top:4.25rem!important}.mt-70{margin-top:4.375rem!important}.mt-72{margin-top:4.5rem!important}.mt-74{margin-top:4.625rem!important}.mt-76{margin-top:4.75rem!important}.mt-78{margin-top:4.875rem!important}.mt-80{margin-top:5rem!important}.mt-82{margin-top:5.125rem!important}.mt-84{margin-top:5.25rem!important}.mt-86{margin-top:5.375rem!important}.mt-88{margin-top:5.5rem!important}.mt-90{margin-top:5.625rem!important}.mt-92{margin-top:5.75rem!important}.mt-94{margin-top:5.875rem!important}.mt-96{margin-top:6rem!important}.mt-98{margin-top:6.125rem!important}.mt-100{margin-top:6.25rem!important}.mt-102{margin-top:6.375rem!important}.mt-104{margin-top:6.5rem!important}.mt-106{margin-top:6.625rem!important}.mt-108{margin-top:6.75rem!important}.mt-110{margin-top:6.875rem!important}.mt-112{margin-top:7rem!important}.mt-114{margin-top:7.125rem!important}.mt-116{margin-top:7.25rem!important}.mt-118{margin-top:7.375rem!important}.mt-120{margin-top:7.5rem!important}.mt-122{margin-top:7.625rem!important}.mt-124{margin-top:7.75rem!important}.mt-126{margin-top:7.875rem!important}.mt-128{margin-top:8rem!important}.mt-130{margin-top:8.125rem!important}.mt-132{margin-top:8.25rem!important}.mt-134{margin-top:8.375rem!important}.mt-136{margin-top:8.5rem!important}.mt-138{margin-top:8.625rem!important}.mt-140{margin-top:8.75rem!important}.mt-142{margin-top:8.875rem!important}.mt-144{margin-top:9rem!important}.mt-146{margin-top:9.125rem!important}.mt-148{margin-top:9.25rem!important}.mt-150{margin-top:9.375rem!important}.mt-152{margin-top:9.5rem!important}.mt-154{margin-top:9.625rem!important}.mt-156{margin-top:9.75rem!important}.mt-158{margin-top:9.875rem!important}.mt-160{margin-top:10rem!important}.mt-162{margin-top:10.125rem!important}.mt-164{margin-top:10.25rem!important}.mt-166{margin-top:10.375rem!important}.mt-168{margin-top:10.5rem!important}.mt-170{margin-top:10.625rem!important}.mt-172{margin-top:10.75rem!important}.mt-174{margin-top:10.875rem!important}.mt-176{margin-top:11rem!important}.mt-178{margin-top:11.125rem!important}.mt-180{margin-top:11.25rem!important}.mt-182{margin-top:11.375rem!important}.mt-184{margin-top:11.5rem!important}.mt-186{margin-top:11.625rem!important}.mt-188{margin-top:11.75rem!important}.mt-190{margin-top:11.875rem!important}.mt-192{margin-top:12rem!important}.mt-194{margin-top:12.125rem!important}.mt-196{margin-top:12.25rem!important}.mt-198{margin-top:12.375rem!important}.mt-200{margin-top:12.5rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-2{margin-right:.125rem!important}.me-4{margin-right:.25rem!important}.me-6{margin-right:.375rem!important}.me-8{margin-right:.5rem!important}.me-10{margin-right:.625rem!important}.me-12{margin-right:.75rem!important}.me-14{margin-right:.875rem!important}.me-16{margin-right:1rem!important}.me-18{margin-right:1.125rem!important}.me-20{margin-right:1.25rem!important}.me-22{margin-right:1.375rem!important}.me-24{margin-right:1.5rem!important}.me-26{margin-right:1.625rem!important}.me-28{margin-right:1.75rem!important}.me-30{margin-right:1.875rem!important}.me-32{margin-right:2rem!important}.me-34{margin-right:2.125rem!important}.me-36{margin-right:2.25rem!important}.me-38{margin-right:2.375rem!important}.me-40{margin-right:2.5rem!important}.me-42{margin-right:2.625rem!important}.me-44{margin-right:2.75rem!important}.me-46{margin-right:2.875rem!important}.me-48{margin-right:3rem!important}.me-50{margin-right:3.125rem!important}.me-52{margin-right:3.25rem!important}.me-54{margin-right:3.375rem!important}.me-56{margin-right:3.5rem!important}.me-58{margin-right:3.625rem!important}.me-60{margin-right:3.75rem!important}.me-62{margin-right:3.875rem!important}.me-64{margin-right:4rem!important}.me-66{margin-right:4.125rem!important}.me-68{margin-right:4.25rem!important}.me-70{margin-right:4.375rem!important}.me-72{margin-right:4.5rem!important}.me-74{margin-right:4.625rem!important}.me-76{margin-right:4.75rem!important}.me-78{margin-right:4.875rem!important}.me-80{margin-right:5rem!important}.me-82{margin-right:5.125rem!important}.me-84{margin-right:5.25rem!important}.me-86{margin-right:5.375rem!important}.me-88{margin-right:5.5rem!important}.me-90{margin-right:5.625rem!important}.me-92{margin-right:5.75rem!important}.me-94{margin-right:5.875rem!important}.me-96{margin-right:6rem!important}.me-98{margin-right:6.125rem!important}.me-100{margin-right:6.25rem!important}.me-102{margin-right:6.375rem!important}.me-104{margin-right:6.5rem!important}.me-106{margin-right:6.625rem!important}.me-108{margin-right:6.75rem!important}.me-110{margin-right:6.875rem!important}.me-112{margin-right:7rem!important}.me-114{margin-right:7.125rem!important}.me-116{margin-right:7.25rem!important}.me-118{margin-right:7.375rem!important}.me-120{margin-right:7.5rem!important}.me-122{margin-right:7.625rem!important}.me-124{margin-right:7.75rem!important}.me-126{margin-right:7.875rem!important}.me-128{margin-right:8rem!important}.me-130{margin-right:8.125rem!important}.me-132{margin-right:8.25rem!important}.me-134{margin-right:8.375rem!important}.me-136{margin-right:8.5rem!important}.me-138{margin-right:8.625rem!important}.me-140{margin-right:8.75rem!important}.me-142{margin-right:8.875rem!important}.me-144{margin-right:9rem!important}.me-146{margin-right:9.125rem!important}.me-148{margin-right:9.25rem!important}.me-150{margin-right:9.375rem!important}.me-152{margin-right:9.5rem!important}.me-154{margin-right:9.625rem!important}.me-156{margin-right:9.75rem!important}.me-158{margin-right:9.875rem!important}.me-160{margin-right:10rem!important}.me-162{margin-right:10.125rem!important}.me-164{margin-right:10.25rem!important}.me-166{margin-right:10.375rem!important}.me-168{margin-right:10.5rem!important}.me-170{margin-right:10.625rem!important}.me-172{margin-right:10.75rem!important}.me-174{margin-right:10.875rem!important}.me-176{margin-right:11rem!important}.me-178{margin-right:11.125rem!important}.me-180{margin-right:11.25rem!important}.me-182{margin-right:11.375rem!important}.me-184{margin-right:11.5rem!important}.me-186{margin-right:11.625rem!important}.me-188{margin-right:11.75rem!important}.me-190{margin-right:11.875rem!important}.me-192{margin-right:12rem!important}.me-194{margin-right:12.125rem!important}.me-196{margin-right:12.25rem!important}.me-198{margin-right:12.375rem!important}.me-200{margin-right:12.5rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-2{margin-bottom:.125rem!important}.mb-4{margin-bottom:.25rem!important}.mb-6{margin-bottom:.375rem!important}.mb-8{margin-bottom:.5rem!important}.mb-10{margin-bottom:.625rem!important}.mb-12{margin-bottom:.75rem!important}.mb-14{margin-bottom:.875rem!important}.mb-16{margin-bottom:1rem!important}.mb-18{margin-bottom:1.125rem!important}.mb-20{margin-bottom:1.25rem!important}.mb-22{margin-bottom:1.375rem!important}.mb-24{margin-bottom:1.5rem!important}.mb-26{margin-bottom:1.625rem!important}.mb-28{margin-bottom:1.75rem!important}.mb-30{margin-bottom:1.875rem!important}.mb-32{margin-bottom:2rem!important}.mb-34{margin-bottom:2.125rem!important}.mb-36{margin-bottom:2.25rem!important}.mb-38{margin-bottom:2.375rem!important}.mb-40{margin-bottom:2.5rem!important}.mb-42{margin-bottom:2.625rem!important}.mb-44{margin-bottom:2.75rem!important}.mb-46{margin-bottom:2.875rem!important}.mb-48{margin-bottom:3rem!important}.mb-50{margin-bottom:3.125rem!important}.mb-52{margin-bottom:3.25rem!important}.mb-54{margin-bottom:3.375rem!important}.mb-56{margin-bottom:3.5rem!important}.mb-58{margin-bottom:3.625rem!important}.mb-60{margin-bottom:3.75rem!important}.mb-62{margin-bottom:3.875rem!important}.mb-64{margin-bottom:4rem!important}.mb-66{margin-bottom:4.125rem!important}.mb-68{margin-bottom:4.25rem!important}.mb-70{margin-bottom:4.375rem!important}.mb-72{margin-bottom:4.5rem!important}.mb-74{margin-bottom:4.625rem!important}.mb-76{margin-bottom:4.75rem!important}.mb-78{margin-bottom:4.875rem!important}.mb-80{margin-bottom:5rem!important}.mb-82{margin-bottom:5.125rem!important}.mb-84{margin-bottom:5.25rem!important}.mb-86{margin-bottom:5.375rem!important}.mb-88{margin-bottom:5.5rem!important}.mb-90{margin-bottom:5.625rem!important}.mb-92{margin-bottom:5.75rem!important}.mb-94{margin-bottom:5.875rem!important}.mb-96{margin-bottom:6rem!important}.mb-98{margin-bottom:6.125rem!important}.mb-100{margin-bottom:6.25rem!important}.mb-102{margin-bottom:6.375rem!important}.mb-104{margin-bottom:6.5rem!important}.mb-106{margin-bottom:6.625rem!important}.mb-108{margin-bottom:6.75rem!important}.mb-110{margin-bottom:6.875rem!important}.mb-112{margin-bottom:7rem!important}.mb-114{margin-bottom:7.125rem!important}.mb-116{margin-bottom:7.25rem!important}.mb-118{margin-bottom:7.375rem!important}.mb-120{margin-bottom:7.5rem!important}.mb-122{margin-bottom:7.625rem!important}.mb-124{margin-bottom:7.75rem!important}.mb-126{margin-bottom:7.875rem!important}.mb-128{margin-bottom:8rem!important}.mb-130{margin-bottom:8.125rem!important}.mb-132{margin-bottom:8.25rem!important}.mb-134{margin-bottom:8.375rem!important}.mb-136{margin-bottom:8.5rem!important}.mb-138{margin-bottom:8.625rem!important}.mb-140{margin-bottom:8.75rem!important}.mb-142{margin-bottom:8.875rem!important}.mb-144{margin-bottom:9rem!important}.mb-146{margin-bottom:9.125rem!important}.mb-148{margin-bottom:9.25rem!important}.mb-150{margin-bottom:9.375rem!important}.mb-152{margin-bottom:9.5rem!important}.mb-154{margin-bottom:9.625rem!important}.mb-156{margin-bottom:9.75rem!important}.mb-158{margin-bottom:9.875rem!important}.mb-160{margin-bottom:10rem!important}.mb-162{margin-bottom:10.125rem!important}.mb-164{margin-bottom:10.25rem!important}.mb-166{margin-bottom:10.375rem!important}.mb-168{margin-bottom:10.5rem!important}.mb-170{margin-bottom:10.625rem!important}.mb-172{margin-bottom:10.75rem!important}.mb-174{margin-bottom:10.875rem!important}.mb-176{margin-bottom:11rem!important}.mb-178{margin-bottom:11.125rem!important}.mb-180{margin-bottom:11.25rem!important}.mb-182{margin-bottom:11.375rem!important}.mb-184{margin-bottom:11.5rem!important}.mb-186{margin-bottom:11.625rem!important}.mb-188{margin-bottom:11.75rem!important}.mb-190{margin-bottom:11.875rem!important}.mb-192{margin-bottom:12rem!important}.mb-194{margin-bottom:12.125rem!important}.mb-196{margin-bottom:12.25rem!important}.mb-198{margin-bottom:12.375rem!important}.mb-200{margin-bottom:12.5rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-2{margin-left:.125rem!important}.ms-4{margin-left:.25rem!important}.ms-6{margin-left:.375rem!important}.ms-8{margin-left:.5rem!important}.ms-10{margin-left:.625rem!important}.ms-12{margin-left:.75rem!important}.ms-14{margin-left:.875rem!important}.ms-16{margin-left:1rem!important}.ms-18{margin-left:1.125rem!important}.ms-20{margin-left:1.25rem!important}.ms-22{margin-left:1.375rem!important}.ms-24{margin-left:1.5rem!important}.ms-26{margin-left:1.625rem!important}.ms-28{margin-left:1.75rem!important}.ms-30{margin-left:1.875rem!important}.ms-32{margin-left:2rem!important}.ms-34{margin-left:2.125rem!important}.ms-36{margin-left:2.25rem!important}.ms-38{margin-left:2.375rem!important}.ms-40{margin-left:2.5rem!important}.ms-42{margin-left:2.625rem!important}.ms-44{margin-left:2.75rem!important}.ms-46{margin-left:2.875rem!important}.ms-48{margin-left:3rem!important}.ms-50{margin-left:3.125rem!important}.ms-52{margin-left:3.25rem!important}.ms-54{margin-left:3.375rem!important}.ms-56{margin-left:3.5rem!important}.ms-58{margin-left:3.625rem!important}.ms-60{margin-left:3.75rem!important}.ms-62{margin-left:3.875rem!important}.ms-64{margin-left:4rem!important}.ms-66{margin-left:4.125rem!important}.ms-68{margin-left:4.25rem!important}.ms-70{margin-left:4.375rem!important}.ms-72{margin-left:4.5rem!important}.ms-74{margin-left:4.625rem!important}.ms-76{margin-left:4.75rem!important}.ms-78{margin-left:4.875rem!important}.ms-80{margin-left:5rem!important}.ms-82{margin-left:5.125rem!important}.ms-84{margin-left:5.25rem!important}.ms-86{margin-left:5.375rem!important}.ms-88{margin-left:5.5rem!important}.ms-90{margin-left:5.625rem!important}.ms-92{margin-left:5.75rem!important}.ms-94{margin-left:5.875rem!important}.ms-96{margin-left:6rem!important}.ms-98{margin-left:6.125rem!important}.ms-100{margin-left:6.25rem!important}.ms-102{margin-left:6.375rem!important}.ms-104{margin-left:6.5rem!important}.ms-106{margin-left:6.625rem!important}.ms-108{margin-left:6.75rem!important}.ms-110{margin-left:6.875rem!important}.ms-112{margin-left:7rem!important}.ms-114{margin-left:7.125rem!important}.ms-116{margin-left:7.25rem!important}.ms-118{margin-left:7.375rem!important}.ms-120{margin-left:7.5rem!important}.ms-122{margin-left:7.625rem!important}.ms-124{margin-left:7.75rem!important}.ms-126{margin-left:7.875rem!important}.ms-128{margin-left:8rem!important}.ms-130{margin-left:8.125rem!important}.ms-132{margin-left:8.25rem!important}.ms-134{margin-left:8.375rem!important}.ms-136{margin-left:8.5rem!important}.ms-138{margin-left:8.625rem!important}.ms-140{margin-left:8.75rem!important}.ms-142{margin-left:8.875rem!important}.ms-144{margin-left:9rem!important}.ms-146{margin-left:9.125rem!important}.ms-148{margin-left:9.25rem!important}.ms-150{margin-left:9.375rem!important}.ms-152{margin-left:9.5rem!important}.ms-154{margin-left:9.625rem!important}.ms-156{margin-left:9.75rem!important}.ms-158{margin-left:9.875rem!important}.ms-160{margin-left:10rem!important}.ms-162{margin-left:10.125rem!important}.ms-164{margin-left:10.25rem!important}.ms-166{margin-left:10.375rem!important}.ms-168{margin-left:10.5rem!important}.ms-170{margin-left:10.625rem!important}.ms-172{margin-left:10.75rem!important}.ms-174{margin-left:10.875rem!important}.ms-176{margin-left:11rem!important}.ms-178{margin-left:11.125rem!important}.ms-180{margin-left:11.25rem!important}.ms-182{margin-left:11.375rem!important}.ms-184{margin-left:11.5rem!important}.ms-186{margin-left:11.625rem!important}.ms-188{margin-left:11.75rem!important}.ms-190{margin-left:11.875rem!important}.ms-192{margin-left:12rem!important}.ms-194{margin-left:12.125rem!important}.ms-196{margin-left:12.25rem!important}.ms-198{margin-left:12.375rem!important}.ms-200{margin-left:12.5rem!important}.ms-auto{margin-left:auto!important}.m-n0{margin:0!important}.m-n2{margin:-.125rem!important}.m-n4{margin:-.25rem!important}.m-n6{margin:-.375rem!important}.m-n8{margin:-.5rem!important}.m-n10{margin:-.625rem!important}.m-n12{margin:-.75rem!important}.m-n14{margin:-.875rem!important}.m-n16{margin:-1rem!important}.m-n18{margin:-1.125rem!important}.m-n20{margin:-1.25rem!important}.m-n22{margin:-1.375rem!important}.m-n24{margin:-1.5rem!important}.m-n26{margin:-1.625rem!important}.m-n28{margin:-1.75rem!important}.m-n30{margin:-1.875rem!important}.m-n32{margin:-2rem!important}.m-n34{margin:-2.125rem!important}.m-n36{margin:-2.25rem!important}.m-n38{margin:-2.375rem!important}.m-n40{margin:-2.5rem!important}.m-n42{margin:-2.625rem!important}.m-n44{margin:-2.75rem!important}.m-n46{margin:-2.875rem!important}.m-n48{margin:-3rem!important}.m-n50{margin:-3.125rem!important}.m-n52{margin:-3.25rem!important}.m-n54{margin:-3.375rem!important}.m-n56{margin:-3.5rem!important}.m-n58{margin:-3.625rem!important}.m-n60{margin:-3.75rem!important}.m-n62{margin:-3.875rem!important}.m-n64{margin:-4rem!important}.m-n66{margin:-4.125rem!important}.m-n68{margin:-4.25rem!important}.m-n70{margin:-4.375rem!important}.m-n72{margin:-4.5rem!important}.m-n74{margin:-4.625rem!important}.m-n76{margin:-4.75rem!important}.m-n78{margin:-4.875rem!important}.m-n80{margin:-5rem!important}.m-n82{margin:-5.125rem!important}.m-n84{margin:-5.25rem!important}.m-n86{margin:-5.375rem!important}.m-n88{margin:-5.5rem!important}.m-n90{margin:-5.625rem!important}.m-n92{margin:-5.75rem!important}.m-n94{margin:-5.875rem!important}.m-n96{margin:-6rem!important}.m-n98{margin:-6.125rem!important}.m-n100{margin:-6.25rem!important}.m-n102{margin:-6.375rem!important}.m-n104{margin:-6.5rem!important}.m-n106{margin:-6.625rem!important}.m-n108{margin:-6.75rem!important}.m-n110{margin:-6.875rem!important}.m-n112{margin:-7rem!important}.m-n114{margin:-7.125rem!important}.m-n116{margin:-7.25rem!important}.m-n118{margin:-7.375rem!important}.m-n120{margin:-7.5rem!important}.m-n122{margin:-7.625rem!important}.m-n124{margin:-7.75rem!important}.m-n126{margin:-7.875rem!important}.m-n128{margin:-8rem!important}.m-n130{margin:-8.125rem!important}.m-n132{margin:-8.25rem!important}.m-n134{margin:-8.375rem!important}.m-n136{margin:-8.5rem!important}.m-n138{margin:-8.625rem!important}.m-n140{margin:-8.75rem!important}.m-n142{margin:-8.875rem!important}.m-n144{margin:-9rem!important}.m-n146{margin:-9.125rem!important}.m-n148{margin:-9.25rem!important}.m-n150{margin:-9.375rem!important}.m-n152{margin:-9.5rem!important}.m-n154{margin:-9.625rem!important}.m-n156{margin:-9.75rem!important}.m-n158{margin:-9.875rem!important}.m-n160{margin:-10rem!important}.m-n162{margin:-10.125rem!important}.m-n164{margin:-10.25rem!important}.m-n166{margin:-10.375rem!important}.m-n168{margin:-10.5rem!important}.m-n170{margin:-10.625rem!important}.m-n172{margin:-10.75rem!important}.m-n174{margin:-10.875rem!important}.m-n176{margin:-11rem!important}.m-n178{margin:-11.125rem!important}.m-n180{margin:-11.25rem!important}.m-n182{margin:-11.375rem!important}.m-n184{margin:-11.5rem!important}.m-n186{margin:-11.625rem!important}.m-n188{margin:-11.75rem!important}.m-n190{margin:-11.875rem!important}.m-n192{margin:-12rem!important}.m-n194{margin:-12.125rem!important}.m-n196{margin:-12.25rem!important}.m-n198{margin:-12.375rem!important}.m-n200{margin:-12.5rem!important}.mx-n0{margin-left:0!important;margin-right:0!important}.mx-n2{margin-left:-.125rem!important;margin-right:-.125rem!important}.mx-n4{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-n6{margin-left:-.375rem!important;margin-right:-.375rem!important}.mx-n8{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-n10{margin-left:-.625rem!important;margin-right:-.625rem!important}.mx-n12{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-n14{margin-left:-.875rem!important;margin-right:-.875rem!important}.mx-n16{margin-left:-1rem!important;margin-right:-1rem!important}.mx-n18{margin-left:-1.125rem!important;margin-right:-1.125rem!important}.mx-n20{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-n22{margin-left:-1.375rem!important;margin-right:-1.375rem!important}.mx-n24{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-n26{margin-left:-1.625rem!important;margin-right:-1.625rem!important}.mx-n28{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-n30{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.mx-n32{margin-left:-2rem!important;margin-right:-2rem!important}.mx-n34{margin-left:-2.125rem!important;margin-right:-2.125rem!important}.mx-n36{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-n38{margin-left:-2.375rem!important;margin-right:-2.375rem!important}.mx-n40{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-n42{margin-left:-2.625rem!important;margin-right:-2.625rem!important}.mx-n44{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-n46{margin-left:-2.875rem!important;margin-right:-2.875rem!important}.mx-n48{margin-left:-3rem!important;margin-right:-3rem!important}.mx-n50{margin-left:-3.125rem!important;margin-right:-3.125rem!important}.mx-n52{margin-left:-3.25rem!important;margin-right:-3.25rem!important}.mx-n54{margin-left:-3.375rem!important;margin-right:-3.375rem!important}.mx-n56{margin-left:-3.5rem!important;margin-right:-3.5rem!important}.mx-n58{margin-left:-3.625rem!important;margin-right:-3.625rem!important}.mx-n60{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-n62{margin-left:-3.875rem!important;margin-right:-3.875rem!important}.mx-n64{margin-left:-4rem!important;margin-right:-4rem!important}.mx-n66{margin-left:-4.125rem!important;margin-right:-4.125rem!important}.mx-n68{margin-left:-4.25rem!important;margin-right:-4.25rem!important}.mx-n70{margin-left:-4.375rem!important;margin-right:-4.375rem!important}.mx-n72{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-n74{margin-left:-4.625rem!important;margin-right:-4.625rem!important}.mx-n76{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-n78{margin-left:-4.875rem!important;margin-right:-4.875rem!important}.mx-n80{margin-left:-5rem!important;margin-right:-5rem!important}.mx-n82{margin-left:-5.125rem!important;margin-right:-5.125rem!important}.mx-n84{margin-left:-5.25rem!important;margin-right:-5.25rem!important}.mx-n86{margin-left:-5.375rem!important;margin-right:-5.375rem!important}.mx-n88{margin-left:-5.5rem!important;margin-right:-5.5rem!important}.mx-n90{margin-left:-5.625rem!important;margin-right:-5.625rem!important}.mx-n92{margin-left:-5.75rem!important;margin-right:-5.75rem!important}.mx-n94{margin-left:-5.875rem!important;margin-right:-5.875rem!important}.mx-n96{margin-left:-6rem!important;margin-right:-6rem!important}.mx-n98{margin-left:-6.125rem!important;margin-right:-6.125rem!important}.mx-n100{margin-left:-6.25rem!important;margin-right:-6.25rem!important}.mx-n102{margin-left:-6.375rem!important;margin-right:-6.375rem!important}.mx-n104{margin-left:-6.5rem!important;margin-right:-6.5rem!important}.mx-n106{margin-left:-6.625rem!important;margin-right:-6.625rem!important}.mx-n108{margin-left:-6.75rem!important;margin-right:-6.75rem!important}.mx-n110{margin-left:-6.875rem!important;margin-right:-6.875rem!important}.mx-n112{margin-left:-7rem!important;margin-right:-7rem!important}.mx-n114{margin-left:-7.125rem!important;margin-right:-7.125rem!important}.mx-n116{margin-left:-7.25rem!important;margin-right:-7.25rem!important}.mx-n118{margin-left:-7.375rem!important;margin-right:-7.375rem!important}.mx-n120{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-n122{margin-left:-7.625rem!important;margin-right:-7.625rem!important}.mx-n124{margin-left:-7.75rem!important;margin-right:-7.75rem!important}.mx-n126{margin-left:-7.875rem!important;margin-right:-7.875rem!important}.mx-n128{margin-left:-8rem!important;margin-right:-8rem!important}.mx-n130{margin-left:-8.125rem!important;margin-right:-8.125rem!important}.mx-n132{margin-left:-8.25rem!important;margin-right:-8.25rem!important}.mx-n134{margin-left:-8.375rem!important;margin-right:-8.375rem!important}.mx-n136{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-n138{margin-left:-8.625rem!important;margin-right:-8.625rem!important}.mx-n140{margin-left:-8.75rem!important;margin-right:-8.75rem!important}.mx-n142{margin-left:-8.875rem!important;margin-right:-8.875rem!important}.mx-n144{margin-left:-9rem!important;margin-right:-9rem!important}.mx-n146{margin-left:-9.125rem!important;margin-right:-9.125rem!important}.mx-n148{margin-left:-9.25rem!important;margin-right:-9.25rem!important}.mx-n150{margin-left:-9.375rem!important;margin-right:-9.375rem!important}.mx-n152{margin-left:-9.5rem!important;margin-right:-9.5rem!important}.mx-n154{margin-left:-9.625rem!important;margin-right:-9.625rem!important}.mx-n156{margin-left:-9.75rem!important;margin-right:-9.75rem!important}.mx-n158{margin-left:-9.875rem!important;margin-right:-9.875rem!important}.mx-n160{margin-left:-10rem!important;margin-right:-10rem!important}.mx-n162{margin-left:-10.125rem!important;margin-right:-10.125rem!important}.mx-n164{margin-left:-10.25rem!important;margin-right:-10.25rem!important}.mx-n166{margin-left:-10.375rem!important;margin-right:-10.375rem!important}.mx-n168{margin-left:-10.5rem!important;margin-right:-10.5rem!important}.mx-n170{margin-left:-10.625rem!important;margin-right:-10.625rem!important}.mx-n172{margin-left:-10.75rem!important;margin-right:-10.75rem!important}.mx-n174{margin-left:-10.875rem!important;margin-right:-10.875rem!important}.mx-n176{margin-left:-11rem!important;margin-right:-11rem!important}.mx-n178{margin-left:-11.125rem!important;margin-right:-11.125rem!important}.mx-n180{margin-left:-11.25rem!important;margin-right:-11.25rem!important}.mx-n182{margin-left:-11.375rem!important;margin-right:-11.375rem!important}.mx-n184{margin-left:-11.5rem!important;margin-right:-11.5rem!important}.mx-n186{margin-left:-11.625rem!important;margin-right:-11.625rem!important}.mx-n188{margin-left:-11.75rem!important;margin-right:-11.75rem!important}.mx-n190{margin-left:-11.875rem!important;margin-right:-11.875rem!important}.mx-n192{margin-left:-12rem!important;margin-right:-12rem!important}.mx-n194{margin-left:-12.125rem!important;margin-right:-12.125rem!important}.mx-n196{margin-left:-12.25rem!important;margin-right:-12.25rem!important}.mx-n198{margin-left:-12.375rem!important;margin-right:-12.375rem!important}.mx-n200{margin-left:-12.5rem!important;margin-right:-12.5rem!important}.my-n0{margin-bottom:0!important;margin-top:0!important}.my-n2{margin-bottom:-.125rem!important;margin-top:-.125rem!important}.my-n4{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-n6{margin-bottom:-.375rem!important;margin-top:-.375rem!important}.my-n8{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-n10{margin-bottom:-.625rem!important;margin-top:-.625rem!important}.my-n12{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-n14{margin-bottom:-.875rem!important;margin-top:-.875rem!important}.my-n16{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-n18{margin-bottom:-1.125rem!important;margin-top:-1.125rem!important}.my-n20{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-n22{margin-bottom:-1.375rem!important;margin-top:-1.375rem!important}.my-n24{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-n26{margin-bottom:-1.625rem!important;margin-top:-1.625rem!important}.my-n28{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-n30{margin-bottom:-1.875rem!important;margin-top:-1.875rem!important}.my-n32{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-n34{margin-bottom:-2.125rem!important;margin-top:-2.125rem!important}.my-n36{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-n38{margin-bottom:-2.375rem!important;margin-top:-2.375rem!important}.my-n40{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-n42{margin-bottom:-2.625rem!important;margin-top:-2.625rem!important}.my-n44{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-n46{margin-bottom:-2.875rem!important;margin-top:-2.875rem!important}.my-n48{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-n50{margin-bottom:-3.125rem!important;margin-top:-3.125rem!important}.my-n52{margin-bottom:-3.25rem!important;margin-top:-3.25rem!important}.my-n54{margin-bottom:-3.375rem!important;margin-top:-3.375rem!important}.my-n56{margin-bottom:-3.5rem!important;margin-top:-3.5rem!important}.my-n58{margin-bottom:-3.625rem!important;margin-top:-3.625rem!important}.my-n60{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-n62{margin-bottom:-3.875rem!important;margin-top:-3.875rem!important}.my-n64{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-n66{margin-bottom:-4.125rem!important;margin-top:-4.125rem!important}.my-n68{margin-bottom:-4.25rem!important;margin-top:-4.25rem!important}.my-n70{margin-bottom:-4.375rem!important;margin-top:-4.375rem!important}.my-n72{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-n74{margin-bottom:-4.625rem!important;margin-top:-4.625rem!important}.my-n76{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-n78{margin-bottom:-4.875rem!important;margin-top:-4.875rem!important}.my-n80{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-n82{margin-bottom:-5.125rem!important;margin-top:-5.125rem!important}.my-n84{margin-bottom:-5.25rem!important;margin-top:-5.25rem!important}.my-n86{margin-bottom:-5.375rem!important;margin-top:-5.375rem!important}.my-n88{margin-bottom:-5.5rem!important;margin-top:-5.5rem!important}.my-n90{margin-bottom:-5.625rem!important;margin-top:-5.625rem!important}.my-n92{margin-bottom:-5.75rem!important;margin-top:-5.75rem!important}.my-n94{margin-bottom:-5.875rem!important;margin-top:-5.875rem!important}.my-n96{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-n98{margin-bottom:-6.125rem!important;margin-top:-6.125rem!important}.my-n100{margin-bottom:-6.25rem!important;margin-top:-6.25rem!important}.my-n102{margin-bottom:-6.375rem!important;margin-top:-6.375rem!important}.my-n104{margin-bottom:-6.5rem!important;margin-top:-6.5rem!important}.my-n106{margin-bottom:-6.625rem!important;margin-top:-6.625rem!important}.my-n108{margin-bottom:-6.75rem!important;margin-top:-6.75rem!important}.my-n110{margin-bottom:-6.875rem!important;margin-top:-6.875rem!important}.my-n112{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-n114{margin-bottom:-7.125rem!important;margin-top:-7.125rem!important}.my-n116{margin-bottom:-7.25rem!important;margin-top:-7.25rem!important}.my-n118{margin-bottom:-7.375rem!important;margin-top:-7.375rem!important}.my-n120{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-n122{margin-bottom:-7.625rem!important;margin-top:-7.625rem!important}.my-n124{margin-bottom:-7.75rem!important;margin-top:-7.75rem!important}.my-n126{margin-bottom:-7.875rem!important;margin-top:-7.875rem!important}.my-n128{margin-bottom:-8rem!important;margin-top:-8rem!important}.my-n130{margin-bottom:-8.125rem!important;margin-top:-8.125rem!important}.my-n132{margin-bottom:-8.25rem!important;margin-top:-8.25rem!important}.my-n134{margin-bottom:-8.375rem!important;margin-top:-8.375rem!important}.my-n136{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-n138{margin-bottom:-8.625rem!important;margin-top:-8.625rem!important}.my-n140{margin-bottom:-8.75rem!important;margin-top:-8.75rem!important}.my-n142{margin-bottom:-8.875rem!important;margin-top:-8.875rem!important}.my-n144{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-n146{margin-bottom:-9.125rem!important;margin-top:-9.125rem!important}.my-n148{margin-bottom:-9.25rem!important;margin-top:-9.25rem!important}.my-n150{margin-bottom:-9.375rem!important;margin-top:-9.375rem!important}.my-n152{margin-bottom:-9.5rem!important;margin-top:-9.5rem!important}.my-n154{margin-bottom:-9.625rem!important;margin-top:-9.625rem!important}.my-n156{margin-bottom:-9.75rem!important;margin-top:-9.75rem!important}.my-n158{margin-bottom:-9.875rem!important;margin-top:-9.875rem!important}.my-n160{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-n162{margin-bottom:-10.125rem!important;margin-top:-10.125rem!important}.my-n164{margin-bottom:-10.25rem!important;margin-top:-10.25rem!important}.my-n166{margin-bottom:-10.375rem!important;margin-top:-10.375rem!important}.my-n168{margin-bottom:-10.5rem!important;margin-top:-10.5rem!important}.my-n170{margin-bottom:-10.625rem!important;margin-top:-10.625rem!important}.my-n172{margin-bottom:-10.75rem!important;margin-top:-10.75rem!important}.my-n174{margin-bottom:-10.875rem!important;margin-top:-10.875rem!important}.my-n176{margin-bottom:-11rem!important;margin-top:-11rem!important}.my-n178{margin-bottom:-11.125rem!important;margin-top:-11.125rem!important}.my-n180{margin-bottom:-11.25rem!important;margin-top:-11.25rem!important}.my-n182{margin-bottom:-11.375rem!important;margin-top:-11.375rem!important}.my-n184{margin-bottom:-11.5rem!important;margin-top:-11.5rem!important}.my-n186{margin-bottom:-11.625rem!important;margin-top:-11.625rem!important}.my-n188{margin-bottom:-11.75rem!important;margin-top:-11.75rem!important}.my-n190{margin-bottom:-11.875rem!important;margin-top:-11.875rem!important}.my-n192{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-n194{margin-bottom:-12.125rem!important;margin-top:-12.125rem!important}.my-n196{margin-bottom:-12.25rem!important;margin-top:-12.25rem!important}.my-n198{margin-bottom:-12.375rem!important;margin-top:-12.375rem!important}.my-n200{margin-bottom:-12.5rem!important;margin-top:-12.5rem!important}.mt-n0{margin-top:0!important}.mt-n2{margin-top:-.125rem!important}.mt-n4{margin-top:-.25rem!important}.mt-n6{margin-top:-.375rem!important}.mt-n8{margin-top:-.5rem!important}.mt-n10{margin-top:-.625rem!important}.mt-n12{margin-top:-.75rem!important}.mt-n14{margin-top:-.875rem!important}.mt-n16{margin-top:-1rem!important}.mt-n18{margin-top:-1.125rem!important}.mt-n20{margin-top:-1.25rem!important}.mt-n22{margin-top:-1.375rem!important}.mt-n24{margin-top:-1.5rem!important}.mt-n26{margin-top:-1.625rem!important}.mt-n28{margin-top:-1.75rem!important}.mt-n30{margin-top:-1.875rem!important}.mt-n32{margin-top:-2rem!important}.mt-n34{margin-top:-2.125rem!important}.mt-n36{margin-top:-2.25rem!important}.mt-n38{margin-top:-2.375rem!important}.mt-n40{margin-top:-2.5rem!important}.mt-n42{margin-top:-2.625rem!important}.mt-n44{margin-top:-2.75rem!important}.mt-n46{margin-top:-2.875rem!important}.mt-n48{margin-top:-3rem!important}.mt-n50{margin-top:-3.125rem!important}.mt-n52{margin-top:-3.25rem!important}.mt-n54{margin-top:-3.375rem!important}.mt-n56{margin-top:-3.5rem!important}.mt-n58{margin-top:-3.625rem!important}.mt-n60{margin-top:-3.75rem!important}.mt-n62{margin-top:-3.875rem!important}.mt-n64{margin-top:-4rem!important}.mt-n66{margin-top:-4.125rem!important}.mt-n68{margin-top:-4.25rem!important}.mt-n70{margin-top:-4.375rem!important}.mt-n72{margin-top:-4.5rem!important}.mt-n74{margin-top:-4.625rem!important}.mt-n76{margin-top:-4.75rem!important}.mt-n78{margin-top:-4.875rem!important}.mt-n80{margin-top:-5rem!important}.mt-n82{margin-top:-5.125rem!important}.mt-n84{margin-top:-5.25rem!important}.mt-n86{margin-top:-5.375rem!important}.mt-n88{margin-top:-5.5rem!important}.mt-n90{margin-top:-5.625rem!important}.mt-n92{margin-top:-5.75rem!important}.mt-n94{margin-top:-5.875rem!important}.mt-n96{margin-top:-6rem!important}.mt-n98{margin-top:-6.125rem!important}.mt-n100{margin-top:-6.25rem!important}.mt-n102{margin-top:-6.375rem!important}.mt-n104{margin-top:-6.5rem!important}.mt-n106{margin-top:-6.625rem!important}.mt-n108{margin-top:-6.75rem!important}.mt-n110{margin-top:-6.875rem!important}.mt-n112{margin-top:-7rem!important}.mt-n114{margin-top:-7.125rem!important}.mt-n116{margin-top:-7.25rem!important}.mt-n118{margin-top:-7.375rem!important}.mt-n120{margin-top:-7.5rem!important}.mt-n122{margin-top:-7.625rem!important}.mt-n124{margin-top:-7.75rem!important}.mt-n126{margin-top:-7.875rem!important}.mt-n128{margin-top:-8rem!important}.mt-n130{margin-top:-8.125rem!important}.mt-n132{margin-top:-8.25rem!important}.mt-n134{margin-top:-8.375rem!important}.mt-n136{margin-top:-8.5rem!important}.mt-n138{margin-top:-8.625rem!important}.mt-n140{margin-top:-8.75rem!important}.mt-n142{margin-top:-8.875rem!important}.mt-n144{margin-top:-9rem!important}.mt-n146{margin-top:-9.125rem!important}.mt-n148{margin-top:-9.25rem!important}.mt-n150{margin-top:-9.375rem!important}.mt-n152{margin-top:-9.5rem!important}.mt-n154{margin-top:-9.625rem!important}.mt-n156{margin-top:-9.75rem!important}.mt-n158{margin-top:-9.875rem!important}.mt-n160{margin-top:-10rem!important}.mt-n162{margin-top:-10.125rem!important}.mt-n164{margin-top:-10.25rem!important}.mt-n166{margin-top:-10.375rem!important}.mt-n168{margin-top:-10.5rem!important}.mt-n170{margin-top:-10.625rem!important}.mt-n172{margin-top:-10.75rem!important}.mt-n174{margin-top:-10.875rem!important}.mt-n176{margin-top:-11rem!important}.mt-n178{margin-top:-11.125rem!important}.mt-n180{margin-top:-11.25rem!important}.mt-n182{margin-top:-11.375rem!important}.mt-n184{margin-top:-11.5rem!important}.mt-n186{margin-top:-11.625rem!important}.mt-n188{margin-top:-11.75rem!important}.mt-n190{margin-top:-11.875rem!important}.mt-n192{margin-top:-12rem!important}.mt-n194{margin-top:-12.125rem!important}.mt-n196{margin-top:-12.25rem!important}.mt-n198{margin-top:-12.375rem!important}.mt-n200{margin-top:-12.5rem!important}.me-n0{margin-right:0!important}.me-n2{margin-right:-.125rem!important}.me-n4{margin-right:-.25rem!important}.me-n6{margin-right:-.375rem!important}.me-n8{margin-right:-.5rem!important}.me-n10{margin-right:-.625rem!important}.me-n12{margin-right:-.75rem!important}.me-n14{margin-right:-.875rem!important}.me-n16{margin-right:-1rem!important}.me-n18{margin-right:-1.125rem!important}.me-n20{margin-right:-1.25rem!important}.me-n22{margin-right:-1.375rem!important}.me-n24{margin-right:-1.5rem!important}.me-n26{margin-right:-1.625rem!important}.me-n28{margin-right:-1.75rem!important}.me-n30{margin-right:-1.875rem!important}.me-n32{margin-right:-2rem!important}.me-n34{margin-right:-2.125rem!important}.me-n36{margin-right:-2.25rem!important}.me-n38{margin-right:-2.375rem!important}.me-n40{margin-right:-2.5rem!important}.me-n42{margin-right:-2.625rem!important}.me-n44{margin-right:-2.75rem!important}.me-n46{margin-right:-2.875rem!important}.me-n48{margin-right:-3rem!important}.me-n50{margin-right:-3.125rem!important}.me-n52{margin-right:-3.25rem!important}.me-n54{margin-right:-3.375rem!important}.me-n56{margin-right:-3.5rem!important}.me-n58{margin-right:-3.625rem!important}.me-n60{margin-right:-3.75rem!important}.me-n62{margin-right:-3.875rem!important}.me-n64{margin-right:-4rem!important}.me-n66{margin-right:-4.125rem!important}.me-n68{margin-right:-4.25rem!important}.me-n70{margin-right:-4.375rem!important}.me-n72{margin-right:-4.5rem!important}.me-n74{margin-right:-4.625rem!important}.me-n76{margin-right:-4.75rem!important}.me-n78{margin-right:-4.875rem!important}.me-n80{margin-right:-5rem!important}.me-n82{margin-right:-5.125rem!important}.me-n84{margin-right:-5.25rem!important}.me-n86{margin-right:-5.375rem!important}.me-n88{margin-right:-5.5rem!important}.me-n90{margin-right:-5.625rem!important}.me-n92{margin-right:-5.75rem!important}.me-n94{margin-right:-5.875rem!important}.me-n96{margin-right:-6rem!important}.me-n98{margin-right:-6.125rem!important}.me-n100{margin-right:-6.25rem!important}.me-n102{margin-right:-6.375rem!important}.me-n104{margin-right:-6.5rem!important}.me-n106{margin-right:-6.625rem!important}.me-n108{margin-right:-6.75rem!important}.me-n110{margin-right:-6.875rem!important}.me-n112{margin-right:-7rem!important}.me-n114{margin-right:-7.125rem!important}.me-n116{margin-right:-7.25rem!important}.me-n118{margin-right:-7.375rem!important}.me-n120{margin-right:-7.5rem!important}.me-n122{margin-right:-7.625rem!important}.me-n124{margin-right:-7.75rem!important}.me-n126{margin-right:-7.875rem!important}.me-n128{margin-right:-8rem!important}.me-n130{margin-right:-8.125rem!important}.me-n132{margin-right:-8.25rem!important}.me-n134{margin-right:-8.375rem!important}.me-n136{margin-right:-8.5rem!important}.me-n138{margin-right:-8.625rem!important}.me-n140{margin-right:-8.75rem!important}.me-n142{margin-right:-8.875rem!important}.me-n144{margin-right:-9rem!important}.me-n146{margin-right:-9.125rem!important}.me-n148{margin-right:-9.25rem!important}.me-n150{margin-right:-9.375rem!important}.me-n152{margin-right:-9.5rem!important}.me-n154{margin-right:-9.625rem!important}.me-n156{margin-right:-9.75rem!important}.me-n158{margin-right:-9.875rem!important}.me-n160{margin-right:-10rem!important}.me-n162{margin-right:-10.125rem!important}.me-n164{margin-right:-10.25rem!important}.me-n166{margin-right:-10.375rem!important}.me-n168{margin-right:-10.5rem!important}.me-n170{margin-right:-10.625rem!important}.me-n172{margin-right:-10.75rem!important}.me-n174{margin-right:-10.875rem!important}.me-n176{margin-right:-11rem!important}.me-n178{margin-right:-11.125rem!important}.me-n180{margin-right:-11.25rem!important}.me-n182{margin-right:-11.375rem!important}.me-n184{margin-right:-11.5rem!important}.me-n186{margin-right:-11.625rem!important}.me-n188{margin-right:-11.75rem!important}.me-n190{margin-right:-11.875rem!important}.me-n192{margin-right:-12rem!important}.me-n194{margin-right:-12.125rem!important}.me-n196{margin-right:-12.25rem!important}.me-n198{margin-right:-12.375rem!important}.me-n200{margin-right:-12.5rem!important}.mb-n0{margin-bottom:0!important}.mb-n2{margin-bottom:-.125rem!important}.mb-n4{margin-bottom:-.25rem!important}.mb-n6{margin-bottom:-.375rem!important}.mb-n8{margin-bottom:-.5rem!important}.mb-n10{margin-bottom:-.625rem!important}.mb-n12{margin-bottom:-.75rem!important}.mb-n14{margin-bottom:-.875rem!important}.mb-n16{margin-bottom:-1rem!important}.mb-n18{margin-bottom:-1.125rem!important}.mb-n20{margin-bottom:-1.25rem!important}.mb-n22{margin-bottom:-1.375rem!important}.mb-n24{margin-bottom:-1.5rem!important}.mb-n26{margin-bottom:-1.625rem!important}.mb-n28{margin-bottom:-1.75rem!important}.mb-n30{margin-bottom:-1.875rem!important}.mb-n32{margin-bottom:-2rem!important}.mb-n34{margin-bottom:-2.125rem!important}.mb-n36{margin-bottom:-2.25rem!important}.mb-n38{margin-bottom:-2.375rem!important}.mb-n40{margin-bottom:-2.5rem!important}.mb-n42{margin-bottom:-2.625rem!important}.mb-n44{margin-bottom:-2.75rem!important}.mb-n46{margin-bottom:-2.875rem!important}.mb-n48{margin-bottom:-3rem!important}.mb-n50{margin-bottom:-3.125rem!important}.mb-n52{margin-bottom:-3.25rem!important}.mb-n54{margin-bottom:-3.375rem!important}.mb-n56{margin-bottom:-3.5rem!important}.mb-n58{margin-bottom:-3.625rem!important}.mb-n60{margin-bottom:-3.75rem!important}.mb-n62{margin-bottom:-3.875rem!important}.mb-n64{margin-bottom:-4rem!important}.mb-n66{margin-bottom:-4.125rem!important}.mb-n68{margin-bottom:-4.25rem!important}.mb-n70{margin-bottom:-4.375rem!important}.mb-n72{margin-bottom:-4.5rem!important}.mb-n74{margin-bottom:-4.625rem!important}.mb-n76{margin-bottom:-4.75rem!important}.mb-n78{margin-bottom:-4.875rem!important}.mb-n80{margin-bottom:-5rem!important}.mb-n82{margin-bottom:-5.125rem!important}.mb-n84{margin-bottom:-5.25rem!important}.mb-n86{margin-bottom:-5.375rem!important}.mb-n88{margin-bottom:-5.5rem!important}.mb-n90{margin-bottom:-5.625rem!important}.mb-n92{margin-bottom:-5.75rem!important}.mb-n94{margin-bottom:-5.875rem!important}.mb-n96{margin-bottom:-6rem!important}.mb-n98{margin-bottom:-6.125rem!important}.mb-n100{margin-bottom:-6.25rem!important}.mb-n102{margin-bottom:-6.375rem!important}.mb-n104{margin-bottom:-6.5rem!important}.mb-n106{margin-bottom:-6.625rem!important}.mb-n108{margin-bottom:-6.75rem!important}.mb-n110{margin-bottom:-6.875rem!important}.mb-n112{margin-bottom:-7rem!important}.mb-n114{margin-bottom:-7.125rem!important}.mb-n116{margin-bottom:-7.25rem!important}.mb-n118{margin-bottom:-7.375rem!important}.mb-n120{margin-bottom:-7.5rem!important}.mb-n122{margin-bottom:-7.625rem!important}.mb-n124{margin-bottom:-7.75rem!important}.mb-n126{margin-bottom:-7.875rem!important}.mb-n128{margin-bottom:-8rem!important}.mb-n130{margin-bottom:-8.125rem!important}.mb-n132{margin-bottom:-8.25rem!important}.mb-n134{margin-bottom:-8.375rem!important}.mb-n136{margin-bottom:-8.5rem!important}.mb-n138{margin-bottom:-8.625rem!important}.mb-n140{margin-bottom:-8.75rem!important}.mb-n142{margin-bottom:-8.875rem!important}.mb-n144{margin-bottom:-9rem!important}.mb-n146{margin-bottom:-9.125rem!important}.mb-n148{margin-bottom:-9.25rem!important}.mb-n150{margin-bottom:-9.375rem!important}.mb-n152{margin-bottom:-9.5rem!important}.mb-n154{margin-bottom:-9.625rem!important}.mb-n156{margin-bottom:-9.75rem!important}.mb-n158{margin-bottom:-9.875rem!important}.mb-n160{margin-bottom:-10rem!important}.mb-n162{margin-bottom:-10.125rem!important}.mb-n164{margin-bottom:-10.25rem!important}.mb-n166{margin-bottom:-10.375rem!important}.mb-n168{margin-bottom:-10.5rem!important}.mb-n170{margin-bottom:-10.625rem!important}.mb-n172{margin-bottom:-10.75rem!important}.mb-n174{margin-bottom:-10.875rem!important}.mb-n176{margin-bottom:-11rem!important}.mb-n178{margin-bottom:-11.125rem!important}.mb-n180{margin-bottom:-11.25rem!important}.mb-n182{margin-bottom:-11.375rem!important}.mb-n184{margin-bottom:-11.5rem!important}.mb-n186{margin-bottom:-11.625rem!important}.mb-n188{margin-bottom:-11.75rem!important}.mb-n190{margin-bottom:-11.875rem!important}.mb-n192{margin-bottom:-12rem!important}.mb-n194{margin-bottom:-12.125rem!important}.mb-n196{margin-bottom:-12.25rem!important}.mb-n198{margin-bottom:-12.375rem!important}.mb-n200{margin-bottom:-12.5rem!important}.ms-n0{margin-left:0!important}.ms-n2{margin-left:-.125rem!important}.ms-n4{margin-left:-.25rem!important}.ms-n6{margin-left:-.375rem!important}.ms-n8{margin-left:-.5rem!important}.ms-n10{margin-left:-.625rem!important}.ms-n12{margin-left:-.75rem!important}.ms-n14{margin-left:-.875rem!important}.ms-n16{margin-left:-1rem!important}.ms-n18{margin-left:-1.125rem!important}.ms-n20{margin-left:-1.25rem!important}.ms-n22{margin-left:-1.375rem!important}.ms-n24{margin-left:-1.5rem!important}.ms-n26{margin-left:-1.625rem!important}.ms-n28{margin-left:-1.75rem!important}.ms-n30{margin-left:-1.875rem!important}.ms-n32{margin-left:-2rem!important}.ms-n34{margin-left:-2.125rem!important}.ms-n36{margin-left:-2.25rem!important}.ms-n38{margin-left:-2.375rem!important}.ms-n40{margin-left:-2.5rem!important}.ms-n42{margin-left:-2.625rem!important}.ms-n44{margin-left:-2.75rem!important}.ms-n46{margin-left:-2.875rem!important}.ms-n48{margin-left:-3rem!important}.ms-n50{margin-left:-3.125rem!important}.ms-n52{margin-left:-3.25rem!important}.ms-n54{margin-left:-3.375rem!important}.ms-n56{margin-left:-3.5rem!important}.ms-n58{margin-left:-3.625rem!important}.ms-n60{margin-left:-3.75rem!important}.ms-n62{margin-left:-3.875rem!important}.ms-n64{margin-left:-4rem!important}.ms-n66{margin-left:-4.125rem!important}.ms-n68{margin-left:-4.25rem!important}.ms-n70{margin-left:-4.375rem!important}.ms-n72{margin-left:-4.5rem!important}.ms-n74{margin-left:-4.625rem!important}.ms-n76{margin-left:-4.75rem!important}.ms-n78{margin-left:-4.875rem!important}.ms-n80{margin-left:-5rem!important}.ms-n82{margin-left:-5.125rem!important}.ms-n84{margin-left:-5.25rem!important}.ms-n86{margin-left:-5.375rem!important}.ms-n88{margin-left:-5.5rem!important}.ms-n90{margin-left:-5.625rem!important}.ms-n92{margin-left:-5.75rem!important}.ms-n94{margin-left:-5.875rem!important}.ms-n96{margin-left:-6rem!important}.ms-n98{margin-left:-6.125rem!important}.ms-n100{margin-left:-6.25rem!important}.ms-n102{margin-left:-6.375rem!important}.ms-n104{margin-left:-6.5rem!important}.ms-n106{margin-left:-6.625rem!important}.ms-n108{margin-left:-6.75rem!important}.ms-n110{margin-left:-6.875rem!important}.ms-n112{margin-left:-7rem!important}.ms-n114{margin-left:-7.125rem!important}.ms-n116{margin-left:-7.25rem!important}.ms-n118{margin-left:-7.375rem!important}.ms-n120{margin-left:-7.5rem!important}.ms-n122{margin-left:-7.625rem!important}.ms-n124{margin-left:-7.75rem!important}.ms-n126{margin-left:-7.875rem!important}.ms-n128{margin-left:-8rem!important}.ms-n130{margin-left:-8.125rem!important}.ms-n132{margin-left:-8.25rem!important}.ms-n134{margin-left:-8.375rem!important}.ms-n136{margin-left:-8.5rem!important}.ms-n138{margin-left:-8.625rem!important}.ms-n140{margin-left:-8.75rem!important}.ms-n142{margin-left:-8.875rem!important}.ms-n144{margin-left:-9rem!important}.ms-n146{margin-left:-9.125rem!important}.ms-n148{margin-left:-9.25rem!important}.ms-n150{margin-left:-9.375rem!important}.ms-n152{margin-left:-9.5rem!important}.ms-n154{margin-left:-9.625rem!important}.ms-n156{margin-left:-9.75rem!important}.ms-n158{margin-left:-9.875rem!important}.ms-n160{margin-left:-10rem!important}.ms-n162{margin-left:-10.125rem!important}.ms-n164{margin-left:-10.25rem!important}.ms-n166{margin-left:-10.375rem!important}.ms-n168{margin-left:-10.5rem!important}.ms-n170{margin-left:-10.625rem!important}.ms-n172{margin-left:-10.75rem!important}.ms-n174{margin-left:-10.875rem!important}.ms-n176{margin-left:-11rem!important}.ms-n178{margin-left:-11.125rem!important}.ms-n180{margin-left:-11.25rem!important}.ms-n182{margin-left:-11.375rem!important}.ms-n184{margin-left:-11.5rem!important}.ms-n186{margin-left:-11.625rem!important}.ms-n188{margin-left:-11.75rem!important}.ms-n190{margin-left:-11.875rem!important}.ms-n192{margin-left:-12rem!important}.ms-n194{margin-left:-12.125rem!important}.ms-n196{margin-left:-12.25rem!important}.ms-n198{margin-left:-12.375rem!important}.ms-n200{margin-left:-12.5rem!important}.p-0{padding:0!important}.p-2{padding:.125rem!important}.p-4{padding:.25rem!important}.p-6{padding:.375rem!important}.p-8{padding:.5rem!important}.p-10{padding:.625rem!important}.p-12{padding:.75rem!important}.p-14{padding:.875rem!important}.p-16{padding:1rem!important}.p-18{padding:1.125rem!important}.p-20{padding:1.25rem!important}.p-22{padding:1.375rem!important}.p-24{padding:1.5rem!important}.p-26{padding:1.625rem!important}.p-28{padding:1.75rem!important}.p-30{padding:1.875rem!important}.p-32{padding:2rem!important}.p-34{padding:2.125rem!important}.p-36{padding:2.25rem!important}.p-38{padding:2.375rem!important}.p-40{padding:2.5rem!important}.p-42{padding:2.625rem!important}.p-44{padding:2.75rem!important}.p-46{padding:2.875rem!important}.p-48{padding:3rem!important}.p-50{padding:3.125rem!important}.p-52{padding:3.25rem!important}.p-54{padding:3.375rem!important}.p-56{padding:3.5rem!important}.p-58{padding:3.625rem!important}.p-60{padding:3.75rem!important}.p-62{padding:3.875rem!important}.p-64{padding:4rem!important}.p-66{padding:4.125rem!important}.p-68{padding:4.25rem!important}.p-70{padding:4.375rem!important}.p-72{padding:4.5rem!important}.p-74{padding:4.625rem!important}.p-76{padding:4.75rem!important}.p-78{padding:4.875rem!important}.p-80{padding:5rem!important}.p-82{padding:5.125rem!important}.p-84{padding:5.25rem!important}.p-86{padding:5.375rem!important}.p-88{padding:5.5rem!important}.p-90{padding:5.625rem!important}.p-92{padding:5.75rem!important}.p-94{padding:5.875rem!important}.p-96{padding:6rem!important}.p-98{padding:6.125rem!important}.p-100{padding:6.25rem!important}.p-102{padding:6.375rem!important}.p-104{padding:6.5rem!important}.p-106{padding:6.625rem!important}.p-108{padding:6.75rem!important}.p-110{padding:6.875rem!important}.p-112{padding:7rem!important}.p-114{padding:7.125rem!important}.p-116{padding:7.25rem!important}.p-118{padding:7.375rem!important}.p-120{padding:7.5rem!important}.p-122{padding:7.625rem!important}.p-124{padding:7.75rem!important}.p-126{padding:7.875rem!important}.p-128{padding:8rem!important}.p-130{padding:8.125rem!important}.p-132{padding:8.25rem!important}.p-134{padding:8.375rem!important}.p-136{padding:8.5rem!important}.p-138{padding:8.625rem!important}.p-140{padding:8.75rem!important}.p-142{padding:8.875rem!important}.p-144{padding:9rem!important}.p-146{padding:9.125rem!important}.p-148{padding:9.25rem!important}.p-150{padding:9.375rem!important}.p-152{padding:9.5rem!important}.p-154{padding:9.625rem!important}.p-156{padding:9.75rem!important}.p-158{padding:9.875rem!important}.p-160{padding:10rem!important}.p-162{padding:10.125rem!important}.p-164{padding:10.25rem!important}.p-166{padding:10.375rem!important}.p-168{padding:10.5rem!important}.p-170{padding:10.625rem!important}.p-172{padding:10.75rem!important}.p-174{padding:10.875rem!important}.p-176{padding:11rem!important}.p-178{padding:11.125rem!important}.p-180{padding:11.25rem!important}.p-182{padding:11.375rem!important}.p-184{padding:11.5rem!important}.p-186{padding:11.625rem!important}.p-188{padding:11.75rem!important}.p-190{padding:11.875rem!important}.p-192{padding:12rem!important}.p-194{padding:12.125rem!important}.p-196{padding:12.25rem!important}.p-198{padding:12.375rem!important}.p-200{padding:12.5rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-2{padding-left:.125rem!important;padding-right:.125rem!important}.px-4{padding-left:.25rem!important;padding-right:.25rem!important}.px-6{padding-left:.375rem!important;padding-right:.375rem!important}.px-8{padding-left:.5rem!important;padding-right:.5rem!important}.px-10{padding-left:.625rem!important;padding-right:.625rem!important}.px-12{padding-left:.75rem!important;padding-right:.75rem!important}.px-14{padding-left:.875rem!important;padding-right:.875rem!important}.px-16{padding-left:1rem!important;padding-right:1rem!important}.px-18{padding-left:1.125rem!important;padding-right:1.125rem!important}.px-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-22{padding-left:1.375rem!important;padding-right:1.375rem!important}.px-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-26{padding-left:1.625rem!important;padding-right:1.625rem!important}.px-28{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-32{padding-left:2rem!important;padding-right:2rem!important}.px-34{padding-left:2.125rem!important;padding-right:2.125rem!important}.px-36{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-38{padding-left:2.375rem!important;padding-right:2.375rem!important}.px-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-42{padding-left:2.625rem!important;padding-right:2.625rem!important}.px-44{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-46{padding-left:2.875rem!important;padding-right:2.875rem!important}.px-48{padding-left:3rem!important;padding-right:3rem!important}.px-50{padding-left:3.125rem!important;padding-right:3.125rem!important}.px-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-54{padding-left:3.375rem!important;padding-right:3.375rem!important}.px-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-58{padding-left:3.625rem!important;padding-right:3.625rem!important}.px-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-62{padding-left:3.875rem!important;padding-right:3.875rem!important}.px-64{padding-left:4rem!important;padding-right:4rem!important}.px-66{padding-left:4.125rem!important;padding-right:4.125rem!important}.px-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-70{padding-left:4.375rem!important;padding-right:4.375rem!important}.px-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-74{padding-left:4.625rem!important;padding-right:4.625rem!important}.px-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-78{padding-left:4.875rem!important;padding-right:4.875rem!important}.px-80{padding-left:5rem!important;padding-right:5rem!important}.px-82{padding-left:5.125rem!important;padding-right:5.125rem!important}.px-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.px-86{padding-left:5.375rem!important;padding-right:5.375rem!important}.px-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-90{padding-left:5.625rem!important;padding-right:5.625rem!important}.px-92{padding-left:5.75rem!important;padding-right:5.75rem!important}.px-94{padding-left:5.875rem!important;padding-right:5.875rem!important}.px-96{padding-left:6rem!important;padding-right:6rem!important}.px-98{padding-left:6.125rem!important;padding-right:6.125rem!important}.px-100{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-102{padding-left:6.375rem!important;padding-right:6.375rem!important}.px-104{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-106{padding-left:6.625rem!important;padding-right:6.625rem!important}.px-108{padding-left:6.75rem!important;padding-right:6.75rem!important}.px-110{padding-left:6.875rem!important;padding-right:6.875rem!important}.px-112{padding-left:7rem!important;padding-right:7rem!important}.px-114{padding-left:7.125rem!important;padding-right:7.125rem!important}.px-116{padding-left:7.25rem!important;padding-right:7.25rem!important}.px-118{padding-left:7.375rem!important;padding-right:7.375rem!important}.px-120{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-122{padding-left:7.625rem!important;padding-right:7.625rem!important}.px-124{padding-left:7.75rem!important;padding-right:7.75rem!important}.px-126{padding-left:7.875rem!important;padding-right:7.875rem!important}.px-128{padding-left:8rem!important;padding-right:8rem!important}.px-130{padding-left:8.125rem!important;padding-right:8.125rem!important}.px-132{padding-left:8.25rem!important;padding-right:8.25rem!important}.px-134{padding-left:8.375rem!important;padding-right:8.375rem!important}.px-136{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-138{padding-left:8.625rem!important;padding-right:8.625rem!important}.px-140{padding-left:8.75rem!important;padding-right:8.75rem!important}.px-142{padding-left:8.875rem!important;padding-right:8.875rem!important}.px-144{padding-left:9rem!important;padding-right:9rem!important}.px-146{padding-left:9.125rem!important;padding-right:9.125rem!important}.px-148{padding-left:9.25rem!important;padding-right:9.25rem!important}.px-150{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-152{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-154{padding-left:9.625rem!important;padding-right:9.625rem!important}.px-156{padding-left:9.75rem!important;padding-right:9.75rem!important}.px-158{padding-left:9.875rem!important;padding-right:9.875rem!important}.px-160{padding-left:10rem!important;padding-right:10rem!important}.px-162{padding-left:10.125rem!important;padding-right:10.125rem!important}.px-164{padding-left:10.25rem!important;padding-right:10.25rem!important}.px-166{padding-left:10.375rem!important;padding-right:10.375rem!important}.px-168{padding-left:10.5rem!important;padding-right:10.5rem!important}.px-170{padding-left:10.625rem!important;padding-right:10.625rem!important}.px-172{padding-left:10.75rem!important;padding-right:10.75rem!important}.px-174{padding-left:10.875rem!important;padding-right:10.875rem!important}.px-176{padding-left:11rem!important;padding-right:11rem!important}.px-178{padding-left:11.125rem!important;padding-right:11.125rem!important}.px-180{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-182{padding-left:11.375rem!important;padding-right:11.375rem!important}.px-184{padding-left:11.5rem!important;padding-right:11.5rem!important}.px-186{padding-left:11.625rem!important;padding-right:11.625rem!important}.px-188{padding-left:11.75rem!important;padding-right:11.75rem!important}.px-190{padding-left:11.875rem!important;padding-right:11.875rem!important}.px-192{padding-left:12rem!important;padding-right:12rem!important}.px-194{padding-left:12.125rem!important;padding-right:12.125rem!important}.px-196{padding-left:12.25rem!important;padding-right:12.25rem!important}.px-198{padding-left:12.375rem!important;padding-right:12.375rem!important}.px-200{padding-left:12.5rem!important;padding-right:12.5rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-2{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-4{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-6{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-8{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-10{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-12{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-14{padding-bottom:.875rem!important;padding-top:.875rem!important}.py-16{padding-bottom:1rem!important;padding-top:1rem!important}.py-18{padding-bottom:1.125rem!important;padding-top:1.125rem!important}.py-20{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-22{padding-bottom:1.375rem!important;padding-top:1.375rem!important}.py-24{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-26{padding-bottom:1.625rem!important;padding-top:1.625rem!important}.py-28{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-30{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-32{padding-bottom:2rem!important;padding-top:2rem!important}.py-34{padding-bottom:2.125rem!important;padding-top:2.125rem!important}.py-36{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-38{padding-bottom:2.375rem!important;padding-top:2.375rem!important}.py-40{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-42{padding-bottom:2.625rem!important;padding-top:2.625rem!important}.py-44{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-46{padding-bottom:2.875rem!important;padding-top:2.875rem!important}.py-48{padding-bottom:3rem!important;padding-top:3rem!important}.py-50{padding-bottom:3.125rem!important;padding-top:3.125rem!important}.py-52{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-54{padding-bottom:3.375rem!important;padding-top:3.375rem!important}.py-56{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-58{padding-bottom:3.625rem!important;padding-top:3.625rem!important}.py-60{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-62{padding-bottom:3.875rem!important;padding-top:3.875rem!important}.py-64{padding-bottom:4rem!important;padding-top:4rem!important}.py-66{padding-bottom:4.125rem!important;padding-top:4.125rem!important}.py-68{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-70{padding-bottom:4.375rem!important;padding-top:4.375rem!important}.py-72{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-74{padding-bottom:4.625rem!important;padding-top:4.625rem!important}.py-76{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-78{padding-bottom:4.875rem!important;padding-top:4.875rem!important}.py-80{padding-bottom:5rem!important;padding-top:5rem!important}.py-82{padding-bottom:5.125rem!important;padding-top:5.125rem!important}.py-84{padding-bottom:5.25rem!important;padding-top:5.25rem!important}.py-86{padding-bottom:5.375rem!important;padding-top:5.375rem!important}.py-88{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-90{padding-bottom:5.625rem!important;padding-top:5.625rem!important}.py-92{padding-bottom:5.75rem!important;padding-top:5.75rem!important}.py-94{padding-bottom:5.875rem!important;padding-top:5.875rem!important}.py-96{padding-bottom:6rem!important;padding-top:6rem!important}.py-98{padding-bottom:6.125rem!important;padding-top:6.125rem!important}.py-100{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-102{padding-bottom:6.375rem!important;padding-top:6.375rem!important}.py-104{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-106{padding-bottom:6.625rem!important;padding-top:6.625rem!important}.py-108{padding-bottom:6.75rem!important;padding-top:6.75rem!important}.py-110{padding-bottom:6.875rem!important;padding-top:6.875rem!important}.py-112{padding-bottom:7rem!important;padding-top:7rem!important}.py-114{padding-bottom:7.125rem!important;padding-top:7.125rem!important}.py-116{padding-bottom:7.25rem!important;padding-top:7.25rem!important}.py-118{padding-bottom:7.375rem!important;padding-top:7.375rem!important}.py-120{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-122{padding-bottom:7.625rem!important;padding-top:7.625rem!important}.py-124{padding-bottom:7.75rem!important;padding-top:7.75rem!important}.py-126{padding-bottom:7.875rem!important;padding-top:7.875rem!important}.py-128{padding-bottom:8rem!important;padding-top:8rem!important}.py-130{padding-bottom:8.125rem!important;padding-top:8.125rem!important}.py-132{padding-bottom:8.25rem!important;padding-top:8.25rem!important}.py-134{padding-bottom:8.375rem!important;padding-top:8.375rem!important}.py-136{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-138{padding-bottom:8.625rem!important;padding-top:8.625rem!important}.py-140{padding-bottom:8.75rem!important;padding-top:8.75rem!important}.py-142{padding-bottom:8.875rem!important;padding-top:8.875rem!important}.py-144{padding-bottom:9rem!important;padding-top:9rem!important}.py-146{padding-bottom:9.125rem!important;padding-top:9.125rem!important}.py-148{padding-bottom:9.25rem!important;padding-top:9.25rem!important}.py-150{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-152{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-154{padding-bottom:9.625rem!important;padding-top:9.625rem!important}.py-156{padding-bottom:9.75rem!important;padding-top:9.75rem!important}.py-158{padding-bottom:9.875rem!important;padding-top:9.875rem!important}.py-160{padding-bottom:10rem!important;padding-top:10rem!important}.py-162{padding-bottom:10.125rem!important;padding-top:10.125rem!important}.py-164{padding-bottom:10.25rem!important;padding-top:10.25rem!important}.py-166{padding-bottom:10.375rem!important;padding-top:10.375rem!important}.py-168{padding-bottom:10.5rem!important;padding-top:10.5rem!important}.py-170{padding-bottom:10.625rem!important;padding-top:10.625rem!important}.py-172{padding-bottom:10.75rem!important;padding-top:10.75rem!important}.py-174{padding-bottom:10.875rem!important;padding-top:10.875rem!important}.py-176{padding-bottom:11rem!important;padding-top:11rem!important}.py-178{padding-bottom:11.125rem!important;padding-top:11.125rem!important}.py-180{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-182{padding-bottom:11.375rem!important;padding-top:11.375rem!important}.py-184{padding-bottom:11.5rem!important;padding-top:11.5rem!important}.py-186{padding-bottom:11.625rem!important;padding-top:11.625rem!important}.py-188{padding-bottom:11.75rem!important;padding-top:11.75rem!important}.py-190{padding-bottom:11.875rem!important;padding-top:11.875rem!important}.py-192{padding-bottom:12rem!important;padding-top:12rem!important}.py-194{padding-bottom:12.125rem!important;padding-top:12.125rem!important}.py-196{padding-bottom:12.25rem!important;padding-top:12.25rem!important}.py-198{padding-bottom:12.375rem!important;padding-top:12.375rem!important}.py-200{padding-bottom:12.5rem!important;padding-top:12.5rem!important}.pt-0{padding-top:0!important}.pt-2{padding-top:.125rem!important}.pt-4{padding-top:.25rem!important}.pt-6{padding-top:.375rem!important}.pt-8{padding-top:.5rem!important}.pt-10{padding-top:.625rem!important}.pt-12{padding-top:.75rem!important}.pt-14{padding-top:.875rem!important}.pt-16{padding-top:1rem!important}.pt-18{padding-top:1.125rem!important}.pt-20{padding-top:1.25rem!important}.pt-22{padding-top:1.375rem!important}.pt-24{padding-top:1.5rem!important}.pt-26{padding-top:1.625rem!important}.pt-28{padding-top:1.75rem!important}.pt-30{padding-top:1.875rem!important}.pt-32{padding-top:2rem!important}.pt-34{padding-top:2.125rem!important}.pt-36{padding-top:2.25rem!important}.pt-38{padding-top:2.375rem!important}.pt-40{padding-top:2.5rem!important}.pt-42{padding-top:2.625rem!important}.pt-44{padding-top:2.75rem!important}.pt-46{padding-top:2.875rem!important}.pt-48{padding-top:3rem!important}.pt-50{padding-top:3.125rem!important}.pt-52{padding-top:3.25rem!important}.pt-54{padding-top:3.375rem!important}.pt-56{padding-top:3.5rem!important}.pt-58{padding-top:3.625rem!important}.pt-60{padding-top:3.75rem!important}.pt-62{padding-top:3.875rem!important}.pt-64{padding-top:4rem!important}.pt-66{padding-top:4.125rem!important}.pt-68{padding-top:4.25rem!important}.pt-70{padding-top:4.375rem!important}.pt-72{padding-top:4.5rem!important}.pt-74{padding-top:4.625rem!important}.pt-76{padding-top:4.75rem!important}.pt-78{padding-top:4.875rem!important}.pt-80{padding-top:5rem!important}.pt-82{padding-top:5.125rem!important}.pt-84{padding-top:5.25rem!important}.pt-86{padding-top:5.375rem!important}.pt-88{padding-top:5.5rem!important}.pt-90{padding-top:5.625rem!important}.pt-92{padding-top:5.75rem!important}.pt-94{padding-top:5.875rem!important}.pt-96{padding-top:6rem!important}.pt-98{padding-top:6.125rem!important}.pt-100{padding-top:6.25rem!important}.pt-102{padding-top:6.375rem!important}.pt-104{padding-top:6.5rem!important}.pt-106{padding-top:6.625rem!important}.pt-108{padding-top:6.75rem!important}.pt-110{padding-top:6.875rem!important}.pt-112{padding-top:7rem!important}.pt-114{padding-top:7.125rem!important}.pt-116{padding-top:7.25rem!important}.pt-118{padding-top:7.375rem!important}.pt-120{padding-top:7.5rem!important}.pt-122{padding-top:7.625rem!important}.pt-124{padding-top:7.75rem!important}.pt-126{padding-top:7.875rem!important}.pt-128{padding-top:8rem!important}.pt-130{padding-top:8.125rem!important}.pt-132{padding-top:8.25rem!important}.pt-134{padding-top:8.375rem!important}.pt-136{padding-top:8.5rem!important}.pt-138{padding-top:8.625rem!important}.pt-140{padding-top:8.75rem!important}.pt-142{padding-top:8.875rem!important}.pt-144{padding-top:9rem!important}.pt-146{padding-top:9.125rem!important}.pt-148{padding-top:9.25rem!important}.pt-150{padding-top:9.375rem!important}.pt-152{padding-top:9.5rem!important}.pt-154{padding-top:9.625rem!important}.pt-156{padding-top:9.75rem!important}.pt-158{padding-top:9.875rem!important}.pt-160{padding-top:10rem!important}.pt-162{padding-top:10.125rem!important}.pt-164{padding-top:10.25rem!important}.pt-166{padding-top:10.375rem!important}.pt-168{padding-top:10.5rem!important}.pt-170{padding-top:10.625rem!important}.pt-172{padding-top:10.75rem!important}.pt-174{padding-top:10.875rem!important}.pt-176{padding-top:11rem!important}.pt-178{padding-top:11.125rem!important}.pt-180{padding-top:11.25rem!important}.pt-182{padding-top:11.375rem!important}.pt-184{padding-top:11.5rem!important}.pt-186{padding-top:11.625rem!important}.pt-188{padding-top:11.75rem!important}.pt-190{padding-top:11.875rem!important}.pt-192{padding-top:12rem!important}.pt-194{padding-top:12.125rem!important}.pt-196{padding-top:12.25rem!important}.pt-198{padding-top:12.375rem!important}.pt-200{padding-top:12.5rem!important}.pe-0{padding-right:0!important}.pe-2{padding-right:.125rem!important}.pe-4{padding-right:.25rem!important}.pe-6{padding-right:.375rem!important}.pe-8{padding-right:.5rem!important}.pe-10{padding-right:.625rem!important}.pe-12{padding-right:.75rem!important}.pe-14{padding-right:.875rem!important}.pe-16{padding-right:1rem!important}.pe-18{padding-right:1.125rem!important}.pe-20{padding-right:1.25rem!important}.pe-22{padding-right:1.375rem!important}.pe-24{padding-right:1.5rem!important}.pe-26{padding-right:1.625rem!important}.pe-28{padding-right:1.75rem!important}.pe-30{padding-right:1.875rem!important}.pe-32{padding-right:2rem!important}.pe-34{padding-right:2.125rem!important}.pe-36{padding-right:2.25rem!important}.pe-38{padding-right:2.375rem!important}.pe-40{padding-right:2.5rem!important}.pe-42{padding-right:2.625rem!important}.pe-44{padding-right:2.75rem!important}.pe-46{padding-right:2.875rem!important}.pe-48{padding-right:3rem!important}.pe-50{padding-right:3.125rem!important}.pe-52{padding-right:3.25rem!important}.pe-54{padding-right:3.375rem!important}.pe-56{padding-right:3.5rem!important}.pe-58{padding-right:3.625rem!important}.pe-60{padding-right:3.75rem!important}.pe-62{padding-right:3.875rem!important}.pe-64{padding-right:4rem!important}.pe-66{padding-right:4.125rem!important}.pe-68{padding-right:4.25rem!important}.pe-70{padding-right:4.375rem!important}.pe-72{padding-right:4.5rem!important}.pe-74{padding-right:4.625rem!important}.pe-76{padding-right:4.75rem!important}.pe-78{padding-right:4.875rem!important}.pe-80{padding-right:5rem!important}.pe-82{padding-right:5.125rem!important}.pe-84{padding-right:5.25rem!important}.pe-86{padding-right:5.375rem!important}.pe-88{padding-right:5.5rem!important}.pe-90{padding-right:5.625rem!important}.pe-92{padding-right:5.75rem!important}.pe-94{padding-right:5.875rem!important}.pe-96{padding-right:6rem!important}.pe-98{padding-right:6.125rem!important}.pe-100{padding-right:6.25rem!important}.pe-102{padding-right:6.375rem!important}.pe-104{padding-right:6.5rem!important}.pe-106{padding-right:6.625rem!important}.pe-108{padding-right:6.75rem!important}.pe-110{padding-right:6.875rem!important}.pe-112{padding-right:7rem!important}.pe-114{padding-right:7.125rem!important}.pe-116{padding-right:7.25rem!important}.pe-118{padding-right:7.375rem!important}.pe-120{padding-right:7.5rem!important}.pe-122{padding-right:7.625rem!important}.pe-124{padding-right:7.75rem!important}.pe-126{padding-right:7.875rem!important}.pe-128{padding-right:8rem!important}.pe-130{padding-right:8.125rem!important}.pe-132{padding-right:8.25rem!important}.pe-134{padding-right:8.375rem!important}.pe-136{padding-right:8.5rem!important}.pe-138{padding-right:8.625rem!important}.pe-140{padding-right:8.75rem!important}.pe-142{padding-right:8.875rem!important}.pe-144{padding-right:9rem!important}.pe-146{padding-right:9.125rem!important}.pe-148{padding-right:9.25rem!important}.pe-150{padding-right:9.375rem!important}.pe-152{padding-right:9.5rem!important}.pe-154{padding-right:9.625rem!important}.pe-156{padding-right:9.75rem!important}.pe-158{padding-right:9.875rem!important}.pe-160{padding-right:10rem!important}.pe-162{padding-right:10.125rem!important}.pe-164{padding-right:10.25rem!important}.pe-166{padding-right:10.375rem!important}.pe-168{padding-right:10.5rem!important}.pe-170{padding-right:10.625rem!important}.pe-172{padding-right:10.75rem!important}.pe-174{padding-right:10.875rem!important}.pe-176{padding-right:11rem!important}.pe-178{padding-right:11.125rem!important}.pe-180{padding-right:11.25rem!important}.pe-182{padding-right:11.375rem!important}.pe-184{padding-right:11.5rem!important}.pe-186{padding-right:11.625rem!important}.pe-188{padding-right:11.75rem!important}.pe-190{padding-right:11.875rem!important}.pe-192{padding-right:12rem!important}.pe-194{padding-right:12.125rem!important}.pe-196{padding-right:12.25rem!important}.pe-198{padding-right:12.375rem!important}.pe-200{padding-right:12.5rem!important}.pb-0{padding-bottom:0!important}.pb-2{padding-bottom:.125rem!important}.pb-4{padding-bottom:.25rem!important}.pb-6{padding-bottom:.375rem!important}.pb-8{padding-bottom:.5rem!important}.pb-10{padding-bottom:.625rem!important}.pb-12{padding-bottom:.75rem!important}.pb-14{padding-bottom:.875rem!important}.pb-16{padding-bottom:1rem!important}.pb-18{padding-bottom:1.125rem!important}.pb-20{padding-bottom:1.25rem!important}.pb-22{padding-bottom:1.375rem!important}.pb-24{padding-bottom:1.5rem!important}.pb-26{padding-bottom:1.625rem!important}.pb-28{padding-bottom:1.75rem!important}.pb-30{padding-bottom:1.875rem!important}.pb-32{padding-bottom:2rem!important}.pb-34{padding-bottom:2.125rem!important}.pb-36{padding-bottom:2.25rem!important}.pb-38{padding-bottom:2.375rem!important}.pb-40{padding-bottom:2.5rem!important}.pb-42{padding-bottom:2.625rem!important}.pb-44{padding-bottom:2.75rem!important}.pb-46{padding-bottom:2.875rem!important}.pb-48{padding-bottom:3rem!important}.pb-50{padding-bottom:3.125rem!important}.pb-52{padding-bottom:3.25rem!important}.pb-54{padding-bottom:3.375rem!important}.pb-56{padding-bottom:3.5rem!important}.pb-58{padding-bottom:3.625rem!important}.pb-60{padding-bottom:3.75rem!important}.pb-62{padding-bottom:3.875rem!important}.pb-64{padding-bottom:4rem!important}.pb-66{padding-bottom:4.125rem!important}.pb-68{padding-bottom:4.25rem!important}.pb-70{padding-bottom:4.375rem!important}.pb-72{padding-bottom:4.5rem!important}.pb-74{padding-bottom:4.625rem!important}.pb-76{padding-bottom:4.75rem!important}.pb-78{padding-bottom:4.875rem!important}.pb-80{padding-bottom:5rem!important}.pb-82{padding-bottom:5.125rem!important}.pb-84{padding-bottom:5.25rem!important}.pb-86{padding-bottom:5.375rem!important}.pb-88{padding-bottom:5.5rem!important}.pb-90{padding-bottom:5.625rem!important}.pb-92{padding-bottom:5.75rem!important}.pb-94{padding-bottom:5.875rem!important}.pb-96{padding-bottom:6rem!important}.pb-98{padding-bottom:6.125rem!important}.pb-100{padding-bottom:6.25rem!important}.pb-102{padding-bottom:6.375rem!important}.pb-104{padding-bottom:6.5rem!important}.pb-106{padding-bottom:6.625rem!important}.pb-108{padding-bottom:6.75rem!important}.pb-110{padding-bottom:6.875rem!important}.pb-112{padding-bottom:7rem!important}.pb-114{padding-bottom:7.125rem!important}.pb-116{padding-bottom:7.25rem!important}.pb-118{padding-bottom:7.375rem!important}.pb-120{padding-bottom:7.5rem!important}.pb-122{padding-bottom:7.625rem!important}.pb-124{padding-bottom:7.75rem!important}.pb-126{padding-bottom:7.875rem!important}.pb-128{padding-bottom:8rem!important}.pb-130{padding-bottom:8.125rem!important}.pb-132{padding-bottom:8.25rem!important}.pb-134{padding-bottom:8.375rem!important}.pb-136{padding-bottom:8.5rem!important}.pb-138{padding-bottom:8.625rem!important}.pb-140{padding-bottom:8.75rem!important}.pb-142{padding-bottom:8.875rem!important}.pb-144{padding-bottom:9rem!important}.pb-146{padding-bottom:9.125rem!important}.pb-148{padding-bottom:9.25rem!important}.pb-150{padding-bottom:9.375rem!important}.pb-152{padding-bottom:9.5rem!important}.pb-154{padding-bottom:9.625rem!important}.pb-156{padding-bottom:9.75rem!important}.pb-158{padding-bottom:9.875rem!important}.pb-160{padding-bottom:10rem!important}.pb-162{padding-bottom:10.125rem!important}.pb-164{padding-bottom:10.25rem!important}.pb-166{padding-bottom:10.375rem!important}.pb-168{padding-bottom:10.5rem!important}.pb-170{padding-bottom:10.625rem!important}.pb-172{padding-bottom:10.75rem!important}.pb-174{padding-bottom:10.875rem!important}.pb-176{padding-bottom:11rem!important}.pb-178{padding-bottom:11.125rem!important}.pb-180{padding-bottom:11.25rem!important}.pb-182{padding-bottom:11.375rem!important}.pb-184{padding-bottom:11.5rem!important}.pb-186{padding-bottom:11.625rem!important}.pb-188{padding-bottom:11.75rem!important}.pb-190{padding-bottom:11.875rem!important}.pb-192{padding-bottom:12rem!important}.pb-194{padding-bottom:12.125rem!important}.pb-196{padding-bottom:12.25rem!important}.pb-198{padding-bottom:12.375rem!important}.pb-200{padding-bottom:12.5rem!important}.ps-0{padding-left:0!important}.ps-2{padding-left:.125rem!important}.ps-4{padding-left:.25rem!important}.ps-6{padding-left:.375rem!important}.ps-8{padding-left:.5rem!important}.ps-10{padding-left:.625rem!important}.ps-12{padding-left:.75rem!important}.ps-14{padding-left:.875rem!important}.ps-16{padding-left:1rem!important}.ps-18{padding-left:1.125rem!important}.ps-20{padding-left:1.25rem!important}.ps-22{padding-left:1.375rem!important}.ps-24{padding-left:1.5rem!important}.ps-26{padding-left:1.625rem!important}.ps-28{padding-left:1.75rem!important}.ps-30{padding-left:1.875rem!important}.ps-32{padding-left:2rem!important}.ps-34{padding-left:2.125rem!important}.ps-36{padding-left:2.25rem!important}.ps-38{padding-left:2.375rem!important}.ps-40{padding-left:2.5rem!important}.ps-42{padding-left:2.625rem!important}.ps-44{padding-left:2.75rem!important}.ps-46{padding-left:2.875rem!important}.ps-48{padding-left:3rem!important}.ps-50{padding-left:3.125rem!important}.ps-52{padding-left:3.25rem!important}.ps-54{padding-left:3.375rem!important}.ps-56{padding-left:3.5rem!important}.ps-58{padding-left:3.625rem!important}.ps-60{padding-left:3.75rem!important}.ps-62{padding-left:3.875rem!important}.ps-64{padding-left:4rem!important}.ps-66{padding-left:4.125rem!important}.ps-68{padding-left:4.25rem!important}.ps-70{padding-left:4.375rem!important}.ps-72{padding-left:4.5rem!important}.ps-74{padding-left:4.625rem!important}.ps-76{padding-left:4.75rem!important}.ps-78{padding-left:4.875rem!important}.ps-80{padding-left:5rem!important}.ps-82{padding-left:5.125rem!important}.ps-84{padding-left:5.25rem!important}.ps-86{padding-left:5.375rem!important}.ps-88{padding-left:5.5rem!important}.ps-90{padding-left:5.625rem!important}.ps-92{padding-left:5.75rem!important}.ps-94{padding-left:5.875rem!important}.ps-96{padding-left:6rem!important}.ps-98{padding-left:6.125rem!important}.ps-100{padding-left:6.25rem!important}.ps-102{padding-left:6.375rem!important}.ps-104{padding-left:6.5rem!important}.ps-106{padding-left:6.625rem!important}.ps-108{padding-left:6.75rem!important}.ps-110{padding-left:6.875rem!important}.ps-112{padding-left:7rem!important}.ps-114{padding-left:7.125rem!important}.ps-116{padding-left:7.25rem!important}.ps-118{padding-left:7.375rem!important}.ps-120{padding-left:7.5rem!important}.ps-122{padding-left:7.625rem!important}.ps-124{padding-left:7.75rem!important}.ps-126{padding-left:7.875rem!important}.ps-128{padding-left:8rem!important}.ps-130{padding-left:8.125rem!important}.ps-132{padding-left:8.25rem!important}.ps-134{padding-left:8.375rem!important}.ps-136{padding-left:8.5rem!important}.ps-138{padding-left:8.625rem!important}.ps-140{padding-left:8.75rem!important}.ps-142{padding-left:8.875rem!important}.ps-144{padding-left:9rem!important}.ps-146{padding-left:9.125rem!important}.ps-148{padding-left:9.25rem!important}.ps-150{padding-left:9.375rem!important}.ps-152{padding-left:9.5rem!important}.ps-154{padding-left:9.625rem!important}.ps-156{padding-left:9.75rem!important}.ps-158{padding-left:9.875rem!important}.ps-160{padding-left:10rem!important}.ps-162{padding-left:10.125rem!important}.ps-164{padding-left:10.25rem!important}.ps-166{padding-left:10.375rem!important}.ps-168{padding-left:10.5rem!important}.ps-170{padding-left:10.625rem!important}.ps-172{padding-left:10.75rem!important}.ps-174{padding-left:10.875rem!important}.ps-176{padding-left:11rem!important}.ps-178{padding-left:11.125rem!important}.ps-180{padding-left:11.25rem!important}.ps-182{padding-left:11.375rem!important}.ps-184{padding-left:11.5rem!important}.ps-186{padding-left:11.625rem!important}.ps-188{padding-left:11.75rem!important}.ps-190{padding-left:11.875rem!important}.ps-192{padding-left:12rem!important}.ps-194{padding-left:12.125rem!important}.ps-196{padding-left:12.25rem!important}.ps-198{padding-left:12.375rem!important}.ps-200{padding-left:12.5rem!important}.gap-0{gap:0!important}.gap-2{gap:.125rem!important}.gap-4{gap:.25rem!important}.gap-6{gap:.375rem!important}.gap-8{gap:.5rem!important}.gap-10{gap:.625rem!important}.gap-12{gap:.75rem!important}.gap-14{gap:.875rem!important}.gap-16{gap:1rem!important}.gap-18{gap:1.125rem!important}.gap-20{gap:1.25rem!important}.gap-22{gap:1.375rem!important}.gap-24{gap:1.5rem!important}.gap-26{gap:1.625rem!important}.gap-28{gap:1.75rem!important}.gap-30{gap:1.875rem!important}.gap-32{gap:2rem!important}.gap-34{gap:2.125rem!important}.gap-36{gap:2.25rem!important}.gap-38{gap:2.375rem!important}.gap-40{gap:2.5rem!important}.gap-42{gap:2.625rem!important}.gap-44{gap:2.75rem!important}.gap-46{gap:2.875rem!important}.gap-48{gap:3rem!important}.gap-50{gap:3.125rem!important}.gap-52{gap:3.25rem!important}.gap-54{gap:3.375rem!important}.gap-56{gap:3.5rem!important}.gap-58{gap:3.625rem!important}.gap-60{gap:3.75rem!important}.gap-62{gap:3.875rem!important}.gap-64{gap:4rem!important}.gap-66{gap:4.125rem!important}.gap-68{gap:4.25rem!important}.gap-70{gap:4.375rem!important}.gap-72{gap:4.5rem!important}.gap-74{gap:4.625rem!important}.gap-76{gap:4.75rem!important}.gap-78{gap:4.875rem!important}.gap-80{gap:5rem!important}.gap-82{gap:5.125rem!important}.gap-84{gap:5.25rem!important}.gap-86{gap:5.375rem!important}.gap-88{gap:5.5rem!important}.gap-90{gap:5.625rem!important}.gap-92{gap:5.75rem!important}.gap-94{gap:5.875rem!important}.gap-96{gap:6rem!important}.gap-98{gap:6.125rem!important}.gap-100{gap:6.25rem!important}.gap-102{gap:6.375rem!important}.gap-104{gap:6.5rem!important}.gap-106{gap:6.625rem!important}.gap-108{gap:6.75rem!important}.gap-110{gap:6.875rem!important}.gap-112{gap:7rem!important}.gap-114{gap:7.125rem!important}.gap-116{gap:7.25rem!important}.gap-118{gap:7.375rem!important}.gap-120{gap:7.5rem!important}.gap-122{gap:7.625rem!important}.gap-124{gap:7.75rem!important}.gap-126{gap:7.875rem!important}.gap-128{gap:8rem!important}.gap-130{gap:8.125rem!important}.gap-132{gap:8.25rem!important}.gap-134{gap:8.375rem!important}.gap-136{gap:8.5rem!important}.gap-138{gap:8.625rem!important}.gap-140{gap:8.75rem!important}.gap-142{gap:8.875rem!important}.gap-144{gap:9rem!important}.gap-146{gap:9.125rem!important}.gap-148{gap:9.25rem!important}.gap-150{gap:9.375rem!important}.gap-152{gap:9.5rem!important}.gap-154{gap:9.625rem!important}.gap-156{gap:9.75rem!important}.gap-158{gap:9.875rem!important}.gap-160{gap:10rem!important}.gap-162{gap:10.125rem!important}.gap-164{gap:10.25rem!important}.gap-166{gap:10.375rem!important}.gap-168{gap:10.5rem!important}.gap-170{gap:10.625rem!important}.gap-172{gap:10.75rem!important}.gap-174{gap:10.875rem!important}.gap-176{gap:11rem!important}.gap-178{gap:11.125rem!important}.gap-180{gap:11.25rem!important}.gap-182{gap:11.375rem!important}.gap-184{gap:11.5rem!important}.gap-186{gap:11.625rem!important}.gap-188{gap:11.75rem!important}.gap-190{gap:11.875rem!important}.gap-192{gap:12rem!important}.gap-194{gap:12.125rem!important}.gap-196{gap:12.25rem!important}.gap-198{gap:12.375rem!important}.gap-200{gap:12.5rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.35rem + 1.2vw)!important}.fs-2{font-size:calc(1.3125rem + .75vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fs-12{font-size:.75rem!important}.fs-14{font-size:.875rem!important}.fs-18{font-size:1.125rem!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-semibold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.fw-medium{font-weight:500!important}.fw-extrabold{font-weight:800!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}.lh-12{line-height:1.2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-gray-100{--bs-text-opacity:1;color:rgba(var(--bs-gray-100-rgb),var(--bs-text-opacity))!important}.text-gray-200{--bs-text-opacity:1;color:rgba(var(--bs-gray-200-rgb),var(--bs-text-opacity))!important}.text-gray-300{--bs-text-opacity:1;color:rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important}.text-gray-400{--bs-text-opacity:1;color:rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity))!important}.text-gray-500{--bs-text-opacity:1;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-gray-600{--bs-text-opacity:1;color:rgba(var(--bs-gray-600-rgb),var(--bs-text-opacity))!important}.text-gray-700{--bs-text-opacity:1;color:rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity))!important}.text-gray-800{--bs-text-opacity:1;color:rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important}.text-gray-900{--bs-text-opacity:1;color:rgba(var(--bs-gray-900-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:#4b5563!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.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-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-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-gray-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-100-rgb),var(--bs-bg-opacity))!important}.bg-gray-200{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity))!important}.bg-gray-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important}.bg-gray-400{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-400-rgb),var(--bs-bg-opacity))!important}.bg-gray-500{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-gray-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity))!important}.bg-gray-700{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-700-rgb),var(--bs-bg-opacity))!important}.bg-gray-800{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important}.bg-gray-900{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-900-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;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:12px!important}.rounded-5{border-radius:var(--bs-border-radius-xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-6{border-radius:var(--bs-border-radius-2xl)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important}.rounded-end,.rounded-top{border-top-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-top-left-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.cursor-auto{cursor:auto!important}.cursor-pointer{cursor:pointer!important}.cursor-grab{cursor:-webkit-grab!important;cursor:grab!important}.index--1{z-index:-1!important}.index-0{z-index:0!important}.index-1{z-index:1!important}.index-2{z-index:2!important}.index-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.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}.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-2{margin:.125rem!important}.m-sm-4{margin:.25rem!important}.m-sm-6{margin:.375rem!important}.m-sm-8{margin:.5rem!important}.m-sm-10{margin:.625rem!important}.m-sm-12{margin:.75rem!important}.m-sm-14{margin:.875rem!important}.m-sm-16{margin:1rem!important}.m-sm-18{margin:1.125rem!important}.m-sm-20{margin:1.25rem!important}.m-sm-22{margin:1.375rem!important}.m-sm-24{margin:1.5rem!important}.m-sm-26{margin:1.625rem!important}.m-sm-28{margin:1.75rem!important}.m-sm-30{margin:1.875rem!important}.m-sm-32{margin:2rem!important}.m-sm-34{margin:2.125rem!important}.m-sm-36{margin:2.25rem!important}.m-sm-38{margin:2.375rem!important}.m-sm-40{margin:2.5rem!important}.m-sm-42{margin:2.625rem!important}.m-sm-44{margin:2.75rem!important}.m-sm-46{margin:2.875rem!important}.m-sm-48{margin:3rem!important}.m-sm-50{margin:3.125rem!important}.m-sm-52{margin:3.25rem!important}.m-sm-54{margin:3.375rem!important}.m-sm-56{margin:3.5rem!important}.m-sm-58{margin:3.625rem!important}.m-sm-60{margin:3.75rem!important}.m-sm-62{margin:3.875rem!important}.m-sm-64{margin:4rem!important}.m-sm-66{margin:4.125rem!important}.m-sm-68{margin:4.25rem!important}.m-sm-70{margin:4.375rem!important}.m-sm-72{margin:4.5rem!important}.m-sm-74{margin:4.625rem!important}.m-sm-76{margin:4.75rem!important}.m-sm-78{margin:4.875rem!important}.m-sm-80{margin:5rem!important}.m-sm-82{margin:5.125rem!important}.m-sm-84{margin:5.25rem!important}.m-sm-86{margin:5.375rem!important}.m-sm-88{margin:5.5rem!important}.m-sm-90{margin:5.625rem!important}.m-sm-92{margin:5.75rem!important}.m-sm-94{margin:5.875rem!important}.m-sm-96{margin:6rem!important}.m-sm-98{margin:6.125rem!important}.m-sm-100{margin:6.25rem!important}.m-sm-102{margin:6.375rem!important}.m-sm-104{margin:6.5rem!important}.m-sm-106{margin:6.625rem!important}.m-sm-108{margin:6.75rem!important}.m-sm-110{margin:6.875rem!important}.m-sm-112{margin:7rem!important}.m-sm-114{margin:7.125rem!important}.m-sm-116{margin:7.25rem!important}.m-sm-118{margin:7.375rem!important}.m-sm-120{margin:7.5rem!important}.m-sm-122{margin:7.625rem!important}.m-sm-124{margin:7.75rem!important}.m-sm-126{margin:7.875rem!important}.m-sm-128{margin:8rem!important}.m-sm-130{margin:8.125rem!important}.m-sm-132{margin:8.25rem!important}.m-sm-134{margin:8.375rem!important}.m-sm-136{margin:8.5rem!important}.m-sm-138{margin:8.625rem!important}.m-sm-140{margin:8.75rem!important}.m-sm-142{margin:8.875rem!important}.m-sm-144{margin:9rem!important}.m-sm-146{margin:9.125rem!important}.m-sm-148{margin:9.25rem!important}.m-sm-150{margin:9.375rem!important}.m-sm-152{margin:9.5rem!important}.m-sm-154{margin:9.625rem!important}.m-sm-156{margin:9.75rem!important}.m-sm-158{margin:9.875rem!important}.m-sm-160{margin:10rem!important}.m-sm-162{margin:10.125rem!important}.m-sm-164{margin:10.25rem!important}.m-sm-166{margin:10.375rem!important}.m-sm-168{margin:10.5rem!important}.m-sm-170{margin:10.625rem!important}.m-sm-172{margin:10.75rem!important}.m-sm-174{margin:10.875rem!important}.m-sm-176{margin:11rem!important}.m-sm-178{margin:11.125rem!important}.m-sm-180{margin:11.25rem!important}.m-sm-182{margin:11.375rem!important}.m-sm-184{margin:11.5rem!important}.m-sm-186{margin:11.625rem!important}.m-sm-188{margin:11.75rem!important}.m-sm-190{margin:11.875rem!important}.m-sm-192{margin:12rem!important}.m-sm-194{margin:12.125rem!important}.m-sm-196{margin:12.25rem!important}.m-sm-198{margin:12.375rem!important}.m-sm-200{margin:12.5rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-2{margin-left:.125rem!important;margin-right:.125rem!important}.mx-sm-4{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-6{margin-left:.375rem!important;margin-right:.375rem!important}.mx-sm-8{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-10{margin-left:.625rem!important;margin-right:.625rem!important}.mx-sm-12{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-14{margin-left:.875rem!important;margin-right:.875rem!important}.mx-sm-16{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-18{margin-left:1.125rem!important;margin-right:1.125rem!important}.mx-sm-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-sm-22{margin-left:1.375rem!important;margin-right:1.375rem!important}.mx-sm-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-26{margin-left:1.625rem!important;margin-right:1.625rem!important}.mx-sm-28{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-sm-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-sm-32{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-34{margin-left:2.125rem!important;margin-right:2.125rem!important}.mx-sm-36{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-sm-38{margin-left:2.375rem!important;margin-right:2.375rem!important}.mx-sm-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-sm-42{margin-left:2.625rem!important;margin-right:2.625rem!important}.mx-sm-44{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-sm-46{margin-left:2.875rem!important;margin-right:2.875rem!important}.mx-sm-48{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.mx-sm-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-sm-54{margin-left:3.375rem!important;margin-right:3.375rem!important}.mx-sm-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-sm-58{margin-left:3.625rem!important;margin-right:3.625rem!important}.mx-sm-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-sm-62{margin-left:3.875rem!important;margin-right:3.875rem!important}.mx-sm-64{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-66{margin-left:4.125rem!important;margin-right:4.125rem!important}.mx-sm-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-sm-70{margin-left:4.375rem!important;margin-right:4.375rem!important}.mx-sm-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-74{margin-left:4.625rem!important;margin-right:4.625rem!important}.mx-sm-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-sm-78{margin-left:4.875rem!important;margin-right:4.875rem!important}.mx-sm-80{margin-left:5rem!important;margin-right:5rem!important}.mx-sm-82{margin-left:5.125rem!important;margin-right:5.125rem!important}.mx-sm-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.mx-sm-86{margin-left:5.375rem!important;margin-right:5.375rem!important}.mx-sm-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-sm-90{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-sm-92{margin-left:5.75rem!important;margin-right:5.75rem!important}.mx-sm-94{margin-left:5.875rem!important;margin-right:5.875rem!important}.mx-sm-96{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-98{margin-left:6.125rem!important;margin-right:6.125rem!important}.mx-sm-100{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-sm-102{margin-left:6.375rem!important;margin-right:6.375rem!important}.mx-sm-104{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-sm-106{margin-left:6.625rem!important;margin-right:6.625rem!important}.mx-sm-108{margin-left:6.75rem!important;margin-right:6.75rem!important}.mx-sm-110{margin-left:6.875rem!important;margin-right:6.875rem!important}.mx-sm-112{margin-left:7rem!important;margin-right:7rem!important}.mx-sm-114{margin-left:7.125rem!important;margin-right:7.125rem!important}.mx-sm-116{margin-left:7.25rem!important;margin-right:7.25rem!important}.mx-sm-118{margin-left:7.375rem!important;margin-right:7.375rem!important}.mx-sm-120{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-sm-122{margin-left:7.625rem!important;margin-right:7.625rem!important}.mx-sm-124{margin-left:7.75rem!important;margin-right:7.75rem!important}.mx-sm-126{margin-left:7.875rem!important;margin-right:7.875rem!important}.mx-sm-128{margin-left:8rem!important;margin-right:8rem!important}.mx-sm-130{margin-left:8.125rem!important;margin-right:8.125rem!important}.mx-sm-132{margin-left:8.25rem!important;margin-right:8.25rem!important}.mx-sm-134{margin-left:8.375rem!important;margin-right:8.375rem!important}.mx-sm-136{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-sm-138{margin-left:8.625rem!important;margin-right:8.625rem!important}.mx-sm-140{margin-left:8.75rem!important;margin-right:8.75rem!important}.mx-sm-142{margin-left:8.875rem!important;margin-right:8.875rem!important}.mx-sm-144{margin-left:9rem!important;margin-right:9rem!important}.mx-sm-146{margin-left:9.125rem!important;margin-right:9.125rem!important}.mx-sm-148{margin-left:9.25rem!important;margin-right:9.25rem!important}.mx-sm-150{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-sm-152{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-sm-154{margin-left:9.625rem!important;margin-right:9.625rem!important}.mx-sm-156{margin-left:9.75rem!important;margin-right:9.75rem!important}.mx-sm-158{margin-left:9.875rem!important;margin-right:9.875rem!important}.mx-sm-160{margin-left:10rem!important;margin-right:10rem!important}.mx-sm-162{margin-left:10.125rem!important;margin-right:10.125rem!important}.mx-sm-164{margin-left:10.25rem!important;margin-right:10.25rem!important}.mx-sm-166{margin-left:10.375rem!important;margin-right:10.375rem!important}.mx-sm-168{margin-left:10.5rem!important;margin-right:10.5rem!important}.mx-sm-170{margin-left:10.625rem!important;margin-right:10.625rem!important}.mx-sm-172{margin-left:10.75rem!important;margin-right:10.75rem!important}.mx-sm-174{margin-left:10.875rem!important;margin-right:10.875rem!important}.mx-sm-176{margin-left:11rem!important;margin-right:11rem!important}.mx-sm-178{margin-left:11.125rem!important;margin-right:11.125rem!important}.mx-sm-180{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-sm-182{margin-left:11.375rem!important;margin-right:11.375rem!important}.mx-sm-184{margin-left:11.5rem!important;margin-right:11.5rem!important}.mx-sm-186{margin-left:11.625rem!important;margin-right:11.625rem!important}.mx-sm-188{margin-left:11.75rem!important;margin-right:11.75rem!important}.mx-sm-190{margin-left:11.875rem!important;margin-right:11.875rem!important}.mx-sm-192{margin-left:12rem!important;margin-right:12rem!important}.mx-sm-194{margin-left:12.125rem!important;margin-right:12.125rem!important}.mx-sm-196{margin-left:12.25rem!important;margin-right:12.25rem!important}.mx-sm-198{margin-left:12.375rem!important;margin-right:12.375rem!important}.mx-sm-200{margin-left:12.5rem!important;margin-right:12.5rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-2{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-sm-4{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-6{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-sm-8{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-10{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-sm-12{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-sm-14{margin-bottom:.875rem!important;margin-top:.875rem!important}.my-sm-16{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-18{margin-bottom:1.125rem!important;margin-top:1.125rem!important}.my-sm-20{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-sm-22{margin-bottom:1.375rem!important;margin-top:1.375rem!important}.my-sm-24{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-26{margin-bottom:1.625rem!important;margin-top:1.625rem!important}.my-sm-28{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-sm-30{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-sm-32{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-34{margin-bottom:2.125rem!important;margin-top:2.125rem!important}.my-sm-36{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-sm-38{margin-bottom:2.375rem!important;margin-top:2.375rem!important}.my-sm-40{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-sm-42{margin-bottom:2.625rem!important;margin-top:2.625rem!important}.my-sm-44{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-sm-46{margin-bottom:2.875rem!important;margin-top:2.875rem!important}.my-sm-48{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-50{margin-bottom:3.125rem!important;margin-top:3.125rem!important}.my-sm-52{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-sm-54{margin-bottom:3.375rem!important;margin-top:3.375rem!important}.my-sm-56{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-sm-58{margin-bottom:3.625rem!important;margin-top:3.625rem!important}.my-sm-60{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-sm-62{margin-bottom:3.875rem!important;margin-top:3.875rem!important}.my-sm-64{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-66{margin-bottom:4.125rem!important;margin-top:4.125rem!important}.my-sm-68{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-sm-70{margin-bottom:4.375rem!important;margin-top:4.375rem!important}.my-sm-72{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-sm-74{margin-bottom:4.625rem!important;margin-top:4.625rem!important}.my-sm-76{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-sm-78{margin-bottom:4.875rem!important;margin-top:4.875rem!important}.my-sm-80{margin-bottom:5rem!important;margin-top:5rem!important}.my-sm-82{margin-bottom:5.125rem!important;margin-top:5.125rem!important}.my-sm-84{margin-bottom:5.25rem!important;margin-top:5.25rem!important}.my-sm-86{margin-bottom:5.375rem!important;margin-top:5.375rem!important}.my-sm-88{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-sm-90{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-sm-92{margin-bottom:5.75rem!important;margin-top:5.75rem!important}.my-sm-94{margin-bottom:5.875rem!important;margin-top:5.875rem!important}.my-sm-96{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-98{margin-bottom:6.125rem!important;margin-top:6.125rem!important}.my-sm-100{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-sm-102{margin-bottom:6.375rem!important;margin-top:6.375rem!important}.my-sm-104{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-sm-106{margin-bottom:6.625rem!important;margin-top:6.625rem!important}.my-sm-108{margin-bottom:6.75rem!important;margin-top:6.75rem!important}.my-sm-110{margin-bottom:6.875rem!important;margin-top:6.875rem!important}.my-sm-112{margin-bottom:7rem!important;margin-top:7rem!important}.my-sm-114{margin-bottom:7.125rem!important;margin-top:7.125rem!important}.my-sm-116{margin-bottom:7.25rem!important;margin-top:7.25rem!important}.my-sm-118{margin-bottom:7.375rem!important;margin-top:7.375rem!important}.my-sm-120{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-sm-122{margin-bottom:7.625rem!important;margin-top:7.625rem!important}.my-sm-124{margin-bottom:7.75rem!important;margin-top:7.75rem!important}.my-sm-126{margin-bottom:7.875rem!important;margin-top:7.875rem!important}.my-sm-128{margin-bottom:8rem!important;margin-top:8rem!important}.my-sm-130{margin-bottom:8.125rem!important;margin-top:8.125rem!important}.my-sm-132{margin-bottom:8.25rem!important;margin-top:8.25rem!important}.my-sm-134{margin-bottom:8.375rem!important;margin-top:8.375rem!important}.my-sm-136{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-sm-138{margin-bottom:8.625rem!important;margin-top:8.625rem!important}.my-sm-140{margin-bottom:8.75rem!important;margin-top:8.75rem!important}.my-sm-142{margin-bottom:8.875rem!important;margin-top:8.875rem!important}.my-sm-144{margin-bottom:9rem!important;margin-top:9rem!important}.my-sm-146{margin-bottom:9.125rem!important;margin-top:9.125rem!important}.my-sm-148{margin-bottom:9.25rem!important;margin-top:9.25rem!important}.my-sm-150{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-sm-152{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-sm-154{margin-bottom:9.625rem!important;margin-top:9.625rem!important}.my-sm-156{margin-bottom:9.75rem!important;margin-top:9.75rem!important}.my-sm-158{margin-bottom:9.875rem!important;margin-top:9.875rem!important}.my-sm-160{margin-bottom:10rem!important;margin-top:10rem!important}.my-sm-162{margin-bottom:10.125rem!important;margin-top:10.125rem!important}.my-sm-164{margin-bottom:10.25rem!important;margin-top:10.25rem!important}.my-sm-166{margin-bottom:10.375rem!important;margin-top:10.375rem!important}.my-sm-168{margin-bottom:10.5rem!important;margin-top:10.5rem!important}.my-sm-170{margin-bottom:10.625rem!important;margin-top:10.625rem!important}.my-sm-172{margin-bottom:10.75rem!important;margin-top:10.75rem!important}.my-sm-174{margin-bottom:10.875rem!important;margin-top:10.875rem!important}.my-sm-176{margin-bottom:11rem!important;margin-top:11rem!important}.my-sm-178{margin-bottom:11.125rem!important;margin-top:11.125rem!important}.my-sm-180{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-sm-182{margin-bottom:11.375rem!important;margin-top:11.375rem!important}.my-sm-184{margin-bottom:11.5rem!important;margin-top:11.5rem!important}.my-sm-186{margin-bottom:11.625rem!important;margin-top:11.625rem!important}.my-sm-188{margin-bottom:11.75rem!important;margin-top:11.75rem!important}.my-sm-190{margin-bottom:11.875rem!important;margin-top:11.875rem!important}.my-sm-192{margin-bottom:12rem!important;margin-top:12rem!important}.my-sm-194{margin-bottom:12.125rem!important;margin-top:12.125rem!important}.my-sm-196{margin-bottom:12.25rem!important;margin-top:12.25rem!important}.my-sm-198{margin-bottom:12.375rem!important;margin-top:12.375rem!important}.my-sm-200{margin-bottom:12.5rem!important;margin-top:12.5rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-2{margin-top:.125rem!important}.mt-sm-4{margin-top:.25rem!important}.mt-sm-6{margin-top:.375rem!important}.mt-sm-8{margin-top:.5rem!important}.mt-sm-10{margin-top:.625rem!important}.mt-sm-12{margin-top:.75rem!important}.mt-sm-14{margin-top:.875rem!important}.mt-sm-16{margin-top:1rem!important}.mt-sm-18{margin-top:1.125rem!important}.mt-sm-20{margin-top:1.25rem!important}.mt-sm-22{margin-top:1.375rem!important}.mt-sm-24{margin-top:1.5rem!important}.mt-sm-26{margin-top:1.625rem!important}.mt-sm-28{margin-top:1.75rem!important}.mt-sm-30{margin-top:1.875rem!important}.mt-sm-32{margin-top:2rem!important}.mt-sm-34{margin-top:2.125rem!important}.mt-sm-36{margin-top:2.25rem!important}.mt-sm-38{margin-top:2.375rem!important}.mt-sm-40{margin-top:2.5rem!important}.mt-sm-42{margin-top:2.625rem!important}.mt-sm-44{margin-top:2.75rem!important}.mt-sm-46{margin-top:2.875rem!important}.mt-sm-48{margin-top:3rem!important}.mt-sm-50{margin-top:3.125rem!important}.mt-sm-52{margin-top:3.25rem!important}.mt-sm-54{margin-top:3.375rem!important}.mt-sm-56{margin-top:3.5rem!important}.mt-sm-58{margin-top:3.625rem!important}.mt-sm-60{margin-top:3.75rem!important}.mt-sm-62{margin-top:3.875rem!important}.mt-sm-64{margin-top:4rem!important}.mt-sm-66{margin-top:4.125rem!important}.mt-sm-68{margin-top:4.25rem!important}.mt-sm-70{margin-top:4.375rem!important}.mt-sm-72{margin-top:4.5rem!important}.mt-sm-74{margin-top:4.625rem!important}.mt-sm-76{margin-top:4.75rem!important}.mt-sm-78{margin-top:4.875rem!important}.mt-sm-80{margin-top:5rem!important}.mt-sm-82{margin-top:5.125rem!important}.mt-sm-84{margin-top:5.25rem!important}.mt-sm-86{margin-top:5.375rem!important}.mt-sm-88{margin-top:5.5rem!important}.mt-sm-90{margin-top:5.625rem!important}.mt-sm-92{margin-top:5.75rem!important}.mt-sm-94{margin-top:5.875rem!important}.mt-sm-96{margin-top:6rem!important}.mt-sm-98{margin-top:6.125rem!important}.mt-sm-100{margin-top:6.25rem!important}.mt-sm-102{margin-top:6.375rem!important}.mt-sm-104{margin-top:6.5rem!important}.mt-sm-106{margin-top:6.625rem!important}.mt-sm-108{margin-top:6.75rem!important}.mt-sm-110{margin-top:6.875rem!important}.mt-sm-112{margin-top:7rem!important}.mt-sm-114{margin-top:7.125rem!important}.mt-sm-116{margin-top:7.25rem!important}.mt-sm-118{margin-top:7.375rem!important}.mt-sm-120{margin-top:7.5rem!important}.mt-sm-122{margin-top:7.625rem!important}.mt-sm-124{margin-top:7.75rem!important}.mt-sm-126{margin-top:7.875rem!important}.mt-sm-128{margin-top:8rem!important}.mt-sm-130{margin-top:8.125rem!important}.mt-sm-132{margin-top:8.25rem!important}.mt-sm-134{margin-top:8.375rem!important}.mt-sm-136{margin-top:8.5rem!important}.mt-sm-138{margin-top:8.625rem!important}.mt-sm-140{margin-top:8.75rem!important}.mt-sm-142{margin-top:8.875rem!important}.mt-sm-144{margin-top:9rem!important}.mt-sm-146{margin-top:9.125rem!important}.mt-sm-148{margin-top:9.25rem!important}.mt-sm-150{margin-top:9.375rem!important}.mt-sm-152{margin-top:9.5rem!important}.mt-sm-154{margin-top:9.625rem!important}.mt-sm-156{margin-top:9.75rem!important}.mt-sm-158{margin-top:9.875rem!important}.mt-sm-160{margin-top:10rem!important}.mt-sm-162{margin-top:10.125rem!important}.mt-sm-164{margin-top:10.25rem!important}.mt-sm-166{margin-top:10.375rem!important}.mt-sm-168{margin-top:10.5rem!important}.mt-sm-170{margin-top:10.625rem!important}.mt-sm-172{margin-top:10.75rem!important}.mt-sm-174{margin-top:10.875rem!important}.mt-sm-176{margin-top:11rem!important}.mt-sm-178{margin-top:11.125rem!important}.mt-sm-180{margin-top:11.25rem!important}.mt-sm-182{margin-top:11.375rem!important}.mt-sm-184{margin-top:11.5rem!important}.mt-sm-186{margin-top:11.625rem!important}.mt-sm-188{margin-top:11.75rem!important}.mt-sm-190{margin-top:11.875rem!important}.mt-sm-192{margin-top:12rem!important}.mt-sm-194{margin-top:12.125rem!important}.mt-sm-196{margin-top:12.25rem!important}.mt-sm-198{margin-top:12.375rem!important}.mt-sm-200{margin-top:12.5rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-2{margin-right:.125rem!important}.me-sm-4{margin-right:.25rem!important}.me-sm-6{margin-right:.375rem!important}.me-sm-8{margin-right:.5rem!important}.me-sm-10{margin-right:.625rem!important}.me-sm-12{margin-right:.75rem!important}.me-sm-14{margin-right:.875rem!important}.me-sm-16{margin-right:1rem!important}.me-sm-18{margin-right:1.125rem!important}.me-sm-20{margin-right:1.25rem!important}.me-sm-22{margin-right:1.375rem!important}.me-sm-24{margin-right:1.5rem!important}.me-sm-26{margin-right:1.625rem!important}.me-sm-28{margin-right:1.75rem!important}.me-sm-30{margin-right:1.875rem!important}.me-sm-32{margin-right:2rem!important}.me-sm-34{margin-right:2.125rem!important}.me-sm-36{margin-right:2.25rem!important}.me-sm-38{margin-right:2.375rem!important}.me-sm-40{margin-right:2.5rem!important}.me-sm-42{margin-right:2.625rem!important}.me-sm-44{margin-right:2.75rem!important}.me-sm-46{margin-right:2.875rem!important}.me-sm-48{margin-right:3rem!important}.me-sm-50{margin-right:3.125rem!important}.me-sm-52{margin-right:3.25rem!important}.me-sm-54{margin-right:3.375rem!important}.me-sm-56{margin-right:3.5rem!important}.me-sm-58{margin-right:3.625rem!important}.me-sm-60{margin-right:3.75rem!important}.me-sm-62{margin-right:3.875rem!important}.me-sm-64{margin-right:4rem!important}.me-sm-66{margin-right:4.125rem!important}.me-sm-68{margin-right:4.25rem!important}.me-sm-70{margin-right:4.375rem!important}.me-sm-72{margin-right:4.5rem!important}.me-sm-74{margin-right:4.625rem!important}.me-sm-76{margin-right:4.75rem!important}.me-sm-78{margin-right:4.875rem!important}.me-sm-80{margin-right:5rem!important}.me-sm-82{margin-right:5.125rem!important}.me-sm-84{margin-right:5.25rem!important}.me-sm-86{margin-right:5.375rem!important}.me-sm-88{margin-right:5.5rem!important}.me-sm-90{margin-right:5.625rem!important}.me-sm-92{margin-right:5.75rem!important}.me-sm-94{margin-right:5.875rem!important}.me-sm-96{margin-right:6rem!important}.me-sm-98{margin-right:6.125rem!important}.me-sm-100{margin-right:6.25rem!important}.me-sm-102{margin-right:6.375rem!important}.me-sm-104{margin-right:6.5rem!important}.me-sm-106{margin-right:6.625rem!important}.me-sm-108{margin-right:6.75rem!important}.me-sm-110{margin-right:6.875rem!important}.me-sm-112{margin-right:7rem!important}.me-sm-114{margin-right:7.125rem!important}.me-sm-116{margin-right:7.25rem!important}.me-sm-118{margin-right:7.375rem!important}.me-sm-120{margin-right:7.5rem!important}.me-sm-122{margin-right:7.625rem!important}.me-sm-124{margin-right:7.75rem!important}.me-sm-126{margin-right:7.875rem!important}.me-sm-128{margin-right:8rem!important}.me-sm-130{margin-right:8.125rem!important}.me-sm-132{margin-right:8.25rem!important}.me-sm-134{margin-right:8.375rem!important}.me-sm-136{margin-right:8.5rem!important}.me-sm-138{margin-right:8.625rem!important}.me-sm-140{margin-right:8.75rem!important}.me-sm-142{margin-right:8.875rem!important}.me-sm-144{margin-right:9rem!important}.me-sm-146{margin-right:9.125rem!important}.me-sm-148{margin-right:9.25rem!important}.me-sm-150{margin-right:9.375rem!important}.me-sm-152{margin-right:9.5rem!important}.me-sm-154{margin-right:9.625rem!important}.me-sm-156{margin-right:9.75rem!important}.me-sm-158{margin-right:9.875rem!important}.me-sm-160{margin-right:10rem!important}.me-sm-162{margin-right:10.125rem!important}.me-sm-164{margin-right:10.25rem!important}.me-sm-166{margin-right:10.375rem!important}.me-sm-168{margin-right:10.5rem!important}.me-sm-170{margin-right:10.625rem!important}.me-sm-172{margin-right:10.75rem!important}.me-sm-174{margin-right:10.875rem!important}.me-sm-176{margin-right:11rem!important}.me-sm-178{margin-right:11.125rem!important}.me-sm-180{margin-right:11.25rem!important}.me-sm-182{margin-right:11.375rem!important}.me-sm-184{margin-right:11.5rem!important}.me-sm-186{margin-right:11.625rem!important}.me-sm-188{margin-right:11.75rem!important}.me-sm-190{margin-right:11.875rem!important}.me-sm-192{margin-right:12rem!important}.me-sm-194{margin-right:12.125rem!important}.me-sm-196{margin-right:12.25rem!important}.me-sm-198{margin-right:12.375rem!important}.me-sm-200{margin-right:12.5rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-2{margin-bottom:.125rem!important}.mb-sm-4{margin-bottom:.25rem!important}.mb-sm-6{margin-bottom:.375rem!important}.mb-sm-8{margin-bottom:.5rem!important}.mb-sm-10{margin-bottom:.625rem!important}.mb-sm-12{margin-bottom:.75rem!important}.mb-sm-14{margin-bottom:.875rem!important}.mb-sm-16{margin-bottom:1rem!important}.mb-sm-18{margin-bottom:1.125rem!important}.mb-sm-20{margin-bottom:1.25rem!important}.mb-sm-22{margin-bottom:1.375rem!important}.mb-sm-24{margin-bottom:1.5rem!important}.mb-sm-26{margin-bottom:1.625rem!important}.mb-sm-28{margin-bottom:1.75rem!important}.mb-sm-30{margin-bottom:1.875rem!important}.mb-sm-32{margin-bottom:2rem!important}.mb-sm-34{margin-bottom:2.125rem!important}.mb-sm-36{margin-bottom:2.25rem!important}.mb-sm-38{margin-bottom:2.375rem!important}.mb-sm-40{margin-bottom:2.5rem!important}.mb-sm-42{margin-bottom:2.625rem!important}.mb-sm-44{margin-bottom:2.75rem!important}.mb-sm-46{margin-bottom:2.875rem!important}.mb-sm-48{margin-bottom:3rem!important}.mb-sm-50{margin-bottom:3.125rem!important}.mb-sm-52{margin-bottom:3.25rem!important}.mb-sm-54{margin-bottom:3.375rem!important}.mb-sm-56{margin-bottom:3.5rem!important}.mb-sm-58{margin-bottom:3.625rem!important}.mb-sm-60{margin-bottom:3.75rem!important}.mb-sm-62{margin-bottom:3.875rem!important}.mb-sm-64{margin-bottom:4rem!important}.mb-sm-66{margin-bottom:4.125rem!important}.mb-sm-68{margin-bottom:4.25rem!important}.mb-sm-70{margin-bottom:4.375rem!important}.mb-sm-72{margin-bottom:4.5rem!important}.mb-sm-74{margin-bottom:4.625rem!important}.mb-sm-76{margin-bottom:4.75rem!important}.mb-sm-78{margin-bottom:4.875rem!important}.mb-sm-80{margin-bottom:5rem!important}.mb-sm-82{margin-bottom:5.125rem!important}.mb-sm-84{margin-bottom:5.25rem!important}.mb-sm-86{margin-bottom:5.375rem!important}.mb-sm-88{margin-bottom:5.5rem!important}.mb-sm-90{margin-bottom:5.625rem!important}.mb-sm-92{margin-bottom:5.75rem!important}.mb-sm-94{margin-bottom:5.875rem!important}.mb-sm-96{margin-bottom:6rem!important}.mb-sm-98{margin-bottom:6.125rem!important}.mb-sm-100{margin-bottom:6.25rem!important}.mb-sm-102{margin-bottom:6.375rem!important}.mb-sm-104{margin-bottom:6.5rem!important}.mb-sm-106{margin-bottom:6.625rem!important}.mb-sm-108{margin-bottom:6.75rem!important}.mb-sm-110{margin-bottom:6.875rem!important}.mb-sm-112{margin-bottom:7rem!important}.mb-sm-114{margin-bottom:7.125rem!important}.mb-sm-116{margin-bottom:7.25rem!important}.mb-sm-118{margin-bottom:7.375rem!important}.mb-sm-120{margin-bottom:7.5rem!important}.mb-sm-122{margin-bottom:7.625rem!important}.mb-sm-124{margin-bottom:7.75rem!important}.mb-sm-126{margin-bottom:7.875rem!important}.mb-sm-128{margin-bottom:8rem!important}.mb-sm-130{margin-bottom:8.125rem!important}.mb-sm-132{margin-bottom:8.25rem!important}.mb-sm-134{margin-bottom:8.375rem!important}.mb-sm-136{margin-bottom:8.5rem!important}.mb-sm-138{margin-bottom:8.625rem!important}.mb-sm-140{margin-bottom:8.75rem!important}.mb-sm-142{margin-bottom:8.875rem!important}.mb-sm-144{margin-bottom:9rem!important}.mb-sm-146{margin-bottom:9.125rem!important}.mb-sm-148{margin-bottom:9.25rem!important}.mb-sm-150{margin-bottom:9.375rem!important}.mb-sm-152{margin-bottom:9.5rem!important}.mb-sm-154{margin-bottom:9.625rem!important}.mb-sm-156{margin-bottom:9.75rem!important}.mb-sm-158{margin-bottom:9.875rem!important}.mb-sm-160{margin-bottom:10rem!important}.mb-sm-162{margin-bottom:10.125rem!important}.mb-sm-164{margin-bottom:10.25rem!important}.mb-sm-166{margin-bottom:10.375rem!important}.mb-sm-168{margin-bottom:10.5rem!important}.mb-sm-170{margin-bottom:10.625rem!important}.mb-sm-172{margin-bottom:10.75rem!important}.mb-sm-174{margin-bottom:10.875rem!important}.mb-sm-176{margin-bottom:11rem!important}.mb-sm-178{margin-bottom:11.125rem!important}.mb-sm-180{margin-bottom:11.25rem!important}.mb-sm-182{margin-bottom:11.375rem!important}.mb-sm-184{margin-bottom:11.5rem!important}.mb-sm-186{margin-bottom:11.625rem!important}.mb-sm-188{margin-bottom:11.75rem!important}.mb-sm-190{margin-bottom:11.875rem!important}.mb-sm-192{margin-bottom:12rem!important}.mb-sm-194{margin-bottom:12.125rem!important}.mb-sm-196{margin-bottom:12.25rem!important}.mb-sm-198{margin-bottom:12.375rem!important}.mb-sm-200{margin-bottom:12.5rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-2{margin-left:.125rem!important}.ms-sm-4{margin-left:.25rem!important}.ms-sm-6{margin-left:.375rem!important}.ms-sm-8{margin-left:.5rem!important}.ms-sm-10{margin-left:.625rem!important}.ms-sm-12{margin-left:.75rem!important}.ms-sm-14{margin-left:.875rem!important}.ms-sm-16{margin-left:1rem!important}.ms-sm-18{margin-left:1.125rem!important}.ms-sm-20{margin-left:1.25rem!important}.ms-sm-22{margin-left:1.375rem!important}.ms-sm-24{margin-left:1.5rem!important}.ms-sm-26{margin-left:1.625rem!important}.ms-sm-28{margin-left:1.75rem!important}.ms-sm-30{margin-left:1.875rem!important}.ms-sm-32{margin-left:2rem!important}.ms-sm-34{margin-left:2.125rem!important}.ms-sm-36{margin-left:2.25rem!important}.ms-sm-38{margin-left:2.375rem!important}.ms-sm-40{margin-left:2.5rem!important}.ms-sm-42{margin-left:2.625rem!important}.ms-sm-44{margin-left:2.75rem!important}.ms-sm-46{margin-left:2.875rem!important}.ms-sm-48{margin-left:3rem!important}.ms-sm-50{margin-left:3.125rem!important}.ms-sm-52{margin-left:3.25rem!important}.ms-sm-54{margin-left:3.375rem!important}.ms-sm-56{margin-left:3.5rem!important}.ms-sm-58{margin-left:3.625rem!important}.ms-sm-60{margin-left:3.75rem!important}.ms-sm-62{margin-left:3.875rem!important}.ms-sm-64{margin-left:4rem!important}.ms-sm-66{margin-left:4.125rem!important}.ms-sm-68{margin-left:4.25rem!important}.ms-sm-70{margin-left:4.375rem!important}.ms-sm-72{margin-left:4.5rem!important}.ms-sm-74{margin-left:4.625rem!important}.ms-sm-76{margin-left:4.75rem!important}.ms-sm-78{margin-left:4.875rem!important}.ms-sm-80{margin-left:5rem!important}.ms-sm-82{margin-left:5.125rem!important}.ms-sm-84{margin-left:5.25rem!important}.ms-sm-86{margin-left:5.375rem!important}.ms-sm-88{margin-left:5.5rem!important}.ms-sm-90{margin-left:5.625rem!important}.ms-sm-92{margin-left:5.75rem!important}.ms-sm-94{margin-left:5.875rem!important}.ms-sm-96{margin-left:6rem!important}.ms-sm-98{margin-left:6.125rem!important}.ms-sm-100{margin-left:6.25rem!important}.ms-sm-102{margin-left:6.375rem!important}.ms-sm-104{margin-left:6.5rem!important}.ms-sm-106{margin-left:6.625rem!important}.ms-sm-108{margin-left:6.75rem!important}.ms-sm-110{margin-left:6.875rem!important}.ms-sm-112{margin-left:7rem!important}.ms-sm-114{margin-left:7.125rem!important}.ms-sm-116{margin-left:7.25rem!important}.ms-sm-118{margin-left:7.375rem!important}.ms-sm-120{margin-left:7.5rem!important}.ms-sm-122{margin-left:7.625rem!important}.ms-sm-124{margin-left:7.75rem!important}.ms-sm-126{margin-left:7.875rem!important}.ms-sm-128{margin-left:8rem!important}.ms-sm-130{margin-left:8.125rem!important}.ms-sm-132{margin-left:8.25rem!important}.ms-sm-134{margin-left:8.375rem!important}.ms-sm-136{margin-left:8.5rem!important}.ms-sm-138{margin-left:8.625rem!important}.ms-sm-140{margin-left:8.75rem!important}.ms-sm-142{margin-left:8.875rem!important}.ms-sm-144{margin-left:9rem!important}.ms-sm-146{margin-left:9.125rem!important}.ms-sm-148{margin-left:9.25rem!important}.ms-sm-150{margin-left:9.375rem!important}.ms-sm-152{margin-left:9.5rem!important}.ms-sm-154{margin-left:9.625rem!important}.ms-sm-156{margin-left:9.75rem!important}.ms-sm-158{margin-left:9.875rem!important}.ms-sm-160{margin-left:10rem!important}.ms-sm-162{margin-left:10.125rem!important}.ms-sm-164{margin-left:10.25rem!important}.ms-sm-166{margin-left:10.375rem!important}.ms-sm-168{margin-left:10.5rem!important}.ms-sm-170{margin-left:10.625rem!important}.ms-sm-172{margin-left:10.75rem!important}.ms-sm-174{margin-left:10.875rem!important}.ms-sm-176{margin-left:11rem!important}.ms-sm-178{margin-left:11.125rem!important}.ms-sm-180{margin-left:11.25rem!important}.ms-sm-182{margin-left:11.375rem!important}.ms-sm-184{margin-left:11.5rem!important}.ms-sm-186{margin-left:11.625rem!important}.ms-sm-188{margin-left:11.75rem!important}.ms-sm-190{margin-left:11.875rem!important}.ms-sm-192{margin-left:12rem!important}.ms-sm-194{margin-left:12.125rem!important}.ms-sm-196{margin-left:12.25rem!important}.ms-sm-198{margin-left:12.375rem!important}.ms-sm-200{margin-left:12.5rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n0{margin:0!important}.m-sm-n2{margin:-.125rem!important}.m-sm-n4{margin:-.25rem!important}.m-sm-n6{margin:-.375rem!important}.m-sm-n8{margin:-.5rem!important}.m-sm-n10{margin:-.625rem!important}.m-sm-n12{margin:-.75rem!important}.m-sm-n14{margin:-.875rem!important}.m-sm-n16{margin:-1rem!important}.m-sm-n18{margin:-1.125rem!important}.m-sm-n20{margin:-1.25rem!important}.m-sm-n22{margin:-1.375rem!important}.m-sm-n24{margin:-1.5rem!important}.m-sm-n26{margin:-1.625rem!important}.m-sm-n28{margin:-1.75rem!important}.m-sm-n30{margin:-1.875rem!important}.m-sm-n32{margin:-2rem!important}.m-sm-n34{margin:-2.125rem!important}.m-sm-n36{margin:-2.25rem!important}.m-sm-n38{margin:-2.375rem!important}.m-sm-n40{margin:-2.5rem!important}.m-sm-n42{margin:-2.625rem!important}.m-sm-n44{margin:-2.75rem!important}.m-sm-n46{margin:-2.875rem!important}.m-sm-n48{margin:-3rem!important}.m-sm-n50{margin:-3.125rem!important}.m-sm-n52{margin:-3.25rem!important}.m-sm-n54{margin:-3.375rem!important}.m-sm-n56{margin:-3.5rem!important}.m-sm-n58{margin:-3.625rem!important}.m-sm-n60{margin:-3.75rem!important}.m-sm-n62{margin:-3.875rem!important}.m-sm-n64{margin:-4rem!important}.m-sm-n66{margin:-4.125rem!important}.m-sm-n68{margin:-4.25rem!important}.m-sm-n70{margin:-4.375rem!important}.m-sm-n72{margin:-4.5rem!important}.m-sm-n74{margin:-4.625rem!important}.m-sm-n76{margin:-4.75rem!important}.m-sm-n78{margin:-4.875rem!important}.m-sm-n80{margin:-5rem!important}.m-sm-n82{margin:-5.125rem!important}.m-sm-n84{margin:-5.25rem!important}.m-sm-n86{margin:-5.375rem!important}.m-sm-n88{margin:-5.5rem!important}.m-sm-n90{margin:-5.625rem!important}.m-sm-n92{margin:-5.75rem!important}.m-sm-n94{margin:-5.875rem!important}.m-sm-n96{margin:-6rem!important}.m-sm-n98{margin:-6.125rem!important}.m-sm-n100{margin:-6.25rem!important}.m-sm-n102{margin:-6.375rem!important}.m-sm-n104{margin:-6.5rem!important}.m-sm-n106{margin:-6.625rem!important}.m-sm-n108{margin:-6.75rem!important}.m-sm-n110{margin:-6.875rem!important}.m-sm-n112{margin:-7rem!important}.m-sm-n114{margin:-7.125rem!important}.m-sm-n116{margin:-7.25rem!important}.m-sm-n118{margin:-7.375rem!important}.m-sm-n120{margin:-7.5rem!important}.m-sm-n122{margin:-7.625rem!important}.m-sm-n124{margin:-7.75rem!important}.m-sm-n126{margin:-7.875rem!important}.m-sm-n128{margin:-8rem!important}.m-sm-n130{margin:-8.125rem!important}.m-sm-n132{margin:-8.25rem!important}.m-sm-n134{margin:-8.375rem!important}.m-sm-n136{margin:-8.5rem!important}.m-sm-n138{margin:-8.625rem!important}.m-sm-n140{margin:-8.75rem!important}.m-sm-n142{margin:-8.875rem!important}.m-sm-n144{margin:-9rem!important}.m-sm-n146{margin:-9.125rem!important}.m-sm-n148{margin:-9.25rem!important}.m-sm-n150{margin:-9.375rem!important}.m-sm-n152{margin:-9.5rem!important}.m-sm-n154{margin:-9.625rem!important}.m-sm-n156{margin:-9.75rem!important}.m-sm-n158{margin:-9.875rem!important}.m-sm-n160{margin:-10rem!important}.m-sm-n162{margin:-10.125rem!important}.m-sm-n164{margin:-10.25rem!important}.m-sm-n166{margin:-10.375rem!important}.m-sm-n168{margin:-10.5rem!important}.m-sm-n170{margin:-10.625rem!important}.m-sm-n172{margin:-10.75rem!important}.m-sm-n174{margin:-10.875rem!important}.m-sm-n176{margin:-11rem!important}.m-sm-n178{margin:-11.125rem!important}.m-sm-n180{margin:-11.25rem!important}.m-sm-n182{margin:-11.375rem!important}.m-sm-n184{margin:-11.5rem!important}.m-sm-n186{margin:-11.625rem!important}.m-sm-n188{margin:-11.75rem!important}.m-sm-n190{margin:-11.875rem!important}.m-sm-n192{margin:-12rem!important}.m-sm-n194{margin:-12.125rem!important}.m-sm-n196{margin:-12.25rem!important}.m-sm-n198{margin:-12.375rem!important}.m-sm-n200{margin:-12.5rem!important}.mx-sm-n0{margin-left:0!important;margin-right:0!important}.mx-sm-n2{margin-left:-.125rem!important;margin-right:-.125rem!important}.mx-sm-n4{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-sm-n6{margin-left:-.375rem!important;margin-right:-.375rem!important}.mx-sm-n8{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-sm-n10{margin-left:-.625rem!important;margin-right:-.625rem!important}.mx-sm-n12{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-sm-n14{margin-left:-.875rem!important;margin-right:-.875rem!important}.mx-sm-n16{margin-left:-1rem!important;margin-right:-1rem!important}.mx-sm-n18{margin-left:-1.125rem!important;margin-right:-1.125rem!important}.mx-sm-n20{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-sm-n22{margin-left:-1.375rem!important;margin-right:-1.375rem!important}.mx-sm-n24{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-sm-n26{margin-left:-1.625rem!important;margin-right:-1.625rem!important}.mx-sm-n28{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-sm-n30{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.mx-sm-n32{margin-left:-2rem!important;margin-right:-2rem!important}.mx-sm-n34{margin-left:-2.125rem!important;margin-right:-2.125rem!important}.mx-sm-n36{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-sm-n38{margin-left:-2.375rem!important;margin-right:-2.375rem!important}.mx-sm-n40{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-sm-n42{margin-left:-2.625rem!important;margin-right:-2.625rem!important}.mx-sm-n44{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-sm-n46{margin-left:-2.875rem!important;margin-right:-2.875rem!important}.mx-sm-n48{margin-left:-3rem!important;margin-right:-3rem!important}.mx-sm-n50{margin-left:-3.125rem!important;margin-right:-3.125rem!important}.mx-sm-n52{margin-left:-3.25rem!important;margin-right:-3.25rem!important}.mx-sm-n54{margin-left:-3.375rem!important;margin-right:-3.375rem!important}.mx-sm-n56{margin-left:-3.5rem!important;margin-right:-3.5rem!important}.mx-sm-n58{margin-left:-3.625rem!important;margin-right:-3.625rem!important}.mx-sm-n60{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-sm-n62{margin-left:-3.875rem!important;margin-right:-3.875rem!important}.mx-sm-n64{margin-left:-4rem!important;margin-right:-4rem!important}.mx-sm-n66{margin-left:-4.125rem!important;margin-right:-4.125rem!important}.mx-sm-n68{margin-left:-4.25rem!important;margin-right:-4.25rem!important}.mx-sm-n70{margin-left:-4.375rem!important;margin-right:-4.375rem!important}.mx-sm-n72{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-sm-n74{margin-left:-4.625rem!important;margin-right:-4.625rem!important}.mx-sm-n76{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-sm-n78{margin-left:-4.875rem!important;margin-right:-4.875rem!important}.mx-sm-n80{margin-left:-5rem!important;margin-right:-5rem!important}.mx-sm-n82{margin-left:-5.125rem!important;margin-right:-5.125rem!important}.mx-sm-n84{margin-left:-5.25rem!important;margin-right:-5.25rem!important}.mx-sm-n86{margin-left:-5.375rem!important;margin-right:-5.375rem!important}.mx-sm-n88{margin-left:-5.5rem!important;margin-right:-5.5rem!important}.mx-sm-n90{margin-left:-5.625rem!important;margin-right:-5.625rem!important}.mx-sm-n92{margin-left:-5.75rem!important;margin-right:-5.75rem!important}.mx-sm-n94{margin-left:-5.875rem!important;margin-right:-5.875rem!important}.mx-sm-n96{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-n98{margin-left:-6.125rem!important;margin-right:-6.125rem!important}.mx-sm-n100{margin-left:-6.25rem!important;margin-right:-6.25rem!important}.mx-sm-n102{margin-left:-6.375rem!important;margin-right:-6.375rem!important}.mx-sm-n104{margin-left:-6.5rem!important;margin-right:-6.5rem!important}.mx-sm-n106{margin-left:-6.625rem!important;margin-right:-6.625rem!important}.mx-sm-n108{margin-left:-6.75rem!important;margin-right:-6.75rem!important}.mx-sm-n110{margin-left:-6.875rem!important;margin-right:-6.875rem!important}.mx-sm-n112{margin-left:-7rem!important;margin-right:-7rem!important}.mx-sm-n114{margin-left:-7.125rem!important;margin-right:-7.125rem!important}.mx-sm-n116{margin-left:-7.25rem!important;margin-right:-7.25rem!important}.mx-sm-n118{margin-left:-7.375rem!important;margin-right:-7.375rem!important}.mx-sm-n120{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-sm-n122{margin-left:-7.625rem!important;margin-right:-7.625rem!important}.mx-sm-n124{margin-left:-7.75rem!important;margin-right:-7.75rem!important}.mx-sm-n126{margin-left:-7.875rem!important;margin-right:-7.875rem!important}.mx-sm-n128{margin-left:-8rem!important;margin-right:-8rem!important}.mx-sm-n130{margin-left:-8.125rem!important;margin-right:-8.125rem!important}.mx-sm-n132{margin-left:-8.25rem!important;margin-right:-8.25rem!important}.mx-sm-n134{margin-left:-8.375rem!important;margin-right:-8.375rem!important}.mx-sm-n136{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-sm-n138{margin-left:-8.625rem!important;margin-right:-8.625rem!important}.mx-sm-n140{margin-left:-8.75rem!important;margin-right:-8.75rem!important}.mx-sm-n142{margin-left:-8.875rem!important;margin-right:-8.875rem!important}.mx-sm-n144{margin-left:-9rem!important;margin-right:-9rem!important}.mx-sm-n146{margin-left:-9.125rem!important;margin-right:-9.125rem!important}.mx-sm-n148{margin-left:-9.25rem!important;margin-right:-9.25rem!important}.mx-sm-n150{margin-left:-9.375rem!important;margin-right:-9.375rem!important}.mx-sm-n152{margin-left:-9.5rem!important;margin-right:-9.5rem!important}.mx-sm-n154{margin-left:-9.625rem!important;margin-right:-9.625rem!important}.mx-sm-n156{margin-left:-9.75rem!important;margin-right:-9.75rem!important}.mx-sm-n158{margin-left:-9.875rem!important;margin-right:-9.875rem!important}.mx-sm-n160{margin-left:-10rem!important;margin-right:-10rem!important}.mx-sm-n162{margin-left:-10.125rem!important;margin-right:-10.125rem!important}.mx-sm-n164{margin-left:-10.25rem!important;margin-right:-10.25rem!important}.mx-sm-n166{margin-left:-10.375rem!important;margin-right:-10.375rem!important}.mx-sm-n168{margin-left:-10.5rem!important;margin-right:-10.5rem!important}.mx-sm-n170{margin-left:-10.625rem!important;margin-right:-10.625rem!important}.mx-sm-n172{margin-left:-10.75rem!important;margin-right:-10.75rem!important}.mx-sm-n174{margin-left:-10.875rem!important;margin-right:-10.875rem!important}.mx-sm-n176{margin-left:-11rem!important;margin-right:-11rem!important}.mx-sm-n178{margin-left:-11.125rem!important;margin-right:-11.125rem!important}.mx-sm-n180{margin-left:-11.25rem!important;margin-right:-11.25rem!important}.mx-sm-n182{margin-left:-11.375rem!important;margin-right:-11.375rem!important}.mx-sm-n184{margin-left:-11.5rem!important;margin-right:-11.5rem!important}.mx-sm-n186{margin-left:-11.625rem!important;margin-right:-11.625rem!important}.mx-sm-n188{margin-left:-11.75rem!important;margin-right:-11.75rem!important}.mx-sm-n190{margin-left:-11.875rem!important;margin-right:-11.875rem!important}.mx-sm-n192{margin-left:-12rem!important;margin-right:-12rem!important}.mx-sm-n194{margin-left:-12.125rem!important;margin-right:-12.125rem!important}.mx-sm-n196{margin-left:-12.25rem!important;margin-right:-12.25rem!important}.mx-sm-n198{margin-left:-12.375rem!important;margin-right:-12.375rem!important}.mx-sm-n200{margin-left:-12.5rem!important;margin-right:-12.5rem!important}.my-sm-n0{margin-bottom:0!important;margin-top:0!important}.my-sm-n2{margin-bottom:-.125rem!important;margin-top:-.125rem!important}.my-sm-n4{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-sm-n6{margin-bottom:-.375rem!important;margin-top:-.375rem!important}.my-sm-n8{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-sm-n10{margin-bottom:-.625rem!important;margin-top:-.625rem!important}.my-sm-n12{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-sm-n14{margin-bottom:-.875rem!important;margin-top:-.875rem!important}.my-sm-n16{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-sm-n18{margin-bottom:-1.125rem!important;margin-top:-1.125rem!important}.my-sm-n20{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-sm-n22{margin-bottom:-1.375rem!important;margin-top:-1.375rem!important}.my-sm-n24{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-sm-n26{margin-bottom:-1.625rem!important;margin-top:-1.625rem!important}.my-sm-n28{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-sm-n30{margin-bottom:-1.875rem!important;margin-top:-1.875rem!important}.my-sm-n32{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-sm-n34{margin-bottom:-2.125rem!important;margin-top:-2.125rem!important}.my-sm-n36{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-sm-n38{margin-bottom:-2.375rem!important;margin-top:-2.375rem!important}.my-sm-n40{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-sm-n42{margin-bottom:-2.625rem!important;margin-top:-2.625rem!important}.my-sm-n44{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-sm-n46{margin-bottom:-2.875rem!important;margin-top:-2.875rem!important}.my-sm-n48{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-sm-n50{margin-bottom:-3.125rem!important;margin-top:-3.125rem!important}.my-sm-n52{margin-bottom:-3.25rem!important;margin-top:-3.25rem!important}.my-sm-n54{margin-bottom:-3.375rem!important;margin-top:-3.375rem!important}.my-sm-n56{margin-bottom:-3.5rem!important;margin-top:-3.5rem!important}.my-sm-n58{margin-bottom:-3.625rem!important;margin-top:-3.625rem!important}.my-sm-n60{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-sm-n62{margin-bottom:-3.875rem!important;margin-top:-3.875rem!important}.my-sm-n64{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-sm-n66{margin-bottom:-4.125rem!important;margin-top:-4.125rem!important}.my-sm-n68{margin-bottom:-4.25rem!important;margin-top:-4.25rem!important}.my-sm-n70{margin-bottom:-4.375rem!important;margin-top:-4.375rem!important}.my-sm-n72{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-sm-n74{margin-bottom:-4.625rem!important;margin-top:-4.625rem!important}.my-sm-n76{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-sm-n78{margin-bottom:-4.875rem!important;margin-top:-4.875rem!important}.my-sm-n80{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-sm-n82{margin-bottom:-5.125rem!important;margin-top:-5.125rem!important}.my-sm-n84{margin-bottom:-5.25rem!important;margin-top:-5.25rem!important}.my-sm-n86{margin-bottom:-5.375rem!important;margin-top:-5.375rem!important}.my-sm-n88{margin-bottom:-5.5rem!important;margin-top:-5.5rem!important}.my-sm-n90{margin-bottom:-5.625rem!important;margin-top:-5.625rem!important}.my-sm-n92{margin-bottom:-5.75rem!important;margin-top:-5.75rem!important}.my-sm-n94{margin-bottom:-5.875rem!important;margin-top:-5.875rem!important}.my-sm-n96{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-n98{margin-bottom:-6.125rem!important;margin-top:-6.125rem!important}.my-sm-n100{margin-bottom:-6.25rem!important;margin-top:-6.25rem!important}.my-sm-n102{margin-bottom:-6.375rem!important;margin-top:-6.375rem!important}.my-sm-n104{margin-bottom:-6.5rem!important;margin-top:-6.5rem!important}.my-sm-n106{margin-bottom:-6.625rem!important;margin-top:-6.625rem!important}.my-sm-n108{margin-bottom:-6.75rem!important;margin-top:-6.75rem!important}.my-sm-n110{margin-bottom:-6.875rem!important;margin-top:-6.875rem!important}.my-sm-n112{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-sm-n114{margin-bottom:-7.125rem!important;margin-top:-7.125rem!important}.my-sm-n116{margin-bottom:-7.25rem!important;margin-top:-7.25rem!important}.my-sm-n118{margin-bottom:-7.375rem!important;margin-top:-7.375rem!important}.my-sm-n120{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-sm-n122{margin-bottom:-7.625rem!important;margin-top:-7.625rem!important}.my-sm-n124{margin-bottom:-7.75rem!important;margin-top:-7.75rem!important}.my-sm-n126{margin-bottom:-7.875rem!important;margin-top:-7.875rem!important}.my-sm-n128{margin-bottom:-8rem!important;margin-top:-8rem!important}.my-sm-n130{margin-bottom:-8.125rem!important;margin-top:-8.125rem!important}.my-sm-n132{margin-bottom:-8.25rem!important;margin-top:-8.25rem!important}.my-sm-n134{margin-bottom:-8.375rem!important;margin-top:-8.375rem!important}.my-sm-n136{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-sm-n138{margin-bottom:-8.625rem!important;margin-top:-8.625rem!important}.my-sm-n140{margin-bottom:-8.75rem!important;margin-top:-8.75rem!important}.my-sm-n142{margin-bottom:-8.875rem!important;margin-top:-8.875rem!important}.my-sm-n144{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-sm-n146{margin-bottom:-9.125rem!important;margin-top:-9.125rem!important}.my-sm-n148{margin-bottom:-9.25rem!important;margin-top:-9.25rem!important}.my-sm-n150{margin-bottom:-9.375rem!important;margin-top:-9.375rem!important}.my-sm-n152{margin-bottom:-9.5rem!important;margin-top:-9.5rem!important}.my-sm-n154{margin-bottom:-9.625rem!important;margin-top:-9.625rem!important}.my-sm-n156{margin-bottom:-9.75rem!important;margin-top:-9.75rem!important}.my-sm-n158{margin-bottom:-9.875rem!important;margin-top:-9.875rem!important}.my-sm-n160{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-sm-n162{margin-bottom:-10.125rem!important;margin-top:-10.125rem!important}.my-sm-n164{margin-bottom:-10.25rem!important;margin-top:-10.25rem!important}.my-sm-n166{margin-bottom:-10.375rem!important;margin-top:-10.375rem!important}.my-sm-n168{margin-bottom:-10.5rem!important;margin-top:-10.5rem!important}.my-sm-n170{margin-bottom:-10.625rem!important;margin-top:-10.625rem!important}.my-sm-n172{margin-bottom:-10.75rem!important;margin-top:-10.75rem!important}.my-sm-n174{margin-bottom:-10.875rem!important;margin-top:-10.875rem!important}.my-sm-n176{margin-bottom:-11rem!important;margin-top:-11rem!important}.my-sm-n178{margin-bottom:-11.125rem!important;margin-top:-11.125rem!important}.my-sm-n180{margin-bottom:-11.25rem!important;margin-top:-11.25rem!important}.my-sm-n182{margin-bottom:-11.375rem!important;margin-top:-11.375rem!important}.my-sm-n184{margin-bottom:-11.5rem!important;margin-top:-11.5rem!important}.my-sm-n186{margin-bottom:-11.625rem!important;margin-top:-11.625rem!important}.my-sm-n188{margin-bottom:-11.75rem!important;margin-top:-11.75rem!important}.my-sm-n190{margin-bottom:-11.875rem!important;margin-top:-11.875rem!important}.my-sm-n192{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-sm-n194{margin-bottom:-12.125rem!important;margin-top:-12.125rem!important}.my-sm-n196{margin-bottom:-12.25rem!important;margin-top:-12.25rem!important}.my-sm-n198{margin-bottom:-12.375rem!important;margin-top:-12.375rem!important}.my-sm-n200{margin-bottom:-12.5rem!important;margin-top:-12.5rem!important}.mt-sm-n0{margin-top:0!important}.mt-sm-n2{margin-top:-.125rem!important}.mt-sm-n4{margin-top:-.25rem!important}.mt-sm-n6{margin-top:-.375rem!important}.mt-sm-n8{margin-top:-.5rem!important}.mt-sm-n10{margin-top:-.625rem!important}.mt-sm-n12{margin-top:-.75rem!important}.mt-sm-n14{margin-top:-.875rem!important}.mt-sm-n16{margin-top:-1rem!important}.mt-sm-n18{margin-top:-1.125rem!important}.mt-sm-n20{margin-top:-1.25rem!important}.mt-sm-n22{margin-top:-1.375rem!important}.mt-sm-n24{margin-top:-1.5rem!important}.mt-sm-n26{margin-top:-1.625rem!important}.mt-sm-n28{margin-top:-1.75rem!important}.mt-sm-n30{margin-top:-1.875rem!important}.mt-sm-n32{margin-top:-2rem!important}.mt-sm-n34{margin-top:-2.125rem!important}.mt-sm-n36{margin-top:-2.25rem!important}.mt-sm-n38{margin-top:-2.375rem!important}.mt-sm-n40{margin-top:-2.5rem!important}.mt-sm-n42{margin-top:-2.625rem!important}.mt-sm-n44{margin-top:-2.75rem!important}.mt-sm-n46{margin-top:-2.875rem!important}.mt-sm-n48{margin-top:-3rem!important}.mt-sm-n50{margin-top:-3.125rem!important}.mt-sm-n52{margin-top:-3.25rem!important}.mt-sm-n54{margin-top:-3.375rem!important}.mt-sm-n56{margin-top:-3.5rem!important}.mt-sm-n58{margin-top:-3.625rem!important}.mt-sm-n60{margin-top:-3.75rem!important}.mt-sm-n62{margin-top:-3.875rem!important}.mt-sm-n64{margin-top:-4rem!important}.mt-sm-n66{margin-top:-4.125rem!important}.mt-sm-n68{margin-top:-4.25rem!important}.mt-sm-n70{margin-top:-4.375rem!important}.mt-sm-n72{margin-top:-4.5rem!important}.mt-sm-n74{margin-top:-4.625rem!important}.mt-sm-n76{margin-top:-4.75rem!important}.mt-sm-n78{margin-top:-4.875rem!important}.mt-sm-n80{margin-top:-5rem!important}.mt-sm-n82{margin-top:-5.125rem!important}.mt-sm-n84{margin-top:-5.25rem!important}.mt-sm-n86{margin-top:-5.375rem!important}.mt-sm-n88{margin-top:-5.5rem!important}.mt-sm-n90{margin-top:-5.625rem!important}.mt-sm-n92{margin-top:-5.75rem!important}.mt-sm-n94{margin-top:-5.875rem!important}.mt-sm-n96{margin-top:-6rem!important}.mt-sm-n98{margin-top:-6.125rem!important}.mt-sm-n100{margin-top:-6.25rem!important}.mt-sm-n102{margin-top:-6.375rem!important}.mt-sm-n104{margin-top:-6.5rem!important}.mt-sm-n106{margin-top:-6.625rem!important}.mt-sm-n108{margin-top:-6.75rem!important}.mt-sm-n110{margin-top:-6.875rem!important}.mt-sm-n112{margin-top:-7rem!important}.mt-sm-n114{margin-top:-7.125rem!important}.mt-sm-n116{margin-top:-7.25rem!important}.mt-sm-n118{margin-top:-7.375rem!important}.mt-sm-n120{margin-top:-7.5rem!important}.mt-sm-n122{margin-top:-7.625rem!important}.mt-sm-n124{margin-top:-7.75rem!important}.mt-sm-n126{margin-top:-7.875rem!important}.mt-sm-n128{margin-top:-8rem!important}.mt-sm-n130{margin-top:-8.125rem!important}.mt-sm-n132{margin-top:-8.25rem!important}.mt-sm-n134{margin-top:-8.375rem!important}.mt-sm-n136{margin-top:-8.5rem!important}.mt-sm-n138{margin-top:-8.625rem!important}.mt-sm-n140{margin-top:-8.75rem!important}.mt-sm-n142{margin-top:-8.875rem!important}.mt-sm-n144{margin-top:-9rem!important}.mt-sm-n146{margin-top:-9.125rem!important}.mt-sm-n148{margin-top:-9.25rem!important}.mt-sm-n150{margin-top:-9.375rem!important}.mt-sm-n152{margin-top:-9.5rem!important}.mt-sm-n154{margin-top:-9.625rem!important}.mt-sm-n156{margin-top:-9.75rem!important}.mt-sm-n158{margin-top:-9.875rem!important}.mt-sm-n160{margin-top:-10rem!important}.mt-sm-n162{margin-top:-10.125rem!important}.mt-sm-n164{margin-top:-10.25rem!important}.mt-sm-n166{margin-top:-10.375rem!important}.mt-sm-n168{margin-top:-10.5rem!important}.mt-sm-n170{margin-top:-10.625rem!important}.mt-sm-n172{margin-top:-10.75rem!important}.mt-sm-n174{margin-top:-10.875rem!important}.mt-sm-n176{margin-top:-11rem!important}.mt-sm-n178{margin-top:-11.125rem!important}.mt-sm-n180{margin-top:-11.25rem!important}.mt-sm-n182{margin-top:-11.375rem!important}.mt-sm-n184{margin-top:-11.5rem!important}.mt-sm-n186{margin-top:-11.625rem!important}.mt-sm-n188{margin-top:-11.75rem!important}.mt-sm-n190{margin-top:-11.875rem!important}.mt-sm-n192{margin-top:-12rem!important}.mt-sm-n194{margin-top:-12.125rem!important}.mt-sm-n196{margin-top:-12.25rem!important}.mt-sm-n198{margin-top:-12.375rem!important}.mt-sm-n200{margin-top:-12.5rem!important}.me-sm-n0{margin-right:0!important}.me-sm-n2{margin-right:-.125rem!important}.me-sm-n4{margin-right:-.25rem!important}.me-sm-n6{margin-right:-.375rem!important}.me-sm-n8{margin-right:-.5rem!important}.me-sm-n10{margin-right:-.625rem!important}.me-sm-n12{margin-right:-.75rem!important}.me-sm-n14{margin-right:-.875rem!important}.me-sm-n16{margin-right:-1rem!important}.me-sm-n18{margin-right:-1.125rem!important}.me-sm-n20{margin-right:-1.25rem!important}.me-sm-n22{margin-right:-1.375rem!important}.me-sm-n24{margin-right:-1.5rem!important}.me-sm-n26{margin-right:-1.625rem!important}.me-sm-n28{margin-right:-1.75rem!important}.me-sm-n30{margin-right:-1.875rem!important}.me-sm-n32{margin-right:-2rem!important}.me-sm-n34{margin-right:-2.125rem!important}.me-sm-n36{margin-right:-2.25rem!important}.me-sm-n38{margin-right:-2.375rem!important}.me-sm-n40{margin-right:-2.5rem!important}.me-sm-n42{margin-right:-2.625rem!important}.me-sm-n44{margin-right:-2.75rem!important}.me-sm-n46{margin-right:-2.875rem!important}.me-sm-n48{margin-right:-3rem!important}.me-sm-n50{margin-right:-3.125rem!important}.me-sm-n52{margin-right:-3.25rem!important}.me-sm-n54{margin-right:-3.375rem!important}.me-sm-n56{margin-right:-3.5rem!important}.me-sm-n58{margin-right:-3.625rem!important}.me-sm-n60{margin-right:-3.75rem!important}.me-sm-n62{margin-right:-3.875rem!important}.me-sm-n64{margin-right:-4rem!important}.me-sm-n66{margin-right:-4.125rem!important}.me-sm-n68{margin-right:-4.25rem!important}.me-sm-n70{margin-right:-4.375rem!important}.me-sm-n72{margin-right:-4.5rem!important}.me-sm-n74{margin-right:-4.625rem!important}.me-sm-n76{margin-right:-4.75rem!important}.me-sm-n78{margin-right:-4.875rem!important}.me-sm-n80{margin-right:-5rem!important}.me-sm-n82{margin-right:-5.125rem!important}.me-sm-n84{margin-right:-5.25rem!important}.me-sm-n86{margin-right:-5.375rem!important}.me-sm-n88{margin-right:-5.5rem!important}.me-sm-n90{margin-right:-5.625rem!important}.me-sm-n92{margin-right:-5.75rem!important}.me-sm-n94{margin-right:-5.875rem!important}.me-sm-n96{margin-right:-6rem!important}.me-sm-n98{margin-right:-6.125rem!important}.me-sm-n100{margin-right:-6.25rem!important}.me-sm-n102{margin-right:-6.375rem!important}.me-sm-n104{margin-right:-6.5rem!important}.me-sm-n106{margin-right:-6.625rem!important}.me-sm-n108{margin-right:-6.75rem!important}.me-sm-n110{margin-right:-6.875rem!important}.me-sm-n112{margin-right:-7rem!important}.me-sm-n114{margin-right:-7.125rem!important}.me-sm-n116{margin-right:-7.25rem!important}.me-sm-n118{margin-right:-7.375rem!important}.me-sm-n120{margin-right:-7.5rem!important}.me-sm-n122{margin-right:-7.625rem!important}.me-sm-n124{margin-right:-7.75rem!important}.me-sm-n126{margin-right:-7.875rem!important}.me-sm-n128{margin-right:-8rem!important}.me-sm-n130{margin-right:-8.125rem!important}.me-sm-n132{margin-right:-8.25rem!important}.me-sm-n134{margin-right:-8.375rem!important}.me-sm-n136{margin-right:-8.5rem!important}.me-sm-n138{margin-right:-8.625rem!important}.me-sm-n140{margin-right:-8.75rem!important}.me-sm-n142{margin-right:-8.875rem!important}.me-sm-n144{margin-right:-9rem!important}.me-sm-n146{margin-right:-9.125rem!important}.me-sm-n148{margin-right:-9.25rem!important}.me-sm-n150{margin-right:-9.375rem!important}.me-sm-n152{margin-right:-9.5rem!important}.me-sm-n154{margin-right:-9.625rem!important}.me-sm-n156{margin-right:-9.75rem!important}.me-sm-n158{margin-right:-9.875rem!important}.me-sm-n160{margin-right:-10rem!important}.me-sm-n162{margin-right:-10.125rem!important}.me-sm-n164{margin-right:-10.25rem!important}.me-sm-n166{margin-right:-10.375rem!important}.me-sm-n168{margin-right:-10.5rem!important}.me-sm-n170{margin-right:-10.625rem!important}.me-sm-n172{margin-right:-10.75rem!important}.me-sm-n174{margin-right:-10.875rem!important}.me-sm-n176{margin-right:-11rem!important}.me-sm-n178{margin-right:-11.125rem!important}.me-sm-n180{margin-right:-11.25rem!important}.me-sm-n182{margin-right:-11.375rem!important}.me-sm-n184{margin-right:-11.5rem!important}.me-sm-n186{margin-right:-11.625rem!important}.me-sm-n188{margin-right:-11.75rem!important}.me-sm-n190{margin-right:-11.875rem!important}.me-sm-n192{margin-right:-12rem!important}.me-sm-n194{margin-right:-12.125rem!important}.me-sm-n196{margin-right:-12.25rem!important}.me-sm-n198{margin-right:-12.375rem!important}.me-sm-n200{margin-right:-12.5rem!important}.mb-sm-n0{margin-bottom:0!important}.mb-sm-n2{margin-bottom:-.125rem!important}.mb-sm-n4{margin-bottom:-.25rem!important}.mb-sm-n6{margin-bottom:-.375rem!important}.mb-sm-n8{margin-bottom:-.5rem!important}.mb-sm-n10{margin-bottom:-.625rem!important}.mb-sm-n12{margin-bottom:-.75rem!important}.mb-sm-n14{margin-bottom:-.875rem!important}.mb-sm-n16{margin-bottom:-1rem!important}.mb-sm-n18{margin-bottom:-1.125rem!important}.mb-sm-n20{margin-bottom:-1.25rem!important}.mb-sm-n22{margin-bottom:-1.375rem!important}.mb-sm-n24{margin-bottom:-1.5rem!important}.mb-sm-n26{margin-bottom:-1.625rem!important}.mb-sm-n28{margin-bottom:-1.75rem!important}.mb-sm-n30{margin-bottom:-1.875rem!important}.mb-sm-n32{margin-bottom:-2rem!important}.mb-sm-n34{margin-bottom:-2.125rem!important}.mb-sm-n36{margin-bottom:-2.25rem!important}.mb-sm-n38{margin-bottom:-2.375rem!important}.mb-sm-n40{margin-bottom:-2.5rem!important}.mb-sm-n42{margin-bottom:-2.625rem!important}.mb-sm-n44{margin-bottom:-2.75rem!important}.mb-sm-n46{margin-bottom:-2.875rem!important}.mb-sm-n48{margin-bottom:-3rem!important}.mb-sm-n50{margin-bottom:-3.125rem!important}.mb-sm-n52{margin-bottom:-3.25rem!important}.mb-sm-n54{margin-bottom:-3.375rem!important}.mb-sm-n56{margin-bottom:-3.5rem!important}.mb-sm-n58{margin-bottom:-3.625rem!important}.mb-sm-n60{margin-bottom:-3.75rem!important}.mb-sm-n62{margin-bottom:-3.875rem!important}.mb-sm-n64{margin-bottom:-4rem!important}.mb-sm-n66{margin-bottom:-4.125rem!important}.mb-sm-n68{margin-bottom:-4.25rem!important}.mb-sm-n70{margin-bottom:-4.375rem!important}.mb-sm-n72{margin-bottom:-4.5rem!important}.mb-sm-n74{margin-bottom:-4.625rem!important}.mb-sm-n76{margin-bottom:-4.75rem!important}.mb-sm-n78{margin-bottom:-4.875rem!important}.mb-sm-n80{margin-bottom:-5rem!important}.mb-sm-n82{margin-bottom:-5.125rem!important}.mb-sm-n84{margin-bottom:-5.25rem!important}.mb-sm-n86{margin-bottom:-5.375rem!important}.mb-sm-n88{margin-bottom:-5.5rem!important}.mb-sm-n90{margin-bottom:-5.625rem!important}.mb-sm-n92{margin-bottom:-5.75rem!important}.mb-sm-n94{margin-bottom:-5.875rem!important}.mb-sm-n96{margin-bottom:-6rem!important}.mb-sm-n98{margin-bottom:-6.125rem!important}.mb-sm-n100{margin-bottom:-6.25rem!important}.mb-sm-n102{margin-bottom:-6.375rem!important}.mb-sm-n104{margin-bottom:-6.5rem!important}.mb-sm-n106{margin-bottom:-6.625rem!important}.mb-sm-n108{margin-bottom:-6.75rem!important}.mb-sm-n110{margin-bottom:-6.875rem!important}.mb-sm-n112{margin-bottom:-7rem!important}.mb-sm-n114{margin-bottom:-7.125rem!important}.mb-sm-n116{margin-bottom:-7.25rem!important}.mb-sm-n118{margin-bottom:-7.375rem!important}.mb-sm-n120{margin-bottom:-7.5rem!important}.mb-sm-n122{margin-bottom:-7.625rem!important}.mb-sm-n124{margin-bottom:-7.75rem!important}.mb-sm-n126{margin-bottom:-7.875rem!important}.mb-sm-n128{margin-bottom:-8rem!important}.mb-sm-n130{margin-bottom:-8.125rem!important}.mb-sm-n132{margin-bottom:-8.25rem!important}.mb-sm-n134{margin-bottom:-8.375rem!important}.mb-sm-n136{margin-bottom:-8.5rem!important}.mb-sm-n138{margin-bottom:-8.625rem!important}.mb-sm-n140{margin-bottom:-8.75rem!important}.mb-sm-n142{margin-bottom:-8.875rem!important}.mb-sm-n144{margin-bottom:-9rem!important}.mb-sm-n146{margin-bottom:-9.125rem!important}.mb-sm-n148{margin-bottom:-9.25rem!important}.mb-sm-n150{margin-bottom:-9.375rem!important}.mb-sm-n152{margin-bottom:-9.5rem!important}.mb-sm-n154{margin-bottom:-9.625rem!important}.mb-sm-n156{margin-bottom:-9.75rem!important}.mb-sm-n158{margin-bottom:-9.875rem!important}.mb-sm-n160{margin-bottom:-10rem!important}.mb-sm-n162{margin-bottom:-10.125rem!important}.mb-sm-n164{margin-bottom:-10.25rem!important}.mb-sm-n166{margin-bottom:-10.375rem!important}.mb-sm-n168{margin-bottom:-10.5rem!important}.mb-sm-n170{margin-bottom:-10.625rem!important}.mb-sm-n172{margin-bottom:-10.75rem!important}.mb-sm-n174{margin-bottom:-10.875rem!important}.mb-sm-n176{margin-bottom:-11rem!important}.mb-sm-n178{margin-bottom:-11.125rem!important}.mb-sm-n180{margin-bottom:-11.25rem!important}.mb-sm-n182{margin-bottom:-11.375rem!important}.mb-sm-n184{margin-bottom:-11.5rem!important}.mb-sm-n186{margin-bottom:-11.625rem!important}.mb-sm-n188{margin-bottom:-11.75rem!important}.mb-sm-n190{margin-bottom:-11.875rem!important}.mb-sm-n192{margin-bottom:-12rem!important}.mb-sm-n194{margin-bottom:-12.125rem!important}.mb-sm-n196{margin-bottom:-12.25rem!important}.mb-sm-n198{margin-bottom:-12.375rem!important}.mb-sm-n200{margin-bottom:-12.5rem!important}.ms-sm-n0{margin-left:0!important}.ms-sm-n2{margin-left:-.125rem!important}.ms-sm-n4{margin-left:-.25rem!important}.ms-sm-n6{margin-left:-.375rem!important}.ms-sm-n8{margin-left:-.5rem!important}.ms-sm-n10{margin-left:-.625rem!important}.ms-sm-n12{margin-left:-.75rem!important}.ms-sm-n14{margin-left:-.875rem!important}.ms-sm-n16{margin-left:-1rem!important}.ms-sm-n18{margin-left:-1.125rem!important}.ms-sm-n20{margin-left:-1.25rem!important}.ms-sm-n22{margin-left:-1.375rem!important}.ms-sm-n24{margin-left:-1.5rem!important}.ms-sm-n26{margin-left:-1.625rem!important}.ms-sm-n28{margin-left:-1.75rem!important}.ms-sm-n30{margin-left:-1.875rem!important}.ms-sm-n32{margin-left:-2rem!important}.ms-sm-n34{margin-left:-2.125rem!important}.ms-sm-n36{margin-left:-2.25rem!important}.ms-sm-n38{margin-left:-2.375rem!important}.ms-sm-n40{margin-left:-2.5rem!important}.ms-sm-n42{margin-left:-2.625rem!important}.ms-sm-n44{margin-left:-2.75rem!important}.ms-sm-n46{margin-left:-2.875rem!important}.ms-sm-n48{margin-left:-3rem!important}.ms-sm-n50{margin-left:-3.125rem!important}.ms-sm-n52{margin-left:-3.25rem!important}.ms-sm-n54{margin-left:-3.375rem!important}.ms-sm-n56{margin-left:-3.5rem!important}.ms-sm-n58{margin-left:-3.625rem!important}.ms-sm-n60{margin-left:-3.75rem!important}.ms-sm-n62{margin-left:-3.875rem!important}.ms-sm-n64{margin-left:-4rem!important}.ms-sm-n66{margin-left:-4.125rem!important}.ms-sm-n68{margin-left:-4.25rem!important}.ms-sm-n70{margin-left:-4.375rem!important}.ms-sm-n72{margin-left:-4.5rem!important}.ms-sm-n74{margin-left:-4.625rem!important}.ms-sm-n76{margin-left:-4.75rem!important}.ms-sm-n78{margin-left:-4.875rem!important}.ms-sm-n80{margin-left:-5rem!important}.ms-sm-n82{margin-left:-5.125rem!important}.ms-sm-n84{margin-left:-5.25rem!important}.ms-sm-n86{margin-left:-5.375rem!important}.ms-sm-n88{margin-left:-5.5rem!important}.ms-sm-n90{margin-left:-5.625rem!important}.ms-sm-n92{margin-left:-5.75rem!important}.ms-sm-n94{margin-left:-5.875rem!important}.ms-sm-n96{margin-left:-6rem!important}.ms-sm-n98{margin-left:-6.125rem!important}.ms-sm-n100{margin-left:-6.25rem!important}.ms-sm-n102{margin-left:-6.375rem!important}.ms-sm-n104{margin-left:-6.5rem!important}.ms-sm-n106{margin-left:-6.625rem!important}.ms-sm-n108{margin-left:-6.75rem!important}.ms-sm-n110{margin-left:-6.875rem!important}.ms-sm-n112{margin-left:-7rem!important}.ms-sm-n114{margin-left:-7.125rem!important}.ms-sm-n116{margin-left:-7.25rem!important}.ms-sm-n118{margin-left:-7.375rem!important}.ms-sm-n120{margin-left:-7.5rem!important}.ms-sm-n122{margin-left:-7.625rem!important}.ms-sm-n124{margin-left:-7.75rem!important}.ms-sm-n126{margin-left:-7.875rem!important}.ms-sm-n128{margin-left:-8rem!important}.ms-sm-n130{margin-left:-8.125rem!important}.ms-sm-n132{margin-left:-8.25rem!important}.ms-sm-n134{margin-left:-8.375rem!important}.ms-sm-n136{margin-left:-8.5rem!important}.ms-sm-n138{margin-left:-8.625rem!important}.ms-sm-n140{margin-left:-8.75rem!important}.ms-sm-n142{margin-left:-8.875rem!important}.ms-sm-n144{margin-left:-9rem!important}.ms-sm-n146{margin-left:-9.125rem!important}.ms-sm-n148{margin-left:-9.25rem!important}.ms-sm-n150{margin-left:-9.375rem!important}.ms-sm-n152{margin-left:-9.5rem!important}.ms-sm-n154{margin-left:-9.625rem!important}.ms-sm-n156{margin-left:-9.75rem!important}.ms-sm-n158{margin-left:-9.875rem!important}.ms-sm-n160{margin-left:-10rem!important}.ms-sm-n162{margin-left:-10.125rem!important}.ms-sm-n164{margin-left:-10.25rem!important}.ms-sm-n166{margin-left:-10.375rem!important}.ms-sm-n168{margin-left:-10.5rem!important}.ms-sm-n170{margin-left:-10.625rem!important}.ms-sm-n172{margin-left:-10.75rem!important}.ms-sm-n174{margin-left:-10.875rem!important}.ms-sm-n176{margin-left:-11rem!important}.ms-sm-n178{margin-left:-11.125rem!important}.ms-sm-n180{margin-left:-11.25rem!important}.ms-sm-n182{margin-left:-11.375rem!important}.ms-sm-n184{margin-left:-11.5rem!important}.ms-sm-n186{margin-left:-11.625rem!important}.ms-sm-n188{margin-left:-11.75rem!important}.ms-sm-n190{margin-left:-11.875rem!important}.ms-sm-n192{margin-left:-12rem!important}.ms-sm-n194{margin-left:-12.125rem!important}.ms-sm-n196{margin-left:-12.25rem!important}.ms-sm-n198{margin-left:-12.375rem!important}.ms-sm-n200{margin-left:-12.5rem!important}.p-sm-0{padding:0!important}.p-sm-2{padding:.125rem!important}.p-sm-4{padding:.25rem!important}.p-sm-6{padding:.375rem!important}.p-sm-8{padding:.5rem!important}.p-sm-10{padding:.625rem!important}.p-sm-12{padding:.75rem!important}.p-sm-14{padding:.875rem!important}.p-sm-16{padding:1rem!important}.p-sm-18{padding:1.125rem!important}.p-sm-20{padding:1.25rem!important}.p-sm-22{padding:1.375rem!important}.p-sm-24{padding:1.5rem!important}.p-sm-26{padding:1.625rem!important}.p-sm-28{padding:1.75rem!important}.p-sm-30{padding:1.875rem!important}.p-sm-32{padding:2rem!important}.p-sm-34{padding:2.125rem!important}.p-sm-36{padding:2.25rem!important}.p-sm-38{padding:2.375rem!important}.p-sm-40{padding:2.5rem!important}.p-sm-42{padding:2.625rem!important}.p-sm-44{padding:2.75rem!important}.p-sm-46{padding:2.875rem!important}.p-sm-48{padding:3rem!important}.p-sm-50{padding:3.125rem!important}.p-sm-52{padding:3.25rem!important}.p-sm-54{padding:3.375rem!important}.p-sm-56{padding:3.5rem!important}.p-sm-58{padding:3.625rem!important}.p-sm-60{padding:3.75rem!important}.p-sm-62{padding:3.875rem!important}.p-sm-64{padding:4rem!important}.p-sm-66{padding:4.125rem!important}.p-sm-68{padding:4.25rem!important}.p-sm-70{padding:4.375rem!important}.p-sm-72{padding:4.5rem!important}.p-sm-74{padding:4.625rem!important}.p-sm-76{padding:4.75rem!important}.p-sm-78{padding:4.875rem!important}.p-sm-80{padding:5rem!important}.p-sm-82{padding:5.125rem!important}.p-sm-84{padding:5.25rem!important}.p-sm-86{padding:5.375rem!important}.p-sm-88{padding:5.5rem!important}.p-sm-90{padding:5.625rem!important}.p-sm-92{padding:5.75rem!important}.p-sm-94{padding:5.875rem!important}.p-sm-96{padding:6rem!important}.p-sm-98{padding:6.125rem!important}.p-sm-100{padding:6.25rem!important}.p-sm-102{padding:6.375rem!important}.p-sm-104{padding:6.5rem!important}.p-sm-106{padding:6.625rem!important}.p-sm-108{padding:6.75rem!important}.p-sm-110{padding:6.875rem!important}.p-sm-112{padding:7rem!important}.p-sm-114{padding:7.125rem!important}.p-sm-116{padding:7.25rem!important}.p-sm-118{padding:7.375rem!important}.p-sm-120{padding:7.5rem!important}.p-sm-122{padding:7.625rem!important}.p-sm-124{padding:7.75rem!important}.p-sm-126{padding:7.875rem!important}.p-sm-128{padding:8rem!important}.p-sm-130{padding:8.125rem!important}.p-sm-132{padding:8.25rem!important}.p-sm-134{padding:8.375rem!important}.p-sm-136{padding:8.5rem!important}.p-sm-138{padding:8.625rem!important}.p-sm-140{padding:8.75rem!important}.p-sm-142{padding:8.875rem!important}.p-sm-144{padding:9rem!important}.p-sm-146{padding:9.125rem!important}.p-sm-148{padding:9.25rem!important}.p-sm-150{padding:9.375rem!important}.p-sm-152{padding:9.5rem!important}.p-sm-154{padding:9.625rem!important}.p-sm-156{padding:9.75rem!important}.p-sm-158{padding:9.875rem!important}.p-sm-160{padding:10rem!important}.p-sm-162{padding:10.125rem!important}.p-sm-164{padding:10.25rem!important}.p-sm-166{padding:10.375rem!important}.p-sm-168{padding:10.5rem!important}.p-sm-170{padding:10.625rem!important}.p-sm-172{padding:10.75rem!important}.p-sm-174{padding:10.875rem!important}.p-sm-176{padding:11rem!important}.p-sm-178{padding:11.125rem!important}.p-sm-180{padding:11.25rem!important}.p-sm-182{padding:11.375rem!important}.p-sm-184{padding:11.5rem!important}.p-sm-186{padding:11.625rem!important}.p-sm-188{padding:11.75rem!important}.p-sm-190{padding:11.875rem!important}.p-sm-192{padding:12rem!important}.p-sm-194{padding:12.125rem!important}.p-sm-196{padding:12.25rem!important}.p-sm-198{padding:12.375rem!important}.p-sm-200{padding:12.5rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-2{padding-left:.125rem!important;padding-right:.125rem!important}.px-sm-4{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-6{padding-left:.375rem!important;padding-right:.375rem!important}.px-sm-8{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-10{padding-left:.625rem!important;padding-right:.625rem!important}.px-sm-12{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-14{padding-left:.875rem!important;padding-right:.875rem!important}.px-sm-16{padding-left:1rem!important;padding-right:1rem!important}.px-sm-18{padding-left:1.125rem!important;padding-right:1.125rem!important}.px-sm-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-sm-22{padding-left:1.375rem!important;padding-right:1.375rem!important}.px-sm-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-26{padding-left:1.625rem!important;padding-right:1.625rem!important}.px-sm-28{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-sm-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-sm-32{padding-left:2rem!important;padding-right:2rem!important}.px-sm-34{padding-left:2.125rem!important;padding-right:2.125rem!important}.px-sm-36{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-sm-38{padding-left:2.375rem!important;padding-right:2.375rem!important}.px-sm-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-sm-42{padding-left:2.625rem!important;padding-right:2.625rem!important}.px-sm-44{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-sm-46{padding-left:2.875rem!important;padding-right:2.875rem!important}.px-sm-48{padding-left:3rem!important;padding-right:3rem!important}.px-sm-50{padding-left:3.125rem!important;padding-right:3.125rem!important}.px-sm-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-sm-54{padding-left:3.375rem!important;padding-right:3.375rem!important}.px-sm-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-sm-58{padding-left:3.625rem!important;padding-right:3.625rem!important}.px-sm-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-sm-62{padding-left:3.875rem!important;padding-right:3.875rem!important}.px-sm-64{padding-left:4rem!important;padding-right:4rem!important}.px-sm-66{padding-left:4.125rem!important;padding-right:4.125rem!important}.px-sm-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-sm-70{padding-left:4.375rem!important;padding-right:4.375rem!important}.px-sm-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-74{padding-left:4.625rem!important;padding-right:4.625rem!important}.px-sm-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-sm-78{padding-left:4.875rem!important;padding-right:4.875rem!important}.px-sm-80{padding-left:5rem!important;padding-right:5rem!important}.px-sm-82{padding-left:5.125rem!important;padding-right:5.125rem!important}.px-sm-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.px-sm-86{padding-left:5.375rem!important;padding-right:5.375rem!important}.px-sm-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-sm-90{padding-left:5.625rem!important;padding-right:5.625rem!important}.px-sm-92{padding-left:5.75rem!important;padding-right:5.75rem!important}.px-sm-94{padding-left:5.875rem!important;padding-right:5.875rem!important}.px-sm-96{padding-left:6rem!important;padding-right:6rem!important}.px-sm-98{padding-left:6.125rem!important;padding-right:6.125rem!important}.px-sm-100{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-sm-102{padding-left:6.375rem!important;padding-right:6.375rem!important}.px-sm-104{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-sm-106{padding-left:6.625rem!important;padding-right:6.625rem!important}.px-sm-108{padding-left:6.75rem!important;padding-right:6.75rem!important}.px-sm-110{padding-left:6.875rem!important;padding-right:6.875rem!important}.px-sm-112{padding-left:7rem!important;padding-right:7rem!important}.px-sm-114{padding-left:7.125rem!important;padding-right:7.125rem!important}.px-sm-116{padding-left:7.25rem!important;padding-right:7.25rem!important}.px-sm-118{padding-left:7.375rem!important;padding-right:7.375rem!important}.px-sm-120{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-sm-122{padding-left:7.625rem!important;padding-right:7.625rem!important}.px-sm-124{padding-left:7.75rem!important;padding-right:7.75rem!important}.px-sm-126{padding-left:7.875rem!important;padding-right:7.875rem!important}.px-sm-128{padding-left:8rem!important;padding-right:8rem!important}.px-sm-130{padding-left:8.125rem!important;padding-right:8.125rem!important}.px-sm-132{padding-left:8.25rem!important;padding-right:8.25rem!important}.px-sm-134{padding-left:8.375rem!important;padding-right:8.375rem!important}.px-sm-136{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-sm-138{padding-left:8.625rem!important;padding-right:8.625rem!important}.px-sm-140{padding-left:8.75rem!important;padding-right:8.75rem!important}.px-sm-142{padding-left:8.875rem!important;padding-right:8.875rem!important}.px-sm-144{padding-left:9rem!important;padding-right:9rem!important}.px-sm-146{padding-left:9.125rem!important;padding-right:9.125rem!important}.px-sm-148{padding-left:9.25rem!important;padding-right:9.25rem!important}.px-sm-150{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-sm-152{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-sm-154{padding-left:9.625rem!important;padding-right:9.625rem!important}.px-sm-156{padding-left:9.75rem!important;padding-right:9.75rem!important}.px-sm-158{padding-left:9.875rem!important;padding-right:9.875rem!important}.px-sm-160{padding-left:10rem!important;padding-right:10rem!important}.px-sm-162{padding-left:10.125rem!important;padding-right:10.125rem!important}.px-sm-164{padding-left:10.25rem!important;padding-right:10.25rem!important}.px-sm-166{padding-left:10.375rem!important;padding-right:10.375rem!important}.px-sm-168{padding-left:10.5rem!important;padding-right:10.5rem!important}.px-sm-170{padding-left:10.625rem!important;padding-right:10.625rem!important}.px-sm-172{padding-left:10.75rem!important;padding-right:10.75rem!important}.px-sm-174{padding-left:10.875rem!important;padding-right:10.875rem!important}.px-sm-176{padding-left:11rem!important;padding-right:11rem!important}.px-sm-178{padding-left:11.125rem!important;padding-right:11.125rem!important}.px-sm-180{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-sm-182{padding-left:11.375rem!important;padding-right:11.375rem!important}.px-sm-184{padding-left:11.5rem!important;padding-right:11.5rem!important}.px-sm-186{padding-left:11.625rem!important;padding-right:11.625rem!important}.px-sm-188{padding-left:11.75rem!important;padding-right:11.75rem!important}.px-sm-190{padding-left:11.875rem!important;padding-right:11.875rem!important}.px-sm-192{padding-left:12rem!important;padding-right:12rem!important}.px-sm-194{padding-left:12.125rem!important;padding-right:12.125rem!important}.px-sm-196{padding-left:12.25rem!important;padding-right:12.25rem!important}.px-sm-198{padding-left:12.375rem!important;padding-right:12.375rem!important}.px-sm-200{padding-left:12.5rem!important;padding-right:12.5rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-2{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-sm-4{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-6{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-sm-8{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-10{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-sm-12{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-sm-14{padding-bottom:.875rem!important;padding-top:.875rem!important}.py-sm-16{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-18{padding-bottom:1.125rem!important;padding-top:1.125rem!important}.py-sm-20{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-sm-22{padding-bottom:1.375rem!important;padding-top:1.375rem!important}.py-sm-24{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-26{padding-bottom:1.625rem!important;padding-top:1.625rem!important}.py-sm-28{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-sm-30{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-sm-32{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-34{padding-bottom:2.125rem!important;padding-top:2.125rem!important}.py-sm-36{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-sm-38{padding-bottom:2.375rem!important;padding-top:2.375rem!important}.py-sm-40{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-sm-42{padding-bottom:2.625rem!important;padding-top:2.625rem!important}.py-sm-44{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-sm-46{padding-bottom:2.875rem!important;padding-top:2.875rem!important}.py-sm-48{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-50{padding-bottom:3.125rem!important;padding-top:3.125rem!important}.py-sm-52{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-sm-54{padding-bottom:3.375rem!important;padding-top:3.375rem!important}.py-sm-56{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-sm-58{padding-bottom:3.625rem!important;padding-top:3.625rem!important}.py-sm-60{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-sm-62{padding-bottom:3.875rem!important;padding-top:3.875rem!important}.py-sm-64{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-66{padding-bottom:4.125rem!important;padding-top:4.125rem!important}.py-sm-68{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-sm-70{padding-bottom:4.375rem!important;padding-top:4.375rem!important}.py-sm-72{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-74{padding-bottom:4.625rem!important;padding-top:4.625rem!important}.py-sm-76{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-sm-78{padding-bottom:4.875rem!important;padding-top:4.875rem!important}.py-sm-80{padding-bottom:5rem!important;padding-top:5rem!important}.py-sm-82{padding-bottom:5.125rem!important;padding-top:5.125rem!important}.py-sm-84{padding-bottom:5.25rem!important;padding-top:5.25rem!important}.py-sm-86{padding-bottom:5.375rem!important;padding-top:5.375rem!important}.py-sm-88{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-sm-90{padding-bottom:5.625rem!important;padding-top:5.625rem!important}.py-sm-92{padding-bottom:5.75rem!important;padding-top:5.75rem!important}.py-sm-94{padding-bottom:5.875rem!important;padding-top:5.875rem!important}.py-sm-96{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-98{padding-bottom:6.125rem!important;padding-top:6.125rem!important}.py-sm-100{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-sm-102{padding-bottom:6.375rem!important;padding-top:6.375rem!important}.py-sm-104{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-sm-106{padding-bottom:6.625rem!important;padding-top:6.625rem!important}.py-sm-108{padding-bottom:6.75rem!important;padding-top:6.75rem!important}.py-sm-110{padding-bottom:6.875rem!important;padding-top:6.875rem!important}.py-sm-112{padding-bottom:7rem!important;padding-top:7rem!important}.py-sm-114{padding-bottom:7.125rem!important;padding-top:7.125rem!important}.py-sm-116{padding-bottom:7.25rem!important;padding-top:7.25rem!important}.py-sm-118{padding-bottom:7.375rem!important;padding-top:7.375rem!important}.py-sm-120{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-sm-122{padding-bottom:7.625rem!important;padding-top:7.625rem!important}.py-sm-124{padding-bottom:7.75rem!important;padding-top:7.75rem!important}.py-sm-126{padding-bottom:7.875rem!important;padding-top:7.875rem!important}.py-sm-128{padding-bottom:8rem!important;padding-top:8rem!important}.py-sm-130{padding-bottom:8.125rem!important;padding-top:8.125rem!important}.py-sm-132{padding-bottom:8.25rem!important;padding-top:8.25rem!important}.py-sm-134{padding-bottom:8.375rem!important;padding-top:8.375rem!important}.py-sm-136{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-sm-138{padding-bottom:8.625rem!important;padding-top:8.625rem!important}.py-sm-140{padding-bottom:8.75rem!important;padding-top:8.75rem!important}.py-sm-142{padding-bottom:8.875rem!important;padding-top:8.875rem!important}.py-sm-144{padding-bottom:9rem!important;padding-top:9rem!important}.py-sm-146{padding-bottom:9.125rem!important;padding-top:9.125rem!important}.py-sm-148{padding-bottom:9.25rem!important;padding-top:9.25rem!important}.py-sm-150{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-sm-152{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-sm-154{padding-bottom:9.625rem!important;padding-top:9.625rem!important}.py-sm-156{padding-bottom:9.75rem!important;padding-top:9.75rem!important}.py-sm-158{padding-bottom:9.875rem!important;padding-top:9.875rem!important}.py-sm-160{padding-bottom:10rem!important;padding-top:10rem!important}.py-sm-162{padding-bottom:10.125rem!important;padding-top:10.125rem!important}.py-sm-164{padding-bottom:10.25rem!important;padding-top:10.25rem!important}.py-sm-166{padding-bottom:10.375rem!important;padding-top:10.375rem!important}.py-sm-168{padding-bottom:10.5rem!important;padding-top:10.5rem!important}.py-sm-170{padding-bottom:10.625rem!important;padding-top:10.625rem!important}.py-sm-172{padding-bottom:10.75rem!important;padding-top:10.75rem!important}.py-sm-174{padding-bottom:10.875rem!important;padding-top:10.875rem!important}.py-sm-176{padding-bottom:11rem!important;padding-top:11rem!important}.py-sm-178{padding-bottom:11.125rem!important;padding-top:11.125rem!important}.py-sm-180{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-sm-182{padding-bottom:11.375rem!important;padding-top:11.375rem!important}.py-sm-184{padding-bottom:11.5rem!important;padding-top:11.5rem!important}.py-sm-186{padding-bottom:11.625rem!important;padding-top:11.625rem!important}.py-sm-188{padding-bottom:11.75rem!important;padding-top:11.75rem!important}.py-sm-190{padding-bottom:11.875rem!important;padding-top:11.875rem!important}.py-sm-192{padding-bottom:12rem!important;padding-top:12rem!important}.py-sm-194{padding-bottom:12.125rem!important;padding-top:12.125rem!important}.py-sm-196{padding-bottom:12.25rem!important;padding-top:12.25rem!important}.py-sm-198{padding-bottom:12.375rem!important;padding-top:12.375rem!important}.py-sm-200{padding-bottom:12.5rem!important;padding-top:12.5rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-2{padding-top:.125rem!important}.pt-sm-4{padding-top:.25rem!important}.pt-sm-6{padding-top:.375rem!important}.pt-sm-8{padding-top:.5rem!important}.pt-sm-10{padding-top:.625rem!important}.pt-sm-12{padding-top:.75rem!important}.pt-sm-14{padding-top:.875rem!important}.pt-sm-16{padding-top:1rem!important}.pt-sm-18{padding-top:1.125rem!important}.pt-sm-20{padding-top:1.25rem!important}.pt-sm-22{padding-top:1.375rem!important}.pt-sm-24{padding-top:1.5rem!important}.pt-sm-26{padding-top:1.625rem!important}.pt-sm-28{padding-top:1.75rem!important}.pt-sm-30{padding-top:1.875rem!important}.pt-sm-32{padding-top:2rem!important}.pt-sm-34{padding-top:2.125rem!important}.pt-sm-36{padding-top:2.25rem!important}.pt-sm-38{padding-top:2.375rem!important}.pt-sm-40{padding-top:2.5rem!important}.pt-sm-42{padding-top:2.625rem!important}.pt-sm-44{padding-top:2.75rem!important}.pt-sm-46{padding-top:2.875rem!important}.pt-sm-48{padding-top:3rem!important}.pt-sm-50{padding-top:3.125rem!important}.pt-sm-52{padding-top:3.25rem!important}.pt-sm-54{padding-top:3.375rem!important}.pt-sm-56{padding-top:3.5rem!important}.pt-sm-58{padding-top:3.625rem!important}.pt-sm-60{padding-top:3.75rem!important}.pt-sm-62{padding-top:3.875rem!important}.pt-sm-64{padding-top:4rem!important}.pt-sm-66{padding-top:4.125rem!important}.pt-sm-68{padding-top:4.25rem!important}.pt-sm-70{padding-top:4.375rem!important}.pt-sm-72{padding-top:4.5rem!important}.pt-sm-74{padding-top:4.625rem!important}.pt-sm-76{padding-top:4.75rem!important}.pt-sm-78{padding-top:4.875rem!important}.pt-sm-80{padding-top:5rem!important}.pt-sm-82{padding-top:5.125rem!important}.pt-sm-84{padding-top:5.25rem!important}.pt-sm-86{padding-top:5.375rem!important}.pt-sm-88{padding-top:5.5rem!important}.pt-sm-90{padding-top:5.625rem!important}.pt-sm-92{padding-top:5.75rem!important}.pt-sm-94{padding-top:5.875rem!important}.pt-sm-96{padding-top:6rem!important}.pt-sm-98{padding-top:6.125rem!important}.pt-sm-100{padding-top:6.25rem!important}.pt-sm-102{padding-top:6.375rem!important}.pt-sm-104{padding-top:6.5rem!important}.pt-sm-106{padding-top:6.625rem!important}.pt-sm-108{padding-top:6.75rem!important}.pt-sm-110{padding-top:6.875rem!important}.pt-sm-112{padding-top:7rem!important}.pt-sm-114{padding-top:7.125rem!important}.pt-sm-116{padding-top:7.25rem!important}.pt-sm-118{padding-top:7.375rem!important}.pt-sm-120{padding-top:7.5rem!important}.pt-sm-122{padding-top:7.625rem!important}.pt-sm-124{padding-top:7.75rem!important}.pt-sm-126{padding-top:7.875rem!important}.pt-sm-128{padding-top:8rem!important}.pt-sm-130{padding-top:8.125rem!important}.pt-sm-132{padding-top:8.25rem!important}.pt-sm-134{padding-top:8.375rem!important}.pt-sm-136{padding-top:8.5rem!important}.pt-sm-138{padding-top:8.625rem!important}.pt-sm-140{padding-top:8.75rem!important}.pt-sm-142{padding-top:8.875rem!important}.pt-sm-144{padding-top:9rem!important}.pt-sm-146{padding-top:9.125rem!important}.pt-sm-148{padding-top:9.25rem!important}.pt-sm-150{padding-top:9.375rem!important}.pt-sm-152{padding-top:9.5rem!important}.pt-sm-154{padding-top:9.625rem!important}.pt-sm-156{padding-top:9.75rem!important}.pt-sm-158{padding-top:9.875rem!important}.pt-sm-160{padding-top:10rem!important}.pt-sm-162{padding-top:10.125rem!important}.pt-sm-164{padding-top:10.25rem!important}.pt-sm-166{padding-top:10.375rem!important}.pt-sm-168{padding-top:10.5rem!important}.pt-sm-170{padding-top:10.625rem!important}.pt-sm-172{padding-top:10.75rem!important}.pt-sm-174{padding-top:10.875rem!important}.pt-sm-176{padding-top:11rem!important}.pt-sm-178{padding-top:11.125rem!important}.pt-sm-180{padding-top:11.25rem!important}.pt-sm-182{padding-top:11.375rem!important}.pt-sm-184{padding-top:11.5rem!important}.pt-sm-186{padding-top:11.625rem!important}.pt-sm-188{padding-top:11.75rem!important}.pt-sm-190{padding-top:11.875rem!important}.pt-sm-192{padding-top:12rem!important}.pt-sm-194{padding-top:12.125rem!important}.pt-sm-196{padding-top:12.25rem!important}.pt-sm-198{padding-top:12.375rem!important}.pt-sm-200{padding-top:12.5rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-2{padding-right:.125rem!important}.pe-sm-4{padding-right:.25rem!important}.pe-sm-6{padding-right:.375rem!important}.pe-sm-8{padding-right:.5rem!important}.pe-sm-10{padding-right:.625rem!important}.pe-sm-12{padding-right:.75rem!important}.pe-sm-14{padding-right:.875rem!important}.pe-sm-16{padding-right:1rem!important}.pe-sm-18{padding-right:1.125rem!important}.pe-sm-20{padding-right:1.25rem!important}.pe-sm-22{padding-right:1.375rem!important}.pe-sm-24{padding-right:1.5rem!important}.pe-sm-26{padding-right:1.625rem!important}.pe-sm-28{padding-right:1.75rem!important}.pe-sm-30{padding-right:1.875rem!important}.pe-sm-32{padding-right:2rem!important}.pe-sm-34{padding-right:2.125rem!important}.pe-sm-36{padding-right:2.25rem!important}.pe-sm-38{padding-right:2.375rem!important}.pe-sm-40{padding-right:2.5rem!important}.pe-sm-42{padding-right:2.625rem!important}.pe-sm-44{padding-right:2.75rem!important}.pe-sm-46{padding-right:2.875rem!important}.pe-sm-48{padding-right:3rem!important}.pe-sm-50{padding-right:3.125rem!important}.pe-sm-52{padding-right:3.25rem!important}.pe-sm-54{padding-right:3.375rem!important}.pe-sm-56{padding-right:3.5rem!important}.pe-sm-58{padding-right:3.625rem!important}.pe-sm-60{padding-right:3.75rem!important}.pe-sm-62{padding-right:3.875rem!important}.pe-sm-64{padding-right:4rem!important}.pe-sm-66{padding-right:4.125rem!important}.pe-sm-68{padding-right:4.25rem!important}.pe-sm-70{padding-right:4.375rem!important}.pe-sm-72{padding-right:4.5rem!important}.pe-sm-74{padding-right:4.625rem!important}.pe-sm-76{padding-right:4.75rem!important}.pe-sm-78{padding-right:4.875rem!important}.pe-sm-80{padding-right:5rem!important}.pe-sm-82{padding-right:5.125rem!important}.pe-sm-84{padding-right:5.25rem!important}.pe-sm-86{padding-right:5.375rem!important}.pe-sm-88{padding-right:5.5rem!important}.pe-sm-90{padding-right:5.625rem!important}.pe-sm-92{padding-right:5.75rem!important}.pe-sm-94{padding-right:5.875rem!important}.pe-sm-96{padding-right:6rem!important}.pe-sm-98{padding-right:6.125rem!important}.pe-sm-100{padding-right:6.25rem!important}.pe-sm-102{padding-right:6.375rem!important}.pe-sm-104{padding-right:6.5rem!important}.pe-sm-106{padding-right:6.625rem!important}.pe-sm-108{padding-right:6.75rem!important}.pe-sm-110{padding-right:6.875rem!important}.pe-sm-112{padding-right:7rem!important}.pe-sm-114{padding-right:7.125rem!important}.pe-sm-116{padding-right:7.25rem!important}.pe-sm-118{padding-right:7.375rem!important}.pe-sm-120{padding-right:7.5rem!important}.pe-sm-122{padding-right:7.625rem!important}.pe-sm-124{padding-right:7.75rem!important}.pe-sm-126{padding-right:7.875rem!important}.pe-sm-128{padding-right:8rem!important}.pe-sm-130{padding-right:8.125rem!important}.pe-sm-132{padding-right:8.25rem!important}.pe-sm-134{padding-right:8.375rem!important}.pe-sm-136{padding-right:8.5rem!important}.pe-sm-138{padding-right:8.625rem!important}.pe-sm-140{padding-right:8.75rem!important}.pe-sm-142{padding-right:8.875rem!important}.pe-sm-144{padding-right:9rem!important}.pe-sm-146{padding-right:9.125rem!important}.pe-sm-148{padding-right:9.25rem!important}.pe-sm-150{padding-right:9.375rem!important}.pe-sm-152{padding-right:9.5rem!important}.pe-sm-154{padding-right:9.625rem!important}.pe-sm-156{padding-right:9.75rem!important}.pe-sm-158{padding-right:9.875rem!important}.pe-sm-160{padding-right:10rem!important}.pe-sm-162{padding-right:10.125rem!important}.pe-sm-164{padding-right:10.25rem!important}.pe-sm-166{padding-right:10.375rem!important}.pe-sm-168{padding-right:10.5rem!important}.pe-sm-170{padding-right:10.625rem!important}.pe-sm-172{padding-right:10.75rem!important}.pe-sm-174{padding-right:10.875rem!important}.pe-sm-176{padding-right:11rem!important}.pe-sm-178{padding-right:11.125rem!important}.pe-sm-180{padding-right:11.25rem!important}.pe-sm-182{padding-right:11.375rem!important}.pe-sm-184{padding-right:11.5rem!important}.pe-sm-186{padding-right:11.625rem!important}.pe-sm-188{padding-right:11.75rem!important}.pe-sm-190{padding-right:11.875rem!important}.pe-sm-192{padding-right:12rem!important}.pe-sm-194{padding-right:12.125rem!important}.pe-sm-196{padding-right:12.25rem!important}.pe-sm-198{padding-right:12.375rem!important}.pe-sm-200{padding-right:12.5rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-2{padding-bottom:.125rem!important}.pb-sm-4{padding-bottom:.25rem!important}.pb-sm-6{padding-bottom:.375rem!important}.pb-sm-8{padding-bottom:.5rem!important}.pb-sm-10{padding-bottom:.625rem!important}.pb-sm-12{padding-bottom:.75rem!important}.pb-sm-14{padding-bottom:.875rem!important}.pb-sm-16{padding-bottom:1rem!important}.pb-sm-18{padding-bottom:1.125rem!important}.pb-sm-20{padding-bottom:1.25rem!important}.pb-sm-22{padding-bottom:1.375rem!important}.pb-sm-24{padding-bottom:1.5rem!important}.pb-sm-26{padding-bottom:1.625rem!important}.pb-sm-28{padding-bottom:1.75rem!important}.pb-sm-30{padding-bottom:1.875rem!important}.pb-sm-32{padding-bottom:2rem!important}.pb-sm-34{padding-bottom:2.125rem!important}.pb-sm-36{padding-bottom:2.25rem!important}.pb-sm-38{padding-bottom:2.375rem!important}.pb-sm-40{padding-bottom:2.5rem!important}.pb-sm-42{padding-bottom:2.625rem!important}.pb-sm-44{padding-bottom:2.75rem!important}.pb-sm-46{padding-bottom:2.875rem!important}.pb-sm-48{padding-bottom:3rem!important}.pb-sm-50{padding-bottom:3.125rem!important}.pb-sm-52{padding-bottom:3.25rem!important}.pb-sm-54{padding-bottom:3.375rem!important}.pb-sm-56{padding-bottom:3.5rem!important}.pb-sm-58{padding-bottom:3.625rem!important}.pb-sm-60{padding-bottom:3.75rem!important}.pb-sm-62{padding-bottom:3.875rem!important}.pb-sm-64{padding-bottom:4rem!important}.pb-sm-66{padding-bottom:4.125rem!important}.pb-sm-68{padding-bottom:4.25rem!important}.pb-sm-70{padding-bottom:4.375rem!important}.pb-sm-72{padding-bottom:4.5rem!important}.pb-sm-74{padding-bottom:4.625rem!important}.pb-sm-76{padding-bottom:4.75rem!important}.pb-sm-78{padding-bottom:4.875rem!important}.pb-sm-80{padding-bottom:5rem!important}.pb-sm-82{padding-bottom:5.125rem!important}.pb-sm-84{padding-bottom:5.25rem!important}.pb-sm-86{padding-bottom:5.375rem!important}.pb-sm-88{padding-bottom:5.5rem!important}.pb-sm-90{padding-bottom:5.625rem!important}.pb-sm-92{padding-bottom:5.75rem!important}.pb-sm-94{padding-bottom:5.875rem!important}.pb-sm-96{padding-bottom:6rem!important}.pb-sm-98{padding-bottom:6.125rem!important}.pb-sm-100{padding-bottom:6.25rem!important}.pb-sm-102{padding-bottom:6.375rem!important}.pb-sm-104{padding-bottom:6.5rem!important}.pb-sm-106{padding-bottom:6.625rem!important}.pb-sm-108{padding-bottom:6.75rem!important}.pb-sm-110{padding-bottom:6.875rem!important}.pb-sm-112{padding-bottom:7rem!important}.pb-sm-114{padding-bottom:7.125rem!important}.pb-sm-116{padding-bottom:7.25rem!important}.pb-sm-118{padding-bottom:7.375rem!important}.pb-sm-120{padding-bottom:7.5rem!important}.pb-sm-122{padding-bottom:7.625rem!important}.pb-sm-124{padding-bottom:7.75rem!important}.pb-sm-126{padding-bottom:7.875rem!important}.pb-sm-128{padding-bottom:8rem!important}.pb-sm-130{padding-bottom:8.125rem!important}.pb-sm-132{padding-bottom:8.25rem!important}.pb-sm-134{padding-bottom:8.375rem!important}.pb-sm-136{padding-bottom:8.5rem!important}.pb-sm-138{padding-bottom:8.625rem!important}.pb-sm-140{padding-bottom:8.75rem!important}.pb-sm-142{padding-bottom:8.875rem!important}.pb-sm-144{padding-bottom:9rem!important}.pb-sm-146{padding-bottom:9.125rem!important}.pb-sm-148{padding-bottom:9.25rem!important}.pb-sm-150{padding-bottom:9.375rem!important}.pb-sm-152{padding-bottom:9.5rem!important}.pb-sm-154{padding-bottom:9.625rem!important}.pb-sm-156{padding-bottom:9.75rem!important}.pb-sm-158{padding-bottom:9.875rem!important}.pb-sm-160{padding-bottom:10rem!important}.pb-sm-162{padding-bottom:10.125rem!important}.pb-sm-164{padding-bottom:10.25rem!important}.pb-sm-166{padding-bottom:10.375rem!important}.pb-sm-168{padding-bottom:10.5rem!important}.pb-sm-170{padding-bottom:10.625rem!important}.pb-sm-172{padding-bottom:10.75rem!important}.pb-sm-174{padding-bottom:10.875rem!important}.pb-sm-176{padding-bottom:11rem!important}.pb-sm-178{padding-bottom:11.125rem!important}.pb-sm-180{padding-bottom:11.25rem!important}.pb-sm-182{padding-bottom:11.375rem!important}.pb-sm-184{padding-bottom:11.5rem!important}.pb-sm-186{padding-bottom:11.625rem!important}.pb-sm-188{padding-bottom:11.75rem!important}.pb-sm-190{padding-bottom:11.875rem!important}.pb-sm-192{padding-bottom:12rem!important}.pb-sm-194{padding-bottom:12.125rem!important}.pb-sm-196{padding-bottom:12.25rem!important}.pb-sm-198{padding-bottom:12.375rem!important}.pb-sm-200{padding-bottom:12.5rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-2{padding-left:.125rem!important}.ps-sm-4{padding-left:.25rem!important}.ps-sm-6{padding-left:.375rem!important}.ps-sm-8{padding-left:.5rem!important}.ps-sm-10{padding-left:.625rem!important}.ps-sm-12{padding-left:.75rem!important}.ps-sm-14{padding-left:.875rem!important}.ps-sm-16{padding-left:1rem!important}.ps-sm-18{padding-left:1.125rem!important}.ps-sm-20{padding-left:1.25rem!important}.ps-sm-22{padding-left:1.375rem!important}.ps-sm-24{padding-left:1.5rem!important}.ps-sm-26{padding-left:1.625rem!important}.ps-sm-28{padding-left:1.75rem!important}.ps-sm-30{padding-left:1.875rem!important}.ps-sm-32{padding-left:2rem!important}.ps-sm-34{padding-left:2.125rem!important}.ps-sm-36{padding-left:2.25rem!important}.ps-sm-38{padding-left:2.375rem!important}.ps-sm-40{padding-left:2.5rem!important}.ps-sm-42{padding-left:2.625rem!important}.ps-sm-44{padding-left:2.75rem!important}.ps-sm-46{padding-left:2.875rem!important}.ps-sm-48{padding-left:3rem!important}.ps-sm-50{padding-left:3.125rem!important}.ps-sm-52{padding-left:3.25rem!important}.ps-sm-54{padding-left:3.375rem!important}.ps-sm-56{padding-left:3.5rem!important}.ps-sm-58{padding-left:3.625rem!important}.ps-sm-60{padding-left:3.75rem!important}.ps-sm-62{padding-left:3.875rem!important}.ps-sm-64{padding-left:4rem!important}.ps-sm-66{padding-left:4.125rem!important}.ps-sm-68{padding-left:4.25rem!important}.ps-sm-70{padding-left:4.375rem!important}.ps-sm-72{padding-left:4.5rem!important}.ps-sm-74{padding-left:4.625rem!important}.ps-sm-76{padding-left:4.75rem!important}.ps-sm-78{padding-left:4.875rem!important}.ps-sm-80{padding-left:5rem!important}.ps-sm-82{padding-left:5.125rem!important}.ps-sm-84{padding-left:5.25rem!important}.ps-sm-86{padding-left:5.375rem!important}.ps-sm-88{padding-left:5.5rem!important}.ps-sm-90{padding-left:5.625rem!important}.ps-sm-92{padding-left:5.75rem!important}.ps-sm-94{padding-left:5.875rem!important}.ps-sm-96{padding-left:6rem!important}.ps-sm-98{padding-left:6.125rem!important}.ps-sm-100{padding-left:6.25rem!important}.ps-sm-102{padding-left:6.375rem!important}.ps-sm-104{padding-left:6.5rem!important}.ps-sm-106{padding-left:6.625rem!important}.ps-sm-108{padding-left:6.75rem!important}.ps-sm-110{padding-left:6.875rem!important}.ps-sm-112{padding-left:7rem!important}.ps-sm-114{padding-left:7.125rem!important}.ps-sm-116{padding-left:7.25rem!important}.ps-sm-118{padding-left:7.375rem!important}.ps-sm-120{padding-left:7.5rem!important}.ps-sm-122{padding-left:7.625rem!important}.ps-sm-124{padding-left:7.75rem!important}.ps-sm-126{padding-left:7.875rem!important}.ps-sm-128{padding-left:8rem!important}.ps-sm-130{padding-left:8.125rem!important}.ps-sm-132{padding-left:8.25rem!important}.ps-sm-134{padding-left:8.375rem!important}.ps-sm-136{padding-left:8.5rem!important}.ps-sm-138{padding-left:8.625rem!important}.ps-sm-140{padding-left:8.75rem!important}.ps-sm-142{padding-left:8.875rem!important}.ps-sm-144{padding-left:9rem!important}.ps-sm-146{padding-left:9.125rem!important}.ps-sm-148{padding-left:9.25rem!important}.ps-sm-150{padding-left:9.375rem!important}.ps-sm-152{padding-left:9.5rem!important}.ps-sm-154{padding-left:9.625rem!important}.ps-sm-156{padding-left:9.75rem!important}.ps-sm-158{padding-left:9.875rem!important}.ps-sm-160{padding-left:10rem!important}.ps-sm-162{padding-left:10.125rem!important}.ps-sm-164{padding-left:10.25rem!important}.ps-sm-166{padding-left:10.375rem!important}.ps-sm-168{padding-left:10.5rem!important}.ps-sm-170{padding-left:10.625rem!important}.ps-sm-172{padding-left:10.75rem!important}.ps-sm-174{padding-left:10.875rem!important}.ps-sm-176{padding-left:11rem!important}.ps-sm-178{padding-left:11.125rem!important}.ps-sm-180{padding-left:11.25rem!important}.ps-sm-182{padding-left:11.375rem!important}.ps-sm-184{padding-left:11.5rem!important}.ps-sm-186{padding-left:11.625rem!important}.ps-sm-188{padding-left:11.75rem!important}.ps-sm-190{padding-left:11.875rem!important}.ps-sm-192{padding-left:12rem!important}.ps-sm-194{padding-left:12.125rem!important}.ps-sm-196{padding-left:12.25rem!important}.ps-sm-198{padding-left:12.375rem!important}.ps-sm-200{padding-left:12.5rem!important}.gap-sm-0{gap:0!important}.gap-sm-2{gap:.125rem!important}.gap-sm-4{gap:.25rem!important}.gap-sm-6{gap:.375rem!important}.gap-sm-8{gap:.5rem!important}.gap-sm-10{gap:.625rem!important}.gap-sm-12{gap:.75rem!important}.gap-sm-14{gap:.875rem!important}.gap-sm-16{gap:1rem!important}.gap-sm-18{gap:1.125rem!important}.gap-sm-20{gap:1.25rem!important}.gap-sm-22{gap:1.375rem!important}.gap-sm-24{gap:1.5rem!important}.gap-sm-26{gap:1.625rem!important}.gap-sm-28{gap:1.75rem!important}.gap-sm-30{gap:1.875rem!important}.gap-sm-32{gap:2rem!important}.gap-sm-34{gap:2.125rem!important}.gap-sm-36{gap:2.25rem!important}.gap-sm-38{gap:2.375rem!important}.gap-sm-40{gap:2.5rem!important}.gap-sm-42{gap:2.625rem!important}.gap-sm-44{gap:2.75rem!important}.gap-sm-46{gap:2.875rem!important}.gap-sm-48{gap:3rem!important}.gap-sm-50{gap:3.125rem!important}.gap-sm-52{gap:3.25rem!important}.gap-sm-54{gap:3.375rem!important}.gap-sm-56{gap:3.5rem!important}.gap-sm-58{gap:3.625rem!important}.gap-sm-60{gap:3.75rem!important}.gap-sm-62{gap:3.875rem!important}.gap-sm-64{gap:4rem!important}.gap-sm-66{gap:4.125rem!important}.gap-sm-68{gap:4.25rem!important}.gap-sm-70{gap:4.375rem!important}.gap-sm-72{gap:4.5rem!important}.gap-sm-74{gap:4.625rem!important}.gap-sm-76{gap:4.75rem!important}.gap-sm-78{gap:4.875rem!important}.gap-sm-80{gap:5rem!important}.gap-sm-82{gap:5.125rem!important}.gap-sm-84{gap:5.25rem!important}.gap-sm-86{gap:5.375rem!important}.gap-sm-88{gap:5.5rem!important}.gap-sm-90{gap:5.625rem!important}.gap-sm-92{gap:5.75rem!important}.gap-sm-94{gap:5.875rem!important}.gap-sm-96{gap:6rem!important}.gap-sm-98{gap:6.125rem!important}.gap-sm-100{gap:6.25rem!important}.gap-sm-102{gap:6.375rem!important}.gap-sm-104{gap:6.5rem!important}.gap-sm-106{gap:6.625rem!important}.gap-sm-108{gap:6.75rem!important}.gap-sm-110{gap:6.875rem!important}.gap-sm-112{gap:7rem!important}.gap-sm-114{gap:7.125rem!important}.gap-sm-116{gap:7.25rem!important}.gap-sm-118{gap:7.375rem!important}.gap-sm-120{gap:7.5rem!important}.gap-sm-122{gap:7.625rem!important}.gap-sm-124{gap:7.75rem!important}.gap-sm-126{gap:7.875rem!important}.gap-sm-128{gap:8rem!important}.gap-sm-130{gap:8.125rem!important}.gap-sm-132{gap:8.25rem!important}.gap-sm-134{gap:8.375rem!important}.gap-sm-136{gap:8.5rem!important}.gap-sm-138{gap:8.625rem!important}.gap-sm-140{gap:8.75rem!important}.gap-sm-142{gap:8.875rem!important}.gap-sm-144{gap:9rem!important}.gap-sm-146{gap:9.125rem!important}.gap-sm-148{gap:9.25rem!important}.gap-sm-150{gap:9.375rem!important}.gap-sm-152{gap:9.5rem!important}.gap-sm-154{gap:9.625rem!important}.gap-sm-156{gap:9.75rem!important}.gap-sm-158{gap:9.875rem!important}.gap-sm-160{gap:10rem!important}.gap-sm-162{gap:10.125rem!important}.gap-sm-164{gap:10.25rem!important}.gap-sm-166{gap:10.375rem!important}.gap-sm-168{gap:10.5rem!important}.gap-sm-170{gap:10.625rem!important}.gap-sm-172{gap:10.75rem!important}.gap-sm-174{gap:10.875rem!important}.gap-sm-176{gap:11rem!important}.gap-sm-178{gap:11.125rem!important}.gap-sm-180{gap:11.25rem!important}.gap-sm-182{gap:11.375rem!important}.gap-sm-184{gap:11.5rem!important}.gap-sm-186{gap:11.625rem!important}.gap-sm-188{gap:11.75rem!important}.gap-sm-190{gap:11.875rem!important}.gap-sm-192{gap:12rem!important}.gap-sm-194{gap:12.125rem!important}.gap-sm-196{gap:12.25rem!important}.gap-sm-198{gap:12.375rem!important}.gap-sm-200{gap:12.5rem!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}.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-2{margin:.125rem!important}.m-md-4{margin:.25rem!important}.m-md-6{margin:.375rem!important}.m-md-8{margin:.5rem!important}.m-md-10{margin:.625rem!important}.m-md-12{margin:.75rem!important}.m-md-14{margin:.875rem!important}.m-md-16{margin:1rem!important}.m-md-18{margin:1.125rem!important}.m-md-20{margin:1.25rem!important}.m-md-22{margin:1.375rem!important}.m-md-24{margin:1.5rem!important}.m-md-26{margin:1.625rem!important}.m-md-28{margin:1.75rem!important}.m-md-30{margin:1.875rem!important}.m-md-32{margin:2rem!important}.m-md-34{margin:2.125rem!important}.m-md-36{margin:2.25rem!important}.m-md-38{margin:2.375rem!important}.m-md-40{margin:2.5rem!important}.m-md-42{margin:2.625rem!important}.m-md-44{margin:2.75rem!important}.m-md-46{margin:2.875rem!important}.m-md-48{margin:3rem!important}.m-md-50{margin:3.125rem!important}.m-md-52{margin:3.25rem!important}.m-md-54{margin:3.375rem!important}.m-md-56{margin:3.5rem!important}.m-md-58{margin:3.625rem!important}.m-md-60{margin:3.75rem!important}.m-md-62{margin:3.875rem!important}.m-md-64{margin:4rem!important}.m-md-66{margin:4.125rem!important}.m-md-68{margin:4.25rem!important}.m-md-70{margin:4.375rem!important}.m-md-72{margin:4.5rem!important}.m-md-74{margin:4.625rem!important}.m-md-76{margin:4.75rem!important}.m-md-78{margin:4.875rem!important}.m-md-80{margin:5rem!important}.m-md-82{margin:5.125rem!important}.m-md-84{margin:5.25rem!important}.m-md-86{margin:5.375rem!important}.m-md-88{margin:5.5rem!important}.m-md-90{margin:5.625rem!important}.m-md-92{margin:5.75rem!important}.m-md-94{margin:5.875rem!important}.m-md-96{margin:6rem!important}.m-md-98{margin:6.125rem!important}.m-md-100{margin:6.25rem!important}.m-md-102{margin:6.375rem!important}.m-md-104{margin:6.5rem!important}.m-md-106{margin:6.625rem!important}.m-md-108{margin:6.75rem!important}.m-md-110{margin:6.875rem!important}.m-md-112{margin:7rem!important}.m-md-114{margin:7.125rem!important}.m-md-116{margin:7.25rem!important}.m-md-118{margin:7.375rem!important}.m-md-120{margin:7.5rem!important}.m-md-122{margin:7.625rem!important}.m-md-124{margin:7.75rem!important}.m-md-126{margin:7.875rem!important}.m-md-128{margin:8rem!important}.m-md-130{margin:8.125rem!important}.m-md-132{margin:8.25rem!important}.m-md-134{margin:8.375rem!important}.m-md-136{margin:8.5rem!important}.m-md-138{margin:8.625rem!important}.m-md-140{margin:8.75rem!important}.m-md-142{margin:8.875rem!important}.m-md-144{margin:9rem!important}.m-md-146{margin:9.125rem!important}.m-md-148{margin:9.25rem!important}.m-md-150{margin:9.375rem!important}.m-md-152{margin:9.5rem!important}.m-md-154{margin:9.625rem!important}.m-md-156{margin:9.75rem!important}.m-md-158{margin:9.875rem!important}.m-md-160{margin:10rem!important}.m-md-162{margin:10.125rem!important}.m-md-164{margin:10.25rem!important}.m-md-166{margin:10.375rem!important}.m-md-168{margin:10.5rem!important}.m-md-170{margin:10.625rem!important}.m-md-172{margin:10.75rem!important}.m-md-174{margin:10.875rem!important}.m-md-176{margin:11rem!important}.m-md-178{margin:11.125rem!important}.m-md-180{margin:11.25rem!important}.m-md-182{margin:11.375rem!important}.m-md-184{margin:11.5rem!important}.m-md-186{margin:11.625rem!important}.m-md-188{margin:11.75rem!important}.m-md-190{margin:11.875rem!important}.m-md-192{margin:12rem!important}.m-md-194{margin:12.125rem!important}.m-md-196{margin:12.25rem!important}.m-md-198{margin:12.375rem!important}.m-md-200{margin:12.5rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-2{margin-left:.125rem!important;margin-right:.125rem!important}.mx-md-4{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-6{margin-left:.375rem!important;margin-right:.375rem!important}.mx-md-8{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-10{margin-left:.625rem!important;margin-right:.625rem!important}.mx-md-12{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-14{margin-left:.875rem!important;margin-right:.875rem!important}.mx-md-16{margin-left:1rem!important;margin-right:1rem!important}.mx-md-18{margin-left:1.125rem!important;margin-right:1.125rem!important}.mx-md-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-md-22{margin-left:1.375rem!important;margin-right:1.375rem!important}.mx-md-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-26{margin-left:1.625rem!important;margin-right:1.625rem!important}.mx-md-28{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-md-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-md-32{margin-left:2rem!important;margin-right:2rem!important}.mx-md-34{margin-left:2.125rem!important;margin-right:2.125rem!important}.mx-md-36{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-md-38{margin-left:2.375rem!important;margin-right:2.375rem!important}.mx-md-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-md-42{margin-left:2.625rem!important;margin-right:2.625rem!important}.mx-md-44{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-md-46{margin-left:2.875rem!important;margin-right:2.875rem!important}.mx-md-48{margin-left:3rem!important;margin-right:3rem!important}.mx-md-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.mx-md-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-md-54{margin-left:3.375rem!important;margin-right:3.375rem!important}.mx-md-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-md-58{margin-left:3.625rem!important;margin-right:3.625rem!important}.mx-md-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-md-62{margin-left:3.875rem!important;margin-right:3.875rem!important}.mx-md-64{margin-left:4rem!important;margin-right:4rem!important}.mx-md-66{margin-left:4.125rem!important;margin-right:4.125rem!important}.mx-md-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-md-70{margin-left:4.375rem!important;margin-right:4.375rem!important}.mx-md-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-md-74{margin-left:4.625rem!important;margin-right:4.625rem!important}.mx-md-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-md-78{margin-left:4.875rem!important;margin-right:4.875rem!important}.mx-md-80{margin-left:5rem!important;margin-right:5rem!important}.mx-md-82{margin-left:5.125rem!important;margin-right:5.125rem!important}.mx-md-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.mx-md-86{margin-left:5.375rem!important;margin-right:5.375rem!important}.mx-md-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-md-90{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-md-92{margin-left:5.75rem!important;margin-right:5.75rem!important}.mx-md-94{margin-left:5.875rem!important;margin-right:5.875rem!important}.mx-md-96{margin-left:6rem!important;margin-right:6rem!important}.mx-md-98{margin-left:6.125rem!important;margin-right:6.125rem!important}.mx-md-100{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-md-102{margin-left:6.375rem!important;margin-right:6.375rem!important}.mx-md-104{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-md-106{margin-left:6.625rem!important;margin-right:6.625rem!important}.mx-md-108{margin-left:6.75rem!important;margin-right:6.75rem!important}.mx-md-110{margin-left:6.875rem!important;margin-right:6.875rem!important}.mx-md-112{margin-left:7rem!important;margin-right:7rem!important}.mx-md-114{margin-left:7.125rem!important;margin-right:7.125rem!important}.mx-md-116{margin-left:7.25rem!important;margin-right:7.25rem!important}.mx-md-118{margin-left:7.375rem!important;margin-right:7.375rem!important}.mx-md-120{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-md-122{margin-left:7.625rem!important;margin-right:7.625rem!important}.mx-md-124{margin-left:7.75rem!important;margin-right:7.75rem!important}.mx-md-126{margin-left:7.875rem!important;margin-right:7.875rem!important}.mx-md-128{margin-left:8rem!important;margin-right:8rem!important}.mx-md-130{margin-left:8.125rem!important;margin-right:8.125rem!important}.mx-md-132{margin-left:8.25rem!important;margin-right:8.25rem!important}.mx-md-134{margin-left:8.375rem!important;margin-right:8.375rem!important}.mx-md-136{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-md-138{margin-left:8.625rem!important;margin-right:8.625rem!important}.mx-md-140{margin-left:8.75rem!important;margin-right:8.75rem!important}.mx-md-142{margin-left:8.875rem!important;margin-right:8.875rem!important}.mx-md-144{margin-left:9rem!important;margin-right:9rem!important}.mx-md-146{margin-left:9.125rem!important;margin-right:9.125rem!important}.mx-md-148{margin-left:9.25rem!important;margin-right:9.25rem!important}.mx-md-150{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-md-152{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-md-154{margin-left:9.625rem!important;margin-right:9.625rem!important}.mx-md-156{margin-left:9.75rem!important;margin-right:9.75rem!important}.mx-md-158{margin-left:9.875rem!important;margin-right:9.875rem!important}.mx-md-160{margin-left:10rem!important;margin-right:10rem!important}.mx-md-162{margin-left:10.125rem!important;margin-right:10.125rem!important}.mx-md-164{margin-left:10.25rem!important;margin-right:10.25rem!important}.mx-md-166{margin-left:10.375rem!important;margin-right:10.375rem!important}.mx-md-168{margin-left:10.5rem!important;margin-right:10.5rem!important}.mx-md-170{margin-left:10.625rem!important;margin-right:10.625rem!important}.mx-md-172{margin-left:10.75rem!important;margin-right:10.75rem!important}.mx-md-174{margin-left:10.875rem!important;margin-right:10.875rem!important}.mx-md-176{margin-left:11rem!important;margin-right:11rem!important}.mx-md-178{margin-left:11.125rem!important;margin-right:11.125rem!important}.mx-md-180{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-md-182{margin-left:11.375rem!important;margin-right:11.375rem!important}.mx-md-184{margin-left:11.5rem!important;margin-right:11.5rem!important}.mx-md-186{margin-left:11.625rem!important;margin-right:11.625rem!important}.mx-md-188{margin-left:11.75rem!important;margin-right:11.75rem!important}.mx-md-190{margin-left:11.875rem!important;margin-right:11.875rem!important}.mx-md-192{margin-left:12rem!important;margin-right:12rem!important}.mx-md-194{margin-left:12.125rem!important;margin-right:12.125rem!important}.mx-md-196{margin-left:12.25rem!important;margin-right:12.25rem!important}.mx-md-198{margin-left:12.375rem!important;margin-right:12.375rem!important}.mx-md-200{margin-left:12.5rem!important;margin-right:12.5rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-2{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-md-4{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-6{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-md-8{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-10{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-md-12{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-md-14{margin-bottom:.875rem!important;margin-top:.875rem!important}.my-md-16{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-18{margin-bottom:1.125rem!important;margin-top:1.125rem!important}.my-md-20{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-md-22{margin-bottom:1.375rem!important;margin-top:1.375rem!important}.my-md-24{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-26{margin-bottom:1.625rem!important;margin-top:1.625rem!important}.my-md-28{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-md-30{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-md-32{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-34{margin-bottom:2.125rem!important;margin-top:2.125rem!important}.my-md-36{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-md-38{margin-bottom:2.375rem!important;margin-top:2.375rem!important}.my-md-40{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-md-42{margin-bottom:2.625rem!important;margin-top:2.625rem!important}.my-md-44{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-md-46{margin-bottom:2.875rem!important;margin-top:2.875rem!important}.my-md-48{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-50{margin-bottom:3.125rem!important;margin-top:3.125rem!important}.my-md-52{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-md-54{margin-bottom:3.375rem!important;margin-top:3.375rem!important}.my-md-56{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-md-58{margin-bottom:3.625rem!important;margin-top:3.625rem!important}.my-md-60{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-md-62{margin-bottom:3.875rem!important;margin-top:3.875rem!important}.my-md-64{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-66{margin-bottom:4.125rem!important;margin-top:4.125rem!important}.my-md-68{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-md-70{margin-bottom:4.375rem!important;margin-top:4.375rem!important}.my-md-72{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-md-74{margin-bottom:4.625rem!important;margin-top:4.625rem!important}.my-md-76{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-md-78{margin-bottom:4.875rem!important;margin-top:4.875rem!important}.my-md-80{margin-bottom:5rem!important;margin-top:5rem!important}.my-md-82{margin-bottom:5.125rem!important;margin-top:5.125rem!important}.my-md-84{margin-bottom:5.25rem!important;margin-top:5.25rem!important}.my-md-86{margin-bottom:5.375rem!important;margin-top:5.375rem!important}.my-md-88{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-md-90{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-md-92{margin-bottom:5.75rem!important;margin-top:5.75rem!important}.my-md-94{margin-bottom:5.875rem!important;margin-top:5.875rem!important}.my-md-96{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-98{margin-bottom:6.125rem!important;margin-top:6.125rem!important}.my-md-100{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-md-102{margin-bottom:6.375rem!important;margin-top:6.375rem!important}.my-md-104{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-md-106{margin-bottom:6.625rem!important;margin-top:6.625rem!important}.my-md-108{margin-bottom:6.75rem!important;margin-top:6.75rem!important}.my-md-110{margin-bottom:6.875rem!important;margin-top:6.875rem!important}.my-md-112{margin-bottom:7rem!important;margin-top:7rem!important}.my-md-114{margin-bottom:7.125rem!important;margin-top:7.125rem!important}.my-md-116{margin-bottom:7.25rem!important;margin-top:7.25rem!important}.my-md-118{margin-bottom:7.375rem!important;margin-top:7.375rem!important}.my-md-120{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-md-122{margin-bottom:7.625rem!important;margin-top:7.625rem!important}.my-md-124{margin-bottom:7.75rem!important;margin-top:7.75rem!important}.my-md-126{margin-bottom:7.875rem!important;margin-top:7.875rem!important}.my-md-128{margin-bottom:8rem!important;margin-top:8rem!important}.my-md-130{margin-bottom:8.125rem!important;margin-top:8.125rem!important}.my-md-132{margin-bottom:8.25rem!important;margin-top:8.25rem!important}.my-md-134{margin-bottom:8.375rem!important;margin-top:8.375rem!important}.my-md-136{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-md-138{margin-bottom:8.625rem!important;margin-top:8.625rem!important}.my-md-140{margin-bottom:8.75rem!important;margin-top:8.75rem!important}.my-md-142{margin-bottom:8.875rem!important;margin-top:8.875rem!important}.my-md-144{margin-bottom:9rem!important;margin-top:9rem!important}.my-md-146{margin-bottom:9.125rem!important;margin-top:9.125rem!important}.my-md-148{margin-bottom:9.25rem!important;margin-top:9.25rem!important}.my-md-150{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-md-152{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-md-154{margin-bottom:9.625rem!important;margin-top:9.625rem!important}.my-md-156{margin-bottom:9.75rem!important;margin-top:9.75rem!important}.my-md-158{margin-bottom:9.875rem!important;margin-top:9.875rem!important}.my-md-160{margin-bottom:10rem!important;margin-top:10rem!important}.my-md-162{margin-bottom:10.125rem!important;margin-top:10.125rem!important}.my-md-164{margin-bottom:10.25rem!important;margin-top:10.25rem!important}.my-md-166{margin-bottom:10.375rem!important;margin-top:10.375rem!important}.my-md-168{margin-bottom:10.5rem!important;margin-top:10.5rem!important}.my-md-170{margin-bottom:10.625rem!important;margin-top:10.625rem!important}.my-md-172{margin-bottom:10.75rem!important;margin-top:10.75rem!important}.my-md-174{margin-bottom:10.875rem!important;margin-top:10.875rem!important}.my-md-176{margin-bottom:11rem!important;margin-top:11rem!important}.my-md-178{margin-bottom:11.125rem!important;margin-top:11.125rem!important}.my-md-180{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-md-182{margin-bottom:11.375rem!important;margin-top:11.375rem!important}.my-md-184{margin-bottom:11.5rem!important;margin-top:11.5rem!important}.my-md-186{margin-bottom:11.625rem!important;margin-top:11.625rem!important}.my-md-188{margin-bottom:11.75rem!important;margin-top:11.75rem!important}.my-md-190{margin-bottom:11.875rem!important;margin-top:11.875rem!important}.my-md-192{margin-bottom:12rem!important;margin-top:12rem!important}.my-md-194{margin-bottom:12.125rem!important;margin-top:12.125rem!important}.my-md-196{margin-bottom:12.25rem!important;margin-top:12.25rem!important}.my-md-198{margin-bottom:12.375rem!important;margin-top:12.375rem!important}.my-md-200{margin-bottom:12.5rem!important;margin-top:12.5rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-2{margin-top:.125rem!important}.mt-md-4{margin-top:.25rem!important}.mt-md-6{margin-top:.375rem!important}.mt-md-8{margin-top:.5rem!important}.mt-md-10{margin-top:.625rem!important}.mt-md-12{margin-top:.75rem!important}.mt-md-14{margin-top:.875rem!important}.mt-md-16{margin-top:1rem!important}.mt-md-18{margin-top:1.125rem!important}.mt-md-20{margin-top:1.25rem!important}.mt-md-22{margin-top:1.375rem!important}.mt-md-24{margin-top:1.5rem!important}.mt-md-26{margin-top:1.625rem!important}.mt-md-28{margin-top:1.75rem!important}.mt-md-30{margin-top:1.875rem!important}.mt-md-32{margin-top:2rem!important}.mt-md-34{margin-top:2.125rem!important}.mt-md-36{margin-top:2.25rem!important}.mt-md-38{margin-top:2.375rem!important}.mt-md-40{margin-top:2.5rem!important}.mt-md-42{margin-top:2.625rem!important}.mt-md-44{margin-top:2.75rem!important}.mt-md-46{margin-top:2.875rem!important}.mt-md-48{margin-top:3rem!important}.mt-md-50{margin-top:3.125rem!important}.mt-md-52{margin-top:3.25rem!important}.mt-md-54{margin-top:3.375rem!important}.mt-md-56{margin-top:3.5rem!important}.mt-md-58{margin-top:3.625rem!important}.mt-md-60{margin-top:3.75rem!important}.mt-md-62{margin-top:3.875rem!important}.mt-md-64{margin-top:4rem!important}.mt-md-66{margin-top:4.125rem!important}.mt-md-68{margin-top:4.25rem!important}.mt-md-70{margin-top:4.375rem!important}.mt-md-72{margin-top:4.5rem!important}.mt-md-74{margin-top:4.625rem!important}.mt-md-76{margin-top:4.75rem!important}.mt-md-78{margin-top:4.875rem!important}.mt-md-80{margin-top:5rem!important}.mt-md-82{margin-top:5.125rem!important}.mt-md-84{margin-top:5.25rem!important}.mt-md-86{margin-top:5.375rem!important}.mt-md-88{margin-top:5.5rem!important}.mt-md-90{margin-top:5.625rem!important}.mt-md-92{margin-top:5.75rem!important}.mt-md-94{margin-top:5.875rem!important}.mt-md-96{margin-top:6rem!important}.mt-md-98{margin-top:6.125rem!important}.mt-md-100{margin-top:6.25rem!important}.mt-md-102{margin-top:6.375rem!important}.mt-md-104{margin-top:6.5rem!important}.mt-md-106{margin-top:6.625rem!important}.mt-md-108{margin-top:6.75rem!important}.mt-md-110{margin-top:6.875rem!important}.mt-md-112{margin-top:7rem!important}.mt-md-114{margin-top:7.125rem!important}.mt-md-116{margin-top:7.25rem!important}.mt-md-118{margin-top:7.375rem!important}.mt-md-120{margin-top:7.5rem!important}.mt-md-122{margin-top:7.625rem!important}.mt-md-124{margin-top:7.75rem!important}.mt-md-126{margin-top:7.875rem!important}.mt-md-128{margin-top:8rem!important}.mt-md-130{margin-top:8.125rem!important}.mt-md-132{margin-top:8.25rem!important}.mt-md-134{margin-top:8.375rem!important}.mt-md-136{margin-top:8.5rem!important}.mt-md-138{margin-top:8.625rem!important}.mt-md-140{margin-top:8.75rem!important}.mt-md-142{margin-top:8.875rem!important}.mt-md-144{margin-top:9rem!important}.mt-md-146{margin-top:9.125rem!important}.mt-md-148{margin-top:9.25rem!important}.mt-md-150{margin-top:9.375rem!important}.mt-md-152{margin-top:9.5rem!important}.mt-md-154{margin-top:9.625rem!important}.mt-md-156{margin-top:9.75rem!important}.mt-md-158{margin-top:9.875rem!important}.mt-md-160{margin-top:10rem!important}.mt-md-162{margin-top:10.125rem!important}.mt-md-164{margin-top:10.25rem!important}.mt-md-166{margin-top:10.375rem!important}.mt-md-168{margin-top:10.5rem!important}.mt-md-170{margin-top:10.625rem!important}.mt-md-172{margin-top:10.75rem!important}.mt-md-174{margin-top:10.875rem!important}.mt-md-176{margin-top:11rem!important}.mt-md-178{margin-top:11.125rem!important}.mt-md-180{margin-top:11.25rem!important}.mt-md-182{margin-top:11.375rem!important}.mt-md-184{margin-top:11.5rem!important}.mt-md-186{margin-top:11.625rem!important}.mt-md-188{margin-top:11.75rem!important}.mt-md-190{margin-top:11.875rem!important}.mt-md-192{margin-top:12rem!important}.mt-md-194{margin-top:12.125rem!important}.mt-md-196{margin-top:12.25rem!important}.mt-md-198{margin-top:12.375rem!important}.mt-md-200{margin-top:12.5rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-2{margin-right:.125rem!important}.me-md-4{margin-right:.25rem!important}.me-md-6{margin-right:.375rem!important}.me-md-8{margin-right:.5rem!important}.me-md-10{margin-right:.625rem!important}.me-md-12{margin-right:.75rem!important}.me-md-14{margin-right:.875rem!important}.me-md-16{margin-right:1rem!important}.me-md-18{margin-right:1.125rem!important}.me-md-20{margin-right:1.25rem!important}.me-md-22{margin-right:1.375rem!important}.me-md-24{margin-right:1.5rem!important}.me-md-26{margin-right:1.625rem!important}.me-md-28{margin-right:1.75rem!important}.me-md-30{margin-right:1.875rem!important}.me-md-32{margin-right:2rem!important}.me-md-34{margin-right:2.125rem!important}.me-md-36{margin-right:2.25rem!important}.me-md-38{margin-right:2.375rem!important}.me-md-40{margin-right:2.5rem!important}.me-md-42{margin-right:2.625rem!important}.me-md-44{margin-right:2.75rem!important}.me-md-46{margin-right:2.875rem!important}.me-md-48{margin-right:3rem!important}.me-md-50{margin-right:3.125rem!important}.me-md-52{margin-right:3.25rem!important}.me-md-54{margin-right:3.375rem!important}.me-md-56{margin-right:3.5rem!important}.me-md-58{margin-right:3.625rem!important}.me-md-60{margin-right:3.75rem!important}.me-md-62{margin-right:3.875rem!important}.me-md-64{margin-right:4rem!important}.me-md-66{margin-right:4.125rem!important}.me-md-68{margin-right:4.25rem!important}.me-md-70{margin-right:4.375rem!important}.me-md-72{margin-right:4.5rem!important}.me-md-74{margin-right:4.625rem!important}.me-md-76{margin-right:4.75rem!important}.me-md-78{margin-right:4.875rem!important}.me-md-80{margin-right:5rem!important}.me-md-82{margin-right:5.125rem!important}.me-md-84{margin-right:5.25rem!important}.me-md-86{margin-right:5.375rem!important}.me-md-88{margin-right:5.5rem!important}.me-md-90{margin-right:5.625rem!important}.me-md-92{margin-right:5.75rem!important}.me-md-94{margin-right:5.875rem!important}.me-md-96{margin-right:6rem!important}.me-md-98{margin-right:6.125rem!important}.me-md-100{margin-right:6.25rem!important}.me-md-102{margin-right:6.375rem!important}.me-md-104{margin-right:6.5rem!important}.me-md-106{margin-right:6.625rem!important}.me-md-108{margin-right:6.75rem!important}.me-md-110{margin-right:6.875rem!important}.me-md-112{margin-right:7rem!important}.me-md-114{margin-right:7.125rem!important}.me-md-116{margin-right:7.25rem!important}.me-md-118{margin-right:7.375rem!important}.me-md-120{margin-right:7.5rem!important}.me-md-122{margin-right:7.625rem!important}.me-md-124{margin-right:7.75rem!important}.me-md-126{margin-right:7.875rem!important}.me-md-128{margin-right:8rem!important}.me-md-130{margin-right:8.125rem!important}.me-md-132{margin-right:8.25rem!important}.me-md-134{margin-right:8.375rem!important}.me-md-136{margin-right:8.5rem!important}.me-md-138{margin-right:8.625rem!important}.me-md-140{margin-right:8.75rem!important}.me-md-142{margin-right:8.875rem!important}.me-md-144{margin-right:9rem!important}.me-md-146{margin-right:9.125rem!important}.me-md-148{margin-right:9.25rem!important}.me-md-150{margin-right:9.375rem!important}.me-md-152{margin-right:9.5rem!important}.me-md-154{margin-right:9.625rem!important}.me-md-156{margin-right:9.75rem!important}.me-md-158{margin-right:9.875rem!important}.me-md-160{margin-right:10rem!important}.me-md-162{margin-right:10.125rem!important}.me-md-164{margin-right:10.25rem!important}.me-md-166{margin-right:10.375rem!important}.me-md-168{margin-right:10.5rem!important}.me-md-170{margin-right:10.625rem!important}.me-md-172{margin-right:10.75rem!important}.me-md-174{margin-right:10.875rem!important}.me-md-176{margin-right:11rem!important}.me-md-178{margin-right:11.125rem!important}.me-md-180{margin-right:11.25rem!important}.me-md-182{margin-right:11.375rem!important}.me-md-184{margin-right:11.5rem!important}.me-md-186{margin-right:11.625rem!important}.me-md-188{margin-right:11.75rem!important}.me-md-190{margin-right:11.875rem!important}.me-md-192{margin-right:12rem!important}.me-md-194{margin-right:12.125rem!important}.me-md-196{margin-right:12.25rem!important}.me-md-198{margin-right:12.375rem!important}.me-md-200{margin-right:12.5rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-2{margin-bottom:.125rem!important}.mb-md-4{margin-bottom:.25rem!important}.mb-md-6{margin-bottom:.375rem!important}.mb-md-8{margin-bottom:.5rem!important}.mb-md-10{margin-bottom:.625rem!important}.mb-md-12{margin-bottom:.75rem!important}.mb-md-14{margin-bottom:.875rem!important}.mb-md-16{margin-bottom:1rem!important}.mb-md-18{margin-bottom:1.125rem!important}.mb-md-20{margin-bottom:1.25rem!important}.mb-md-22{margin-bottom:1.375rem!important}.mb-md-24{margin-bottom:1.5rem!important}.mb-md-26{margin-bottom:1.625rem!important}.mb-md-28{margin-bottom:1.75rem!important}.mb-md-30{margin-bottom:1.875rem!important}.mb-md-32{margin-bottom:2rem!important}.mb-md-34{margin-bottom:2.125rem!important}.mb-md-36{margin-bottom:2.25rem!important}.mb-md-38{margin-bottom:2.375rem!important}.mb-md-40{margin-bottom:2.5rem!important}.mb-md-42{margin-bottom:2.625rem!important}.mb-md-44{margin-bottom:2.75rem!important}.mb-md-46{margin-bottom:2.875rem!important}.mb-md-48{margin-bottom:3rem!important}.mb-md-50{margin-bottom:3.125rem!important}.mb-md-52{margin-bottom:3.25rem!important}.mb-md-54{margin-bottom:3.375rem!important}.mb-md-56{margin-bottom:3.5rem!important}.mb-md-58{margin-bottom:3.625rem!important}.mb-md-60{margin-bottom:3.75rem!important}.mb-md-62{margin-bottom:3.875rem!important}.mb-md-64{margin-bottom:4rem!important}.mb-md-66{margin-bottom:4.125rem!important}.mb-md-68{margin-bottom:4.25rem!important}.mb-md-70{margin-bottom:4.375rem!important}.mb-md-72{margin-bottom:4.5rem!important}.mb-md-74{margin-bottom:4.625rem!important}.mb-md-76{margin-bottom:4.75rem!important}.mb-md-78{margin-bottom:4.875rem!important}.mb-md-80{margin-bottom:5rem!important}.mb-md-82{margin-bottom:5.125rem!important}.mb-md-84{margin-bottom:5.25rem!important}.mb-md-86{margin-bottom:5.375rem!important}.mb-md-88{margin-bottom:5.5rem!important}.mb-md-90{margin-bottom:5.625rem!important}.mb-md-92{margin-bottom:5.75rem!important}.mb-md-94{margin-bottom:5.875rem!important}.mb-md-96{margin-bottom:6rem!important}.mb-md-98{margin-bottom:6.125rem!important}.mb-md-100{margin-bottom:6.25rem!important}.mb-md-102{margin-bottom:6.375rem!important}.mb-md-104{margin-bottom:6.5rem!important}.mb-md-106{margin-bottom:6.625rem!important}.mb-md-108{margin-bottom:6.75rem!important}.mb-md-110{margin-bottom:6.875rem!important}.mb-md-112{margin-bottom:7rem!important}.mb-md-114{margin-bottom:7.125rem!important}.mb-md-116{margin-bottom:7.25rem!important}.mb-md-118{margin-bottom:7.375rem!important}.mb-md-120{margin-bottom:7.5rem!important}.mb-md-122{margin-bottom:7.625rem!important}.mb-md-124{margin-bottom:7.75rem!important}.mb-md-126{margin-bottom:7.875rem!important}.mb-md-128{margin-bottom:8rem!important}.mb-md-130{margin-bottom:8.125rem!important}.mb-md-132{margin-bottom:8.25rem!important}.mb-md-134{margin-bottom:8.375rem!important}.mb-md-136{margin-bottom:8.5rem!important}.mb-md-138{margin-bottom:8.625rem!important}.mb-md-140{margin-bottom:8.75rem!important}.mb-md-142{margin-bottom:8.875rem!important}.mb-md-144{margin-bottom:9rem!important}.mb-md-146{margin-bottom:9.125rem!important}.mb-md-148{margin-bottom:9.25rem!important}.mb-md-150{margin-bottom:9.375rem!important}.mb-md-152{margin-bottom:9.5rem!important}.mb-md-154{margin-bottom:9.625rem!important}.mb-md-156{margin-bottom:9.75rem!important}.mb-md-158{margin-bottom:9.875rem!important}.mb-md-160{margin-bottom:10rem!important}.mb-md-162{margin-bottom:10.125rem!important}.mb-md-164{margin-bottom:10.25rem!important}.mb-md-166{margin-bottom:10.375rem!important}.mb-md-168{margin-bottom:10.5rem!important}.mb-md-170{margin-bottom:10.625rem!important}.mb-md-172{margin-bottom:10.75rem!important}.mb-md-174{margin-bottom:10.875rem!important}.mb-md-176{margin-bottom:11rem!important}.mb-md-178{margin-bottom:11.125rem!important}.mb-md-180{margin-bottom:11.25rem!important}.mb-md-182{margin-bottom:11.375rem!important}.mb-md-184{margin-bottom:11.5rem!important}.mb-md-186{margin-bottom:11.625rem!important}.mb-md-188{margin-bottom:11.75rem!important}.mb-md-190{margin-bottom:11.875rem!important}.mb-md-192{margin-bottom:12rem!important}.mb-md-194{margin-bottom:12.125rem!important}.mb-md-196{margin-bottom:12.25rem!important}.mb-md-198{margin-bottom:12.375rem!important}.mb-md-200{margin-bottom:12.5rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-2{margin-left:.125rem!important}.ms-md-4{margin-left:.25rem!important}.ms-md-6{margin-left:.375rem!important}.ms-md-8{margin-left:.5rem!important}.ms-md-10{margin-left:.625rem!important}.ms-md-12{margin-left:.75rem!important}.ms-md-14{margin-left:.875rem!important}.ms-md-16{margin-left:1rem!important}.ms-md-18{margin-left:1.125rem!important}.ms-md-20{margin-left:1.25rem!important}.ms-md-22{margin-left:1.375rem!important}.ms-md-24{margin-left:1.5rem!important}.ms-md-26{margin-left:1.625rem!important}.ms-md-28{margin-left:1.75rem!important}.ms-md-30{margin-left:1.875rem!important}.ms-md-32{margin-left:2rem!important}.ms-md-34{margin-left:2.125rem!important}.ms-md-36{margin-left:2.25rem!important}.ms-md-38{margin-left:2.375rem!important}.ms-md-40{margin-left:2.5rem!important}.ms-md-42{margin-left:2.625rem!important}.ms-md-44{margin-left:2.75rem!important}.ms-md-46{margin-left:2.875rem!important}.ms-md-48{margin-left:3rem!important}.ms-md-50{margin-left:3.125rem!important}.ms-md-52{margin-left:3.25rem!important}.ms-md-54{margin-left:3.375rem!important}.ms-md-56{margin-left:3.5rem!important}.ms-md-58{margin-left:3.625rem!important}.ms-md-60{margin-left:3.75rem!important}.ms-md-62{margin-left:3.875rem!important}.ms-md-64{margin-left:4rem!important}.ms-md-66{margin-left:4.125rem!important}.ms-md-68{margin-left:4.25rem!important}.ms-md-70{margin-left:4.375rem!important}.ms-md-72{margin-left:4.5rem!important}.ms-md-74{margin-left:4.625rem!important}.ms-md-76{margin-left:4.75rem!important}.ms-md-78{margin-left:4.875rem!important}.ms-md-80{margin-left:5rem!important}.ms-md-82{margin-left:5.125rem!important}.ms-md-84{margin-left:5.25rem!important}.ms-md-86{margin-left:5.375rem!important}.ms-md-88{margin-left:5.5rem!important}.ms-md-90{margin-left:5.625rem!important}.ms-md-92{margin-left:5.75rem!important}.ms-md-94{margin-left:5.875rem!important}.ms-md-96{margin-left:6rem!important}.ms-md-98{margin-left:6.125rem!important}.ms-md-100{margin-left:6.25rem!important}.ms-md-102{margin-left:6.375rem!important}.ms-md-104{margin-left:6.5rem!important}.ms-md-106{margin-left:6.625rem!important}.ms-md-108{margin-left:6.75rem!important}.ms-md-110{margin-left:6.875rem!important}.ms-md-112{margin-left:7rem!important}.ms-md-114{margin-left:7.125rem!important}.ms-md-116{margin-left:7.25rem!important}.ms-md-118{margin-left:7.375rem!important}.ms-md-120{margin-left:7.5rem!important}.ms-md-122{margin-left:7.625rem!important}.ms-md-124{margin-left:7.75rem!important}.ms-md-126{margin-left:7.875rem!important}.ms-md-128{margin-left:8rem!important}.ms-md-130{margin-left:8.125rem!important}.ms-md-132{margin-left:8.25rem!important}.ms-md-134{margin-left:8.375rem!important}.ms-md-136{margin-left:8.5rem!important}.ms-md-138{margin-left:8.625rem!important}.ms-md-140{margin-left:8.75rem!important}.ms-md-142{margin-left:8.875rem!important}.ms-md-144{margin-left:9rem!important}.ms-md-146{margin-left:9.125rem!important}.ms-md-148{margin-left:9.25rem!important}.ms-md-150{margin-left:9.375rem!important}.ms-md-152{margin-left:9.5rem!important}.ms-md-154{margin-left:9.625rem!important}.ms-md-156{margin-left:9.75rem!important}.ms-md-158{margin-left:9.875rem!important}.ms-md-160{margin-left:10rem!important}.ms-md-162{margin-left:10.125rem!important}.ms-md-164{margin-left:10.25rem!important}.ms-md-166{margin-left:10.375rem!important}.ms-md-168{margin-left:10.5rem!important}.ms-md-170{margin-left:10.625rem!important}.ms-md-172{margin-left:10.75rem!important}.ms-md-174{margin-left:10.875rem!important}.ms-md-176{margin-left:11rem!important}.ms-md-178{margin-left:11.125rem!important}.ms-md-180{margin-left:11.25rem!important}.ms-md-182{margin-left:11.375rem!important}.ms-md-184{margin-left:11.5rem!important}.ms-md-186{margin-left:11.625rem!important}.ms-md-188{margin-left:11.75rem!important}.ms-md-190{margin-left:11.875rem!important}.ms-md-192{margin-left:12rem!important}.ms-md-194{margin-left:12.125rem!important}.ms-md-196{margin-left:12.25rem!important}.ms-md-198{margin-left:12.375rem!important}.ms-md-200{margin-left:12.5rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n0{margin:0!important}.m-md-n2{margin:-.125rem!important}.m-md-n4{margin:-.25rem!important}.m-md-n6{margin:-.375rem!important}.m-md-n8{margin:-.5rem!important}.m-md-n10{margin:-.625rem!important}.m-md-n12{margin:-.75rem!important}.m-md-n14{margin:-.875rem!important}.m-md-n16{margin:-1rem!important}.m-md-n18{margin:-1.125rem!important}.m-md-n20{margin:-1.25rem!important}.m-md-n22{margin:-1.375rem!important}.m-md-n24{margin:-1.5rem!important}.m-md-n26{margin:-1.625rem!important}.m-md-n28{margin:-1.75rem!important}.m-md-n30{margin:-1.875rem!important}.m-md-n32{margin:-2rem!important}.m-md-n34{margin:-2.125rem!important}.m-md-n36{margin:-2.25rem!important}.m-md-n38{margin:-2.375rem!important}.m-md-n40{margin:-2.5rem!important}.m-md-n42{margin:-2.625rem!important}.m-md-n44{margin:-2.75rem!important}.m-md-n46{margin:-2.875rem!important}.m-md-n48{margin:-3rem!important}.m-md-n50{margin:-3.125rem!important}.m-md-n52{margin:-3.25rem!important}.m-md-n54{margin:-3.375rem!important}.m-md-n56{margin:-3.5rem!important}.m-md-n58{margin:-3.625rem!important}.m-md-n60{margin:-3.75rem!important}.m-md-n62{margin:-3.875rem!important}.m-md-n64{margin:-4rem!important}.m-md-n66{margin:-4.125rem!important}.m-md-n68{margin:-4.25rem!important}.m-md-n70{margin:-4.375rem!important}.m-md-n72{margin:-4.5rem!important}.m-md-n74{margin:-4.625rem!important}.m-md-n76{margin:-4.75rem!important}.m-md-n78{margin:-4.875rem!important}.m-md-n80{margin:-5rem!important}.m-md-n82{margin:-5.125rem!important}.m-md-n84{margin:-5.25rem!important}.m-md-n86{margin:-5.375rem!important}.m-md-n88{margin:-5.5rem!important}.m-md-n90{margin:-5.625rem!important}.m-md-n92{margin:-5.75rem!important}.m-md-n94{margin:-5.875rem!important}.m-md-n96{margin:-6rem!important}.m-md-n98{margin:-6.125rem!important}.m-md-n100{margin:-6.25rem!important}.m-md-n102{margin:-6.375rem!important}.m-md-n104{margin:-6.5rem!important}.m-md-n106{margin:-6.625rem!important}.m-md-n108{margin:-6.75rem!important}.m-md-n110{margin:-6.875rem!important}.m-md-n112{margin:-7rem!important}.m-md-n114{margin:-7.125rem!important}.m-md-n116{margin:-7.25rem!important}.m-md-n118{margin:-7.375rem!important}.m-md-n120{margin:-7.5rem!important}.m-md-n122{margin:-7.625rem!important}.m-md-n124{margin:-7.75rem!important}.m-md-n126{margin:-7.875rem!important}.m-md-n128{margin:-8rem!important}.m-md-n130{margin:-8.125rem!important}.m-md-n132{margin:-8.25rem!important}.m-md-n134{margin:-8.375rem!important}.m-md-n136{margin:-8.5rem!important}.m-md-n138{margin:-8.625rem!important}.m-md-n140{margin:-8.75rem!important}.m-md-n142{margin:-8.875rem!important}.m-md-n144{margin:-9rem!important}.m-md-n146{margin:-9.125rem!important}.m-md-n148{margin:-9.25rem!important}.m-md-n150{margin:-9.375rem!important}.m-md-n152{margin:-9.5rem!important}.m-md-n154{margin:-9.625rem!important}.m-md-n156{margin:-9.75rem!important}.m-md-n158{margin:-9.875rem!important}.m-md-n160{margin:-10rem!important}.m-md-n162{margin:-10.125rem!important}.m-md-n164{margin:-10.25rem!important}.m-md-n166{margin:-10.375rem!important}.m-md-n168{margin:-10.5rem!important}.m-md-n170{margin:-10.625rem!important}.m-md-n172{margin:-10.75rem!important}.m-md-n174{margin:-10.875rem!important}.m-md-n176{margin:-11rem!important}.m-md-n178{margin:-11.125rem!important}.m-md-n180{margin:-11.25rem!important}.m-md-n182{margin:-11.375rem!important}.m-md-n184{margin:-11.5rem!important}.m-md-n186{margin:-11.625rem!important}.m-md-n188{margin:-11.75rem!important}.m-md-n190{margin:-11.875rem!important}.m-md-n192{margin:-12rem!important}.m-md-n194{margin:-12.125rem!important}.m-md-n196{margin:-12.25rem!important}.m-md-n198{margin:-12.375rem!important}.m-md-n200{margin:-12.5rem!important}.mx-md-n0{margin-left:0!important;margin-right:0!important}.mx-md-n2{margin-left:-.125rem!important;margin-right:-.125rem!important}.mx-md-n4{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-md-n6{margin-left:-.375rem!important;margin-right:-.375rem!important}.mx-md-n8{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-md-n10{margin-left:-.625rem!important;margin-right:-.625rem!important}.mx-md-n12{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-md-n14{margin-left:-.875rem!important;margin-right:-.875rem!important}.mx-md-n16{margin-left:-1rem!important;margin-right:-1rem!important}.mx-md-n18{margin-left:-1.125rem!important;margin-right:-1.125rem!important}.mx-md-n20{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-md-n22{margin-left:-1.375rem!important;margin-right:-1.375rem!important}.mx-md-n24{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-md-n26{margin-left:-1.625rem!important;margin-right:-1.625rem!important}.mx-md-n28{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-md-n30{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.mx-md-n32{margin-left:-2rem!important;margin-right:-2rem!important}.mx-md-n34{margin-left:-2.125rem!important;margin-right:-2.125rem!important}.mx-md-n36{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-md-n38{margin-left:-2.375rem!important;margin-right:-2.375rem!important}.mx-md-n40{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-md-n42{margin-left:-2.625rem!important;margin-right:-2.625rem!important}.mx-md-n44{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-md-n46{margin-left:-2.875rem!important;margin-right:-2.875rem!important}.mx-md-n48{margin-left:-3rem!important;margin-right:-3rem!important}.mx-md-n50{margin-left:-3.125rem!important;margin-right:-3.125rem!important}.mx-md-n52{margin-left:-3.25rem!important;margin-right:-3.25rem!important}.mx-md-n54{margin-left:-3.375rem!important;margin-right:-3.375rem!important}.mx-md-n56{margin-left:-3.5rem!important;margin-right:-3.5rem!important}.mx-md-n58{margin-left:-3.625rem!important;margin-right:-3.625rem!important}.mx-md-n60{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-md-n62{margin-left:-3.875rem!important;margin-right:-3.875rem!important}.mx-md-n64{margin-left:-4rem!important;margin-right:-4rem!important}.mx-md-n66{margin-left:-4.125rem!important;margin-right:-4.125rem!important}.mx-md-n68{margin-left:-4.25rem!important;margin-right:-4.25rem!important}.mx-md-n70{margin-left:-4.375rem!important;margin-right:-4.375rem!important}.mx-md-n72{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-md-n74{margin-left:-4.625rem!important;margin-right:-4.625rem!important}.mx-md-n76{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-md-n78{margin-left:-4.875rem!important;margin-right:-4.875rem!important}.mx-md-n80{margin-left:-5rem!important;margin-right:-5rem!important}.mx-md-n82{margin-left:-5.125rem!important;margin-right:-5.125rem!important}.mx-md-n84{margin-left:-5.25rem!important;margin-right:-5.25rem!important}.mx-md-n86{margin-left:-5.375rem!important;margin-right:-5.375rem!important}.mx-md-n88{margin-left:-5.5rem!important;margin-right:-5.5rem!important}.mx-md-n90{margin-left:-5.625rem!important;margin-right:-5.625rem!important}.mx-md-n92{margin-left:-5.75rem!important;margin-right:-5.75rem!important}.mx-md-n94{margin-left:-5.875rem!important;margin-right:-5.875rem!important}.mx-md-n96{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-n98{margin-left:-6.125rem!important;margin-right:-6.125rem!important}.mx-md-n100{margin-left:-6.25rem!important;margin-right:-6.25rem!important}.mx-md-n102{margin-left:-6.375rem!important;margin-right:-6.375rem!important}.mx-md-n104{margin-left:-6.5rem!important;margin-right:-6.5rem!important}.mx-md-n106{margin-left:-6.625rem!important;margin-right:-6.625rem!important}.mx-md-n108{margin-left:-6.75rem!important;margin-right:-6.75rem!important}.mx-md-n110{margin-left:-6.875rem!important;margin-right:-6.875rem!important}.mx-md-n112{margin-left:-7rem!important;margin-right:-7rem!important}.mx-md-n114{margin-left:-7.125rem!important;margin-right:-7.125rem!important}.mx-md-n116{margin-left:-7.25rem!important;margin-right:-7.25rem!important}.mx-md-n118{margin-left:-7.375rem!important;margin-right:-7.375rem!important}.mx-md-n120{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-md-n122{margin-left:-7.625rem!important;margin-right:-7.625rem!important}.mx-md-n124{margin-left:-7.75rem!important;margin-right:-7.75rem!important}.mx-md-n126{margin-left:-7.875rem!important;margin-right:-7.875rem!important}.mx-md-n128{margin-left:-8rem!important;margin-right:-8rem!important}.mx-md-n130{margin-left:-8.125rem!important;margin-right:-8.125rem!important}.mx-md-n132{margin-left:-8.25rem!important;margin-right:-8.25rem!important}.mx-md-n134{margin-left:-8.375rem!important;margin-right:-8.375rem!important}.mx-md-n136{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-md-n138{margin-left:-8.625rem!important;margin-right:-8.625rem!important}.mx-md-n140{margin-left:-8.75rem!important;margin-right:-8.75rem!important}.mx-md-n142{margin-left:-8.875rem!important;margin-right:-8.875rem!important}.mx-md-n144{margin-left:-9rem!important;margin-right:-9rem!important}.mx-md-n146{margin-left:-9.125rem!important;margin-right:-9.125rem!important}.mx-md-n148{margin-left:-9.25rem!important;margin-right:-9.25rem!important}.mx-md-n150{margin-left:-9.375rem!important;margin-right:-9.375rem!important}.mx-md-n152{margin-left:-9.5rem!important;margin-right:-9.5rem!important}.mx-md-n154{margin-left:-9.625rem!important;margin-right:-9.625rem!important}.mx-md-n156{margin-left:-9.75rem!important;margin-right:-9.75rem!important}.mx-md-n158{margin-left:-9.875rem!important;margin-right:-9.875rem!important}.mx-md-n160{margin-left:-10rem!important;margin-right:-10rem!important}.mx-md-n162{margin-left:-10.125rem!important;margin-right:-10.125rem!important}.mx-md-n164{margin-left:-10.25rem!important;margin-right:-10.25rem!important}.mx-md-n166{margin-left:-10.375rem!important;margin-right:-10.375rem!important}.mx-md-n168{margin-left:-10.5rem!important;margin-right:-10.5rem!important}.mx-md-n170{margin-left:-10.625rem!important;margin-right:-10.625rem!important}.mx-md-n172{margin-left:-10.75rem!important;margin-right:-10.75rem!important}.mx-md-n174{margin-left:-10.875rem!important;margin-right:-10.875rem!important}.mx-md-n176{margin-left:-11rem!important;margin-right:-11rem!important}.mx-md-n178{margin-left:-11.125rem!important;margin-right:-11.125rem!important}.mx-md-n180{margin-left:-11.25rem!important;margin-right:-11.25rem!important}.mx-md-n182{margin-left:-11.375rem!important;margin-right:-11.375rem!important}.mx-md-n184{margin-left:-11.5rem!important;margin-right:-11.5rem!important}.mx-md-n186{margin-left:-11.625rem!important;margin-right:-11.625rem!important}.mx-md-n188{margin-left:-11.75rem!important;margin-right:-11.75rem!important}.mx-md-n190{margin-left:-11.875rem!important;margin-right:-11.875rem!important}.mx-md-n192{margin-left:-12rem!important;margin-right:-12rem!important}.mx-md-n194{margin-left:-12.125rem!important;margin-right:-12.125rem!important}.mx-md-n196{margin-left:-12.25rem!important;margin-right:-12.25rem!important}.mx-md-n198{margin-left:-12.375rem!important;margin-right:-12.375rem!important}.mx-md-n200{margin-left:-12.5rem!important;margin-right:-12.5rem!important}.my-md-n0{margin-bottom:0!important;margin-top:0!important}.my-md-n2{margin-bottom:-.125rem!important;margin-top:-.125rem!important}.my-md-n4{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-md-n6{margin-bottom:-.375rem!important;margin-top:-.375rem!important}.my-md-n8{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-md-n10{margin-bottom:-.625rem!important;margin-top:-.625rem!important}.my-md-n12{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-md-n14{margin-bottom:-.875rem!important;margin-top:-.875rem!important}.my-md-n16{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-md-n18{margin-bottom:-1.125rem!important;margin-top:-1.125rem!important}.my-md-n20{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-md-n22{margin-bottom:-1.375rem!important;margin-top:-1.375rem!important}.my-md-n24{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-md-n26{margin-bottom:-1.625rem!important;margin-top:-1.625rem!important}.my-md-n28{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-md-n30{margin-bottom:-1.875rem!important;margin-top:-1.875rem!important}.my-md-n32{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-md-n34{margin-bottom:-2.125rem!important;margin-top:-2.125rem!important}.my-md-n36{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-md-n38{margin-bottom:-2.375rem!important;margin-top:-2.375rem!important}.my-md-n40{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-md-n42{margin-bottom:-2.625rem!important;margin-top:-2.625rem!important}.my-md-n44{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-md-n46{margin-bottom:-2.875rem!important;margin-top:-2.875rem!important}.my-md-n48{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-md-n50{margin-bottom:-3.125rem!important;margin-top:-3.125rem!important}.my-md-n52{margin-bottom:-3.25rem!important;margin-top:-3.25rem!important}.my-md-n54{margin-bottom:-3.375rem!important;margin-top:-3.375rem!important}.my-md-n56{margin-bottom:-3.5rem!important;margin-top:-3.5rem!important}.my-md-n58{margin-bottom:-3.625rem!important;margin-top:-3.625rem!important}.my-md-n60{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-md-n62{margin-bottom:-3.875rem!important;margin-top:-3.875rem!important}.my-md-n64{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-md-n66{margin-bottom:-4.125rem!important;margin-top:-4.125rem!important}.my-md-n68{margin-bottom:-4.25rem!important;margin-top:-4.25rem!important}.my-md-n70{margin-bottom:-4.375rem!important;margin-top:-4.375rem!important}.my-md-n72{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-md-n74{margin-bottom:-4.625rem!important;margin-top:-4.625rem!important}.my-md-n76{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-md-n78{margin-bottom:-4.875rem!important;margin-top:-4.875rem!important}.my-md-n80{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-md-n82{margin-bottom:-5.125rem!important;margin-top:-5.125rem!important}.my-md-n84{margin-bottom:-5.25rem!important;margin-top:-5.25rem!important}.my-md-n86{margin-bottom:-5.375rem!important;margin-top:-5.375rem!important}.my-md-n88{margin-bottom:-5.5rem!important;margin-top:-5.5rem!important}.my-md-n90{margin-bottom:-5.625rem!important;margin-top:-5.625rem!important}.my-md-n92{margin-bottom:-5.75rem!important;margin-top:-5.75rem!important}.my-md-n94{margin-bottom:-5.875rem!important;margin-top:-5.875rem!important}.my-md-n96{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-n98{margin-bottom:-6.125rem!important;margin-top:-6.125rem!important}.my-md-n100{margin-bottom:-6.25rem!important;margin-top:-6.25rem!important}.my-md-n102{margin-bottom:-6.375rem!important;margin-top:-6.375rem!important}.my-md-n104{margin-bottom:-6.5rem!important;margin-top:-6.5rem!important}.my-md-n106{margin-bottom:-6.625rem!important;margin-top:-6.625rem!important}.my-md-n108{margin-bottom:-6.75rem!important;margin-top:-6.75rem!important}.my-md-n110{margin-bottom:-6.875rem!important;margin-top:-6.875rem!important}.my-md-n112{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-md-n114{margin-bottom:-7.125rem!important;margin-top:-7.125rem!important}.my-md-n116{margin-bottom:-7.25rem!important;margin-top:-7.25rem!important}.my-md-n118{margin-bottom:-7.375rem!important;margin-top:-7.375rem!important}.my-md-n120{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-md-n122{margin-bottom:-7.625rem!important;margin-top:-7.625rem!important}.my-md-n124{margin-bottom:-7.75rem!important;margin-top:-7.75rem!important}.my-md-n126{margin-bottom:-7.875rem!important;margin-top:-7.875rem!important}.my-md-n128{margin-bottom:-8rem!important;margin-top:-8rem!important}.my-md-n130{margin-bottom:-8.125rem!important;margin-top:-8.125rem!important}.my-md-n132{margin-bottom:-8.25rem!important;margin-top:-8.25rem!important}.my-md-n134{margin-bottom:-8.375rem!important;margin-top:-8.375rem!important}.my-md-n136{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-md-n138{margin-bottom:-8.625rem!important;margin-top:-8.625rem!important}.my-md-n140{margin-bottom:-8.75rem!important;margin-top:-8.75rem!important}.my-md-n142{margin-bottom:-8.875rem!important;margin-top:-8.875rem!important}.my-md-n144{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-md-n146{margin-bottom:-9.125rem!important;margin-top:-9.125rem!important}.my-md-n148{margin-bottom:-9.25rem!important;margin-top:-9.25rem!important}.my-md-n150{margin-bottom:-9.375rem!important;margin-top:-9.375rem!important}.my-md-n152{margin-bottom:-9.5rem!important;margin-top:-9.5rem!important}.my-md-n154{margin-bottom:-9.625rem!important;margin-top:-9.625rem!important}.my-md-n156{margin-bottom:-9.75rem!important;margin-top:-9.75rem!important}.my-md-n158{margin-bottom:-9.875rem!important;margin-top:-9.875rem!important}.my-md-n160{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-md-n162{margin-bottom:-10.125rem!important;margin-top:-10.125rem!important}.my-md-n164{margin-bottom:-10.25rem!important;margin-top:-10.25rem!important}.my-md-n166{margin-bottom:-10.375rem!important;margin-top:-10.375rem!important}.my-md-n168{margin-bottom:-10.5rem!important;margin-top:-10.5rem!important}.my-md-n170{margin-bottom:-10.625rem!important;margin-top:-10.625rem!important}.my-md-n172{margin-bottom:-10.75rem!important;margin-top:-10.75rem!important}.my-md-n174{margin-bottom:-10.875rem!important;margin-top:-10.875rem!important}.my-md-n176{margin-bottom:-11rem!important;margin-top:-11rem!important}.my-md-n178{margin-bottom:-11.125rem!important;margin-top:-11.125rem!important}.my-md-n180{margin-bottom:-11.25rem!important;margin-top:-11.25rem!important}.my-md-n182{margin-bottom:-11.375rem!important;margin-top:-11.375rem!important}.my-md-n184{margin-bottom:-11.5rem!important;margin-top:-11.5rem!important}.my-md-n186{margin-bottom:-11.625rem!important;margin-top:-11.625rem!important}.my-md-n188{margin-bottom:-11.75rem!important;margin-top:-11.75rem!important}.my-md-n190{margin-bottom:-11.875rem!important;margin-top:-11.875rem!important}.my-md-n192{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-md-n194{margin-bottom:-12.125rem!important;margin-top:-12.125rem!important}.my-md-n196{margin-bottom:-12.25rem!important;margin-top:-12.25rem!important}.my-md-n198{margin-bottom:-12.375rem!important;margin-top:-12.375rem!important}.my-md-n200{margin-bottom:-12.5rem!important;margin-top:-12.5rem!important}.mt-md-n0{margin-top:0!important}.mt-md-n2{margin-top:-.125rem!important}.mt-md-n4{margin-top:-.25rem!important}.mt-md-n6{margin-top:-.375rem!important}.mt-md-n8{margin-top:-.5rem!important}.mt-md-n10{margin-top:-.625rem!important}.mt-md-n12{margin-top:-.75rem!important}.mt-md-n14{margin-top:-.875rem!important}.mt-md-n16{margin-top:-1rem!important}.mt-md-n18{margin-top:-1.125rem!important}.mt-md-n20{margin-top:-1.25rem!important}.mt-md-n22{margin-top:-1.375rem!important}.mt-md-n24{margin-top:-1.5rem!important}.mt-md-n26{margin-top:-1.625rem!important}.mt-md-n28{margin-top:-1.75rem!important}.mt-md-n30{margin-top:-1.875rem!important}.mt-md-n32{margin-top:-2rem!important}.mt-md-n34{margin-top:-2.125rem!important}.mt-md-n36{margin-top:-2.25rem!important}.mt-md-n38{margin-top:-2.375rem!important}.mt-md-n40{margin-top:-2.5rem!important}.mt-md-n42{margin-top:-2.625rem!important}.mt-md-n44{margin-top:-2.75rem!important}.mt-md-n46{margin-top:-2.875rem!important}.mt-md-n48{margin-top:-3rem!important}.mt-md-n50{margin-top:-3.125rem!important}.mt-md-n52{margin-top:-3.25rem!important}.mt-md-n54{margin-top:-3.375rem!important}.mt-md-n56{margin-top:-3.5rem!important}.mt-md-n58{margin-top:-3.625rem!important}.mt-md-n60{margin-top:-3.75rem!important}.mt-md-n62{margin-top:-3.875rem!important}.mt-md-n64{margin-top:-4rem!important}.mt-md-n66{margin-top:-4.125rem!important}.mt-md-n68{margin-top:-4.25rem!important}.mt-md-n70{margin-top:-4.375rem!important}.mt-md-n72{margin-top:-4.5rem!important}.mt-md-n74{margin-top:-4.625rem!important}.mt-md-n76{margin-top:-4.75rem!important}.mt-md-n78{margin-top:-4.875rem!important}.mt-md-n80{margin-top:-5rem!important}.mt-md-n82{margin-top:-5.125rem!important}.mt-md-n84{margin-top:-5.25rem!important}.mt-md-n86{margin-top:-5.375rem!important}.mt-md-n88{margin-top:-5.5rem!important}.mt-md-n90{margin-top:-5.625rem!important}.mt-md-n92{margin-top:-5.75rem!important}.mt-md-n94{margin-top:-5.875rem!important}.mt-md-n96{margin-top:-6rem!important}.mt-md-n98{margin-top:-6.125rem!important}.mt-md-n100{margin-top:-6.25rem!important}.mt-md-n102{margin-top:-6.375rem!important}.mt-md-n104{margin-top:-6.5rem!important}.mt-md-n106{margin-top:-6.625rem!important}.mt-md-n108{margin-top:-6.75rem!important}.mt-md-n110{margin-top:-6.875rem!important}.mt-md-n112{margin-top:-7rem!important}.mt-md-n114{margin-top:-7.125rem!important}.mt-md-n116{margin-top:-7.25rem!important}.mt-md-n118{margin-top:-7.375rem!important}.mt-md-n120{margin-top:-7.5rem!important}.mt-md-n122{margin-top:-7.625rem!important}.mt-md-n124{margin-top:-7.75rem!important}.mt-md-n126{margin-top:-7.875rem!important}.mt-md-n128{margin-top:-8rem!important}.mt-md-n130{margin-top:-8.125rem!important}.mt-md-n132{margin-top:-8.25rem!important}.mt-md-n134{margin-top:-8.375rem!important}.mt-md-n136{margin-top:-8.5rem!important}.mt-md-n138{margin-top:-8.625rem!important}.mt-md-n140{margin-top:-8.75rem!important}.mt-md-n142{margin-top:-8.875rem!important}.mt-md-n144{margin-top:-9rem!important}.mt-md-n146{margin-top:-9.125rem!important}.mt-md-n148{margin-top:-9.25rem!important}.mt-md-n150{margin-top:-9.375rem!important}.mt-md-n152{margin-top:-9.5rem!important}.mt-md-n154{margin-top:-9.625rem!important}.mt-md-n156{margin-top:-9.75rem!important}.mt-md-n158{margin-top:-9.875rem!important}.mt-md-n160{margin-top:-10rem!important}.mt-md-n162{margin-top:-10.125rem!important}.mt-md-n164{margin-top:-10.25rem!important}.mt-md-n166{margin-top:-10.375rem!important}.mt-md-n168{margin-top:-10.5rem!important}.mt-md-n170{margin-top:-10.625rem!important}.mt-md-n172{margin-top:-10.75rem!important}.mt-md-n174{margin-top:-10.875rem!important}.mt-md-n176{margin-top:-11rem!important}.mt-md-n178{margin-top:-11.125rem!important}.mt-md-n180{margin-top:-11.25rem!important}.mt-md-n182{margin-top:-11.375rem!important}.mt-md-n184{margin-top:-11.5rem!important}.mt-md-n186{margin-top:-11.625rem!important}.mt-md-n188{margin-top:-11.75rem!important}.mt-md-n190{margin-top:-11.875rem!important}.mt-md-n192{margin-top:-12rem!important}.mt-md-n194{margin-top:-12.125rem!important}.mt-md-n196{margin-top:-12.25rem!important}.mt-md-n198{margin-top:-12.375rem!important}.mt-md-n200{margin-top:-12.5rem!important}.me-md-n0{margin-right:0!important}.me-md-n2{margin-right:-.125rem!important}.me-md-n4{margin-right:-.25rem!important}.me-md-n6{margin-right:-.375rem!important}.me-md-n8{margin-right:-.5rem!important}.me-md-n10{margin-right:-.625rem!important}.me-md-n12{margin-right:-.75rem!important}.me-md-n14{margin-right:-.875rem!important}.me-md-n16{margin-right:-1rem!important}.me-md-n18{margin-right:-1.125rem!important}.me-md-n20{margin-right:-1.25rem!important}.me-md-n22{margin-right:-1.375rem!important}.me-md-n24{margin-right:-1.5rem!important}.me-md-n26{margin-right:-1.625rem!important}.me-md-n28{margin-right:-1.75rem!important}.me-md-n30{margin-right:-1.875rem!important}.me-md-n32{margin-right:-2rem!important}.me-md-n34{margin-right:-2.125rem!important}.me-md-n36{margin-right:-2.25rem!important}.me-md-n38{margin-right:-2.375rem!important}.me-md-n40{margin-right:-2.5rem!important}.me-md-n42{margin-right:-2.625rem!important}.me-md-n44{margin-right:-2.75rem!important}.me-md-n46{margin-right:-2.875rem!important}.me-md-n48{margin-right:-3rem!important}.me-md-n50{margin-right:-3.125rem!important}.me-md-n52{margin-right:-3.25rem!important}.me-md-n54{margin-right:-3.375rem!important}.me-md-n56{margin-right:-3.5rem!important}.me-md-n58{margin-right:-3.625rem!important}.me-md-n60{margin-right:-3.75rem!important}.me-md-n62{margin-right:-3.875rem!important}.me-md-n64{margin-right:-4rem!important}.me-md-n66{margin-right:-4.125rem!important}.me-md-n68{margin-right:-4.25rem!important}.me-md-n70{margin-right:-4.375rem!important}.me-md-n72{margin-right:-4.5rem!important}.me-md-n74{margin-right:-4.625rem!important}.me-md-n76{margin-right:-4.75rem!important}.me-md-n78{margin-right:-4.875rem!important}.me-md-n80{margin-right:-5rem!important}.me-md-n82{margin-right:-5.125rem!important}.me-md-n84{margin-right:-5.25rem!important}.me-md-n86{margin-right:-5.375rem!important}.me-md-n88{margin-right:-5.5rem!important}.me-md-n90{margin-right:-5.625rem!important}.me-md-n92{margin-right:-5.75rem!important}.me-md-n94{margin-right:-5.875rem!important}.me-md-n96{margin-right:-6rem!important}.me-md-n98{margin-right:-6.125rem!important}.me-md-n100{margin-right:-6.25rem!important}.me-md-n102{margin-right:-6.375rem!important}.me-md-n104{margin-right:-6.5rem!important}.me-md-n106{margin-right:-6.625rem!important}.me-md-n108{margin-right:-6.75rem!important}.me-md-n110{margin-right:-6.875rem!important}.me-md-n112{margin-right:-7rem!important}.me-md-n114{margin-right:-7.125rem!important}.me-md-n116{margin-right:-7.25rem!important}.me-md-n118{margin-right:-7.375rem!important}.me-md-n120{margin-right:-7.5rem!important}.me-md-n122{margin-right:-7.625rem!important}.me-md-n124{margin-right:-7.75rem!important}.me-md-n126{margin-right:-7.875rem!important}.me-md-n128{margin-right:-8rem!important}.me-md-n130{margin-right:-8.125rem!important}.me-md-n132{margin-right:-8.25rem!important}.me-md-n134{margin-right:-8.375rem!important}.me-md-n136{margin-right:-8.5rem!important}.me-md-n138{margin-right:-8.625rem!important}.me-md-n140{margin-right:-8.75rem!important}.me-md-n142{margin-right:-8.875rem!important}.me-md-n144{margin-right:-9rem!important}.me-md-n146{margin-right:-9.125rem!important}.me-md-n148{margin-right:-9.25rem!important}.me-md-n150{margin-right:-9.375rem!important}.me-md-n152{margin-right:-9.5rem!important}.me-md-n154{margin-right:-9.625rem!important}.me-md-n156{margin-right:-9.75rem!important}.me-md-n158{margin-right:-9.875rem!important}.me-md-n160{margin-right:-10rem!important}.me-md-n162{margin-right:-10.125rem!important}.me-md-n164{margin-right:-10.25rem!important}.me-md-n166{margin-right:-10.375rem!important}.me-md-n168{margin-right:-10.5rem!important}.me-md-n170{margin-right:-10.625rem!important}.me-md-n172{margin-right:-10.75rem!important}.me-md-n174{margin-right:-10.875rem!important}.me-md-n176{margin-right:-11rem!important}.me-md-n178{margin-right:-11.125rem!important}.me-md-n180{margin-right:-11.25rem!important}.me-md-n182{margin-right:-11.375rem!important}.me-md-n184{margin-right:-11.5rem!important}.me-md-n186{margin-right:-11.625rem!important}.me-md-n188{margin-right:-11.75rem!important}.me-md-n190{margin-right:-11.875rem!important}.me-md-n192{margin-right:-12rem!important}.me-md-n194{margin-right:-12.125rem!important}.me-md-n196{margin-right:-12.25rem!important}.me-md-n198{margin-right:-12.375rem!important}.me-md-n200{margin-right:-12.5rem!important}.mb-md-n0{margin-bottom:0!important}.mb-md-n2{margin-bottom:-.125rem!important}.mb-md-n4{margin-bottom:-.25rem!important}.mb-md-n6{margin-bottom:-.375rem!important}.mb-md-n8{margin-bottom:-.5rem!important}.mb-md-n10{margin-bottom:-.625rem!important}.mb-md-n12{margin-bottom:-.75rem!important}.mb-md-n14{margin-bottom:-.875rem!important}.mb-md-n16{margin-bottom:-1rem!important}.mb-md-n18{margin-bottom:-1.125rem!important}.mb-md-n20{margin-bottom:-1.25rem!important}.mb-md-n22{margin-bottom:-1.375rem!important}.mb-md-n24{margin-bottom:-1.5rem!important}.mb-md-n26{margin-bottom:-1.625rem!important}.mb-md-n28{margin-bottom:-1.75rem!important}.mb-md-n30{margin-bottom:-1.875rem!important}.mb-md-n32{margin-bottom:-2rem!important}.mb-md-n34{margin-bottom:-2.125rem!important}.mb-md-n36{margin-bottom:-2.25rem!important}.mb-md-n38{margin-bottom:-2.375rem!important}.mb-md-n40{margin-bottom:-2.5rem!important}.mb-md-n42{margin-bottom:-2.625rem!important}.mb-md-n44{margin-bottom:-2.75rem!important}.mb-md-n46{margin-bottom:-2.875rem!important}.mb-md-n48{margin-bottom:-3rem!important}.mb-md-n50{margin-bottom:-3.125rem!important}.mb-md-n52{margin-bottom:-3.25rem!important}.mb-md-n54{margin-bottom:-3.375rem!important}.mb-md-n56{margin-bottom:-3.5rem!important}.mb-md-n58{margin-bottom:-3.625rem!important}.mb-md-n60{margin-bottom:-3.75rem!important}.mb-md-n62{margin-bottom:-3.875rem!important}.mb-md-n64{margin-bottom:-4rem!important}.mb-md-n66{margin-bottom:-4.125rem!important}.mb-md-n68{margin-bottom:-4.25rem!important}.mb-md-n70{margin-bottom:-4.375rem!important}.mb-md-n72{margin-bottom:-4.5rem!important}.mb-md-n74{margin-bottom:-4.625rem!important}.mb-md-n76{margin-bottom:-4.75rem!important}.mb-md-n78{margin-bottom:-4.875rem!important}.mb-md-n80{margin-bottom:-5rem!important}.mb-md-n82{margin-bottom:-5.125rem!important}.mb-md-n84{margin-bottom:-5.25rem!important}.mb-md-n86{margin-bottom:-5.375rem!important}.mb-md-n88{margin-bottom:-5.5rem!important}.mb-md-n90{margin-bottom:-5.625rem!important}.mb-md-n92{margin-bottom:-5.75rem!important}.mb-md-n94{margin-bottom:-5.875rem!important}.mb-md-n96{margin-bottom:-6rem!important}.mb-md-n98{margin-bottom:-6.125rem!important}.mb-md-n100{margin-bottom:-6.25rem!important}.mb-md-n102{margin-bottom:-6.375rem!important}.mb-md-n104{margin-bottom:-6.5rem!important}.mb-md-n106{margin-bottom:-6.625rem!important}.mb-md-n108{margin-bottom:-6.75rem!important}.mb-md-n110{margin-bottom:-6.875rem!important}.mb-md-n112{margin-bottom:-7rem!important}.mb-md-n114{margin-bottom:-7.125rem!important}.mb-md-n116{margin-bottom:-7.25rem!important}.mb-md-n118{margin-bottom:-7.375rem!important}.mb-md-n120{margin-bottom:-7.5rem!important}.mb-md-n122{margin-bottom:-7.625rem!important}.mb-md-n124{margin-bottom:-7.75rem!important}.mb-md-n126{margin-bottom:-7.875rem!important}.mb-md-n128{margin-bottom:-8rem!important}.mb-md-n130{margin-bottom:-8.125rem!important}.mb-md-n132{margin-bottom:-8.25rem!important}.mb-md-n134{margin-bottom:-8.375rem!important}.mb-md-n136{margin-bottom:-8.5rem!important}.mb-md-n138{margin-bottom:-8.625rem!important}.mb-md-n140{margin-bottom:-8.75rem!important}.mb-md-n142{margin-bottom:-8.875rem!important}.mb-md-n144{margin-bottom:-9rem!important}.mb-md-n146{margin-bottom:-9.125rem!important}.mb-md-n148{margin-bottom:-9.25rem!important}.mb-md-n150{margin-bottom:-9.375rem!important}.mb-md-n152{margin-bottom:-9.5rem!important}.mb-md-n154{margin-bottom:-9.625rem!important}.mb-md-n156{margin-bottom:-9.75rem!important}.mb-md-n158{margin-bottom:-9.875rem!important}.mb-md-n160{margin-bottom:-10rem!important}.mb-md-n162{margin-bottom:-10.125rem!important}.mb-md-n164{margin-bottom:-10.25rem!important}.mb-md-n166{margin-bottom:-10.375rem!important}.mb-md-n168{margin-bottom:-10.5rem!important}.mb-md-n170{margin-bottom:-10.625rem!important}.mb-md-n172{margin-bottom:-10.75rem!important}.mb-md-n174{margin-bottom:-10.875rem!important}.mb-md-n176{margin-bottom:-11rem!important}.mb-md-n178{margin-bottom:-11.125rem!important}.mb-md-n180{margin-bottom:-11.25rem!important}.mb-md-n182{margin-bottom:-11.375rem!important}.mb-md-n184{margin-bottom:-11.5rem!important}.mb-md-n186{margin-bottom:-11.625rem!important}.mb-md-n188{margin-bottom:-11.75rem!important}.mb-md-n190{margin-bottom:-11.875rem!important}.mb-md-n192{margin-bottom:-12rem!important}.mb-md-n194{margin-bottom:-12.125rem!important}.mb-md-n196{margin-bottom:-12.25rem!important}.mb-md-n198{margin-bottom:-12.375rem!important}.mb-md-n200{margin-bottom:-12.5rem!important}.ms-md-n0{margin-left:0!important}.ms-md-n2{margin-left:-.125rem!important}.ms-md-n4{margin-left:-.25rem!important}.ms-md-n6{margin-left:-.375rem!important}.ms-md-n8{margin-left:-.5rem!important}.ms-md-n10{margin-left:-.625rem!important}.ms-md-n12{margin-left:-.75rem!important}.ms-md-n14{margin-left:-.875rem!important}.ms-md-n16{margin-left:-1rem!important}.ms-md-n18{margin-left:-1.125rem!important}.ms-md-n20{margin-left:-1.25rem!important}.ms-md-n22{margin-left:-1.375rem!important}.ms-md-n24{margin-left:-1.5rem!important}.ms-md-n26{margin-left:-1.625rem!important}.ms-md-n28{margin-left:-1.75rem!important}.ms-md-n30{margin-left:-1.875rem!important}.ms-md-n32{margin-left:-2rem!important}.ms-md-n34{margin-left:-2.125rem!important}.ms-md-n36{margin-left:-2.25rem!important}.ms-md-n38{margin-left:-2.375rem!important}.ms-md-n40{margin-left:-2.5rem!important}.ms-md-n42{margin-left:-2.625rem!important}.ms-md-n44{margin-left:-2.75rem!important}.ms-md-n46{margin-left:-2.875rem!important}.ms-md-n48{margin-left:-3rem!important}.ms-md-n50{margin-left:-3.125rem!important}.ms-md-n52{margin-left:-3.25rem!important}.ms-md-n54{margin-left:-3.375rem!important}.ms-md-n56{margin-left:-3.5rem!important}.ms-md-n58{margin-left:-3.625rem!important}.ms-md-n60{margin-left:-3.75rem!important}.ms-md-n62{margin-left:-3.875rem!important}.ms-md-n64{margin-left:-4rem!important}.ms-md-n66{margin-left:-4.125rem!important}.ms-md-n68{margin-left:-4.25rem!important}.ms-md-n70{margin-left:-4.375rem!important}.ms-md-n72{margin-left:-4.5rem!important}.ms-md-n74{margin-left:-4.625rem!important}.ms-md-n76{margin-left:-4.75rem!important}.ms-md-n78{margin-left:-4.875rem!important}.ms-md-n80{margin-left:-5rem!important}.ms-md-n82{margin-left:-5.125rem!important}.ms-md-n84{margin-left:-5.25rem!important}.ms-md-n86{margin-left:-5.375rem!important}.ms-md-n88{margin-left:-5.5rem!important}.ms-md-n90{margin-left:-5.625rem!important}.ms-md-n92{margin-left:-5.75rem!important}.ms-md-n94{margin-left:-5.875rem!important}.ms-md-n96{margin-left:-6rem!important}.ms-md-n98{margin-left:-6.125rem!important}.ms-md-n100{margin-left:-6.25rem!important}.ms-md-n102{margin-left:-6.375rem!important}.ms-md-n104{margin-left:-6.5rem!important}.ms-md-n106{margin-left:-6.625rem!important}.ms-md-n108{margin-left:-6.75rem!important}.ms-md-n110{margin-left:-6.875rem!important}.ms-md-n112{margin-left:-7rem!important}.ms-md-n114{margin-left:-7.125rem!important}.ms-md-n116{margin-left:-7.25rem!important}.ms-md-n118{margin-left:-7.375rem!important}.ms-md-n120{margin-left:-7.5rem!important}.ms-md-n122{margin-left:-7.625rem!important}.ms-md-n124{margin-left:-7.75rem!important}.ms-md-n126{margin-left:-7.875rem!important}.ms-md-n128{margin-left:-8rem!important}.ms-md-n130{margin-left:-8.125rem!important}.ms-md-n132{margin-left:-8.25rem!important}.ms-md-n134{margin-left:-8.375rem!important}.ms-md-n136{margin-left:-8.5rem!important}.ms-md-n138{margin-left:-8.625rem!important}.ms-md-n140{margin-left:-8.75rem!important}.ms-md-n142{margin-left:-8.875rem!important}.ms-md-n144{margin-left:-9rem!important}.ms-md-n146{margin-left:-9.125rem!important}.ms-md-n148{margin-left:-9.25rem!important}.ms-md-n150{margin-left:-9.375rem!important}.ms-md-n152{margin-left:-9.5rem!important}.ms-md-n154{margin-left:-9.625rem!important}.ms-md-n156{margin-left:-9.75rem!important}.ms-md-n158{margin-left:-9.875rem!important}.ms-md-n160{margin-left:-10rem!important}.ms-md-n162{margin-left:-10.125rem!important}.ms-md-n164{margin-left:-10.25rem!important}.ms-md-n166{margin-left:-10.375rem!important}.ms-md-n168{margin-left:-10.5rem!important}.ms-md-n170{margin-left:-10.625rem!important}.ms-md-n172{margin-left:-10.75rem!important}.ms-md-n174{margin-left:-10.875rem!important}.ms-md-n176{margin-left:-11rem!important}.ms-md-n178{margin-left:-11.125rem!important}.ms-md-n180{margin-left:-11.25rem!important}.ms-md-n182{margin-left:-11.375rem!important}.ms-md-n184{margin-left:-11.5rem!important}.ms-md-n186{margin-left:-11.625rem!important}.ms-md-n188{margin-left:-11.75rem!important}.ms-md-n190{margin-left:-11.875rem!important}.ms-md-n192{margin-left:-12rem!important}.ms-md-n194{margin-left:-12.125rem!important}.ms-md-n196{margin-left:-12.25rem!important}.ms-md-n198{margin-left:-12.375rem!important}.ms-md-n200{margin-left:-12.5rem!important}.p-md-0{padding:0!important}.p-md-2{padding:.125rem!important}.p-md-4{padding:.25rem!important}.p-md-6{padding:.375rem!important}.p-md-8{padding:.5rem!important}.p-md-10{padding:.625rem!important}.p-md-12{padding:.75rem!important}.p-md-14{padding:.875rem!important}.p-md-16{padding:1rem!important}.p-md-18{padding:1.125rem!important}.p-md-20{padding:1.25rem!important}.p-md-22{padding:1.375rem!important}.p-md-24{padding:1.5rem!important}.p-md-26{padding:1.625rem!important}.p-md-28{padding:1.75rem!important}.p-md-30{padding:1.875rem!important}.p-md-32{padding:2rem!important}.p-md-34{padding:2.125rem!important}.p-md-36{padding:2.25rem!important}.p-md-38{padding:2.375rem!important}.p-md-40{padding:2.5rem!important}.p-md-42{padding:2.625rem!important}.p-md-44{padding:2.75rem!important}.p-md-46{padding:2.875rem!important}.p-md-48{padding:3rem!important}.p-md-50{padding:3.125rem!important}.p-md-52{padding:3.25rem!important}.p-md-54{padding:3.375rem!important}.p-md-56{padding:3.5rem!important}.p-md-58{padding:3.625rem!important}.p-md-60{padding:3.75rem!important}.p-md-62{padding:3.875rem!important}.p-md-64{padding:4rem!important}.p-md-66{padding:4.125rem!important}.p-md-68{padding:4.25rem!important}.p-md-70{padding:4.375rem!important}.p-md-72{padding:4.5rem!important}.p-md-74{padding:4.625rem!important}.p-md-76{padding:4.75rem!important}.p-md-78{padding:4.875rem!important}.p-md-80{padding:5rem!important}.p-md-82{padding:5.125rem!important}.p-md-84{padding:5.25rem!important}.p-md-86{padding:5.375rem!important}.p-md-88{padding:5.5rem!important}.p-md-90{padding:5.625rem!important}.p-md-92{padding:5.75rem!important}.p-md-94{padding:5.875rem!important}.p-md-96{padding:6rem!important}.p-md-98{padding:6.125rem!important}.p-md-100{padding:6.25rem!important}.p-md-102{padding:6.375rem!important}.p-md-104{padding:6.5rem!important}.p-md-106{padding:6.625rem!important}.p-md-108{padding:6.75rem!important}.p-md-110{padding:6.875rem!important}.p-md-112{padding:7rem!important}.p-md-114{padding:7.125rem!important}.p-md-116{padding:7.25rem!important}.p-md-118{padding:7.375rem!important}.p-md-120{padding:7.5rem!important}.p-md-122{padding:7.625rem!important}.p-md-124{padding:7.75rem!important}.p-md-126{padding:7.875rem!important}.p-md-128{padding:8rem!important}.p-md-130{padding:8.125rem!important}.p-md-132{padding:8.25rem!important}.p-md-134{padding:8.375rem!important}.p-md-136{padding:8.5rem!important}.p-md-138{padding:8.625rem!important}.p-md-140{padding:8.75rem!important}.p-md-142{padding:8.875rem!important}.p-md-144{padding:9rem!important}.p-md-146{padding:9.125rem!important}.p-md-148{padding:9.25rem!important}.p-md-150{padding:9.375rem!important}.p-md-152{padding:9.5rem!important}.p-md-154{padding:9.625rem!important}.p-md-156{padding:9.75rem!important}.p-md-158{padding:9.875rem!important}.p-md-160{padding:10rem!important}.p-md-162{padding:10.125rem!important}.p-md-164{padding:10.25rem!important}.p-md-166{padding:10.375rem!important}.p-md-168{padding:10.5rem!important}.p-md-170{padding:10.625rem!important}.p-md-172{padding:10.75rem!important}.p-md-174{padding:10.875rem!important}.p-md-176{padding:11rem!important}.p-md-178{padding:11.125rem!important}.p-md-180{padding:11.25rem!important}.p-md-182{padding:11.375rem!important}.p-md-184{padding:11.5rem!important}.p-md-186{padding:11.625rem!important}.p-md-188{padding:11.75rem!important}.p-md-190{padding:11.875rem!important}.p-md-192{padding:12rem!important}.p-md-194{padding:12.125rem!important}.p-md-196{padding:12.25rem!important}.p-md-198{padding:12.375rem!important}.p-md-200{padding:12.5rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-2{padding-left:.125rem!important;padding-right:.125rem!important}.px-md-4{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-6{padding-left:.375rem!important;padding-right:.375rem!important}.px-md-8{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-10{padding-left:.625rem!important;padding-right:.625rem!important}.px-md-12{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-14{padding-left:.875rem!important;padding-right:.875rem!important}.px-md-16{padding-left:1rem!important;padding-right:1rem!important}.px-md-18{padding-left:1.125rem!important;padding-right:1.125rem!important}.px-md-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-md-22{padding-left:1.375rem!important;padding-right:1.375rem!important}.px-md-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-26{padding-left:1.625rem!important;padding-right:1.625rem!important}.px-md-28{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-md-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-md-32{padding-left:2rem!important;padding-right:2rem!important}.px-md-34{padding-left:2.125rem!important;padding-right:2.125rem!important}.px-md-36{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-md-38{padding-left:2.375rem!important;padding-right:2.375rem!important}.px-md-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-md-42{padding-left:2.625rem!important;padding-right:2.625rem!important}.px-md-44{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-md-46{padding-left:2.875rem!important;padding-right:2.875rem!important}.px-md-48{padding-left:3rem!important;padding-right:3rem!important}.px-md-50{padding-left:3.125rem!important;padding-right:3.125rem!important}.px-md-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-md-54{padding-left:3.375rem!important;padding-right:3.375rem!important}.px-md-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-md-58{padding-left:3.625rem!important;padding-right:3.625rem!important}.px-md-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-md-62{padding-left:3.875rem!important;padding-right:3.875rem!important}.px-md-64{padding-left:4rem!important;padding-right:4rem!important}.px-md-66{padding-left:4.125rem!important;padding-right:4.125rem!important}.px-md-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-md-70{padding-left:4.375rem!important;padding-right:4.375rem!important}.px-md-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-md-74{padding-left:4.625rem!important;padding-right:4.625rem!important}.px-md-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-md-78{padding-left:4.875rem!important;padding-right:4.875rem!important}.px-md-80{padding-left:5rem!important;padding-right:5rem!important}.px-md-82{padding-left:5.125rem!important;padding-right:5.125rem!important}.px-md-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.px-md-86{padding-left:5.375rem!important;padding-right:5.375rem!important}.px-md-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-md-90{padding-left:5.625rem!important;padding-right:5.625rem!important}.px-md-92{padding-left:5.75rem!important;padding-right:5.75rem!important}.px-md-94{padding-left:5.875rem!important;padding-right:5.875rem!important}.px-md-96{padding-left:6rem!important;padding-right:6rem!important}.px-md-98{padding-left:6.125rem!important;padding-right:6.125rem!important}.px-md-100{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-md-102{padding-left:6.375rem!important;padding-right:6.375rem!important}.px-md-104{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-md-106{padding-left:6.625rem!important;padding-right:6.625rem!important}.px-md-108{padding-left:6.75rem!important;padding-right:6.75rem!important}.px-md-110{padding-left:6.875rem!important;padding-right:6.875rem!important}.px-md-112{padding-left:7rem!important;padding-right:7rem!important}.px-md-114{padding-left:7.125rem!important;padding-right:7.125rem!important}.px-md-116{padding-left:7.25rem!important;padding-right:7.25rem!important}.px-md-118{padding-left:7.375rem!important;padding-right:7.375rem!important}.px-md-120{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-md-122{padding-left:7.625rem!important;padding-right:7.625rem!important}.px-md-124{padding-left:7.75rem!important;padding-right:7.75rem!important}.px-md-126{padding-left:7.875rem!important;padding-right:7.875rem!important}.px-md-128{padding-left:8rem!important;padding-right:8rem!important}.px-md-130{padding-left:8.125rem!important;padding-right:8.125rem!important}.px-md-132{padding-left:8.25rem!important;padding-right:8.25rem!important}.px-md-134{padding-left:8.375rem!important;padding-right:8.375rem!important}.px-md-136{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-md-138{padding-left:8.625rem!important;padding-right:8.625rem!important}.px-md-140{padding-left:8.75rem!important;padding-right:8.75rem!important}.px-md-142{padding-left:8.875rem!important;padding-right:8.875rem!important}.px-md-144{padding-left:9rem!important;padding-right:9rem!important}.px-md-146{padding-left:9.125rem!important;padding-right:9.125rem!important}.px-md-148{padding-left:9.25rem!important;padding-right:9.25rem!important}.px-md-150{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-md-152{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-md-154{padding-left:9.625rem!important;padding-right:9.625rem!important}.px-md-156{padding-left:9.75rem!important;padding-right:9.75rem!important}.px-md-158{padding-left:9.875rem!important;padding-right:9.875rem!important}.px-md-160{padding-left:10rem!important;padding-right:10rem!important}.px-md-162{padding-left:10.125rem!important;padding-right:10.125rem!important}.px-md-164{padding-left:10.25rem!important;padding-right:10.25rem!important}.px-md-166{padding-left:10.375rem!important;padding-right:10.375rem!important}.px-md-168{padding-left:10.5rem!important;padding-right:10.5rem!important}.px-md-170{padding-left:10.625rem!important;padding-right:10.625rem!important}.px-md-172{padding-left:10.75rem!important;padding-right:10.75rem!important}.px-md-174{padding-left:10.875rem!important;padding-right:10.875rem!important}.px-md-176{padding-left:11rem!important;padding-right:11rem!important}.px-md-178{padding-left:11.125rem!important;padding-right:11.125rem!important}.px-md-180{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-md-182{padding-left:11.375rem!important;padding-right:11.375rem!important}.px-md-184{padding-left:11.5rem!important;padding-right:11.5rem!important}.px-md-186{padding-left:11.625rem!important;padding-right:11.625rem!important}.px-md-188{padding-left:11.75rem!important;padding-right:11.75rem!important}.px-md-190{padding-left:11.875rem!important;padding-right:11.875rem!important}.px-md-192{padding-left:12rem!important;padding-right:12rem!important}.px-md-194{padding-left:12.125rem!important;padding-right:12.125rem!important}.px-md-196{padding-left:12.25rem!important;padding-right:12.25rem!important}.px-md-198{padding-left:12.375rem!important;padding-right:12.375rem!important}.px-md-200{padding-left:12.5rem!important;padding-right:12.5rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-2{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-md-4{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-6{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-md-8{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-10{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-md-12{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-md-14{padding-bottom:.875rem!important;padding-top:.875rem!important}.py-md-16{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-18{padding-bottom:1.125rem!important;padding-top:1.125rem!important}.py-md-20{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-md-22{padding-bottom:1.375rem!important;padding-top:1.375rem!important}.py-md-24{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-26{padding-bottom:1.625rem!important;padding-top:1.625rem!important}.py-md-28{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-md-30{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-md-32{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-34{padding-bottom:2.125rem!important;padding-top:2.125rem!important}.py-md-36{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-md-38{padding-bottom:2.375rem!important;padding-top:2.375rem!important}.py-md-40{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-md-42{padding-bottom:2.625rem!important;padding-top:2.625rem!important}.py-md-44{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-md-46{padding-bottom:2.875rem!important;padding-top:2.875rem!important}.py-md-48{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-50{padding-bottom:3.125rem!important;padding-top:3.125rem!important}.py-md-52{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-md-54{padding-bottom:3.375rem!important;padding-top:3.375rem!important}.py-md-56{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-md-58{padding-bottom:3.625rem!important;padding-top:3.625rem!important}.py-md-60{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-md-62{padding-bottom:3.875rem!important;padding-top:3.875rem!important}.py-md-64{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-66{padding-bottom:4.125rem!important;padding-top:4.125rem!important}.py-md-68{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-md-70{padding-bottom:4.375rem!important;padding-top:4.375rem!important}.py-md-72{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-74{padding-bottom:4.625rem!important;padding-top:4.625rem!important}.py-md-76{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-md-78{padding-bottom:4.875rem!important;padding-top:4.875rem!important}.py-md-80{padding-bottom:5rem!important;padding-top:5rem!important}.py-md-82{padding-bottom:5.125rem!important;padding-top:5.125rem!important}.py-md-84{padding-bottom:5.25rem!important;padding-top:5.25rem!important}.py-md-86{padding-bottom:5.375rem!important;padding-top:5.375rem!important}.py-md-88{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-md-90{padding-bottom:5.625rem!important;padding-top:5.625rem!important}.py-md-92{padding-bottom:5.75rem!important;padding-top:5.75rem!important}.py-md-94{padding-bottom:5.875rem!important;padding-top:5.875rem!important}.py-md-96{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-98{padding-bottom:6.125rem!important;padding-top:6.125rem!important}.py-md-100{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-md-102{padding-bottom:6.375rem!important;padding-top:6.375rem!important}.py-md-104{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-md-106{padding-bottom:6.625rem!important;padding-top:6.625rem!important}.py-md-108{padding-bottom:6.75rem!important;padding-top:6.75rem!important}.py-md-110{padding-bottom:6.875rem!important;padding-top:6.875rem!important}.py-md-112{padding-bottom:7rem!important;padding-top:7rem!important}.py-md-114{padding-bottom:7.125rem!important;padding-top:7.125rem!important}.py-md-116{padding-bottom:7.25rem!important;padding-top:7.25rem!important}.py-md-118{padding-bottom:7.375rem!important;padding-top:7.375rem!important}.py-md-120{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-md-122{padding-bottom:7.625rem!important;padding-top:7.625rem!important}.py-md-124{padding-bottom:7.75rem!important;padding-top:7.75rem!important}.py-md-126{padding-bottom:7.875rem!important;padding-top:7.875rem!important}.py-md-128{padding-bottom:8rem!important;padding-top:8rem!important}.py-md-130{padding-bottom:8.125rem!important;padding-top:8.125rem!important}.py-md-132{padding-bottom:8.25rem!important;padding-top:8.25rem!important}.py-md-134{padding-bottom:8.375rem!important;padding-top:8.375rem!important}.py-md-136{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-md-138{padding-bottom:8.625rem!important;padding-top:8.625rem!important}.py-md-140{padding-bottom:8.75rem!important;padding-top:8.75rem!important}.py-md-142{padding-bottom:8.875rem!important;padding-top:8.875rem!important}.py-md-144{padding-bottom:9rem!important;padding-top:9rem!important}.py-md-146{padding-bottom:9.125rem!important;padding-top:9.125rem!important}.py-md-148{padding-bottom:9.25rem!important;padding-top:9.25rem!important}.py-md-150{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-md-152{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-md-154{padding-bottom:9.625rem!important;padding-top:9.625rem!important}.py-md-156{padding-bottom:9.75rem!important;padding-top:9.75rem!important}.py-md-158{padding-bottom:9.875rem!important;padding-top:9.875rem!important}.py-md-160{padding-bottom:10rem!important;padding-top:10rem!important}.py-md-162{padding-bottom:10.125rem!important;padding-top:10.125rem!important}.py-md-164{padding-bottom:10.25rem!important;padding-top:10.25rem!important}.py-md-166{padding-bottom:10.375rem!important;padding-top:10.375rem!important}.py-md-168{padding-bottom:10.5rem!important;padding-top:10.5rem!important}.py-md-170{padding-bottom:10.625rem!important;padding-top:10.625rem!important}.py-md-172{padding-bottom:10.75rem!important;padding-top:10.75rem!important}.py-md-174{padding-bottom:10.875rem!important;padding-top:10.875rem!important}.py-md-176{padding-bottom:11rem!important;padding-top:11rem!important}.py-md-178{padding-bottom:11.125rem!important;padding-top:11.125rem!important}.py-md-180{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-md-182{padding-bottom:11.375rem!important;padding-top:11.375rem!important}.py-md-184{padding-bottom:11.5rem!important;padding-top:11.5rem!important}.py-md-186{padding-bottom:11.625rem!important;padding-top:11.625rem!important}.py-md-188{padding-bottom:11.75rem!important;padding-top:11.75rem!important}.py-md-190{padding-bottom:11.875rem!important;padding-top:11.875rem!important}.py-md-192{padding-bottom:12rem!important;padding-top:12rem!important}.py-md-194{padding-bottom:12.125rem!important;padding-top:12.125rem!important}.py-md-196{padding-bottom:12.25rem!important;padding-top:12.25rem!important}.py-md-198{padding-bottom:12.375rem!important;padding-top:12.375rem!important}.py-md-200{padding-bottom:12.5rem!important;padding-top:12.5rem!important}.pt-md-0{padding-top:0!important}.pt-md-2{padding-top:.125rem!important}.pt-md-4{padding-top:.25rem!important}.pt-md-6{padding-top:.375rem!important}.pt-md-8{padding-top:.5rem!important}.pt-md-10{padding-top:.625rem!important}.pt-md-12{padding-top:.75rem!important}.pt-md-14{padding-top:.875rem!important}.pt-md-16{padding-top:1rem!important}.pt-md-18{padding-top:1.125rem!important}.pt-md-20{padding-top:1.25rem!important}.pt-md-22{padding-top:1.375rem!important}.pt-md-24{padding-top:1.5rem!important}.pt-md-26{padding-top:1.625rem!important}.pt-md-28{padding-top:1.75rem!important}.pt-md-30{padding-top:1.875rem!important}.pt-md-32{padding-top:2rem!important}.pt-md-34{padding-top:2.125rem!important}.pt-md-36{padding-top:2.25rem!important}.pt-md-38{padding-top:2.375rem!important}.pt-md-40{padding-top:2.5rem!important}.pt-md-42{padding-top:2.625rem!important}.pt-md-44{padding-top:2.75rem!important}.pt-md-46{padding-top:2.875rem!important}.pt-md-48{padding-top:3rem!important}.pt-md-50{padding-top:3.125rem!important}.pt-md-52{padding-top:3.25rem!important}.pt-md-54{padding-top:3.375rem!important}.pt-md-56{padding-top:3.5rem!important}.pt-md-58{padding-top:3.625rem!important}.pt-md-60{padding-top:3.75rem!important}.pt-md-62{padding-top:3.875rem!important}.pt-md-64{padding-top:4rem!important}.pt-md-66{padding-top:4.125rem!important}.pt-md-68{padding-top:4.25rem!important}.pt-md-70{padding-top:4.375rem!important}.pt-md-72{padding-top:4.5rem!important}.pt-md-74{padding-top:4.625rem!important}.pt-md-76{padding-top:4.75rem!important}.pt-md-78{padding-top:4.875rem!important}.pt-md-80{padding-top:5rem!important}.pt-md-82{padding-top:5.125rem!important}.pt-md-84{padding-top:5.25rem!important}.pt-md-86{padding-top:5.375rem!important}.pt-md-88{padding-top:5.5rem!important}.pt-md-90{padding-top:5.625rem!important}.pt-md-92{padding-top:5.75rem!important}.pt-md-94{padding-top:5.875rem!important}.pt-md-96{padding-top:6rem!important}.pt-md-98{padding-top:6.125rem!important}.pt-md-100{padding-top:6.25rem!important}.pt-md-102{padding-top:6.375rem!important}.pt-md-104{padding-top:6.5rem!important}.pt-md-106{padding-top:6.625rem!important}.pt-md-108{padding-top:6.75rem!important}.pt-md-110{padding-top:6.875rem!important}.pt-md-112{padding-top:7rem!important}.pt-md-114{padding-top:7.125rem!important}.pt-md-116{padding-top:7.25rem!important}.pt-md-118{padding-top:7.375rem!important}.pt-md-120{padding-top:7.5rem!important}.pt-md-122{padding-top:7.625rem!important}.pt-md-124{padding-top:7.75rem!important}.pt-md-126{padding-top:7.875rem!important}.pt-md-128{padding-top:8rem!important}.pt-md-130{padding-top:8.125rem!important}.pt-md-132{padding-top:8.25rem!important}.pt-md-134{padding-top:8.375rem!important}.pt-md-136{padding-top:8.5rem!important}.pt-md-138{padding-top:8.625rem!important}.pt-md-140{padding-top:8.75rem!important}.pt-md-142{padding-top:8.875rem!important}.pt-md-144{padding-top:9rem!important}.pt-md-146{padding-top:9.125rem!important}.pt-md-148{padding-top:9.25rem!important}.pt-md-150{padding-top:9.375rem!important}.pt-md-152{padding-top:9.5rem!important}.pt-md-154{padding-top:9.625rem!important}.pt-md-156{padding-top:9.75rem!important}.pt-md-158{padding-top:9.875rem!important}.pt-md-160{padding-top:10rem!important}.pt-md-162{padding-top:10.125rem!important}.pt-md-164{padding-top:10.25rem!important}.pt-md-166{padding-top:10.375rem!important}.pt-md-168{padding-top:10.5rem!important}.pt-md-170{padding-top:10.625rem!important}.pt-md-172{padding-top:10.75rem!important}.pt-md-174{padding-top:10.875rem!important}.pt-md-176{padding-top:11rem!important}.pt-md-178{padding-top:11.125rem!important}.pt-md-180{padding-top:11.25rem!important}.pt-md-182{padding-top:11.375rem!important}.pt-md-184{padding-top:11.5rem!important}.pt-md-186{padding-top:11.625rem!important}.pt-md-188{padding-top:11.75rem!important}.pt-md-190{padding-top:11.875rem!important}.pt-md-192{padding-top:12rem!important}.pt-md-194{padding-top:12.125rem!important}.pt-md-196{padding-top:12.25rem!important}.pt-md-198{padding-top:12.375rem!important}.pt-md-200{padding-top:12.5rem!important}.pe-md-0{padding-right:0!important}.pe-md-2{padding-right:.125rem!important}.pe-md-4{padding-right:.25rem!important}.pe-md-6{padding-right:.375rem!important}.pe-md-8{padding-right:.5rem!important}.pe-md-10{padding-right:.625rem!important}.pe-md-12{padding-right:.75rem!important}.pe-md-14{padding-right:.875rem!important}.pe-md-16{padding-right:1rem!important}.pe-md-18{padding-right:1.125rem!important}.pe-md-20{padding-right:1.25rem!important}.pe-md-22{padding-right:1.375rem!important}.pe-md-24{padding-right:1.5rem!important}.pe-md-26{padding-right:1.625rem!important}.pe-md-28{padding-right:1.75rem!important}.pe-md-30{padding-right:1.875rem!important}.pe-md-32{padding-right:2rem!important}.pe-md-34{padding-right:2.125rem!important}.pe-md-36{padding-right:2.25rem!important}.pe-md-38{padding-right:2.375rem!important}.pe-md-40{padding-right:2.5rem!important}.pe-md-42{padding-right:2.625rem!important}.pe-md-44{padding-right:2.75rem!important}.pe-md-46{padding-right:2.875rem!important}.pe-md-48{padding-right:3rem!important}.pe-md-50{padding-right:3.125rem!important}.pe-md-52{padding-right:3.25rem!important}.pe-md-54{padding-right:3.375rem!important}.pe-md-56{padding-right:3.5rem!important}.pe-md-58{padding-right:3.625rem!important}.pe-md-60{padding-right:3.75rem!important}.pe-md-62{padding-right:3.875rem!important}.pe-md-64{padding-right:4rem!important}.pe-md-66{padding-right:4.125rem!important}.pe-md-68{padding-right:4.25rem!important}.pe-md-70{padding-right:4.375rem!important}.pe-md-72{padding-right:4.5rem!important}.pe-md-74{padding-right:4.625rem!important}.pe-md-76{padding-right:4.75rem!important}.pe-md-78{padding-right:4.875rem!important}.pe-md-80{padding-right:5rem!important}.pe-md-82{padding-right:5.125rem!important}.pe-md-84{padding-right:5.25rem!important}.pe-md-86{padding-right:5.375rem!important}.pe-md-88{padding-right:5.5rem!important}.pe-md-90{padding-right:5.625rem!important}.pe-md-92{padding-right:5.75rem!important}.pe-md-94{padding-right:5.875rem!important}.pe-md-96{padding-right:6rem!important}.pe-md-98{padding-right:6.125rem!important}.pe-md-100{padding-right:6.25rem!important}.pe-md-102{padding-right:6.375rem!important}.pe-md-104{padding-right:6.5rem!important}.pe-md-106{padding-right:6.625rem!important}.pe-md-108{padding-right:6.75rem!important}.pe-md-110{padding-right:6.875rem!important}.pe-md-112{padding-right:7rem!important}.pe-md-114{padding-right:7.125rem!important}.pe-md-116{padding-right:7.25rem!important}.pe-md-118{padding-right:7.375rem!important}.pe-md-120{padding-right:7.5rem!important}.pe-md-122{padding-right:7.625rem!important}.pe-md-124{padding-right:7.75rem!important}.pe-md-126{padding-right:7.875rem!important}.pe-md-128{padding-right:8rem!important}.pe-md-130{padding-right:8.125rem!important}.pe-md-132{padding-right:8.25rem!important}.pe-md-134{padding-right:8.375rem!important}.pe-md-136{padding-right:8.5rem!important}.pe-md-138{padding-right:8.625rem!important}.pe-md-140{padding-right:8.75rem!important}.pe-md-142{padding-right:8.875rem!important}.pe-md-144{padding-right:9rem!important}.pe-md-146{padding-right:9.125rem!important}.pe-md-148{padding-right:9.25rem!important}.pe-md-150{padding-right:9.375rem!important}.pe-md-152{padding-right:9.5rem!important}.pe-md-154{padding-right:9.625rem!important}.pe-md-156{padding-right:9.75rem!important}.pe-md-158{padding-right:9.875rem!important}.pe-md-160{padding-right:10rem!important}.pe-md-162{padding-right:10.125rem!important}.pe-md-164{padding-right:10.25rem!important}.pe-md-166{padding-right:10.375rem!important}.pe-md-168{padding-right:10.5rem!important}.pe-md-170{padding-right:10.625rem!important}.pe-md-172{padding-right:10.75rem!important}.pe-md-174{padding-right:10.875rem!important}.pe-md-176{padding-right:11rem!important}.pe-md-178{padding-right:11.125rem!important}.pe-md-180{padding-right:11.25rem!important}.pe-md-182{padding-right:11.375rem!important}.pe-md-184{padding-right:11.5rem!important}.pe-md-186{padding-right:11.625rem!important}.pe-md-188{padding-right:11.75rem!important}.pe-md-190{padding-right:11.875rem!important}.pe-md-192{padding-right:12rem!important}.pe-md-194{padding-right:12.125rem!important}.pe-md-196{padding-right:12.25rem!important}.pe-md-198{padding-right:12.375rem!important}.pe-md-200{padding-right:12.5rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-2{padding-bottom:.125rem!important}.pb-md-4{padding-bottom:.25rem!important}.pb-md-6{padding-bottom:.375rem!important}.pb-md-8{padding-bottom:.5rem!important}.pb-md-10{padding-bottom:.625rem!important}.pb-md-12{padding-bottom:.75rem!important}.pb-md-14{padding-bottom:.875rem!important}.pb-md-16{padding-bottom:1rem!important}.pb-md-18{padding-bottom:1.125rem!important}.pb-md-20{padding-bottom:1.25rem!important}.pb-md-22{padding-bottom:1.375rem!important}.pb-md-24{padding-bottom:1.5rem!important}.pb-md-26{padding-bottom:1.625rem!important}.pb-md-28{padding-bottom:1.75rem!important}.pb-md-30{padding-bottom:1.875rem!important}.pb-md-32{padding-bottom:2rem!important}.pb-md-34{padding-bottom:2.125rem!important}.pb-md-36{padding-bottom:2.25rem!important}.pb-md-38{padding-bottom:2.375rem!important}.pb-md-40{padding-bottom:2.5rem!important}.pb-md-42{padding-bottom:2.625rem!important}.pb-md-44{padding-bottom:2.75rem!important}.pb-md-46{padding-bottom:2.875rem!important}.pb-md-48{padding-bottom:3rem!important}.pb-md-50{padding-bottom:3.125rem!important}.pb-md-52{padding-bottom:3.25rem!important}.pb-md-54{padding-bottom:3.375rem!important}.pb-md-56{padding-bottom:3.5rem!important}.pb-md-58{padding-bottom:3.625rem!important}.pb-md-60{padding-bottom:3.75rem!important}.pb-md-62{padding-bottom:3.875rem!important}.pb-md-64{padding-bottom:4rem!important}.pb-md-66{padding-bottom:4.125rem!important}.pb-md-68{padding-bottom:4.25rem!important}.pb-md-70{padding-bottom:4.375rem!important}.pb-md-72{padding-bottom:4.5rem!important}.pb-md-74{padding-bottom:4.625rem!important}.pb-md-76{padding-bottom:4.75rem!important}.pb-md-78{padding-bottom:4.875rem!important}.pb-md-80{padding-bottom:5rem!important}.pb-md-82{padding-bottom:5.125rem!important}.pb-md-84{padding-bottom:5.25rem!important}.pb-md-86{padding-bottom:5.375rem!important}.pb-md-88{padding-bottom:5.5rem!important}.pb-md-90{padding-bottom:5.625rem!important}.pb-md-92{padding-bottom:5.75rem!important}.pb-md-94{padding-bottom:5.875rem!important}.pb-md-96{padding-bottom:6rem!important}.pb-md-98{padding-bottom:6.125rem!important}.pb-md-100{padding-bottom:6.25rem!important}.pb-md-102{padding-bottom:6.375rem!important}.pb-md-104{padding-bottom:6.5rem!important}.pb-md-106{padding-bottom:6.625rem!important}.pb-md-108{padding-bottom:6.75rem!important}.pb-md-110{padding-bottom:6.875rem!important}.pb-md-112{padding-bottom:7rem!important}.pb-md-114{padding-bottom:7.125rem!important}.pb-md-116{padding-bottom:7.25rem!important}.pb-md-118{padding-bottom:7.375rem!important}.pb-md-120{padding-bottom:7.5rem!important}.pb-md-122{padding-bottom:7.625rem!important}.pb-md-124{padding-bottom:7.75rem!important}.pb-md-126{padding-bottom:7.875rem!important}.pb-md-128{padding-bottom:8rem!important}.pb-md-130{padding-bottom:8.125rem!important}.pb-md-132{padding-bottom:8.25rem!important}.pb-md-134{padding-bottom:8.375rem!important}.pb-md-136{padding-bottom:8.5rem!important}.pb-md-138{padding-bottom:8.625rem!important}.pb-md-140{padding-bottom:8.75rem!important}.pb-md-142{padding-bottom:8.875rem!important}.pb-md-144{padding-bottom:9rem!important}.pb-md-146{padding-bottom:9.125rem!important}.pb-md-148{padding-bottom:9.25rem!important}.pb-md-150{padding-bottom:9.375rem!important}.pb-md-152{padding-bottom:9.5rem!important}.pb-md-154{padding-bottom:9.625rem!important}.pb-md-156{padding-bottom:9.75rem!important}.pb-md-158{padding-bottom:9.875rem!important}.pb-md-160{padding-bottom:10rem!important}.pb-md-162{padding-bottom:10.125rem!important}.pb-md-164{padding-bottom:10.25rem!important}.pb-md-166{padding-bottom:10.375rem!important}.pb-md-168{padding-bottom:10.5rem!important}.pb-md-170{padding-bottom:10.625rem!important}.pb-md-172{padding-bottom:10.75rem!important}.pb-md-174{padding-bottom:10.875rem!important}.pb-md-176{padding-bottom:11rem!important}.pb-md-178{padding-bottom:11.125rem!important}.pb-md-180{padding-bottom:11.25rem!important}.pb-md-182{padding-bottom:11.375rem!important}.pb-md-184{padding-bottom:11.5rem!important}.pb-md-186{padding-bottom:11.625rem!important}.pb-md-188{padding-bottom:11.75rem!important}.pb-md-190{padding-bottom:11.875rem!important}.pb-md-192{padding-bottom:12rem!important}.pb-md-194{padding-bottom:12.125rem!important}.pb-md-196{padding-bottom:12.25rem!important}.pb-md-198{padding-bottom:12.375rem!important}.pb-md-200{padding-bottom:12.5rem!important}.ps-md-0{padding-left:0!important}.ps-md-2{padding-left:.125rem!important}.ps-md-4{padding-left:.25rem!important}.ps-md-6{padding-left:.375rem!important}.ps-md-8{padding-left:.5rem!important}.ps-md-10{padding-left:.625rem!important}.ps-md-12{padding-left:.75rem!important}.ps-md-14{padding-left:.875rem!important}.ps-md-16{padding-left:1rem!important}.ps-md-18{padding-left:1.125rem!important}.ps-md-20{padding-left:1.25rem!important}.ps-md-22{padding-left:1.375rem!important}.ps-md-24{padding-left:1.5rem!important}.ps-md-26{padding-left:1.625rem!important}.ps-md-28{padding-left:1.75rem!important}.ps-md-30{padding-left:1.875rem!important}.ps-md-32{padding-left:2rem!important}.ps-md-34{padding-left:2.125rem!important}.ps-md-36{padding-left:2.25rem!important}.ps-md-38{padding-left:2.375rem!important}.ps-md-40{padding-left:2.5rem!important}.ps-md-42{padding-left:2.625rem!important}.ps-md-44{padding-left:2.75rem!important}.ps-md-46{padding-left:2.875rem!important}.ps-md-48{padding-left:3rem!important}.ps-md-50{padding-left:3.125rem!important}.ps-md-52{padding-left:3.25rem!important}.ps-md-54{padding-left:3.375rem!important}.ps-md-56{padding-left:3.5rem!important}.ps-md-58{padding-left:3.625rem!important}.ps-md-60{padding-left:3.75rem!important}.ps-md-62{padding-left:3.875rem!important}.ps-md-64{padding-left:4rem!important}.ps-md-66{padding-left:4.125rem!important}.ps-md-68{padding-left:4.25rem!important}.ps-md-70{padding-left:4.375rem!important}.ps-md-72{padding-left:4.5rem!important}.ps-md-74{padding-left:4.625rem!important}.ps-md-76{padding-left:4.75rem!important}.ps-md-78{padding-left:4.875rem!important}.ps-md-80{padding-left:5rem!important}.ps-md-82{padding-left:5.125rem!important}.ps-md-84{padding-left:5.25rem!important}.ps-md-86{padding-left:5.375rem!important}.ps-md-88{padding-left:5.5rem!important}.ps-md-90{padding-left:5.625rem!important}.ps-md-92{padding-left:5.75rem!important}.ps-md-94{padding-left:5.875rem!important}.ps-md-96{padding-left:6rem!important}.ps-md-98{padding-left:6.125rem!important}.ps-md-100{padding-left:6.25rem!important}.ps-md-102{padding-left:6.375rem!important}.ps-md-104{padding-left:6.5rem!important}.ps-md-106{padding-left:6.625rem!important}.ps-md-108{padding-left:6.75rem!important}.ps-md-110{padding-left:6.875rem!important}.ps-md-112{padding-left:7rem!important}.ps-md-114{padding-left:7.125rem!important}.ps-md-116{padding-left:7.25rem!important}.ps-md-118{padding-left:7.375rem!important}.ps-md-120{padding-left:7.5rem!important}.ps-md-122{padding-left:7.625rem!important}.ps-md-124{padding-left:7.75rem!important}.ps-md-126{padding-left:7.875rem!important}.ps-md-128{padding-left:8rem!important}.ps-md-130{padding-left:8.125rem!important}.ps-md-132{padding-left:8.25rem!important}.ps-md-134{padding-left:8.375rem!important}.ps-md-136{padding-left:8.5rem!important}.ps-md-138{padding-left:8.625rem!important}.ps-md-140{padding-left:8.75rem!important}.ps-md-142{padding-left:8.875rem!important}.ps-md-144{padding-left:9rem!important}.ps-md-146{padding-left:9.125rem!important}.ps-md-148{padding-left:9.25rem!important}.ps-md-150{padding-left:9.375rem!important}.ps-md-152{padding-left:9.5rem!important}.ps-md-154{padding-left:9.625rem!important}.ps-md-156{padding-left:9.75rem!important}.ps-md-158{padding-left:9.875rem!important}.ps-md-160{padding-left:10rem!important}.ps-md-162{padding-left:10.125rem!important}.ps-md-164{padding-left:10.25rem!important}.ps-md-166{padding-left:10.375rem!important}.ps-md-168{padding-left:10.5rem!important}.ps-md-170{padding-left:10.625rem!important}.ps-md-172{padding-left:10.75rem!important}.ps-md-174{padding-left:10.875rem!important}.ps-md-176{padding-left:11rem!important}.ps-md-178{padding-left:11.125rem!important}.ps-md-180{padding-left:11.25rem!important}.ps-md-182{padding-left:11.375rem!important}.ps-md-184{padding-left:11.5rem!important}.ps-md-186{padding-left:11.625rem!important}.ps-md-188{padding-left:11.75rem!important}.ps-md-190{padding-left:11.875rem!important}.ps-md-192{padding-left:12rem!important}.ps-md-194{padding-left:12.125rem!important}.ps-md-196{padding-left:12.25rem!important}.ps-md-198{padding-left:12.375rem!important}.ps-md-200{padding-left:12.5rem!important}.gap-md-0{gap:0!important}.gap-md-2{gap:.125rem!important}.gap-md-4{gap:.25rem!important}.gap-md-6{gap:.375rem!important}.gap-md-8{gap:.5rem!important}.gap-md-10{gap:.625rem!important}.gap-md-12{gap:.75rem!important}.gap-md-14{gap:.875rem!important}.gap-md-16{gap:1rem!important}.gap-md-18{gap:1.125rem!important}.gap-md-20{gap:1.25rem!important}.gap-md-22{gap:1.375rem!important}.gap-md-24{gap:1.5rem!important}.gap-md-26{gap:1.625rem!important}.gap-md-28{gap:1.75rem!important}.gap-md-30{gap:1.875rem!important}.gap-md-32{gap:2rem!important}.gap-md-34{gap:2.125rem!important}.gap-md-36{gap:2.25rem!important}.gap-md-38{gap:2.375rem!important}.gap-md-40{gap:2.5rem!important}.gap-md-42{gap:2.625rem!important}.gap-md-44{gap:2.75rem!important}.gap-md-46{gap:2.875rem!important}.gap-md-48{gap:3rem!important}.gap-md-50{gap:3.125rem!important}.gap-md-52{gap:3.25rem!important}.gap-md-54{gap:3.375rem!important}.gap-md-56{gap:3.5rem!important}.gap-md-58{gap:3.625rem!important}.gap-md-60{gap:3.75rem!important}.gap-md-62{gap:3.875rem!important}.gap-md-64{gap:4rem!important}.gap-md-66{gap:4.125rem!important}.gap-md-68{gap:4.25rem!important}.gap-md-70{gap:4.375rem!important}.gap-md-72{gap:4.5rem!important}.gap-md-74{gap:4.625rem!important}.gap-md-76{gap:4.75rem!important}.gap-md-78{gap:4.875rem!important}.gap-md-80{gap:5rem!important}.gap-md-82{gap:5.125rem!important}.gap-md-84{gap:5.25rem!important}.gap-md-86{gap:5.375rem!important}.gap-md-88{gap:5.5rem!important}.gap-md-90{gap:5.625rem!important}.gap-md-92{gap:5.75rem!important}.gap-md-94{gap:5.875rem!important}.gap-md-96{gap:6rem!important}.gap-md-98{gap:6.125rem!important}.gap-md-100{gap:6.25rem!important}.gap-md-102{gap:6.375rem!important}.gap-md-104{gap:6.5rem!important}.gap-md-106{gap:6.625rem!important}.gap-md-108{gap:6.75rem!important}.gap-md-110{gap:6.875rem!important}.gap-md-112{gap:7rem!important}.gap-md-114{gap:7.125rem!important}.gap-md-116{gap:7.25rem!important}.gap-md-118{gap:7.375rem!important}.gap-md-120{gap:7.5rem!important}.gap-md-122{gap:7.625rem!important}.gap-md-124{gap:7.75rem!important}.gap-md-126{gap:7.875rem!important}.gap-md-128{gap:8rem!important}.gap-md-130{gap:8.125rem!important}.gap-md-132{gap:8.25rem!important}.gap-md-134{gap:8.375rem!important}.gap-md-136{gap:8.5rem!important}.gap-md-138{gap:8.625rem!important}.gap-md-140{gap:8.75rem!important}.gap-md-142{gap:8.875rem!important}.gap-md-144{gap:9rem!important}.gap-md-146{gap:9.125rem!important}.gap-md-148{gap:9.25rem!important}.gap-md-150{gap:9.375rem!important}.gap-md-152{gap:9.5rem!important}.gap-md-154{gap:9.625rem!important}.gap-md-156{gap:9.75rem!important}.gap-md-158{gap:9.875rem!important}.gap-md-160{gap:10rem!important}.gap-md-162{gap:10.125rem!important}.gap-md-164{gap:10.25rem!important}.gap-md-166{gap:10.375rem!important}.gap-md-168{gap:10.5rem!important}.gap-md-170{gap:10.625rem!important}.gap-md-172{gap:10.75rem!important}.gap-md-174{gap:10.875rem!important}.gap-md-176{gap:11rem!important}.gap-md-178{gap:11.125rem!important}.gap-md-180{gap:11.25rem!important}.gap-md-182{gap:11.375rem!important}.gap-md-184{gap:11.5rem!important}.gap-md-186{gap:11.625rem!important}.gap-md-188{gap:11.75rem!important}.gap-md-190{gap:11.875rem!important}.gap-md-192{gap:12rem!important}.gap-md-194{gap:12.125rem!important}.gap-md-196{gap:12.25rem!important}.gap-md-198{gap:12.375rem!important}.gap-md-200{gap:12.5rem!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}.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-2{margin:.125rem!important}.m-lg-4{margin:.25rem!important}.m-lg-6{margin:.375rem!important}.m-lg-8{margin:.5rem!important}.m-lg-10{margin:.625rem!important}.m-lg-12{margin:.75rem!important}.m-lg-14{margin:.875rem!important}.m-lg-16{margin:1rem!important}.m-lg-18{margin:1.125rem!important}.m-lg-20{margin:1.25rem!important}.m-lg-22{margin:1.375rem!important}.m-lg-24{margin:1.5rem!important}.m-lg-26{margin:1.625rem!important}.m-lg-28{margin:1.75rem!important}.m-lg-30{margin:1.875rem!important}.m-lg-32{margin:2rem!important}.m-lg-34{margin:2.125rem!important}.m-lg-36{margin:2.25rem!important}.m-lg-38{margin:2.375rem!important}.m-lg-40{margin:2.5rem!important}.m-lg-42{margin:2.625rem!important}.m-lg-44{margin:2.75rem!important}.m-lg-46{margin:2.875rem!important}.m-lg-48{margin:3rem!important}.m-lg-50{margin:3.125rem!important}.m-lg-52{margin:3.25rem!important}.m-lg-54{margin:3.375rem!important}.m-lg-56{margin:3.5rem!important}.m-lg-58{margin:3.625rem!important}.m-lg-60{margin:3.75rem!important}.m-lg-62{margin:3.875rem!important}.m-lg-64{margin:4rem!important}.m-lg-66{margin:4.125rem!important}.m-lg-68{margin:4.25rem!important}.m-lg-70{margin:4.375rem!important}.m-lg-72{margin:4.5rem!important}.m-lg-74{margin:4.625rem!important}.m-lg-76{margin:4.75rem!important}.m-lg-78{margin:4.875rem!important}.m-lg-80{margin:5rem!important}.m-lg-82{margin:5.125rem!important}.m-lg-84{margin:5.25rem!important}.m-lg-86{margin:5.375rem!important}.m-lg-88{margin:5.5rem!important}.m-lg-90{margin:5.625rem!important}.m-lg-92{margin:5.75rem!important}.m-lg-94{margin:5.875rem!important}.m-lg-96{margin:6rem!important}.m-lg-98{margin:6.125rem!important}.m-lg-100{margin:6.25rem!important}.m-lg-102{margin:6.375rem!important}.m-lg-104{margin:6.5rem!important}.m-lg-106{margin:6.625rem!important}.m-lg-108{margin:6.75rem!important}.m-lg-110{margin:6.875rem!important}.m-lg-112{margin:7rem!important}.m-lg-114{margin:7.125rem!important}.m-lg-116{margin:7.25rem!important}.m-lg-118{margin:7.375rem!important}.m-lg-120{margin:7.5rem!important}.m-lg-122{margin:7.625rem!important}.m-lg-124{margin:7.75rem!important}.m-lg-126{margin:7.875rem!important}.m-lg-128{margin:8rem!important}.m-lg-130{margin:8.125rem!important}.m-lg-132{margin:8.25rem!important}.m-lg-134{margin:8.375rem!important}.m-lg-136{margin:8.5rem!important}.m-lg-138{margin:8.625rem!important}.m-lg-140{margin:8.75rem!important}.m-lg-142{margin:8.875rem!important}.m-lg-144{margin:9rem!important}.m-lg-146{margin:9.125rem!important}.m-lg-148{margin:9.25rem!important}.m-lg-150{margin:9.375rem!important}.m-lg-152{margin:9.5rem!important}.m-lg-154{margin:9.625rem!important}.m-lg-156{margin:9.75rem!important}.m-lg-158{margin:9.875rem!important}.m-lg-160{margin:10rem!important}.m-lg-162{margin:10.125rem!important}.m-lg-164{margin:10.25rem!important}.m-lg-166{margin:10.375rem!important}.m-lg-168{margin:10.5rem!important}.m-lg-170{margin:10.625rem!important}.m-lg-172{margin:10.75rem!important}.m-lg-174{margin:10.875rem!important}.m-lg-176{margin:11rem!important}.m-lg-178{margin:11.125rem!important}.m-lg-180{margin:11.25rem!important}.m-lg-182{margin:11.375rem!important}.m-lg-184{margin:11.5rem!important}.m-lg-186{margin:11.625rem!important}.m-lg-188{margin:11.75rem!important}.m-lg-190{margin:11.875rem!important}.m-lg-192{margin:12rem!important}.m-lg-194{margin:12.125rem!important}.m-lg-196{margin:12.25rem!important}.m-lg-198{margin:12.375rem!important}.m-lg-200{margin:12.5rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-2{margin-left:.125rem!important;margin-right:.125rem!important}.mx-lg-4{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-6{margin-left:.375rem!important;margin-right:.375rem!important}.mx-lg-8{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-10{margin-left:.625rem!important;margin-right:.625rem!important}.mx-lg-12{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-14{margin-left:.875rem!important;margin-right:.875rem!important}.mx-lg-16{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-18{margin-left:1.125rem!important;margin-right:1.125rem!important}.mx-lg-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-lg-22{margin-left:1.375rem!important;margin-right:1.375rem!important}.mx-lg-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-26{margin-left:1.625rem!important;margin-right:1.625rem!important}.mx-lg-28{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-lg-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-lg-32{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-34{margin-left:2.125rem!important;margin-right:2.125rem!important}.mx-lg-36{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-lg-38{margin-left:2.375rem!important;margin-right:2.375rem!important}.mx-lg-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-lg-42{margin-left:2.625rem!important;margin-right:2.625rem!important}.mx-lg-44{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-lg-46{margin-left:2.875rem!important;margin-right:2.875rem!important}.mx-lg-48{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.mx-lg-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-lg-54{margin-left:3.375rem!important;margin-right:3.375rem!important}.mx-lg-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-lg-58{margin-left:3.625rem!important;margin-right:3.625rem!important}.mx-lg-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-lg-62{margin-left:3.875rem!important;margin-right:3.875rem!important}.mx-lg-64{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-66{margin-left:4.125rem!important;margin-right:4.125rem!important}.mx-lg-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-lg-70{margin-left:4.375rem!important;margin-right:4.375rem!important}.mx-lg-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-lg-74{margin-left:4.625rem!important;margin-right:4.625rem!important}.mx-lg-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-lg-78{margin-left:4.875rem!important;margin-right:4.875rem!important}.mx-lg-80{margin-left:5rem!important;margin-right:5rem!important}.mx-lg-82{margin-left:5.125rem!important;margin-right:5.125rem!important}.mx-lg-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.mx-lg-86{margin-left:5.375rem!important;margin-right:5.375rem!important}.mx-lg-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-lg-90{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-lg-92{margin-left:5.75rem!important;margin-right:5.75rem!important}.mx-lg-94{margin-left:5.875rem!important;margin-right:5.875rem!important}.mx-lg-96{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-98{margin-left:6.125rem!important;margin-right:6.125rem!important}.mx-lg-100{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-lg-102{margin-left:6.375rem!important;margin-right:6.375rem!important}.mx-lg-104{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-lg-106{margin-left:6.625rem!important;margin-right:6.625rem!important}.mx-lg-108{margin-left:6.75rem!important;margin-right:6.75rem!important}.mx-lg-110{margin-left:6.875rem!important;margin-right:6.875rem!important}.mx-lg-112{margin-left:7rem!important;margin-right:7rem!important}.mx-lg-114{margin-left:7.125rem!important;margin-right:7.125rem!important}.mx-lg-116{margin-left:7.25rem!important;margin-right:7.25rem!important}.mx-lg-118{margin-left:7.375rem!important;margin-right:7.375rem!important}.mx-lg-120{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-lg-122{margin-left:7.625rem!important;margin-right:7.625rem!important}.mx-lg-124{margin-left:7.75rem!important;margin-right:7.75rem!important}.mx-lg-126{margin-left:7.875rem!important;margin-right:7.875rem!important}.mx-lg-128{margin-left:8rem!important;margin-right:8rem!important}.mx-lg-130{margin-left:8.125rem!important;margin-right:8.125rem!important}.mx-lg-132{margin-left:8.25rem!important;margin-right:8.25rem!important}.mx-lg-134{margin-left:8.375rem!important;margin-right:8.375rem!important}.mx-lg-136{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-lg-138{margin-left:8.625rem!important;margin-right:8.625rem!important}.mx-lg-140{margin-left:8.75rem!important;margin-right:8.75rem!important}.mx-lg-142{margin-left:8.875rem!important;margin-right:8.875rem!important}.mx-lg-144{margin-left:9rem!important;margin-right:9rem!important}.mx-lg-146{margin-left:9.125rem!important;margin-right:9.125rem!important}.mx-lg-148{margin-left:9.25rem!important;margin-right:9.25rem!important}.mx-lg-150{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-lg-152{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-lg-154{margin-left:9.625rem!important;margin-right:9.625rem!important}.mx-lg-156{margin-left:9.75rem!important;margin-right:9.75rem!important}.mx-lg-158{margin-left:9.875rem!important;margin-right:9.875rem!important}.mx-lg-160{margin-left:10rem!important;margin-right:10rem!important}.mx-lg-162{margin-left:10.125rem!important;margin-right:10.125rem!important}.mx-lg-164{margin-left:10.25rem!important;margin-right:10.25rem!important}.mx-lg-166{margin-left:10.375rem!important;margin-right:10.375rem!important}.mx-lg-168{margin-left:10.5rem!important;margin-right:10.5rem!important}.mx-lg-170{margin-left:10.625rem!important;margin-right:10.625rem!important}.mx-lg-172{margin-left:10.75rem!important;margin-right:10.75rem!important}.mx-lg-174{margin-left:10.875rem!important;margin-right:10.875rem!important}.mx-lg-176{margin-left:11rem!important;margin-right:11rem!important}.mx-lg-178{margin-left:11.125rem!important;margin-right:11.125rem!important}.mx-lg-180{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-lg-182{margin-left:11.375rem!important;margin-right:11.375rem!important}.mx-lg-184{margin-left:11.5rem!important;margin-right:11.5rem!important}.mx-lg-186{margin-left:11.625rem!important;margin-right:11.625rem!important}.mx-lg-188{margin-left:11.75rem!important;margin-right:11.75rem!important}.mx-lg-190{margin-left:11.875rem!important;margin-right:11.875rem!important}.mx-lg-192{margin-left:12rem!important;margin-right:12rem!important}.mx-lg-194{margin-left:12.125rem!important;margin-right:12.125rem!important}.mx-lg-196{margin-left:12.25rem!important;margin-right:12.25rem!important}.mx-lg-198{margin-left:12.375rem!important;margin-right:12.375rem!important}.mx-lg-200{margin-left:12.5rem!important;margin-right:12.5rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-2{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-lg-4{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-6{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-lg-8{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-10{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-lg-12{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-lg-14{margin-bottom:.875rem!important;margin-top:.875rem!important}.my-lg-16{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-18{margin-bottom:1.125rem!important;margin-top:1.125rem!important}.my-lg-20{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-lg-22{margin-bottom:1.375rem!important;margin-top:1.375rem!important}.my-lg-24{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-26{margin-bottom:1.625rem!important;margin-top:1.625rem!important}.my-lg-28{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-lg-30{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-lg-32{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-34{margin-bottom:2.125rem!important;margin-top:2.125rem!important}.my-lg-36{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-lg-38{margin-bottom:2.375rem!important;margin-top:2.375rem!important}.my-lg-40{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-lg-42{margin-bottom:2.625rem!important;margin-top:2.625rem!important}.my-lg-44{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-lg-46{margin-bottom:2.875rem!important;margin-top:2.875rem!important}.my-lg-48{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-50{margin-bottom:3.125rem!important;margin-top:3.125rem!important}.my-lg-52{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-lg-54{margin-bottom:3.375rem!important;margin-top:3.375rem!important}.my-lg-56{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-lg-58{margin-bottom:3.625rem!important;margin-top:3.625rem!important}.my-lg-60{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-lg-62{margin-bottom:3.875rem!important;margin-top:3.875rem!important}.my-lg-64{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-66{margin-bottom:4.125rem!important;margin-top:4.125rem!important}.my-lg-68{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-lg-70{margin-bottom:4.375rem!important;margin-top:4.375rem!important}.my-lg-72{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-lg-74{margin-bottom:4.625rem!important;margin-top:4.625rem!important}.my-lg-76{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-lg-78{margin-bottom:4.875rem!important;margin-top:4.875rem!important}.my-lg-80{margin-bottom:5rem!important;margin-top:5rem!important}.my-lg-82{margin-bottom:5.125rem!important;margin-top:5.125rem!important}.my-lg-84{margin-bottom:5.25rem!important;margin-top:5.25rem!important}.my-lg-86{margin-bottom:5.375rem!important;margin-top:5.375rem!important}.my-lg-88{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-lg-90{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-lg-92{margin-bottom:5.75rem!important;margin-top:5.75rem!important}.my-lg-94{margin-bottom:5.875rem!important;margin-top:5.875rem!important}.my-lg-96{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-98{margin-bottom:6.125rem!important;margin-top:6.125rem!important}.my-lg-100{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-lg-102{margin-bottom:6.375rem!important;margin-top:6.375rem!important}.my-lg-104{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-lg-106{margin-bottom:6.625rem!important;margin-top:6.625rem!important}.my-lg-108{margin-bottom:6.75rem!important;margin-top:6.75rem!important}.my-lg-110{margin-bottom:6.875rem!important;margin-top:6.875rem!important}.my-lg-112{margin-bottom:7rem!important;margin-top:7rem!important}.my-lg-114{margin-bottom:7.125rem!important;margin-top:7.125rem!important}.my-lg-116{margin-bottom:7.25rem!important;margin-top:7.25rem!important}.my-lg-118{margin-bottom:7.375rem!important;margin-top:7.375rem!important}.my-lg-120{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-lg-122{margin-bottom:7.625rem!important;margin-top:7.625rem!important}.my-lg-124{margin-bottom:7.75rem!important;margin-top:7.75rem!important}.my-lg-126{margin-bottom:7.875rem!important;margin-top:7.875rem!important}.my-lg-128{margin-bottom:8rem!important;margin-top:8rem!important}.my-lg-130{margin-bottom:8.125rem!important;margin-top:8.125rem!important}.my-lg-132{margin-bottom:8.25rem!important;margin-top:8.25rem!important}.my-lg-134{margin-bottom:8.375rem!important;margin-top:8.375rem!important}.my-lg-136{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-lg-138{margin-bottom:8.625rem!important;margin-top:8.625rem!important}.my-lg-140{margin-bottom:8.75rem!important;margin-top:8.75rem!important}.my-lg-142{margin-bottom:8.875rem!important;margin-top:8.875rem!important}.my-lg-144{margin-bottom:9rem!important;margin-top:9rem!important}.my-lg-146{margin-bottom:9.125rem!important;margin-top:9.125rem!important}.my-lg-148{margin-bottom:9.25rem!important;margin-top:9.25rem!important}.my-lg-150{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-lg-152{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-lg-154{margin-bottom:9.625rem!important;margin-top:9.625rem!important}.my-lg-156{margin-bottom:9.75rem!important;margin-top:9.75rem!important}.my-lg-158{margin-bottom:9.875rem!important;margin-top:9.875rem!important}.my-lg-160{margin-bottom:10rem!important;margin-top:10rem!important}.my-lg-162{margin-bottom:10.125rem!important;margin-top:10.125rem!important}.my-lg-164{margin-bottom:10.25rem!important;margin-top:10.25rem!important}.my-lg-166{margin-bottom:10.375rem!important;margin-top:10.375rem!important}.my-lg-168{margin-bottom:10.5rem!important;margin-top:10.5rem!important}.my-lg-170{margin-bottom:10.625rem!important;margin-top:10.625rem!important}.my-lg-172{margin-bottom:10.75rem!important;margin-top:10.75rem!important}.my-lg-174{margin-bottom:10.875rem!important;margin-top:10.875rem!important}.my-lg-176{margin-bottom:11rem!important;margin-top:11rem!important}.my-lg-178{margin-bottom:11.125rem!important;margin-top:11.125rem!important}.my-lg-180{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-lg-182{margin-bottom:11.375rem!important;margin-top:11.375rem!important}.my-lg-184{margin-bottom:11.5rem!important;margin-top:11.5rem!important}.my-lg-186{margin-bottom:11.625rem!important;margin-top:11.625rem!important}.my-lg-188{margin-bottom:11.75rem!important;margin-top:11.75rem!important}.my-lg-190{margin-bottom:11.875rem!important;margin-top:11.875rem!important}.my-lg-192{margin-bottom:12rem!important;margin-top:12rem!important}.my-lg-194{margin-bottom:12.125rem!important;margin-top:12.125rem!important}.my-lg-196{margin-bottom:12.25rem!important;margin-top:12.25rem!important}.my-lg-198{margin-bottom:12.375rem!important;margin-top:12.375rem!important}.my-lg-200{margin-bottom:12.5rem!important;margin-top:12.5rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-2{margin-top:.125rem!important}.mt-lg-4{margin-top:.25rem!important}.mt-lg-6{margin-top:.375rem!important}.mt-lg-8{margin-top:.5rem!important}.mt-lg-10{margin-top:.625rem!important}.mt-lg-12{margin-top:.75rem!important}.mt-lg-14{margin-top:.875rem!important}.mt-lg-16{margin-top:1rem!important}.mt-lg-18{margin-top:1.125rem!important}.mt-lg-20{margin-top:1.25rem!important}.mt-lg-22{margin-top:1.375rem!important}.mt-lg-24{margin-top:1.5rem!important}.mt-lg-26{margin-top:1.625rem!important}.mt-lg-28{margin-top:1.75rem!important}.mt-lg-30{margin-top:1.875rem!important}.mt-lg-32{margin-top:2rem!important}.mt-lg-34{margin-top:2.125rem!important}.mt-lg-36{margin-top:2.25rem!important}.mt-lg-38{margin-top:2.375rem!important}.mt-lg-40{margin-top:2.5rem!important}.mt-lg-42{margin-top:2.625rem!important}.mt-lg-44{margin-top:2.75rem!important}.mt-lg-46{margin-top:2.875rem!important}.mt-lg-48{margin-top:3rem!important}.mt-lg-50{margin-top:3.125rem!important}.mt-lg-52{margin-top:3.25rem!important}.mt-lg-54{margin-top:3.375rem!important}.mt-lg-56{margin-top:3.5rem!important}.mt-lg-58{margin-top:3.625rem!important}.mt-lg-60{margin-top:3.75rem!important}.mt-lg-62{margin-top:3.875rem!important}.mt-lg-64{margin-top:4rem!important}.mt-lg-66{margin-top:4.125rem!important}.mt-lg-68{margin-top:4.25rem!important}.mt-lg-70{margin-top:4.375rem!important}.mt-lg-72{margin-top:4.5rem!important}.mt-lg-74{margin-top:4.625rem!important}.mt-lg-76{margin-top:4.75rem!important}.mt-lg-78{margin-top:4.875rem!important}.mt-lg-80{margin-top:5rem!important}.mt-lg-82{margin-top:5.125rem!important}.mt-lg-84{margin-top:5.25rem!important}.mt-lg-86{margin-top:5.375rem!important}.mt-lg-88{margin-top:5.5rem!important}.mt-lg-90{margin-top:5.625rem!important}.mt-lg-92{margin-top:5.75rem!important}.mt-lg-94{margin-top:5.875rem!important}.mt-lg-96{margin-top:6rem!important}.mt-lg-98{margin-top:6.125rem!important}.mt-lg-100{margin-top:6.25rem!important}.mt-lg-102{margin-top:6.375rem!important}.mt-lg-104{margin-top:6.5rem!important}.mt-lg-106{margin-top:6.625rem!important}.mt-lg-108{margin-top:6.75rem!important}.mt-lg-110{margin-top:6.875rem!important}.mt-lg-112{margin-top:7rem!important}.mt-lg-114{margin-top:7.125rem!important}.mt-lg-116{margin-top:7.25rem!important}.mt-lg-118{margin-top:7.375rem!important}.mt-lg-120{margin-top:7.5rem!important}.mt-lg-122{margin-top:7.625rem!important}.mt-lg-124{margin-top:7.75rem!important}.mt-lg-126{margin-top:7.875rem!important}.mt-lg-128{margin-top:8rem!important}.mt-lg-130{margin-top:8.125rem!important}.mt-lg-132{margin-top:8.25rem!important}.mt-lg-134{margin-top:8.375rem!important}.mt-lg-136{margin-top:8.5rem!important}.mt-lg-138{margin-top:8.625rem!important}.mt-lg-140{margin-top:8.75rem!important}.mt-lg-142{margin-top:8.875rem!important}.mt-lg-144{margin-top:9rem!important}.mt-lg-146{margin-top:9.125rem!important}.mt-lg-148{margin-top:9.25rem!important}.mt-lg-150{margin-top:9.375rem!important}.mt-lg-152{margin-top:9.5rem!important}.mt-lg-154{margin-top:9.625rem!important}.mt-lg-156{margin-top:9.75rem!important}.mt-lg-158{margin-top:9.875rem!important}.mt-lg-160{margin-top:10rem!important}.mt-lg-162{margin-top:10.125rem!important}.mt-lg-164{margin-top:10.25rem!important}.mt-lg-166{margin-top:10.375rem!important}.mt-lg-168{margin-top:10.5rem!important}.mt-lg-170{margin-top:10.625rem!important}.mt-lg-172{margin-top:10.75rem!important}.mt-lg-174{margin-top:10.875rem!important}.mt-lg-176{margin-top:11rem!important}.mt-lg-178{margin-top:11.125rem!important}.mt-lg-180{margin-top:11.25rem!important}.mt-lg-182{margin-top:11.375rem!important}.mt-lg-184{margin-top:11.5rem!important}.mt-lg-186{margin-top:11.625rem!important}.mt-lg-188{margin-top:11.75rem!important}.mt-lg-190{margin-top:11.875rem!important}.mt-lg-192{margin-top:12rem!important}.mt-lg-194{margin-top:12.125rem!important}.mt-lg-196{margin-top:12.25rem!important}.mt-lg-198{margin-top:12.375rem!important}.mt-lg-200{margin-top:12.5rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-2{margin-right:.125rem!important}.me-lg-4{margin-right:.25rem!important}.me-lg-6{margin-right:.375rem!important}.me-lg-8{margin-right:.5rem!important}.me-lg-10{margin-right:.625rem!important}.me-lg-12{margin-right:.75rem!important}.me-lg-14{margin-right:.875rem!important}.me-lg-16{margin-right:1rem!important}.me-lg-18{margin-right:1.125rem!important}.me-lg-20{margin-right:1.25rem!important}.me-lg-22{margin-right:1.375rem!important}.me-lg-24{margin-right:1.5rem!important}.me-lg-26{margin-right:1.625rem!important}.me-lg-28{margin-right:1.75rem!important}.me-lg-30{margin-right:1.875rem!important}.me-lg-32{margin-right:2rem!important}.me-lg-34{margin-right:2.125rem!important}.me-lg-36{margin-right:2.25rem!important}.me-lg-38{margin-right:2.375rem!important}.me-lg-40{margin-right:2.5rem!important}.me-lg-42{margin-right:2.625rem!important}.me-lg-44{margin-right:2.75rem!important}.me-lg-46{margin-right:2.875rem!important}.me-lg-48{margin-right:3rem!important}.me-lg-50{margin-right:3.125rem!important}.me-lg-52{margin-right:3.25rem!important}.me-lg-54{margin-right:3.375rem!important}.me-lg-56{margin-right:3.5rem!important}.me-lg-58{margin-right:3.625rem!important}.me-lg-60{margin-right:3.75rem!important}.me-lg-62{margin-right:3.875rem!important}.me-lg-64{margin-right:4rem!important}.me-lg-66{margin-right:4.125rem!important}.me-lg-68{margin-right:4.25rem!important}.me-lg-70{margin-right:4.375rem!important}.me-lg-72{margin-right:4.5rem!important}.me-lg-74{margin-right:4.625rem!important}.me-lg-76{margin-right:4.75rem!important}.me-lg-78{margin-right:4.875rem!important}.me-lg-80{margin-right:5rem!important}.me-lg-82{margin-right:5.125rem!important}.me-lg-84{margin-right:5.25rem!important}.me-lg-86{margin-right:5.375rem!important}.me-lg-88{margin-right:5.5rem!important}.me-lg-90{margin-right:5.625rem!important}.me-lg-92{margin-right:5.75rem!important}.me-lg-94{margin-right:5.875rem!important}.me-lg-96{margin-right:6rem!important}.me-lg-98{margin-right:6.125rem!important}.me-lg-100{margin-right:6.25rem!important}.me-lg-102{margin-right:6.375rem!important}.me-lg-104{margin-right:6.5rem!important}.me-lg-106{margin-right:6.625rem!important}.me-lg-108{margin-right:6.75rem!important}.me-lg-110{margin-right:6.875rem!important}.me-lg-112{margin-right:7rem!important}.me-lg-114{margin-right:7.125rem!important}.me-lg-116{margin-right:7.25rem!important}.me-lg-118{margin-right:7.375rem!important}.me-lg-120{margin-right:7.5rem!important}.me-lg-122{margin-right:7.625rem!important}.me-lg-124{margin-right:7.75rem!important}.me-lg-126{margin-right:7.875rem!important}.me-lg-128{margin-right:8rem!important}.me-lg-130{margin-right:8.125rem!important}.me-lg-132{margin-right:8.25rem!important}.me-lg-134{margin-right:8.375rem!important}.me-lg-136{margin-right:8.5rem!important}.me-lg-138{margin-right:8.625rem!important}.me-lg-140{margin-right:8.75rem!important}.me-lg-142{margin-right:8.875rem!important}.me-lg-144{margin-right:9rem!important}.me-lg-146{margin-right:9.125rem!important}.me-lg-148{margin-right:9.25rem!important}.me-lg-150{margin-right:9.375rem!important}.me-lg-152{margin-right:9.5rem!important}.me-lg-154{margin-right:9.625rem!important}.me-lg-156{margin-right:9.75rem!important}.me-lg-158{margin-right:9.875rem!important}.me-lg-160{margin-right:10rem!important}.me-lg-162{margin-right:10.125rem!important}.me-lg-164{margin-right:10.25rem!important}.me-lg-166{margin-right:10.375rem!important}.me-lg-168{margin-right:10.5rem!important}.me-lg-170{margin-right:10.625rem!important}.me-lg-172{margin-right:10.75rem!important}.me-lg-174{margin-right:10.875rem!important}.me-lg-176{margin-right:11rem!important}.me-lg-178{margin-right:11.125rem!important}.me-lg-180{margin-right:11.25rem!important}.me-lg-182{margin-right:11.375rem!important}.me-lg-184{margin-right:11.5rem!important}.me-lg-186{margin-right:11.625rem!important}.me-lg-188{margin-right:11.75rem!important}.me-lg-190{margin-right:11.875rem!important}.me-lg-192{margin-right:12rem!important}.me-lg-194{margin-right:12.125rem!important}.me-lg-196{margin-right:12.25rem!important}.me-lg-198{margin-right:12.375rem!important}.me-lg-200{margin-right:12.5rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-2{margin-bottom:.125rem!important}.mb-lg-4{margin-bottom:.25rem!important}.mb-lg-6{margin-bottom:.375rem!important}.mb-lg-8{margin-bottom:.5rem!important}.mb-lg-10{margin-bottom:.625rem!important}.mb-lg-12{margin-bottom:.75rem!important}.mb-lg-14{margin-bottom:.875rem!important}.mb-lg-16{margin-bottom:1rem!important}.mb-lg-18{margin-bottom:1.125rem!important}.mb-lg-20{margin-bottom:1.25rem!important}.mb-lg-22{margin-bottom:1.375rem!important}.mb-lg-24{margin-bottom:1.5rem!important}.mb-lg-26{margin-bottom:1.625rem!important}.mb-lg-28{margin-bottom:1.75rem!important}.mb-lg-30{margin-bottom:1.875rem!important}.mb-lg-32{margin-bottom:2rem!important}.mb-lg-34{margin-bottom:2.125rem!important}.mb-lg-36{margin-bottom:2.25rem!important}.mb-lg-38{margin-bottom:2.375rem!important}.mb-lg-40{margin-bottom:2.5rem!important}.mb-lg-42{margin-bottom:2.625rem!important}.mb-lg-44{margin-bottom:2.75rem!important}.mb-lg-46{margin-bottom:2.875rem!important}.mb-lg-48{margin-bottom:3rem!important}.mb-lg-50{margin-bottom:3.125rem!important}.mb-lg-52{margin-bottom:3.25rem!important}.mb-lg-54{margin-bottom:3.375rem!important}.mb-lg-56{margin-bottom:3.5rem!important}.mb-lg-58{margin-bottom:3.625rem!important}.mb-lg-60{margin-bottom:3.75rem!important}.mb-lg-62{margin-bottom:3.875rem!important}.mb-lg-64{margin-bottom:4rem!important}.mb-lg-66{margin-bottom:4.125rem!important}.mb-lg-68{margin-bottom:4.25rem!important}.mb-lg-70{margin-bottom:4.375rem!important}.mb-lg-72{margin-bottom:4.5rem!important}.mb-lg-74{margin-bottom:4.625rem!important}.mb-lg-76{margin-bottom:4.75rem!important}.mb-lg-78{margin-bottom:4.875rem!important}.mb-lg-80{margin-bottom:5rem!important}.mb-lg-82{margin-bottom:5.125rem!important}.mb-lg-84{margin-bottom:5.25rem!important}.mb-lg-86{margin-bottom:5.375rem!important}.mb-lg-88{margin-bottom:5.5rem!important}.mb-lg-90{margin-bottom:5.625rem!important}.mb-lg-92{margin-bottom:5.75rem!important}.mb-lg-94{margin-bottom:5.875rem!important}.mb-lg-96{margin-bottom:6rem!important}.mb-lg-98{margin-bottom:6.125rem!important}.mb-lg-100{margin-bottom:6.25rem!important}.mb-lg-102{margin-bottom:6.375rem!important}.mb-lg-104{margin-bottom:6.5rem!important}.mb-lg-106{margin-bottom:6.625rem!important}.mb-lg-108{margin-bottom:6.75rem!important}.mb-lg-110{margin-bottom:6.875rem!important}.mb-lg-112{margin-bottom:7rem!important}.mb-lg-114{margin-bottom:7.125rem!important}.mb-lg-116{margin-bottom:7.25rem!important}.mb-lg-118{margin-bottom:7.375rem!important}.mb-lg-120{margin-bottom:7.5rem!important}.mb-lg-122{margin-bottom:7.625rem!important}.mb-lg-124{margin-bottom:7.75rem!important}.mb-lg-126{margin-bottom:7.875rem!important}.mb-lg-128{margin-bottom:8rem!important}.mb-lg-130{margin-bottom:8.125rem!important}.mb-lg-132{margin-bottom:8.25rem!important}.mb-lg-134{margin-bottom:8.375rem!important}.mb-lg-136{margin-bottom:8.5rem!important}.mb-lg-138{margin-bottom:8.625rem!important}.mb-lg-140{margin-bottom:8.75rem!important}.mb-lg-142{margin-bottom:8.875rem!important}.mb-lg-144{margin-bottom:9rem!important}.mb-lg-146{margin-bottom:9.125rem!important}.mb-lg-148{margin-bottom:9.25rem!important}.mb-lg-150{margin-bottom:9.375rem!important}.mb-lg-152{margin-bottom:9.5rem!important}.mb-lg-154{margin-bottom:9.625rem!important}.mb-lg-156{margin-bottom:9.75rem!important}.mb-lg-158{margin-bottom:9.875rem!important}.mb-lg-160{margin-bottom:10rem!important}.mb-lg-162{margin-bottom:10.125rem!important}.mb-lg-164{margin-bottom:10.25rem!important}.mb-lg-166{margin-bottom:10.375rem!important}.mb-lg-168{margin-bottom:10.5rem!important}.mb-lg-170{margin-bottom:10.625rem!important}.mb-lg-172{margin-bottom:10.75rem!important}.mb-lg-174{margin-bottom:10.875rem!important}.mb-lg-176{margin-bottom:11rem!important}.mb-lg-178{margin-bottom:11.125rem!important}.mb-lg-180{margin-bottom:11.25rem!important}.mb-lg-182{margin-bottom:11.375rem!important}.mb-lg-184{margin-bottom:11.5rem!important}.mb-lg-186{margin-bottom:11.625rem!important}.mb-lg-188{margin-bottom:11.75rem!important}.mb-lg-190{margin-bottom:11.875rem!important}.mb-lg-192{margin-bottom:12rem!important}.mb-lg-194{margin-bottom:12.125rem!important}.mb-lg-196{margin-bottom:12.25rem!important}.mb-lg-198{margin-bottom:12.375rem!important}.mb-lg-200{margin-bottom:12.5rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-2{margin-left:.125rem!important}.ms-lg-4{margin-left:.25rem!important}.ms-lg-6{margin-left:.375rem!important}.ms-lg-8{margin-left:.5rem!important}.ms-lg-10{margin-left:.625rem!important}.ms-lg-12{margin-left:.75rem!important}.ms-lg-14{margin-left:.875rem!important}.ms-lg-16{margin-left:1rem!important}.ms-lg-18{margin-left:1.125rem!important}.ms-lg-20{margin-left:1.25rem!important}.ms-lg-22{margin-left:1.375rem!important}.ms-lg-24{margin-left:1.5rem!important}.ms-lg-26{margin-left:1.625rem!important}.ms-lg-28{margin-left:1.75rem!important}.ms-lg-30{margin-left:1.875rem!important}.ms-lg-32{margin-left:2rem!important}.ms-lg-34{margin-left:2.125rem!important}.ms-lg-36{margin-left:2.25rem!important}.ms-lg-38{margin-left:2.375rem!important}.ms-lg-40{margin-left:2.5rem!important}.ms-lg-42{margin-left:2.625rem!important}.ms-lg-44{margin-left:2.75rem!important}.ms-lg-46{margin-left:2.875rem!important}.ms-lg-48{margin-left:3rem!important}.ms-lg-50{margin-left:3.125rem!important}.ms-lg-52{margin-left:3.25rem!important}.ms-lg-54{margin-left:3.375rem!important}.ms-lg-56{margin-left:3.5rem!important}.ms-lg-58{margin-left:3.625rem!important}.ms-lg-60{margin-left:3.75rem!important}.ms-lg-62{margin-left:3.875rem!important}.ms-lg-64{margin-left:4rem!important}.ms-lg-66{margin-left:4.125rem!important}.ms-lg-68{margin-left:4.25rem!important}.ms-lg-70{margin-left:4.375rem!important}.ms-lg-72{margin-left:4.5rem!important}.ms-lg-74{margin-left:4.625rem!important}.ms-lg-76{margin-left:4.75rem!important}.ms-lg-78{margin-left:4.875rem!important}.ms-lg-80{margin-left:5rem!important}.ms-lg-82{margin-left:5.125rem!important}.ms-lg-84{margin-left:5.25rem!important}.ms-lg-86{margin-left:5.375rem!important}.ms-lg-88{margin-left:5.5rem!important}.ms-lg-90{margin-left:5.625rem!important}.ms-lg-92{margin-left:5.75rem!important}.ms-lg-94{margin-left:5.875rem!important}.ms-lg-96{margin-left:6rem!important}.ms-lg-98{margin-left:6.125rem!important}.ms-lg-100{margin-left:6.25rem!important}.ms-lg-102{margin-left:6.375rem!important}.ms-lg-104{margin-left:6.5rem!important}.ms-lg-106{margin-left:6.625rem!important}.ms-lg-108{margin-left:6.75rem!important}.ms-lg-110{margin-left:6.875rem!important}.ms-lg-112{margin-left:7rem!important}.ms-lg-114{margin-left:7.125rem!important}.ms-lg-116{margin-left:7.25rem!important}.ms-lg-118{margin-left:7.375rem!important}.ms-lg-120{margin-left:7.5rem!important}.ms-lg-122{margin-left:7.625rem!important}.ms-lg-124{margin-left:7.75rem!important}.ms-lg-126{margin-left:7.875rem!important}.ms-lg-128{margin-left:8rem!important}.ms-lg-130{margin-left:8.125rem!important}.ms-lg-132{margin-left:8.25rem!important}.ms-lg-134{margin-left:8.375rem!important}.ms-lg-136{margin-left:8.5rem!important}.ms-lg-138{margin-left:8.625rem!important}.ms-lg-140{margin-left:8.75rem!important}.ms-lg-142{margin-left:8.875rem!important}.ms-lg-144{margin-left:9rem!important}.ms-lg-146{margin-left:9.125rem!important}.ms-lg-148{margin-left:9.25rem!important}.ms-lg-150{margin-left:9.375rem!important}.ms-lg-152{margin-left:9.5rem!important}.ms-lg-154{margin-left:9.625rem!important}.ms-lg-156{margin-left:9.75rem!important}.ms-lg-158{margin-left:9.875rem!important}.ms-lg-160{margin-left:10rem!important}.ms-lg-162{margin-left:10.125rem!important}.ms-lg-164{margin-left:10.25rem!important}.ms-lg-166{margin-left:10.375rem!important}.ms-lg-168{margin-left:10.5rem!important}.ms-lg-170{margin-left:10.625rem!important}.ms-lg-172{margin-left:10.75rem!important}.ms-lg-174{margin-left:10.875rem!important}.ms-lg-176{margin-left:11rem!important}.ms-lg-178{margin-left:11.125rem!important}.ms-lg-180{margin-left:11.25rem!important}.ms-lg-182{margin-left:11.375rem!important}.ms-lg-184{margin-left:11.5rem!important}.ms-lg-186{margin-left:11.625rem!important}.ms-lg-188{margin-left:11.75rem!important}.ms-lg-190{margin-left:11.875rem!important}.ms-lg-192{margin-left:12rem!important}.ms-lg-194{margin-left:12.125rem!important}.ms-lg-196{margin-left:12.25rem!important}.ms-lg-198{margin-left:12.375rem!important}.ms-lg-200{margin-left:12.5rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n0{margin:0!important}.m-lg-n2{margin:-.125rem!important}.m-lg-n4{margin:-.25rem!important}.m-lg-n6{margin:-.375rem!important}.m-lg-n8{margin:-.5rem!important}.m-lg-n10{margin:-.625rem!important}.m-lg-n12{margin:-.75rem!important}.m-lg-n14{margin:-.875rem!important}.m-lg-n16{margin:-1rem!important}.m-lg-n18{margin:-1.125rem!important}.m-lg-n20{margin:-1.25rem!important}.m-lg-n22{margin:-1.375rem!important}.m-lg-n24{margin:-1.5rem!important}.m-lg-n26{margin:-1.625rem!important}.m-lg-n28{margin:-1.75rem!important}.m-lg-n30{margin:-1.875rem!important}.m-lg-n32{margin:-2rem!important}.m-lg-n34{margin:-2.125rem!important}.m-lg-n36{margin:-2.25rem!important}.m-lg-n38{margin:-2.375rem!important}.m-lg-n40{margin:-2.5rem!important}.m-lg-n42{margin:-2.625rem!important}.m-lg-n44{margin:-2.75rem!important}.m-lg-n46{margin:-2.875rem!important}.m-lg-n48{margin:-3rem!important}.m-lg-n50{margin:-3.125rem!important}.m-lg-n52{margin:-3.25rem!important}.m-lg-n54{margin:-3.375rem!important}.m-lg-n56{margin:-3.5rem!important}.m-lg-n58{margin:-3.625rem!important}.m-lg-n60{margin:-3.75rem!important}.m-lg-n62{margin:-3.875rem!important}.m-lg-n64{margin:-4rem!important}.m-lg-n66{margin:-4.125rem!important}.m-lg-n68{margin:-4.25rem!important}.m-lg-n70{margin:-4.375rem!important}.m-lg-n72{margin:-4.5rem!important}.m-lg-n74{margin:-4.625rem!important}.m-lg-n76{margin:-4.75rem!important}.m-lg-n78{margin:-4.875rem!important}.m-lg-n80{margin:-5rem!important}.m-lg-n82{margin:-5.125rem!important}.m-lg-n84{margin:-5.25rem!important}.m-lg-n86{margin:-5.375rem!important}.m-lg-n88{margin:-5.5rem!important}.m-lg-n90{margin:-5.625rem!important}.m-lg-n92{margin:-5.75rem!important}.m-lg-n94{margin:-5.875rem!important}.m-lg-n96{margin:-6rem!important}.m-lg-n98{margin:-6.125rem!important}.m-lg-n100{margin:-6.25rem!important}.m-lg-n102{margin:-6.375rem!important}.m-lg-n104{margin:-6.5rem!important}.m-lg-n106{margin:-6.625rem!important}.m-lg-n108{margin:-6.75rem!important}.m-lg-n110{margin:-6.875rem!important}.m-lg-n112{margin:-7rem!important}.m-lg-n114{margin:-7.125rem!important}.m-lg-n116{margin:-7.25rem!important}.m-lg-n118{margin:-7.375rem!important}.m-lg-n120{margin:-7.5rem!important}.m-lg-n122{margin:-7.625rem!important}.m-lg-n124{margin:-7.75rem!important}.m-lg-n126{margin:-7.875rem!important}.m-lg-n128{margin:-8rem!important}.m-lg-n130{margin:-8.125rem!important}.m-lg-n132{margin:-8.25rem!important}.m-lg-n134{margin:-8.375rem!important}.m-lg-n136{margin:-8.5rem!important}.m-lg-n138{margin:-8.625rem!important}.m-lg-n140{margin:-8.75rem!important}.m-lg-n142{margin:-8.875rem!important}.m-lg-n144{margin:-9rem!important}.m-lg-n146{margin:-9.125rem!important}.m-lg-n148{margin:-9.25rem!important}.m-lg-n150{margin:-9.375rem!important}.m-lg-n152{margin:-9.5rem!important}.m-lg-n154{margin:-9.625rem!important}.m-lg-n156{margin:-9.75rem!important}.m-lg-n158{margin:-9.875rem!important}.m-lg-n160{margin:-10rem!important}.m-lg-n162{margin:-10.125rem!important}.m-lg-n164{margin:-10.25rem!important}.m-lg-n166{margin:-10.375rem!important}.m-lg-n168{margin:-10.5rem!important}.m-lg-n170{margin:-10.625rem!important}.m-lg-n172{margin:-10.75rem!important}.m-lg-n174{margin:-10.875rem!important}.m-lg-n176{margin:-11rem!important}.m-lg-n178{margin:-11.125rem!important}.m-lg-n180{margin:-11.25rem!important}.m-lg-n182{margin:-11.375rem!important}.m-lg-n184{margin:-11.5rem!important}.m-lg-n186{margin:-11.625rem!important}.m-lg-n188{margin:-11.75rem!important}.m-lg-n190{margin:-11.875rem!important}.m-lg-n192{margin:-12rem!important}.m-lg-n194{margin:-12.125rem!important}.m-lg-n196{margin:-12.25rem!important}.m-lg-n198{margin:-12.375rem!important}.m-lg-n200{margin:-12.5rem!important}.mx-lg-n0{margin-left:0!important;margin-right:0!important}.mx-lg-n2{margin-left:-.125rem!important;margin-right:-.125rem!important}.mx-lg-n4{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-lg-n6{margin-left:-.375rem!important;margin-right:-.375rem!important}.mx-lg-n8{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-lg-n10{margin-left:-.625rem!important;margin-right:-.625rem!important}.mx-lg-n12{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-lg-n14{margin-left:-.875rem!important;margin-right:-.875rem!important}.mx-lg-n16{margin-left:-1rem!important;margin-right:-1rem!important}.mx-lg-n18{margin-left:-1.125rem!important;margin-right:-1.125rem!important}.mx-lg-n20{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-lg-n22{margin-left:-1.375rem!important;margin-right:-1.375rem!important}.mx-lg-n24{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-lg-n26{margin-left:-1.625rem!important;margin-right:-1.625rem!important}.mx-lg-n28{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-lg-n30{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.mx-lg-n32{margin-left:-2rem!important;margin-right:-2rem!important}.mx-lg-n34{margin-left:-2.125rem!important;margin-right:-2.125rem!important}.mx-lg-n36{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-lg-n38{margin-left:-2.375rem!important;margin-right:-2.375rem!important}.mx-lg-n40{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-lg-n42{margin-left:-2.625rem!important;margin-right:-2.625rem!important}.mx-lg-n44{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-lg-n46{margin-left:-2.875rem!important;margin-right:-2.875rem!important}.mx-lg-n48{margin-left:-3rem!important;margin-right:-3rem!important}.mx-lg-n50{margin-left:-3.125rem!important;margin-right:-3.125rem!important}.mx-lg-n52{margin-left:-3.25rem!important;margin-right:-3.25rem!important}.mx-lg-n54{margin-left:-3.375rem!important;margin-right:-3.375rem!important}.mx-lg-n56{margin-left:-3.5rem!important;margin-right:-3.5rem!important}.mx-lg-n58{margin-left:-3.625rem!important;margin-right:-3.625rem!important}.mx-lg-n60{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-lg-n62{margin-left:-3.875rem!important;margin-right:-3.875rem!important}.mx-lg-n64{margin-left:-4rem!important;margin-right:-4rem!important}.mx-lg-n66{margin-left:-4.125rem!important;margin-right:-4.125rem!important}.mx-lg-n68{margin-left:-4.25rem!important;margin-right:-4.25rem!important}.mx-lg-n70{margin-left:-4.375rem!important;margin-right:-4.375rem!important}.mx-lg-n72{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-lg-n74{margin-left:-4.625rem!important;margin-right:-4.625rem!important}.mx-lg-n76{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-lg-n78{margin-left:-4.875rem!important;margin-right:-4.875rem!important}.mx-lg-n80{margin-left:-5rem!important;margin-right:-5rem!important}.mx-lg-n82{margin-left:-5.125rem!important;margin-right:-5.125rem!important}.mx-lg-n84{margin-left:-5.25rem!important;margin-right:-5.25rem!important}.mx-lg-n86{margin-left:-5.375rem!important;margin-right:-5.375rem!important}.mx-lg-n88{margin-left:-5.5rem!important;margin-right:-5.5rem!important}.mx-lg-n90{margin-left:-5.625rem!important;margin-right:-5.625rem!important}.mx-lg-n92{margin-left:-5.75rem!important;margin-right:-5.75rem!important}.mx-lg-n94{margin-left:-5.875rem!important;margin-right:-5.875rem!important}.mx-lg-n96{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-n98{margin-left:-6.125rem!important;margin-right:-6.125rem!important}.mx-lg-n100{margin-left:-6.25rem!important;margin-right:-6.25rem!important}.mx-lg-n102{margin-left:-6.375rem!important;margin-right:-6.375rem!important}.mx-lg-n104{margin-left:-6.5rem!important;margin-right:-6.5rem!important}.mx-lg-n106{margin-left:-6.625rem!important;margin-right:-6.625rem!important}.mx-lg-n108{margin-left:-6.75rem!important;margin-right:-6.75rem!important}.mx-lg-n110{margin-left:-6.875rem!important;margin-right:-6.875rem!important}.mx-lg-n112{margin-left:-7rem!important;margin-right:-7rem!important}.mx-lg-n114{margin-left:-7.125rem!important;margin-right:-7.125rem!important}.mx-lg-n116{margin-left:-7.25rem!important;margin-right:-7.25rem!important}.mx-lg-n118{margin-left:-7.375rem!important;margin-right:-7.375rem!important}.mx-lg-n120{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-lg-n122{margin-left:-7.625rem!important;margin-right:-7.625rem!important}.mx-lg-n124{margin-left:-7.75rem!important;margin-right:-7.75rem!important}.mx-lg-n126{margin-left:-7.875rem!important;margin-right:-7.875rem!important}.mx-lg-n128{margin-left:-8rem!important;margin-right:-8rem!important}.mx-lg-n130{margin-left:-8.125rem!important;margin-right:-8.125rem!important}.mx-lg-n132{margin-left:-8.25rem!important;margin-right:-8.25rem!important}.mx-lg-n134{margin-left:-8.375rem!important;margin-right:-8.375rem!important}.mx-lg-n136{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-lg-n138{margin-left:-8.625rem!important;margin-right:-8.625rem!important}.mx-lg-n140{margin-left:-8.75rem!important;margin-right:-8.75rem!important}.mx-lg-n142{margin-left:-8.875rem!important;margin-right:-8.875rem!important}.mx-lg-n144{margin-left:-9rem!important;margin-right:-9rem!important}.mx-lg-n146{margin-left:-9.125rem!important;margin-right:-9.125rem!important}.mx-lg-n148{margin-left:-9.25rem!important;margin-right:-9.25rem!important}.mx-lg-n150{margin-left:-9.375rem!important;margin-right:-9.375rem!important}.mx-lg-n152{margin-left:-9.5rem!important;margin-right:-9.5rem!important}.mx-lg-n154{margin-left:-9.625rem!important;margin-right:-9.625rem!important}.mx-lg-n156{margin-left:-9.75rem!important;margin-right:-9.75rem!important}.mx-lg-n158{margin-left:-9.875rem!important;margin-right:-9.875rem!important}.mx-lg-n160{margin-left:-10rem!important;margin-right:-10rem!important}.mx-lg-n162{margin-left:-10.125rem!important;margin-right:-10.125rem!important}.mx-lg-n164{margin-left:-10.25rem!important;margin-right:-10.25rem!important}.mx-lg-n166{margin-left:-10.375rem!important;margin-right:-10.375rem!important}.mx-lg-n168{margin-left:-10.5rem!important;margin-right:-10.5rem!important}.mx-lg-n170{margin-left:-10.625rem!important;margin-right:-10.625rem!important}.mx-lg-n172{margin-left:-10.75rem!important;margin-right:-10.75rem!important}.mx-lg-n174{margin-left:-10.875rem!important;margin-right:-10.875rem!important}.mx-lg-n176{margin-left:-11rem!important;margin-right:-11rem!important}.mx-lg-n178{margin-left:-11.125rem!important;margin-right:-11.125rem!important}.mx-lg-n180{margin-left:-11.25rem!important;margin-right:-11.25rem!important}.mx-lg-n182{margin-left:-11.375rem!important;margin-right:-11.375rem!important}.mx-lg-n184{margin-left:-11.5rem!important;margin-right:-11.5rem!important}.mx-lg-n186{margin-left:-11.625rem!important;margin-right:-11.625rem!important}.mx-lg-n188{margin-left:-11.75rem!important;margin-right:-11.75rem!important}.mx-lg-n190{margin-left:-11.875rem!important;margin-right:-11.875rem!important}.mx-lg-n192{margin-left:-12rem!important;margin-right:-12rem!important}.mx-lg-n194{margin-left:-12.125rem!important;margin-right:-12.125rem!important}.mx-lg-n196{margin-left:-12.25rem!important;margin-right:-12.25rem!important}.mx-lg-n198{margin-left:-12.375rem!important;margin-right:-12.375rem!important}.mx-lg-n200{margin-left:-12.5rem!important;margin-right:-12.5rem!important}.my-lg-n0{margin-bottom:0!important;margin-top:0!important}.my-lg-n2{margin-bottom:-.125rem!important;margin-top:-.125rem!important}.my-lg-n4{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-lg-n6{margin-bottom:-.375rem!important;margin-top:-.375rem!important}.my-lg-n8{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-lg-n10{margin-bottom:-.625rem!important;margin-top:-.625rem!important}.my-lg-n12{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-lg-n14{margin-bottom:-.875rem!important;margin-top:-.875rem!important}.my-lg-n16{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-lg-n18{margin-bottom:-1.125rem!important;margin-top:-1.125rem!important}.my-lg-n20{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-lg-n22{margin-bottom:-1.375rem!important;margin-top:-1.375rem!important}.my-lg-n24{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-lg-n26{margin-bottom:-1.625rem!important;margin-top:-1.625rem!important}.my-lg-n28{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-lg-n30{margin-bottom:-1.875rem!important;margin-top:-1.875rem!important}.my-lg-n32{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-lg-n34{margin-bottom:-2.125rem!important;margin-top:-2.125rem!important}.my-lg-n36{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-lg-n38{margin-bottom:-2.375rem!important;margin-top:-2.375rem!important}.my-lg-n40{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-lg-n42{margin-bottom:-2.625rem!important;margin-top:-2.625rem!important}.my-lg-n44{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-lg-n46{margin-bottom:-2.875rem!important;margin-top:-2.875rem!important}.my-lg-n48{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-lg-n50{margin-bottom:-3.125rem!important;margin-top:-3.125rem!important}.my-lg-n52{margin-bottom:-3.25rem!important;margin-top:-3.25rem!important}.my-lg-n54{margin-bottom:-3.375rem!important;margin-top:-3.375rem!important}.my-lg-n56{margin-bottom:-3.5rem!important;margin-top:-3.5rem!important}.my-lg-n58{margin-bottom:-3.625rem!important;margin-top:-3.625rem!important}.my-lg-n60{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-lg-n62{margin-bottom:-3.875rem!important;margin-top:-3.875rem!important}.my-lg-n64{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-lg-n66{margin-bottom:-4.125rem!important;margin-top:-4.125rem!important}.my-lg-n68{margin-bottom:-4.25rem!important;margin-top:-4.25rem!important}.my-lg-n70{margin-bottom:-4.375rem!important;margin-top:-4.375rem!important}.my-lg-n72{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-lg-n74{margin-bottom:-4.625rem!important;margin-top:-4.625rem!important}.my-lg-n76{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-lg-n78{margin-bottom:-4.875rem!important;margin-top:-4.875rem!important}.my-lg-n80{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-lg-n82{margin-bottom:-5.125rem!important;margin-top:-5.125rem!important}.my-lg-n84{margin-bottom:-5.25rem!important;margin-top:-5.25rem!important}.my-lg-n86{margin-bottom:-5.375rem!important;margin-top:-5.375rem!important}.my-lg-n88{margin-bottom:-5.5rem!important;margin-top:-5.5rem!important}.my-lg-n90{margin-bottom:-5.625rem!important;margin-top:-5.625rem!important}.my-lg-n92{margin-bottom:-5.75rem!important;margin-top:-5.75rem!important}.my-lg-n94{margin-bottom:-5.875rem!important;margin-top:-5.875rem!important}.my-lg-n96{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-n98{margin-bottom:-6.125rem!important;margin-top:-6.125rem!important}.my-lg-n100{margin-bottom:-6.25rem!important;margin-top:-6.25rem!important}.my-lg-n102{margin-bottom:-6.375rem!important;margin-top:-6.375rem!important}.my-lg-n104{margin-bottom:-6.5rem!important;margin-top:-6.5rem!important}.my-lg-n106{margin-bottom:-6.625rem!important;margin-top:-6.625rem!important}.my-lg-n108{margin-bottom:-6.75rem!important;margin-top:-6.75rem!important}.my-lg-n110{margin-bottom:-6.875rem!important;margin-top:-6.875rem!important}.my-lg-n112{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-lg-n114{margin-bottom:-7.125rem!important;margin-top:-7.125rem!important}.my-lg-n116{margin-bottom:-7.25rem!important;margin-top:-7.25rem!important}.my-lg-n118{margin-bottom:-7.375rem!important;margin-top:-7.375rem!important}.my-lg-n120{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-lg-n122{margin-bottom:-7.625rem!important;margin-top:-7.625rem!important}.my-lg-n124{margin-bottom:-7.75rem!important;margin-top:-7.75rem!important}.my-lg-n126{margin-bottom:-7.875rem!important;margin-top:-7.875rem!important}.my-lg-n128{margin-bottom:-8rem!important;margin-top:-8rem!important}.my-lg-n130{margin-bottom:-8.125rem!important;margin-top:-8.125rem!important}.my-lg-n132{margin-bottom:-8.25rem!important;margin-top:-8.25rem!important}.my-lg-n134{margin-bottom:-8.375rem!important;margin-top:-8.375rem!important}.my-lg-n136{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-lg-n138{margin-bottom:-8.625rem!important;margin-top:-8.625rem!important}.my-lg-n140{margin-bottom:-8.75rem!important;margin-top:-8.75rem!important}.my-lg-n142{margin-bottom:-8.875rem!important;margin-top:-8.875rem!important}.my-lg-n144{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-lg-n146{margin-bottom:-9.125rem!important;margin-top:-9.125rem!important}.my-lg-n148{margin-bottom:-9.25rem!important;margin-top:-9.25rem!important}.my-lg-n150{margin-bottom:-9.375rem!important;margin-top:-9.375rem!important}.my-lg-n152{margin-bottom:-9.5rem!important;margin-top:-9.5rem!important}.my-lg-n154{margin-bottom:-9.625rem!important;margin-top:-9.625rem!important}.my-lg-n156{margin-bottom:-9.75rem!important;margin-top:-9.75rem!important}.my-lg-n158{margin-bottom:-9.875rem!important;margin-top:-9.875rem!important}.my-lg-n160{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-lg-n162{margin-bottom:-10.125rem!important;margin-top:-10.125rem!important}.my-lg-n164{margin-bottom:-10.25rem!important;margin-top:-10.25rem!important}.my-lg-n166{margin-bottom:-10.375rem!important;margin-top:-10.375rem!important}.my-lg-n168{margin-bottom:-10.5rem!important;margin-top:-10.5rem!important}.my-lg-n170{margin-bottom:-10.625rem!important;margin-top:-10.625rem!important}.my-lg-n172{margin-bottom:-10.75rem!important;margin-top:-10.75rem!important}.my-lg-n174{margin-bottom:-10.875rem!important;margin-top:-10.875rem!important}.my-lg-n176{margin-bottom:-11rem!important;margin-top:-11rem!important}.my-lg-n178{margin-bottom:-11.125rem!important;margin-top:-11.125rem!important}.my-lg-n180{margin-bottom:-11.25rem!important;margin-top:-11.25rem!important}.my-lg-n182{margin-bottom:-11.375rem!important;margin-top:-11.375rem!important}.my-lg-n184{margin-bottom:-11.5rem!important;margin-top:-11.5rem!important}.my-lg-n186{margin-bottom:-11.625rem!important;margin-top:-11.625rem!important}.my-lg-n188{margin-bottom:-11.75rem!important;margin-top:-11.75rem!important}.my-lg-n190{margin-bottom:-11.875rem!important;margin-top:-11.875rem!important}.my-lg-n192{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-lg-n194{margin-bottom:-12.125rem!important;margin-top:-12.125rem!important}.my-lg-n196{margin-bottom:-12.25rem!important;margin-top:-12.25rem!important}.my-lg-n198{margin-bottom:-12.375rem!important;margin-top:-12.375rem!important}.my-lg-n200{margin-bottom:-12.5rem!important;margin-top:-12.5rem!important}.mt-lg-n0{margin-top:0!important}.mt-lg-n2{margin-top:-.125rem!important}.mt-lg-n4{margin-top:-.25rem!important}.mt-lg-n6{margin-top:-.375rem!important}.mt-lg-n8{margin-top:-.5rem!important}.mt-lg-n10{margin-top:-.625rem!important}.mt-lg-n12{margin-top:-.75rem!important}.mt-lg-n14{margin-top:-.875rem!important}.mt-lg-n16{margin-top:-1rem!important}.mt-lg-n18{margin-top:-1.125rem!important}.mt-lg-n20{margin-top:-1.25rem!important}.mt-lg-n22{margin-top:-1.375rem!important}.mt-lg-n24{margin-top:-1.5rem!important}.mt-lg-n26{margin-top:-1.625rem!important}.mt-lg-n28{margin-top:-1.75rem!important}.mt-lg-n30{margin-top:-1.875rem!important}.mt-lg-n32{margin-top:-2rem!important}.mt-lg-n34{margin-top:-2.125rem!important}.mt-lg-n36{margin-top:-2.25rem!important}.mt-lg-n38{margin-top:-2.375rem!important}.mt-lg-n40{margin-top:-2.5rem!important}.mt-lg-n42{margin-top:-2.625rem!important}.mt-lg-n44{margin-top:-2.75rem!important}.mt-lg-n46{margin-top:-2.875rem!important}.mt-lg-n48{margin-top:-3rem!important}.mt-lg-n50{margin-top:-3.125rem!important}.mt-lg-n52{margin-top:-3.25rem!important}.mt-lg-n54{margin-top:-3.375rem!important}.mt-lg-n56{margin-top:-3.5rem!important}.mt-lg-n58{margin-top:-3.625rem!important}.mt-lg-n60{margin-top:-3.75rem!important}.mt-lg-n62{margin-top:-3.875rem!important}.mt-lg-n64{margin-top:-4rem!important}.mt-lg-n66{margin-top:-4.125rem!important}.mt-lg-n68{margin-top:-4.25rem!important}.mt-lg-n70{margin-top:-4.375rem!important}.mt-lg-n72{margin-top:-4.5rem!important}.mt-lg-n74{margin-top:-4.625rem!important}.mt-lg-n76{margin-top:-4.75rem!important}.mt-lg-n78{margin-top:-4.875rem!important}.mt-lg-n80{margin-top:-5rem!important}.mt-lg-n82{margin-top:-5.125rem!important}.mt-lg-n84{margin-top:-5.25rem!important}.mt-lg-n86{margin-top:-5.375rem!important}.mt-lg-n88{margin-top:-5.5rem!important}.mt-lg-n90{margin-top:-5.625rem!important}.mt-lg-n92{margin-top:-5.75rem!important}.mt-lg-n94{margin-top:-5.875rem!important}.mt-lg-n96{margin-top:-6rem!important}.mt-lg-n98{margin-top:-6.125rem!important}.mt-lg-n100{margin-top:-6.25rem!important}.mt-lg-n102{margin-top:-6.375rem!important}.mt-lg-n104{margin-top:-6.5rem!important}.mt-lg-n106{margin-top:-6.625rem!important}.mt-lg-n108{margin-top:-6.75rem!important}.mt-lg-n110{margin-top:-6.875rem!important}.mt-lg-n112{margin-top:-7rem!important}.mt-lg-n114{margin-top:-7.125rem!important}.mt-lg-n116{margin-top:-7.25rem!important}.mt-lg-n118{margin-top:-7.375rem!important}.mt-lg-n120{margin-top:-7.5rem!important}.mt-lg-n122{margin-top:-7.625rem!important}.mt-lg-n124{margin-top:-7.75rem!important}.mt-lg-n126{margin-top:-7.875rem!important}.mt-lg-n128{margin-top:-8rem!important}.mt-lg-n130{margin-top:-8.125rem!important}.mt-lg-n132{margin-top:-8.25rem!important}.mt-lg-n134{margin-top:-8.375rem!important}.mt-lg-n136{margin-top:-8.5rem!important}.mt-lg-n138{margin-top:-8.625rem!important}.mt-lg-n140{margin-top:-8.75rem!important}.mt-lg-n142{margin-top:-8.875rem!important}.mt-lg-n144{margin-top:-9rem!important}.mt-lg-n146{margin-top:-9.125rem!important}.mt-lg-n148{margin-top:-9.25rem!important}.mt-lg-n150{margin-top:-9.375rem!important}.mt-lg-n152{margin-top:-9.5rem!important}.mt-lg-n154{margin-top:-9.625rem!important}.mt-lg-n156{margin-top:-9.75rem!important}.mt-lg-n158{margin-top:-9.875rem!important}.mt-lg-n160{margin-top:-10rem!important}.mt-lg-n162{margin-top:-10.125rem!important}.mt-lg-n164{margin-top:-10.25rem!important}.mt-lg-n166{margin-top:-10.375rem!important}.mt-lg-n168{margin-top:-10.5rem!important}.mt-lg-n170{margin-top:-10.625rem!important}.mt-lg-n172{margin-top:-10.75rem!important}.mt-lg-n174{margin-top:-10.875rem!important}.mt-lg-n176{margin-top:-11rem!important}.mt-lg-n178{margin-top:-11.125rem!important}.mt-lg-n180{margin-top:-11.25rem!important}.mt-lg-n182{margin-top:-11.375rem!important}.mt-lg-n184{margin-top:-11.5rem!important}.mt-lg-n186{margin-top:-11.625rem!important}.mt-lg-n188{margin-top:-11.75rem!important}.mt-lg-n190{margin-top:-11.875rem!important}.mt-lg-n192{margin-top:-12rem!important}.mt-lg-n194{margin-top:-12.125rem!important}.mt-lg-n196{margin-top:-12.25rem!important}.mt-lg-n198{margin-top:-12.375rem!important}.mt-lg-n200{margin-top:-12.5rem!important}.me-lg-n0{margin-right:0!important}.me-lg-n2{margin-right:-.125rem!important}.me-lg-n4{margin-right:-.25rem!important}.me-lg-n6{margin-right:-.375rem!important}.me-lg-n8{margin-right:-.5rem!important}.me-lg-n10{margin-right:-.625rem!important}.me-lg-n12{margin-right:-.75rem!important}.me-lg-n14{margin-right:-.875rem!important}.me-lg-n16{margin-right:-1rem!important}.me-lg-n18{margin-right:-1.125rem!important}.me-lg-n20{margin-right:-1.25rem!important}.me-lg-n22{margin-right:-1.375rem!important}.me-lg-n24{margin-right:-1.5rem!important}.me-lg-n26{margin-right:-1.625rem!important}.me-lg-n28{margin-right:-1.75rem!important}.me-lg-n30{margin-right:-1.875rem!important}.me-lg-n32{margin-right:-2rem!important}.me-lg-n34{margin-right:-2.125rem!important}.me-lg-n36{margin-right:-2.25rem!important}.me-lg-n38{margin-right:-2.375rem!important}.me-lg-n40{margin-right:-2.5rem!important}.me-lg-n42{margin-right:-2.625rem!important}.me-lg-n44{margin-right:-2.75rem!important}.me-lg-n46{margin-right:-2.875rem!important}.me-lg-n48{margin-right:-3rem!important}.me-lg-n50{margin-right:-3.125rem!important}.me-lg-n52{margin-right:-3.25rem!important}.me-lg-n54{margin-right:-3.375rem!important}.me-lg-n56{margin-right:-3.5rem!important}.me-lg-n58{margin-right:-3.625rem!important}.me-lg-n60{margin-right:-3.75rem!important}.me-lg-n62{margin-right:-3.875rem!important}.me-lg-n64{margin-right:-4rem!important}.me-lg-n66{margin-right:-4.125rem!important}.me-lg-n68{margin-right:-4.25rem!important}.me-lg-n70{margin-right:-4.375rem!important}.me-lg-n72{margin-right:-4.5rem!important}.me-lg-n74{margin-right:-4.625rem!important}.me-lg-n76{margin-right:-4.75rem!important}.me-lg-n78{margin-right:-4.875rem!important}.me-lg-n80{margin-right:-5rem!important}.me-lg-n82{margin-right:-5.125rem!important}.me-lg-n84{margin-right:-5.25rem!important}.me-lg-n86{margin-right:-5.375rem!important}.me-lg-n88{margin-right:-5.5rem!important}.me-lg-n90{margin-right:-5.625rem!important}.me-lg-n92{margin-right:-5.75rem!important}.me-lg-n94{margin-right:-5.875rem!important}.me-lg-n96{margin-right:-6rem!important}.me-lg-n98{margin-right:-6.125rem!important}.me-lg-n100{margin-right:-6.25rem!important}.me-lg-n102{margin-right:-6.375rem!important}.me-lg-n104{margin-right:-6.5rem!important}.me-lg-n106{margin-right:-6.625rem!important}.me-lg-n108{margin-right:-6.75rem!important}.me-lg-n110{margin-right:-6.875rem!important}.me-lg-n112{margin-right:-7rem!important}.me-lg-n114{margin-right:-7.125rem!important}.me-lg-n116{margin-right:-7.25rem!important}.me-lg-n118{margin-right:-7.375rem!important}.me-lg-n120{margin-right:-7.5rem!important}.me-lg-n122{margin-right:-7.625rem!important}.me-lg-n124{margin-right:-7.75rem!important}.me-lg-n126{margin-right:-7.875rem!important}.me-lg-n128{margin-right:-8rem!important}.me-lg-n130{margin-right:-8.125rem!important}.me-lg-n132{margin-right:-8.25rem!important}.me-lg-n134{margin-right:-8.375rem!important}.me-lg-n136{margin-right:-8.5rem!important}.me-lg-n138{margin-right:-8.625rem!important}.me-lg-n140{margin-right:-8.75rem!important}.me-lg-n142{margin-right:-8.875rem!important}.me-lg-n144{margin-right:-9rem!important}.me-lg-n146{margin-right:-9.125rem!important}.me-lg-n148{margin-right:-9.25rem!important}.me-lg-n150{margin-right:-9.375rem!important}.me-lg-n152{margin-right:-9.5rem!important}.me-lg-n154{margin-right:-9.625rem!important}.me-lg-n156{margin-right:-9.75rem!important}.me-lg-n158{margin-right:-9.875rem!important}.me-lg-n160{margin-right:-10rem!important}.me-lg-n162{margin-right:-10.125rem!important}.me-lg-n164{margin-right:-10.25rem!important}.me-lg-n166{margin-right:-10.375rem!important}.me-lg-n168{margin-right:-10.5rem!important}.me-lg-n170{margin-right:-10.625rem!important}.me-lg-n172{margin-right:-10.75rem!important}.me-lg-n174{margin-right:-10.875rem!important}.me-lg-n176{margin-right:-11rem!important}.me-lg-n178{margin-right:-11.125rem!important}.me-lg-n180{margin-right:-11.25rem!important}.me-lg-n182{margin-right:-11.375rem!important}.me-lg-n184{margin-right:-11.5rem!important}.me-lg-n186{margin-right:-11.625rem!important}.me-lg-n188{margin-right:-11.75rem!important}.me-lg-n190{margin-right:-11.875rem!important}.me-lg-n192{margin-right:-12rem!important}.me-lg-n194{margin-right:-12.125rem!important}.me-lg-n196{margin-right:-12.25rem!important}.me-lg-n198{margin-right:-12.375rem!important}.me-lg-n200{margin-right:-12.5rem!important}.mb-lg-n0{margin-bottom:0!important}.mb-lg-n2{margin-bottom:-.125rem!important}.mb-lg-n4{margin-bottom:-.25rem!important}.mb-lg-n6{margin-bottom:-.375rem!important}.mb-lg-n8{margin-bottom:-.5rem!important}.mb-lg-n10{margin-bottom:-.625rem!important}.mb-lg-n12{margin-bottom:-.75rem!important}.mb-lg-n14{margin-bottom:-.875rem!important}.mb-lg-n16{margin-bottom:-1rem!important}.mb-lg-n18{margin-bottom:-1.125rem!important}.mb-lg-n20{margin-bottom:-1.25rem!important}.mb-lg-n22{margin-bottom:-1.375rem!important}.mb-lg-n24{margin-bottom:-1.5rem!important}.mb-lg-n26{margin-bottom:-1.625rem!important}.mb-lg-n28{margin-bottom:-1.75rem!important}.mb-lg-n30{margin-bottom:-1.875rem!important}.mb-lg-n32{margin-bottom:-2rem!important}.mb-lg-n34{margin-bottom:-2.125rem!important}.mb-lg-n36{margin-bottom:-2.25rem!important}.mb-lg-n38{margin-bottom:-2.375rem!important}.mb-lg-n40{margin-bottom:-2.5rem!important}.mb-lg-n42{margin-bottom:-2.625rem!important}.mb-lg-n44{margin-bottom:-2.75rem!important}.mb-lg-n46{margin-bottom:-2.875rem!important}.mb-lg-n48{margin-bottom:-3rem!important}.mb-lg-n50{margin-bottom:-3.125rem!important}.mb-lg-n52{margin-bottom:-3.25rem!important}.mb-lg-n54{margin-bottom:-3.375rem!important}.mb-lg-n56{margin-bottom:-3.5rem!important}.mb-lg-n58{margin-bottom:-3.625rem!important}.mb-lg-n60{margin-bottom:-3.75rem!important}.mb-lg-n62{margin-bottom:-3.875rem!important}.mb-lg-n64{margin-bottom:-4rem!important}.mb-lg-n66{margin-bottom:-4.125rem!important}.mb-lg-n68{margin-bottom:-4.25rem!important}.mb-lg-n70{margin-bottom:-4.375rem!important}.mb-lg-n72{margin-bottom:-4.5rem!important}.mb-lg-n74{margin-bottom:-4.625rem!important}.mb-lg-n76{margin-bottom:-4.75rem!important}.mb-lg-n78{margin-bottom:-4.875rem!important}.mb-lg-n80{margin-bottom:-5rem!important}.mb-lg-n82{margin-bottom:-5.125rem!important}.mb-lg-n84{margin-bottom:-5.25rem!important}.mb-lg-n86{margin-bottom:-5.375rem!important}.mb-lg-n88{margin-bottom:-5.5rem!important}.mb-lg-n90{margin-bottom:-5.625rem!important}.mb-lg-n92{margin-bottom:-5.75rem!important}.mb-lg-n94{margin-bottom:-5.875rem!important}.mb-lg-n96{margin-bottom:-6rem!important}.mb-lg-n98{margin-bottom:-6.125rem!important}.mb-lg-n100{margin-bottom:-6.25rem!important}.mb-lg-n102{margin-bottom:-6.375rem!important}.mb-lg-n104{margin-bottom:-6.5rem!important}.mb-lg-n106{margin-bottom:-6.625rem!important}.mb-lg-n108{margin-bottom:-6.75rem!important}.mb-lg-n110{margin-bottom:-6.875rem!important}.mb-lg-n112{margin-bottom:-7rem!important}.mb-lg-n114{margin-bottom:-7.125rem!important}.mb-lg-n116{margin-bottom:-7.25rem!important}.mb-lg-n118{margin-bottom:-7.375rem!important}.mb-lg-n120{margin-bottom:-7.5rem!important}.mb-lg-n122{margin-bottom:-7.625rem!important}.mb-lg-n124{margin-bottom:-7.75rem!important}.mb-lg-n126{margin-bottom:-7.875rem!important}.mb-lg-n128{margin-bottom:-8rem!important}.mb-lg-n130{margin-bottom:-8.125rem!important}.mb-lg-n132{margin-bottom:-8.25rem!important}.mb-lg-n134{margin-bottom:-8.375rem!important}.mb-lg-n136{margin-bottom:-8.5rem!important}.mb-lg-n138{margin-bottom:-8.625rem!important}.mb-lg-n140{margin-bottom:-8.75rem!important}.mb-lg-n142{margin-bottom:-8.875rem!important}.mb-lg-n144{margin-bottom:-9rem!important}.mb-lg-n146{margin-bottom:-9.125rem!important}.mb-lg-n148{margin-bottom:-9.25rem!important}.mb-lg-n150{margin-bottom:-9.375rem!important}.mb-lg-n152{margin-bottom:-9.5rem!important}.mb-lg-n154{margin-bottom:-9.625rem!important}.mb-lg-n156{margin-bottom:-9.75rem!important}.mb-lg-n158{margin-bottom:-9.875rem!important}.mb-lg-n160{margin-bottom:-10rem!important}.mb-lg-n162{margin-bottom:-10.125rem!important}.mb-lg-n164{margin-bottom:-10.25rem!important}.mb-lg-n166{margin-bottom:-10.375rem!important}.mb-lg-n168{margin-bottom:-10.5rem!important}.mb-lg-n170{margin-bottom:-10.625rem!important}.mb-lg-n172{margin-bottom:-10.75rem!important}.mb-lg-n174{margin-bottom:-10.875rem!important}.mb-lg-n176{margin-bottom:-11rem!important}.mb-lg-n178{margin-bottom:-11.125rem!important}.mb-lg-n180{margin-bottom:-11.25rem!important}.mb-lg-n182{margin-bottom:-11.375rem!important}.mb-lg-n184{margin-bottom:-11.5rem!important}.mb-lg-n186{margin-bottom:-11.625rem!important}.mb-lg-n188{margin-bottom:-11.75rem!important}.mb-lg-n190{margin-bottom:-11.875rem!important}.mb-lg-n192{margin-bottom:-12rem!important}.mb-lg-n194{margin-bottom:-12.125rem!important}.mb-lg-n196{margin-bottom:-12.25rem!important}.mb-lg-n198{margin-bottom:-12.375rem!important}.mb-lg-n200{margin-bottom:-12.5rem!important}.ms-lg-n0{margin-left:0!important}.ms-lg-n2{margin-left:-.125rem!important}.ms-lg-n4{margin-left:-.25rem!important}.ms-lg-n6{margin-left:-.375rem!important}.ms-lg-n8{margin-left:-.5rem!important}.ms-lg-n10{margin-left:-.625rem!important}.ms-lg-n12{margin-left:-.75rem!important}.ms-lg-n14{margin-left:-.875rem!important}.ms-lg-n16{margin-left:-1rem!important}.ms-lg-n18{margin-left:-1.125rem!important}.ms-lg-n20{margin-left:-1.25rem!important}.ms-lg-n22{margin-left:-1.375rem!important}.ms-lg-n24{margin-left:-1.5rem!important}.ms-lg-n26{margin-left:-1.625rem!important}.ms-lg-n28{margin-left:-1.75rem!important}.ms-lg-n30{margin-left:-1.875rem!important}.ms-lg-n32{margin-left:-2rem!important}.ms-lg-n34{margin-left:-2.125rem!important}.ms-lg-n36{margin-left:-2.25rem!important}.ms-lg-n38{margin-left:-2.375rem!important}.ms-lg-n40{margin-left:-2.5rem!important}.ms-lg-n42{margin-left:-2.625rem!important}.ms-lg-n44{margin-left:-2.75rem!important}.ms-lg-n46{margin-left:-2.875rem!important}.ms-lg-n48{margin-left:-3rem!important}.ms-lg-n50{margin-left:-3.125rem!important}.ms-lg-n52{margin-left:-3.25rem!important}.ms-lg-n54{margin-left:-3.375rem!important}.ms-lg-n56{margin-left:-3.5rem!important}.ms-lg-n58{margin-left:-3.625rem!important}.ms-lg-n60{margin-left:-3.75rem!important}.ms-lg-n62{margin-left:-3.875rem!important}.ms-lg-n64{margin-left:-4rem!important}.ms-lg-n66{margin-left:-4.125rem!important}.ms-lg-n68{margin-left:-4.25rem!important}.ms-lg-n70{margin-left:-4.375rem!important}.ms-lg-n72{margin-left:-4.5rem!important}.ms-lg-n74{margin-left:-4.625rem!important}.ms-lg-n76{margin-left:-4.75rem!important}.ms-lg-n78{margin-left:-4.875rem!important}.ms-lg-n80{margin-left:-5rem!important}.ms-lg-n82{margin-left:-5.125rem!important}.ms-lg-n84{margin-left:-5.25rem!important}.ms-lg-n86{margin-left:-5.375rem!important}.ms-lg-n88{margin-left:-5.5rem!important}.ms-lg-n90{margin-left:-5.625rem!important}.ms-lg-n92{margin-left:-5.75rem!important}.ms-lg-n94{margin-left:-5.875rem!important}.ms-lg-n96{margin-left:-6rem!important}.ms-lg-n98{margin-left:-6.125rem!important}.ms-lg-n100{margin-left:-6.25rem!important}.ms-lg-n102{margin-left:-6.375rem!important}.ms-lg-n104{margin-left:-6.5rem!important}.ms-lg-n106{margin-left:-6.625rem!important}.ms-lg-n108{margin-left:-6.75rem!important}.ms-lg-n110{margin-left:-6.875rem!important}.ms-lg-n112{margin-left:-7rem!important}.ms-lg-n114{margin-left:-7.125rem!important}.ms-lg-n116{margin-left:-7.25rem!important}.ms-lg-n118{margin-left:-7.375rem!important}.ms-lg-n120{margin-left:-7.5rem!important}.ms-lg-n122{margin-left:-7.625rem!important}.ms-lg-n124{margin-left:-7.75rem!important}.ms-lg-n126{margin-left:-7.875rem!important}.ms-lg-n128{margin-left:-8rem!important}.ms-lg-n130{margin-left:-8.125rem!important}.ms-lg-n132{margin-left:-8.25rem!important}.ms-lg-n134{margin-left:-8.375rem!important}.ms-lg-n136{margin-left:-8.5rem!important}.ms-lg-n138{margin-left:-8.625rem!important}.ms-lg-n140{margin-left:-8.75rem!important}.ms-lg-n142{margin-left:-8.875rem!important}.ms-lg-n144{margin-left:-9rem!important}.ms-lg-n146{margin-left:-9.125rem!important}.ms-lg-n148{margin-left:-9.25rem!important}.ms-lg-n150{margin-left:-9.375rem!important}.ms-lg-n152{margin-left:-9.5rem!important}.ms-lg-n154{margin-left:-9.625rem!important}.ms-lg-n156{margin-left:-9.75rem!important}.ms-lg-n158{margin-left:-9.875rem!important}.ms-lg-n160{margin-left:-10rem!important}.ms-lg-n162{margin-left:-10.125rem!important}.ms-lg-n164{margin-left:-10.25rem!important}.ms-lg-n166{margin-left:-10.375rem!important}.ms-lg-n168{margin-left:-10.5rem!important}.ms-lg-n170{margin-left:-10.625rem!important}.ms-lg-n172{margin-left:-10.75rem!important}.ms-lg-n174{margin-left:-10.875rem!important}.ms-lg-n176{margin-left:-11rem!important}.ms-lg-n178{margin-left:-11.125rem!important}.ms-lg-n180{margin-left:-11.25rem!important}.ms-lg-n182{margin-left:-11.375rem!important}.ms-lg-n184{margin-left:-11.5rem!important}.ms-lg-n186{margin-left:-11.625rem!important}.ms-lg-n188{margin-left:-11.75rem!important}.ms-lg-n190{margin-left:-11.875rem!important}.ms-lg-n192{margin-left:-12rem!important}.ms-lg-n194{margin-left:-12.125rem!important}.ms-lg-n196{margin-left:-12.25rem!important}.ms-lg-n198{margin-left:-12.375rem!important}.ms-lg-n200{margin-left:-12.5rem!important}.p-lg-0{padding:0!important}.p-lg-2{padding:.125rem!important}.p-lg-4{padding:.25rem!important}.p-lg-6{padding:.375rem!important}.p-lg-8{padding:.5rem!important}.p-lg-10{padding:.625rem!important}.p-lg-12{padding:.75rem!important}.p-lg-14{padding:.875rem!important}.p-lg-16{padding:1rem!important}.p-lg-18{padding:1.125rem!important}.p-lg-20{padding:1.25rem!important}.p-lg-22{padding:1.375rem!important}.p-lg-24{padding:1.5rem!important}.p-lg-26{padding:1.625rem!important}.p-lg-28{padding:1.75rem!important}.p-lg-30{padding:1.875rem!important}.p-lg-32{padding:2rem!important}.p-lg-34{padding:2.125rem!important}.p-lg-36{padding:2.25rem!important}.p-lg-38{padding:2.375rem!important}.p-lg-40{padding:2.5rem!important}.p-lg-42{padding:2.625rem!important}.p-lg-44{padding:2.75rem!important}.p-lg-46{padding:2.875rem!important}.p-lg-48{padding:3rem!important}.p-lg-50{padding:3.125rem!important}.p-lg-52{padding:3.25rem!important}.p-lg-54{padding:3.375rem!important}.p-lg-56{padding:3.5rem!important}.p-lg-58{padding:3.625rem!important}.p-lg-60{padding:3.75rem!important}.p-lg-62{padding:3.875rem!important}.p-lg-64{padding:4rem!important}.p-lg-66{padding:4.125rem!important}.p-lg-68{padding:4.25rem!important}.p-lg-70{padding:4.375rem!important}.p-lg-72{padding:4.5rem!important}.p-lg-74{padding:4.625rem!important}.p-lg-76{padding:4.75rem!important}.p-lg-78{padding:4.875rem!important}.p-lg-80{padding:5rem!important}.p-lg-82{padding:5.125rem!important}.p-lg-84{padding:5.25rem!important}.p-lg-86{padding:5.375rem!important}.p-lg-88{padding:5.5rem!important}.p-lg-90{padding:5.625rem!important}.p-lg-92{padding:5.75rem!important}.p-lg-94{padding:5.875rem!important}.p-lg-96{padding:6rem!important}.p-lg-98{padding:6.125rem!important}.p-lg-100{padding:6.25rem!important}.p-lg-102{padding:6.375rem!important}.p-lg-104{padding:6.5rem!important}.p-lg-106{padding:6.625rem!important}.p-lg-108{padding:6.75rem!important}.p-lg-110{padding:6.875rem!important}.p-lg-112{padding:7rem!important}.p-lg-114{padding:7.125rem!important}.p-lg-116{padding:7.25rem!important}.p-lg-118{padding:7.375rem!important}.p-lg-120{padding:7.5rem!important}.p-lg-122{padding:7.625rem!important}.p-lg-124{padding:7.75rem!important}.p-lg-126{padding:7.875rem!important}.p-lg-128{padding:8rem!important}.p-lg-130{padding:8.125rem!important}.p-lg-132{padding:8.25rem!important}.p-lg-134{padding:8.375rem!important}.p-lg-136{padding:8.5rem!important}.p-lg-138{padding:8.625rem!important}.p-lg-140{padding:8.75rem!important}.p-lg-142{padding:8.875rem!important}.p-lg-144{padding:9rem!important}.p-lg-146{padding:9.125rem!important}.p-lg-148{padding:9.25rem!important}.p-lg-150{padding:9.375rem!important}.p-lg-152{padding:9.5rem!important}.p-lg-154{padding:9.625rem!important}.p-lg-156{padding:9.75rem!important}.p-lg-158{padding:9.875rem!important}.p-lg-160{padding:10rem!important}.p-lg-162{padding:10.125rem!important}.p-lg-164{padding:10.25rem!important}.p-lg-166{padding:10.375rem!important}.p-lg-168{padding:10.5rem!important}.p-lg-170{padding:10.625rem!important}.p-lg-172{padding:10.75rem!important}.p-lg-174{padding:10.875rem!important}.p-lg-176{padding:11rem!important}.p-lg-178{padding:11.125rem!important}.p-lg-180{padding:11.25rem!important}.p-lg-182{padding:11.375rem!important}.p-lg-184{padding:11.5rem!important}.p-lg-186{padding:11.625rem!important}.p-lg-188{padding:11.75rem!important}.p-lg-190{padding:11.875rem!important}.p-lg-192{padding:12rem!important}.p-lg-194{padding:12.125rem!important}.p-lg-196{padding:12.25rem!important}.p-lg-198{padding:12.375rem!important}.p-lg-200{padding:12.5rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-2{padding-left:.125rem!important;padding-right:.125rem!important}.px-lg-4{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-6{padding-left:.375rem!important;padding-right:.375rem!important}.px-lg-8{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-10{padding-left:.625rem!important;padding-right:.625rem!important}.px-lg-12{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-14{padding-left:.875rem!important;padding-right:.875rem!important}.px-lg-16{padding-left:1rem!important;padding-right:1rem!important}.px-lg-18{padding-left:1.125rem!important;padding-right:1.125rem!important}.px-lg-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-lg-22{padding-left:1.375rem!important;padding-right:1.375rem!important}.px-lg-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-26{padding-left:1.625rem!important;padding-right:1.625rem!important}.px-lg-28{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-lg-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-lg-32{padding-left:2rem!important;padding-right:2rem!important}.px-lg-34{padding-left:2.125rem!important;padding-right:2.125rem!important}.px-lg-36{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-lg-38{padding-left:2.375rem!important;padding-right:2.375rem!important}.px-lg-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-lg-42{padding-left:2.625rem!important;padding-right:2.625rem!important}.px-lg-44{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-lg-46{padding-left:2.875rem!important;padding-right:2.875rem!important}.px-lg-48{padding-left:3rem!important;padding-right:3rem!important}.px-lg-50{padding-left:3.125rem!important;padding-right:3.125rem!important}.px-lg-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-lg-54{padding-left:3.375rem!important;padding-right:3.375rem!important}.px-lg-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-lg-58{padding-left:3.625rem!important;padding-right:3.625rem!important}.px-lg-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-lg-62{padding-left:3.875rem!important;padding-right:3.875rem!important}.px-lg-64{padding-left:4rem!important;padding-right:4rem!important}.px-lg-66{padding-left:4.125rem!important;padding-right:4.125rem!important}.px-lg-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-lg-70{padding-left:4.375rem!important;padding-right:4.375rem!important}.px-lg-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-lg-74{padding-left:4.625rem!important;padding-right:4.625rem!important}.px-lg-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-lg-78{padding-left:4.875rem!important;padding-right:4.875rem!important}.px-lg-80{padding-left:5rem!important;padding-right:5rem!important}.px-lg-82{padding-left:5.125rem!important;padding-right:5.125rem!important}.px-lg-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.px-lg-86{padding-left:5.375rem!important;padding-right:5.375rem!important}.px-lg-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-lg-90{padding-left:5.625rem!important;padding-right:5.625rem!important}.px-lg-92{padding-left:5.75rem!important;padding-right:5.75rem!important}.px-lg-94{padding-left:5.875rem!important;padding-right:5.875rem!important}.px-lg-96{padding-left:6rem!important;padding-right:6rem!important}.px-lg-98{padding-left:6.125rem!important;padding-right:6.125rem!important}.px-lg-100{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-lg-102{padding-left:6.375rem!important;padding-right:6.375rem!important}.px-lg-104{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-lg-106{padding-left:6.625rem!important;padding-right:6.625rem!important}.px-lg-108{padding-left:6.75rem!important;padding-right:6.75rem!important}.px-lg-110{padding-left:6.875rem!important;padding-right:6.875rem!important}.px-lg-112{padding-left:7rem!important;padding-right:7rem!important}.px-lg-114{padding-left:7.125rem!important;padding-right:7.125rem!important}.px-lg-116{padding-left:7.25rem!important;padding-right:7.25rem!important}.px-lg-118{padding-left:7.375rem!important;padding-right:7.375rem!important}.px-lg-120{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-lg-122{padding-left:7.625rem!important;padding-right:7.625rem!important}.px-lg-124{padding-left:7.75rem!important;padding-right:7.75rem!important}.px-lg-126{padding-left:7.875rem!important;padding-right:7.875rem!important}.px-lg-128{padding-left:8rem!important;padding-right:8rem!important}.px-lg-130{padding-left:8.125rem!important;padding-right:8.125rem!important}.px-lg-132{padding-left:8.25rem!important;padding-right:8.25rem!important}.px-lg-134{padding-left:8.375rem!important;padding-right:8.375rem!important}.px-lg-136{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-lg-138{padding-left:8.625rem!important;padding-right:8.625rem!important}.px-lg-140{padding-left:8.75rem!important;padding-right:8.75rem!important}.px-lg-142{padding-left:8.875rem!important;padding-right:8.875rem!important}.px-lg-144{padding-left:9rem!important;padding-right:9rem!important}.px-lg-146{padding-left:9.125rem!important;padding-right:9.125rem!important}.px-lg-148{padding-left:9.25rem!important;padding-right:9.25rem!important}.px-lg-150{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-lg-152{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-lg-154{padding-left:9.625rem!important;padding-right:9.625rem!important}.px-lg-156{padding-left:9.75rem!important;padding-right:9.75rem!important}.px-lg-158{padding-left:9.875rem!important;padding-right:9.875rem!important}.px-lg-160{padding-left:10rem!important;padding-right:10rem!important}.px-lg-162{padding-left:10.125rem!important;padding-right:10.125rem!important}.px-lg-164{padding-left:10.25rem!important;padding-right:10.25rem!important}.px-lg-166{padding-left:10.375rem!important;padding-right:10.375rem!important}.px-lg-168{padding-left:10.5rem!important;padding-right:10.5rem!important}.px-lg-170{padding-left:10.625rem!important;padding-right:10.625rem!important}.px-lg-172{padding-left:10.75rem!important;padding-right:10.75rem!important}.px-lg-174{padding-left:10.875rem!important;padding-right:10.875rem!important}.px-lg-176{padding-left:11rem!important;padding-right:11rem!important}.px-lg-178{padding-left:11.125rem!important;padding-right:11.125rem!important}.px-lg-180{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-lg-182{padding-left:11.375rem!important;padding-right:11.375rem!important}.px-lg-184{padding-left:11.5rem!important;padding-right:11.5rem!important}.px-lg-186{padding-left:11.625rem!important;padding-right:11.625rem!important}.px-lg-188{padding-left:11.75rem!important;padding-right:11.75rem!important}.px-lg-190{padding-left:11.875rem!important;padding-right:11.875rem!important}.px-lg-192{padding-left:12rem!important;padding-right:12rem!important}.px-lg-194{padding-left:12.125rem!important;padding-right:12.125rem!important}.px-lg-196{padding-left:12.25rem!important;padding-right:12.25rem!important}.px-lg-198{padding-left:12.375rem!important;padding-right:12.375rem!important}.px-lg-200{padding-left:12.5rem!important;padding-right:12.5rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-2{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-lg-4{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-6{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-lg-8{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-10{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-lg-12{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-lg-14{padding-bottom:.875rem!important;padding-top:.875rem!important}.py-lg-16{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-18{padding-bottom:1.125rem!important;padding-top:1.125rem!important}.py-lg-20{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-lg-22{padding-bottom:1.375rem!important;padding-top:1.375rem!important}.py-lg-24{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-26{padding-bottom:1.625rem!important;padding-top:1.625rem!important}.py-lg-28{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-lg-30{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-lg-32{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-34{padding-bottom:2.125rem!important;padding-top:2.125rem!important}.py-lg-36{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-lg-38{padding-bottom:2.375rem!important;padding-top:2.375rem!important}.py-lg-40{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-lg-42{padding-bottom:2.625rem!important;padding-top:2.625rem!important}.py-lg-44{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-lg-46{padding-bottom:2.875rem!important;padding-top:2.875rem!important}.py-lg-48{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-50{padding-bottom:3.125rem!important;padding-top:3.125rem!important}.py-lg-52{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-lg-54{padding-bottom:3.375rem!important;padding-top:3.375rem!important}.py-lg-56{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-lg-58{padding-bottom:3.625rem!important;padding-top:3.625rem!important}.py-lg-60{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-lg-62{padding-bottom:3.875rem!important;padding-top:3.875rem!important}.py-lg-64{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-66{padding-bottom:4.125rem!important;padding-top:4.125rem!important}.py-lg-68{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-lg-70{padding-bottom:4.375rem!important;padding-top:4.375rem!important}.py-lg-72{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-74{padding-bottom:4.625rem!important;padding-top:4.625rem!important}.py-lg-76{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-lg-78{padding-bottom:4.875rem!important;padding-top:4.875rem!important}.py-lg-80{padding-bottom:5rem!important;padding-top:5rem!important}.py-lg-82{padding-bottom:5.125rem!important;padding-top:5.125rem!important}.py-lg-84{padding-bottom:5.25rem!important;padding-top:5.25rem!important}.py-lg-86{padding-bottom:5.375rem!important;padding-top:5.375rem!important}.py-lg-88{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-lg-90{padding-bottom:5.625rem!important;padding-top:5.625rem!important}.py-lg-92{padding-bottom:5.75rem!important;padding-top:5.75rem!important}.py-lg-94{padding-bottom:5.875rem!important;padding-top:5.875rem!important}.py-lg-96{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-98{padding-bottom:6.125rem!important;padding-top:6.125rem!important}.py-lg-100{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-lg-102{padding-bottom:6.375rem!important;padding-top:6.375rem!important}.py-lg-104{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-lg-106{padding-bottom:6.625rem!important;padding-top:6.625rem!important}.py-lg-108{padding-bottom:6.75rem!important;padding-top:6.75rem!important}.py-lg-110{padding-bottom:6.875rem!important;padding-top:6.875rem!important}.py-lg-112{padding-bottom:7rem!important;padding-top:7rem!important}.py-lg-114{padding-bottom:7.125rem!important;padding-top:7.125rem!important}.py-lg-116{padding-bottom:7.25rem!important;padding-top:7.25rem!important}.py-lg-118{padding-bottom:7.375rem!important;padding-top:7.375rem!important}.py-lg-120{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-lg-122{padding-bottom:7.625rem!important;padding-top:7.625rem!important}.py-lg-124{padding-bottom:7.75rem!important;padding-top:7.75rem!important}.py-lg-126{padding-bottom:7.875rem!important;padding-top:7.875rem!important}.py-lg-128{padding-bottom:8rem!important;padding-top:8rem!important}.py-lg-130{padding-bottom:8.125rem!important;padding-top:8.125rem!important}.py-lg-132{padding-bottom:8.25rem!important;padding-top:8.25rem!important}.py-lg-134{padding-bottom:8.375rem!important;padding-top:8.375rem!important}.py-lg-136{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-lg-138{padding-bottom:8.625rem!important;padding-top:8.625rem!important}.py-lg-140{padding-bottom:8.75rem!important;padding-top:8.75rem!important}.py-lg-142{padding-bottom:8.875rem!important;padding-top:8.875rem!important}.py-lg-144{padding-bottom:9rem!important;padding-top:9rem!important}.py-lg-146{padding-bottom:9.125rem!important;padding-top:9.125rem!important}.py-lg-148{padding-bottom:9.25rem!important;padding-top:9.25rem!important}.py-lg-150{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-lg-152{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-lg-154{padding-bottom:9.625rem!important;padding-top:9.625rem!important}.py-lg-156{padding-bottom:9.75rem!important;padding-top:9.75rem!important}.py-lg-158{padding-bottom:9.875rem!important;padding-top:9.875rem!important}.py-lg-160{padding-bottom:10rem!important;padding-top:10rem!important}.py-lg-162{padding-bottom:10.125rem!important;padding-top:10.125rem!important}.py-lg-164{padding-bottom:10.25rem!important;padding-top:10.25rem!important}.py-lg-166{padding-bottom:10.375rem!important;padding-top:10.375rem!important}.py-lg-168{padding-bottom:10.5rem!important;padding-top:10.5rem!important}.py-lg-170{padding-bottom:10.625rem!important;padding-top:10.625rem!important}.py-lg-172{padding-bottom:10.75rem!important;padding-top:10.75rem!important}.py-lg-174{padding-bottom:10.875rem!important;padding-top:10.875rem!important}.py-lg-176{padding-bottom:11rem!important;padding-top:11rem!important}.py-lg-178{padding-bottom:11.125rem!important;padding-top:11.125rem!important}.py-lg-180{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-lg-182{padding-bottom:11.375rem!important;padding-top:11.375rem!important}.py-lg-184{padding-bottom:11.5rem!important;padding-top:11.5rem!important}.py-lg-186{padding-bottom:11.625rem!important;padding-top:11.625rem!important}.py-lg-188{padding-bottom:11.75rem!important;padding-top:11.75rem!important}.py-lg-190{padding-bottom:11.875rem!important;padding-top:11.875rem!important}.py-lg-192{padding-bottom:12rem!important;padding-top:12rem!important}.py-lg-194{padding-bottom:12.125rem!important;padding-top:12.125rem!important}.py-lg-196{padding-bottom:12.25rem!important;padding-top:12.25rem!important}.py-lg-198{padding-bottom:12.375rem!important;padding-top:12.375rem!important}.py-lg-200{padding-bottom:12.5rem!important;padding-top:12.5rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-2{padding-top:.125rem!important}.pt-lg-4{padding-top:.25rem!important}.pt-lg-6{padding-top:.375rem!important}.pt-lg-8{padding-top:.5rem!important}.pt-lg-10{padding-top:.625rem!important}.pt-lg-12{padding-top:.75rem!important}.pt-lg-14{padding-top:.875rem!important}.pt-lg-16{padding-top:1rem!important}.pt-lg-18{padding-top:1.125rem!important}.pt-lg-20{padding-top:1.25rem!important}.pt-lg-22{padding-top:1.375rem!important}.pt-lg-24{padding-top:1.5rem!important}.pt-lg-26{padding-top:1.625rem!important}.pt-lg-28{padding-top:1.75rem!important}.pt-lg-30{padding-top:1.875rem!important}.pt-lg-32{padding-top:2rem!important}.pt-lg-34{padding-top:2.125rem!important}.pt-lg-36{padding-top:2.25rem!important}.pt-lg-38{padding-top:2.375rem!important}.pt-lg-40{padding-top:2.5rem!important}.pt-lg-42{padding-top:2.625rem!important}.pt-lg-44{padding-top:2.75rem!important}.pt-lg-46{padding-top:2.875rem!important}.pt-lg-48{padding-top:3rem!important}.pt-lg-50{padding-top:3.125rem!important}.pt-lg-52{padding-top:3.25rem!important}.pt-lg-54{padding-top:3.375rem!important}.pt-lg-56{padding-top:3.5rem!important}.pt-lg-58{padding-top:3.625rem!important}.pt-lg-60{padding-top:3.75rem!important}.pt-lg-62{padding-top:3.875rem!important}.pt-lg-64{padding-top:4rem!important}.pt-lg-66{padding-top:4.125rem!important}.pt-lg-68{padding-top:4.25rem!important}.pt-lg-70{padding-top:4.375rem!important}.pt-lg-72{padding-top:4.5rem!important}.pt-lg-74{padding-top:4.625rem!important}.pt-lg-76{padding-top:4.75rem!important}.pt-lg-78{padding-top:4.875rem!important}.pt-lg-80{padding-top:5rem!important}.pt-lg-82{padding-top:5.125rem!important}.pt-lg-84{padding-top:5.25rem!important}.pt-lg-86{padding-top:5.375rem!important}.pt-lg-88{padding-top:5.5rem!important}.pt-lg-90{padding-top:5.625rem!important}.pt-lg-92{padding-top:5.75rem!important}.pt-lg-94{padding-top:5.875rem!important}.pt-lg-96{padding-top:6rem!important}.pt-lg-98{padding-top:6.125rem!important}.pt-lg-100{padding-top:6.25rem!important}.pt-lg-102{padding-top:6.375rem!important}.pt-lg-104{padding-top:6.5rem!important}.pt-lg-106{padding-top:6.625rem!important}.pt-lg-108{padding-top:6.75rem!important}.pt-lg-110{padding-top:6.875rem!important}.pt-lg-112{padding-top:7rem!important}.pt-lg-114{padding-top:7.125rem!important}.pt-lg-116{padding-top:7.25rem!important}.pt-lg-118{padding-top:7.375rem!important}.pt-lg-120{padding-top:7.5rem!important}.pt-lg-122{padding-top:7.625rem!important}.pt-lg-124{padding-top:7.75rem!important}.pt-lg-126{padding-top:7.875rem!important}.pt-lg-128{padding-top:8rem!important}.pt-lg-130{padding-top:8.125rem!important}.pt-lg-132{padding-top:8.25rem!important}.pt-lg-134{padding-top:8.375rem!important}.pt-lg-136{padding-top:8.5rem!important}.pt-lg-138{padding-top:8.625rem!important}.pt-lg-140{padding-top:8.75rem!important}.pt-lg-142{padding-top:8.875rem!important}.pt-lg-144{padding-top:9rem!important}.pt-lg-146{padding-top:9.125rem!important}.pt-lg-148{padding-top:9.25rem!important}.pt-lg-150{padding-top:9.375rem!important}.pt-lg-152{padding-top:9.5rem!important}.pt-lg-154{padding-top:9.625rem!important}.pt-lg-156{padding-top:9.75rem!important}.pt-lg-158{padding-top:9.875rem!important}.pt-lg-160{padding-top:10rem!important}.pt-lg-162{padding-top:10.125rem!important}.pt-lg-164{padding-top:10.25rem!important}.pt-lg-166{padding-top:10.375rem!important}.pt-lg-168{padding-top:10.5rem!important}.pt-lg-170{padding-top:10.625rem!important}.pt-lg-172{padding-top:10.75rem!important}.pt-lg-174{padding-top:10.875rem!important}.pt-lg-176{padding-top:11rem!important}.pt-lg-178{padding-top:11.125rem!important}.pt-lg-180{padding-top:11.25rem!important}.pt-lg-182{padding-top:11.375rem!important}.pt-lg-184{padding-top:11.5rem!important}.pt-lg-186{padding-top:11.625rem!important}.pt-lg-188{padding-top:11.75rem!important}.pt-lg-190{padding-top:11.875rem!important}.pt-lg-192{padding-top:12rem!important}.pt-lg-194{padding-top:12.125rem!important}.pt-lg-196{padding-top:12.25rem!important}.pt-lg-198{padding-top:12.375rem!important}.pt-lg-200{padding-top:12.5rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-2{padding-right:.125rem!important}.pe-lg-4{padding-right:.25rem!important}.pe-lg-6{padding-right:.375rem!important}.pe-lg-8{padding-right:.5rem!important}.pe-lg-10{padding-right:.625rem!important}.pe-lg-12{padding-right:.75rem!important}.pe-lg-14{padding-right:.875rem!important}.pe-lg-16{padding-right:1rem!important}.pe-lg-18{padding-right:1.125rem!important}.pe-lg-20{padding-right:1.25rem!important}.pe-lg-22{padding-right:1.375rem!important}.pe-lg-24{padding-right:1.5rem!important}.pe-lg-26{padding-right:1.625rem!important}.pe-lg-28{padding-right:1.75rem!important}.pe-lg-30{padding-right:1.875rem!important}.pe-lg-32{padding-right:2rem!important}.pe-lg-34{padding-right:2.125rem!important}.pe-lg-36{padding-right:2.25rem!important}.pe-lg-38{padding-right:2.375rem!important}.pe-lg-40{padding-right:2.5rem!important}.pe-lg-42{padding-right:2.625rem!important}.pe-lg-44{padding-right:2.75rem!important}.pe-lg-46{padding-right:2.875rem!important}.pe-lg-48{padding-right:3rem!important}.pe-lg-50{padding-right:3.125rem!important}.pe-lg-52{padding-right:3.25rem!important}.pe-lg-54{padding-right:3.375rem!important}.pe-lg-56{padding-right:3.5rem!important}.pe-lg-58{padding-right:3.625rem!important}.pe-lg-60{padding-right:3.75rem!important}.pe-lg-62{padding-right:3.875rem!important}.pe-lg-64{padding-right:4rem!important}.pe-lg-66{padding-right:4.125rem!important}.pe-lg-68{padding-right:4.25rem!important}.pe-lg-70{padding-right:4.375rem!important}.pe-lg-72{padding-right:4.5rem!important}.pe-lg-74{padding-right:4.625rem!important}.pe-lg-76{padding-right:4.75rem!important}.pe-lg-78{padding-right:4.875rem!important}.pe-lg-80{padding-right:5rem!important}.pe-lg-82{padding-right:5.125rem!important}.pe-lg-84{padding-right:5.25rem!important}.pe-lg-86{padding-right:5.375rem!important}.pe-lg-88{padding-right:5.5rem!important}.pe-lg-90{padding-right:5.625rem!important}.pe-lg-92{padding-right:5.75rem!important}.pe-lg-94{padding-right:5.875rem!important}.pe-lg-96{padding-right:6rem!important}.pe-lg-98{padding-right:6.125rem!important}.pe-lg-100{padding-right:6.25rem!important}.pe-lg-102{padding-right:6.375rem!important}.pe-lg-104{padding-right:6.5rem!important}.pe-lg-106{padding-right:6.625rem!important}.pe-lg-108{padding-right:6.75rem!important}.pe-lg-110{padding-right:6.875rem!important}.pe-lg-112{padding-right:7rem!important}.pe-lg-114{padding-right:7.125rem!important}.pe-lg-116{padding-right:7.25rem!important}.pe-lg-118{padding-right:7.375rem!important}.pe-lg-120{padding-right:7.5rem!important}.pe-lg-122{padding-right:7.625rem!important}.pe-lg-124{padding-right:7.75rem!important}.pe-lg-126{padding-right:7.875rem!important}.pe-lg-128{padding-right:8rem!important}.pe-lg-130{padding-right:8.125rem!important}.pe-lg-132{padding-right:8.25rem!important}.pe-lg-134{padding-right:8.375rem!important}.pe-lg-136{padding-right:8.5rem!important}.pe-lg-138{padding-right:8.625rem!important}.pe-lg-140{padding-right:8.75rem!important}.pe-lg-142{padding-right:8.875rem!important}.pe-lg-144{padding-right:9rem!important}.pe-lg-146{padding-right:9.125rem!important}.pe-lg-148{padding-right:9.25rem!important}.pe-lg-150{padding-right:9.375rem!important}.pe-lg-152{padding-right:9.5rem!important}.pe-lg-154{padding-right:9.625rem!important}.pe-lg-156{padding-right:9.75rem!important}.pe-lg-158{padding-right:9.875rem!important}.pe-lg-160{padding-right:10rem!important}.pe-lg-162{padding-right:10.125rem!important}.pe-lg-164{padding-right:10.25rem!important}.pe-lg-166{padding-right:10.375rem!important}.pe-lg-168{padding-right:10.5rem!important}.pe-lg-170{padding-right:10.625rem!important}.pe-lg-172{padding-right:10.75rem!important}.pe-lg-174{padding-right:10.875rem!important}.pe-lg-176{padding-right:11rem!important}.pe-lg-178{padding-right:11.125rem!important}.pe-lg-180{padding-right:11.25rem!important}.pe-lg-182{padding-right:11.375rem!important}.pe-lg-184{padding-right:11.5rem!important}.pe-lg-186{padding-right:11.625rem!important}.pe-lg-188{padding-right:11.75rem!important}.pe-lg-190{padding-right:11.875rem!important}.pe-lg-192{padding-right:12rem!important}.pe-lg-194{padding-right:12.125rem!important}.pe-lg-196{padding-right:12.25rem!important}.pe-lg-198{padding-right:12.375rem!important}.pe-lg-200{padding-right:12.5rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-2{padding-bottom:.125rem!important}.pb-lg-4{padding-bottom:.25rem!important}.pb-lg-6{padding-bottom:.375rem!important}.pb-lg-8{padding-bottom:.5rem!important}.pb-lg-10{padding-bottom:.625rem!important}.pb-lg-12{padding-bottom:.75rem!important}.pb-lg-14{padding-bottom:.875rem!important}.pb-lg-16{padding-bottom:1rem!important}.pb-lg-18{padding-bottom:1.125rem!important}.pb-lg-20{padding-bottom:1.25rem!important}.pb-lg-22{padding-bottom:1.375rem!important}.pb-lg-24{padding-bottom:1.5rem!important}.pb-lg-26{padding-bottom:1.625rem!important}.pb-lg-28{padding-bottom:1.75rem!important}.pb-lg-30{padding-bottom:1.875rem!important}.pb-lg-32{padding-bottom:2rem!important}.pb-lg-34{padding-bottom:2.125rem!important}.pb-lg-36{padding-bottom:2.25rem!important}.pb-lg-38{padding-bottom:2.375rem!important}.pb-lg-40{padding-bottom:2.5rem!important}.pb-lg-42{padding-bottom:2.625rem!important}.pb-lg-44{padding-bottom:2.75rem!important}.pb-lg-46{padding-bottom:2.875rem!important}.pb-lg-48{padding-bottom:3rem!important}.pb-lg-50{padding-bottom:3.125rem!important}.pb-lg-52{padding-bottom:3.25rem!important}.pb-lg-54{padding-bottom:3.375rem!important}.pb-lg-56{padding-bottom:3.5rem!important}.pb-lg-58{padding-bottom:3.625rem!important}.pb-lg-60{padding-bottom:3.75rem!important}.pb-lg-62{padding-bottom:3.875rem!important}.pb-lg-64{padding-bottom:4rem!important}.pb-lg-66{padding-bottom:4.125rem!important}.pb-lg-68{padding-bottom:4.25rem!important}.pb-lg-70{padding-bottom:4.375rem!important}.pb-lg-72{padding-bottom:4.5rem!important}.pb-lg-74{padding-bottom:4.625rem!important}.pb-lg-76{padding-bottom:4.75rem!important}.pb-lg-78{padding-bottom:4.875rem!important}.pb-lg-80{padding-bottom:5rem!important}.pb-lg-82{padding-bottom:5.125rem!important}.pb-lg-84{padding-bottom:5.25rem!important}.pb-lg-86{padding-bottom:5.375rem!important}.pb-lg-88{padding-bottom:5.5rem!important}.pb-lg-90{padding-bottom:5.625rem!important}.pb-lg-92{padding-bottom:5.75rem!important}.pb-lg-94{padding-bottom:5.875rem!important}.pb-lg-96{padding-bottom:6rem!important}.pb-lg-98{padding-bottom:6.125rem!important}.pb-lg-100{padding-bottom:6.25rem!important}.pb-lg-102{padding-bottom:6.375rem!important}.pb-lg-104{padding-bottom:6.5rem!important}.pb-lg-106{padding-bottom:6.625rem!important}.pb-lg-108{padding-bottom:6.75rem!important}.pb-lg-110{padding-bottom:6.875rem!important}.pb-lg-112{padding-bottom:7rem!important}.pb-lg-114{padding-bottom:7.125rem!important}.pb-lg-116{padding-bottom:7.25rem!important}.pb-lg-118{padding-bottom:7.375rem!important}.pb-lg-120{padding-bottom:7.5rem!important}.pb-lg-122{padding-bottom:7.625rem!important}.pb-lg-124{padding-bottom:7.75rem!important}.pb-lg-126{padding-bottom:7.875rem!important}.pb-lg-128{padding-bottom:8rem!important}.pb-lg-130{padding-bottom:8.125rem!important}.pb-lg-132{padding-bottom:8.25rem!important}.pb-lg-134{padding-bottom:8.375rem!important}.pb-lg-136{padding-bottom:8.5rem!important}.pb-lg-138{padding-bottom:8.625rem!important}.pb-lg-140{padding-bottom:8.75rem!important}.pb-lg-142{padding-bottom:8.875rem!important}.pb-lg-144{padding-bottom:9rem!important}.pb-lg-146{padding-bottom:9.125rem!important}.pb-lg-148{padding-bottom:9.25rem!important}.pb-lg-150{padding-bottom:9.375rem!important}.pb-lg-152{padding-bottom:9.5rem!important}.pb-lg-154{padding-bottom:9.625rem!important}.pb-lg-156{padding-bottom:9.75rem!important}.pb-lg-158{padding-bottom:9.875rem!important}.pb-lg-160{padding-bottom:10rem!important}.pb-lg-162{padding-bottom:10.125rem!important}.pb-lg-164{padding-bottom:10.25rem!important}.pb-lg-166{padding-bottom:10.375rem!important}.pb-lg-168{padding-bottom:10.5rem!important}.pb-lg-170{padding-bottom:10.625rem!important}.pb-lg-172{padding-bottom:10.75rem!important}.pb-lg-174{padding-bottom:10.875rem!important}.pb-lg-176{padding-bottom:11rem!important}.pb-lg-178{padding-bottom:11.125rem!important}.pb-lg-180{padding-bottom:11.25rem!important}.pb-lg-182{padding-bottom:11.375rem!important}.pb-lg-184{padding-bottom:11.5rem!important}.pb-lg-186{padding-bottom:11.625rem!important}.pb-lg-188{padding-bottom:11.75rem!important}.pb-lg-190{padding-bottom:11.875rem!important}.pb-lg-192{padding-bottom:12rem!important}.pb-lg-194{padding-bottom:12.125rem!important}.pb-lg-196{padding-bottom:12.25rem!important}.pb-lg-198{padding-bottom:12.375rem!important}.pb-lg-200{padding-bottom:12.5rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-2{padding-left:.125rem!important}.ps-lg-4{padding-left:.25rem!important}.ps-lg-6{padding-left:.375rem!important}.ps-lg-8{padding-left:.5rem!important}.ps-lg-10{padding-left:.625rem!important}.ps-lg-12{padding-left:.75rem!important}.ps-lg-14{padding-left:.875rem!important}.ps-lg-16{padding-left:1rem!important}.ps-lg-18{padding-left:1.125rem!important}.ps-lg-20{padding-left:1.25rem!important}.ps-lg-22{padding-left:1.375rem!important}.ps-lg-24{padding-left:1.5rem!important}.ps-lg-26{padding-left:1.625rem!important}.ps-lg-28{padding-left:1.75rem!important}.ps-lg-30{padding-left:1.875rem!important}.ps-lg-32{padding-left:2rem!important}.ps-lg-34{padding-left:2.125rem!important}.ps-lg-36{padding-left:2.25rem!important}.ps-lg-38{padding-left:2.375rem!important}.ps-lg-40{padding-left:2.5rem!important}.ps-lg-42{padding-left:2.625rem!important}.ps-lg-44{padding-left:2.75rem!important}.ps-lg-46{padding-left:2.875rem!important}.ps-lg-48{padding-left:3rem!important}.ps-lg-50{padding-left:3.125rem!important}.ps-lg-52{padding-left:3.25rem!important}.ps-lg-54{padding-left:3.375rem!important}.ps-lg-56{padding-left:3.5rem!important}.ps-lg-58{padding-left:3.625rem!important}.ps-lg-60{padding-left:3.75rem!important}.ps-lg-62{padding-left:3.875rem!important}.ps-lg-64{padding-left:4rem!important}.ps-lg-66{padding-left:4.125rem!important}.ps-lg-68{padding-left:4.25rem!important}.ps-lg-70{padding-left:4.375rem!important}.ps-lg-72{padding-left:4.5rem!important}.ps-lg-74{padding-left:4.625rem!important}.ps-lg-76{padding-left:4.75rem!important}.ps-lg-78{padding-left:4.875rem!important}.ps-lg-80{padding-left:5rem!important}.ps-lg-82{padding-left:5.125rem!important}.ps-lg-84{padding-left:5.25rem!important}.ps-lg-86{padding-left:5.375rem!important}.ps-lg-88{padding-left:5.5rem!important}.ps-lg-90{padding-left:5.625rem!important}.ps-lg-92{padding-left:5.75rem!important}.ps-lg-94{padding-left:5.875rem!important}.ps-lg-96{padding-left:6rem!important}.ps-lg-98{padding-left:6.125rem!important}.ps-lg-100{padding-left:6.25rem!important}.ps-lg-102{padding-left:6.375rem!important}.ps-lg-104{padding-left:6.5rem!important}.ps-lg-106{padding-left:6.625rem!important}.ps-lg-108{padding-left:6.75rem!important}.ps-lg-110{padding-left:6.875rem!important}.ps-lg-112{padding-left:7rem!important}.ps-lg-114{padding-left:7.125rem!important}.ps-lg-116{padding-left:7.25rem!important}.ps-lg-118{padding-left:7.375rem!important}.ps-lg-120{padding-left:7.5rem!important}.ps-lg-122{padding-left:7.625rem!important}.ps-lg-124{padding-left:7.75rem!important}.ps-lg-126{padding-left:7.875rem!important}.ps-lg-128{padding-left:8rem!important}.ps-lg-130{padding-left:8.125rem!important}.ps-lg-132{padding-left:8.25rem!important}.ps-lg-134{padding-left:8.375rem!important}.ps-lg-136{padding-left:8.5rem!important}.ps-lg-138{padding-left:8.625rem!important}.ps-lg-140{padding-left:8.75rem!important}.ps-lg-142{padding-left:8.875rem!important}.ps-lg-144{padding-left:9rem!important}.ps-lg-146{padding-left:9.125rem!important}.ps-lg-148{padding-left:9.25rem!important}.ps-lg-150{padding-left:9.375rem!important}.ps-lg-152{padding-left:9.5rem!important}.ps-lg-154{padding-left:9.625rem!important}.ps-lg-156{padding-left:9.75rem!important}.ps-lg-158{padding-left:9.875rem!important}.ps-lg-160{padding-left:10rem!important}.ps-lg-162{padding-left:10.125rem!important}.ps-lg-164{padding-left:10.25rem!important}.ps-lg-166{padding-left:10.375rem!important}.ps-lg-168{padding-left:10.5rem!important}.ps-lg-170{padding-left:10.625rem!important}.ps-lg-172{padding-left:10.75rem!important}.ps-lg-174{padding-left:10.875rem!important}.ps-lg-176{padding-left:11rem!important}.ps-lg-178{padding-left:11.125rem!important}.ps-lg-180{padding-left:11.25rem!important}.ps-lg-182{padding-left:11.375rem!important}.ps-lg-184{padding-left:11.5rem!important}.ps-lg-186{padding-left:11.625rem!important}.ps-lg-188{padding-left:11.75rem!important}.ps-lg-190{padding-left:11.875rem!important}.ps-lg-192{padding-left:12rem!important}.ps-lg-194{padding-left:12.125rem!important}.ps-lg-196{padding-left:12.25rem!important}.ps-lg-198{padding-left:12.375rem!important}.ps-lg-200{padding-left:12.5rem!important}.gap-lg-0{gap:0!important}.gap-lg-2{gap:.125rem!important}.gap-lg-4{gap:.25rem!important}.gap-lg-6{gap:.375rem!important}.gap-lg-8{gap:.5rem!important}.gap-lg-10{gap:.625rem!important}.gap-lg-12{gap:.75rem!important}.gap-lg-14{gap:.875rem!important}.gap-lg-16{gap:1rem!important}.gap-lg-18{gap:1.125rem!important}.gap-lg-20{gap:1.25rem!important}.gap-lg-22{gap:1.375rem!important}.gap-lg-24{gap:1.5rem!important}.gap-lg-26{gap:1.625rem!important}.gap-lg-28{gap:1.75rem!important}.gap-lg-30{gap:1.875rem!important}.gap-lg-32{gap:2rem!important}.gap-lg-34{gap:2.125rem!important}.gap-lg-36{gap:2.25rem!important}.gap-lg-38{gap:2.375rem!important}.gap-lg-40{gap:2.5rem!important}.gap-lg-42{gap:2.625rem!important}.gap-lg-44{gap:2.75rem!important}.gap-lg-46{gap:2.875rem!important}.gap-lg-48{gap:3rem!important}.gap-lg-50{gap:3.125rem!important}.gap-lg-52{gap:3.25rem!important}.gap-lg-54{gap:3.375rem!important}.gap-lg-56{gap:3.5rem!important}.gap-lg-58{gap:3.625rem!important}.gap-lg-60{gap:3.75rem!important}.gap-lg-62{gap:3.875rem!important}.gap-lg-64{gap:4rem!important}.gap-lg-66{gap:4.125rem!important}.gap-lg-68{gap:4.25rem!important}.gap-lg-70{gap:4.375rem!important}.gap-lg-72{gap:4.5rem!important}.gap-lg-74{gap:4.625rem!important}.gap-lg-76{gap:4.75rem!important}.gap-lg-78{gap:4.875rem!important}.gap-lg-80{gap:5rem!important}.gap-lg-82{gap:5.125rem!important}.gap-lg-84{gap:5.25rem!important}.gap-lg-86{gap:5.375rem!important}.gap-lg-88{gap:5.5rem!important}.gap-lg-90{gap:5.625rem!important}.gap-lg-92{gap:5.75rem!important}.gap-lg-94{gap:5.875rem!important}.gap-lg-96{gap:6rem!important}.gap-lg-98{gap:6.125rem!important}.gap-lg-100{gap:6.25rem!important}.gap-lg-102{gap:6.375rem!important}.gap-lg-104{gap:6.5rem!important}.gap-lg-106{gap:6.625rem!important}.gap-lg-108{gap:6.75rem!important}.gap-lg-110{gap:6.875rem!important}.gap-lg-112{gap:7rem!important}.gap-lg-114{gap:7.125rem!important}.gap-lg-116{gap:7.25rem!important}.gap-lg-118{gap:7.375rem!important}.gap-lg-120{gap:7.5rem!important}.gap-lg-122{gap:7.625rem!important}.gap-lg-124{gap:7.75rem!important}.gap-lg-126{gap:7.875rem!important}.gap-lg-128{gap:8rem!important}.gap-lg-130{gap:8.125rem!important}.gap-lg-132{gap:8.25rem!important}.gap-lg-134{gap:8.375rem!important}.gap-lg-136{gap:8.5rem!important}.gap-lg-138{gap:8.625rem!important}.gap-lg-140{gap:8.75rem!important}.gap-lg-142{gap:8.875rem!important}.gap-lg-144{gap:9rem!important}.gap-lg-146{gap:9.125rem!important}.gap-lg-148{gap:9.25rem!important}.gap-lg-150{gap:9.375rem!important}.gap-lg-152{gap:9.5rem!important}.gap-lg-154{gap:9.625rem!important}.gap-lg-156{gap:9.75rem!important}.gap-lg-158{gap:9.875rem!important}.gap-lg-160{gap:10rem!important}.gap-lg-162{gap:10.125rem!important}.gap-lg-164{gap:10.25rem!important}.gap-lg-166{gap:10.375rem!important}.gap-lg-168{gap:10.5rem!important}.gap-lg-170{gap:10.625rem!important}.gap-lg-172{gap:10.75rem!important}.gap-lg-174{gap:10.875rem!important}.gap-lg-176{gap:11rem!important}.gap-lg-178{gap:11.125rem!important}.gap-lg-180{gap:11.25rem!important}.gap-lg-182{gap:11.375rem!important}.gap-lg-184{gap:11.5rem!important}.gap-lg-186{gap:11.625rem!important}.gap-lg-188{gap:11.75rem!important}.gap-lg-190{gap:11.875rem!important}.gap-lg-192{gap:12rem!important}.gap-lg-194{gap:12.125rem!important}.gap-lg-196{gap:12.25rem!important}.gap-lg-198{gap:12.375rem!important}.gap-lg-200{gap:12.5rem!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}.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-2{margin:.125rem!important}.m-xl-4{margin:.25rem!important}.m-xl-6{margin:.375rem!important}.m-xl-8{margin:.5rem!important}.m-xl-10{margin:.625rem!important}.m-xl-12{margin:.75rem!important}.m-xl-14{margin:.875rem!important}.m-xl-16{margin:1rem!important}.m-xl-18{margin:1.125rem!important}.m-xl-20{margin:1.25rem!important}.m-xl-22{margin:1.375rem!important}.m-xl-24{margin:1.5rem!important}.m-xl-26{margin:1.625rem!important}.m-xl-28{margin:1.75rem!important}.m-xl-30{margin:1.875rem!important}.m-xl-32{margin:2rem!important}.m-xl-34{margin:2.125rem!important}.m-xl-36{margin:2.25rem!important}.m-xl-38{margin:2.375rem!important}.m-xl-40{margin:2.5rem!important}.m-xl-42{margin:2.625rem!important}.m-xl-44{margin:2.75rem!important}.m-xl-46{margin:2.875rem!important}.m-xl-48{margin:3rem!important}.m-xl-50{margin:3.125rem!important}.m-xl-52{margin:3.25rem!important}.m-xl-54{margin:3.375rem!important}.m-xl-56{margin:3.5rem!important}.m-xl-58{margin:3.625rem!important}.m-xl-60{margin:3.75rem!important}.m-xl-62{margin:3.875rem!important}.m-xl-64{margin:4rem!important}.m-xl-66{margin:4.125rem!important}.m-xl-68{margin:4.25rem!important}.m-xl-70{margin:4.375rem!important}.m-xl-72{margin:4.5rem!important}.m-xl-74{margin:4.625rem!important}.m-xl-76{margin:4.75rem!important}.m-xl-78{margin:4.875rem!important}.m-xl-80{margin:5rem!important}.m-xl-82{margin:5.125rem!important}.m-xl-84{margin:5.25rem!important}.m-xl-86{margin:5.375rem!important}.m-xl-88{margin:5.5rem!important}.m-xl-90{margin:5.625rem!important}.m-xl-92{margin:5.75rem!important}.m-xl-94{margin:5.875rem!important}.m-xl-96{margin:6rem!important}.m-xl-98{margin:6.125rem!important}.m-xl-100{margin:6.25rem!important}.m-xl-102{margin:6.375rem!important}.m-xl-104{margin:6.5rem!important}.m-xl-106{margin:6.625rem!important}.m-xl-108{margin:6.75rem!important}.m-xl-110{margin:6.875rem!important}.m-xl-112{margin:7rem!important}.m-xl-114{margin:7.125rem!important}.m-xl-116{margin:7.25rem!important}.m-xl-118{margin:7.375rem!important}.m-xl-120{margin:7.5rem!important}.m-xl-122{margin:7.625rem!important}.m-xl-124{margin:7.75rem!important}.m-xl-126{margin:7.875rem!important}.m-xl-128{margin:8rem!important}.m-xl-130{margin:8.125rem!important}.m-xl-132{margin:8.25rem!important}.m-xl-134{margin:8.375rem!important}.m-xl-136{margin:8.5rem!important}.m-xl-138{margin:8.625rem!important}.m-xl-140{margin:8.75rem!important}.m-xl-142{margin:8.875rem!important}.m-xl-144{margin:9rem!important}.m-xl-146{margin:9.125rem!important}.m-xl-148{margin:9.25rem!important}.m-xl-150{margin:9.375rem!important}.m-xl-152{margin:9.5rem!important}.m-xl-154{margin:9.625rem!important}.m-xl-156{margin:9.75rem!important}.m-xl-158{margin:9.875rem!important}.m-xl-160{margin:10rem!important}.m-xl-162{margin:10.125rem!important}.m-xl-164{margin:10.25rem!important}.m-xl-166{margin:10.375rem!important}.m-xl-168{margin:10.5rem!important}.m-xl-170{margin:10.625rem!important}.m-xl-172{margin:10.75rem!important}.m-xl-174{margin:10.875rem!important}.m-xl-176{margin:11rem!important}.m-xl-178{margin:11.125rem!important}.m-xl-180{margin:11.25rem!important}.m-xl-182{margin:11.375rem!important}.m-xl-184{margin:11.5rem!important}.m-xl-186{margin:11.625rem!important}.m-xl-188{margin:11.75rem!important}.m-xl-190{margin:11.875rem!important}.m-xl-192{margin:12rem!important}.m-xl-194{margin:12.125rem!important}.m-xl-196{margin:12.25rem!important}.m-xl-198{margin:12.375rem!important}.m-xl-200{margin:12.5rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-2{margin-left:.125rem!important;margin-right:.125rem!important}.mx-xl-4{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-6{margin-left:.375rem!important;margin-right:.375rem!important}.mx-xl-8{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-10{margin-left:.625rem!important;margin-right:.625rem!important}.mx-xl-12{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-14{margin-left:.875rem!important;margin-right:.875rem!important}.mx-xl-16{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-18{margin-left:1.125rem!important;margin-right:1.125rem!important}.mx-xl-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xl-22{margin-left:1.375rem!important;margin-right:1.375rem!important}.mx-xl-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-26{margin-left:1.625rem!important;margin-right:1.625rem!important}.mx-xl-28{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xl-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-xl-32{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-34{margin-left:2.125rem!important;margin-right:2.125rem!important}.mx-xl-36{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xl-38{margin-left:2.375rem!important;margin-right:2.375rem!important}.mx-xl-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xl-42{margin-left:2.625rem!important;margin-right:2.625rem!important}.mx-xl-44{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xl-46{margin-left:2.875rem!important;margin-right:2.875rem!important}.mx-xl-48{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.mx-xl-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-xl-54{margin-left:3.375rem!important;margin-right:3.375rem!important}.mx-xl-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-xl-58{margin-left:3.625rem!important;margin-right:3.625rem!important}.mx-xl-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xl-62{margin-left:3.875rem!important;margin-right:3.875rem!important}.mx-xl-64{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-66{margin-left:4.125rem!important;margin-right:4.125rem!important}.mx-xl-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-xl-70{margin-left:4.375rem!important;margin-right:4.375rem!important}.mx-xl-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xl-74{margin-left:4.625rem!important;margin-right:4.625rem!important}.mx-xl-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xl-78{margin-left:4.875rem!important;margin-right:4.875rem!important}.mx-xl-80{margin-left:5rem!important;margin-right:5rem!important}.mx-xl-82{margin-left:5.125rem!important;margin-right:5.125rem!important}.mx-xl-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.mx-xl-86{margin-left:5.375rem!important;margin-right:5.375rem!important}.mx-xl-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-xl-90{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-xl-92{margin-left:5.75rem!important;margin-right:5.75rem!important}.mx-xl-94{margin-left:5.875rem!important;margin-right:5.875rem!important}.mx-xl-96{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-98{margin-left:6.125rem!important;margin-right:6.125rem!important}.mx-xl-100{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-xl-102{margin-left:6.375rem!important;margin-right:6.375rem!important}.mx-xl-104{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-xl-106{margin-left:6.625rem!important;margin-right:6.625rem!important}.mx-xl-108{margin-left:6.75rem!important;margin-right:6.75rem!important}.mx-xl-110{margin-left:6.875rem!important;margin-right:6.875rem!important}.mx-xl-112{margin-left:7rem!important;margin-right:7rem!important}.mx-xl-114{margin-left:7.125rem!important;margin-right:7.125rem!important}.mx-xl-116{margin-left:7.25rem!important;margin-right:7.25rem!important}.mx-xl-118{margin-left:7.375rem!important;margin-right:7.375rem!important}.mx-xl-120{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xl-122{margin-left:7.625rem!important;margin-right:7.625rem!important}.mx-xl-124{margin-left:7.75rem!important;margin-right:7.75rem!important}.mx-xl-126{margin-left:7.875rem!important;margin-right:7.875rem!important}.mx-xl-128{margin-left:8rem!important;margin-right:8rem!important}.mx-xl-130{margin-left:8.125rem!important;margin-right:8.125rem!important}.mx-xl-132{margin-left:8.25rem!important;margin-right:8.25rem!important}.mx-xl-134{margin-left:8.375rem!important;margin-right:8.375rem!important}.mx-xl-136{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-xl-138{margin-left:8.625rem!important;margin-right:8.625rem!important}.mx-xl-140{margin-left:8.75rem!important;margin-right:8.75rem!important}.mx-xl-142{margin-left:8.875rem!important;margin-right:8.875rem!important}.mx-xl-144{margin-left:9rem!important;margin-right:9rem!important}.mx-xl-146{margin-left:9.125rem!important;margin-right:9.125rem!important}.mx-xl-148{margin-left:9.25rem!important;margin-right:9.25rem!important}.mx-xl-150{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-xl-152{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-xl-154{margin-left:9.625rem!important;margin-right:9.625rem!important}.mx-xl-156{margin-left:9.75rem!important;margin-right:9.75rem!important}.mx-xl-158{margin-left:9.875rem!important;margin-right:9.875rem!important}.mx-xl-160{margin-left:10rem!important;margin-right:10rem!important}.mx-xl-162{margin-left:10.125rem!important;margin-right:10.125rem!important}.mx-xl-164{margin-left:10.25rem!important;margin-right:10.25rem!important}.mx-xl-166{margin-left:10.375rem!important;margin-right:10.375rem!important}.mx-xl-168{margin-left:10.5rem!important;margin-right:10.5rem!important}.mx-xl-170{margin-left:10.625rem!important;margin-right:10.625rem!important}.mx-xl-172{margin-left:10.75rem!important;margin-right:10.75rem!important}.mx-xl-174{margin-left:10.875rem!important;margin-right:10.875rem!important}.mx-xl-176{margin-left:11rem!important;margin-right:11rem!important}.mx-xl-178{margin-left:11.125rem!important;margin-right:11.125rem!important}.mx-xl-180{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-xl-182{margin-left:11.375rem!important;margin-right:11.375rem!important}.mx-xl-184{margin-left:11.5rem!important;margin-right:11.5rem!important}.mx-xl-186{margin-left:11.625rem!important;margin-right:11.625rem!important}.mx-xl-188{margin-left:11.75rem!important;margin-right:11.75rem!important}.mx-xl-190{margin-left:11.875rem!important;margin-right:11.875rem!important}.mx-xl-192{margin-left:12rem!important;margin-right:12rem!important}.mx-xl-194{margin-left:12.125rem!important;margin-right:12.125rem!important}.mx-xl-196{margin-left:12.25rem!important;margin-right:12.25rem!important}.mx-xl-198{margin-left:12.375rem!important;margin-right:12.375rem!important}.mx-xl-200{margin-left:12.5rem!important;margin-right:12.5rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-2{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-xl-4{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-6{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-xl-8{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-10{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-xl-12{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xl-14{margin-bottom:.875rem!important;margin-top:.875rem!important}.my-xl-16{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-18{margin-bottom:1.125rem!important;margin-top:1.125rem!important}.my-xl-20{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xl-22{margin-bottom:1.375rem!important;margin-top:1.375rem!important}.my-xl-24{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-26{margin-bottom:1.625rem!important;margin-top:1.625rem!important}.my-xl-28{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xl-30{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-xl-32{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-34{margin-bottom:2.125rem!important;margin-top:2.125rem!important}.my-xl-36{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xl-38{margin-bottom:2.375rem!important;margin-top:2.375rem!important}.my-xl-40{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xl-42{margin-bottom:2.625rem!important;margin-top:2.625rem!important}.my-xl-44{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xl-46{margin-bottom:2.875rem!important;margin-top:2.875rem!important}.my-xl-48{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-50{margin-bottom:3.125rem!important;margin-top:3.125rem!important}.my-xl-52{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-xl-54{margin-bottom:3.375rem!important;margin-top:3.375rem!important}.my-xl-56{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-xl-58{margin-bottom:3.625rem!important;margin-top:3.625rem!important}.my-xl-60{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xl-62{margin-bottom:3.875rem!important;margin-top:3.875rem!important}.my-xl-64{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-66{margin-bottom:4.125rem!important;margin-top:4.125rem!important}.my-xl-68{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-xl-70{margin-bottom:4.375rem!important;margin-top:4.375rem!important}.my-xl-72{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xl-74{margin-bottom:4.625rem!important;margin-top:4.625rem!important}.my-xl-76{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xl-78{margin-bottom:4.875rem!important;margin-top:4.875rem!important}.my-xl-80{margin-bottom:5rem!important;margin-top:5rem!important}.my-xl-82{margin-bottom:5.125rem!important;margin-top:5.125rem!important}.my-xl-84{margin-bottom:5.25rem!important;margin-top:5.25rem!important}.my-xl-86{margin-bottom:5.375rem!important;margin-top:5.375rem!important}.my-xl-88{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-xl-90{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-xl-92{margin-bottom:5.75rem!important;margin-top:5.75rem!important}.my-xl-94{margin-bottom:5.875rem!important;margin-top:5.875rem!important}.my-xl-96{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-98{margin-bottom:6.125rem!important;margin-top:6.125rem!important}.my-xl-100{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-xl-102{margin-bottom:6.375rem!important;margin-top:6.375rem!important}.my-xl-104{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-xl-106{margin-bottom:6.625rem!important;margin-top:6.625rem!important}.my-xl-108{margin-bottom:6.75rem!important;margin-top:6.75rem!important}.my-xl-110{margin-bottom:6.875rem!important;margin-top:6.875rem!important}.my-xl-112{margin-bottom:7rem!important;margin-top:7rem!important}.my-xl-114{margin-bottom:7.125rem!important;margin-top:7.125rem!important}.my-xl-116{margin-bottom:7.25rem!important;margin-top:7.25rem!important}.my-xl-118{margin-bottom:7.375rem!important;margin-top:7.375rem!important}.my-xl-120{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xl-122{margin-bottom:7.625rem!important;margin-top:7.625rem!important}.my-xl-124{margin-bottom:7.75rem!important;margin-top:7.75rem!important}.my-xl-126{margin-bottom:7.875rem!important;margin-top:7.875rem!important}.my-xl-128{margin-bottom:8rem!important;margin-top:8rem!important}.my-xl-130{margin-bottom:8.125rem!important;margin-top:8.125rem!important}.my-xl-132{margin-bottom:8.25rem!important;margin-top:8.25rem!important}.my-xl-134{margin-bottom:8.375rem!important;margin-top:8.375rem!important}.my-xl-136{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-xl-138{margin-bottom:8.625rem!important;margin-top:8.625rem!important}.my-xl-140{margin-bottom:8.75rem!important;margin-top:8.75rem!important}.my-xl-142{margin-bottom:8.875rem!important;margin-top:8.875rem!important}.my-xl-144{margin-bottom:9rem!important;margin-top:9rem!important}.my-xl-146{margin-bottom:9.125rem!important;margin-top:9.125rem!important}.my-xl-148{margin-bottom:9.25rem!important;margin-top:9.25rem!important}.my-xl-150{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-xl-152{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-xl-154{margin-bottom:9.625rem!important;margin-top:9.625rem!important}.my-xl-156{margin-bottom:9.75rem!important;margin-top:9.75rem!important}.my-xl-158{margin-bottom:9.875rem!important;margin-top:9.875rem!important}.my-xl-160{margin-bottom:10rem!important;margin-top:10rem!important}.my-xl-162{margin-bottom:10.125rem!important;margin-top:10.125rem!important}.my-xl-164{margin-bottom:10.25rem!important;margin-top:10.25rem!important}.my-xl-166{margin-bottom:10.375rem!important;margin-top:10.375rem!important}.my-xl-168{margin-bottom:10.5rem!important;margin-top:10.5rem!important}.my-xl-170{margin-bottom:10.625rem!important;margin-top:10.625rem!important}.my-xl-172{margin-bottom:10.75rem!important;margin-top:10.75rem!important}.my-xl-174{margin-bottom:10.875rem!important;margin-top:10.875rem!important}.my-xl-176{margin-bottom:11rem!important;margin-top:11rem!important}.my-xl-178{margin-bottom:11.125rem!important;margin-top:11.125rem!important}.my-xl-180{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-xl-182{margin-bottom:11.375rem!important;margin-top:11.375rem!important}.my-xl-184{margin-bottom:11.5rem!important;margin-top:11.5rem!important}.my-xl-186{margin-bottom:11.625rem!important;margin-top:11.625rem!important}.my-xl-188{margin-bottom:11.75rem!important;margin-top:11.75rem!important}.my-xl-190{margin-bottom:11.875rem!important;margin-top:11.875rem!important}.my-xl-192{margin-bottom:12rem!important;margin-top:12rem!important}.my-xl-194{margin-bottom:12.125rem!important;margin-top:12.125rem!important}.my-xl-196{margin-bottom:12.25rem!important;margin-top:12.25rem!important}.my-xl-198{margin-bottom:12.375rem!important;margin-top:12.375rem!important}.my-xl-200{margin-bottom:12.5rem!important;margin-top:12.5rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-2{margin-top:.125rem!important}.mt-xl-4{margin-top:.25rem!important}.mt-xl-6{margin-top:.375rem!important}.mt-xl-8{margin-top:.5rem!important}.mt-xl-10{margin-top:.625rem!important}.mt-xl-12{margin-top:.75rem!important}.mt-xl-14{margin-top:.875rem!important}.mt-xl-16{margin-top:1rem!important}.mt-xl-18{margin-top:1.125rem!important}.mt-xl-20{margin-top:1.25rem!important}.mt-xl-22{margin-top:1.375rem!important}.mt-xl-24{margin-top:1.5rem!important}.mt-xl-26{margin-top:1.625rem!important}.mt-xl-28{margin-top:1.75rem!important}.mt-xl-30{margin-top:1.875rem!important}.mt-xl-32{margin-top:2rem!important}.mt-xl-34{margin-top:2.125rem!important}.mt-xl-36{margin-top:2.25rem!important}.mt-xl-38{margin-top:2.375rem!important}.mt-xl-40{margin-top:2.5rem!important}.mt-xl-42{margin-top:2.625rem!important}.mt-xl-44{margin-top:2.75rem!important}.mt-xl-46{margin-top:2.875rem!important}.mt-xl-48{margin-top:3rem!important}.mt-xl-50{margin-top:3.125rem!important}.mt-xl-52{margin-top:3.25rem!important}.mt-xl-54{margin-top:3.375rem!important}.mt-xl-56{margin-top:3.5rem!important}.mt-xl-58{margin-top:3.625rem!important}.mt-xl-60{margin-top:3.75rem!important}.mt-xl-62{margin-top:3.875rem!important}.mt-xl-64{margin-top:4rem!important}.mt-xl-66{margin-top:4.125rem!important}.mt-xl-68{margin-top:4.25rem!important}.mt-xl-70{margin-top:4.375rem!important}.mt-xl-72{margin-top:4.5rem!important}.mt-xl-74{margin-top:4.625rem!important}.mt-xl-76{margin-top:4.75rem!important}.mt-xl-78{margin-top:4.875rem!important}.mt-xl-80{margin-top:5rem!important}.mt-xl-82{margin-top:5.125rem!important}.mt-xl-84{margin-top:5.25rem!important}.mt-xl-86{margin-top:5.375rem!important}.mt-xl-88{margin-top:5.5rem!important}.mt-xl-90{margin-top:5.625rem!important}.mt-xl-92{margin-top:5.75rem!important}.mt-xl-94{margin-top:5.875rem!important}.mt-xl-96{margin-top:6rem!important}.mt-xl-98{margin-top:6.125rem!important}.mt-xl-100{margin-top:6.25rem!important}.mt-xl-102{margin-top:6.375rem!important}.mt-xl-104{margin-top:6.5rem!important}.mt-xl-106{margin-top:6.625rem!important}.mt-xl-108{margin-top:6.75rem!important}.mt-xl-110{margin-top:6.875rem!important}.mt-xl-112{margin-top:7rem!important}.mt-xl-114{margin-top:7.125rem!important}.mt-xl-116{margin-top:7.25rem!important}.mt-xl-118{margin-top:7.375rem!important}.mt-xl-120{margin-top:7.5rem!important}.mt-xl-122{margin-top:7.625rem!important}.mt-xl-124{margin-top:7.75rem!important}.mt-xl-126{margin-top:7.875rem!important}.mt-xl-128{margin-top:8rem!important}.mt-xl-130{margin-top:8.125rem!important}.mt-xl-132{margin-top:8.25rem!important}.mt-xl-134{margin-top:8.375rem!important}.mt-xl-136{margin-top:8.5rem!important}.mt-xl-138{margin-top:8.625rem!important}.mt-xl-140{margin-top:8.75rem!important}.mt-xl-142{margin-top:8.875rem!important}.mt-xl-144{margin-top:9rem!important}.mt-xl-146{margin-top:9.125rem!important}.mt-xl-148{margin-top:9.25rem!important}.mt-xl-150{margin-top:9.375rem!important}.mt-xl-152{margin-top:9.5rem!important}.mt-xl-154{margin-top:9.625rem!important}.mt-xl-156{margin-top:9.75rem!important}.mt-xl-158{margin-top:9.875rem!important}.mt-xl-160{margin-top:10rem!important}.mt-xl-162{margin-top:10.125rem!important}.mt-xl-164{margin-top:10.25rem!important}.mt-xl-166{margin-top:10.375rem!important}.mt-xl-168{margin-top:10.5rem!important}.mt-xl-170{margin-top:10.625rem!important}.mt-xl-172{margin-top:10.75rem!important}.mt-xl-174{margin-top:10.875rem!important}.mt-xl-176{margin-top:11rem!important}.mt-xl-178{margin-top:11.125rem!important}.mt-xl-180{margin-top:11.25rem!important}.mt-xl-182{margin-top:11.375rem!important}.mt-xl-184{margin-top:11.5rem!important}.mt-xl-186{margin-top:11.625rem!important}.mt-xl-188{margin-top:11.75rem!important}.mt-xl-190{margin-top:11.875rem!important}.mt-xl-192{margin-top:12rem!important}.mt-xl-194{margin-top:12.125rem!important}.mt-xl-196{margin-top:12.25rem!important}.mt-xl-198{margin-top:12.375rem!important}.mt-xl-200{margin-top:12.5rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-2{margin-right:.125rem!important}.me-xl-4{margin-right:.25rem!important}.me-xl-6{margin-right:.375rem!important}.me-xl-8{margin-right:.5rem!important}.me-xl-10{margin-right:.625rem!important}.me-xl-12{margin-right:.75rem!important}.me-xl-14{margin-right:.875rem!important}.me-xl-16{margin-right:1rem!important}.me-xl-18{margin-right:1.125rem!important}.me-xl-20{margin-right:1.25rem!important}.me-xl-22{margin-right:1.375rem!important}.me-xl-24{margin-right:1.5rem!important}.me-xl-26{margin-right:1.625rem!important}.me-xl-28{margin-right:1.75rem!important}.me-xl-30{margin-right:1.875rem!important}.me-xl-32{margin-right:2rem!important}.me-xl-34{margin-right:2.125rem!important}.me-xl-36{margin-right:2.25rem!important}.me-xl-38{margin-right:2.375rem!important}.me-xl-40{margin-right:2.5rem!important}.me-xl-42{margin-right:2.625rem!important}.me-xl-44{margin-right:2.75rem!important}.me-xl-46{margin-right:2.875rem!important}.me-xl-48{margin-right:3rem!important}.me-xl-50{margin-right:3.125rem!important}.me-xl-52{margin-right:3.25rem!important}.me-xl-54{margin-right:3.375rem!important}.me-xl-56{margin-right:3.5rem!important}.me-xl-58{margin-right:3.625rem!important}.me-xl-60{margin-right:3.75rem!important}.me-xl-62{margin-right:3.875rem!important}.me-xl-64{margin-right:4rem!important}.me-xl-66{margin-right:4.125rem!important}.me-xl-68{margin-right:4.25rem!important}.me-xl-70{margin-right:4.375rem!important}.me-xl-72{margin-right:4.5rem!important}.me-xl-74{margin-right:4.625rem!important}.me-xl-76{margin-right:4.75rem!important}.me-xl-78{margin-right:4.875rem!important}.me-xl-80{margin-right:5rem!important}.me-xl-82{margin-right:5.125rem!important}.me-xl-84{margin-right:5.25rem!important}.me-xl-86{margin-right:5.375rem!important}.me-xl-88{margin-right:5.5rem!important}.me-xl-90{margin-right:5.625rem!important}.me-xl-92{margin-right:5.75rem!important}.me-xl-94{margin-right:5.875rem!important}.me-xl-96{margin-right:6rem!important}.me-xl-98{margin-right:6.125rem!important}.me-xl-100{margin-right:6.25rem!important}.me-xl-102{margin-right:6.375rem!important}.me-xl-104{margin-right:6.5rem!important}.me-xl-106{margin-right:6.625rem!important}.me-xl-108{margin-right:6.75rem!important}.me-xl-110{margin-right:6.875rem!important}.me-xl-112{margin-right:7rem!important}.me-xl-114{margin-right:7.125rem!important}.me-xl-116{margin-right:7.25rem!important}.me-xl-118{margin-right:7.375rem!important}.me-xl-120{margin-right:7.5rem!important}.me-xl-122{margin-right:7.625rem!important}.me-xl-124{margin-right:7.75rem!important}.me-xl-126{margin-right:7.875rem!important}.me-xl-128{margin-right:8rem!important}.me-xl-130{margin-right:8.125rem!important}.me-xl-132{margin-right:8.25rem!important}.me-xl-134{margin-right:8.375rem!important}.me-xl-136{margin-right:8.5rem!important}.me-xl-138{margin-right:8.625rem!important}.me-xl-140{margin-right:8.75rem!important}.me-xl-142{margin-right:8.875rem!important}.me-xl-144{margin-right:9rem!important}.me-xl-146{margin-right:9.125rem!important}.me-xl-148{margin-right:9.25rem!important}.me-xl-150{margin-right:9.375rem!important}.me-xl-152{margin-right:9.5rem!important}.me-xl-154{margin-right:9.625rem!important}.me-xl-156{margin-right:9.75rem!important}.me-xl-158{margin-right:9.875rem!important}.me-xl-160{margin-right:10rem!important}.me-xl-162{margin-right:10.125rem!important}.me-xl-164{margin-right:10.25rem!important}.me-xl-166{margin-right:10.375rem!important}.me-xl-168{margin-right:10.5rem!important}.me-xl-170{margin-right:10.625rem!important}.me-xl-172{margin-right:10.75rem!important}.me-xl-174{margin-right:10.875rem!important}.me-xl-176{margin-right:11rem!important}.me-xl-178{margin-right:11.125rem!important}.me-xl-180{margin-right:11.25rem!important}.me-xl-182{margin-right:11.375rem!important}.me-xl-184{margin-right:11.5rem!important}.me-xl-186{margin-right:11.625rem!important}.me-xl-188{margin-right:11.75rem!important}.me-xl-190{margin-right:11.875rem!important}.me-xl-192{margin-right:12rem!important}.me-xl-194{margin-right:12.125rem!important}.me-xl-196{margin-right:12.25rem!important}.me-xl-198{margin-right:12.375rem!important}.me-xl-200{margin-right:12.5rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-2{margin-bottom:.125rem!important}.mb-xl-4{margin-bottom:.25rem!important}.mb-xl-6{margin-bottom:.375rem!important}.mb-xl-8{margin-bottom:.5rem!important}.mb-xl-10{margin-bottom:.625rem!important}.mb-xl-12{margin-bottom:.75rem!important}.mb-xl-14{margin-bottom:.875rem!important}.mb-xl-16{margin-bottom:1rem!important}.mb-xl-18{margin-bottom:1.125rem!important}.mb-xl-20{margin-bottom:1.25rem!important}.mb-xl-22{margin-bottom:1.375rem!important}.mb-xl-24{margin-bottom:1.5rem!important}.mb-xl-26{margin-bottom:1.625rem!important}.mb-xl-28{margin-bottom:1.75rem!important}.mb-xl-30{margin-bottom:1.875rem!important}.mb-xl-32{margin-bottom:2rem!important}.mb-xl-34{margin-bottom:2.125rem!important}.mb-xl-36{margin-bottom:2.25rem!important}.mb-xl-38{margin-bottom:2.375rem!important}.mb-xl-40{margin-bottom:2.5rem!important}.mb-xl-42{margin-bottom:2.625rem!important}.mb-xl-44{margin-bottom:2.75rem!important}.mb-xl-46{margin-bottom:2.875rem!important}.mb-xl-48{margin-bottom:3rem!important}.mb-xl-50{margin-bottom:3.125rem!important}.mb-xl-52{margin-bottom:3.25rem!important}.mb-xl-54{margin-bottom:3.375rem!important}.mb-xl-56{margin-bottom:3.5rem!important}.mb-xl-58{margin-bottom:3.625rem!important}.mb-xl-60{margin-bottom:3.75rem!important}.mb-xl-62{margin-bottom:3.875rem!important}.mb-xl-64{margin-bottom:4rem!important}.mb-xl-66{margin-bottom:4.125rem!important}.mb-xl-68{margin-bottom:4.25rem!important}.mb-xl-70{margin-bottom:4.375rem!important}.mb-xl-72{margin-bottom:4.5rem!important}.mb-xl-74{margin-bottom:4.625rem!important}.mb-xl-76{margin-bottom:4.75rem!important}.mb-xl-78{margin-bottom:4.875rem!important}.mb-xl-80{margin-bottom:5rem!important}.mb-xl-82{margin-bottom:5.125rem!important}.mb-xl-84{margin-bottom:5.25rem!important}.mb-xl-86{margin-bottom:5.375rem!important}.mb-xl-88{margin-bottom:5.5rem!important}.mb-xl-90{margin-bottom:5.625rem!important}.mb-xl-92{margin-bottom:5.75rem!important}.mb-xl-94{margin-bottom:5.875rem!important}.mb-xl-96{margin-bottom:6rem!important}.mb-xl-98{margin-bottom:6.125rem!important}.mb-xl-100{margin-bottom:6.25rem!important}.mb-xl-102{margin-bottom:6.375rem!important}.mb-xl-104{margin-bottom:6.5rem!important}.mb-xl-106{margin-bottom:6.625rem!important}.mb-xl-108{margin-bottom:6.75rem!important}.mb-xl-110{margin-bottom:6.875rem!important}.mb-xl-112{margin-bottom:7rem!important}.mb-xl-114{margin-bottom:7.125rem!important}.mb-xl-116{margin-bottom:7.25rem!important}.mb-xl-118{margin-bottom:7.375rem!important}.mb-xl-120{margin-bottom:7.5rem!important}.mb-xl-122{margin-bottom:7.625rem!important}.mb-xl-124{margin-bottom:7.75rem!important}.mb-xl-126{margin-bottom:7.875rem!important}.mb-xl-128{margin-bottom:8rem!important}.mb-xl-130{margin-bottom:8.125rem!important}.mb-xl-132{margin-bottom:8.25rem!important}.mb-xl-134{margin-bottom:8.375rem!important}.mb-xl-136{margin-bottom:8.5rem!important}.mb-xl-138{margin-bottom:8.625rem!important}.mb-xl-140{margin-bottom:8.75rem!important}.mb-xl-142{margin-bottom:8.875rem!important}.mb-xl-144{margin-bottom:9rem!important}.mb-xl-146{margin-bottom:9.125rem!important}.mb-xl-148{margin-bottom:9.25rem!important}.mb-xl-150{margin-bottom:9.375rem!important}.mb-xl-152{margin-bottom:9.5rem!important}.mb-xl-154{margin-bottom:9.625rem!important}.mb-xl-156{margin-bottom:9.75rem!important}.mb-xl-158{margin-bottom:9.875rem!important}.mb-xl-160{margin-bottom:10rem!important}.mb-xl-162{margin-bottom:10.125rem!important}.mb-xl-164{margin-bottom:10.25rem!important}.mb-xl-166{margin-bottom:10.375rem!important}.mb-xl-168{margin-bottom:10.5rem!important}.mb-xl-170{margin-bottom:10.625rem!important}.mb-xl-172{margin-bottom:10.75rem!important}.mb-xl-174{margin-bottom:10.875rem!important}.mb-xl-176{margin-bottom:11rem!important}.mb-xl-178{margin-bottom:11.125rem!important}.mb-xl-180{margin-bottom:11.25rem!important}.mb-xl-182{margin-bottom:11.375rem!important}.mb-xl-184{margin-bottom:11.5rem!important}.mb-xl-186{margin-bottom:11.625rem!important}.mb-xl-188{margin-bottom:11.75rem!important}.mb-xl-190{margin-bottom:11.875rem!important}.mb-xl-192{margin-bottom:12rem!important}.mb-xl-194{margin-bottom:12.125rem!important}.mb-xl-196{margin-bottom:12.25rem!important}.mb-xl-198{margin-bottom:12.375rem!important}.mb-xl-200{margin-bottom:12.5rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-2{margin-left:.125rem!important}.ms-xl-4{margin-left:.25rem!important}.ms-xl-6{margin-left:.375rem!important}.ms-xl-8{margin-left:.5rem!important}.ms-xl-10{margin-left:.625rem!important}.ms-xl-12{margin-left:.75rem!important}.ms-xl-14{margin-left:.875rem!important}.ms-xl-16{margin-left:1rem!important}.ms-xl-18{margin-left:1.125rem!important}.ms-xl-20{margin-left:1.25rem!important}.ms-xl-22{margin-left:1.375rem!important}.ms-xl-24{margin-left:1.5rem!important}.ms-xl-26{margin-left:1.625rem!important}.ms-xl-28{margin-left:1.75rem!important}.ms-xl-30{margin-left:1.875rem!important}.ms-xl-32{margin-left:2rem!important}.ms-xl-34{margin-left:2.125rem!important}.ms-xl-36{margin-left:2.25rem!important}.ms-xl-38{margin-left:2.375rem!important}.ms-xl-40{margin-left:2.5rem!important}.ms-xl-42{margin-left:2.625rem!important}.ms-xl-44{margin-left:2.75rem!important}.ms-xl-46{margin-left:2.875rem!important}.ms-xl-48{margin-left:3rem!important}.ms-xl-50{margin-left:3.125rem!important}.ms-xl-52{margin-left:3.25rem!important}.ms-xl-54{margin-left:3.375rem!important}.ms-xl-56{margin-left:3.5rem!important}.ms-xl-58{margin-left:3.625rem!important}.ms-xl-60{margin-left:3.75rem!important}.ms-xl-62{margin-left:3.875rem!important}.ms-xl-64{margin-left:4rem!important}.ms-xl-66{margin-left:4.125rem!important}.ms-xl-68{margin-left:4.25rem!important}.ms-xl-70{margin-left:4.375rem!important}.ms-xl-72{margin-left:4.5rem!important}.ms-xl-74{margin-left:4.625rem!important}.ms-xl-76{margin-left:4.75rem!important}.ms-xl-78{margin-left:4.875rem!important}.ms-xl-80{margin-left:5rem!important}.ms-xl-82{margin-left:5.125rem!important}.ms-xl-84{margin-left:5.25rem!important}.ms-xl-86{margin-left:5.375rem!important}.ms-xl-88{margin-left:5.5rem!important}.ms-xl-90{margin-left:5.625rem!important}.ms-xl-92{margin-left:5.75rem!important}.ms-xl-94{margin-left:5.875rem!important}.ms-xl-96{margin-left:6rem!important}.ms-xl-98{margin-left:6.125rem!important}.ms-xl-100{margin-left:6.25rem!important}.ms-xl-102{margin-left:6.375rem!important}.ms-xl-104{margin-left:6.5rem!important}.ms-xl-106{margin-left:6.625rem!important}.ms-xl-108{margin-left:6.75rem!important}.ms-xl-110{margin-left:6.875rem!important}.ms-xl-112{margin-left:7rem!important}.ms-xl-114{margin-left:7.125rem!important}.ms-xl-116{margin-left:7.25rem!important}.ms-xl-118{margin-left:7.375rem!important}.ms-xl-120{margin-left:7.5rem!important}.ms-xl-122{margin-left:7.625rem!important}.ms-xl-124{margin-left:7.75rem!important}.ms-xl-126{margin-left:7.875rem!important}.ms-xl-128{margin-left:8rem!important}.ms-xl-130{margin-left:8.125rem!important}.ms-xl-132{margin-left:8.25rem!important}.ms-xl-134{margin-left:8.375rem!important}.ms-xl-136{margin-left:8.5rem!important}.ms-xl-138{margin-left:8.625rem!important}.ms-xl-140{margin-left:8.75rem!important}.ms-xl-142{margin-left:8.875rem!important}.ms-xl-144{margin-left:9rem!important}.ms-xl-146{margin-left:9.125rem!important}.ms-xl-148{margin-left:9.25rem!important}.ms-xl-150{margin-left:9.375rem!important}.ms-xl-152{margin-left:9.5rem!important}.ms-xl-154{margin-left:9.625rem!important}.ms-xl-156{margin-left:9.75rem!important}.ms-xl-158{margin-left:9.875rem!important}.ms-xl-160{margin-left:10rem!important}.ms-xl-162{margin-left:10.125rem!important}.ms-xl-164{margin-left:10.25rem!important}.ms-xl-166{margin-left:10.375rem!important}.ms-xl-168{margin-left:10.5rem!important}.ms-xl-170{margin-left:10.625rem!important}.ms-xl-172{margin-left:10.75rem!important}.ms-xl-174{margin-left:10.875rem!important}.ms-xl-176{margin-left:11rem!important}.ms-xl-178{margin-left:11.125rem!important}.ms-xl-180{margin-left:11.25rem!important}.ms-xl-182{margin-left:11.375rem!important}.ms-xl-184{margin-left:11.5rem!important}.ms-xl-186{margin-left:11.625rem!important}.ms-xl-188{margin-left:11.75rem!important}.ms-xl-190{margin-left:11.875rem!important}.ms-xl-192{margin-left:12rem!important}.ms-xl-194{margin-left:12.125rem!important}.ms-xl-196{margin-left:12.25rem!important}.ms-xl-198{margin-left:12.375rem!important}.ms-xl-200{margin-left:12.5rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n0{margin:0!important}.m-xl-n2{margin:-.125rem!important}.m-xl-n4{margin:-.25rem!important}.m-xl-n6{margin:-.375rem!important}.m-xl-n8{margin:-.5rem!important}.m-xl-n10{margin:-.625rem!important}.m-xl-n12{margin:-.75rem!important}.m-xl-n14{margin:-.875rem!important}.m-xl-n16{margin:-1rem!important}.m-xl-n18{margin:-1.125rem!important}.m-xl-n20{margin:-1.25rem!important}.m-xl-n22{margin:-1.375rem!important}.m-xl-n24{margin:-1.5rem!important}.m-xl-n26{margin:-1.625rem!important}.m-xl-n28{margin:-1.75rem!important}.m-xl-n30{margin:-1.875rem!important}.m-xl-n32{margin:-2rem!important}.m-xl-n34{margin:-2.125rem!important}.m-xl-n36{margin:-2.25rem!important}.m-xl-n38{margin:-2.375rem!important}.m-xl-n40{margin:-2.5rem!important}.m-xl-n42{margin:-2.625rem!important}.m-xl-n44{margin:-2.75rem!important}.m-xl-n46{margin:-2.875rem!important}.m-xl-n48{margin:-3rem!important}.m-xl-n50{margin:-3.125rem!important}.m-xl-n52{margin:-3.25rem!important}.m-xl-n54{margin:-3.375rem!important}.m-xl-n56{margin:-3.5rem!important}.m-xl-n58{margin:-3.625rem!important}.m-xl-n60{margin:-3.75rem!important}.m-xl-n62{margin:-3.875rem!important}.m-xl-n64{margin:-4rem!important}.m-xl-n66{margin:-4.125rem!important}.m-xl-n68{margin:-4.25rem!important}.m-xl-n70{margin:-4.375rem!important}.m-xl-n72{margin:-4.5rem!important}.m-xl-n74{margin:-4.625rem!important}.m-xl-n76{margin:-4.75rem!important}.m-xl-n78{margin:-4.875rem!important}.m-xl-n80{margin:-5rem!important}.m-xl-n82{margin:-5.125rem!important}.m-xl-n84{margin:-5.25rem!important}.m-xl-n86{margin:-5.375rem!important}.m-xl-n88{margin:-5.5rem!important}.m-xl-n90{margin:-5.625rem!important}.m-xl-n92{margin:-5.75rem!important}.m-xl-n94{margin:-5.875rem!important}.m-xl-n96{margin:-6rem!important}.m-xl-n98{margin:-6.125rem!important}.m-xl-n100{margin:-6.25rem!important}.m-xl-n102{margin:-6.375rem!important}.m-xl-n104{margin:-6.5rem!important}.m-xl-n106{margin:-6.625rem!important}.m-xl-n108{margin:-6.75rem!important}.m-xl-n110{margin:-6.875rem!important}.m-xl-n112{margin:-7rem!important}.m-xl-n114{margin:-7.125rem!important}.m-xl-n116{margin:-7.25rem!important}.m-xl-n118{margin:-7.375rem!important}.m-xl-n120{margin:-7.5rem!important}.m-xl-n122{margin:-7.625rem!important}.m-xl-n124{margin:-7.75rem!important}.m-xl-n126{margin:-7.875rem!important}.m-xl-n128{margin:-8rem!important}.m-xl-n130{margin:-8.125rem!important}.m-xl-n132{margin:-8.25rem!important}.m-xl-n134{margin:-8.375rem!important}.m-xl-n136{margin:-8.5rem!important}.m-xl-n138{margin:-8.625rem!important}.m-xl-n140{margin:-8.75rem!important}.m-xl-n142{margin:-8.875rem!important}.m-xl-n144{margin:-9rem!important}.m-xl-n146{margin:-9.125rem!important}.m-xl-n148{margin:-9.25rem!important}.m-xl-n150{margin:-9.375rem!important}.m-xl-n152{margin:-9.5rem!important}.m-xl-n154{margin:-9.625rem!important}.m-xl-n156{margin:-9.75rem!important}.m-xl-n158{margin:-9.875rem!important}.m-xl-n160{margin:-10rem!important}.m-xl-n162{margin:-10.125rem!important}.m-xl-n164{margin:-10.25rem!important}.m-xl-n166{margin:-10.375rem!important}.m-xl-n168{margin:-10.5rem!important}.m-xl-n170{margin:-10.625rem!important}.m-xl-n172{margin:-10.75rem!important}.m-xl-n174{margin:-10.875rem!important}.m-xl-n176{margin:-11rem!important}.m-xl-n178{margin:-11.125rem!important}.m-xl-n180{margin:-11.25rem!important}.m-xl-n182{margin:-11.375rem!important}.m-xl-n184{margin:-11.5rem!important}.m-xl-n186{margin:-11.625rem!important}.m-xl-n188{margin:-11.75rem!important}.m-xl-n190{margin:-11.875rem!important}.m-xl-n192{margin:-12rem!important}.m-xl-n194{margin:-12.125rem!important}.m-xl-n196{margin:-12.25rem!important}.m-xl-n198{margin:-12.375rem!important}.m-xl-n200{margin:-12.5rem!important}.mx-xl-n0{margin-left:0!important;margin-right:0!important}.mx-xl-n2{margin-left:-.125rem!important;margin-right:-.125rem!important}.mx-xl-n4{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xl-n6{margin-left:-.375rem!important;margin-right:-.375rem!important}.mx-xl-n8{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xl-n10{margin-left:-.625rem!important;margin-right:-.625rem!important}.mx-xl-n12{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xl-n14{margin-left:-.875rem!important;margin-right:-.875rem!important}.mx-xl-n16{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xl-n18{margin-left:-1.125rem!important;margin-right:-1.125rem!important}.mx-xl-n20{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xl-n22{margin-left:-1.375rem!important;margin-right:-1.375rem!important}.mx-xl-n24{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xl-n26{margin-left:-1.625rem!important;margin-right:-1.625rem!important}.mx-xl-n28{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xl-n30{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.mx-xl-n32{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xl-n34{margin-left:-2.125rem!important;margin-right:-2.125rem!important}.mx-xl-n36{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xl-n38{margin-left:-2.375rem!important;margin-right:-2.375rem!important}.mx-xl-n40{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-xl-n42{margin-left:-2.625rem!important;margin-right:-2.625rem!important}.mx-xl-n44{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xl-n46{margin-left:-2.875rem!important;margin-right:-2.875rem!important}.mx-xl-n48{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xl-n50{margin-left:-3.125rem!important;margin-right:-3.125rem!important}.mx-xl-n52{margin-left:-3.25rem!important;margin-right:-3.25rem!important}.mx-xl-n54{margin-left:-3.375rem!important;margin-right:-3.375rem!important}.mx-xl-n56{margin-left:-3.5rem!important;margin-right:-3.5rem!important}.mx-xl-n58{margin-left:-3.625rem!important;margin-right:-3.625rem!important}.mx-xl-n60{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xl-n62{margin-left:-3.875rem!important;margin-right:-3.875rem!important}.mx-xl-n64{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xl-n66{margin-left:-4.125rem!important;margin-right:-4.125rem!important}.mx-xl-n68{margin-left:-4.25rem!important;margin-right:-4.25rem!important}.mx-xl-n70{margin-left:-4.375rem!important;margin-right:-4.375rem!important}.mx-xl-n72{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xl-n74{margin-left:-4.625rem!important;margin-right:-4.625rem!important}.mx-xl-n76{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xl-n78{margin-left:-4.875rem!important;margin-right:-4.875rem!important}.mx-xl-n80{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xl-n82{margin-left:-5.125rem!important;margin-right:-5.125rem!important}.mx-xl-n84{margin-left:-5.25rem!important;margin-right:-5.25rem!important}.mx-xl-n86{margin-left:-5.375rem!important;margin-right:-5.375rem!important}.mx-xl-n88{margin-left:-5.5rem!important;margin-right:-5.5rem!important}.mx-xl-n90{margin-left:-5.625rem!important;margin-right:-5.625rem!important}.mx-xl-n92{margin-left:-5.75rem!important;margin-right:-5.75rem!important}.mx-xl-n94{margin-left:-5.875rem!important;margin-right:-5.875rem!important}.mx-xl-n96{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-n98{margin-left:-6.125rem!important;margin-right:-6.125rem!important}.mx-xl-n100{margin-left:-6.25rem!important;margin-right:-6.25rem!important}.mx-xl-n102{margin-left:-6.375rem!important;margin-right:-6.375rem!important}.mx-xl-n104{margin-left:-6.5rem!important;margin-right:-6.5rem!important}.mx-xl-n106{margin-left:-6.625rem!important;margin-right:-6.625rem!important}.mx-xl-n108{margin-left:-6.75rem!important;margin-right:-6.75rem!important}.mx-xl-n110{margin-left:-6.875rem!important;margin-right:-6.875rem!important}.mx-xl-n112{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xl-n114{margin-left:-7.125rem!important;margin-right:-7.125rem!important}.mx-xl-n116{margin-left:-7.25rem!important;margin-right:-7.25rem!important}.mx-xl-n118{margin-left:-7.375rem!important;margin-right:-7.375rem!important}.mx-xl-n120{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-xl-n122{margin-left:-7.625rem!important;margin-right:-7.625rem!important}.mx-xl-n124{margin-left:-7.75rem!important;margin-right:-7.75rem!important}.mx-xl-n126{margin-left:-7.875rem!important;margin-right:-7.875rem!important}.mx-xl-n128{margin-left:-8rem!important;margin-right:-8rem!important}.mx-xl-n130{margin-left:-8.125rem!important;margin-right:-8.125rem!important}.mx-xl-n132{margin-left:-8.25rem!important;margin-right:-8.25rem!important}.mx-xl-n134{margin-left:-8.375rem!important;margin-right:-8.375rem!important}.mx-xl-n136{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-xl-n138{margin-left:-8.625rem!important;margin-right:-8.625rem!important}.mx-xl-n140{margin-left:-8.75rem!important;margin-right:-8.75rem!important}.mx-xl-n142{margin-left:-8.875rem!important;margin-right:-8.875rem!important}.mx-xl-n144{margin-left:-9rem!important;margin-right:-9rem!important}.mx-xl-n146{margin-left:-9.125rem!important;margin-right:-9.125rem!important}.mx-xl-n148{margin-left:-9.25rem!important;margin-right:-9.25rem!important}.mx-xl-n150{margin-left:-9.375rem!important;margin-right:-9.375rem!important}.mx-xl-n152{margin-left:-9.5rem!important;margin-right:-9.5rem!important}.mx-xl-n154{margin-left:-9.625rem!important;margin-right:-9.625rem!important}.mx-xl-n156{margin-left:-9.75rem!important;margin-right:-9.75rem!important}.mx-xl-n158{margin-left:-9.875rem!important;margin-right:-9.875rem!important}.mx-xl-n160{margin-left:-10rem!important;margin-right:-10rem!important}.mx-xl-n162{margin-left:-10.125rem!important;margin-right:-10.125rem!important}.mx-xl-n164{margin-left:-10.25rem!important;margin-right:-10.25rem!important}.mx-xl-n166{margin-left:-10.375rem!important;margin-right:-10.375rem!important}.mx-xl-n168{margin-left:-10.5rem!important;margin-right:-10.5rem!important}.mx-xl-n170{margin-left:-10.625rem!important;margin-right:-10.625rem!important}.mx-xl-n172{margin-left:-10.75rem!important;margin-right:-10.75rem!important}.mx-xl-n174{margin-left:-10.875rem!important;margin-right:-10.875rem!important}.mx-xl-n176{margin-left:-11rem!important;margin-right:-11rem!important}.mx-xl-n178{margin-left:-11.125rem!important;margin-right:-11.125rem!important}.mx-xl-n180{margin-left:-11.25rem!important;margin-right:-11.25rem!important}.mx-xl-n182{margin-left:-11.375rem!important;margin-right:-11.375rem!important}.mx-xl-n184{margin-left:-11.5rem!important;margin-right:-11.5rem!important}.mx-xl-n186{margin-left:-11.625rem!important;margin-right:-11.625rem!important}.mx-xl-n188{margin-left:-11.75rem!important;margin-right:-11.75rem!important}.mx-xl-n190{margin-left:-11.875rem!important;margin-right:-11.875rem!important}.mx-xl-n192{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xl-n194{margin-left:-12.125rem!important;margin-right:-12.125rem!important}.mx-xl-n196{margin-left:-12.25rem!important;margin-right:-12.25rem!important}.mx-xl-n198{margin-left:-12.375rem!important;margin-right:-12.375rem!important}.mx-xl-n200{margin-left:-12.5rem!important;margin-right:-12.5rem!important}.my-xl-n0{margin-bottom:0!important;margin-top:0!important}.my-xl-n2{margin-bottom:-.125rem!important;margin-top:-.125rem!important}.my-xl-n4{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xl-n6{margin-bottom:-.375rem!important;margin-top:-.375rem!important}.my-xl-n8{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xl-n10{margin-bottom:-.625rem!important;margin-top:-.625rem!important}.my-xl-n12{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xl-n14{margin-bottom:-.875rem!important;margin-top:-.875rem!important}.my-xl-n16{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xl-n18{margin-bottom:-1.125rem!important;margin-top:-1.125rem!important}.my-xl-n20{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xl-n22{margin-bottom:-1.375rem!important;margin-top:-1.375rem!important}.my-xl-n24{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xl-n26{margin-bottom:-1.625rem!important;margin-top:-1.625rem!important}.my-xl-n28{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xl-n30{margin-bottom:-1.875rem!important;margin-top:-1.875rem!important}.my-xl-n32{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xl-n34{margin-bottom:-2.125rem!important;margin-top:-2.125rem!important}.my-xl-n36{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xl-n38{margin-bottom:-2.375rem!important;margin-top:-2.375rem!important}.my-xl-n40{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-xl-n42{margin-bottom:-2.625rem!important;margin-top:-2.625rem!important}.my-xl-n44{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xl-n46{margin-bottom:-2.875rem!important;margin-top:-2.875rem!important}.my-xl-n48{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xl-n50{margin-bottom:-3.125rem!important;margin-top:-3.125rem!important}.my-xl-n52{margin-bottom:-3.25rem!important;margin-top:-3.25rem!important}.my-xl-n54{margin-bottom:-3.375rem!important;margin-top:-3.375rem!important}.my-xl-n56{margin-bottom:-3.5rem!important;margin-top:-3.5rem!important}.my-xl-n58{margin-bottom:-3.625rem!important;margin-top:-3.625rem!important}.my-xl-n60{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xl-n62{margin-bottom:-3.875rem!important;margin-top:-3.875rem!important}.my-xl-n64{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xl-n66{margin-bottom:-4.125rem!important;margin-top:-4.125rem!important}.my-xl-n68{margin-bottom:-4.25rem!important;margin-top:-4.25rem!important}.my-xl-n70{margin-bottom:-4.375rem!important;margin-top:-4.375rem!important}.my-xl-n72{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xl-n74{margin-bottom:-4.625rem!important;margin-top:-4.625rem!important}.my-xl-n76{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xl-n78{margin-bottom:-4.875rem!important;margin-top:-4.875rem!important}.my-xl-n80{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xl-n82{margin-bottom:-5.125rem!important;margin-top:-5.125rem!important}.my-xl-n84{margin-bottom:-5.25rem!important;margin-top:-5.25rem!important}.my-xl-n86{margin-bottom:-5.375rem!important;margin-top:-5.375rem!important}.my-xl-n88{margin-bottom:-5.5rem!important;margin-top:-5.5rem!important}.my-xl-n90{margin-bottom:-5.625rem!important;margin-top:-5.625rem!important}.my-xl-n92{margin-bottom:-5.75rem!important;margin-top:-5.75rem!important}.my-xl-n94{margin-bottom:-5.875rem!important;margin-top:-5.875rem!important}.my-xl-n96{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-n98{margin-bottom:-6.125rem!important;margin-top:-6.125rem!important}.my-xl-n100{margin-bottom:-6.25rem!important;margin-top:-6.25rem!important}.my-xl-n102{margin-bottom:-6.375rem!important;margin-top:-6.375rem!important}.my-xl-n104{margin-bottom:-6.5rem!important;margin-top:-6.5rem!important}.my-xl-n106{margin-bottom:-6.625rem!important;margin-top:-6.625rem!important}.my-xl-n108{margin-bottom:-6.75rem!important;margin-top:-6.75rem!important}.my-xl-n110{margin-bottom:-6.875rem!important;margin-top:-6.875rem!important}.my-xl-n112{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xl-n114{margin-bottom:-7.125rem!important;margin-top:-7.125rem!important}.my-xl-n116{margin-bottom:-7.25rem!important;margin-top:-7.25rem!important}.my-xl-n118{margin-bottom:-7.375rem!important;margin-top:-7.375rem!important}.my-xl-n120{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-xl-n122{margin-bottom:-7.625rem!important;margin-top:-7.625rem!important}.my-xl-n124{margin-bottom:-7.75rem!important;margin-top:-7.75rem!important}.my-xl-n126{margin-bottom:-7.875rem!important;margin-top:-7.875rem!important}.my-xl-n128{margin-bottom:-8rem!important;margin-top:-8rem!important}.my-xl-n130{margin-bottom:-8.125rem!important;margin-top:-8.125rem!important}.my-xl-n132{margin-bottom:-8.25rem!important;margin-top:-8.25rem!important}.my-xl-n134{margin-bottom:-8.375rem!important;margin-top:-8.375rem!important}.my-xl-n136{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-xl-n138{margin-bottom:-8.625rem!important;margin-top:-8.625rem!important}.my-xl-n140{margin-bottom:-8.75rem!important;margin-top:-8.75rem!important}.my-xl-n142{margin-bottom:-8.875rem!important;margin-top:-8.875rem!important}.my-xl-n144{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-xl-n146{margin-bottom:-9.125rem!important;margin-top:-9.125rem!important}.my-xl-n148{margin-bottom:-9.25rem!important;margin-top:-9.25rem!important}.my-xl-n150{margin-bottom:-9.375rem!important;margin-top:-9.375rem!important}.my-xl-n152{margin-bottom:-9.5rem!important;margin-top:-9.5rem!important}.my-xl-n154{margin-bottom:-9.625rem!important;margin-top:-9.625rem!important}.my-xl-n156{margin-bottom:-9.75rem!important;margin-top:-9.75rem!important}.my-xl-n158{margin-bottom:-9.875rem!important;margin-top:-9.875rem!important}.my-xl-n160{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-xl-n162{margin-bottom:-10.125rem!important;margin-top:-10.125rem!important}.my-xl-n164{margin-bottom:-10.25rem!important;margin-top:-10.25rem!important}.my-xl-n166{margin-bottom:-10.375rem!important;margin-top:-10.375rem!important}.my-xl-n168{margin-bottom:-10.5rem!important;margin-top:-10.5rem!important}.my-xl-n170{margin-bottom:-10.625rem!important;margin-top:-10.625rem!important}.my-xl-n172{margin-bottom:-10.75rem!important;margin-top:-10.75rem!important}.my-xl-n174{margin-bottom:-10.875rem!important;margin-top:-10.875rem!important}.my-xl-n176{margin-bottom:-11rem!important;margin-top:-11rem!important}.my-xl-n178{margin-bottom:-11.125rem!important;margin-top:-11.125rem!important}.my-xl-n180{margin-bottom:-11.25rem!important;margin-top:-11.25rem!important}.my-xl-n182{margin-bottom:-11.375rem!important;margin-top:-11.375rem!important}.my-xl-n184{margin-bottom:-11.5rem!important;margin-top:-11.5rem!important}.my-xl-n186{margin-bottom:-11.625rem!important;margin-top:-11.625rem!important}.my-xl-n188{margin-bottom:-11.75rem!important;margin-top:-11.75rem!important}.my-xl-n190{margin-bottom:-11.875rem!important;margin-top:-11.875rem!important}.my-xl-n192{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xl-n194{margin-bottom:-12.125rem!important;margin-top:-12.125rem!important}.my-xl-n196{margin-bottom:-12.25rem!important;margin-top:-12.25rem!important}.my-xl-n198{margin-bottom:-12.375rem!important;margin-top:-12.375rem!important}.my-xl-n200{margin-bottom:-12.5rem!important;margin-top:-12.5rem!important}.mt-xl-n0{margin-top:0!important}.mt-xl-n2{margin-top:-.125rem!important}.mt-xl-n4{margin-top:-.25rem!important}.mt-xl-n6{margin-top:-.375rem!important}.mt-xl-n8{margin-top:-.5rem!important}.mt-xl-n10{margin-top:-.625rem!important}.mt-xl-n12{margin-top:-.75rem!important}.mt-xl-n14{margin-top:-.875rem!important}.mt-xl-n16{margin-top:-1rem!important}.mt-xl-n18{margin-top:-1.125rem!important}.mt-xl-n20{margin-top:-1.25rem!important}.mt-xl-n22{margin-top:-1.375rem!important}.mt-xl-n24{margin-top:-1.5rem!important}.mt-xl-n26{margin-top:-1.625rem!important}.mt-xl-n28{margin-top:-1.75rem!important}.mt-xl-n30{margin-top:-1.875rem!important}.mt-xl-n32{margin-top:-2rem!important}.mt-xl-n34{margin-top:-2.125rem!important}.mt-xl-n36{margin-top:-2.25rem!important}.mt-xl-n38{margin-top:-2.375rem!important}.mt-xl-n40{margin-top:-2.5rem!important}.mt-xl-n42{margin-top:-2.625rem!important}.mt-xl-n44{margin-top:-2.75rem!important}.mt-xl-n46{margin-top:-2.875rem!important}.mt-xl-n48{margin-top:-3rem!important}.mt-xl-n50{margin-top:-3.125rem!important}.mt-xl-n52{margin-top:-3.25rem!important}.mt-xl-n54{margin-top:-3.375rem!important}.mt-xl-n56{margin-top:-3.5rem!important}.mt-xl-n58{margin-top:-3.625rem!important}.mt-xl-n60{margin-top:-3.75rem!important}.mt-xl-n62{margin-top:-3.875rem!important}.mt-xl-n64{margin-top:-4rem!important}.mt-xl-n66{margin-top:-4.125rem!important}.mt-xl-n68{margin-top:-4.25rem!important}.mt-xl-n70{margin-top:-4.375rem!important}.mt-xl-n72{margin-top:-4.5rem!important}.mt-xl-n74{margin-top:-4.625rem!important}.mt-xl-n76{margin-top:-4.75rem!important}.mt-xl-n78{margin-top:-4.875rem!important}.mt-xl-n80{margin-top:-5rem!important}.mt-xl-n82{margin-top:-5.125rem!important}.mt-xl-n84{margin-top:-5.25rem!important}.mt-xl-n86{margin-top:-5.375rem!important}.mt-xl-n88{margin-top:-5.5rem!important}.mt-xl-n90{margin-top:-5.625rem!important}.mt-xl-n92{margin-top:-5.75rem!important}.mt-xl-n94{margin-top:-5.875rem!important}.mt-xl-n96{margin-top:-6rem!important}.mt-xl-n98{margin-top:-6.125rem!important}.mt-xl-n100{margin-top:-6.25rem!important}.mt-xl-n102{margin-top:-6.375rem!important}.mt-xl-n104{margin-top:-6.5rem!important}.mt-xl-n106{margin-top:-6.625rem!important}.mt-xl-n108{margin-top:-6.75rem!important}.mt-xl-n110{margin-top:-6.875rem!important}.mt-xl-n112{margin-top:-7rem!important}.mt-xl-n114{margin-top:-7.125rem!important}.mt-xl-n116{margin-top:-7.25rem!important}.mt-xl-n118{margin-top:-7.375rem!important}.mt-xl-n120{margin-top:-7.5rem!important}.mt-xl-n122{margin-top:-7.625rem!important}.mt-xl-n124{margin-top:-7.75rem!important}.mt-xl-n126{margin-top:-7.875rem!important}.mt-xl-n128{margin-top:-8rem!important}.mt-xl-n130{margin-top:-8.125rem!important}.mt-xl-n132{margin-top:-8.25rem!important}.mt-xl-n134{margin-top:-8.375rem!important}.mt-xl-n136{margin-top:-8.5rem!important}.mt-xl-n138{margin-top:-8.625rem!important}.mt-xl-n140{margin-top:-8.75rem!important}.mt-xl-n142{margin-top:-8.875rem!important}.mt-xl-n144{margin-top:-9rem!important}.mt-xl-n146{margin-top:-9.125rem!important}.mt-xl-n148{margin-top:-9.25rem!important}.mt-xl-n150{margin-top:-9.375rem!important}.mt-xl-n152{margin-top:-9.5rem!important}.mt-xl-n154{margin-top:-9.625rem!important}.mt-xl-n156{margin-top:-9.75rem!important}.mt-xl-n158{margin-top:-9.875rem!important}.mt-xl-n160{margin-top:-10rem!important}.mt-xl-n162{margin-top:-10.125rem!important}.mt-xl-n164{margin-top:-10.25rem!important}.mt-xl-n166{margin-top:-10.375rem!important}.mt-xl-n168{margin-top:-10.5rem!important}.mt-xl-n170{margin-top:-10.625rem!important}.mt-xl-n172{margin-top:-10.75rem!important}.mt-xl-n174{margin-top:-10.875rem!important}.mt-xl-n176{margin-top:-11rem!important}.mt-xl-n178{margin-top:-11.125rem!important}.mt-xl-n180{margin-top:-11.25rem!important}.mt-xl-n182{margin-top:-11.375rem!important}.mt-xl-n184{margin-top:-11.5rem!important}.mt-xl-n186{margin-top:-11.625rem!important}.mt-xl-n188{margin-top:-11.75rem!important}.mt-xl-n190{margin-top:-11.875rem!important}.mt-xl-n192{margin-top:-12rem!important}.mt-xl-n194{margin-top:-12.125rem!important}.mt-xl-n196{margin-top:-12.25rem!important}.mt-xl-n198{margin-top:-12.375rem!important}.mt-xl-n200{margin-top:-12.5rem!important}.me-xl-n0{margin-right:0!important}.me-xl-n2{margin-right:-.125rem!important}.me-xl-n4{margin-right:-.25rem!important}.me-xl-n6{margin-right:-.375rem!important}.me-xl-n8{margin-right:-.5rem!important}.me-xl-n10{margin-right:-.625rem!important}.me-xl-n12{margin-right:-.75rem!important}.me-xl-n14{margin-right:-.875rem!important}.me-xl-n16{margin-right:-1rem!important}.me-xl-n18{margin-right:-1.125rem!important}.me-xl-n20{margin-right:-1.25rem!important}.me-xl-n22{margin-right:-1.375rem!important}.me-xl-n24{margin-right:-1.5rem!important}.me-xl-n26{margin-right:-1.625rem!important}.me-xl-n28{margin-right:-1.75rem!important}.me-xl-n30{margin-right:-1.875rem!important}.me-xl-n32{margin-right:-2rem!important}.me-xl-n34{margin-right:-2.125rem!important}.me-xl-n36{margin-right:-2.25rem!important}.me-xl-n38{margin-right:-2.375rem!important}.me-xl-n40{margin-right:-2.5rem!important}.me-xl-n42{margin-right:-2.625rem!important}.me-xl-n44{margin-right:-2.75rem!important}.me-xl-n46{margin-right:-2.875rem!important}.me-xl-n48{margin-right:-3rem!important}.me-xl-n50{margin-right:-3.125rem!important}.me-xl-n52{margin-right:-3.25rem!important}.me-xl-n54{margin-right:-3.375rem!important}.me-xl-n56{margin-right:-3.5rem!important}.me-xl-n58{margin-right:-3.625rem!important}.me-xl-n60{margin-right:-3.75rem!important}.me-xl-n62{margin-right:-3.875rem!important}.me-xl-n64{margin-right:-4rem!important}.me-xl-n66{margin-right:-4.125rem!important}.me-xl-n68{margin-right:-4.25rem!important}.me-xl-n70{margin-right:-4.375rem!important}.me-xl-n72{margin-right:-4.5rem!important}.me-xl-n74{margin-right:-4.625rem!important}.me-xl-n76{margin-right:-4.75rem!important}.me-xl-n78{margin-right:-4.875rem!important}.me-xl-n80{margin-right:-5rem!important}.me-xl-n82{margin-right:-5.125rem!important}.me-xl-n84{margin-right:-5.25rem!important}.me-xl-n86{margin-right:-5.375rem!important}.me-xl-n88{margin-right:-5.5rem!important}.me-xl-n90{margin-right:-5.625rem!important}.me-xl-n92{margin-right:-5.75rem!important}.me-xl-n94{margin-right:-5.875rem!important}.me-xl-n96{margin-right:-6rem!important}.me-xl-n98{margin-right:-6.125rem!important}.me-xl-n100{margin-right:-6.25rem!important}.me-xl-n102{margin-right:-6.375rem!important}.me-xl-n104{margin-right:-6.5rem!important}.me-xl-n106{margin-right:-6.625rem!important}.me-xl-n108{margin-right:-6.75rem!important}.me-xl-n110{margin-right:-6.875rem!important}.me-xl-n112{margin-right:-7rem!important}.me-xl-n114{margin-right:-7.125rem!important}.me-xl-n116{margin-right:-7.25rem!important}.me-xl-n118{margin-right:-7.375rem!important}.me-xl-n120{margin-right:-7.5rem!important}.me-xl-n122{margin-right:-7.625rem!important}.me-xl-n124{margin-right:-7.75rem!important}.me-xl-n126{margin-right:-7.875rem!important}.me-xl-n128{margin-right:-8rem!important}.me-xl-n130{margin-right:-8.125rem!important}.me-xl-n132{margin-right:-8.25rem!important}.me-xl-n134{margin-right:-8.375rem!important}.me-xl-n136{margin-right:-8.5rem!important}.me-xl-n138{margin-right:-8.625rem!important}.me-xl-n140{margin-right:-8.75rem!important}.me-xl-n142{margin-right:-8.875rem!important}.me-xl-n144{margin-right:-9rem!important}.me-xl-n146{margin-right:-9.125rem!important}.me-xl-n148{margin-right:-9.25rem!important}.me-xl-n150{margin-right:-9.375rem!important}.me-xl-n152{margin-right:-9.5rem!important}.me-xl-n154{margin-right:-9.625rem!important}.me-xl-n156{margin-right:-9.75rem!important}.me-xl-n158{margin-right:-9.875rem!important}.me-xl-n160{margin-right:-10rem!important}.me-xl-n162{margin-right:-10.125rem!important}.me-xl-n164{margin-right:-10.25rem!important}.me-xl-n166{margin-right:-10.375rem!important}.me-xl-n168{margin-right:-10.5rem!important}.me-xl-n170{margin-right:-10.625rem!important}.me-xl-n172{margin-right:-10.75rem!important}.me-xl-n174{margin-right:-10.875rem!important}.me-xl-n176{margin-right:-11rem!important}.me-xl-n178{margin-right:-11.125rem!important}.me-xl-n180{margin-right:-11.25rem!important}.me-xl-n182{margin-right:-11.375rem!important}.me-xl-n184{margin-right:-11.5rem!important}.me-xl-n186{margin-right:-11.625rem!important}.me-xl-n188{margin-right:-11.75rem!important}.me-xl-n190{margin-right:-11.875rem!important}.me-xl-n192{margin-right:-12rem!important}.me-xl-n194{margin-right:-12.125rem!important}.me-xl-n196{margin-right:-12.25rem!important}.me-xl-n198{margin-right:-12.375rem!important}.me-xl-n200{margin-right:-12.5rem!important}.mb-xl-n0{margin-bottom:0!important}.mb-xl-n2{margin-bottom:-.125rem!important}.mb-xl-n4{margin-bottom:-.25rem!important}.mb-xl-n6{margin-bottom:-.375rem!important}.mb-xl-n8{margin-bottom:-.5rem!important}.mb-xl-n10{margin-bottom:-.625rem!important}.mb-xl-n12{margin-bottom:-.75rem!important}.mb-xl-n14{margin-bottom:-.875rem!important}.mb-xl-n16{margin-bottom:-1rem!important}.mb-xl-n18{margin-bottom:-1.125rem!important}.mb-xl-n20{margin-bottom:-1.25rem!important}.mb-xl-n22{margin-bottom:-1.375rem!important}.mb-xl-n24{margin-bottom:-1.5rem!important}.mb-xl-n26{margin-bottom:-1.625rem!important}.mb-xl-n28{margin-bottom:-1.75rem!important}.mb-xl-n30{margin-bottom:-1.875rem!important}.mb-xl-n32{margin-bottom:-2rem!important}.mb-xl-n34{margin-bottom:-2.125rem!important}.mb-xl-n36{margin-bottom:-2.25rem!important}.mb-xl-n38{margin-bottom:-2.375rem!important}.mb-xl-n40{margin-bottom:-2.5rem!important}.mb-xl-n42{margin-bottom:-2.625rem!important}.mb-xl-n44{margin-bottom:-2.75rem!important}.mb-xl-n46{margin-bottom:-2.875rem!important}.mb-xl-n48{margin-bottom:-3rem!important}.mb-xl-n50{margin-bottom:-3.125rem!important}.mb-xl-n52{margin-bottom:-3.25rem!important}.mb-xl-n54{margin-bottom:-3.375rem!important}.mb-xl-n56{margin-bottom:-3.5rem!important}.mb-xl-n58{margin-bottom:-3.625rem!important}.mb-xl-n60{margin-bottom:-3.75rem!important}.mb-xl-n62{margin-bottom:-3.875rem!important}.mb-xl-n64{margin-bottom:-4rem!important}.mb-xl-n66{margin-bottom:-4.125rem!important}.mb-xl-n68{margin-bottom:-4.25rem!important}.mb-xl-n70{margin-bottom:-4.375rem!important}.mb-xl-n72{margin-bottom:-4.5rem!important}.mb-xl-n74{margin-bottom:-4.625rem!important}.mb-xl-n76{margin-bottom:-4.75rem!important}.mb-xl-n78{margin-bottom:-4.875rem!important}.mb-xl-n80{margin-bottom:-5rem!important}.mb-xl-n82{margin-bottom:-5.125rem!important}.mb-xl-n84{margin-bottom:-5.25rem!important}.mb-xl-n86{margin-bottom:-5.375rem!important}.mb-xl-n88{margin-bottom:-5.5rem!important}.mb-xl-n90{margin-bottom:-5.625rem!important}.mb-xl-n92{margin-bottom:-5.75rem!important}.mb-xl-n94{margin-bottom:-5.875rem!important}.mb-xl-n96{margin-bottom:-6rem!important}.mb-xl-n98{margin-bottom:-6.125rem!important}.mb-xl-n100{margin-bottom:-6.25rem!important}.mb-xl-n102{margin-bottom:-6.375rem!important}.mb-xl-n104{margin-bottom:-6.5rem!important}.mb-xl-n106{margin-bottom:-6.625rem!important}.mb-xl-n108{margin-bottom:-6.75rem!important}.mb-xl-n110{margin-bottom:-6.875rem!important}.mb-xl-n112{margin-bottom:-7rem!important}.mb-xl-n114{margin-bottom:-7.125rem!important}.mb-xl-n116{margin-bottom:-7.25rem!important}.mb-xl-n118{margin-bottom:-7.375rem!important}.mb-xl-n120{margin-bottom:-7.5rem!important}.mb-xl-n122{margin-bottom:-7.625rem!important}.mb-xl-n124{margin-bottom:-7.75rem!important}.mb-xl-n126{margin-bottom:-7.875rem!important}.mb-xl-n128{margin-bottom:-8rem!important}.mb-xl-n130{margin-bottom:-8.125rem!important}.mb-xl-n132{margin-bottom:-8.25rem!important}.mb-xl-n134{margin-bottom:-8.375rem!important}.mb-xl-n136{margin-bottom:-8.5rem!important}.mb-xl-n138{margin-bottom:-8.625rem!important}.mb-xl-n140{margin-bottom:-8.75rem!important}.mb-xl-n142{margin-bottom:-8.875rem!important}.mb-xl-n144{margin-bottom:-9rem!important}.mb-xl-n146{margin-bottom:-9.125rem!important}.mb-xl-n148{margin-bottom:-9.25rem!important}.mb-xl-n150{margin-bottom:-9.375rem!important}.mb-xl-n152{margin-bottom:-9.5rem!important}.mb-xl-n154{margin-bottom:-9.625rem!important}.mb-xl-n156{margin-bottom:-9.75rem!important}.mb-xl-n158{margin-bottom:-9.875rem!important}.mb-xl-n160{margin-bottom:-10rem!important}.mb-xl-n162{margin-bottom:-10.125rem!important}.mb-xl-n164{margin-bottom:-10.25rem!important}.mb-xl-n166{margin-bottom:-10.375rem!important}.mb-xl-n168{margin-bottom:-10.5rem!important}.mb-xl-n170{margin-bottom:-10.625rem!important}.mb-xl-n172{margin-bottom:-10.75rem!important}.mb-xl-n174{margin-bottom:-10.875rem!important}.mb-xl-n176{margin-bottom:-11rem!important}.mb-xl-n178{margin-bottom:-11.125rem!important}.mb-xl-n180{margin-bottom:-11.25rem!important}.mb-xl-n182{margin-bottom:-11.375rem!important}.mb-xl-n184{margin-bottom:-11.5rem!important}.mb-xl-n186{margin-bottom:-11.625rem!important}.mb-xl-n188{margin-bottom:-11.75rem!important}.mb-xl-n190{margin-bottom:-11.875rem!important}.mb-xl-n192{margin-bottom:-12rem!important}.mb-xl-n194{margin-bottom:-12.125rem!important}.mb-xl-n196{margin-bottom:-12.25rem!important}.mb-xl-n198{margin-bottom:-12.375rem!important}.mb-xl-n200{margin-bottom:-12.5rem!important}.ms-xl-n0{margin-left:0!important}.ms-xl-n2{margin-left:-.125rem!important}.ms-xl-n4{margin-left:-.25rem!important}.ms-xl-n6{margin-left:-.375rem!important}.ms-xl-n8{margin-left:-.5rem!important}.ms-xl-n10{margin-left:-.625rem!important}.ms-xl-n12{margin-left:-.75rem!important}.ms-xl-n14{margin-left:-.875rem!important}.ms-xl-n16{margin-left:-1rem!important}.ms-xl-n18{margin-left:-1.125rem!important}.ms-xl-n20{margin-left:-1.25rem!important}.ms-xl-n22{margin-left:-1.375rem!important}.ms-xl-n24{margin-left:-1.5rem!important}.ms-xl-n26{margin-left:-1.625rem!important}.ms-xl-n28{margin-left:-1.75rem!important}.ms-xl-n30{margin-left:-1.875rem!important}.ms-xl-n32{margin-left:-2rem!important}.ms-xl-n34{margin-left:-2.125rem!important}.ms-xl-n36{margin-left:-2.25rem!important}.ms-xl-n38{margin-left:-2.375rem!important}.ms-xl-n40{margin-left:-2.5rem!important}.ms-xl-n42{margin-left:-2.625rem!important}.ms-xl-n44{margin-left:-2.75rem!important}.ms-xl-n46{margin-left:-2.875rem!important}.ms-xl-n48{margin-left:-3rem!important}.ms-xl-n50{margin-left:-3.125rem!important}.ms-xl-n52{margin-left:-3.25rem!important}.ms-xl-n54{margin-left:-3.375rem!important}.ms-xl-n56{margin-left:-3.5rem!important}.ms-xl-n58{margin-left:-3.625rem!important}.ms-xl-n60{margin-left:-3.75rem!important}.ms-xl-n62{margin-left:-3.875rem!important}.ms-xl-n64{margin-left:-4rem!important}.ms-xl-n66{margin-left:-4.125rem!important}.ms-xl-n68{margin-left:-4.25rem!important}.ms-xl-n70{margin-left:-4.375rem!important}.ms-xl-n72{margin-left:-4.5rem!important}.ms-xl-n74{margin-left:-4.625rem!important}.ms-xl-n76{margin-left:-4.75rem!important}.ms-xl-n78{margin-left:-4.875rem!important}.ms-xl-n80{margin-left:-5rem!important}.ms-xl-n82{margin-left:-5.125rem!important}.ms-xl-n84{margin-left:-5.25rem!important}.ms-xl-n86{margin-left:-5.375rem!important}.ms-xl-n88{margin-left:-5.5rem!important}.ms-xl-n90{margin-left:-5.625rem!important}.ms-xl-n92{margin-left:-5.75rem!important}.ms-xl-n94{margin-left:-5.875rem!important}.ms-xl-n96{margin-left:-6rem!important}.ms-xl-n98{margin-left:-6.125rem!important}.ms-xl-n100{margin-left:-6.25rem!important}.ms-xl-n102{margin-left:-6.375rem!important}.ms-xl-n104{margin-left:-6.5rem!important}.ms-xl-n106{margin-left:-6.625rem!important}.ms-xl-n108{margin-left:-6.75rem!important}.ms-xl-n110{margin-left:-6.875rem!important}.ms-xl-n112{margin-left:-7rem!important}.ms-xl-n114{margin-left:-7.125rem!important}.ms-xl-n116{margin-left:-7.25rem!important}.ms-xl-n118{margin-left:-7.375rem!important}.ms-xl-n120{margin-left:-7.5rem!important}.ms-xl-n122{margin-left:-7.625rem!important}.ms-xl-n124{margin-left:-7.75rem!important}.ms-xl-n126{margin-left:-7.875rem!important}.ms-xl-n128{margin-left:-8rem!important}.ms-xl-n130{margin-left:-8.125rem!important}.ms-xl-n132{margin-left:-8.25rem!important}.ms-xl-n134{margin-left:-8.375rem!important}.ms-xl-n136{margin-left:-8.5rem!important}.ms-xl-n138{margin-left:-8.625rem!important}.ms-xl-n140{margin-left:-8.75rem!important}.ms-xl-n142{margin-left:-8.875rem!important}.ms-xl-n144{margin-left:-9rem!important}.ms-xl-n146{margin-left:-9.125rem!important}.ms-xl-n148{margin-left:-9.25rem!important}.ms-xl-n150{margin-left:-9.375rem!important}.ms-xl-n152{margin-left:-9.5rem!important}.ms-xl-n154{margin-left:-9.625rem!important}.ms-xl-n156{margin-left:-9.75rem!important}.ms-xl-n158{margin-left:-9.875rem!important}.ms-xl-n160{margin-left:-10rem!important}.ms-xl-n162{margin-left:-10.125rem!important}.ms-xl-n164{margin-left:-10.25rem!important}.ms-xl-n166{margin-left:-10.375rem!important}.ms-xl-n168{margin-left:-10.5rem!important}.ms-xl-n170{margin-left:-10.625rem!important}.ms-xl-n172{margin-left:-10.75rem!important}.ms-xl-n174{margin-left:-10.875rem!important}.ms-xl-n176{margin-left:-11rem!important}.ms-xl-n178{margin-left:-11.125rem!important}.ms-xl-n180{margin-left:-11.25rem!important}.ms-xl-n182{margin-left:-11.375rem!important}.ms-xl-n184{margin-left:-11.5rem!important}.ms-xl-n186{margin-left:-11.625rem!important}.ms-xl-n188{margin-left:-11.75rem!important}.ms-xl-n190{margin-left:-11.875rem!important}.ms-xl-n192{margin-left:-12rem!important}.ms-xl-n194{margin-left:-12.125rem!important}.ms-xl-n196{margin-left:-12.25rem!important}.ms-xl-n198{margin-left:-12.375rem!important}.ms-xl-n200{margin-left:-12.5rem!important}.p-xl-0{padding:0!important}.p-xl-2{padding:.125rem!important}.p-xl-4{padding:.25rem!important}.p-xl-6{padding:.375rem!important}.p-xl-8{padding:.5rem!important}.p-xl-10{padding:.625rem!important}.p-xl-12{padding:.75rem!important}.p-xl-14{padding:.875rem!important}.p-xl-16{padding:1rem!important}.p-xl-18{padding:1.125rem!important}.p-xl-20{padding:1.25rem!important}.p-xl-22{padding:1.375rem!important}.p-xl-24{padding:1.5rem!important}.p-xl-26{padding:1.625rem!important}.p-xl-28{padding:1.75rem!important}.p-xl-30{padding:1.875rem!important}.p-xl-32{padding:2rem!important}.p-xl-34{padding:2.125rem!important}.p-xl-36{padding:2.25rem!important}.p-xl-38{padding:2.375rem!important}.p-xl-40{padding:2.5rem!important}.p-xl-42{padding:2.625rem!important}.p-xl-44{padding:2.75rem!important}.p-xl-46{padding:2.875rem!important}.p-xl-48{padding:3rem!important}.p-xl-50{padding:3.125rem!important}.p-xl-52{padding:3.25rem!important}.p-xl-54{padding:3.375rem!important}.p-xl-56{padding:3.5rem!important}.p-xl-58{padding:3.625rem!important}.p-xl-60{padding:3.75rem!important}.p-xl-62{padding:3.875rem!important}.p-xl-64{padding:4rem!important}.p-xl-66{padding:4.125rem!important}.p-xl-68{padding:4.25rem!important}.p-xl-70{padding:4.375rem!important}.p-xl-72{padding:4.5rem!important}.p-xl-74{padding:4.625rem!important}.p-xl-76{padding:4.75rem!important}.p-xl-78{padding:4.875rem!important}.p-xl-80{padding:5rem!important}.p-xl-82{padding:5.125rem!important}.p-xl-84{padding:5.25rem!important}.p-xl-86{padding:5.375rem!important}.p-xl-88{padding:5.5rem!important}.p-xl-90{padding:5.625rem!important}.p-xl-92{padding:5.75rem!important}.p-xl-94{padding:5.875rem!important}.p-xl-96{padding:6rem!important}.p-xl-98{padding:6.125rem!important}.p-xl-100{padding:6.25rem!important}.p-xl-102{padding:6.375rem!important}.p-xl-104{padding:6.5rem!important}.p-xl-106{padding:6.625rem!important}.p-xl-108{padding:6.75rem!important}.p-xl-110{padding:6.875rem!important}.p-xl-112{padding:7rem!important}.p-xl-114{padding:7.125rem!important}.p-xl-116{padding:7.25rem!important}.p-xl-118{padding:7.375rem!important}.p-xl-120{padding:7.5rem!important}.p-xl-122{padding:7.625rem!important}.p-xl-124{padding:7.75rem!important}.p-xl-126{padding:7.875rem!important}.p-xl-128{padding:8rem!important}.p-xl-130{padding:8.125rem!important}.p-xl-132{padding:8.25rem!important}.p-xl-134{padding:8.375rem!important}.p-xl-136{padding:8.5rem!important}.p-xl-138{padding:8.625rem!important}.p-xl-140{padding:8.75rem!important}.p-xl-142{padding:8.875rem!important}.p-xl-144{padding:9rem!important}.p-xl-146{padding:9.125rem!important}.p-xl-148{padding:9.25rem!important}.p-xl-150{padding:9.375rem!important}.p-xl-152{padding:9.5rem!important}.p-xl-154{padding:9.625rem!important}.p-xl-156{padding:9.75rem!important}.p-xl-158{padding:9.875rem!important}.p-xl-160{padding:10rem!important}.p-xl-162{padding:10.125rem!important}.p-xl-164{padding:10.25rem!important}.p-xl-166{padding:10.375rem!important}.p-xl-168{padding:10.5rem!important}.p-xl-170{padding:10.625rem!important}.p-xl-172{padding:10.75rem!important}.p-xl-174{padding:10.875rem!important}.p-xl-176{padding:11rem!important}.p-xl-178{padding:11.125rem!important}.p-xl-180{padding:11.25rem!important}.p-xl-182{padding:11.375rem!important}.p-xl-184{padding:11.5rem!important}.p-xl-186{padding:11.625rem!important}.p-xl-188{padding:11.75rem!important}.p-xl-190{padding:11.875rem!important}.p-xl-192{padding:12rem!important}.p-xl-194{padding:12.125rem!important}.p-xl-196{padding:12.25rem!important}.p-xl-198{padding:12.375rem!important}.p-xl-200{padding:12.5rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-2{padding-left:.125rem!important;padding-right:.125rem!important}.px-xl-4{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-6{padding-left:.375rem!important;padding-right:.375rem!important}.px-xl-8{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-10{padding-left:.625rem!important;padding-right:.625rem!important}.px-xl-12{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-14{padding-left:.875rem!important;padding-right:.875rem!important}.px-xl-16{padding-left:1rem!important;padding-right:1rem!important}.px-xl-18{padding-left:1.125rem!important;padding-right:1.125rem!important}.px-xl-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xl-22{padding-left:1.375rem!important;padding-right:1.375rem!important}.px-xl-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-26{padding-left:1.625rem!important;padding-right:1.625rem!important}.px-xl-28{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xl-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-xl-32{padding-left:2rem!important;padding-right:2rem!important}.px-xl-34{padding-left:2.125rem!important;padding-right:2.125rem!important}.px-xl-36{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xl-38{padding-left:2.375rem!important;padding-right:2.375rem!important}.px-xl-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xl-42{padding-left:2.625rem!important;padding-right:2.625rem!important}.px-xl-44{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xl-46{padding-left:2.875rem!important;padding-right:2.875rem!important}.px-xl-48{padding-left:3rem!important;padding-right:3rem!important}.px-xl-50{padding-left:3.125rem!important;padding-right:3.125rem!important}.px-xl-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-xl-54{padding-left:3.375rem!important;padding-right:3.375rem!important}.px-xl-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-xl-58{padding-left:3.625rem!important;padding-right:3.625rem!important}.px-xl-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xl-62{padding-left:3.875rem!important;padding-right:3.875rem!important}.px-xl-64{padding-left:4rem!important;padding-right:4rem!important}.px-xl-66{padding-left:4.125rem!important;padding-right:4.125rem!important}.px-xl-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-xl-70{padding-left:4.375rem!important;padding-right:4.375rem!important}.px-xl-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xl-74{padding-left:4.625rem!important;padding-right:4.625rem!important}.px-xl-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xl-78{padding-left:4.875rem!important;padding-right:4.875rem!important}.px-xl-80{padding-left:5rem!important;padding-right:5rem!important}.px-xl-82{padding-left:5.125rem!important;padding-right:5.125rem!important}.px-xl-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.px-xl-86{padding-left:5.375rem!important;padding-right:5.375rem!important}.px-xl-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-xl-90{padding-left:5.625rem!important;padding-right:5.625rem!important}.px-xl-92{padding-left:5.75rem!important;padding-right:5.75rem!important}.px-xl-94{padding-left:5.875rem!important;padding-right:5.875rem!important}.px-xl-96{padding-left:6rem!important;padding-right:6rem!important}.px-xl-98{padding-left:6.125rem!important;padding-right:6.125rem!important}.px-xl-100{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-xl-102{padding-left:6.375rem!important;padding-right:6.375rem!important}.px-xl-104{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-xl-106{padding-left:6.625rem!important;padding-right:6.625rem!important}.px-xl-108{padding-left:6.75rem!important;padding-right:6.75rem!important}.px-xl-110{padding-left:6.875rem!important;padding-right:6.875rem!important}.px-xl-112{padding-left:7rem!important;padding-right:7rem!important}.px-xl-114{padding-left:7.125rem!important;padding-right:7.125rem!important}.px-xl-116{padding-left:7.25rem!important;padding-right:7.25rem!important}.px-xl-118{padding-left:7.375rem!important;padding-right:7.375rem!important}.px-xl-120{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xl-122{padding-left:7.625rem!important;padding-right:7.625rem!important}.px-xl-124{padding-left:7.75rem!important;padding-right:7.75rem!important}.px-xl-126{padding-left:7.875rem!important;padding-right:7.875rem!important}.px-xl-128{padding-left:8rem!important;padding-right:8rem!important}.px-xl-130{padding-left:8.125rem!important;padding-right:8.125rem!important}.px-xl-132{padding-left:8.25rem!important;padding-right:8.25rem!important}.px-xl-134{padding-left:8.375rem!important;padding-right:8.375rem!important}.px-xl-136{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-xl-138{padding-left:8.625rem!important;padding-right:8.625rem!important}.px-xl-140{padding-left:8.75rem!important;padding-right:8.75rem!important}.px-xl-142{padding-left:8.875rem!important;padding-right:8.875rem!important}.px-xl-144{padding-left:9rem!important;padding-right:9rem!important}.px-xl-146{padding-left:9.125rem!important;padding-right:9.125rem!important}.px-xl-148{padding-left:9.25rem!important;padding-right:9.25rem!important}.px-xl-150{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-xl-152{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-xl-154{padding-left:9.625rem!important;padding-right:9.625rem!important}.px-xl-156{padding-left:9.75rem!important;padding-right:9.75rem!important}.px-xl-158{padding-left:9.875rem!important;padding-right:9.875rem!important}.px-xl-160{padding-left:10rem!important;padding-right:10rem!important}.px-xl-162{padding-left:10.125rem!important;padding-right:10.125rem!important}.px-xl-164{padding-left:10.25rem!important;padding-right:10.25rem!important}.px-xl-166{padding-left:10.375rem!important;padding-right:10.375rem!important}.px-xl-168{padding-left:10.5rem!important;padding-right:10.5rem!important}.px-xl-170{padding-left:10.625rem!important;padding-right:10.625rem!important}.px-xl-172{padding-left:10.75rem!important;padding-right:10.75rem!important}.px-xl-174{padding-left:10.875rem!important;padding-right:10.875rem!important}.px-xl-176{padding-left:11rem!important;padding-right:11rem!important}.px-xl-178{padding-left:11.125rem!important;padding-right:11.125rem!important}.px-xl-180{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-xl-182{padding-left:11.375rem!important;padding-right:11.375rem!important}.px-xl-184{padding-left:11.5rem!important;padding-right:11.5rem!important}.px-xl-186{padding-left:11.625rem!important;padding-right:11.625rem!important}.px-xl-188{padding-left:11.75rem!important;padding-right:11.75rem!important}.px-xl-190{padding-left:11.875rem!important;padding-right:11.875rem!important}.px-xl-192{padding-left:12rem!important;padding-right:12rem!important}.px-xl-194{padding-left:12.125rem!important;padding-right:12.125rem!important}.px-xl-196{padding-left:12.25rem!important;padding-right:12.25rem!important}.px-xl-198{padding-left:12.375rem!important;padding-right:12.375rem!important}.px-xl-200{padding-left:12.5rem!important;padding-right:12.5rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-2{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-xl-4{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-6{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-xl-8{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-10{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-xl-12{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xl-14{padding-bottom:.875rem!important;padding-top:.875rem!important}.py-xl-16{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-18{padding-bottom:1.125rem!important;padding-top:1.125rem!important}.py-xl-20{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xl-22{padding-bottom:1.375rem!important;padding-top:1.375rem!important}.py-xl-24{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-26{padding-bottom:1.625rem!important;padding-top:1.625rem!important}.py-xl-28{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xl-30{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-xl-32{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-34{padding-bottom:2.125rem!important;padding-top:2.125rem!important}.py-xl-36{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xl-38{padding-bottom:2.375rem!important;padding-top:2.375rem!important}.py-xl-40{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xl-42{padding-bottom:2.625rem!important;padding-top:2.625rem!important}.py-xl-44{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xl-46{padding-bottom:2.875rem!important;padding-top:2.875rem!important}.py-xl-48{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-50{padding-bottom:3.125rem!important;padding-top:3.125rem!important}.py-xl-52{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-xl-54{padding-bottom:3.375rem!important;padding-top:3.375rem!important}.py-xl-56{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-xl-58{padding-bottom:3.625rem!important;padding-top:3.625rem!important}.py-xl-60{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xl-62{padding-bottom:3.875rem!important;padding-top:3.875rem!important}.py-xl-64{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-66{padding-bottom:4.125rem!important;padding-top:4.125rem!important}.py-xl-68{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-xl-70{padding-bottom:4.375rem!important;padding-top:4.375rem!important}.py-xl-72{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-74{padding-bottom:4.625rem!important;padding-top:4.625rem!important}.py-xl-76{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xl-78{padding-bottom:4.875rem!important;padding-top:4.875rem!important}.py-xl-80{padding-bottom:5rem!important;padding-top:5rem!important}.py-xl-82{padding-bottom:5.125rem!important;padding-top:5.125rem!important}.py-xl-84{padding-bottom:5.25rem!important;padding-top:5.25rem!important}.py-xl-86{padding-bottom:5.375rem!important;padding-top:5.375rem!important}.py-xl-88{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-xl-90{padding-bottom:5.625rem!important;padding-top:5.625rem!important}.py-xl-92{padding-bottom:5.75rem!important;padding-top:5.75rem!important}.py-xl-94{padding-bottom:5.875rem!important;padding-top:5.875rem!important}.py-xl-96{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-98{padding-bottom:6.125rem!important;padding-top:6.125rem!important}.py-xl-100{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-xl-102{padding-bottom:6.375rem!important;padding-top:6.375rem!important}.py-xl-104{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-xl-106{padding-bottom:6.625rem!important;padding-top:6.625rem!important}.py-xl-108{padding-bottom:6.75rem!important;padding-top:6.75rem!important}.py-xl-110{padding-bottom:6.875rem!important;padding-top:6.875rem!important}.py-xl-112{padding-bottom:7rem!important;padding-top:7rem!important}.py-xl-114{padding-bottom:7.125rem!important;padding-top:7.125rem!important}.py-xl-116{padding-bottom:7.25rem!important;padding-top:7.25rem!important}.py-xl-118{padding-bottom:7.375rem!important;padding-top:7.375rem!important}.py-xl-120{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xl-122{padding-bottom:7.625rem!important;padding-top:7.625rem!important}.py-xl-124{padding-bottom:7.75rem!important;padding-top:7.75rem!important}.py-xl-126{padding-bottom:7.875rem!important;padding-top:7.875rem!important}.py-xl-128{padding-bottom:8rem!important;padding-top:8rem!important}.py-xl-130{padding-bottom:8.125rem!important;padding-top:8.125rem!important}.py-xl-132{padding-bottom:8.25rem!important;padding-top:8.25rem!important}.py-xl-134{padding-bottom:8.375rem!important;padding-top:8.375rem!important}.py-xl-136{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-xl-138{padding-bottom:8.625rem!important;padding-top:8.625rem!important}.py-xl-140{padding-bottom:8.75rem!important;padding-top:8.75rem!important}.py-xl-142{padding-bottom:8.875rem!important;padding-top:8.875rem!important}.py-xl-144{padding-bottom:9rem!important;padding-top:9rem!important}.py-xl-146{padding-bottom:9.125rem!important;padding-top:9.125rem!important}.py-xl-148{padding-bottom:9.25rem!important;padding-top:9.25rem!important}.py-xl-150{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-xl-152{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-xl-154{padding-bottom:9.625rem!important;padding-top:9.625rem!important}.py-xl-156{padding-bottom:9.75rem!important;padding-top:9.75rem!important}.py-xl-158{padding-bottom:9.875rem!important;padding-top:9.875rem!important}.py-xl-160{padding-bottom:10rem!important;padding-top:10rem!important}.py-xl-162{padding-bottom:10.125rem!important;padding-top:10.125rem!important}.py-xl-164{padding-bottom:10.25rem!important;padding-top:10.25rem!important}.py-xl-166{padding-bottom:10.375rem!important;padding-top:10.375rem!important}.py-xl-168{padding-bottom:10.5rem!important;padding-top:10.5rem!important}.py-xl-170{padding-bottom:10.625rem!important;padding-top:10.625rem!important}.py-xl-172{padding-bottom:10.75rem!important;padding-top:10.75rem!important}.py-xl-174{padding-bottom:10.875rem!important;padding-top:10.875rem!important}.py-xl-176{padding-bottom:11rem!important;padding-top:11rem!important}.py-xl-178{padding-bottom:11.125rem!important;padding-top:11.125rem!important}.py-xl-180{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-xl-182{padding-bottom:11.375rem!important;padding-top:11.375rem!important}.py-xl-184{padding-bottom:11.5rem!important;padding-top:11.5rem!important}.py-xl-186{padding-bottom:11.625rem!important;padding-top:11.625rem!important}.py-xl-188{padding-bottom:11.75rem!important;padding-top:11.75rem!important}.py-xl-190{padding-bottom:11.875rem!important;padding-top:11.875rem!important}.py-xl-192{padding-bottom:12rem!important;padding-top:12rem!important}.py-xl-194{padding-bottom:12.125rem!important;padding-top:12.125rem!important}.py-xl-196{padding-bottom:12.25rem!important;padding-top:12.25rem!important}.py-xl-198{padding-bottom:12.375rem!important;padding-top:12.375rem!important}.py-xl-200{padding-bottom:12.5rem!important;padding-top:12.5rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-2{padding-top:.125rem!important}.pt-xl-4{padding-top:.25rem!important}.pt-xl-6{padding-top:.375rem!important}.pt-xl-8{padding-top:.5rem!important}.pt-xl-10{padding-top:.625rem!important}.pt-xl-12{padding-top:.75rem!important}.pt-xl-14{padding-top:.875rem!important}.pt-xl-16{padding-top:1rem!important}.pt-xl-18{padding-top:1.125rem!important}.pt-xl-20{padding-top:1.25rem!important}.pt-xl-22{padding-top:1.375rem!important}.pt-xl-24{padding-top:1.5rem!important}.pt-xl-26{padding-top:1.625rem!important}.pt-xl-28{padding-top:1.75rem!important}.pt-xl-30{padding-top:1.875rem!important}.pt-xl-32{padding-top:2rem!important}.pt-xl-34{padding-top:2.125rem!important}.pt-xl-36{padding-top:2.25rem!important}.pt-xl-38{padding-top:2.375rem!important}.pt-xl-40{padding-top:2.5rem!important}.pt-xl-42{padding-top:2.625rem!important}.pt-xl-44{padding-top:2.75rem!important}.pt-xl-46{padding-top:2.875rem!important}.pt-xl-48{padding-top:3rem!important}.pt-xl-50{padding-top:3.125rem!important}.pt-xl-52{padding-top:3.25rem!important}.pt-xl-54{padding-top:3.375rem!important}.pt-xl-56{padding-top:3.5rem!important}.pt-xl-58{padding-top:3.625rem!important}.pt-xl-60{padding-top:3.75rem!important}.pt-xl-62{padding-top:3.875rem!important}.pt-xl-64{padding-top:4rem!important}.pt-xl-66{padding-top:4.125rem!important}.pt-xl-68{padding-top:4.25rem!important}.pt-xl-70{padding-top:4.375rem!important}.pt-xl-72{padding-top:4.5rem!important}.pt-xl-74{padding-top:4.625rem!important}.pt-xl-76{padding-top:4.75rem!important}.pt-xl-78{padding-top:4.875rem!important}.pt-xl-80{padding-top:5rem!important}.pt-xl-82{padding-top:5.125rem!important}.pt-xl-84{padding-top:5.25rem!important}.pt-xl-86{padding-top:5.375rem!important}.pt-xl-88{padding-top:5.5rem!important}.pt-xl-90{padding-top:5.625rem!important}.pt-xl-92{padding-top:5.75rem!important}.pt-xl-94{padding-top:5.875rem!important}.pt-xl-96{padding-top:6rem!important}.pt-xl-98{padding-top:6.125rem!important}.pt-xl-100{padding-top:6.25rem!important}.pt-xl-102{padding-top:6.375rem!important}.pt-xl-104{padding-top:6.5rem!important}.pt-xl-106{padding-top:6.625rem!important}.pt-xl-108{padding-top:6.75rem!important}.pt-xl-110{padding-top:6.875rem!important}.pt-xl-112{padding-top:7rem!important}.pt-xl-114{padding-top:7.125rem!important}.pt-xl-116{padding-top:7.25rem!important}.pt-xl-118{padding-top:7.375rem!important}.pt-xl-120{padding-top:7.5rem!important}.pt-xl-122{padding-top:7.625rem!important}.pt-xl-124{padding-top:7.75rem!important}.pt-xl-126{padding-top:7.875rem!important}.pt-xl-128{padding-top:8rem!important}.pt-xl-130{padding-top:8.125rem!important}.pt-xl-132{padding-top:8.25rem!important}.pt-xl-134{padding-top:8.375rem!important}.pt-xl-136{padding-top:8.5rem!important}.pt-xl-138{padding-top:8.625rem!important}.pt-xl-140{padding-top:8.75rem!important}.pt-xl-142{padding-top:8.875rem!important}.pt-xl-144{padding-top:9rem!important}.pt-xl-146{padding-top:9.125rem!important}.pt-xl-148{padding-top:9.25rem!important}.pt-xl-150{padding-top:9.375rem!important}.pt-xl-152{padding-top:9.5rem!important}.pt-xl-154{padding-top:9.625rem!important}.pt-xl-156{padding-top:9.75rem!important}.pt-xl-158{padding-top:9.875rem!important}.pt-xl-160{padding-top:10rem!important}.pt-xl-162{padding-top:10.125rem!important}.pt-xl-164{padding-top:10.25rem!important}.pt-xl-166{padding-top:10.375rem!important}.pt-xl-168{padding-top:10.5rem!important}.pt-xl-170{padding-top:10.625rem!important}.pt-xl-172{padding-top:10.75rem!important}.pt-xl-174{padding-top:10.875rem!important}.pt-xl-176{padding-top:11rem!important}.pt-xl-178{padding-top:11.125rem!important}.pt-xl-180{padding-top:11.25rem!important}.pt-xl-182{padding-top:11.375rem!important}.pt-xl-184{padding-top:11.5rem!important}.pt-xl-186{padding-top:11.625rem!important}.pt-xl-188{padding-top:11.75rem!important}.pt-xl-190{padding-top:11.875rem!important}.pt-xl-192{padding-top:12rem!important}.pt-xl-194{padding-top:12.125rem!important}.pt-xl-196{padding-top:12.25rem!important}.pt-xl-198{padding-top:12.375rem!important}.pt-xl-200{padding-top:12.5rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-2{padding-right:.125rem!important}.pe-xl-4{padding-right:.25rem!important}.pe-xl-6{padding-right:.375rem!important}.pe-xl-8{padding-right:.5rem!important}.pe-xl-10{padding-right:.625rem!important}.pe-xl-12{padding-right:.75rem!important}.pe-xl-14{padding-right:.875rem!important}.pe-xl-16{padding-right:1rem!important}.pe-xl-18{padding-right:1.125rem!important}.pe-xl-20{padding-right:1.25rem!important}.pe-xl-22{padding-right:1.375rem!important}.pe-xl-24{padding-right:1.5rem!important}.pe-xl-26{padding-right:1.625rem!important}.pe-xl-28{padding-right:1.75rem!important}.pe-xl-30{padding-right:1.875rem!important}.pe-xl-32{padding-right:2rem!important}.pe-xl-34{padding-right:2.125rem!important}.pe-xl-36{padding-right:2.25rem!important}.pe-xl-38{padding-right:2.375rem!important}.pe-xl-40{padding-right:2.5rem!important}.pe-xl-42{padding-right:2.625rem!important}.pe-xl-44{padding-right:2.75rem!important}.pe-xl-46{padding-right:2.875rem!important}.pe-xl-48{padding-right:3rem!important}.pe-xl-50{padding-right:3.125rem!important}.pe-xl-52{padding-right:3.25rem!important}.pe-xl-54{padding-right:3.375rem!important}.pe-xl-56{padding-right:3.5rem!important}.pe-xl-58{padding-right:3.625rem!important}.pe-xl-60{padding-right:3.75rem!important}.pe-xl-62{padding-right:3.875rem!important}.pe-xl-64{padding-right:4rem!important}.pe-xl-66{padding-right:4.125rem!important}.pe-xl-68{padding-right:4.25rem!important}.pe-xl-70{padding-right:4.375rem!important}.pe-xl-72{padding-right:4.5rem!important}.pe-xl-74{padding-right:4.625rem!important}.pe-xl-76{padding-right:4.75rem!important}.pe-xl-78{padding-right:4.875rem!important}.pe-xl-80{padding-right:5rem!important}.pe-xl-82{padding-right:5.125rem!important}.pe-xl-84{padding-right:5.25rem!important}.pe-xl-86{padding-right:5.375rem!important}.pe-xl-88{padding-right:5.5rem!important}.pe-xl-90{padding-right:5.625rem!important}.pe-xl-92{padding-right:5.75rem!important}.pe-xl-94{padding-right:5.875rem!important}.pe-xl-96{padding-right:6rem!important}.pe-xl-98{padding-right:6.125rem!important}.pe-xl-100{padding-right:6.25rem!important}.pe-xl-102{padding-right:6.375rem!important}.pe-xl-104{padding-right:6.5rem!important}.pe-xl-106{padding-right:6.625rem!important}.pe-xl-108{padding-right:6.75rem!important}.pe-xl-110{padding-right:6.875rem!important}.pe-xl-112{padding-right:7rem!important}.pe-xl-114{padding-right:7.125rem!important}.pe-xl-116{padding-right:7.25rem!important}.pe-xl-118{padding-right:7.375rem!important}.pe-xl-120{padding-right:7.5rem!important}.pe-xl-122{padding-right:7.625rem!important}.pe-xl-124{padding-right:7.75rem!important}.pe-xl-126{padding-right:7.875rem!important}.pe-xl-128{padding-right:8rem!important}.pe-xl-130{padding-right:8.125rem!important}.pe-xl-132{padding-right:8.25rem!important}.pe-xl-134{padding-right:8.375rem!important}.pe-xl-136{padding-right:8.5rem!important}.pe-xl-138{padding-right:8.625rem!important}.pe-xl-140{padding-right:8.75rem!important}.pe-xl-142{padding-right:8.875rem!important}.pe-xl-144{padding-right:9rem!important}.pe-xl-146{padding-right:9.125rem!important}.pe-xl-148{padding-right:9.25rem!important}.pe-xl-150{padding-right:9.375rem!important}.pe-xl-152{padding-right:9.5rem!important}.pe-xl-154{padding-right:9.625rem!important}.pe-xl-156{padding-right:9.75rem!important}.pe-xl-158{padding-right:9.875rem!important}.pe-xl-160{padding-right:10rem!important}.pe-xl-162{padding-right:10.125rem!important}.pe-xl-164{padding-right:10.25rem!important}.pe-xl-166{padding-right:10.375rem!important}.pe-xl-168{padding-right:10.5rem!important}.pe-xl-170{padding-right:10.625rem!important}.pe-xl-172{padding-right:10.75rem!important}.pe-xl-174{padding-right:10.875rem!important}.pe-xl-176{padding-right:11rem!important}.pe-xl-178{padding-right:11.125rem!important}.pe-xl-180{padding-right:11.25rem!important}.pe-xl-182{padding-right:11.375rem!important}.pe-xl-184{padding-right:11.5rem!important}.pe-xl-186{padding-right:11.625rem!important}.pe-xl-188{padding-right:11.75rem!important}.pe-xl-190{padding-right:11.875rem!important}.pe-xl-192{padding-right:12rem!important}.pe-xl-194{padding-right:12.125rem!important}.pe-xl-196{padding-right:12.25rem!important}.pe-xl-198{padding-right:12.375rem!important}.pe-xl-200{padding-right:12.5rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-2{padding-bottom:.125rem!important}.pb-xl-4{padding-bottom:.25rem!important}.pb-xl-6{padding-bottom:.375rem!important}.pb-xl-8{padding-bottom:.5rem!important}.pb-xl-10{padding-bottom:.625rem!important}.pb-xl-12{padding-bottom:.75rem!important}.pb-xl-14{padding-bottom:.875rem!important}.pb-xl-16{padding-bottom:1rem!important}.pb-xl-18{padding-bottom:1.125rem!important}.pb-xl-20{padding-bottom:1.25rem!important}.pb-xl-22{padding-bottom:1.375rem!important}.pb-xl-24{padding-bottom:1.5rem!important}.pb-xl-26{padding-bottom:1.625rem!important}.pb-xl-28{padding-bottom:1.75rem!important}.pb-xl-30{padding-bottom:1.875rem!important}.pb-xl-32{padding-bottom:2rem!important}.pb-xl-34{padding-bottom:2.125rem!important}.pb-xl-36{padding-bottom:2.25rem!important}.pb-xl-38{padding-bottom:2.375rem!important}.pb-xl-40{padding-bottom:2.5rem!important}.pb-xl-42{padding-bottom:2.625rem!important}.pb-xl-44{padding-bottom:2.75rem!important}.pb-xl-46{padding-bottom:2.875rem!important}.pb-xl-48{padding-bottom:3rem!important}.pb-xl-50{padding-bottom:3.125rem!important}.pb-xl-52{padding-bottom:3.25rem!important}.pb-xl-54{padding-bottom:3.375rem!important}.pb-xl-56{padding-bottom:3.5rem!important}.pb-xl-58{padding-bottom:3.625rem!important}.pb-xl-60{padding-bottom:3.75rem!important}.pb-xl-62{padding-bottom:3.875rem!important}.pb-xl-64{padding-bottom:4rem!important}.pb-xl-66{padding-bottom:4.125rem!important}.pb-xl-68{padding-bottom:4.25rem!important}.pb-xl-70{padding-bottom:4.375rem!important}.pb-xl-72{padding-bottom:4.5rem!important}.pb-xl-74{padding-bottom:4.625rem!important}.pb-xl-76{padding-bottom:4.75rem!important}.pb-xl-78{padding-bottom:4.875rem!important}.pb-xl-80{padding-bottom:5rem!important}.pb-xl-82{padding-bottom:5.125rem!important}.pb-xl-84{padding-bottom:5.25rem!important}.pb-xl-86{padding-bottom:5.375rem!important}.pb-xl-88{padding-bottom:5.5rem!important}.pb-xl-90{padding-bottom:5.625rem!important}.pb-xl-92{padding-bottom:5.75rem!important}.pb-xl-94{padding-bottom:5.875rem!important}.pb-xl-96{padding-bottom:6rem!important}.pb-xl-98{padding-bottom:6.125rem!important}.pb-xl-100{padding-bottom:6.25rem!important}.pb-xl-102{padding-bottom:6.375rem!important}.pb-xl-104{padding-bottom:6.5rem!important}.pb-xl-106{padding-bottom:6.625rem!important}.pb-xl-108{padding-bottom:6.75rem!important}.pb-xl-110{padding-bottom:6.875rem!important}.pb-xl-112{padding-bottom:7rem!important}.pb-xl-114{padding-bottom:7.125rem!important}.pb-xl-116{padding-bottom:7.25rem!important}.pb-xl-118{padding-bottom:7.375rem!important}.pb-xl-120{padding-bottom:7.5rem!important}.pb-xl-122{padding-bottom:7.625rem!important}.pb-xl-124{padding-bottom:7.75rem!important}.pb-xl-126{padding-bottom:7.875rem!important}.pb-xl-128{padding-bottom:8rem!important}.pb-xl-130{padding-bottom:8.125rem!important}.pb-xl-132{padding-bottom:8.25rem!important}.pb-xl-134{padding-bottom:8.375rem!important}.pb-xl-136{padding-bottom:8.5rem!important}.pb-xl-138{padding-bottom:8.625rem!important}.pb-xl-140{padding-bottom:8.75rem!important}.pb-xl-142{padding-bottom:8.875rem!important}.pb-xl-144{padding-bottom:9rem!important}.pb-xl-146{padding-bottom:9.125rem!important}.pb-xl-148{padding-bottom:9.25rem!important}.pb-xl-150{padding-bottom:9.375rem!important}.pb-xl-152{padding-bottom:9.5rem!important}.pb-xl-154{padding-bottom:9.625rem!important}.pb-xl-156{padding-bottom:9.75rem!important}.pb-xl-158{padding-bottom:9.875rem!important}.pb-xl-160{padding-bottom:10rem!important}.pb-xl-162{padding-bottom:10.125rem!important}.pb-xl-164{padding-bottom:10.25rem!important}.pb-xl-166{padding-bottom:10.375rem!important}.pb-xl-168{padding-bottom:10.5rem!important}.pb-xl-170{padding-bottom:10.625rem!important}.pb-xl-172{padding-bottom:10.75rem!important}.pb-xl-174{padding-bottom:10.875rem!important}.pb-xl-176{padding-bottom:11rem!important}.pb-xl-178{padding-bottom:11.125rem!important}.pb-xl-180{padding-bottom:11.25rem!important}.pb-xl-182{padding-bottom:11.375rem!important}.pb-xl-184{padding-bottom:11.5rem!important}.pb-xl-186{padding-bottom:11.625rem!important}.pb-xl-188{padding-bottom:11.75rem!important}.pb-xl-190{padding-bottom:11.875rem!important}.pb-xl-192{padding-bottom:12rem!important}.pb-xl-194{padding-bottom:12.125rem!important}.pb-xl-196{padding-bottom:12.25rem!important}.pb-xl-198{padding-bottom:12.375rem!important}.pb-xl-200{padding-bottom:12.5rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-2{padding-left:.125rem!important}.ps-xl-4{padding-left:.25rem!important}.ps-xl-6{padding-left:.375rem!important}.ps-xl-8{padding-left:.5rem!important}.ps-xl-10{padding-left:.625rem!important}.ps-xl-12{padding-left:.75rem!important}.ps-xl-14{padding-left:.875rem!important}.ps-xl-16{padding-left:1rem!important}.ps-xl-18{padding-left:1.125rem!important}.ps-xl-20{padding-left:1.25rem!important}.ps-xl-22{padding-left:1.375rem!important}.ps-xl-24{padding-left:1.5rem!important}.ps-xl-26{padding-left:1.625rem!important}.ps-xl-28{padding-left:1.75rem!important}.ps-xl-30{padding-left:1.875rem!important}.ps-xl-32{padding-left:2rem!important}.ps-xl-34{padding-left:2.125rem!important}.ps-xl-36{padding-left:2.25rem!important}.ps-xl-38{padding-left:2.375rem!important}.ps-xl-40{padding-left:2.5rem!important}.ps-xl-42{padding-left:2.625rem!important}.ps-xl-44{padding-left:2.75rem!important}.ps-xl-46{padding-left:2.875rem!important}.ps-xl-48{padding-left:3rem!important}.ps-xl-50{padding-left:3.125rem!important}.ps-xl-52{padding-left:3.25rem!important}.ps-xl-54{padding-left:3.375rem!important}.ps-xl-56{padding-left:3.5rem!important}.ps-xl-58{padding-left:3.625rem!important}.ps-xl-60{padding-left:3.75rem!important}.ps-xl-62{padding-left:3.875rem!important}.ps-xl-64{padding-left:4rem!important}.ps-xl-66{padding-left:4.125rem!important}.ps-xl-68{padding-left:4.25rem!important}.ps-xl-70{padding-left:4.375rem!important}.ps-xl-72{padding-left:4.5rem!important}.ps-xl-74{padding-left:4.625rem!important}.ps-xl-76{padding-left:4.75rem!important}.ps-xl-78{padding-left:4.875rem!important}.ps-xl-80{padding-left:5rem!important}.ps-xl-82{padding-left:5.125rem!important}.ps-xl-84{padding-left:5.25rem!important}.ps-xl-86{padding-left:5.375rem!important}.ps-xl-88{padding-left:5.5rem!important}.ps-xl-90{padding-left:5.625rem!important}.ps-xl-92{padding-left:5.75rem!important}.ps-xl-94{padding-left:5.875rem!important}.ps-xl-96{padding-left:6rem!important}.ps-xl-98{padding-left:6.125rem!important}.ps-xl-100{padding-left:6.25rem!important}.ps-xl-102{padding-left:6.375rem!important}.ps-xl-104{padding-left:6.5rem!important}.ps-xl-106{padding-left:6.625rem!important}.ps-xl-108{padding-left:6.75rem!important}.ps-xl-110{padding-left:6.875rem!important}.ps-xl-112{padding-left:7rem!important}.ps-xl-114{padding-left:7.125rem!important}.ps-xl-116{padding-left:7.25rem!important}.ps-xl-118{padding-left:7.375rem!important}.ps-xl-120{padding-left:7.5rem!important}.ps-xl-122{padding-left:7.625rem!important}.ps-xl-124{padding-left:7.75rem!important}.ps-xl-126{padding-left:7.875rem!important}.ps-xl-128{padding-left:8rem!important}.ps-xl-130{padding-left:8.125rem!important}.ps-xl-132{padding-left:8.25rem!important}.ps-xl-134{padding-left:8.375rem!important}.ps-xl-136{padding-left:8.5rem!important}.ps-xl-138{padding-left:8.625rem!important}.ps-xl-140{padding-left:8.75rem!important}.ps-xl-142{padding-left:8.875rem!important}.ps-xl-144{padding-left:9rem!important}.ps-xl-146{padding-left:9.125rem!important}.ps-xl-148{padding-left:9.25rem!important}.ps-xl-150{padding-left:9.375rem!important}.ps-xl-152{padding-left:9.5rem!important}.ps-xl-154{padding-left:9.625rem!important}.ps-xl-156{padding-left:9.75rem!important}.ps-xl-158{padding-left:9.875rem!important}.ps-xl-160{padding-left:10rem!important}.ps-xl-162{padding-left:10.125rem!important}.ps-xl-164{padding-left:10.25rem!important}.ps-xl-166{padding-left:10.375rem!important}.ps-xl-168{padding-left:10.5rem!important}.ps-xl-170{padding-left:10.625rem!important}.ps-xl-172{padding-left:10.75rem!important}.ps-xl-174{padding-left:10.875rem!important}.ps-xl-176{padding-left:11rem!important}.ps-xl-178{padding-left:11.125rem!important}.ps-xl-180{padding-left:11.25rem!important}.ps-xl-182{padding-left:11.375rem!important}.ps-xl-184{padding-left:11.5rem!important}.ps-xl-186{padding-left:11.625rem!important}.ps-xl-188{padding-left:11.75rem!important}.ps-xl-190{padding-left:11.875rem!important}.ps-xl-192{padding-left:12rem!important}.ps-xl-194{padding-left:12.125rem!important}.ps-xl-196{padding-left:12.25rem!important}.ps-xl-198{padding-left:12.375rem!important}.ps-xl-200{padding-left:12.5rem!important}.gap-xl-0{gap:0!important}.gap-xl-2{gap:.125rem!important}.gap-xl-4{gap:.25rem!important}.gap-xl-6{gap:.375rem!important}.gap-xl-8{gap:.5rem!important}.gap-xl-10{gap:.625rem!important}.gap-xl-12{gap:.75rem!important}.gap-xl-14{gap:.875rem!important}.gap-xl-16{gap:1rem!important}.gap-xl-18{gap:1.125rem!important}.gap-xl-20{gap:1.25rem!important}.gap-xl-22{gap:1.375rem!important}.gap-xl-24{gap:1.5rem!important}.gap-xl-26{gap:1.625rem!important}.gap-xl-28{gap:1.75rem!important}.gap-xl-30{gap:1.875rem!important}.gap-xl-32{gap:2rem!important}.gap-xl-34{gap:2.125rem!important}.gap-xl-36{gap:2.25rem!important}.gap-xl-38{gap:2.375rem!important}.gap-xl-40{gap:2.5rem!important}.gap-xl-42{gap:2.625rem!important}.gap-xl-44{gap:2.75rem!important}.gap-xl-46{gap:2.875rem!important}.gap-xl-48{gap:3rem!important}.gap-xl-50{gap:3.125rem!important}.gap-xl-52{gap:3.25rem!important}.gap-xl-54{gap:3.375rem!important}.gap-xl-56{gap:3.5rem!important}.gap-xl-58{gap:3.625rem!important}.gap-xl-60{gap:3.75rem!important}.gap-xl-62{gap:3.875rem!important}.gap-xl-64{gap:4rem!important}.gap-xl-66{gap:4.125rem!important}.gap-xl-68{gap:4.25rem!important}.gap-xl-70{gap:4.375rem!important}.gap-xl-72{gap:4.5rem!important}.gap-xl-74{gap:4.625rem!important}.gap-xl-76{gap:4.75rem!important}.gap-xl-78{gap:4.875rem!important}.gap-xl-80{gap:5rem!important}.gap-xl-82{gap:5.125rem!important}.gap-xl-84{gap:5.25rem!important}.gap-xl-86{gap:5.375rem!important}.gap-xl-88{gap:5.5rem!important}.gap-xl-90{gap:5.625rem!important}.gap-xl-92{gap:5.75rem!important}.gap-xl-94{gap:5.875rem!important}.gap-xl-96{gap:6rem!important}.gap-xl-98{gap:6.125rem!important}.gap-xl-100{gap:6.25rem!important}.gap-xl-102{gap:6.375rem!important}.gap-xl-104{gap:6.5rem!important}.gap-xl-106{gap:6.625rem!important}.gap-xl-108{gap:6.75rem!important}.gap-xl-110{gap:6.875rem!important}.gap-xl-112{gap:7rem!important}.gap-xl-114{gap:7.125rem!important}.gap-xl-116{gap:7.25rem!important}.gap-xl-118{gap:7.375rem!important}.gap-xl-120{gap:7.5rem!important}.gap-xl-122{gap:7.625rem!important}.gap-xl-124{gap:7.75rem!important}.gap-xl-126{gap:7.875rem!important}.gap-xl-128{gap:8rem!important}.gap-xl-130{gap:8.125rem!important}.gap-xl-132{gap:8.25rem!important}.gap-xl-134{gap:8.375rem!important}.gap-xl-136{gap:8.5rem!important}.gap-xl-138{gap:8.625rem!important}.gap-xl-140{gap:8.75rem!important}.gap-xl-142{gap:8.875rem!important}.gap-xl-144{gap:9rem!important}.gap-xl-146{gap:9.125rem!important}.gap-xl-148{gap:9.25rem!important}.gap-xl-150{gap:9.375rem!important}.gap-xl-152{gap:9.5rem!important}.gap-xl-154{gap:9.625rem!important}.gap-xl-156{gap:9.75rem!important}.gap-xl-158{gap:9.875rem!important}.gap-xl-160{gap:10rem!important}.gap-xl-162{gap:10.125rem!important}.gap-xl-164{gap:10.25rem!important}.gap-xl-166{gap:10.375rem!important}.gap-xl-168{gap:10.5rem!important}.gap-xl-170{gap:10.625rem!important}.gap-xl-172{gap:10.75rem!important}.gap-xl-174{gap:10.875rem!important}.gap-xl-176{gap:11rem!important}.gap-xl-178{gap:11.125rem!important}.gap-xl-180{gap:11.25rem!important}.gap-xl-182{gap:11.375rem!important}.gap-xl-184{gap:11.5rem!important}.gap-xl-186{gap:11.625rem!important}.gap-xl-188{gap:11.75rem!important}.gap-xl-190{gap:11.875rem!important}.gap-xl-192{gap:12rem!important}.gap-xl-194{gap:12.125rem!important}.gap-xl-196{gap:12.25rem!important}.gap-xl-198{gap:12.375rem!important}.gap-xl-200{gap:12.5rem!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}.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-2{margin:.125rem!important}.m-xxl-4{margin:.25rem!important}.m-xxl-6{margin:.375rem!important}.m-xxl-8{margin:.5rem!important}.m-xxl-10{margin:.625rem!important}.m-xxl-12{margin:.75rem!important}.m-xxl-14{margin:.875rem!important}.m-xxl-16{margin:1rem!important}.m-xxl-18{margin:1.125rem!important}.m-xxl-20{margin:1.25rem!important}.m-xxl-22{margin:1.375rem!important}.m-xxl-24{margin:1.5rem!important}.m-xxl-26{margin:1.625rem!important}.m-xxl-28{margin:1.75rem!important}.m-xxl-30{margin:1.875rem!important}.m-xxl-32{margin:2rem!important}.m-xxl-34{margin:2.125rem!important}.m-xxl-36{margin:2.25rem!important}.m-xxl-38{margin:2.375rem!important}.m-xxl-40{margin:2.5rem!important}.m-xxl-42{margin:2.625rem!important}.m-xxl-44{margin:2.75rem!important}.m-xxl-46{margin:2.875rem!important}.m-xxl-48{margin:3rem!important}.m-xxl-50{margin:3.125rem!important}.m-xxl-52{margin:3.25rem!important}.m-xxl-54{margin:3.375rem!important}.m-xxl-56{margin:3.5rem!important}.m-xxl-58{margin:3.625rem!important}.m-xxl-60{margin:3.75rem!important}.m-xxl-62{margin:3.875rem!important}.m-xxl-64{margin:4rem!important}.m-xxl-66{margin:4.125rem!important}.m-xxl-68{margin:4.25rem!important}.m-xxl-70{margin:4.375rem!important}.m-xxl-72{margin:4.5rem!important}.m-xxl-74{margin:4.625rem!important}.m-xxl-76{margin:4.75rem!important}.m-xxl-78{margin:4.875rem!important}.m-xxl-80{margin:5rem!important}.m-xxl-82{margin:5.125rem!important}.m-xxl-84{margin:5.25rem!important}.m-xxl-86{margin:5.375rem!important}.m-xxl-88{margin:5.5rem!important}.m-xxl-90{margin:5.625rem!important}.m-xxl-92{margin:5.75rem!important}.m-xxl-94{margin:5.875rem!important}.m-xxl-96{margin:6rem!important}.m-xxl-98{margin:6.125rem!important}.m-xxl-100{margin:6.25rem!important}.m-xxl-102{margin:6.375rem!important}.m-xxl-104{margin:6.5rem!important}.m-xxl-106{margin:6.625rem!important}.m-xxl-108{margin:6.75rem!important}.m-xxl-110{margin:6.875rem!important}.m-xxl-112{margin:7rem!important}.m-xxl-114{margin:7.125rem!important}.m-xxl-116{margin:7.25rem!important}.m-xxl-118{margin:7.375rem!important}.m-xxl-120{margin:7.5rem!important}.m-xxl-122{margin:7.625rem!important}.m-xxl-124{margin:7.75rem!important}.m-xxl-126{margin:7.875rem!important}.m-xxl-128{margin:8rem!important}.m-xxl-130{margin:8.125rem!important}.m-xxl-132{margin:8.25rem!important}.m-xxl-134{margin:8.375rem!important}.m-xxl-136{margin:8.5rem!important}.m-xxl-138{margin:8.625rem!important}.m-xxl-140{margin:8.75rem!important}.m-xxl-142{margin:8.875rem!important}.m-xxl-144{margin:9rem!important}.m-xxl-146{margin:9.125rem!important}.m-xxl-148{margin:9.25rem!important}.m-xxl-150{margin:9.375rem!important}.m-xxl-152{margin:9.5rem!important}.m-xxl-154{margin:9.625rem!important}.m-xxl-156{margin:9.75rem!important}.m-xxl-158{margin:9.875rem!important}.m-xxl-160{margin:10rem!important}.m-xxl-162{margin:10.125rem!important}.m-xxl-164{margin:10.25rem!important}.m-xxl-166{margin:10.375rem!important}.m-xxl-168{margin:10.5rem!important}.m-xxl-170{margin:10.625rem!important}.m-xxl-172{margin:10.75rem!important}.m-xxl-174{margin:10.875rem!important}.m-xxl-176{margin:11rem!important}.m-xxl-178{margin:11.125rem!important}.m-xxl-180{margin:11.25rem!important}.m-xxl-182{margin:11.375rem!important}.m-xxl-184{margin:11.5rem!important}.m-xxl-186{margin:11.625rem!important}.m-xxl-188{margin:11.75rem!important}.m-xxl-190{margin:11.875rem!important}.m-xxl-192{margin:12rem!important}.m-xxl-194{margin:12.125rem!important}.m-xxl-196{margin:12.25rem!important}.m-xxl-198{margin:12.375rem!important}.m-xxl-200{margin:12.5rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-2{margin-left:.125rem!important;margin-right:.125rem!important}.mx-xxl-4{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-6{margin-left:.375rem!important;margin-right:.375rem!important}.mx-xxl-8{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-10{margin-left:.625rem!important;margin-right:.625rem!important}.mx-xxl-12{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-14{margin-left:.875rem!important;margin-right:.875rem!important}.mx-xxl-16{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-18{margin-left:1.125rem!important;margin-right:1.125rem!important}.mx-xxl-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxl-22{margin-left:1.375rem!important;margin-right:1.375rem!important}.mx-xxl-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-26{margin-left:1.625rem!important;margin-right:1.625rem!important}.mx-xxl-28{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxl-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-xxl-32{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-34{margin-left:2.125rem!important;margin-right:2.125rem!important}.mx-xxl-36{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxl-38{margin-left:2.375rem!important;margin-right:2.375rem!important}.mx-xxl-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xxl-42{margin-left:2.625rem!important;margin-right:2.625rem!important}.mx-xxl-44{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxl-46{margin-left:2.875rem!important;margin-right:2.875rem!important}.mx-xxl-48{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.mx-xxl-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-xxl-54{margin-left:3.375rem!important;margin-right:3.375rem!important}.mx-xxl-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-xxl-58{margin-left:3.625rem!important;margin-right:3.625rem!important}.mx-xxl-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxl-62{margin-left:3.875rem!important;margin-right:3.875rem!important}.mx-xxl-64{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-66{margin-left:4.125rem!important;margin-right:4.125rem!important}.mx-xxl-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-xxl-70{margin-left:4.375rem!important;margin-right:4.375rem!important}.mx-xxl-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxl-74{margin-left:4.625rem!important;margin-right:4.625rem!important}.mx-xxl-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxl-78{margin-left:4.875rem!important;margin-right:4.875rem!important}.mx-xxl-80{margin-left:5rem!important;margin-right:5rem!important}.mx-xxl-82{margin-left:5.125rem!important;margin-right:5.125rem!important}.mx-xxl-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.mx-xxl-86{margin-left:5.375rem!important;margin-right:5.375rem!important}.mx-xxl-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-xxl-90{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-xxl-92{margin-left:5.75rem!important;margin-right:5.75rem!important}.mx-xxl-94{margin-left:5.875rem!important;margin-right:5.875rem!important}.mx-xxl-96{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-98{margin-left:6.125rem!important;margin-right:6.125rem!important}.mx-xxl-100{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-xxl-102{margin-left:6.375rem!important;margin-right:6.375rem!important}.mx-xxl-104{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-xxl-106{margin-left:6.625rem!important;margin-right:6.625rem!important}.mx-xxl-108{margin-left:6.75rem!important;margin-right:6.75rem!important}.mx-xxl-110{margin-left:6.875rem!important;margin-right:6.875rem!important}.mx-xxl-112{margin-left:7rem!important;margin-right:7rem!important}.mx-xxl-114{margin-left:7.125rem!important;margin-right:7.125rem!important}.mx-xxl-116{margin-left:7.25rem!important;margin-right:7.25rem!important}.mx-xxl-118{margin-left:7.375rem!important;margin-right:7.375rem!important}.mx-xxl-120{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xxl-122{margin-left:7.625rem!important;margin-right:7.625rem!important}.mx-xxl-124{margin-left:7.75rem!important;margin-right:7.75rem!important}.mx-xxl-126{margin-left:7.875rem!important;margin-right:7.875rem!important}.mx-xxl-128{margin-left:8rem!important;margin-right:8rem!important}.mx-xxl-130{margin-left:8.125rem!important;margin-right:8.125rem!important}.mx-xxl-132{margin-left:8.25rem!important;margin-right:8.25rem!important}.mx-xxl-134{margin-left:8.375rem!important;margin-right:8.375rem!important}.mx-xxl-136{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-xxl-138{margin-left:8.625rem!important;margin-right:8.625rem!important}.mx-xxl-140{margin-left:8.75rem!important;margin-right:8.75rem!important}.mx-xxl-142{margin-left:8.875rem!important;margin-right:8.875rem!important}.mx-xxl-144{margin-left:9rem!important;margin-right:9rem!important}.mx-xxl-146{margin-left:9.125rem!important;margin-right:9.125rem!important}.mx-xxl-148{margin-left:9.25rem!important;margin-right:9.25rem!important}.mx-xxl-150{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-xxl-152{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-xxl-154{margin-left:9.625rem!important;margin-right:9.625rem!important}.mx-xxl-156{margin-left:9.75rem!important;margin-right:9.75rem!important}.mx-xxl-158{margin-left:9.875rem!important;margin-right:9.875rem!important}.mx-xxl-160{margin-left:10rem!important;margin-right:10rem!important}.mx-xxl-162{margin-left:10.125rem!important;margin-right:10.125rem!important}.mx-xxl-164{margin-left:10.25rem!important;margin-right:10.25rem!important}.mx-xxl-166{margin-left:10.375rem!important;margin-right:10.375rem!important}.mx-xxl-168{margin-left:10.5rem!important;margin-right:10.5rem!important}.mx-xxl-170{margin-left:10.625rem!important;margin-right:10.625rem!important}.mx-xxl-172{margin-left:10.75rem!important;margin-right:10.75rem!important}.mx-xxl-174{margin-left:10.875rem!important;margin-right:10.875rem!important}.mx-xxl-176{margin-left:11rem!important;margin-right:11rem!important}.mx-xxl-178{margin-left:11.125rem!important;margin-right:11.125rem!important}.mx-xxl-180{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-xxl-182{margin-left:11.375rem!important;margin-right:11.375rem!important}.mx-xxl-184{margin-left:11.5rem!important;margin-right:11.5rem!important}.mx-xxl-186{margin-left:11.625rem!important;margin-right:11.625rem!important}.mx-xxl-188{margin-left:11.75rem!important;margin-right:11.75rem!important}.mx-xxl-190{margin-left:11.875rem!important;margin-right:11.875rem!important}.mx-xxl-192{margin-left:12rem!important;margin-right:12rem!important}.mx-xxl-194{margin-left:12.125rem!important;margin-right:12.125rem!important}.mx-xxl-196{margin-left:12.25rem!important;margin-right:12.25rem!important}.mx-xxl-198{margin-left:12.375rem!important;margin-right:12.375rem!important}.mx-xxl-200{margin-left:12.5rem!important;margin-right:12.5rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-2{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-xxl-4{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-6{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-xxl-8{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-10{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-xxl-12{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxl-14{margin-bottom:.875rem!important;margin-top:.875rem!important}.my-xxl-16{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-18{margin-bottom:1.125rem!important;margin-top:1.125rem!important}.my-xxl-20{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxl-22{margin-bottom:1.375rem!important;margin-top:1.375rem!important}.my-xxl-24{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-26{margin-bottom:1.625rem!important;margin-top:1.625rem!important}.my-xxl-28{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxl-30{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-xxl-32{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-34{margin-bottom:2.125rem!important;margin-top:2.125rem!important}.my-xxl-36{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxl-38{margin-bottom:2.375rem!important;margin-top:2.375rem!important}.my-xxl-40{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xxl-42{margin-bottom:2.625rem!important;margin-top:2.625rem!important}.my-xxl-44{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxl-46{margin-bottom:2.875rem!important;margin-top:2.875rem!important}.my-xxl-48{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-50{margin-bottom:3.125rem!important;margin-top:3.125rem!important}.my-xxl-52{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-xxl-54{margin-bottom:3.375rem!important;margin-top:3.375rem!important}.my-xxl-56{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-xxl-58{margin-bottom:3.625rem!important;margin-top:3.625rem!important}.my-xxl-60{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxl-62{margin-bottom:3.875rem!important;margin-top:3.875rem!important}.my-xxl-64{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-66{margin-bottom:4.125rem!important;margin-top:4.125rem!important}.my-xxl-68{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-xxl-70{margin-bottom:4.375rem!important;margin-top:4.375rem!important}.my-xxl-72{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxl-74{margin-bottom:4.625rem!important;margin-top:4.625rem!important}.my-xxl-76{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxl-78{margin-bottom:4.875rem!important;margin-top:4.875rem!important}.my-xxl-80{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxl-82{margin-bottom:5.125rem!important;margin-top:5.125rem!important}.my-xxl-84{margin-bottom:5.25rem!important;margin-top:5.25rem!important}.my-xxl-86{margin-bottom:5.375rem!important;margin-top:5.375rem!important}.my-xxl-88{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-xxl-90{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-xxl-92{margin-bottom:5.75rem!important;margin-top:5.75rem!important}.my-xxl-94{margin-bottom:5.875rem!important;margin-top:5.875rem!important}.my-xxl-96{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-98{margin-bottom:6.125rem!important;margin-top:6.125rem!important}.my-xxl-100{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-xxl-102{margin-bottom:6.375rem!important;margin-top:6.375rem!important}.my-xxl-104{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-xxl-106{margin-bottom:6.625rem!important;margin-top:6.625rem!important}.my-xxl-108{margin-bottom:6.75rem!important;margin-top:6.75rem!important}.my-xxl-110{margin-bottom:6.875rem!important;margin-top:6.875rem!important}.my-xxl-112{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxl-114{margin-bottom:7.125rem!important;margin-top:7.125rem!important}.my-xxl-116{margin-bottom:7.25rem!important;margin-top:7.25rem!important}.my-xxl-118{margin-bottom:7.375rem!important;margin-top:7.375rem!important}.my-xxl-120{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xxl-122{margin-bottom:7.625rem!important;margin-top:7.625rem!important}.my-xxl-124{margin-bottom:7.75rem!important;margin-top:7.75rem!important}.my-xxl-126{margin-bottom:7.875rem!important;margin-top:7.875rem!important}.my-xxl-128{margin-bottom:8rem!important;margin-top:8rem!important}.my-xxl-130{margin-bottom:8.125rem!important;margin-top:8.125rem!important}.my-xxl-132{margin-bottom:8.25rem!important;margin-top:8.25rem!important}.my-xxl-134{margin-bottom:8.375rem!important;margin-top:8.375rem!important}.my-xxl-136{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-xxl-138{margin-bottom:8.625rem!important;margin-top:8.625rem!important}.my-xxl-140{margin-bottom:8.75rem!important;margin-top:8.75rem!important}.my-xxl-142{margin-bottom:8.875rem!important;margin-top:8.875rem!important}.my-xxl-144{margin-bottom:9rem!important;margin-top:9rem!important}.my-xxl-146{margin-bottom:9.125rem!important;margin-top:9.125rem!important}.my-xxl-148{margin-bottom:9.25rem!important;margin-top:9.25rem!important}.my-xxl-150{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-xxl-152{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-xxl-154{margin-bottom:9.625rem!important;margin-top:9.625rem!important}.my-xxl-156{margin-bottom:9.75rem!important;margin-top:9.75rem!important}.my-xxl-158{margin-bottom:9.875rem!important;margin-top:9.875rem!important}.my-xxl-160{margin-bottom:10rem!important;margin-top:10rem!important}.my-xxl-162{margin-bottom:10.125rem!important;margin-top:10.125rem!important}.my-xxl-164{margin-bottom:10.25rem!important;margin-top:10.25rem!important}.my-xxl-166{margin-bottom:10.375rem!important;margin-top:10.375rem!important}.my-xxl-168{margin-bottom:10.5rem!important;margin-top:10.5rem!important}.my-xxl-170{margin-bottom:10.625rem!important;margin-top:10.625rem!important}.my-xxl-172{margin-bottom:10.75rem!important;margin-top:10.75rem!important}.my-xxl-174{margin-bottom:10.875rem!important;margin-top:10.875rem!important}.my-xxl-176{margin-bottom:11rem!important;margin-top:11rem!important}.my-xxl-178{margin-bottom:11.125rem!important;margin-top:11.125rem!important}.my-xxl-180{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-xxl-182{margin-bottom:11.375rem!important;margin-top:11.375rem!important}.my-xxl-184{margin-bottom:11.5rem!important;margin-top:11.5rem!important}.my-xxl-186{margin-bottom:11.625rem!important;margin-top:11.625rem!important}.my-xxl-188{margin-bottom:11.75rem!important;margin-top:11.75rem!important}.my-xxl-190{margin-bottom:11.875rem!important;margin-top:11.875rem!important}.my-xxl-192{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxl-194{margin-bottom:12.125rem!important;margin-top:12.125rem!important}.my-xxl-196{margin-bottom:12.25rem!important;margin-top:12.25rem!important}.my-xxl-198{margin-bottom:12.375rem!important;margin-top:12.375rem!important}.my-xxl-200{margin-bottom:12.5rem!important;margin-top:12.5rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-2{margin-top:.125rem!important}.mt-xxl-4{margin-top:.25rem!important}.mt-xxl-6{margin-top:.375rem!important}.mt-xxl-8{margin-top:.5rem!important}.mt-xxl-10{margin-top:.625rem!important}.mt-xxl-12{margin-top:.75rem!important}.mt-xxl-14{margin-top:.875rem!important}.mt-xxl-16{margin-top:1rem!important}.mt-xxl-18{margin-top:1.125rem!important}.mt-xxl-20{margin-top:1.25rem!important}.mt-xxl-22{margin-top:1.375rem!important}.mt-xxl-24{margin-top:1.5rem!important}.mt-xxl-26{margin-top:1.625rem!important}.mt-xxl-28{margin-top:1.75rem!important}.mt-xxl-30{margin-top:1.875rem!important}.mt-xxl-32{margin-top:2rem!important}.mt-xxl-34{margin-top:2.125rem!important}.mt-xxl-36{margin-top:2.25rem!important}.mt-xxl-38{margin-top:2.375rem!important}.mt-xxl-40{margin-top:2.5rem!important}.mt-xxl-42{margin-top:2.625rem!important}.mt-xxl-44{margin-top:2.75rem!important}.mt-xxl-46{margin-top:2.875rem!important}.mt-xxl-48{margin-top:3rem!important}.mt-xxl-50{margin-top:3.125rem!important}.mt-xxl-52{margin-top:3.25rem!important}.mt-xxl-54{margin-top:3.375rem!important}.mt-xxl-56{margin-top:3.5rem!important}.mt-xxl-58{margin-top:3.625rem!important}.mt-xxl-60{margin-top:3.75rem!important}.mt-xxl-62{margin-top:3.875rem!important}.mt-xxl-64{margin-top:4rem!important}.mt-xxl-66{margin-top:4.125rem!important}.mt-xxl-68{margin-top:4.25rem!important}.mt-xxl-70{margin-top:4.375rem!important}.mt-xxl-72{margin-top:4.5rem!important}.mt-xxl-74{margin-top:4.625rem!important}.mt-xxl-76{margin-top:4.75rem!important}.mt-xxl-78{margin-top:4.875rem!important}.mt-xxl-80{margin-top:5rem!important}.mt-xxl-82{margin-top:5.125rem!important}.mt-xxl-84{margin-top:5.25rem!important}.mt-xxl-86{margin-top:5.375rem!important}.mt-xxl-88{margin-top:5.5rem!important}.mt-xxl-90{margin-top:5.625rem!important}.mt-xxl-92{margin-top:5.75rem!important}.mt-xxl-94{margin-top:5.875rem!important}.mt-xxl-96{margin-top:6rem!important}.mt-xxl-98{margin-top:6.125rem!important}.mt-xxl-100{margin-top:6.25rem!important}.mt-xxl-102{margin-top:6.375rem!important}.mt-xxl-104{margin-top:6.5rem!important}.mt-xxl-106{margin-top:6.625rem!important}.mt-xxl-108{margin-top:6.75rem!important}.mt-xxl-110{margin-top:6.875rem!important}.mt-xxl-112{margin-top:7rem!important}.mt-xxl-114{margin-top:7.125rem!important}.mt-xxl-116{margin-top:7.25rem!important}.mt-xxl-118{margin-top:7.375rem!important}.mt-xxl-120{margin-top:7.5rem!important}.mt-xxl-122{margin-top:7.625rem!important}.mt-xxl-124{margin-top:7.75rem!important}.mt-xxl-126{margin-top:7.875rem!important}.mt-xxl-128{margin-top:8rem!important}.mt-xxl-130{margin-top:8.125rem!important}.mt-xxl-132{margin-top:8.25rem!important}.mt-xxl-134{margin-top:8.375rem!important}.mt-xxl-136{margin-top:8.5rem!important}.mt-xxl-138{margin-top:8.625rem!important}.mt-xxl-140{margin-top:8.75rem!important}.mt-xxl-142{margin-top:8.875rem!important}.mt-xxl-144{margin-top:9rem!important}.mt-xxl-146{margin-top:9.125rem!important}.mt-xxl-148{margin-top:9.25rem!important}.mt-xxl-150{margin-top:9.375rem!important}.mt-xxl-152{margin-top:9.5rem!important}.mt-xxl-154{margin-top:9.625rem!important}.mt-xxl-156{margin-top:9.75rem!important}.mt-xxl-158{margin-top:9.875rem!important}.mt-xxl-160{margin-top:10rem!important}.mt-xxl-162{margin-top:10.125rem!important}.mt-xxl-164{margin-top:10.25rem!important}.mt-xxl-166{margin-top:10.375rem!important}.mt-xxl-168{margin-top:10.5rem!important}.mt-xxl-170{margin-top:10.625rem!important}.mt-xxl-172{margin-top:10.75rem!important}.mt-xxl-174{margin-top:10.875rem!important}.mt-xxl-176{margin-top:11rem!important}.mt-xxl-178{margin-top:11.125rem!important}.mt-xxl-180{margin-top:11.25rem!important}.mt-xxl-182{margin-top:11.375rem!important}.mt-xxl-184{margin-top:11.5rem!important}.mt-xxl-186{margin-top:11.625rem!important}.mt-xxl-188{margin-top:11.75rem!important}.mt-xxl-190{margin-top:11.875rem!important}.mt-xxl-192{margin-top:12rem!important}.mt-xxl-194{margin-top:12.125rem!important}.mt-xxl-196{margin-top:12.25rem!important}.mt-xxl-198{margin-top:12.375rem!important}.mt-xxl-200{margin-top:12.5rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-2{margin-right:.125rem!important}.me-xxl-4{margin-right:.25rem!important}.me-xxl-6{margin-right:.375rem!important}.me-xxl-8{margin-right:.5rem!important}.me-xxl-10{margin-right:.625rem!important}.me-xxl-12{margin-right:.75rem!important}.me-xxl-14{margin-right:.875rem!important}.me-xxl-16{margin-right:1rem!important}.me-xxl-18{margin-right:1.125rem!important}.me-xxl-20{margin-right:1.25rem!important}.me-xxl-22{margin-right:1.375rem!important}.me-xxl-24{margin-right:1.5rem!important}.me-xxl-26{margin-right:1.625rem!important}.me-xxl-28{margin-right:1.75rem!important}.me-xxl-30{margin-right:1.875rem!important}.me-xxl-32{margin-right:2rem!important}.me-xxl-34{margin-right:2.125rem!important}.me-xxl-36{margin-right:2.25rem!important}.me-xxl-38{margin-right:2.375rem!important}.me-xxl-40{margin-right:2.5rem!important}.me-xxl-42{margin-right:2.625rem!important}.me-xxl-44{margin-right:2.75rem!important}.me-xxl-46{margin-right:2.875rem!important}.me-xxl-48{margin-right:3rem!important}.me-xxl-50{margin-right:3.125rem!important}.me-xxl-52{margin-right:3.25rem!important}.me-xxl-54{margin-right:3.375rem!important}.me-xxl-56{margin-right:3.5rem!important}.me-xxl-58{margin-right:3.625rem!important}.me-xxl-60{margin-right:3.75rem!important}.me-xxl-62{margin-right:3.875rem!important}.me-xxl-64{margin-right:4rem!important}.me-xxl-66{margin-right:4.125rem!important}.me-xxl-68{margin-right:4.25rem!important}.me-xxl-70{margin-right:4.375rem!important}.me-xxl-72{margin-right:4.5rem!important}.me-xxl-74{margin-right:4.625rem!important}.me-xxl-76{margin-right:4.75rem!important}.me-xxl-78{margin-right:4.875rem!important}.me-xxl-80{margin-right:5rem!important}.me-xxl-82{margin-right:5.125rem!important}.me-xxl-84{margin-right:5.25rem!important}.me-xxl-86{margin-right:5.375rem!important}.me-xxl-88{margin-right:5.5rem!important}.me-xxl-90{margin-right:5.625rem!important}.me-xxl-92{margin-right:5.75rem!important}.me-xxl-94{margin-right:5.875rem!important}.me-xxl-96{margin-right:6rem!important}.me-xxl-98{margin-right:6.125rem!important}.me-xxl-100{margin-right:6.25rem!important}.me-xxl-102{margin-right:6.375rem!important}.me-xxl-104{margin-right:6.5rem!important}.me-xxl-106{margin-right:6.625rem!important}.me-xxl-108{margin-right:6.75rem!important}.me-xxl-110{margin-right:6.875rem!important}.me-xxl-112{margin-right:7rem!important}.me-xxl-114{margin-right:7.125rem!important}.me-xxl-116{margin-right:7.25rem!important}.me-xxl-118{margin-right:7.375rem!important}.me-xxl-120{margin-right:7.5rem!important}.me-xxl-122{margin-right:7.625rem!important}.me-xxl-124{margin-right:7.75rem!important}.me-xxl-126{margin-right:7.875rem!important}.me-xxl-128{margin-right:8rem!important}.me-xxl-130{margin-right:8.125rem!important}.me-xxl-132{margin-right:8.25rem!important}.me-xxl-134{margin-right:8.375rem!important}.me-xxl-136{margin-right:8.5rem!important}.me-xxl-138{margin-right:8.625rem!important}.me-xxl-140{margin-right:8.75rem!important}.me-xxl-142{margin-right:8.875rem!important}.me-xxl-144{margin-right:9rem!important}.me-xxl-146{margin-right:9.125rem!important}.me-xxl-148{margin-right:9.25rem!important}.me-xxl-150{margin-right:9.375rem!important}.me-xxl-152{margin-right:9.5rem!important}.me-xxl-154{margin-right:9.625rem!important}.me-xxl-156{margin-right:9.75rem!important}.me-xxl-158{margin-right:9.875rem!important}.me-xxl-160{margin-right:10rem!important}.me-xxl-162{margin-right:10.125rem!important}.me-xxl-164{margin-right:10.25rem!important}.me-xxl-166{margin-right:10.375rem!important}.me-xxl-168{margin-right:10.5rem!important}.me-xxl-170{margin-right:10.625rem!important}.me-xxl-172{margin-right:10.75rem!important}.me-xxl-174{margin-right:10.875rem!important}.me-xxl-176{margin-right:11rem!important}.me-xxl-178{margin-right:11.125rem!important}.me-xxl-180{margin-right:11.25rem!important}.me-xxl-182{margin-right:11.375rem!important}.me-xxl-184{margin-right:11.5rem!important}.me-xxl-186{margin-right:11.625rem!important}.me-xxl-188{margin-right:11.75rem!important}.me-xxl-190{margin-right:11.875rem!important}.me-xxl-192{margin-right:12rem!important}.me-xxl-194{margin-right:12.125rem!important}.me-xxl-196{margin-right:12.25rem!important}.me-xxl-198{margin-right:12.375rem!important}.me-xxl-200{margin-right:12.5rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-2{margin-bottom:.125rem!important}.mb-xxl-4{margin-bottom:.25rem!important}.mb-xxl-6{margin-bottom:.375rem!important}.mb-xxl-8{margin-bottom:.5rem!important}.mb-xxl-10{margin-bottom:.625rem!important}.mb-xxl-12{margin-bottom:.75rem!important}.mb-xxl-14{margin-bottom:.875rem!important}.mb-xxl-16{margin-bottom:1rem!important}.mb-xxl-18{margin-bottom:1.125rem!important}.mb-xxl-20{margin-bottom:1.25rem!important}.mb-xxl-22{margin-bottom:1.375rem!important}.mb-xxl-24{margin-bottom:1.5rem!important}.mb-xxl-26{margin-bottom:1.625rem!important}.mb-xxl-28{margin-bottom:1.75rem!important}.mb-xxl-30{margin-bottom:1.875rem!important}.mb-xxl-32{margin-bottom:2rem!important}.mb-xxl-34{margin-bottom:2.125rem!important}.mb-xxl-36{margin-bottom:2.25rem!important}.mb-xxl-38{margin-bottom:2.375rem!important}.mb-xxl-40{margin-bottom:2.5rem!important}.mb-xxl-42{margin-bottom:2.625rem!important}.mb-xxl-44{margin-bottom:2.75rem!important}.mb-xxl-46{margin-bottom:2.875rem!important}.mb-xxl-48{margin-bottom:3rem!important}.mb-xxl-50{margin-bottom:3.125rem!important}.mb-xxl-52{margin-bottom:3.25rem!important}.mb-xxl-54{margin-bottom:3.375rem!important}.mb-xxl-56{margin-bottom:3.5rem!important}.mb-xxl-58{margin-bottom:3.625rem!important}.mb-xxl-60{margin-bottom:3.75rem!important}.mb-xxl-62{margin-bottom:3.875rem!important}.mb-xxl-64{margin-bottom:4rem!important}.mb-xxl-66{margin-bottom:4.125rem!important}.mb-xxl-68{margin-bottom:4.25rem!important}.mb-xxl-70{margin-bottom:4.375rem!important}.mb-xxl-72{margin-bottom:4.5rem!important}.mb-xxl-74{margin-bottom:4.625rem!important}.mb-xxl-76{margin-bottom:4.75rem!important}.mb-xxl-78{margin-bottom:4.875rem!important}.mb-xxl-80{margin-bottom:5rem!important}.mb-xxl-82{margin-bottom:5.125rem!important}.mb-xxl-84{margin-bottom:5.25rem!important}.mb-xxl-86{margin-bottom:5.375rem!important}.mb-xxl-88{margin-bottom:5.5rem!important}.mb-xxl-90{margin-bottom:5.625rem!important}.mb-xxl-92{margin-bottom:5.75rem!important}.mb-xxl-94{margin-bottom:5.875rem!important}.mb-xxl-96{margin-bottom:6rem!important}.mb-xxl-98{margin-bottom:6.125rem!important}.mb-xxl-100{margin-bottom:6.25rem!important}.mb-xxl-102{margin-bottom:6.375rem!important}.mb-xxl-104{margin-bottom:6.5rem!important}.mb-xxl-106{margin-bottom:6.625rem!important}.mb-xxl-108{margin-bottom:6.75rem!important}.mb-xxl-110{margin-bottom:6.875rem!important}.mb-xxl-112{margin-bottom:7rem!important}.mb-xxl-114{margin-bottom:7.125rem!important}.mb-xxl-116{margin-bottom:7.25rem!important}.mb-xxl-118{margin-bottom:7.375rem!important}.mb-xxl-120{margin-bottom:7.5rem!important}.mb-xxl-122{margin-bottom:7.625rem!important}.mb-xxl-124{margin-bottom:7.75rem!important}.mb-xxl-126{margin-bottom:7.875rem!important}.mb-xxl-128{margin-bottom:8rem!important}.mb-xxl-130{margin-bottom:8.125rem!important}.mb-xxl-132{margin-bottom:8.25rem!important}.mb-xxl-134{margin-bottom:8.375rem!important}.mb-xxl-136{margin-bottom:8.5rem!important}.mb-xxl-138{margin-bottom:8.625rem!important}.mb-xxl-140{margin-bottom:8.75rem!important}.mb-xxl-142{margin-bottom:8.875rem!important}.mb-xxl-144{margin-bottom:9rem!important}.mb-xxl-146{margin-bottom:9.125rem!important}.mb-xxl-148{margin-bottom:9.25rem!important}.mb-xxl-150{margin-bottom:9.375rem!important}.mb-xxl-152{margin-bottom:9.5rem!important}.mb-xxl-154{margin-bottom:9.625rem!important}.mb-xxl-156{margin-bottom:9.75rem!important}.mb-xxl-158{margin-bottom:9.875rem!important}.mb-xxl-160{margin-bottom:10rem!important}.mb-xxl-162{margin-bottom:10.125rem!important}.mb-xxl-164{margin-bottom:10.25rem!important}.mb-xxl-166{margin-bottom:10.375rem!important}.mb-xxl-168{margin-bottom:10.5rem!important}.mb-xxl-170{margin-bottom:10.625rem!important}.mb-xxl-172{margin-bottom:10.75rem!important}.mb-xxl-174{margin-bottom:10.875rem!important}.mb-xxl-176{margin-bottom:11rem!important}.mb-xxl-178{margin-bottom:11.125rem!important}.mb-xxl-180{margin-bottom:11.25rem!important}.mb-xxl-182{margin-bottom:11.375rem!important}.mb-xxl-184{margin-bottom:11.5rem!important}.mb-xxl-186{margin-bottom:11.625rem!important}.mb-xxl-188{margin-bottom:11.75rem!important}.mb-xxl-190{margin-bottom:11.875rem!important}.mb-xxl-192{margin-bottom:12rem!important}.mb-xxl-194{margin-bottom:12.125rem!important}.mb-xxl-196{margin-bottom:12.25rem!important}.mb-xxl-198{margin-bottom:12.375rem!important}.mb-xxl-200{margin-bottom:12.5rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-2{margin-left:.125rem!important}.ms-xxl-4{margin-left:.25rem!important}.ms-xxl-6{margin-left:.375rem!important}.ms-xxl-8{margin-left:.5rem!important}.ms-xxl-10{margin-left:.625rem!important}.ms-xxl-12{margin-left:.75rem!important}.ms-xxl-14{margin-left:.875rem!important}.ms-xxl-16{margin-left:1rem!important}.ms-xxl-18{margin-left:1.125rem!important}.ms-xxl-20{margin-left:1.25rem!important}.ms-xxl-22{margin-left:1.375rem!important}.ms-xxl-24{margin-left:1.5rem!important}.ms-xxl-26{margin-left:1.625rem!important}.ms-xxl-28{margin-left:1.75rem!important}.ms-xxl-30{margin-left:1.875rem!important}.ms-xxl-32{margin-left:2rem!important}.ms-xxl-34{margin-left:2.125rem!important}.ms-xxl-36{margin-left:2.25rem!important}.ms-xxl-38{margin-left:2.375rem!important}.ms-xxl-40{margin-left:2.5rem!important}.ms-xxl-42{margin-left:2.625rem!important}.ms-xxl-44{margin-left:2.75rem!important}.ms-xxl-46{margin-left:2.875rem!important}.ms-xxl-48{margin-left:3rem!important}.ms-xxl-50{margin-left:3.125rem!important}.ms-xxl-52{margin-left:3.25rem!important}.ms-xxl-54{margin-left:3.375rem!important}.ms-xxl-56{margin-left:3.5rem!important}.ms-xxl-58{margin-left:3.625rem!important}.ms-xxl-60{margin-left:3.75rem!important}.ms-xxl-62{margin-left:3.875rem!important}.ms-xxl-64{margin-left:4rem!important}.ms-xxl-66{margin-left:4.125rem!important}.ms-xxl-68{margin-left:4.25rem!important}.ms-xxl-70{margin-left:4.375rem!important}.ms-xxl-72{margin-left:4.5rem!important}.ms-xxl-74{margin-left:4.625rem!important}.ms-xxl-76{margin-left:4.75rem!important}.ms-xxl-78{margin-left:4.875rem!important}.ms-xxl-80{margin-left:5rem!important}.ms-xxl-82{margin-left:5.125rem!important}.ms-xxl-84{margin-left:5.25rem!important}.ms-xxl-86{margin-left:5.375rem!important}.ms-xxl-88{margin-left:5.5rem!important}.ms-xxl-90{margin-left:5.625rem!important}.ms-xxl-92{margin-left:5.75rem!important}.ms-xxl-94{margin-left:5.875rem!important}.ms-xxl-96{margin-left:6rem!important}.ms-xxl-98{margin-left:6.125rem!important}.ms-xxl-100{margin-left:6.25rem!important}.ms-xxl-102{margin-left:6.375rem!important}.ms-xxl-104{margin-left:6.5rem!important}.ms-xxl-106{margin-left:6.625rem!important}.ms-xxl-108{margin-left:6.75rem!important}.ms-xxl-110{margin-left:6.875rem!important}.ms-xxl-112{margin-left:7rem!important}.ms-xxl-114{margin-left:7.125rem!important}.ms-xxl-116{margin-left:7.25rem!important}.ms-xxl-118{margin-left:7.375rem!important}.ms-xxl-120{margin-left:7.5rem!important}.ms-xxl-122{margin-left:7.625rem!important}.ms-xxl-124{margin-left:7.75rem!important}.ms-xxl-126{margin-left:7.875rem!important}.ms-xxl-128{margin-left:8rem!important}.ms-xxl-130{margin-left:8.125rem!important}.ms-xxl-132{margin-left:8.25rem!important}.ms-xxl-134{margin-left:8.375rem!important}.ms-xxl-136{margin-left:8.5rem!important}.ms-xxl-138{margin-left:8.625rem!important}.ms-xxl-140{margin-left:8.75rem!important}.ms-xxl-142{margin-left:8.875rem!important}.ms-xxl-144{margin-left:9rem!important}.ms-xxl-146{margin-left:9.125rem!important}.ms-xxl-148{margin-left:9.25rem!important}.ms-xxl-150{margin-left:9.375rem!important}.ms-xxl-152{margin-left:9.5rem!important}.ms-xxl-154{margin-left:9.625rem!important}.ms-xxl-156{margin-left:9.75rem!important}.ms-xxl-158{margin-left:9.875rem!important}.ms-xxl-160{margin-left:10rem!important}.ms-xxl-162{margin-left:10.125rem!important}.ms-xxl-164{margin-left:10.25rem!important}.ms-xxl-166{margin-left:10.375rem!important}.ms-xxl-168{margin-left:10.5rem!important}.ms-xxl-170{margin-left:10.625rem!important}.ms-xxl-172{margin-left:10.75rem!important}.ms-xxl-174{margin-left:10.875rem!important}.ms-xxl-176{margin-left:11rem!important}.ms-xxl-178{margin-left:11.125rem!important}.ms-xxl-180{margin-left:11.25rem!important}.ms-xxl-182{margin-left:11.375rem!important}.ms-xxl-184{margin-left:11.5rem!important}.ms-xxl-186{margin-left:11.625rem!important}.ms-xxl-188{margin-left:11.75rem!important}.ms-xxl-190{margin-left:11.875rem!important}.ms-xxl-192{margin-left:12rem!important}.ms-xxl-194{margin-left:12.125rem!important}.ms-xxl-196{margin-left:12.25rem!important}.ms-xxl-198{margin-left:12.375rem!important}.ms-xxl-200{margin-left:12.5rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n0{margin:0!important}.m-xxl-n2{margin:-.125rem!important}.m-xxl-n4{margin:-.25rem!important}.m-xxl-n6{margin:-.375rem!important}.m-xxl-n8{margin:-.5rem!important}.m-xxl-n10{margin:-.625rem!important}.m-xxl-n12{margin:-.75rem!important}.m-xxl-n14{margin:-.875rem!important}.m-xxl-n16{margin:-1rem!important}.m-xxl-n18{margin:-1.125rem!important}.m-xxl-n20{margin:-1.25rem!important}.m-xxl-n22{margin:-1.375rem!important}.m-xxl-n24{margin:-1.5rem!important}.m-xxl-n26{margin:-1.625rem!important}.m-xxl-n28{margin:-1.75rem!important}.m-xxl-n30{margin:-1.875rem!important}.m-xxl-n32{margin:-2rem!important}.m-xxl-n34{margin:-2.125rem!important}.m-xxl-n36{margin:-2.25rem!important}.m-xxl-n38{margin:-2.375rem!important}.m-xxl-n40{margin:-2.5rem!important}.m-xxl-n42{margin:-2.625rem!important}.m-xxl-n44{margin:-2.75rem!important}.m-xxl-n46{margin:-2.875rem!important}.m-xxl-n48{margin:-3rem!important}.m-xxl-n50{margin:-3.125rem!important}.m-xxl-n52{margin:-3.25rem!important}.m-xxl-n54{margin:-3.375rem!important}.m-xxl-n56{margin:-3.5rem!important}.m-xxl-n58{margin:-3.625rem!important}.m-xxl-n60{margin:-3.75rem!important}.m-xxl-n62{margin:-3.875rem!important}.m-xxl-n64{margin:-4rem!important}.m-xxl-n66{margin:-4.125rem!important}.m-xxl-n68{margin:-4.25rem!important}.m-xxl-n70{margin:-4.375rem!important}.m-xxl-n72{margin:-4.5rem!important}.m-xxl-n74{margin:-4.625rem!important}.m-xxl-n76{margin:-4.75rem!important}.m-xxl-n78{margin:-4.875rem!important}.m-xxl-n80{margin:-5rem!important}.m-xxl-n82{margin:-5.125rem!important}.m-xxl-n84{margin:-5.25rem!important}.m-xxl-n86{margin:-5.375rem!important}.m-xxl-n88{margin:-5.5rem!important}.m-xxl-n90{margin:-5.625rem!important}.m-xxl-n92{margin:-5.75rem!important}.m-xxl-n94{margin:-5.875rem!important}.m-xxl-n96{margin:-6rem!important}.m-xxl-n98{margin:-6.125rem!important}.m-xxl-n100{margin:-6.25rem!important}.m-xxl-n102{margin:-6.375rem!important}.m-xxl-n104{margin:-6.5rem!important}.m-xxl-n106{margin:-6.625rem!important}.m-xxl-n108{margin:-6.75rem!important}.m-xxl-n110{margin:-6.875rem!important}.m-xxl-n112{margin:-7rem!important}.m-xxl-n114{margin:-7.125rem!important}.m-xxl-n116{margin:-7.25rem!important}.m-xxl-n118{margin:-7.375rem!important}.m-xxl-n120{margin:-7.5rem!important}.m-xxl-n122{margin:-7.625rem!important}.m-xxl-n124{margin:-7.75rem!important}.m-xxl-n126{margin:-7.875rem!important}.m-xxl-n128{margin:-8rem!important}.m-xxl-n130{margin:-8.125rem!important}.m-xxl-n132{margin:-8.25rem!important}.m-xxl-n134{margin:-8.375rem!important}.m-xxl-n136{margin:-8.5rem!important}.m-xxl-n138{margin:-8.625rem!important}.m-xxl-n140{margin:-8.75rem!important}.m-xxl-n142{margin:-8.875rem!important}.m-xxl-n144{margin:-9rem!important}.m-xxl-n146{margin:-9.125rem!important}.m-xxl-n148{margin:-9.25rem!important}.m-xxl-n150{margin:-9.375rem!important}.m-xxl-n152{margin:-9.5rem!important}.m-xxl-n154{margin:-9.625rem!important}.m-xxl-n156{margin:-9.75rem!important}.m-xxl-n158{margin:-9.875rem!important}.m-xxl-n160{margin:-10rem!important}.m-xxl-n162{margin:-10.125rem!important}.m-xxl-n164{margin:-10.25rem!important}.m-xxl-n166{margin:-10.375rem!important}.m-xxl-n168{margin:-10.5rem!important}.m-xxl-n170{margin:-10.625rem!important}.m-xxl-n172{margin:-10.75rem!important}.m-xxl-n174{margin:-10.875rem!important}.m-xxl-n176{margin:-11rem!important}.m-xxl-n178{margin:-11.125rem!important}.m-xxl-n180{margin:-11.25rem!important}.m-xxl-n182{margin:-11.375rem!important}.m-xxl-n184{margin:-11.5rem!important}.m-xxl-n186{margin:-11.625rem!important}.m-xxl-n188{margin:-11.75rem!important}.m-xxl-n190{margin:-11.875rem!important}.m-xxl-n192{margin:-12rem!important}.m-xxl-n194{margin:-12.125rem!important}.m-xxl-n196{margin:-12.25rem!important}.m-xxl-n198{margin:-12.375rem!important}.m-xxl-n200{margin:-12.5rem!important}.mx-xxl-n0{margin-left:0!important;margin-right:0!important}.mx-xxl-n2{margin-left:-.125rem!important;margin-right:-.125rem!important}.mx-xxl-n4{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxl-n6{margin-left:-.375rem!important;margin-right:-.375rem!important}.mx-xxl-n8{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxl-n10{margin-left:-.625rem!important;margin-right:-.625rem!important}.mx-xxl-n12{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xxl-n14{margin-left:-.875rem!important;margin-right:-.875rem!important}.mx-xxl-n16{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxl-n18{margin-left:-1.125rem!important;margin-right:-1.125rem!important}.mx-xxl-n20{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xxl-n22{margin-left:-1.375rem!important;margin-right:-1.375rem!important}.mx-xxl-n24{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxl-n26{margin-left:-1.625rem!important;margin-right:-1.625rem!important}.mx-xxl-n28{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xxl-n30{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.mx-xxl-n32{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxl-n34{margin-left:-2.125rem!important;margin-right:-2.125rem!important}.mx-xxl-n36{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xxl-n38{margin-left:-2.375rem!important;margin-right:-2.375rem!important}.mx-xxl-n40{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-xxl-n42{margin-left:-2.625rem!important;margin-right:-2.625rem!important}.mx-xxl-n44{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xxl-n46{margin-left:-2.875rem!important;margin-right:-2.875rem!important}.mx-xxl-n48{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxl-n50{margin-left:-3.125rem!important;margin-right:-3.125rem!important}.mx-xxl-n52{margin-left:-3.25rem!important;margin-right:-3.25rem!important}.mx-xxl-n54{margin-left:-3.375rem!important;margin-right:-3.375rem!important}.mx-xxl-n56{margin-left:-3.5rem!important;margin-right:-3.5rem!important}.mx-xxl-n58{margin-left:-3.625rem!important;margin-right:-3.625rem!important}.mx-xxl-n60{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xxl-n62{margin-left:-3.875rem!important;margin-right:-3.875rem!important}.mx-xxl-n64{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxl-n66{margin-left:-4.125rem!important;margin-right:-4.125rem!important}.mx-xxl-n68{margin-left:-4.25rem!important;margin-right:-4.25rem!important}.mx-xxl-n70{margin-left:-4.375rem!important;margin-right:-4.375rem!important}.mx-xxl-n72{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxl-n74{margin-left:-4.625rem!important;margin-right:-4.625rem!important}.mx-xxl-n76{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xxl-n78{margin-left:-4.875rem!important;margin-right:-4.875rem!important}.mx-xxl-n80{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxl-n82{margin-left:-5.125rem!important;margin-right:-5.125rem!important}.mx-xxl-n84{margin-left:-5.25rem!important;margin-right:-5.25rem!important}.mx-xxl-n86{margin-left:-5.375rem!important;margin-right:-5.375rem!important}.mx-xxl-n88{margin-left:-5.5rem!important;margin-right:-5.5rem!important}.mx-xxl-n90{margin-left:-5.625rem!important;margin-right:-5.625rem!important}.mx-xxl-n92{margin-left:-5.75rem!important;margin-right:-5.75rem!important}.mx-xxl-n94{margin-left:-5.875rem!important;margin-right:-5.875rem!important}.mx-xxl-n96{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-n98{margin-left:-6.125rem!important;margin-right:-6.125rem!important}.mx-xxl-n100{margin-left:-6.25rem!important;margin-right:-6.25rem!important}.mx-xxl-n102{margin-left:-6.375rem!important;margin-right:-6.375rem!important}.mx-xxl-n104{margin-left:-6.5rem!important;margin-right:-6.5rem!important}.mx-xxl-n106{margin-left:-6.625rem!important;margin-right:-6.625rem!important}.mx-xxl-n108{margin-left:-6.75rem!important;margin-right:-6.75rem!important}.mx-xxl-n110{margin-left:-6.875rem!important;margin-right:-6.875rem!important}.mx-xxl-n112{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xxl-n114{margin-left:-7.125rem!important;margin-right:-7.125rem!important}.mx-xxl-n116{margin-left:-7.25rem!important;margin-right:-7.25rem!important}.mx-xxl-n118{margin-left:-7.375rem!important;margin-right:-7.375rem!important}.mx-xxl-n120{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-xxl-n122{margin-left:-7.625rem!important;margin-right:-7.625rem!important}.mx-xxl-n124{margin-left:-7.75rem!important;margin-right:-7.75rem!important}.mx-xxl-n126{margin-left:-7.875rem!important;margin-right:-7.875rem!important}.mx-xxl-n128{margin-left:-8rem!important;margin-right:-8rem!important}.mx-xxl-n130{margin-left:-8.125rem!important;margin-right:-8.125rem!important}.mx-xxl-n132{margin-left:-8.25rem!important;margin-right:-8.25rem!important}.mx-xxl-n134{margin-left:-8.375rem!important;margin-right:-8.375rem!important}.mx-xxl-n136{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-xxl-n138{margin-left:-8.625rem!important;margin-right:-8.625rem!important}.mx-xxl-n140{margin-left:-8.75rem!important;margin-right:-8.75rem!important}.mx-xxl-n142{margin-left:-8.875rem!important;margin-right:-8.875rem!important}.mx-xxl-n144{margin-left:-9rem!important;margin-right:-9rem!important}.mx-xxl-n146{margin-left:-9.125rem!important;margin-right:-9.125rem!important}.mx-xxl-n148{margin-left:-9.25rem!important;margin-right:-9.25rem!important}.mx-xxl-n150{margin-left:-9.375rem!important;margin-right:-9.375rem!important}.mx-xxl-n152{margin-left:-9.5rem!important;margin-right:-9.5rem!important}.mx-xxl-n154{margin-left:-9.625rem!important;margin-right:-9.625rem!important}.mx-xxl-n156{margin-left:-9.75rem!important;margin-right:-9.75rem!important}.mx-xxl-n158{margin-left:-9.875rem!important;margin-right:-9.875rem!important}.mx-xxl-n160{margin-left:-10rem!important;margin-right:-10rem!important}.mx-xxl-n162{margin-left:-10.125rem!important;margin-right:-10.125rem!important}.mx-xxl-n164{margin-left:-10.25rem!important;margin-right:-10.25rem!important}.mx-xxl-n166{margin-left:-10.375rem!important;margin-right:-10.375rem!important}.mx-xxl-n168{margin-left:-10.5rem!important;margin-right:-10.5rem!important}.mx-xxl-n170{margin-left:-10.625rem!important;margin-right:-10.625rem!important}.mx-xxl-n172{margin-left:-10.75rem!important;margin-right:-10.75rem!important}.mx-xxl-n174{margin-left:-10.875rem!important;margin-right:-10.875rem!important}.mx-xxl-n176{margin-left:-11rem!important;margin-right:-11rem!important}.mx-xxl-n178{margin-left:-11.125rem!important;margin-right:-11.125rem!important}.mx-xxl-n180{margin-left:-11.25rem!important;margin-right:-11.25rem!important}.mx-xxl-n182{margin-left:-11.375rem!important;margin-right:-11.375rem!important}.mx-xxl-n184{margin-left:-11.5rem!important;margin-right:-11.5rem!important}.mx-xxl-n186{margin-left:-11.625rem!important;margin-right:-11.625rem!important}.mx-xxl-n188{margin-left:-11.75rem!important;margin-right:-11.75rem!important}.mx-xxl-n190{margin-left:-11.875rem!important;margin-right:-11.875rem!important}.mx-xxl-n192{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxl-n194{margin-left:-12.125rem!important;margin-right:-12.125rem!important}.mx-xxl-n196{margin-left:-12.25rem!important;margin-right:-12.25rem!important}.mx-xxl-n198{margin-left:-12.375rem!important;margin-right:-12.375rem!important}.mx-xxl-n200{margin-left:-12.5rem!important;margin-right:-12.5rem!important}.my-xxl-n0{margin-bottom:0!important;margin-top:0!important}.my-xxl-n2{margin-bottom:-.125rem!important;margin-top:-.125rem!important}.my-xxl-n4{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxl-n6{margin-bottom:-.375rem!important;margin-top:-.375rem!important}.my-xxl-n8{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxl-n10{margin-bottom:-.625rem!important;margin-top:-.625rem!important}.my-xxl-n12{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xxl-n14{margin-bottom:-.875rem!important;margin-top:-.875rem!important}.my-xxl-n16{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxl-n18{margin-bottom:-1.125rem!important;margin-top:-1.125rem!important}.my-xxl-n20{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xxl-n22{margin-bottom:-1.375rem!important;margin-top:-1.375rem!important}.my-xxl-n24{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxl-n26{margin-bottom:-1.625rem!important;margin-top:-1.625rem!important}.my-xxl-n28{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xxl-n30{margin-bottom:-1.875rem!important;margin-top:-1.875rem!important}.my-xxl-n32{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxl-n34{margin-bottom:-2.125rem!important;margin-top:-2.125rem!important}.my-xxl-n36{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xxl-n38{margin-bottom:-2.375rem!important;margin-top:-2.375rem!important}.my-xxl-n40{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-xxl-n42{margin-bottom:-2.625rem!important;margin-top:-2.625rem!important}.my-xxl-n44{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xxl-n46{margin-bottom:-2.875rem!important;margin-top:-2.875rem!important}.my-xxl-n48{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxl-n50{margin-bottom:-3.125rem!important;margin-top:-3.125rem!important}.my-xxl-n52{margin-bottom:-3.25rem!important;margin-top:-3.25rem!important}.my-xxl-n54{margin-bottom:-3.375rem!important;margin-top:-3.375rem!important}.my-xxl-n56{margin-bottom:-3.5rem!important;margin-top:-3.5rem!important}.my-xxl-n58{margin-bottom:-3.625rem!important;margin-top:-3.625rem!important}.my-xxl-n60{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xxl-n62{margin-bottom:-3.875rem!important;margin-top:-3.875rem!important}.my-xxl-n64{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxl-n66{margin-bottom:-4.125rem!important;margin-top:-4.125rem!important}.my-xxl-n68{margin-bottom:-4.25rem!important;margin-top:-4.25rem!important}.my-xxl-n70{margin-bottom:-4.375rem!important;margin-top:-4.375rem!important}.my-xxl-n72{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxl-n74{margin-bottom:-4.625rem!important;margin-top:-4.625rem!important}.my-xxl-n76{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xxl-n78{margin-bottom:-4.875rem!important;margin-top:-4.875rem!important}.my-xxl-n80{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxl-n82{margin-bottom:-5.125rem!important;margin-top:-5.125rem!important}.my-xxl-n84{margin-bottom:-5.25rem!important;margin-top:-5.25rem!important}.my-xxl-n86{margin-bottom:-5.375rem!important;margin-top:-5.375rem!important}.my-xxl-n88{margin-bottom:-5.5rem!important;margin-top:-5.5rem!important}.my-xxl-n90{margin-bottom:-5.625rem!important;margin-top:-5.625rem!important}.my-xxl-n92{margin-bottom:-5.75rem!important;margin-top:-5.75rem!important}.my-xxl-n94{margin-bottom:-5.875rem!important;margin-top:-5.875rem!important}.my-xxl-n96{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-n98{margin-bottom:-6.125rem!important;margin-top:-6.125rem!important}.my-xxl-n100{margin-bottom:-6.25rem!important;margin-top:-6.25rem!important}.my-xxl-n102{margin-bottom:-6.375rem!important;margin-top:-6.375rem!important}.my-xxl-n104{margin-bottom:-6.5rem!important;margin-top:-6.5rem!important}.my-xxl-n106{margin-bottom:-6.625rem!important;margin-top:-6.625rem!important}.my-xxl-n108{margin-bottom:-6.75rem!important;margin-top:-6.75rem!important}.my-xxl-n110{margin-bottom:-6.875rem!important;margin-top:-6.875rem!important}.my-xxl-n112{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xxl-n114{margin-bottom:-7.125rem!important;margin-top:-7.125rem!important}.my-xxl-n116{margin-bottom:-7.25rem!important;margin-top:-7.25rem!important}.my-xxl-n118{margin-bottom:-7.375rem!important;margin-top:-7.375rem!important}.my-xxl-n120{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-xxl-n122{margin-bottom:-7.625rem!important;margin-top:-7.625rem!important}.my-xxl-n124{margin-bottom:-7.75rem!important;margin-top:-7.75rem!important}.my-xxl-n126{margin-bottom:-7.875rem!important;margin-top:-7.875rem!important}.my-xxl-n128{margin-bottom:-8rem!important;margin-top:-8rem!important}.my-xxl-n130{margin-bottom:-8.125rem!important;margin-top:-8.125rem!important}.my-xxl-n132{margin-bottom:-8.25rem!important;margin-top:-8.25rem!important}.my-xxl-n134{margin-bottom:-8.375rem!important;margin-top:-8.375rem!important}.my-xxl-n136{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-xxl-n138{margin-bottom:-8.625rem!important;margin-top:-8.625rem!important}.my-xxl-n140{margin-bottom:-8.75rem!important;margin-top:-8.75rem!important}.my-xxl-n142{margin-bottom:-8.875rem!important;margin-top:-8.875rem!important}.my-xxl-n144{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-xxl-n146{margin-bottom:-9.125rem!important;margin-top:-9.125rem!important}.my-xxl-n148{margin-bottom:-9.25rem!important;margin-top:-9.25rem!important}.my-xxl-n150{margin-bottom:-9.375rem!important;margin-top:-9.375rem!important}.my-xxl-n152{margin-bottom:-9.5rem!important;margin-top:-9.5rem!important}.my-xxl-n154{margin-bottom:-9.625rem!important;margin-top:-9.625rem!important}.my-xxl-n156{margin-bottom:-9.75rem!important;margin-top:-9.75rem!important}.my-xxl-n158{margin-bottom:-9.875rem!important;margin-top:-9.875rem!important}.my-xxl-n160{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-xxl-n162{margin-bottom:-10.125rem!important;margin-top:-10.125rem!important}.my-xxl-n164{margin-bottom:-10.25rem!important;margin-top:-10.25rem!important}.my-xxl-n166{margin-bottom:-10.375rem!important;margin-top:-10.375rem!important}.my-xxl-n168{margin-bottom:-10.5rem!important;margin-top:-10.5rem!important}.my-xxl-n170{margin-bottom:-10.625rem!important;margin-top:-10.625rem!important}.my-xxl-n172{margin-bottom:-10.75rem!important;margin-top:-10.75rem!important}.my-xxl-n174{margin-bottom:-10.875rem!important;margin-top:-10.875rem!important}.my-xxl-n176{margin-bottom:-11rem!important;margin-top:-11rem!important}.my-xxl-n178{margin-bottom:-11.125rem!important;margin-top:-11.125rem!important}.my-xxl-n180{margin-bottom:-11.25rem!important;margin-top:-11.25rem!important}.my-xxl-n182{margin-bottom:-11.375rem!important;margin-top:-11.375rem!important}.my-xxl-n184{margin-bottom:-11.5rem!important;margin-top:-11.5rem!important}.my-xxl-n186{margin-bottom:-11.625rem!important;margin-top:-11.625rem!important}.my-xxl-n188{margin-bottom:-11.75rem!important;margin-top:-11.75rem!important}.my-xxl-n190{margin-bottom:-11.875rem!important;margin-top:-11.875rem!important}.my-xxl-n192{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxl-n194{margin-bottom:-12.125rem!important;margin-top:-12.125rem!important}.my-xxl-n196{margin-bottom:-12.25rem!important;margin-top:-12.25rem!important}.my-xxl-n198{margin-bottom:-12.375rem!important;margin-top:-12.375rem!important}.my-xxl-n200{margin-bottom:-12.5rem!important;margin-top:-12.5rem!important}.mt-xxl-n0{margin-top:0!important}.mt-xxl-n2{margin-top:-.125rem!important}.mt-xxl-n4{margin-top:-.25rem!important}.mt-xxl-n6{margin-top:-.375rem!important}.mt-xxl-n8{margin-top:-.5rem!important}.mt-xxl-n10{margin-top:-.625rem!important}.mt-xxl-n12{margin-top:-.75rem!important}.mt-xxl-n14{margin-top:-.875rem!important}.mt-xxl-n16{margin-top:-1rem!important}.mt-xxl-n18{margin-top:-1.125rem!important}.mt-xxl-n20{margin-top:-1.25rem!important}.mt-xxl-n22{margin-top:-1.375rem!important}.mt-xxl-n24{margin-top:-1.5rem!important}.mt-xxl-n26{margin-top:-1.625rem!important}.mt-xxl-n28{margin-top:-1.75rem!important}.mt-xxl-n30{margin-top:-1.875rem!important}.mt-xxl-n32{margin-top:-2rem!important}.mt-xxl-n34{margin-top:-2.125rem!important}.mt-xxl-n36{margin-top:-2.25rem!important}.mt-xxl-n38{margin-top:-2.375rem!important}.mt-xxl-n40{margin-top:-2.5rem!important}.mt-xxl-n42{margin-top:-2.625rem!important}.mt-xxl-n44{margin-top:-2.75rem!important}.mt-xxl-n46{margin-top:-2.875rem!important}.mt-xxl-n48{margin-top:-3rem!important}.mt-xxl-n50{margin-top:-3.125rem!important}.mt-xxl-n52{margin-top:-3.25rem!important}.mt-xxl-n54{margin-top:-3.375rem!important}.mt-xxl-n56{margin-top:-3.5rem!important}.mt-xxl-n58{margin-top:-3.625rem!important}.mt-xxl-n60{margin-top:-3.75rem!important}.mt-xxl-n62{margin-top:-3.875rem!important}.mt-xxl-n64{margin-top:-4rem!important}.mt-xxl-n66{margin-top:-4.125rem!important}.mt-xxl-n68{margin-top:-4.25rem!important}.mt-xxl-n70{margin-top:-4.375rem!important}.mt-xxl-n72{margin-top:-4.5rem!important}.mt-xxl-n74{margin-top:-4.625rem!important}.mt-xxl-n76{margin-top:-4.75rem!important}.mt-xxl-n78{margin-top:-4.875rem!important}.mt-xxl-n80{margin-top:-5rem!important}.mt-xxl-n82{margin-top:-5.125rem!important}.mt-xxl-n84{margin-top:-5.25rem!important}.mt-xxl-n86{margin-top:-5.375rem!important}.mt-xxl-n88{margin-top:-5.5rem!important}.mt-xxl-n90{margin-top:-5.625rem!important}.mt-xxl-n92{margin-top:-5.75rem!important}.mt-xxl-n94{margin-top:-5.875rem!important}.mt-xxl-n96{margin-top:-6rem!important}.mt-xxl-n98{margin-top:-6.125rem!important}.mt-xxl-n100{margin-top:-6.25rem!important}.mt-xxl-n102{margin-top:-6.375rem!important}.mt-xxl-n104{margin-top:-6.5rem!important}.mt-xxl-n106{margin-top:-6.625rem!important}.mt-xxl-n108{margin-top:-6.75rem!important}.mt-xxl-n110{margin-top:-6.875rem!important}.mt-xxl-n112{margin-top:-7rem!important}.mt-xxl-n114{margin-top:-7.125rem!important}.mt-xxl-n116{margin-top:-7.25rem!important}.mt-xxl-n118{margin-top:-7.375rem!important}.mt-xxl-n120{margin-top:-7.5rem!important}.mt-xxl-n122{margin-top:-7.625rem!important}.mt-xxl-n124{margin-top:-7.75rem!important}.mt-xxl-n126{margin-top:-7.875rem!important}.mt-xxl-n128{margin-top:-8rem!important}.mt-xxl-n130{margin-top:-8.125rem!important}.mt-xxl-n132{margin-top:-8.25rem!important}.mt-xxl-n134{margin-top:-8.375rem!important}.mt-xxl-n136{margin-top:-8.5rem!important}.mt-xxl-n138{margin-top:-8.625rem!important}.mt-xxl-n140{margin-top:-8.75rem!important}.mt-xxl-n142{margin-top:-8.875rem!important}.mt-xxl-n144{margin-top:-9rem!important}.mt-xxl-n146{margin-top:-9.125rem!important}.mt-xxl-n148{margin-top:-9.25rem!important}.mt-xxl-n150{margin-top:-9.375rem!important}.mt-xxl-n152{margin-top:-9.5rem!important}.mt-xxl-n154{margin-top:-9.625rem!important}.mt-xxl-n156{margin-top:-9.75rem!important}.mt-xxl-n158{margin-top:-9.875rem!important}.mt-xxl-n160{margin-top:-10rem!important}.mt-xxl-n162{margin-top:-10.125rem!important}.mt-xxl-n164{margin-top:-10.25rem!important}.mt-xxl-n166{margin-top:-10.375rem!important}.mt-xxl-n168{margin-top:-10.5rem!important}.mt-xxl-n170{margin-top:-10.625rem!important}.mt-xxl-n172{margin-top:-10.75rem!important}.mt-xxl-n174{margin-top:-10.875rem!important}.mt-xxl-n176{margin-top:-11rem!important}.mt-xxl-n178{margin-top:-11.125rem!important}.mt-xxl-n180{margin-top:-11.25rem!important}.mt-xxl-n182{margin-top:-11.375rem!important}.mt-xxl-n184{margin-top:-11.5rem!important}.mt-xxl-n186{margin-top:-11.625rem!important}.mt-xxl-n188{margin-top:-11.75rem!important}.mt-xxl-n190{margin-top:-11.875rem!important}.mt-xxl-n192{margin-top:-12rem!important}.mt-xxl-n194{margin-top:-12.125rem!important}.mt-xxl-n196{margin-top:-12.25rem!important}.mt-xxl-n198{margin-top:-12.375rem!important}.mt-xxl-n200{margin-top:-12.5rem!important}.me-xxl-n0{margin-right:0!important}.me-xxl-n2{margin-right:-.125rem!important}.me-xxl-n4{margin-right:-.25rem!important}.me-xxl-n6{margin-right:-.375rem!important}.me-xxl-n8{margin-right:-.5rem!important}.me-xxl-n10{margin-right:-.625rem!important}.me-xxl-n12{margin-right:-.75rem!important}.me-xxl-n14{margin-right:-.875rem!important}.me-xxl-n16{margin-right:-1rem!important}.me-xxl-n18{margin-right:-1.125rem!important}.me-xxl-n20{margin-right:-1.25rem!important}.me-xxl-n22{margin-right:-1.375rem!important}.me-xxl-n24{margin-right:-1.5rem!important}.me-xxl-n26{margin-right:-1.625rem!important}.me-xxl-n28{margin-right:-1.75rem!important}.me-xxl-n30{margin-right:-1.875rem!important}.me-xxl-n32{margin-right:-2rem!important}.me-xxl-n34{margin-right:-2.125rem!important}.me-xxl-n36{margin-right:-2.25rem!important}.me-xxl-n38{margin-right:-2.375rem!important}.me-xxl-n40{margin-right:-2.5rem!important}.me-xxl-n42{margin-right:-2.625rem!important}.me-xxl-n44{margin-right:-2.75rem!important}.me-xxl-n46{margin-right:-2.875rem!important}.me-xxl-n48{margin-right:-3rem!important}.me-xxl-n50{margin-right:-3.125rem!important}.me-xxl-n52{margin-right:-3.25rem!important}.me-xxl-n54{margin-right:-3.375rem!important}.me-xxl-n56{margin-right:-3.5rem!important}.me-xxl-n58{margin-right:-3.625rem!important}.me-xxl-n60{margin-right:-3.75rem!important}.me-xxl-n62{margin-right:-3.875rem!important}.me-xxl-n64{margin-right:-4rem!important}.me-xxl-n66{margin-right:-4.125rem!important}.me-xxl-n68{margin-right:-4.25rem!important}.me-xxl-n70{margin-right:-4.375rem!important}.me-xxl-n72{margin-right:-4.5rem!important}.me-xxl-n74{margin-right:-4.625rem!important}.me-xxl-n76{margin-right:-4.75rem!important}.me-xxl-n78{margin-right:-4.875rem!important}.me-xxl-n80{margin-right:-5rem!important}.me-xxl-n82{margin-right:-5.125rem!important}.me-xxl-n84{margin-right:-5.25rem!important}.me-xxl-n86{margin-right:-5.375rem!important}.me-xxl-n88{margin-right:-5.5rem!important}.me-xxl-n90{margin-right:-5.625rem!important}.me-xxl-n92{margin-right:-5.75rem!important}.me-xxl-n94{margin-right:-5.875rem!important}.me-xxl-n96{margin-right:-6rem!important}.me-xxl-n98{margin-right:-6.125rem!important}.me-xxl-n100{margin-right:-6.25rem!important}.me-xxl-n102{margin-right:-6.375rem!important}.me-xxl-n104{margin-right:-6.5rem!important}.me-xxl-n106{margin-right:-6.625rem!important}.me-xxl-n108{margin-right:-6.75rem!important}.me-xxl-n110{margin-right:-6.875rem!important}.me-xxl-n112{margin-right:-7rem!important}.me-xxl-n114{margin-right:-7.125rem!important}.me-xxl-n116{margin-right:-7.25rem!important}.me-xxl-n118{margin-right:-7.375rem!important}.me-xxl-n120{margin-right:-7.5rem!important}.me-xxl-n122{margin-right:-7.625rem!important}.me-xxl-n124{margin-right:-7.75rem!important}.me-xxl-n126{margin-right:-7.875rem!important}.me-xxl-n128{margin-right:-8rem!important}.me-xxl-n130{margin-right:-8.125rem!important}.me-xxl-n132{margin-right:-8.25rem!important}.me-xxl-n134{margin-right:-8.375rem!important}.me-xxl-n136{margin-right:-8.5rem!important}.me-xxl-n138{margin-right:-8.625rem!important}.me-xxl-n140{margin-right:-8.75rem!important}.me-xxl-n142{margin-right:-8.875rem!important}.me-xxl-n144{margin-right:-9rem!important}.me-xxl-n146{margin-right:-9.125rem!important}.me-xxl-n148{margin-right:-9.25rem!important}.me-xxl-n150{margin-right:-9.375rem!important}.me-xxl-n152{margin-right:-9.5rem!important}.me-xxl-n154{margin-right:-9.625rem!important}.me-xxl-n156{margin-right:-9.75rem!important}.me-xxl-n158{margin-right:-9.875rem!important}.me-xxl-n160{margin-right:-10rem!important}.me-xxl-n162{margin-right:-10.125rem!important}.me-xxl-n164{margin-right:-10.25rem!important}.me-xxl-n166{margin-right:-10.375rem!important}.me-xxl-n168{margin-right:-10.5rem!important}.me-xxl-n170{margin-right:-10.625rem!important}.me-xxl-n172{margin-right:-10.75rem!important}.me-xxl-n174{margin-right:-10.875rem!important}.me-xxl-n176{margin-right:-11rem!important}.me-xxl-n178{margin-right:-11.125rem!important}.me-xxl-n180{margin-right:-11.25rem!important}.me-xxl-n182{margin-right:-11.375rem!important}.me-xxl-n184{margin-right:-11.5rem!important}.me-xxl-n186{margin-right:-11.625rem!important}.me-xxl-n188{margin-right:-11.75rem!important}.me-xxl-n190{margin-right:-11.875rem!important}.me-xxl-n192{margin-right:-12rem!important}.me-xxl-n194{margin-right:-12.125rem!important}.me-xxl-n196{margin-right:-12.25rem!important}.me-xxl-n198{margin-right:-12.375rem!important}.me-xxl-n200{margin-right:-12.5rem!important}.mb-xxl-n0{margin-bottom:0!important}.mb-xxl-n2{margin-bottom:-.125rem!important}.mb-xxl-n4{margin-bottom:-.25rem!important}.mb-xxl-n6{margin-bottom:-.375rem!important}.mb-xxl-n8{margin-bottom:-.5rem!important}.mb-xxl-n10{margin-bottom:-.625rem!important}.mb-xxl-n12{margin-bottom:-.75rem!important}.mb-xxl-n14{margin-bottom:-.875rem!important}.mb-xxl-n16{margin-bottom:-1rem!important}.mb-xxl-n18{margin-bottom:-1.125rem!important}.mb-xxl-n20{margin-bottom:-1.25rem!important}.mb-xxl-n22{margin-bottom:-1.375rem!important}.mb-xxl-n24{margin-bottom:-1.5rem!important}.mb-xxl-n26{margin-bottom:-1.625rem!important}.mb-xxl-n28{margin-bottom:-1.75rem!important}.mb-xxl-n30{margin-bottom:-1.875rem!important}.mb-xxl-n32{margin-bottom:-2rem!important}.mb-xxl-n34{margin-bottom:-2.125rem!important}.mb-xxl-n36{margin-bottom:-2.25rem!important}.mb-xxl-n38{margin-bottom:-2.375rem!important}.mb-xxl-n40{margin-bottom:-2.5rem!important}.mb-xxl-n42{margin-bottom:-2.625rem!important}.mb-xxl-n44{margin-bottom:-2.75rem!important}.mb-xxl-n46{margin-bottom:-2.875rem!important}.mb-xxl-n48{margin-bottom:-3rem!important}.mb-xxl-n50{margin-bottom:-3.125rem!important}.mb-xxl-n52{margin-bottom:-3.25rem!important}.mb-xxl-n54{margin-bottom:-3.375rem!important}.mb-xxl-n56{margin-bottom:-3.5rem!important}.mb-xxl-n58{margin-bottom:-3.625rem!important}.mb-xxl-n60{margin-bottom:-3.75rem!important}.mb-xxl-n62{margin-bottom:-3.875rem!important}.mb-xxl-n64{margin-bottom:-4rem!important}.mb-xxl-n66{margin-bottom:-4.125rem!important}.mb-xxl-n68{margin-bottom:-4.25rem!important}.mb-xxl-n70{margin-bottom:-4.375rem!important}.mb-xxl-n72{margin-bottom:-4.5rem!important}.mb-xxl-n74{margin-bottom:-4.625rem!important}.mb-xxl-n76{margin-bottom:-4.75rem!important}.mb-xxl-n78{margin-bottom:-4.875rem!important}.mb-xxl-n80{margin-bottom:-5rem!important}.mb-xxl-n82{margin-bottom:-5.125rem!important}.mb-xxl-n84{margin-bottom:-5.25rem!important}.mb-xxl-n86{margin-bottom:-5.375rem!important}.mb-xxl-n88{margin-bottom:-5.5rem!important}.mb-xxl-n90{margin-bottom:-5.625rem!important}.mb-xxl-n92{margin-bottom:-5.75rem!important}.mb-xxl-n94{margin-bottom:-5.875rem!important}.mb-xxl-n96{margin-bottom:-6rem!important}.mb-xxl-n98{margin-bottom:-6.125rem!important}.mb-xxl-n100{margin-bottom:-6.25rem!important}.mb-xxl-n102{margin-bottom:-6.375rem!important}.mb-xxl-n104{margin-bottom:-6.5rem!important}.mb-xxl-n106{margin-bottom:-6.625rem!important}.mb-xxl-n108{margin-bottom:-6.75rem!important}.mb-xxl-n110{margin-bottom:-6.875rem!important}.mb-xxl-n112{margin-bottom:-7rem!important}.mb-xxl-n114{margin-bottom:-7.125rem!important}.mb-xxl-n116{margin-bottom:-7.25rem!important}.mb-xxl-n118{margin-bottom:-7.375rem!important}.mb-xxl-n120{margin-bottom:-7.5rem!important}.mb-xxl-n122{margin-bottom:-7.625rem!important}.mb-xxl-n124{margin-bottom:-7.75rem!important}.mb-xxl-n126{margin-bottom:-7.875rem!important}.mb-xxl-n128{margin-bottom:-8rem!important}.mb-xxl-n130{margin-bottom:-8.125rem!important}.mb-xxl-n132{margin-bottom:-8.25rem!important}.mb-xxl-n134{margin-bottom:-8.375rem!important}.mb-xxl-n136{margin-bottom:-8.5rem!important}.mb-xxl-n138{margin-bottom:-8.625rem!important}.mb-xxl-n140{margin-bottom:-8.75rem!important}.mb-xxl-n142{margin-bottom:-8.875rem!important}.mb-xxl-n144{margin-bottom:-9rem!important}.mb-xxl-n146{margin-bottom:-9.125rem!important}.mb-xxl-n148{margin-bottom:-9.25rem!important}.mb-xxl-n150{margin-bottom:-9.375rem!important}.mb-xxl-n152{margin-bottom:-9.5rem!important}.mb-xxl-n154{margin-bottom:-9.625rem!important}.mb-xxl-n156{margin-bottom:-9.75rem!important}.mb-xxl-n158{margin-bottom:-9.875rem!important}.mb-xxl-n160{margin-bottom:-10rem!important}.mb-xxl-n162{margin-bottom:-10.125rem!important}.mb-xxl-n164{margin-bottom:-10.25rem!important}.mb-xxl-n166{margin-bottom:-10.375rem!important}.mb-xxl-n168{margin-bottom:-10.5rem!important}.mb-xxl-n170{margin-bottom:-10.625rem!important}.mb-xxl-n172{margin-bottom:-10.75rem!important}.mb-xxl-n174{margin-bottom:-10.875rem!important}.mb-xxl-n176{margin-bottom:-11rem!important}.mb-xxl-n178{margin-bottom:-11.125rem!important}.mb-xxl-n180{margin-bottom:-11.25rem!important}.mb-xxl-n182{margin-bottom:-11.375rem!important}.mb-xxl-n184{margin-bottom:-11.5rem!important}.mb-xxl-n186{margin-bottom:-11.625rem!important}.mb-xxl-n188{margin-bottom:-11.75rem!important}.mb-xxl-n190{margin-bottom:-11.875rem!important}.mb-xxl-n192{margin-bottom:-12rem!important}.mb-xxl-n194{margin-bottom:-12.125rem!important}.mb-xxl-n196{margin-bottom:-12.25rem!important}.mb-xxl-n198{margin-bottom:-12.375rem!important}.mb-xxl-n200{margin-bottom:-12.5rem!important}.ms-xxl-n0{margin-left:0!important}.ms-xxl-n2{margin-left:-.125rem!important}.ms-xxl-n4{margin-left:-.25rem!important}.ms-xxl-n6{margin-left:-.375rem!important}.ms-xxl-n8{margin-left:-.5rem!important}.ms-xxl-n10{margin-left:-.625rem!important}.ms-xxl-n12{margin-left:-.75rem!important}.ms-xxl-n14{margin-left:-.875rem!important}.ms-xxl-n16{margin-left:-1rem!important}.ms-xxl-n18{margin-left:-1.125rem!important}.ms-xxl-n20{margin-left:-1.25rem!important}.ms-xxl-n22{margin-left:-1.375rem!important}.ms-xxl-n24{margin-left:-1.5rem!important}.ms-xxl-n26{margin-left:-1.625rem!important}.ms-xxl-n28{margin-left:-1.75rem!important}.ms-xxl-n30{margin-left:-1.875rem!important}.ms-xxl-n32{margin-left:-2rem!important}.ms-xxl-n34{margin-left:-2.125rem!important}.ms-xxl-n36{margin-left:-2.25rem!important}.ms-xxl-n38{margin-left:-2.375rem!important}.ms-xxl-n40{margin-left:-2.5rem!important}.ms-xxl-n42{margin-left:-2.625rem!important}.ms-xxl-n44{margin-left:-2.75rem!important}.ms-xxl-n46{margin-left:-2.875rem!important}.ms-xxl-n48{margin-left:-3rem!important}.ms-xxl-n50{margin-left:-3.125rem!important}.ms-xxl-n52{margin-left:-3.25rem!important}.ms-xxl-n54{margin-left:-3.375rem!important}.ms-xxl-n56{margin-left:-3.5rem!important}.ms-xxl-n58{margin-left:-3.625rem!important}.ms-xxl-n60{margin-left:-3.75rem!important}.ms-xxl-n62{margin-left:-3.875rem!important}.ms-xxl-n64{margin-left:-4rem!important}.ms-xxl-n66{margin-left:-4.125rem!important}.ms-xxl-n68{margin-left:-4.25rem!important}.ms-xxl-n70{margin-left:-4.375rem!important}.ms-xxl-n72{margin-left:-4.5rem!important}.ms-xxl-n74{margin-left:-4.625rem!important}.ms-xxl-n76{margin-left:-4.75rem!important}.ms-xxl-n78{margin-left:-4.875rem!important}.ms-xxl-n80{margin-left:-5rem!important}.ms-xxl-n82{margin-left:-5.125rem!important}.ms-xxl-n84{margin-left:-5.25rem!important}.ms-xxl-n86{margin-left:-5.375rem!important}.ms-xxl-n88{margin-left:-5.5rem!important}.ms-xxl-n90{margin-left:-5.625rem!important}.ms-xxl-n92{margin-left:-5.75rem!important}.ms-xxl-n94{margin-left:-5.875rem!important}.ms-xxl-n96{margin-left:-6rem!important}.ms-xxl-n98{margin-left:-6.125rem!important}.ms-xxl-n100{margin-left:-6.25rem!important}.ms-xxl-n102{margin-left:-6.375rem!important}.ms-xxl-n104{margin-left:-6.5rem!important}.ms-xxl-n106{margin-left:-6.625rem!important}.ms-xxl-n108{margin-left:-6.75rem!important}.ms-xxl-n110{margin-left:-6.875rem!important}.ms-xxl-n112{margin-left:-7rem!important}.ms-xxl-n114{margin-left:-7.125rem!important}.ms-xxl-n116{margin-left:-7.25rem!important}.ms-xxl-n118{margin-left:-7.375rem!important}.ms-xxl-n120{margin-left:-7.5rem!important}.ms-xxl-n122{margin-left:-7.625rem!important}.ms-xxl-n124{margin-left:-7.75rem!important}.ms-xxl-n126{margin-left:-7.875rem!important}.ms-xxl-n128{margin-left:-8rem!important}.ms-xxl-n130{margin-left:-8.125rem!important}.ms-xxl-n132{margin-left:-8.25rem!important}.ms-xxl-n134{margin-left:-8.375rem!important}.ms-xxl-n136{margin-left:-8.5rem!important}.ms-xxl-n138{margin-left:-8.625rem!important}.ms-xxl-n140{margin-left:-8.75rem!important}.ms-xxl-n142{margin-left:-8.875rem!important}.ms-xxl-n144{margin-left:-9rem!important}.ms-xxl-n146{margin-left:-9.125rem!important}.ms-xxl-n148{margin-left:-9.25rem!important}.ms-xxl-n150{margin-left:-9.375rem!important}.ms-xxl-n152{margin-left:-9.5rem!important}.ms-xxl-n154{margin-left:-9.625rem!important}.ms-xxl-n156{margin-left:-9.75rem!important}.ms-xxl-n158{margin-left:-9.875rem!important}.ms-xxl-n160{margin-left:-10rem!important}.ms-xxl-n162{margin-left:-10.125rem!important}.ms-xxl-n164{margin-left:-10.25rem!important}.ms-xxl-n166{margin-left:-10.375rem!important}.ms-xxl-n168{margin-left:-10.5rem!important}.ms-xxl-n170{margin-left:-10.625rem!important}.ms-xxl-n172{margin-left:-10.75rem!important}.ms-xxl-n174{margin-left:-10.875rem!important}.ms-xxl-n176{margin-left:-11rem!important}.ms-xxl-n178{margin-left:-11.125rem!important}.ms-xxl-n180{margin-left:-11.25rem!important}.ms-xxl-n182{margin-left:-11.375rem!important}.ms-xxl-n184{margin-left:-11.5rem!important}.ms-xxl-n186{margin-left:-11.625rem!important}.ms-xxl-n188{margin-left:-11.75rem!important}.ms-xxl-n190{margin-left:-11.875rem!important}.ms-xxl-n192{margin-left:-12rem!important}.ms-xxl-n194{margin-left:-12.125rem!important}.ms-xxl-n196{margin-left:-12.25rem!important}.ms-xxl-n198{margin-left:-12.375rem!important}.ms-xxl-n200{margin-left:-12.5rem!important}.p-xxl-0{padding:0!important}.p-xxl-2{padding:.125rem!important}.p-xxl-4{padding:.25rem!important}.p-xxl-6{padding:.375rem!important}.p-xxl-8{padding:.5rem!important}.p-xxl-10{padding:.625rem!important}.p-xxl-12{padding:.75rem!important}.p-xxl-14{padding:.875rem!important}.p-xxl-16{padding:1rem!important}.p-xxl-18{padding:1.125rem!important}.p-xxl-20{padding:1.25rem!important}.p-xxl-22{padding:1.375rem!important}.p-xxl-24{padding:1.5rem!important}.p-xxl-26{padding:1.625rem!important}.p-xxl-28{padding:1.75rem!important}.p-xxl-30{padding:1.875rem!important}.p-xxl-32{padding:2rem!important}.p-xxl-34{padding:2.125rem!important}.p-xxl-36{padding:2.25rem!important}.p-xxl-38{padding:2.375rem!important}.p-xxl-40{padding:2.5rem!important}.p-xxl-42{padding:2.625rem!important}.p-xxl-44{padding:2.75rem!important}.p-xxl-46{padding:2.875rem!important}.p-xxl-48{padding:3rem!important}.p-xxl-50{padding:3.125rem!important}.p-xxl-52{padding:3.25rem!important}.p-xxl-54{padding:3.375rem!important}.p-xxl-56{padding:3.5rem!important}.p-xxl-58{padding:3.625rem!important}.p-xxl-60{padding:3.75rem!important}.p-xxl-62{padding:3.875rem!important}.p-xxl-64{padding:4rem!important}.p-xxl-66{padding:4.125rem!important}.p-xxl-68{padding:4.25rem!important}.p-xxl-70{padding:4.375rem!important}.p-xxl-72{padding:4.5rem!important}.p-xxl-74{padding:4.625rem!important}.p-xxl-76{padding:4.75rem!important}.p-xxl-78{padding:4.875rem!important}.p-xxl-80{padding:5rem!important}.p-xxl-82{padding:5.125rem!important}.p-xxl-84{padding:5.25rem!important}.p-xxl-86{padding:5.375rem!important}.p-xxl-88{padding:5.5rem!important}.p-xxl-90{padding:5.625rem!important}.p-xxl-92{padding:5.75rem!important}.p-xxl-94{padding:5.875rem!important}.p-xxl-96{padding:6rem!important}.p-xxl-98{padding:6.125rem!important}.p-xxl-100{padding:6.25rem!important}.p-xxl-102{padding:6.375rem!important}.p-xxl-104{padding:6.5rem!important}.p-xxl-106{padding:6.625rem!important}.p-xxl-108{padding:6.75rem!important}.p-xxl-110{padding:6.875rem!important}.p-xxl-112{padding:7rem!important}.p-xxl-114{padding:7.125rem!important}.p-xxl-116{padding:7.25rem!important}.p-xxl-118{padding:7.375rem!important}.p-xxl-120{padding:7.5rem!important}.p-xxl-122{padding:7.625rem!important}.p-xxl-124{padding:7.75rem!important}.p-xxl-126{padding:7.875rem!important}.p-xxl-128{padding:8rem!important}.p-xxl-130{padding:8.125rem!important}.p-xxl-132{padding:8.25rem!important}.p-xxl-134{padding:8.375rem!important}.p-xxl-136{padding:8.5rem!important}.p-xxl-138{padding:8.625rem!important}.p-xxl-140{padding:8.75rem!important}.p-xxl-142{padding:8.875rem!important}.p-xxl-144{padding:9rem!important}.p-xxl-146{padding:9.125rem!important}.p-xxl-148{padding:9.25rem!important}.p-xxl-150{padding:9.375rem!important}.p-xxl-152{padding:9.5rem!important}.p-xxl-154{padding:9.625rem!important}.p-xxl-156{padding:9.75rem!important}.p-xxl-158{padding:9.875rem!important}.p-xxl-160{padding:10rem!important}.p-xxl-162{padding:10.125rem!important}.p-xxl-164{padding:10.25rem!important}.p-xxl-166{padding:10.375rem!important}.p-xxl-168{padding:10.5rem!important}.p-xxl-170{padding:10.625rem!important}.p-xxl-172{padding:10.75rem!important}.p-xxl-174{padding:10.875rem!important}.p-xxl-176{padding:11rem!important}.p-xxl-178{padding:11.125rem!important}.p-xxl-180{padding:11.25rem!important}.p-xxl-182{padding:11.375rem!important}.p-xxl-184{padding:11.5rem!important}.p-xxl-186{padding:11.625rem!important}.p-xxl-188{padding:11.75rem!important}.p-xxl-190{padding:11.875rem!important}.p-xxl-192{padding:12rem!important}.p-xxl-194{padding:12.125rem!important}.p-xxl-196{padding:12.25rem!important}.p-xxl-198{padding:12.375rem!important}.p-xxl-200{padding:12.5rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-2{padding-left:.125rem!important;padding-right:.125rem!important}.px-xxl-4{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-6{padding-left:.375rem!important;padding-right:.375rem!important}.px-xxl-8{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-10{padding-left:.625rem!important;padding-right:.625rem!important}.px-xxl-12{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-14{padding-left:.875rem!important;padding-right:.875rem!important}.px-xxl-16{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-18{padding-left:1.125rem!important;padding-right:1.125rem!important}.px-xxl-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxl-22{padding-left:1.375rem!important;padding-right:1.375rem!important}.px-xxl-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-26{padding-left:1.625rem!important;padding-right:1.625rem!important}.px-xxl-28{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxl-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-xxl-32{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-34{padding-left:2.125rem!important;padding-right:2.125rem!important}.px-xxl-36{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxl-38{padding-left:2.375rem!important;padding-right:2.375rem!important}.px-xxl-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xxl-42{padding-left:2.625rem!important;padding-right:2.625rem!important}.px-xxl-44{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxl-46{padding-left:2.875rem!important;padding-right:2.875rem!important}.px-xxl-48{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-50{padding-left:3.125rem!important;padding-right:3.125rem!important}.px-xxl-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-xxl-54{padding-left:3.375rem!important;padding-right:3.375rem!important}.px-xxl-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-xxl-58{padding-left:3.625rem!important;padding-right:3.625rem!important}.px-xxl-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxl-62{padding-left:3.875rem!important;padding-right:3.875rem!important}.px-xxl-64{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-66{padding-left:4.125rem!important;padding-right:4.125rem!important}.px-xxl-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-xxl-70{padding-left:4.375rem!important;padding-right:4.375rem!important}.px-xxl-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxl-74{padding-left:4.625rem!important;padding-right:4.625rem!important}.px-xxl-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxl-78{padding-left:4.875rem!important;padding-right:4.875rem!important}.px-xxl-80{padding-left:5rem!important;padding-right:5rem!important}.px-xxl-82{padding-left:5.125rem!important;padding-right:5.125rem!important}.px-xxl-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.px-xxl-86{padding-left:5.375rem!important;padding-right:5.375rem!important}.px-xxl-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-xxl-90{padding-left:5.625rem!important;padding-right:5.625rem!important}.px-xxl-92{padding-left:5.75rem!important;padding-right:5.75rem!important}.px-xxl-94{padding-left:5.875rem!important;padding-right:5.875rem!important}.px-xxl-96{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-98{padding-left:6.125rem!important;padding-right:6.125rem!important}.px-xxl-100{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-xxl-102{padding-left:6.375rem!important;padding-right:6.375rem!important}.px-xxl-104{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-xxl-106{padding-left:6.625rem!important;padding-right:6.625rem!important}.px-xxl-108{padding-left:6.75rem!important;padding-right:6.75rem!important}.px-xxl-110{padding-left:6.875rem!important;padding-right:6.875rem!important}.px-xxl-112{padding-left:7rem!important;padding-right:7rem!important}.px-xxl-114{padding-left:7.125rem!important;padding-right:7.125rem!important}.px-xxl-116{padding-left:7.25rem!important;padding-right:7.25rem!important}.px-xxl-118{padding-left:7.375rem!important;padding-right:7.375rem!important}.px-xxl-120{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xxl-122{padding-left:7.625rem!important;padding-right:7.625rem!important}.px-xxl-124{padding-left:7.75rem!important;padding-right:7.75rem!important}.px-xxl-126{padding-left:7.875rem!important;padding-right:7.875rem!important}.px-xxl-128{padding-left:8rem!important;padding-right:8rem!important}.px-xxl-130{padding-left:8.125rem!important;padding-right:8.125rem!important}.px-xxl-132{padding-left:8.25rem!important;padding-right:8.25rem!important}.px-xxl-134{padding-left:8.375rem!important;padding-right:8.375rem!important}.px-xxl-136{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-xxl-138{padding-left:8.625rem!important;padding-right:8.625rem!important}.px-xxl-140{padding-left:8.75rem!important;padding-right:8.75rem!important}.px-xxl-142{padding-left:8.875rem!important;padding-right:8.875rem!important}.px-xxl-144{padding-left:9rem!important;padding-right:9rem!important}.px-xxl-146{padding-left:9.125rem!important;padding-right:9.125rem!important}.px-xxl-148{padding-left:9.25rem!important;padding-right:9.25rem!important}.px-xxl-150{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-xxl-152{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-xxl-154{padding-left:9.625rem!important;padding-right:9.625rem!important}.px-xxl-156{padding-left:9.75rem!important;padding-right:9.75rem!important}.px-xxl-158{padding-left:9.875rem!important;padding-right:9.875rem!important}.px-xxl-160{padding-left:10rem!important;padding-right:10rem!important}.px-xxl-162{padding-left:10.125rem!important;padding-right:10.125rem!important}.px-xxl-164{padding-left:10.25rem!important;padding-right:10.25rem!important}.px-xxl-166{padding-left:10.375rem!important;padding-right:10.375rem!important}.px-xxl-168{padding-left:10.5rem!important;padding-right:10.5rem!important}.px-xxl-170{padding-left:10.625rem!important;padding-right:10.625rem!important}.px-xxl-172{padding-left:10.75rem!important;padding-right:10.75rem!important}.px-xxl-174{padding-left:10.875rem!important;padding-right:10.875rem!important}.px-xxl-176{padding-left:11rem!important;padding-right:11rem!important}.px-xxl-178{padding-left:11.125rem!important;padding-right:11.125rem!important}.px-xxl-180{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-xxl-182{padding-left:11.375rem!important;padding-right:11.375rem!important}.px-xxl-184{padding-left:11.5rem!important;padding-right:11.5rem!important}.px-xxl-186{padding-left:11.625rem!important;padding-right:11.625rem!important}.px-xxl-188{padding-left:11.75rem!important;padding-right:11.75rem!important}.px-xxl-190{padding-left:11.875rem!important;padding-right:11.875rem!important}.px-xxl-192{padding-left:12rem!important;padding-right:12rem!important}.px-xxl-194{padding-left:12.125rem!important;padding-right:12.125rem!important}.px-xxl-196{padding-left:12.25rem!important;padding-right:12.25rem!important}.px-xxl-198{padding-left:12.375rem!important;padding-right:12.375rem!important}.px-xxl-200{padding-left:12.5rem!important;padding-right:12.5rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-2{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-xxl-4{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-6{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-xxl-8{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-10{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-xxl-12{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxl-14{padding-bottom:.875rem!important;padding-top:.875rem!important}.py-xxl-16{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-18{padding-bottom:1.125rem!important;padding-top:1.125rem!important}.py-xxl-20{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxl-22{padding-bottom:1.375rem!important;padding-top:1.375rem!important}.py-xxl-24{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-26{padding-bottom:1.625rem!important;padding-top:1.625rem!important}.py-xxl-28{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxl-30{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-xxl-32{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-34{padding-bottom:2.125rem!important;padding-top:2.125rem!important}.py-xxl-36{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxl-38{padding-bottom:2.375rem!important;padding-top:2.375rem!important}.py-xxl-40{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xxl-42{padding-bottom:2.625rem!important;padding-top:2.625rem!important}.py-xxl-44{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxl-46{padding-bottom:2.875rem!important;padding-top:2.875rem!important}.py-xxl-48{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-50{padding-bottom:3.125rem!important;padding-top:3.125rem!important}.py-xxl-52{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-xxl-54{padding-bottom:3.375rem!important;padding-top:3.375rem!important}.py-xxl-56{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-xxl-58{padding-bottom:3.625rem!important;padding-top:3.625rem!important}.py-xxl-60{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxl-62{padding-bottom:3.875rem!important;padding-top:3.875rem!important}.py-xxl-64{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-66{padding-bottom:4.125rem!important;padding-top:4.125rem!important}.py-xxl-68{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-xxl-70{padding-bottom:4.375rem!important;padding-top:4.375rem!important}.py-xxl-72{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-74{padding-bottom:4.625rem!important;padding-top:4.625rem!important}.py-xxl-76{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxl-78{padding-bottom:4.875rem!important;padding-top:4.875rem!important}.py-xxl-80{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxl-82{padding-bottom:5.125rem!important;padding-top:5.125rem!important}.py-xxl-84{padding-bottom:5.25rem!important;padding-top:5.25rem!important}.py-xxl-86{padding-bottom:5.375rem!important;padding-top:5.375rem!important}.py-xxl-88{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-xxl-90{padding-bottom:5.625rem!important;padding-top:5.625rem!important}.py-xxl-92{padding-bottom:5.75rem!important;padding-top:5.75rem!important}.py-xxl-94{padding-bottom:5.875rem!important;padding-top:5.875rem!important}.py-xxl-96{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-98{padding-bottom:6.125rem!important;padding-top:6.125rem!important}.py-xxl-100{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-xxl-102{padding-bottom:6.375rem!important;padding-top:6.375rem!important}.py-xxl-104{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-xxl-106{padding-bottom:6.625rem!important;padding-top:6.625rem!important}.py-xxl-108{padding-bottom:6.75rem!important;padding-top:6.75rem!important}.py-xxl-110{padding-bottom:6.875rem!important;padding-top:6.875rem!important}.py-xxl-112{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxl-114{padding-bottom:7.125rem!important;padding-top:7.125rem!important}.py-xxl-116{padding-bottom:7.25rem!important;padding-top:7.25rem!important}.py-xxl-118{padding-bottom:7.375rem!important;padding-top:7.375rem!important}.py-xxl-120{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xxl-122{padding-bottom:7.625rem!important;padding-top:7.625rem!important}.py-xxl-124{padding-bottom:7.75rem!important;padding-top:7.75rem!important}.py-xxl-126{padding-bottom:7.875rem!important;padding-top:7.875rem!important}.py-xxl-128{padding-bottom:8rem!important;padding-top:8rem!important}.py-xxl-130{padding-bottom:8.125rem!important;padding-top:8.125rem!important}.py-xxl-132{padding-bottom:8.25rem!important;padding-top:8.25rem!important}.py-xxl-134{padding-bottom:8.375rem!important;padding-top:8.375rem!important}.py-xxl-136{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-xxl-138{padding-bottom:8.625rem!important;padding-top:8.625rem!important}.py-xxl-140{padding-bottom:8.75rem!important;padding-top:8.75rem!important}.py-xxl-142{padding-bottom:8.875rem!important;padding-top:8.875rem!important}.py-xxl-144{padding-bottom:9rem!important;padding-top:9rem!important}.py-xxl-146{padding-bottom:9.125rem!important;padding-top:9.125rem!important}.py-xxl-148{padding-bottom:9.25rem!important;padding-top:9.25rem!important}.py-xxl-150{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-xxl-152{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-xxl-154{padding-bottom:9.625rem!important;padding-top:9.625rem!important}.py-xxl-156{padding-bottom:9.75rem!important;padding-top:9.75rem!important}.py-xxl-158{padding-bottom:9.875rem!important;padding-top:9.875rem!important}.py-xxl-160{padding-bottom:10rem!important;padding-top:10rem!important}.py-xxl-162{padding-bottom:10.125rem!important;padding-top:10.125rem!important}.py-xxl-164{padding-bottom:10.25rem!important;padding-top:10.25rem!important}.py-xxl-166{padding-bottom:10.375rem!important;padding-top:10.375rem!important}.py-xxl-168{padding-bottom:10.5rem!important;padding-top:10.5rem!important}.py-xxl-170{padding-bottom:10.625rem!important;padding-top:10.625rem!important}.py-xxl-172{padding-bottom:10.75rem!important;padding-top:10.75rem!important}.py-xxl-174{padding-bottom:10.875rem!important;padding-top:10.875rem!important}.py-xxl-176{padding-bottom:11rem!important;padding-top:11rem!important}.py-xxl-178{padding-bottom:11.125rem!important;padding-top:11.125rem!important}.py-xxl-180{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-xxl-182{padding-bottom:11.375rem!important;padding-top:11.375rem!important}.py-xxl-184{padding-bottom:11.5rem!important;padding-top:11.5rem!important}.py-xxl-186{padding-bottom:11.625rem!important;padding-top:11.625rem!important}.py-xxl-188{padding-bottom:11.75rem!important;padding-top:11.75rem!important}.py-xxl-190{padding-bottom:11.875rem!important;padding-top:11.875rem!important}.py-xxl-192{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxl-194{padding-bottom:12.125rem!important;padding-top:12.125rem!important}.py-xxl-196{padding-bottom:12.25rem!important;padding-top:12.25rem!important}.py-xxl-198{padding-bottom:12.375rem!important;padding-top:12.375rem!important}.py-xxl-200{padding-bottom:12.5rem!important;padding-top:12.5rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-2{padding-top:.125rem!important}.pt-xxl-4{padding-top:.25rem!important}.pt-xxl-6{padding-top:.375rem!important}.pt-xxl-8{padding-top:.5rem!important}.pt-xxl-10{padding-top:.625rem!important}.pt-xxl-12{padding-top:.75rem!important}.pt-xxl-14{padding-top:.875rem!important}.pt-xxl-16{padding-top:1rem!important}.pt-xxl-18{padding-top:1.125rem!important}.pt-xxl-20{padding-top:1.25rem!important}.pt-xxl-22{padding-top:1.375rem!important}.pt-xxl-24{padding-top:1.5rem!important}.pt-xxl-26{padding-top:1.625rem!important}.pt-xxl-28{padding-top:1.75rem!important}.pt-xxl-30{padding-top:1.875rem!important}.pt-xxl-32{padding-top:2rem!important}.pt-xxl-34{padding-top:2.125rem!important}.pt-xxl-36{padding-top:2.25rem!important}.pt-xxl-38{padding-top:2.375rem!important}.pt-xxl-40{padding-top:2.5rem!important}.pt-xxl-42{padding-top:2.625rem!important}.pt-xxl-44{padding-top:2.75rem!important}.pt-xxl-46{padding-top:2.875rem!important}.pt-xxl-48{padding-top:3rem!important}.pt-xxl-50{padding-top:3.125rem!important}.pt-xxl-52{padding-top:3.25rem!important}.pt-xxl-54{padding-top:3.375rem!important}.pt-xxl-56{padding-top:3.5rem!important}.pt-xxl-58{padding-top:3.625rem!important}.pt-xxl-60{padding-top:3.75rem!important}.pt-xxl-62{padding-top:3.875rem!important}.pt-xxl-64{padding-top:4rem!important}.pt-xxl-66{padding-top:4.125rem!important}.pt-xxl-68{padding-top:4.25rem!important}.pt-xxl-70{padding-top:4.375rem!important}.pt-xxl-72{padding-top:4.5rem!important}.pt-xxl-74{padding-top:4.625rem!important}.pt-xxl-76{padding-top:4.75rem!important}.pt-xxl-78{padding-top:4.875rem!important}.pt-xxl-80{padding-top:5rem!important}.pt-xxl-82{padding-top:5.125rem!important}.pt-xxl-84{padding-top:5.25rem!important}.pt-xxl-86{padding-top:5.375rem!important}.pt-xxl-88{padding-top:5.5rem!important}.pt-xxl-90{padding-top:5.625rem!important}.pt-xxl-92{padding-top:5.75rem!important}.pt-xxl-94{padding-top:5.875rem!important}.pt-xxl-96{padding-top:6rem!important}.pt-xxl-98{padding-top:6.125rem!important}.pt-xxl-100{padding-top:6.25rem!important}.pt-xxl-102{padding-top:6.375rem!important}.pt-xxl-104{padding-top:6.5rem!important}.pt-xxl-106{padding-top:6.625rem!important}.pt-xxl-108{padding-top:6.75rem!important}.pt-xxl-110{padding-top:6.875rem!important}.pt-xxl-112{padding-top:7rem!important}.pt-xxl-114{padding-top:7.125rem!important}.pt-xxl-116{padding-top:7.25rem!important}.pt-xxl-118{padding-top:7.375rem!important}.pt-xxl-120{padding-top:7.5rem!important}.pt-xxl-122{padding-top:7.625rem!important}.pt-xxl-124{padding-top:7.75rem!important}.pt-xxl-126{padding-top:7.875rem!important}.pt-xxl-128{padding-top:8rem!important}.pt-xxl-130{padding-top:8.125rem!important}.pt-xxl-132{padding-top:8.25rem!important}.pt-xxl-134{padding-top:8.375rem!important}.pt-xxl-136{padding-top:8.5rem!important}.pt-xxl-138{padding-top:8.625rem!important}.pt-xxl-140{padding-top:8.75rem!important}.pt-xxl-142{padding-top:8.875rem!important}.pt-xxl-144{padding-top:9rem!important}.pt-xxl-146{padding-top:9.125rem!important}.pt-xxl-148{padding-top:9.25rem!important}.pt-xxl-150{padding-top:9.375rem!important}.pt-xxl-152{padding-top:9.5rem!important}.pt-xxl-154{padding-top:9.625rem!important}.pt-xxl-156{padding-top:9.75rem!important}.pt-xxl-158{padding-top:9.875rem!important}.pt-xxl-160{padding-top:10rem!important}.pt-xxl-162{padding-top:10.125rem!important}.pt-xxl-164{padding-top:10.25rem!important}.pt-xxl-166{padding-top:10.375rem!important}.pt-xxl-168{padding-top:10.5rem!important}.pt-xxl-170{padding-top:10.625rem!important}.pt-xxl-172{padding-top:10.75rem!important}.pt-xxl-174{padding-top:10.875rem!important}.pt-xxl-176{padding-top:11rem!important}.pt-xxl-178{padding-top:11.125rem!important}.pt-xxl-180{padding-top:11.25rem!important}.pt-xxl-182{padding-top:11.375rem!important}.pt-xxl-184{padding-top:11.5rem!important}.pt-xxl-186{padding-top:11.625rem!important}.pt-xxl-188{padding-top:11.75rem!important}.pt-xxl-190{padding-top:11.875rem!important}.pt-xxl-192{padding-top:12rem!important}.pt-xxl-194{padding-top:12.125rem!important}.pt-xxl-196{padding-top:12.25rem!important}.pt-xxl-198{padding-top:12.375rem!important}.pt-xxl-200{padding-top:12.5rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-2{padding-right:.125rem!important}.pe-xxl-4{padding-right:.25rem!important}.pe-xxl-6{padding-right:.375rem!important}.pe-xxl-8{padding-right:.5rem!important}.pe-xxl-10{padding-right:.625rem!important}.pe-xxl-12{padding-right:.75rem!important}.pe-xxl-14{padding-right:.875rem!important}.pe-xxl-16{padding-right:1rem!important}.pe-xxl-18{padding-right:1.125rem!important}.pe-xxl-20{padding-right:1.25rem!important}.pe-xxl-22{padding-right:1.375rem!important}.pe-xxl-24{padding-right:1.5rem!important}.pe-xxl-26{padding-right:1.625rem!important}.pe-xxl-28{padding-right:1.75rem!important}.pe-xxl-30{padding-right:1.875rem!important}.pe-xxl-32{padding-right:2rem!important}.pe-xxl-34{padding-right:2.125rem!important}.pe-xxl-36{padding-right:2.25rem!important}.pe-xxl-38{padding-right:2.375rem!important}.pe-xxl-40{padding-right:2.5rem!important}.pe-xxl-42{padding-right:2.625rem!important}.pe-xxl-44{padding-right:2.75rem!important}.pe-xxl-46{padding-right:2.875rem!important}.pe-xxl-48{padding-right:3rem!important}.pe-xxl-50{padding-right:3.125rem!important}.pe-xxl-52{padding-right:3.25rem!important}.pe-xxl-54{padding-right:3.375rem!important}.pe-xxl-56{padding-right:3.5rem!important}.pe-xxl-58{padding-right:3.625rem!important}.pe-xxl-60{padding-right:3.75rem!important}.pe-xxl-62{padding-right:3.875rem!important}.pe-xxl-64{padding-right:4rem!important}.pe-xxl-66{padding-right:4.125rem!important}.pe-xxl-68{padding-right:4.25rem!important}.pe-xxl-70{padding-right:4.375rem!important}.pe-xxl-72{padding-right:4.5rem!important}.pe-xxl-74{padding-right:4.625rem!important}.pe-xxl-76{padding-right:4.75rem!important}.pe-xxl-78{padding-right:4.875rem!important}.pe-xxl-80{padding-right:5rem!important}.pe-xxl-82{padding-right:5.125rem!important}.pe-xxl-84{padding-right:5.25rem!important}.pe-xxl-86{padding-right:5.375rem!important}.pe-xxl-88{padding-right:5.5rem!important}.pe-xxl-90{padding-right:5.625rem!important}.pe-xxl-92{padding-right:5.75rem!important}.pe-xxl-94{padding-right:5.875rem!important}.pe-xxl-96{padding-right:6rem!important}.pe-xxl-98{padding-right:6.125rem!important}.pe-xxl-100{padding-right:6.25rem!important}.pe-xxl-102{padding-right:6.375rem!important}.pe-xxl-104{padding-right:6.5rem!important}.pe-xxl-106{padding-right:6.625rem!important}.pe-xxl-108{padding-right:6.75rem!important}.pe-xxl-110{padding-right:6.875rem!important}.pe-xxl-112{padding-right:7rem!important}.pe-xxl-114{padding-right:7.125rem!important}.pe-xxl-116{padding-right:7.25rem!important}.pe-xxl-118{padding-right:7.375rem!important}.pe-xxl-120{padding-right:7.5rem!important}.pe-xxl-122{padding-right:7.625rem!important}.pe-xxl-124{padding-right:7.75rem!important}.pe-xxl-126{padding-right:7.875rem!important}.pe-xxl-128{padding-right:8rem!important}.pe-xxl-130{padding-right:8.125rem!important}.pe-xxl-132{padding-right:8.25rem!important}.pe-xxl-134{padding-right:8.375rem!important}.pe-xxl-136{padding-right:8.5rem!important}.pe-xxl-138{padding-right:8.625rem!important}.pe-xxl-140{padding-right:8.75rem!important}.pe-xxl-142{padding-right:8.875rem!important}.pe-xxl-144{padding-right:9rem!important}.pe-xxl-146{padding-right:9.125rem!important}.pe-xxl-148{padding-right:9.25rem!important}.pe-xxl-150{padding-right:9.375rem!important}.pe-xxl-152{padding-right:9.5rem!important}.pe-xxl-154{padding-right:9.625rem!important}.pe-xxl-156{padding-right:9.75rem!important}.pe-xxl-158{padding-right:9.875rem!important}.pe-xxl-160{padding-right:10rem!important}.pe-xxl-162{padding-right:10.125rem!important}.pe-xxl-164{padding-right:10.25rem!important}.pe-xxl-166{padding-right:10.375rem!important}.pe-xxl-168{padding-right:10.5rem!important}.pe-xxl-170{padding-right:10.625rem!important}.pe-xxl-172{padding-right:10.75rem!important}.pe-xxl-174{padding-right:10.875rem!important}.pe-xxl-176{padding-right:11rem!important}.pe-xxl-178{padding-right:11.125rem!important}.pe-xxl-180{padding-right:11.25rem!important}.pe-xxl-182{padding-right:11.375rem!important}.pe-xxl-184{padding-right:11.5rem!important}.pe-xxl-186{padding-right:11.625rem!important}.pe-xxl-188{padding-right:11.75rem!important}.pe-xxl-190{padding-right:11.875rem!important}.pe-xxl-192{padding-right:12rem!important}.pe-xxl-194{padding-right:12.125rem!important}.pe-xxl-196{padding-right:12.25rem!important}.pe-xxl-198{padding-right:12.375rem!important}.pe-xxl-200{padding-right:12.5rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-2{padding-bottom:.125rem!important}.pb-xxl-4{padding-bottom:.25rem!important}.pb-xxl-6{padding-bottom:.375rem!important}.pb-xxl-8{padding-bottom:.5rem!important}.pb-xxl-10{padding-bottom:.625rem!important}.pb-xxl-12{padding-bottom:.75rem!important}.pb-xxl-14{padding-bottom:.875rem!important}.pb-xxl-16{padding-bottom:1rem!important}.pb-xxl-18{padding-bottom:1.125rem!important}.pb-xxl-20{padding-bottom:1.25rem!important}.pb-xxl-22{padding-bottom:1.375rem!important}.pb-xxl-24{padding-bottom:1.5rem!important}.pb-xxl-26{padding-bottom:1.625rem!important}.pb-xxl-28{padding-bottom:1.75rem!important}.pb-xxl-30{padding-bottom:1.875rem!important}.pb-xxl-32{padding-bottom:2rem!important}.pb-xxl-34{padding-bottom:2.125rem!important}.pb-xxl-36{padding-bottom:2.25rem!important}.pb-xxl-38{padding-bottom:2.375rem!important}.pb-xxl-40{padding-bottom:2.5rem!important}.pb-xxl-42{padding-bottom:2.625rem!important}.pb-xxl-44{padding-bottom:2.75rem!important}.pb-xxl-46{padding-bottom:2.875rem!important}.pb-xxl-48{padding-bottom:3rem!important}.pb-xxl-50{padding-bottom:3.125rem!important}.pb-xxl-52{padding-bottom:3.25rem!important}.pb-xxl-54{padding-bottom:3.375rem!important}.pb-xxl-56{padding-bottom:3.5rem!important}.pb-xxl-58{padding-bottom:3.625rem!important}.pb-xxl-60{padding-bottom:3.75rem!important}.pb-xxl-62{padding-bottom:3.875rem!important}.pb-xxl-64{padding-bottom:4rem!important}.pb-xxl-66{padding-bottom:4.125rem!important}.pb-xxl-68{padding-bottom:4.25rem!important}.pb-xxl-70{padding-bottom:4.375rem!important}.pb-xxl-72{padding-bottom:4.5rem!important}.pb-xxl-74{padding-bottom:4.625rem!important}.pb-xxl-76{padding-bottom:4.75rem!important}.pb-xxl-78{padding-bottom:4.875rem!important}.pb-xxl-80{padding-bottom:5rem!important}.pb-xxl-82{padding-bottom:5.125rem!important}.pb-xxl-84{padding-bottom:5.25rem!important}.pb-xxl-86{padding-bottom:5.375rem!important}.pb-xxl-88{padding-bottom:5.5rem!important}.pb-xxl-90{padding-bottom:5.625rem!important}.pb-xxl-92{padding-bottom:5.75rem!important}.pb-xxl-94{padding-bottom:5.875rem!important}.pb-xxl-96{padding-bottom:6rem!important}.pb-xxl-98{padding-bottom:6.125rem!important}.pb-xxl-100{padding-bottom:6.25rem!important}.pb-xxl-102{padding-bottom:6.375rem!important}.pb-xxl-104{padding-bottom:6.5rem!important}.pb-xxl-106{padding-bottom:6.625rem!important}.pb-xxl-108{padding-bottom:6.75rem!important}.pb-xxl-110{padding-bottom:6.875rem!important}.pb-xxl-112{padding-bottom:7rem!important}.pb-xxl-114{padding-bottom:7.125rem!important}.pb-xxl-116{padding-bottom:7.25rem!important}.pb-xxl-118{padding-bottom:7.375rem!important}.pb-xxl-120{padding-bottom:7.5rem!important}.pb-xxl-122{padding-bottom:7.625rem!important}.pb-xxl-124{padding-bottom:7.75rem!important}.pb-xxl-126{padding-bottom:7.875rem!important}.pb-xxl-128{padding-bottom:8rem!important}.pb-xxl-130{padding-bottom:8.125rem!important}.pb-xxl-132{padding-bottom:8.25rem!important}.pb-xxl-134{padding-bottom:8.375rem!important}.pb-xxl-136{padding-bottom:8.5rem!important}.pb-xxl-138{padding-bottom:8.625rem!important}.pb-xxl-140{padding-bottom:8.75rem!important}.pb-xxl-142{padding-bottom:8.875rem!important}.pb-xxl-144{padding-bottom:9rem!important}.pb-xxl-146{padding-bottom:9.125rem!important}.pb-xxl-148{padding-bottom:9.25rem!important}.pb-xxl-150{padding-bottom:9.375rem!important}.pb-xxl-152{padding-bottom:9.5rem!important}.pb-xxl-154{padding-bottom:9.625rem!important}.pb-xxl-156{padding-bottom:9.75rem!important}.pb-xxl-158{padding-bottom:9.875rem!important}.pb-xxl-160{padding-bottom:10rem!important}.pb-xxl-162{padding-bottom:10.125rem!important}.pb-xxl-164{padding-bottom:10.25rem!important}.pb-xxl-166{padding-bottom:10.375rem!important}.pb-xxl-168{padding-bottom:10.5rem!important}.pb-xxl-170{padding-bottom:10.625rem!important}.pb-xxl-172{padding-bottom:10.75rem!important}.pb-xxl-174{padding-bottom:10.875rem!important}.pb-xxl-176{padding-bottom:11rem!important}.pb-xxl-178{padding-bottom:11.125rem!important}.pb-xxl-180{padding-bottom:11.25rem!important}.pb-xxl-182{padding-bottom:11.375rem!important}.pb-xxl-184{padding-bottom:11.5rem!important}.pb-xxl-186{padding-bottom:11.625rem!important}.pb-xxl-188{padding-bottom:11.75rem!important}.pb-xxl-190{padding-bottom:11.875rem!important}.pb-xxl-192{padding-bottom:12rem!important}.pb-xxl-194{padding-bottom:12.125rem!important}.pb-xxl-196{padding-bottom:12.25rem!important}.pb-xxl-198{padding-bottom:12.375rem!important}.pb-xxl-200{padding-bottom:12.5rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-2{padding-left:.125rem!important}.ps-xxl-4{padding-left:.25rem!important}.ps-xxl-6{padding-left:.375rem!important}.ps-xxl-8{padding-left:.5rem!important}.ps-xxl-10{padding-left:.625rem!important}.ps-xxl-12{padding-left:.75rem!important}.ps-xxl-14{padding-left:.875rem!important}.ps-xxl-16{padding-left:1rem!important}.ps-xxl-18{padding-left:1.125rem!important}.ps-xxl-20{padding-left:1.25rem!important}.ps-xxl-22{padding-left:1.375rem!important}.ps-xxl-24{padding-left:1.5rem!important}.ps-xxl-26{padding-left:1.625rem!important}.ps-xxl-28{padding-left:1.75rem!important}.ps-xxl-30{padding-left:1.875rem!important}.ps-xxl-32{padding-left:2rem!important}.ps-xxl-34{padding-left:2.125rem!important}.ps-xxl-36{padding-left:2.25rem!important}.ps-xxl-38{padding-left:2.375rem!important}.ps-xxl-40{padding-left:2.5rem!important}.ps-xxl-42{padding-left:2.625rem!important}.ps-xxl-44{padding-left:2.75rem!important}.ps-xxl-46{padding-left:2.875rem!important}.ps-xxl-48{padding-left:3rem!important}.ps-xxl-50{padding-left:3.125rem!important}.ps-xxl-52{padding-left:3.25rem!important}.ps-xxl-54{padding-left:3.375rem!important}.ps-xxl-56{padding-left:3.5rem!important}.ps-xxl-58{padding-left:3.625rem!important}.ps-xxl-60{padding-left:3.75rem!important}.ps-xxl-62{padding-left:3.875rem!important}.ps-xxl-64{padding-left:4rem!important}.ps-xxl-66{padding-left:4.125rem!important}.ps-xxl-68{padding-left:4.25rem!important}.ps-xxl-70{padding-left:4.375rem!important}.ps-xxl-72{padding-left:4.5rem!important}.ps-xxl-74{padding-left:4.625rem!important}.ps-xxl-76{padding-left:4.75rem!important}.ps-xxl-78{padding-left:4.875rem!important}.ps-xxl-80{padding-left:5rem!important}.ps-xxl-82{padding-left:5.125rem!important}.ps-xxl-84{padding-left:5.25rem!important}.ps-xxl-86{padding-left:5.375rem!important}.ps-xxl-88{padding-left:5.5rem!important}.ps-xxl-90{padding-left:5.625rem!important}.ps-xxl-92{padding-left:5.75rem!important}.ps-xxl-94{padding-left:5.875rem!important}.ps-xxl-96{padding-left:6rem!important}.ps-xxl-98{padding-left:6.125rem!important}.ps-xxl-100{padding-left:6.25rem!important}.ps-xxl-102{padding-left:6.375rem!important}.ps-xxl-104{padding-left:6.5rem!important}.ps-xxl-106{padding-left:6.625rem!important}.ps-xxl-108{padding-left:6.75rem!important}.ps-xxl-110{padding-left:6.875rem!important}.ps-xxl-112{padding-left:7rem!important}.ps-xxl-114{padding-left:7.125rem!important}.ps-xxl-116{padding-left:7.25rem!important}.ps-xxl-118{padding-left:7.375rem!important}.ps-xxl-120{padding-left:7.5rem!important}.ps-xxl-122{padding-left:7.625rem!important}.ps-xxl-124{padding-left:7.75rem!important}.ps-xxl-126{padding-left:7.875rem!important}.ps-xxl-128{padding-left:8rem!important}.ps-xxl-130{padding-left:8.125rem!important}.ps-xxl-132{padding-left:8.25rem!important}.ps-xxl-134{padding-left:8.375rem!important}.ps-xxl-136{padding-left:8.5rem!important}.ps-xxl-138{padding-left:8.625rem!important}.ps-xxl-140{padding-left:8.75rem!important}.ps-xxl-142{padding-left:8.875rem!important}.ps-xxl-144{padding-left:9rem!important}.ps-xxl-146{padding-left:9.125rem!important}.ps-xxl-148{padding-left:9.25rem!important}.ps-xxl-150{padding-left:9.375rem!important}.ps-xxl-152{padding-left:9.5rem!important}.ps-xxl-154{padding-left:9.625rem!important}.ps-xxl-156{padding-left:9.75rem!important}.ps-xxl-158{padding-left:9.875rem!important}.ps-xxl-160{padding-left:10rem!important}.ps-xxl-162{padding-left:10.125rem!important}.ps-xxl-164{padding-left:10.25rem!important}.ps-xxl-166{padding-left:10.375rem!important}.ps-xxl-168{padding-left:10.5rem!important}.ps-xxl-170{padding-left:10.625rem!important}.ps-xxl-172{padding-left:10.75rem!important}.ps-xxl-174{padding-left:10.875rem!important}.ps-xxl-176{padding-left:11rem!important}.ps-xxl-178{padding-left:11.125rem!important}.ps-xxl-180{padding-left:11.25rem!important}.ps-xxl-182{padding-left:11.375rem!important}.ps-xxl-184{padding-left:11.5rem!important}.ps-xxl-186{padding-left:11.625rem!important}.ps-xxl-188{padding-left:11.75rem!important}.ps-xxl-190{padding-left:11.875rem!important}.ps-xxl-192{padding-left:12rem!important}.ps-xxl-194{padding-left:12.125rem!important}.ps-xxl-196{padding-left:12.25rem!important}.ps-xxl-198{padding-left:12.375rem!important}.ps-xxl-200{padding-left:12.5rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-2{gap:.125rem!important}.gap-xxl-4{gap:.25rem!important}.gap-xxl-6{gap:.375rem!important}.gap-xxl-8{gap:.5rem!important}.gap-xxl-10{gap:.625rem!important}.gap-xxl-12{gap:.75rem!important}.gap-xxl-14{gap:.875rem!important}.gap-xxl-16{gap:1rem!important}.gap-xxl-18{gap:1.125rem!important}.gap-xxl-20{gap:1.25rem!important}.gap-xxl-22{gap:1.375rem!important}.gap-xxl-24{gap:1.5rem!important}.gap-xxl-26{gap:1.625rem!important}.gap-xxl-28{gap:1.75rem!important}.gap-xxl-30{gap:1.875rem!important}.gap-xxl-32{gap:2rem!important}.gap-xxl-34{gap:2.125rem!important}.gap-xxl-36{gap:2.25rem!important}.gap-xxl-38{gap:2.375rem!important}.gap-xxl-40{gap:2.5rem!important}.gap-xxl-42{gap:2.625rem!important}.gap-xxl-44{gap:2.75rem!important}.gap-xxl-46{gap:2.875rem!important}.gap-xxl-48{gap:3rem!important}.gap-xxl-50{gap:3.125rem!important}.gap-xxl-52{gap:3.25rem!important}.gap-xxl-54{gap:3.375rem!important}.gap-xxl-56{gap:3.5rem!important}.gap-xxl-58{gap:3.625rem!important}.gap-xxl-60{gap:3.75rem!important}.gap-xxl-62{gap:3.875rem!important}.gap-xxl-64{gap:4rem!important}.gap-xxl-66{gap:4.125rem!important}.gap-xxl-68{gap:4.25rem!important}.gap-xxl-70{gap:4.375rem!important}.gap-xxl-72{gap:4.5rem!important}.gap-xxl-74{gap:4.625rem!important}.gap-xxl-76{gap:4.75rem!important}.gap-xxl-78{gap:4.875rem!important}.gap-xxl-80{gap:5rem!important}.gap-xxl-82{gap:5.125rem!important}.gap-xxl-84{gap:5.25rem!important}.gap-xxl-86{gap:5.375rem!important}.gap-xxl-88{gap:5.5rem!important}.gap-xxl-90{gap:5.625rem!important}.gap-xxl-92{gap:5.75rem!important}.gap-xxl-94{gap:5.875rem!important}.gap-xxl-96{gap:6rem!important}.gap-xxl-98{gap:6.125rem!important}.gap-xxl-100{gap:6.25rem!important}.gap-xxl-102{gap:6.375rem!important}.gap-xxl-104{gap:6.5rem!important}.gap-xxl-106{gap:6.625rem!important}.gap-xxl-108{gap:6.75rem!important}.gap-xxl-110{gap:6.875rem!important}.gap-xxl-112{gap:7rem!important}.gap-xxl-114{gap:7.125rem!important}.gap-xxl-116{gap:7.25rem!important}.gap-xxl-118{gap:7.375rem!important}.gap-xxl-120{gap:7.5rem!important}.gap-xxl-122{gap:7.625rem!important}.gap-xxl-124{gap:7.75rem!important}.gap-xxl-126{gap:7.875rem!important}.gap-xxl-128{gap:8rem!important}.gap-xxl-130{gap:8.125rem!important}.gap-xxl-132{gap:8.25rem!important}.gap-xxl-134{gap:8.375rem!important}.gap-xxl-136{gap:8.5rem!important}.gap-xxl-138{gap:8.625rem!important}.gap-xxl-140{gap:8.75rem!important}.gap-xxl-142{gap:8.875rem!important}.gap-xxl-144{gap:9rem!important}.gap-xxl-146{gap:9.125rem!important}.gap-xxl-148{gap:9.25rem!important}.gap-xxl-150{gap:9.375rem!important}.gap-xxl-152{gap:9.5rem!important}.gap-xxl-154{gap:9.625rem!important}.gap-xxl-156{gap:9.75rem!important}.gap-xxl-158{gap:9.875rem!important}.gap-xxl-160{gap:10rem!important}.gap-xxl-162{gap:10.125rem!important}.gap-xxl-164{gap:10.25rem!important}.gap-xxl-166{gap:10.375rem!important}.gap-xxl-168{gap:10.5rem!important}.gap-xxl-170{gap:10.625rem!important}.gap-xxl-172{gap:10.75rem!important}.gap-xxl-174{gap:10.875rem!important}.gap-xxl-176{gap:11rem!important}.gap-xxl-178{gap:11.125rem!important}.gap-xxl-180{gap:11.25rem!important}.gap-xxl-182{gap:11.375rem!important}.gap-xxl-184{gap:11.5rem!important}.gap-xxl-186{gap:11.625rem!important}.gap-xxl-188{gap:11.75rem!important}.gap-xxl-190{gap:11.875rem!important}.gap-xxl-192{gap:12rem!important}.gap-xxl-194{gap:12.125rem!important}.gap-xxl-196{gap:12.25rem!important}.gap-xxl-198{gap:12.375rem!important}.gap-xxl-200{gap:12.5rem!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:1700px){.float-xxxl-start{float:left!important}.float-xxxl-end{float:right!important}.float-xxxl-none{float:none!important}.d-xxxl-inline{display:inline!important}.d-xxxl-inline-block{display:inline-block!important}.d-xxxl-block{display:block!important}.d-xxxl-grid{display:grid!important}.d-xxxl-table{display:table!important}.d-xxxl-table-row{display:table-row!important}.d-xxxl-table-cell{display:table-cell!important}.d-xxxl-flex{display:flex!important}.d-xxxl-inline-flex{display:inline-flex!important}.d-xxxl-none{display:none!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.justify-content-xxxl-evenly{justify-content:space-evenly!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.order-xxxl-first{order:-1!important}.order-xxxl-0{order:0!important}.order-xxxl-1{order:1!important}.order-xxxl-2{order:2!important}.order-xxxl-3{order:3!important}.order-xxxl-4{order:4!important}.order-xxxl-5{order:5!important}.order-xxxl-last{order:6!important}.m-xxxl-0{margin:0!important}.m-xxxl-2{margin:.125rem!important}.m-xxxl-4{margin:.25rem!important}.m-xxxl-6{margin:.375rem!important}.m-xxxl-8{margin:.5rem!important}.m-xxxl-10{margin:.625rem!important}.m-xxxl-12{margin:.75rem!important}.m-xxxl-14{margin:.875rem!important}.m-xxxl-16{margin:1rem!important}.m-xxxl-18{margin:1.125rem!important}.m-xxxl-20{margin:1.25rem!important}.m-xxxl-22{margin:1.375rem!important}.m-xxxl-24{margin:1.5rem!important}.m-xxxl-26{margin:1.625rem!important}.m-xxxl-28{margin:1.75rem!important}.m-xxxl-30{margin:1.875rem!important}.m-xxxl-32{margin:2rem!important}.m-xxxl-34{margin:2.125rem!important}.m-xxxl-36{margin:2.25rem!important}.m-xxxl-38{margin:2.375rem!important}.m-xxxl-40{margin:2.5rem!important}.m-xxxl-42{margin:2.625rem!important}.m-xxxl-44{margin:2.75rem!important}.m-xxxl-46{margin:2.875rem!important}.m-xxxl-48{margin:3rem!important}.m-xxxl-50{margin:3.125rem!important}.m-xxxl-52{margin:3.25rem!important}.m-xxxl-54{margin:3.375rem!important}.m-xxxl-56{margin:3.5rem!important}.m-xxxl-58{margin:3.625rem!important}.m-xxxl-60{margin:3.75rem!important}.m-xxxl-62{margin:3.875rem!important}.m-xxxl-64{margin:4rem!important}.m-xxxl-66{margin:4.125rem!important}.m-xxxl-68{margin:4.25rem!important}.m-xxxl-70{margin:4.375rem!important}.m-xxxl-72{margin:4.5rem!important}.m-xxxl-74{margin:4.625rem!important}.m-xxxl-76{margin:4.75rem!important}.m-xxxl-78{margin:4.875rem!important}.m-xxxl-80{margin:5rem!important}.m-xxxl-82{margin:5.125rem!important}.m-xxxl-84{margin:5.25rem!important}.m-xxxl-86{margin:5.375rem!important}.m-xxxl-88{margin:5.5rem!important}.m-xxxl-90{margin:5.625rem!important}.m-xxxl-92{margin:5.75rem!important}.m-xxxl-94{margin:5.875rem!important}.m-xxxl-96{margin:6rem!important}.m-xxxl-98{margin:6.125rem!important}.m-xxxl-100{margin:6.25rem!important}.m-xxxl-102{margin:6.375rem!important}.m-xxxl-104{margin:6.5rem!important}.m-xxxl-106{margin:6.625rem!important}.m-xxxl-108{margin:6.75rem!important}.m-xxxl-110{margin:6.875rem!important}.m-xxxl-112{margin:7rem!important}.m-xxxl-114{margin:7.125rem!important}.m-xxxl-116{margin:7.25rem!important}.m-xxxl-118{margin:7.375rem!important}.m-xxxl-120{margin:7.5rem!important}.m-xxxl-122{margin:7.625rem!important}.m-xxxl-124{margin:7.75rem!important}.m-xxxl-126{margin:7.875rem!important}.m-xxxl-128{margin:8rem!important}.m-xxxl-130{margin:8.125rem!important}.m-xxxl-132{margin:8.25rem!important}.m-xxxl-134{margin:8.375rem!important}.m-xxxl-136{margin:8.5rem!important}.m-xxxl-138{margin:8.625rem!important}.m-xxxl-140{margin:8.75rem!important}.m-xxxl-142{margin:8.875rem!important}.m-xxxl-144{margin:9rem!important}.m-xxxl-146{margin:9.125rem!important}.m-xxxl-148{margin:9.25rem!important}.m-xxxl-150{margin:9.375rem!important}.m-xxxl-152{margin:9.5rem!important}.m-xxxl-154{margin:9.625rem!important}.m-xxxl-156{margin:9.75rem!important}.m-xxxl-158{margin:9.875rem!important}.m-xxxl-160{margin:10rem!important}.m-xxxl-162{margin:10.125rem!important}.m-xxxl-164{margin:10.25rem!important}.m-xxxl-166{margin:10.375rem!important}.m-xxxl-168{margin:10.5rem!important}.m-xxxl-170{margin:10.625rem!important}.m-xxxl-172{margin:10.75rem!important}.m-xxxl-174{margin:10.875rem!important}.m-xxxl-176{margin:11rem!important}.m-xxxl-178{margin:11.125rem!important}.m-xxxl-180{margin:11.25rem!important}.m-xxxl-182{margin:11.375rem!important}.m-xxxl-184{margin:11.5rem!important}.m-xxxl-186{margin:11.625rem!important}.m-xxxl-188{margin:11.75rem!important}.m-xxxl-190{margin:11.875rem!important}.m-xxxl-192{margin:12rem!important}.m-xxxl-194{margin:12.125rem!important}.m-xxxl-196{margin:12.25rem!important}.m-xxxl-198{margin:12.375rem!important}.m-xxxl-200{margin:12.5rem!important}.m-xxxl-auto{margin:auto!important}.mx-xxxl-0{margin-left:0!important;margin-right:0!important}.mx-xxxl-2{margin-left:.125rem!important;margin-right:.125rem!important}.mx-xxxl-4{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxxl-6{margin-left:.375rem!important;margin-right:.375rem!important}.mx-xxxl-8{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxxl-10{margin-left:.625rem!important;margin-right:.625rem!important}.mx-xxxl-12{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxxl-14{margin-left:.875rem!important;margin-right:.875rem!important}.mx-xxxl-16{margin-left:1rem!important;margin-right:1rem!important}.mx-xxxl-18{margin-left:1.125rem!important;margin-right:1.125rem!important}.mx-xxxl-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxxl-22{margin-left:1.375rem!important;margin-right:1.375rem!important}.mx-xxxl-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxxl-26{margin-left:1.625rem!important;margin-right:1.625rem!important}.mx-xxxl-28{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxxl-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-xxxl-32{margin-left:2rem!important;margin-right:2rem!important}.mx-xxxl-34{margin-left:2.125rem!important;margin-right:2.125rem!important}.mx-xxxl-36{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxxl-38{margin-left:2.375rem!important;margin-right:2.375rem!important}.mx-xxxl-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xxxl-42{margin-left:2.625rem!important;margin-right:2.625rem!important}.mx-xxxl-44{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxxl-46{margin-left:2.875rem!important;margin-right:2.875rem!important}.mx-xxxl-48{margin-left:3rem!important;margin-right:3rem!important}.mx-xxxl-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.mx-xxxl-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-xxxl-54{margin-left:3.375rem!important;margin-right:3.375rem!important}.mx-xxxl-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-xxxl-58{margin-left:3.625rem!important;margin-right:3.625rem!important}.mx-xxxl-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxxl-62{margin-left:3.875rem!important;margin-right:3.875rem!important}.mx-xxxl-64{margin-left:4rem!important;margin-right:4rem!important}.mx-xxxl-66{margin-left:4.125rem!important;margin-right:4.125rem!important}.mx-xxxl-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-xxxl-70{margin-left:4.375rem!important;margin-right:4.375rem!important}.mx-xxxl-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxxl-74{margin-left:4.625rem!important;margin-right:4.625rem!important}.mx-xxxl-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxxl-78{margin-left:4.875rem!important;margin-right:4.875rem!important}.mx-xxxl-80{margin-left:5rem!important;margin-right:5rem!important}.mx-xxxl-82{margin-left:5.125rem!important;margin-right:5.125rem!important}.mx-xxxl-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.mx-xxxl-86{margin-left:5.375rem!important;margin-right:5.375rem!important}.mx-xxxl-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-xxxl-90{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-xxxl-92{margin-left:5.75rem!important;margin-right:5.75rem!important}.mx-xxxl-94{margin-left:5.875rem!important;margin-right:5.875rem!important}.mx-xxxl-96{margin-left:6rem!important;margin-right:6rem!important}.mx-xxxl-98{margin-left:6.125rem!important;margin-right:6.125rem!important}.mx-xxxl-100{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-xxxl-102{margin-left:6.375rem!important;margin-right:6.375rem!important}.mx-xxxl-104{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-xxxl-106{margin-left:6.625rem!important;margin-right:6.625rem!important}.mx-xxxl-108{margin-left:6.75rem!important;margin-right:6.75rem!important}.mx-xxxl-110{margin-left:6.875rem!important;margin-right:6.875rem!important}.mx-xxxl-112{margin-left:7rem!important;margin-right:7rem!important}.mx-xxxl-114{margin-left:7.125rem!important;margin-right:7.125rem!important}.mx-xxxl-116{margin-left:7.25rem!important;margin-right:7.25rem!important}.mx-xxxl-118{margin-left:7.375rem!important;margin-right:7.375rem!important}.mx-xxxl-120{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xxxl-122{margin-left:7.625rem!important;margin-right:7.625rem!important}.mx-xxxl-124{margin-left:7.75rem!important;margin-right:7.75rem!important}.mx-xxxl-126{margin-left:7.875rem!important;margin-right:7.875rem!important}.mx-xxxl-128{margin-left:8rem!important;margin-right:8rem!important}.mx-xxxl-130{margin-left:8.125rem!important;margin-right:8.125rem!important}.mx-xxxl-132{margin-left:8.25rem!important;margin-right:8.25rem!important}.mx-xxxl-134{margin-left:8.375rem!important;margin-right:8.375rem!important}.mx-xxxl-136{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-xxxl-138{margin-left:8.625rem!important;margin-right:8.625rem!important}.mx-xxxl-140{margin-left:8.75rem!important;margin-right:8.75rem!important}.mx-xxxl-142{margin-left:8.875rem!important;margin-right:8.875rem!important}.mx-xxxl-144{margin-left:9rem!important;margin-right:9rem!important}.mx-xxxl-146{margin-left:9.125rem!important;margin-right:9.125rem!important}.mx-xxxl-148{margin-left:9.25rem!important;margin-right:9.25rem!important}.mx-xxxl-150{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-xxxl-152{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-xxxl-154{margin-left:9.625rem!important;margin-right:9.625rem!important}.mx-xxxl-156{margin-left:9.75rem!important;margin-right:9.75rem!important}.mx-xxxl-158{margin-left:9.875rem!important;margin-right:9.875rem!important}.mx-xxxl-160{margin-left:10rem!important;margin-right:10rem!important}.mx-xxxl-162{margin-left:10.125rem!important;margin-right:10.125rem!important}.mx-xxxl-164{margin-left:10.25rem!important;margin-right:10.25rem!important}.mx-xxxl-166{margin-left:10.375rem!important;margin-right:10.375rem!important}.mx-xxxl-168{margin-left:10.5rem!important;margin-right:10.5rem!important}.mx-xxxl-170{margin-left:10.625rem!important;margin-right:10.625rem!important}.mx-xxxl-172{margin-left:10.75rem!important;margin-right:10.75rem!important}.mx-xxxl-174{margin-left:10.875rem!important;margin-right:10.875rem!important}.mx-xxxl-176{margin-left:11rem!important;margin-right:11rem!important}.mx-xxxl-178{margin-left:11.125rem!important;margin-right:11.125rem!important}.mx-xxxl-180{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-xxxl-182{margin-left:11.375rem!important;margin-right:11.375rem!important}.mx-xxxl-184{margin-left:11.5rem!important;margin-right:11.5rem!important}.mx-xxxl-186{margin-left:11.625rem!important;margin-right:11.625rem!important}.mx-xxxl-188{margin-left:11.75rem!important;margin-right:11.75rem!important}.mx-xxxl-190{margin-left:11.875rem!important;margin-right:11.875rem!important}.mx-xxxl-192{margin-left:12rem!important;margin-right:12rem!important}.mx-xxxl-194{margin-left:12.125rem!important;margin-right:12.125rem!important}.mx-xxxl-196{margin-left:12.25rem!important;margin-right:12.25rem!important}.mx-xxxl-198{margin-left:12.375rem!important;margin-right:12.375rem!important}.mx-xxxl-200{margin-left:12.5rem!important;margin-right:12.5rem!important}.mx-xxxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxxl-2{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-xxxl-4{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxxl-6{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-xxxl-8{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxxl-10{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-xxxl-12{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxxl-14{margin-bottom:.875rem!important;margin-top:.875rem!important}.my-xxxl-16{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxxl-18{margin-bottom:1.125rem!important;margin-top:1.125rem!important}.my-xxxl-20{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxxl-22{margin-bottom:1.375rem!important;margin-top:1.375rem!important}.my-xxxl-24{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxxl-26{margin-bottom:1.625rem!important;margin-top:1.625rem!important}.my-xxxl-28{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxxl-30{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-xxxl-32{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxxl-34{margin-bottom:2.125rem!important;margin-top:2.125rem!important}.my-xxxl-36{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxxl-38{margin-bottom:2.375rem!important;margin-top:2.375rem!important}.my-xxxl-40{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xxxl-42{margin-bottom:2.625rem!important;margin-top:2.625rem!important}.my-xxxl-44{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxxl-46{margin-bottom:2.875rem!important;margin-top:2.875rem!important}.my-xxxl-48{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxxl-50{margin-bottom:3.125rem!important;margin-top:3.125rem!important}.my-xxxl-52{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-xxxl-54{margin-bottom:3.375rem!important;margin-top:3.375rem!important}.my-xxxl-56{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-xxxl-58{margin-bottom:3.625rem!important;margin-top:3.625rem!important}.my-xxxl-60{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxxl-62{margin-bottom:3.875rem!important;margin-top:3.875rem!important}.my-xxxl-64{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxxl-66{margin-bottom:4.125rem!important;margin-top:4.125rem!important}.my-xxxl-68{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-xxxl-70{margin-bottom:4.375rem!important;margin-top:4.375rem!important}.my-xxxl-72{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxxl-74{margin-bottom:4.625rem!important;margin-top:4.625rem!important}.my-xxxl-76{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxxl-78{margin-bottom:4.875rem!important;margin-top:4.875rem!important}.my-xxxl-80{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxxl-82{margin-bottom:5.125rem!important;margin-top:5.125rem!important}.my-xxxl-84{margin-bottom:5.25rem!important;margin-top:5.25rem!important}.my-xxxl-86{margin-bottom:5.375rem!important;margin-top:5.375rem!important}.my-xxxl-88{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-xxxl-90{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-xxxl-92{margin-bottom:5.75rem!important;margin-top:5.75rem!important}.my-xxxl-94{margin-bottom:5.875rem!important;margin-top:5.875rem!important}.my-xxxl-96{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxxl-98{margin-bottom:6.125rem!important;margin-top:6.125rem!important}.my-xxxl-100{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-xxxl-102{margin-bottom:6.375rem!important;margin-top:6.375rem!important}.my-xxxl-104{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-xxxl-106{margin-bottom:6.625rem!important;margin-top:6.625rem!important}.my-xxxl-108{margin-bottom:6.75rem!important;margin-top:6.75rem!important}.my-xxxl-110{margin-bottom:6.875rem!important;margin-top:6.875rem!important}.my-xxxl-112{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxxl-114{margin-bottom:7.125rem!important;margin-top:7.125rem!important}.my-xxxl-116{margin-bottom:7.25rem!important;margin-top:7.25rem!important}.my-xxxl-118{margin-bottom:7.375rem!important;margin-top:7.375rem!important}.my-xxxl-120{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xxxl-122{margin-bottom:7.625rem!important;margin-top:7.625rem!important}.my-xxxl-124{margin-bottom:7.75rem!important;margin-top:7.75rem!important}.my-xxxl-126{margin-bottom:7.875rem!important;margin-top:7.875rem!important}.my-xxxl-128{margin-bottom:8rem!important;margin-top:8rem!important}.my-xxxl-130{margin-bottom:8.125rem!important;margin-top:8.125rem!important}.my-xxxl-132{margin-bottom:8.25rem!important;margin-top:8.25rem!important}.my-xxxl-134{margin-bottom:8.375rem!important;margin-top:8.375rem!important}.my-xxxl-136{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-xxxl-138{margin-bottom:8.625rem!important;margin-top:8.625rem!important}.my-xxxl-140{margin-bottom:8.75rem!important;margin-top:8.75rem!important}.my-xxxl-142{margin-bottom:8.875rem!important;margin-top:8.875rem!important}.my-xxxl-144{margin-bottom:9rem!important;margin-top:9rem!important}.my-xxxl-146{margin-bottom:9.125rem!important;margin-top:9.125rem!important}.my-xxxl-148{margin-bottom:9.25rem!important;margin-top:9.25rem!important}.my-xxxl-150{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-xxxl-152{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-xxxl-154{margin-bottom:9.625rem!important;margin-top:9.625rem!important}.my-xxxl-156{margin-bottom:9.75rem!important;margin-top:9.75rem!important}.my-xxxl-158{margin-bottom:9.875rem!important;margin-top:9.875rem!important}.my-xxxl-160{margin-bottom:10rem!important;margin-top:10rem!important}.my-xxxl-162{margin-bottom:10.125rem!important;margin-top:10.125rem!important}.my-xxxl-164{margin-bottom:10.25rem!important;margin-top:10.25rem!important}.my-xxxl-166{margin-bottom:10.375rem!important;margin-top:10.375rem!important}.my-xxxl-168{margin-bottom:10.5rem!important;margin-top:10.5rem!important}.my-xxxl-170{margin-bottom:10.625rem!important;margin-top:10.625rem!important}.my-xxxl-172{margin-bottom:10.75rem!important;margin-top:10.75rem!important}.my-xxxl-174{margin-bottom:10.875rem!important;margin-top:10.875rem!important}.my-xxxl-176{margin-bottom:11rem!important;margin-top:11rem!important}.my-xxxl-178{margin-bottom:11.125rem!important;margin-top:11.125rem!important}.my-xxxl-180{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-xxxl-182{margin-bottom:11.375rem!important;margin-top:11.375rem!important}.my-xxxl-184{margin-bottom:11.5rem!important;margin-top:11.5rem!important}.my-xxxl-186{margin-bottom:11.625rem!important;margin-top:11.625rem!important}.my-xxxl-188{margin-bottom:11.75rem!important;margin-top:11.75rem!important}.my-xxxl-190{margin-bottom:11.875rem!important;margin-top:11.875rem!important}.my-xxxl-192{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxxl-194{margin-bottom:12.125rem!important;margin-top:12.125rem!important}.my-xxxl-196{margin-bottom:12.25rem!important;margin-top:12.25rem!important}.my-xxxl-198{margin-bottom:12.375rem!important;margin-top:12.375rem!important}.my-xxxl-200{margin-bottom:12.5rem!important;margin-top:12.5rem!important}.my-xxxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxxl-0{margin-top:0!important}.mt-xxxl-2{margin-top:.125rem!important}.mt-xxxl-4{margin-top:.25rem!important}.mt-xxxl-6{margin-top:.375rem!important}.mt-xxxl-8{margin-top:.5rem!important}.mt-xxxl-10{margin-top:.625rem!important}.mt-xxxl-12{margin-top:.75rem!important}.mt-xxxl-14{margin-top:.875rem!important}.mt-xxxl-16{margin-top:1rem!important}.mt-xxxl-18{margin-top:1.125rem!important}.mt-xxxl-20{margin-top:1.25rem!important}.mt-xxxl-22{margin-top:1.375rem!important}.mt-xxxl-24{margin-top:1.5rem!important}.mt-xxxl-26{margin-top:1.625rem!important}.mt-xxxl-28{margin-top:1.75rem!important}.mt-xxxl-30{margin-top:1.875rem!important}.mt-xxxl-32{margin-top:2rem!important}.mt-xxxl-34{margin-top:2.125rem!important}.mt-xxxl-36{margin-top:2.25rem!important}.mt-xxxl-38{margin-top:2.375rem!important}.mt-xxxl-40{margin-top:2.5rem!important}.mt-xxxl-42{margin-top:2.625rem!important}.mt-xxxl-44{margin-top:2.75rem!important}.mt-xxxl-46{margin-top:2.875rem!important}.mt-xxxl-48{margin-top:3rem!important}.mt-xxxl-50{margin-top:3.125rem!important}.mt-xxxl-52{margin-top:3.25rem!important}.mt-xxxl-54{margin-top:3.375rem!important}.mt-xxxl-56{margin-top:3.5rem!important}.mt-xxxl-58{margin-top:3.625rem!important}.mt-xxxl-60{margin-top:3.75rem!important}.mt-xxxl-62{margin-top:3.875rem!important}.mt-xxxl-64{margin-top:4rem!important}.mt-xxxl-66{margin-top:4.125rem!important}.mt-xxxl-68{margin-top:4.25rem!important}.mt-xxxl-70{margin-top:4.375rem!important}.mt-xxxl-72{margin-top:4.5rem!important}.mt-xxxl-74{margin-top:4.625rem!important}.mt-xxxl-76{margin-top:4.75rem!important}.mt-xxxl-78{margin-top:4.875rem!important}.mt-xxxl-80{margin-top:5rem!important}.mt-xxxl-82{margin-top:5.125rem!important}.mt-xxxl-84{margin-top:5.25rem!important}.mt-xxxl-86{margin-top:5.375rem!important}.mt-xxxl-88{margin-top:5.5rem!important}.mt-xxxl-90{margin-top:5.625rem!important}.mt-xxxl-92{margin-top:5.75rem!important}.mt-xxxl-94{margin-top:5.875rem!important}.mt-xxxl-96{margin-top:6rem!important}.mt-xxxl-98{margin-top:6.125rem!important}.mt-xxxl-100{margin-top:6.25rem!important}.mt-xxxl-102{margin-top:6.375rem!important}.mt-xxxl-104{margin-top:6.5rem!important}.mt-xxxl-106{margin-top:6.625rem!important}.mt-xxxl-108{margin-top:6.75rem!important}.mt-xxxl-110{margin-top:6.875rem!important}.mt-xxxl-112{margin-top:7rem!important}.mt-xxxl-114{margin-top:7.125rem!important}.mt-xxxl-116{margin-top:7.25rem!important}.mt-xxxl-118{margin-top:7.375rem!important}.mt-xxxl-120{margin-top:7.5rem!important}.mt-xxxl-122{margin-top:7.625rem!important}.mt-xxxl-124{margin-top:7.75rem!important}.mt-xxxl-126{margin-top:7.875rem!important}.mt-xxxl-128{margin-top:8rem!important}.mt-xxxl-130{margin-top:8.125rem!important}.mt-xxxl-132{margin-top:8.25rem!important}.mt-xxxl-134{margin-top:8.375rem!important}.mt-xxxl-136{margin-top:8.5rem!important}.mt-xxxl-138{margin-top:8.625rem!important}.mt-xxxl-140{margin-top:8.75rem!important}.mt-xxxl-142{margin-top:8.875rem!important}.mt-xxxl-144{margin-top:9rem!important}.mt-xxxl-146{margin-top:9.125rem!important}.mt-xxxl-148{margin-top:9.25rem!important}.mt-xxxl-150{margin-top:9.375rem!important}.mt-xxxl-152{margin-top:9.5rem!important}.mt-xxxl-154{margin-top:9.625rem!important}.mt-xxxl-156{margin-top:9.75rem!important}.mt-xxxl-158{margin-top:9.875rem!important}.mt-xxxl-160{margin-top:10rem!important}.mt-xxxl-162{margin-top:10.125rem!important}.mt-xxxl-164{margin-top:10.25rem!important}.mt-xxxl-166{margin-top:10.375rem!important}.mt-xxxl-168{margin-top:10.5rem!important}.mt-xxxl-170{margin-top:10.625rem!important}.mt-xxxl-172{margin-top:10.75rem!important}.mt-xxxl-174{margin-top:10.875rem!important}.mt-xxxl-176{margin-top:11rem!important}.mt-xxxl-178{margin-top:11.125rem!important}.mt-xxxl-180{margin-top:11.25rem!important}.mt-xxxl-182{margin-top:11.375rem!important}.mt-xxxl-184{margin-top:11.5rem!important}.mt-xxxl-186{margin-top:11.625rem!important}.mt-xxxl-188{margin-top:11.75rem!important}.mt-xxxl-190{margin-top:11.875rem!important}.mt-xxxl-192{margin-top:12rem!important}.mt-xxxl-194{margin-top:12.125rem!important}.mt-xxxl-196{margin-top:12.25rem!important}.mt-xxxl-198{margin-top:12.375rem!important}.mt-xxxl-200{margin-top:12.5rem!important}.mt-xxxl-auto{margin-top:auto!important}.me-xxxl-0{margin-right:0!important}.me-xxxl-2{margin-right:.125rem!important}.me-xxxl-4{margin-right:.25rem!important}.me-xxxl-6{margin-right:.375rem!important}.me-xxxl-8{margin-right:.5rem!important}.me-xxxl-10{margin-right:.625rem!important}.me-xxxl-12{margin-right:.75rem!important}.me-xxxl-14{margin-right:.875rem!important}.me-xxxl-16{margin-right:1rem!important}.me-xxxl-18{margin-right:1.125rem!important}.me-xxxl-20{margin-right:1.25rem!important}.me-xxxl-22{margin-right:1.375rem!important}.me-xxxl-24{margin-right:1.5rem!important}.me-xxxl-26{margin-right:1.625rem!important}.me-xxxl-28{margin-right:1.75rem!important}.me-xxxl-30{margin-right:1.875rem!important}.me-xxxl-32{margin-right:2rem!important}.me-xxxl-34{margin-right:2.125rem!important}.me-xxxl-36{margin-right:2.25rem!important}.me-xxxl-38{margin-right:2.375rem!important}.me-xxxl-40{margin-right:2.5rem!important}.me-xxxl-42{margin-right:2.625rem!important}.me-xxxl-44{margin-right:2.75rem!important}.me-xxxl-46{margin-right:2.875rem!important}.me-xxxl-48{margin-right:3rem!important}.me-xxxl-50{margin-right:3.125rem!important}.me-xxxl-52{margin-right:3.25rem!important}.me-xxxl-54{margin-right:3.375rem!important}.me-xxxl-56{margin-right:3.5rem!important}.me-xxxl-58{margin-right:3.625rem!important}.me-xxxl-60{margin-right:3.75rem!important}.me-xxxl-62{margin-right:3.875rem!important}.me-xxxl-64{margin-right:4rem!important}.me-xxxl-66{margin-right:4.125rem!important}.me-xxxl-68{margin-right:4.25rem!important}.me-xxxl-70{margin-right:4.375rem!important}.me-xxxl-72{margin-right:4.5rem!important}.me-xxxl-74{margin-right:4.625rem!important}.me-xxxl-76{margin-right:4.75rem!important}.me-xxxl-78{margin-right:4.875rem!important}.me-xxxl-80{margin-right:5rem!important}.me-xxxl-82{margin-right:5.125rem!important}.me-xxxl-84{margin-right:5.25rem!important}.me-xxxl-86{margin-right:5.375rem!important}.me-xxxl-88{margin-right:5.5rem!important}.me-xxxl-90{margin-right:5.625rem!important}.me-xxxl-92{margin-right:5.75rem!important}.me-xxxl-94{margin-right:5.875rem!important}.me-xxxl-96{margin-right:6rem!important}.me-xxxl-98{margin-right:6.125rem!important}.me-xxxl-100{margin-right:6.25rem!important}.me-xxxl-102{margin-right:6.375rem!important}.me-xxxl-104{margin-right:6.5rem!important}.me-xxxl-106{margin-right:6.625rem!important}.me-xxxl-108{margin-right:6.75rem!important}.me-xxxl-110{margin-right:6.875rem!important}.me-xxxl-112{margin-right:7rem!important}.me-xxxl-114{margin-right:7.125rem!important}.me-xxxl-116{margin-right:7.25rem!important}.me-xxxl-118{margin-right:7.375rem!important}.me-xxxl-120{margin-right:7.5rem!important}.me-xxxl-122{margin-right:7.625rem!important}.me-xxxl-124{margin-right:7.75rem!important}.me-xxxl-126{margin-right:7.875rem!important}.me-xxxl-128{margin-right:8rem!important}.me-xxxl-130{margin-right:8.125rem!important}.me-xxxl-132{margin-right:8.25rem!important}.me-xxxl-134{margin-right:8.375rem!important}.me-xxxl-136{margin-right:8.5rem!important}.me-xxxl-138{margin-right:8.625rem!important}.me-xxxl-140{margin-right:8.75rem!important}.me-xxxl-142{margin-right:8.875rem!important}.me-xxxl-144{margin-right:9rem!important}.me-xxxl-146{margin-right:9.125rem!important}.me-xxxl-148{margin-right:9.25rem!important}.me-xxxl-150{margin-right:9.375rem!important}.me-xxxl-152{margin-right:9.5rem!important}.me-xxxl-154{margin-right:9.625rem!important}.me-xxxl-156{margin-right:9.75rem!important}.me-xxxl-158{margin-right:9.875rem!important}.me-xxxl-160{margin-right:10rem!important}.me-xxxl-162{margin-right:10.125rem!important}.me-xxxl-164{margin-right:10.25rem!important}.me-xxxl-166{margin-right:10.375rem!important}.me-xxxl-168{margin-right:10.5rem!important}.me-xxxl-170{margin-right:10.625rem!important}.me-xxxl-172{margin-right:10.75rem!important}.me-xxxl-174{margin-right:10.875rem!important}.me-xxxl-176{margin-right:11rem!important}.me-xxxl-178{margin-right:11.125rem!important}.me-xxxl-180{margin-right:11.25rem!important}.me-xxxl-182{margin-right:11.375rem!important}.me-xxxl-184{margin-right:11.5rem!important}.me-xxxl-186{margin-right:11.625rem!important}.me-xxxl-188{margin-right:11.75rem!important}.me-xxxl-190{margin-right:11.875rem!important}.me-xxxl-192{margin-right:12rem!important}.me-xxxl-194{margin-right:12.125rem!important}.me-xxxl-196{margin-right:12.25rem!important}.me-xxxl-198{margin-right:12.375rem!important}.me-xxxl-200{margin-right:12.5rem!important}.me-xxxl-auto{margin-right:auto!important}.mb-xxxl-0{margin-bottom:0!important}.mb-xxxl-2{margin-bottom:.125rem!important}.mb-xxxl-4{margin-bottom:.25rem!important}.mb-xxxl-6{margin-bottom:.375rem!important}.mb-xxxl-8{margin-bottom:.5rem!important}.mb-xxxl-10{margin-bottom:.625rem!important}.mb-xxxl-12{margin-bottom:.75rem!important}.mb-xxxl-14{margin-bottom:.875rem!important}.mb-xxxl-16{margin-bottom:1rem!important}.mb-xxxl-18{margin-bottom:1.125rem!important}.mb-xxxl-20{margin-bottom:1.25rem!important}.mb-xxxl-22{margin-bottom:1.375rem!important}.mb-xxxl-24{margin-bottom:1.5rem!important}.mb-xxxl-26{margin-bottom:1.625rem!important}.mb-xxxl-28{margin-bottom:1.75rem!important}.mb-xxxl-30{margin-bottom:1.875rem!important}.mb-xxxl-32{margin-bottom:2rem!important}.mb-xxxl-34{margin-bottom:2.125rem!important}.mb-xxxl-36{margin-bottom:2.25rem!important}.mb-xxxl-38{margin-bottom:2.375rem!important}.mb-xxxl-40{margin-bottom:2.5rem!important}.mb-xxxl-42{margin-bottom:2.625rem!important}.mb-xxxl-44{margin-bottom:2.75rem!important}.mb-xxxl-46{margin-bottom:2.875rem!important}.mb-xxxl-48{margin-bottom:3rem!important}.mb-xxxl-50{margin-bottom:3.125rem!important}.mb-xxxl-52{margin-bottom:3.25rem!important}.mb-xxxl-54{margin-bottom:3.375rem!important}.mb-xxxl-56{margin-bottom:3.5rem!important}.mb-xxxl-58{margin-bottom:3.625rem!important}.mb-xxxl-60{margin-bottom:3.75rem!important}.mb-xxxl-62{margin-bottom:3.875rem!important}.mb-xxxl-64{margin-bottom:4rem!important}.mb-xxxl-66{margin-bottom:4.125rem!important}.mb-xxxl-68{margin-bottom:4.25rem!important}.mb-xxxl-70{margin-bottom:4.375rem!important}.mb-xxxl-72{margin-bottom:4.5rem!important}.mb-xxxl-74{margin-bottom:4.625rem!important}.mb-xxxl-76{margin-bottom:4.75rem!important}.mb-xxxl-78{margin-bottom:4.875rem!important}.mb-xxxl-80{margin-bottom:5rem!important}.mb-xxxl-82{margin-bottom:5.125rem!important}.mb-xxxl-84{margin-bottom:5.25rem!important}.mb-xxxl-86{margin-bottom:5.375rem!important}.mb-xxxl-88{margin-bottom:5.5rem!important}.mb-xxxl-90{margin-bottom:5.625rem!important}.mb-xxxl-92{margin-bottom:5.75rem!important}.mb-xxxl-94{margin-bottom:5.875rem!important}.mb-xxxl-96{margin-bottom:6rem!important}.mb-xxxl-98{margin-bottom:6.125rem!important}.mb-xxxl-100{margin-bottom:6.25rem!important}.mb-xxxl-102{margin-bottom:6.375rem!important}.mb-xxxl-104{margin-bottom:6.5rem!important}.mb-xxxl-106{margin-bottom:6.625rem!important}.mb-xxxl-108{margin-bottom:6.75rem!important}.mb-xxxl-110{margin-bottom:6.875rem!important}.mb-xxxl-112{margin-bottom:7rem!important}.mb-xxxl-114{margin-bottom:7.125rem!important}.mb-xxxl-116{margin-bottom:7.25rem!important}.mb-xxxl-118{margin-bottom:7.375rem!important}.mb-xxxl-120{margin-bottom:7.5rem!important}.mb-xxxl-122{margin-bottom:7.625rem!important}.mb-xxxl-124{margin-bottom:7.75rem!important}.mb-xxxl-126{margin-bottom:7.875rem!important}.mb-xxxl-128{margin-bottom:8rem!important}.mb-xxxl-130{margin-bottom:8.125rem!important}.mb-xxxl-132{margin-bottom:8.25rem!important}.mb-xxxl-134{margin-bottom:8.375rem!important}.mb-xxxl-136{margin-bottom:8.5rem!important}.mb-xxxl-138{margin-bottom:8.625rem!important}.mb-xxxl-140{margin-bottom:8.75rem!important}.mb-xxxl-142{margin-bottom:8.875rem!important}.mb-xxxl-144{margin-bottom:9rem!important}.mb-xxxl-146{margin-bottom:9.125rem!important}.mb-xxxl-148{margin-bottom:9.25rem!important}.mb-xxxl-150{margin-bottom:9.375rem!important}.mb-xxxl-152{margin-bottom:9.5rem!important}.mb-xxxl-154{margin-bottom:9.625rem!important}.mb-xxxl-156{margin-bottom:9.75rem!important}.mb-xxxl-158{margin-bottom:9.875rem!important}.mb-xxxl-160{margin-bottom:10rem!important}.mb-xxxl-162{margin-bottom:10.125rem!important}.mb-xxxl-164{margin-bottom:10.25rem!important}.mb-xxxl-166{margin-bottom:10.375rem!important}.mb-xxxl-168{margin-bottom:10.5rem!important}.mb-xxxl-170{margin-bottom:10.625rem!important}.mb-xxxl-172{margin-bottom:10.75rem!important}.mb-xxxl-174{margin-bottom:10.875rem!important}.mb-xxxl-176{margin-bottom:11rem!important}.mb-xxxl-178{margin-bottom:11.125rem!important}.mb-xxxl-180{margin-bottom:11.25rem!important}.mb-xxxl-182{margin-bottom:11.375rem!important}.mb-xxxl-184{margin-bottom:11.5rem!important}.mb-xxxl-186{margin-bottom:11.625rem!important}.mb-xxxl-188{margin-bottom:11.75rem!important}.mb-xxxl-190{margin-bottom:11.875rem!important}.mb-xxxl-192{margin-bottom:12rem!important}.mb-xxxl-194{margin-bottom:12.125rem!important}.mb-xxxl-196{margin-bottom:12.25rem!important}.mb-xxxl-198{margin-bottom:12.375rem!important}.mb-xxxl-200{margin-bottom:12.5rem!important}.mb-xxxl-auto{margin-bottom:auto!important}.ms-xxxl-0{margin-left:0!important}.ms-xxxl-2{margin-left:.125rem!important}.ms-xxxl-4{margin-left:.25rem!important}.ms-xxxl-6{margin-left:.375rem!important}.ms-xxxl-8{margin-left:.5rem!important}.ms-xxxl-10{margin-left:.625rem!important}.ms-xxxl-12{margin-left:.75rem!important}.ms-xxxl-14{margin-left:.875rem!important}.ms-xxxl-16{margin-left:1rem!important}.ms-xxxl-18{margin-left:1.125rem!important}.ms-xxxl-20{margin-left:1.25rem!important}.ms-xxxl-22{margin-left:1.375rem!important}.ms-xxxl-24{margin-left:1.5rem!important}.ms-xxxl-26{margin-left:1.625rem!important}.ms-xxxl-28{margin-left:1.75rem!important}.ms-xxxl-30{margin-left:1.875rem!important}.ms-xxxl-32{margin-left:2rem!important}.ms-xxxl-34{margin-left:2.125rem!important}.ms-xxxl-36{margin-left:2.25rem!important}.ms-xxxl-38{margin-left:2.375rem!important}.ms-xxxl-40{margin-left:2.5rem!important}.ms-xxxl-42{margin-left:2.625rem!important}.ms-xxxl-44{margin-left:2.75rem!important}.ms-xxxl-46{margin-left:2.875rem!important}.ms-xxxl-48{margin-left:3rem!important}.ms-xxxl-50{margin-left:3.125rem!important}.ms-xxxl-52{margin-left:3.25rem!important}.ms-xxxl-54{margin-left:3.375rem!important}.ms-xxxl-56{margin-left:3.5rem!important}.ms-xxxl-58{margin-left:3.625rem!important}.ms-xxxl-60{margin-left:3.75rem!important}.ms-xxxl-62{margin-left:3.875rem!important}.ms-xxxl-64{margin-left:4rem!important}.ms-xxxl-66{margin-left:4.125rem!important}.ms-xxxl-68{margin-left:4.25rem!important}.ms-xxxl-70{margin-left:4.375rem!important}.ms-xxxl-72{margin-left:4.5rem!important}.ms-xxxl-74{margin-left:4.625rem!important}.ms-xxxl-76{margin-left:4.75rem!important}.ms-xxxl-78{margin-left:4.875rem!important}.ms-xxxl-80{margin-left:5rem!important}.ms-xxxl-82{margin-left:5.125rem!important}.ms-xxxl-84{margin-left:5.25rem!important}.ms-xxxl-86{margin-left:5.375rem!important}.ms-xxxl-88{margin-left:5.5rem!important}.ms-xxxl-90{margin-left:5.625rem!important}.ms-xxxl-92{margin-left:5.75rem!important}.ms-xxxl-94{margin-left:5.875rem!important}.ms-xxxl-96{margin-left:6rem!important}.ms-xxxl-98{margin-left:6.125rem!important}.ms-xxxl-100{margin-left:6.25rem!important}.ms-xxxl-102{margin-left:6.375rem!important}.ms-xxxl-104{margin-left:6.5rem!important}.ms-xxxl-106{margin-left:6.625rem!important}.ms-xxxl-108{margin-left:6.75rem!important}.ms-xxxl-110{margin-left:6.875rem!important}.ms-xxxl-112{margin-left:7rem!important}.ms-xxxl-114{margin-left:7.125rem!important}.ms-xxxl-116{margin-left:7.25rem!important}.ms-xxxl-118{margin-left:7.375rem!important}.ms-xxxl-120{margin-left:7.5rem!important}.ms-xxxl-122{margin-left:7.625rem!important}.ms-xxxl-124{margin-left:7.75rem!important}.ms-xxxl-126{margin-left:7.875rem!important}.ms-xxxl-128{margin-left:8rem!important}.ms-xxxl-130{margin-left:8.125rem!important}.ms-xxxl-132{margin-left:8.25rem!important}.ms-xxxl-134{margin-left:8.375rem!important}.ms-xxxl-136{margin-left:8.5rem!important}.ms-xxxl-138{margin-left:8.625rem!important}.ms-xxxl-140{margin-left:8.75rem!important}.ms-xxxl-142{margin-left:8.875rem!important}.ms-xxxl-144{margin-left:9rem!important}.ms-xxxl-146{margin-left:9.125rem!important}.ms-xxxl-148{margin-left:9.25rem!important}.ms-xxxl-150{margin-left:9.375rem!important}.ms-xxxl-152{margin-left:9.5rem!important}.ms-xxxl-154{margin-left:9.625rem!important}.ms-xxxl-156{margin-left:9.75rem!important}.ms-xxxl-158{margin-left:9.875rem!important}.ms-xxxl-160{margin-left:10rem!important}.ms-xxxl-162{margin-left:10.125rem!important}.ms-xxxl-164{margin-left:10.25rem!important}.ms-xxxl-166{margin-left:10.375rem!important}.ms-xxxl-168{margin-left:10.5rem!important}.ms-xxxl-170{margin-left:10.625rem!important}.ms-xxxl-172{margin-left:10.75rem!important}.ms-xxxl-174{margin-left:10.875rem!important}.ms-xxxl-176{margin-left:11rem!important}.ms-xxxl-178{margin-left:11.125rem!important}.ms-xxxl-180{margin-left:11.25rem!important}.ms-xxxl-182{margin-left:11.375rem!important}.ms-xxxl-184{margin-left:11.5rem!important}.ms-xxxl-186{margin-left:11.625rem!important}.ms-xxxl-188{margin-left:11.75rem!important}.ms-xxxl-190{margin-left:11.875rem!important}.ms-xxxl-192{margin-left:12rem!important}.ms-xxxl-194{margin-left:12.125rem!important}.ms-xxxl-196{margin-left:12.25rem!important}.ms-xxxl-198{margin-left:12.375rem!important}.ms-xxxl-200{margin-left:12.5rem!important}.ms-xxxl-auto{margin-left:auto!important}.m-xxxl-n0{margin:0!important}.m-xxxl-n2{margin:-.125rem!important}.m-xxxl-n4{margin:-.25rem!important}.m-xxxl-n6{margin:-.375rem!important}.m-xxxl-n8{margin:-.5rem!important}.m-xxxl-n10{margin:-.625rem!important}.m-xxxl-n12{margin:-.75rem!important}.m-xxxl-n14{margin:-.875rem!important}.m-xxxl-n16{margin:-1rem!important}.m-xxxl-n18{margin:-1.125rem!important}.m-xxxl-n20{margin:-1.25rem!important}.m-xxxl-n22{margin:-1.375rem!important}.m-xxxl-n24{margin:-1.5rem!important}.m-xxxl-n26{margin:-1.625rem!important}.m-xxxl-n28{margin:-1.75rem!important}.m-xxxl-n30{margin:-1.875rem!important}.m-xxxl-n32{margin:-2rem!important}.m-xxxl-n34{margin:-2.125rem!important}.m-xxxl-n36{margin:-2.25rem!important}.m-xxxl-n38{margin:-2.375rem!important}.m-xxxl-n40{margin:-2.5rem!important}.m-xxxl-n42{margin:-2.625rem!important}.m-xxxl-n44{margin:-2.75rem!important}.m-xxxl-n46{margin:-2.875rem!important}.m-xxxl-n48{margin:-3rem!important}.m-xxxl-n50{margin:-3.125rem!important}.m-xxxl-n52{margin:-3.25rem!important}.m-xxxl-n54{margin:-3.375rem!important}.m-xxxl-n56{margin:-3.5rem!important}.m-xxxl-n58{margin:-3.625rem!important}.m-xxxl-n60{margin:-3.75rem!important}.m-xxxl-n62{margin:-3.875rem!important}.m-xxxl-n64{margin:-4rem!important}.m-xxxl-n66{margin:-4.125rem!important}.m-xxxl-n68{margin:-4.25rem!important}.m-xxxl-n70{margin:-4.375rem!important}.m-xxxl-n72{margin:-4.5rem!important}.m-xxxl-n74{margin:-4.625rem!important}.m-xxxl-n76{margin:-4.75rem!important}.m-xxxl-n78{margin:-4.875rem!important}.m-xxxl-n80{margin:-5rem!important}.m-xxxl-n82{margin:-5.125rem!important}.m-xxxl-n84{margin:-5.25rem!important}.m-xxxl-n86{margin:-5.375rem!important}.m-xxxl-n88{margin:-5.5rem!important}.m-xxxl-n90{margin:-5.625rem!important}.m-xxxl-n92{margin:-5.75rem!important}.m-xxxl-n94{margin:-5.875rem!important}.m-xxxl-n96{margin:-6rem!important}.m-xxxl-n98{margin:-6.125rem!important}.m-xxxl-n100{margin:-6.25rem!important}.m-xxxl-n102{margin:-6.375rem!important}.m-xxxl-n104{margin:-6.5rem!important}.m-xxxl-n106{margin:-6.625rem!important}.m-xxxl-n108{margin:-6.75rem!important}.m-xxxl-n110{margin:-6.875rem!important}.m-xxxl-n112{margin:-7rem!important}.m-xxxl-n114{margin:-7.125rem!important}.m-xxxl-n116{margin:-7.25rem!important}.m-xxxl-n118{margin:-7.375rem!important}.m-xxxl-n120{margin:-7.5rem!important}.m-xxxl-n122{margin:-7.625rem!important}.m-xxxl-n124{margin:-7.75rem!important}.m-xxxl-n126{margin:-7.875rem!important}.m-xxxl-n128{margin:-8rem!important}.m-xxxl-n130{margin:-8.125rem!important}.m-xxxl-n132{margin:-8.25rem!important}.m-xxxl-n134{margin:-8.375rem!important}.m-xxxl-n136{margin:-8.5rem!important}.m-xxxl-n138{margin:-8.625rem!important}.m-xxxl-n140{margin:-8.75rem!important}.m-xxxl-n142{margin:-8.875rem!important}.m-xxxl-n144{margin:-9rem!important}.m-xxxl-n146{margin:-9.125rem!important}.m-xxxl-n148{margin:-9.25rem!important}.m-xxxl-n150{margin:-9.375rem!important}.m-xxxl-n152{margin:-9.5rem!important}.m-xxxl-n154{margin:-9.625rem!important}.m-xxxl-n156{margin:-9.75rem!important}.m-xxxl-n158{margin:-9.875rem!important}.m-xxxl-n160{margin:-10rem!important}.m-xxxl-n162{margin:-10.125rem!important}.m-xxxl-n164{margin:-10.25rem!important}.m-xxxl-n166{margin:-10.375rem!important}.m-xxxl-n168{margin:-10.5rem!important}.m-xxxl-n170{margin:-10.625rem!important}.m-xxxl-n172{margin:-10.75rem!important}.m-xxxl-n174{margin:-10.875rem!important}.m-xxxl-n176{margin:-11rem!important}.m-xxxl-n178{margin:-11.125rem!important}.m-xxxl-n180{margin:-11.25rem!important}.m-xxxl-n182{margin:-11.375rem!important}.m-xxxl-n184{margin:-11.5rem!important}.m-xxxl-n186{margin:-11.625rem!important}.m-xxxl-n188{margin:-11.75rem!important}.m-xxxl-n190{margin:-11.875rem!important}.m-xxxl-n192{margin:-12rem!important}.m-xxxl-n194{margin:-12.125rem!important}.m-xxxl-n196{margin:-12.25rem!important}.m-xxxl-n198{margin:-12.375rem!important}.m-xxxl-n200{margin:-12.5rem!important}.mx-xxxl-n0{margin-left:0!important;margin-right:0!important}.mx-xxxl-n2{margin-left:-.125rem!important;margin-right:-.125rem!important}.mx-xxxl-n4{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxxl-n6{margin-left:-.375rem!important;margin-right:-.375rem!important}.mx-xxxl-n8{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxxl-n10{margin-left:-.625rem!important;margin-right:-.625rem!important}.mx-xxxl-n12{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xxxl-n14{margin-left:-.875rem!important;margin-right:-.875rem!important}.mx-xxxl-n16{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxxl-n18{margin-left:-1.125rem!important;margin-right:-1.125rem!important}.mx-xxxl-n20{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xxxl-n22{margin-left:-1.375rem!important;margin-right:-1.375rem!important}.mx-xxxl-n24{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxxl-n26{margin-left:-1.625rem!important;margin-right:-1.625rem!important}.mx-xxxl-n28{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xxxl-n30{margin-left:-1.875rem!important;margin-right:-1.875rem!important}.mx-xxxl-n32{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxxl-n34{margin-left:-2.125rem!important;margin-right:-2.125rem!important}.mx-xxxl-n36{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xxxl-n38{margin-left:-2.375rem!important;margin-right:-2.375rem!important}.mx-xxxl-n40{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-xxxl-n42{margin-left:-2.625rem!important;margin-right:-2.625rem!important}.mx-xxxl-n44{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xxxl-n46{margin-left:-2.875rem!important;margin-right:-2.875rem!important}.mx-xxxl-n48{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxxl-n50{margin-left:-3.125rem!important;margin-right:-3.125rem!important}.mx-xxxl-n52{margin-left:-3.25rem!important;margin-right:-3.25rem!important}.mx-xxxl-n54{margin-left:-3.375rem!important;margin-right:-3.375rem!important}.mx-xxxl-n56{margin-left:-3.5rem!important;margin-right:-3.5rem!important}.mx-xxxl-n58{margin-left:-3.625rem!important;margin-right:-3.625rem!important}.mx-xxxl-n60{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xxxl-n62{margin-left:-3.875rem!important;margin-right:-3.875rem!important}.mx-xxxl-n64{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxxl-n66{margin-left:-4.125rem!important;margin-right:-4.125rem!important}.mx-xxxl-n68{margin-left:-4.25rem!important;margin-right:-4.25rem!important}.mx-xxxl-n70{margin-left:-4.375rem!important;margin-right:-4.375rem!important}.mx-xxxl-n72{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxxl-n74{margin-left:-4.625rem!important;margin-right:-4.625rem!important}.mx-xxxl-n76{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xxxl-n78{margin-left:-4.875rem!important;margin-right:-4.875rem!important}.mx-xxxl-n80{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxxl-n82{margin-left:-5.125rem!important;margin-right:-5.125rem!important}.mx-xxxl-n84{margin-left:-5.25rem!important;margin-right:-5.25rem!important}.mx-xxxl-n86{margin-left:-5.375rem!important;margin-right:-5.375rem!important}.mx-xxxl-n88{margin-left:-5.5rem!important;margin-right:-5.5rem!important}.mx-xxxl-n90{margin-left:-5.625rem!important;margin-right:-5.625rem!important}.mx-xxxl-n92{margin-left:-5.75rem!important;margin-right:-5.75rem!important}.mx-xxxl-n94{margin-left:-5.875rem!important;margin-right:-5.875rem!important}.mx-xxxl-n96{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxxl-n98{margin-left:-6.125rem!important;margin-right:-6.125rem!important}.mx-xxxl-n100{margin-left:-6.25rem!important;margin-right:-6.25rem!important}.mx-xxxl-n102{margin-left:-6.375rem!important;margin-right:-6.375rem!important}.mx-xxxl-n104{margin-left:-6.5rem!important;margin-right:-6.5rem!important}.mx-xxxl-n106{margin-left:-6.625rem!important;margin-right:-6.625rem!important}.mx-xxxl-n108{margin-left:-6.75rem!important;margin-right:-6.75rem!important}.mx-xxxl-n110{margin-left:-6.875rem!important;margin-right:-6.875rem!important}.mx-xxxl-n112{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xxxl-n114{margin-left:-7.125rem!important;margin-right:-7.125rem!important}.mx-xxxl-n116{margin-left:-7.25rem!important;margin-right:-7.25rem!important}.mx-xxxl-n118{margin-left:-7.375rem!important;margin-right:-7.375rem!important}.mx-xxxl-n120{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-xxxl-n122{margin-left:-7.625rem!important;margin-right:-7.625rem!important}.mx-xxxl-n124{margin-left:-7.75rem!important;margin-right:-7.75rem!important}.mx-xxxl-n126{margin-left:-7.875rem!important;margin-right:-7.875rem!important}.mx-xxxl-n128{margin-left:-8rem!important;margin-right:-8rem!important}.mx-xxxl-n130{margin-left:-8.125rem!important;margin-right:-8.125rem!important}.mx-xxxl-n132{margin-left:-8.25rem!important;margin-right:-8.25rem!important}.mx-xxxl-n134{margin-left:-8.375rem!important;margin-right:-8.375rem!important}.mx-xxxl-n136{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-xxxl-n138{margin-left:-8.625rem!important;margin-right:-8.625rem!important}.mx-xxxl-n140{margin-left:-8.75rem!important;margin-right:-8.75rem!important}.mx-xxxl-n142{margin-left:-8.875rem!important;margin-right:-8.875rem!important}.mx-xxxl-n144{margin-left:-9rem!important;margin-right:-9rem!important}.mx-xxxl-n146{margin-left:-9.125rem!important;margin-right:-9.125rem!important}.mx-xxxl-n148{margin-left:-9.25rem!important;margin-right:-9.25rem!important}.mx-xxxl-n150{margin-left:-9.375rem!important;margin-right:-9.375rem!important}.mx-xxxl-n152{margin-left:-9.5rem!important;margin-right:-9.5rem!important}.mx-xxxl-n154{margin-left:-9.625rem!important;margin-right:-9.625rem!important}.mx-xxxl-n156{margin-left:-9.75rem!important;margin-right:-9.75rem!important}.mx-xxxl-n158{margin-left:-9.875rem!important;margin-right:-9.875rem!important}.mx-xxxl-n160{margin-left:-10rem!important;margin-right:-10rem!important}.mx-xxxl-n162{margin-left:-10.125rem!important;margin-right:-10.125rem!important}.mx-xxxl-n164{margin-left:-10.25rem!important;margin-right:-10.25rem!important}.mx-xxxl-n166{margin-left:-10.375rem!important;margin-right:-10.375rem!important}.mx-xxxl-n168{margin-left:-10.5rem!important;margin-right:-10.5rem!important}.mx-xxxl-n170{margin-left:-10.625rem!important;margin-right:-10.625rem!important}.mx-xxxl-n172{margin-left:-10.75rem!important;margin-right:-10.75rem!important}.mx-xxxl-n174{margin-left:-10.875rem!important;margin-right:-10.875rem!important}.mx-xxxl-n176{margin-left:-11rem!important;margin-right:-11rem!important}.mx-xxxl-n178{margin-left:-11.125rem!important;margin-right:-11.125rem!important}.mx-xxxl-n180{margin-left:-11.25rem!important;margin-right:-11.25rem!important}.mx-xxxl-n182{margin-left:-11.375rem!important;margin-right:-11.375rem!important}.mx-xxxl-n184{margin-left:-11.5rem!important;margin-right:-11.5rem!important}.mx-xxxl-n186{margin-left:-11.625rem!important;margin-right:-11.625rem!important}.mx-xxxl-n188{margin-left:-11.75rem!important;margin-right:-11.75rem!important}.mx-xxxl-n190{margin-left:-11.875rem!important;margin-right:-11.875rem!important}.mx-xxxl-n192{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxxl-n194{margin-left:-12.125rem!important;margin-right:-12.125rem!important}.mx-xxxl-n196{margin-left:-12.25rem!important;margin-right:-12.25rem!important}.mx-xxxl-n198{margin-left:-12.375rem!important;margin-right:-12.375rem!important}.mx-xxxl-n200{margin-left:-12.5rem!important;margin-right:-12.5rem!important}.my-xxxl-n0{margin-bottom:0!important;margin-top:0!important}.my-xxxl-n2{margin-bottom:-.125rem!important;margin-top:-.125rem!important}.my-xxxl-n4{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxxl-n6{margin-bottom:-.375rem!important;margin-top:-.375rem!important}.my-xxxl-n8{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxxl-n10{margin-bottom:-.625rem!important;margin-top:-.625rem!important}.my-xxxl-n12{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xxxl-n14{margin-bottom:-.875rem!important;margin-top:-.875rem!important}.my-xxxl-n16{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxxl-n18{margin-bottom:-1.125rem!important;margin-top:-1.125rem!important}.my-xxxl-n20{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xxxl-n22{margin-bottom:-1.375rem!important;margin-top:-1.375rem!important}.my-xxxl-n24{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxxl-n26{margin-bottom:-1.625rem!important;margin-top:-1.625rem!important}.my-xxxl-n28{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xxxl-n30{margin-bottom:-1.875rem!important;margin-top:-1.875rem!important}.my-xxxl-n32{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxxl-n34{margin-bottom:-2.125rem!important;margin-top:-2.125rem!important}.my-xxxl-n36{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xxxl-n38{margin-bottom:-2.375rem!important;margin-top:-2.375rem!important}.my-xxxl-n40{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-xxxl-n42{margin-bottom:-2.625rem!important;margin-top:-2.625rem!important}.my-xxxl-n44{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xxxl-n46{margin-bottom:-2.875rem!important;margin-top:-2.875rem!important}.my-xxxl-n48{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxxl-n50{margin-bottom:-3.125rem!important;margin-top:-3.125rem!important}.my-xxxl-n52{margin-bottom:-3.25rem!important;margin-top:-3.25rem!important}.my-xxxl-n54{margin-bottom:-3.375rem!important;margin-top:-3.375rem!important}.my-xxxl-n56{margin-bottom:-3.5rem!important;margin-top:-3.5rem!important}.my-xxxl-n58{margin-bottom:-3.625rem!important;margin-top:-3.625rem!important}.my-xxxl-n60{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xxxl-n62{margin-bottom:-3.875rem!important;margin-top:-3.875rem!important}.my-xxxl-n64{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxxl-n66{margin-bottom:-4.125rem!important;margin-top:-4.125rem!important}.my-xxxl-n68{margin-bottom:-4.25rem!important;margin-top:-4.25rem!important}.my-xxxl-n70{margin-bottom:-4.375rem!important;margin-top:-4.375rem!important}.my-xxxl-n72{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxxl-n74{margin-bottom:-4.625rem!important;margin-top:-4.625rem!important}.my-xxxl-n76{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xxxl-n78{margin-bottom:-4.875rem!important;margin-top:-4.875rem!important}.my-xxxl-n80{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxxl-n82{margin-bottom:-5.125rem!important;margin-top:-5.125rem!important}.my-xxxl-n84{margin-bottom:-5.25rem!important;margin-top:-5.25rem!important}.my-xxxl-n86{margin-bottom:-5.375rem!important;margin-top:-5.375rem!important}.my-xxxl-n88{margin-bottom:-5.5rem!important;margin-top:-5.5rem!important}.my-xxxl-n90{margin-bottom:-5.625rem!important;margin-top:-5.625rem!important}.my-xxxl-n92{margin-bottom:-5.75rem!important;margin-top:-5.75rem!important}.my-xxxl-n94{margin-bottom:-5.875rem!important;margin-top:-5.875rem!important}.my-xxxl-n96{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxxl-n98{margin-bottom:-6.125rem!important;margin-top:-6.125rem!important}.my-xxxl-n100{margin-bottom:-6.25rem!important;margin-top:-6.25rem!important}.my-xxxl-n102{margin-bottom:-6.375rem!important;margin-top:-6.375rem!important}.my-xxxl-n104{margin-bottom:-6.5rem!important;margin-top:-6.5rem!important}.my-xxxl-n106{margin-bottom:-6.625rem!important;margin-top:-6.625rem!important}.my-xxxl-n108{margin-bottom:-6.75rem!important;margin-top:-6.75rem!important}.my-xxxl-n110{margin-bottom:-6.875rem!important;margin-top:-6.875rem!important}.my-xxxl-n112{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xxxl-n114{margin-bottom:-7.125rem!important;margin-top:-7.125rem!important}.my-xxxl-n116{margin-bottom:-7.25rem!important;margin-top:-7.25rem!important}.my-xxxl-n118{margin-bottom:-7.375rem!important;margin-top:-7.375rem!important}.my-xxxl-n120{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-xxxl-n122{margin-bottom:-7.625rem!important;margin-top:-7.625rem!important}.my-xxxl-n124{margin-bottom:-7.75rem!important;margin-top:-7.75rem!important}.my-xxxl-n126{margin-bottom:-7.875rem!important;margin-top:-7.875rem!important}.my-xxxl-n128{margin-bottom:-8rem!important;margin-top:-8rem!important}.my-xxxl-n130{margin-bottom:-8.125rem!important;margin-top:-8.125rem!important}.my-xxxl-n132{margin-bottom:-8.25rem!important;margin-top:-8.25rem!important}.my-xxxl-n134{margin-bottom:-8.375rem!important;margin-top:-8.375rem!important}.my-xxxl-n136{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-xxxl-n138{margin-bottom:-8.625rem!important;margin-top:-8.625rem!important}.my-xxxl-n140{margin-bottom:-8.75rem!important;margin-top:-8.75rem!important}.my-xxxl-n142{margin-bottom:-8.875rem!important;margin-top:-8.875rem!important}.my-xxxl-n144{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-xxxl-n146{margin-bottom:-9.125rem!important;margin-top:-9.125rem!important}.my-xxxl-n148{margin-bottom:-9.25rem!important;margin-top:-9.25rem!important}.my-xxxl-n150{margin-bottom:-9.375rem!important;margin-top:-9.375rem!important}.my-xxxl-n152{margin-bottom:-9.5rem!important;margin-top:-9.5rem!important}.my-xxxl-n154{margin-bottom:-9.625rem!important;margin-top:-9.625rem!important}.my-xxxl-n156{margin-bottom:-9.75rem!important;margin-top:-9.75rem!important}.my-xxxl-n158{margin-bottom:-9.875rem!important;margin-top:-9.875rem!important}.my-xxxl-n160{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-xxxl-n162{margin-bottom:-10.125rem!important;margin-top:-10.125rem!important}.my-xxxl-n164{margin-bottom:-10.25rem!important;margin-top:-10.25rem!important}.my-xxxl-n166{margin-bottom:-10.375rem!important;margin-top:-10.375rem!important}.my-xxxl-n168{margin-bottom:-10.5rem!important;margin-top:-10.5rem!important}.my-xxxl-n170{margin-bottom:-10.625rem!important;margin-top:-10.625rem!important}.my-xxxl-n172{margin-bottom:-10.75rem!important;margin-top:-10.75rem!important}.my-xxxl-n174{margin-bottom:-10.875rem!important;margin-top:-10.875rem!important}.my-xxxl-n176{margin-bottom:-11rem!important;margin-top:-11rem!important}.my-xxxl-n178{margin-bottom:-11.125rem!important;margin-top:-11.125rem!important}.my-xxxl-n180{margin-bottom:-11.25rem!important;margin-top:-11.25rem!important}.my-xxxl-n182{margin-bottom:-11.375rem!important;margin-top:-11.375rem!important}.my-xxxl-n184{margin-bottom:-11.5rem!important;margin-top:-11.5rem!important}.my-xxxl-n186{margin-bottom:-11.625rem!important;margin-top:-11.625rem!important}.my-xxxl-n188{margin-bottom:-11.75rem!important;margin-top:-11.75rem!important}.my-xxxl-n190{margin-bottom:-11.875rem!important;margin-top:-11.875rem!important}.my-xxxl-n192{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxxl-n194{margin-bottom:-12.125rem!important;margin-top:-12.125rem!important}.my-xxxl-n196{margin-bottom:-12.25rem!important;margin-top:-12.25rem!important}.my-xxxl-n198{margin-bottom:-12.375rem!important;margin-top:-12.375rem!important}.my-xxxl-n200{margin-bottom:-12.5rem!important;margin-top:-12.5rem!important}.mt-xxxl-n0{margin-top:0!important}.mt-xxxl-n2{margin-top:-.125rem!important}.mt-xxxl-n4{margin-top:-.25rem!important}.mt-xxxl-n6{margin-top:-.375rem!important}.mt-xxxl-n8{margin-top:-.5rem!important}.mt-xxxl-n10{margin-top:-.625rem!important}.mt-xxxl-n12{margin-top:-.75rem!important}.mt-xxxl-n14{margin-top:-.875rem!important}.mt-xxxl-n16{margin-top:-1rem!important}.mt-xxxl-n18{margin-top:-1.125rem!important}.mt-xxxl-n20{margin-top:-1.25rem!important}.mt-xxxl-n22{margin-top:-1.375rem!important}.mt-xxxl-n24{margin-top:-1.5rem!important}.mt-xxxl-n26{margin-top:-1.625rem!important}.mt-xxxl-n28{margin-top:-1.75rem!important}.mt-xxxl-n30{margin-top:-1.875rem!important}.mt-xxxl-n32{margin-top:-2rem!important}.mt-xxxl-n34{margin-top:-2.125rem!important}.mt-xxxl-n36{margin-top:-2.25rem!important}.mt-xxxl-n38{margin-top:-2.375rem!important}.mt-xxxl-n40{margin-top:-2.5rem!important}.mt-xxxl-n42{margin-top:-2.625rem!important}.mt-xxxl-n44{margin-top:-2.75rem!important}.mt-xxxl-n46{margin-top:-2.875rem!important}.mt-xxxl-n48{margin-top:-3rem!important}.mt-xxxl-n50{margin-top:-3.125rem!important}.mt-xxxl-n52{margin-top:-3.25rem!important}.mt-xxxl-n54{margin-top:-3.375rem!important}.mt-xxxl-n56{margin-top:-3.5rem!important}.mt-xxxl-n58{margin-top:-3.625rem!important}.mt-xxxl-n60{margin-top:-3.75rem!important}.mt-xxxl-n62{margin-top:-3.875rem!important}.mt-xxxl-n64{margin-top:-4rem!important}.mt-xxxl-n66{margin-top:-4.125rem!important}.mt-xxxl-n68{margin-top:-4.25rem!important}.mt-xxxl-n70{margin-top:-4.375rem!important}.mt-xxxl-n72{margin-top:-4.5rem!important}.mt-xxxl-n74{margin-top:-4.625rem!important}.mt-xxxl-n76{margin-top:-4.75rem!important}.mt-xxxl-n78{margin-top:-4.875rem!important}.mt-xxxl-n80{margin-top:-5rem!important}.mt-xxxl-n82{margin-top:-5.125rem!important}.mt-xxxl-n84{margin-top:-5.25rem!important}.mt-xxxl-n86{margin-top:-5.375rem!important}.mt-xxxl-n88{margin-top:-5.5rem!important}.mt-xxxl-n90{margin-top:-5.625rem!important}.mt-xxxl-n92{margin-top:-5.75rem!important}.mt-xxxl-n94{margin-top:-5.875rem!important}.mt-xxxl-n96{margin-top:-6rem!important}.mt-xxxl-n98{margin-top:-6.125rem!important}.mt-xxxl-n100{margin-top:-6.25rem!important}.mt-xxxl-n102{margin-top:-6.375rem!important}.mt-xxxl-n104{margin-top:-6.5rem!important}.mt-xxxl-n106{margin-top:-6.625rem!important}.mt-xxxl-n108{margin-top:-6.75rem!important}.mt-xxxl-n110{margin-top:-6.875rem!important}.mt-xxxl-n112{margin-top:-7rem!important}.mt-xxxl-n114{margin-top:-7.125rem!important}.mt-xxxl-n116{margin-top:-7.25rem!important}.mt-xxxl-n118{margin-top:-7.375rem!important}.mt-xxxl-n120{margin-top:-7.5rem!important}.mt-xxxl-n122{margin-top:-7.625rem!important}.mt-xxxl-n124{margin-top:-7.75rem!important}.mt-xxxl-n126{margin-top:-7.875rem!important}.mt-xxxl-n128{margin-top:-8rem!important}.mt-xxxl-n130{margin-top:-8.125rem!important}.mt-xxxl-n132{margin-top:-8.25rem!important}.mt-xxxl-n134{margin-top:-8.375rem!important}.mt-xxxl-n136{margin-top:-8.5rem!important}.mt-xxxl-n138{margin-top:-8.625rem!important}.mt-xxxl-n140{margin-top:-8.75rem!important}.mt-xxxl-n142{margin-top:-8.875rem!important}.mt-xxxl-n144{margin-top:-9rem!important}.mt-xxxl-n146{margin-top:-9.125rem!important}.mt-xxxl-n148{margin-top:-9.25rem!important}.mt-xxxl-n150{margin-top:-9.375rem!important}.mt-xxxl-n152{margin-top:-9.5rem!important}.mt-xxxl-n154{margin-top:-9.625rem!important}.mt-xxxl-n156{margin-top:-9.75rem!important}.mt-xxxl-n158{margin-top:-9.875rem!important}.mt-xxxl-n160{margin-top:-10rem!important}.mt-xxxl-n162{margin-top:-10.125rem!important}.mt-xxxl-n164{margin-top:-10.25rem!important}.mt-xxxl-n166{margin-top:-10.375rem!important}.mt-xxxl-n168{margin-top:-10.5rem!important}.mt-xxxl-n170{margin-top:-10.625rem!important}.mt-xxxl-n172{margin-top:-10.75rem!important}.mt-xxxl-n174{margin-top:-10.875rem!important}.mt-xxxl-n176{margin-top:-11rem!important}.mt-xxxl-n178{margin-top:-11.125rem!important}.mt-xxxl-n180{margin-top:-11.25rem!important}.mt-xxxl-n182{margin-top:-11.375rem!important}.mt-xxxl-n184{margin-top:-11.5rem!important}.mt-xxxl-n186{margin-top:-11.625rem!important}.mt-xxxl-n188{margin-top:-11.75rem!important}.mt-xxxl-n190{margin-top:-11.875rem!important}.mt-xxxl-n192{margin-top:-12rem!important}.mt-xxxl-n194{margin-top:-12.125rem!important}.mt-xxxl-n196{margin-top:-12.25rem!important}.mt-xxxl-n198{margin-top:-12.375rem!important}.mt-xxxl-n200{margin-top:-12.5rem!important}.me-xxxl-n0{margin-right:0!important}.me-xxxl-n2{margin-right:-.125rem!important}.me-xxxl-n4{margin-right:-.25rem!important}.me-xxxl-n6{margin-right:-.375rem!important}.me-xxxl-n8{margin-right:-.5rem!important}.me-xxxl-n10{margin-right:-.625rem!important}.me-xxxl-n12{margin-right:-.75rem!important}.me-xxxl-n14{margin-right:-.875rem!important}.me-xxxl-n16{margin-right:-1rem!important}.me-xxxl-n18{margin-right:-1.125rem!important}.me-xxxl-n20{margin-right:-1.25rem!important}.me-xxxl-n22{margin-right:-1.375rem!important}.me-xxxl-n24{margin-right:-1.5rem!important}.me-xxxl-n26{margin-right:-1.625rem!important}.me-xxxl-n28{margin-right:-1.75rem!important}.me-xxxl-n30{margin-right:-1.875rem!important}.me-xxxl-n32{margin-right:-2rem!important}.me-xxxl-n34{margin-right:-2.125rem!important}.me-xxxl-n36{margin-right:-2.25rem!important}.me-xxxl-n38{margin-right:-2.375rem!important}.me-xxxl-n40{margin-right:-2.5rem!important}.me-xxxl-n42{margin-right:-2.625rem!important}.me-xxxl-n44{margin-right:-2.75rem!important}.me-xxxl-n46{margin-right:-2.875rem!important}.me-xxxl-n48{margin-right:-3rem!important}.me-xxxl-n50{margin-right:-3.125rem!important}.me-xxxl-n52{margin-right:-3.25rem!important}.me-xxxl-n54{margin-right:-3.375rem!important}.me-xxxl-n56{margin-right:-3.5rem!important}.me-xxxl-n58{margin-right:-3.625rem!important}.me-xxxl-n60{margin-right:-3.75rem!important}.me-xxxl-n62{margin-right:-3.875rem!important}.me-xxxl-n64{margin-right:-4rem!important}.me-xxxl-n66{margin-right:-4.125rem!important}.me-xxxl-n68{margin-right:-4.25rem!important}.me-xxxl-n70{margin-right:-4.375rem!important}.me-xxxl-n72{margin-right:-4.5rem!important}.me-xxxl-n74{margin-right:-4.625rem!important}.me-xxxl-n76{margin-right:-4.75rem!important}.me-xxxl-n78{margin-right:-4.875rem!important}.me-xxxl-n80{margin-right:-5rem!important}.me-xxxl-n82{margin-right:-5.125rem!important}.me-xxxl-n84{margin-right:-5.25rem!important}.me-xxxl-n86{margin-right:-5.375rem!important}.me-xxxl-n88{margin-right:-5.5rem!important}.me-xxxl-n90{margin-right:-5.625rem!important}.me-xxxl-n92{margin-right:-5.75rem!important}.me-xxxl-n94{margin-right:-5.875rem!important}.me-xxxl-n96{margin-right:-6rem!important}.me-xxxl-n98{margin-right:-6.125rem!important}.me-xxxl-n100{margin-right:-6.25rem!important}.me-xxxl-n102{margin-right:-6.375rem!important}.me-xxxl-n104{margin-right:-6.5rem!important}.me-xxxl-n106{margin-right:-6.625rem!important}.me-xxxl-n108{margin-right:-6.75rem!important}.me-xxxl-n110{margin-right:-6.875rem!important}.me-xxxl-n112{margin-right:-7rem!important}.me-xxxl-n114{margin-right:-7.125rem!important}.me-xxxl-n116{margin-right:-7.25rem!important}.me-xxxl-n118{margin-right:-7.375rem!important}.me-xxxl-n120{margin-right:-7.5rem!important}.me-xxxl-n122{margin-right:-7.625rem!important}.me-xxxl-n124{margin-right:-7.75rem!important}.me-xxxl-n126{margin-right:-7.875rem!important}.me-xxxl-n128{margin-right:-8rem!important}.me-xxxl-n130{margin-right:-8.125rem!important}.me-xxxl-n132{margin-right:-8.25rem!important}.me-xxxl-n134{margin-right:-8.375rem!important}.me-xxxl-n136{margin-right:-8.5rem!important}.me-xxxl-n138{margin-right:-8.625rem!important}.me-xxxl-n140{margin-right:-8.75rem!important}.me-xxxl-n142{margin-right:-8.875rem!important}.me-xxxl-n144{margin-right:-9rem!important}.me-xxxl-n146{margin-right:-9.125rem!important}.me-xxxl-n148{margin-right:-9.25rem!important}.me-xxxl-n150{margin-right:-9.375rem!important}.me-xxxl-n152{margin-right:-9.5rem!important}.me-xxxl-n154{margin-right:-9.625rem!important}.me-xxxl-n156{margin-right:-9.75rem!important}.me-xxxl-n158{margin-right:-9.875rem!important}.me-xxxl-n160{margin-right:-10rem!important}.me-xxxl-n162{margin-right:-10.125rem!important}.me-xxxl-n164{margin-right:-10.25rem!important}.me-xxxl-n166{margin-right:-10.375rem!important}.me-xxxl-n168{margin-right:-10.5rem!important}.me-xxxl-n170{margin-right:-10.625rem!important}.me-xxxl-n172{margin-right:-10.75rem!important}.me-xxxl-n174{margin-right:-10.875rem!important}.me-xxxl-n176{margin-right:-11rem!important}.me-xxxl-n178{margin-right:-11.125rem!important}.me-xxxl-n180{margin-right:-11.25rem!important}.me-xxxl-n182{margin-right:-11.375rem!important}.me-xxxl-n184{margin-right:-11.5rem!important}.me-xxxl-n186{margin-right:-11.625rem!important}.me-xxxl-n188{margin-right:-11.75rem!important}.me-xxxl-n190{margin-right:-11.875rem!important}.me-xxxl-n192{margin-right:-12rem!important}.me-xxxl-n194{margin-right:-12.125rem!important}.me-xxxl-n196{margin-right:-12.25rem!important}.me-xxxl-n198{margin-right:-12.375rem!important}.me-xxxl-n200{margin-right:-12.5rem!important}.mb-xxxl-n0{margin-bottom:0!important}.mb-xxxl-n2{margin-bottom:-.125rem!important}.mb-xxxl-n4{margin-bottom:-.25rem!important}.mb-xxxl-n6{margin-bottom:-.375rem!important}.mb-xxxl-n8{margin-bottom:-.5rem!important}.mb-xxxl-n10{margin-bottom:-.625rem!important}.mb-xxxl-n12{margin-bottom:-.75rem!important}.mb-xxxl-n14{margin-bottom:-.875rem!important}.mb-xxxl-n16{margin-bottom:-1rem!important}.mb-xxxl-n18{margin-bottom:-1.125rem!important}.mb-xxxl-n20{margin-bottom:-1.25rem!important}.mb-xxxl-n22{margin-bottom:-1.375rem!important}.mb-xxxl-n24{margin-bottom:-1.5rem!important}.mb-xxxl-n26{margin-bottom:-1.625rem!important}.mb-xxxl-n28{margin-bottom:-1.75rem!important}.mb-xxxl-n30{margin-bottom:-1.875rem!important}.mb-xxxl-n32{margin-bottom:-2rem!important}.mb-xxxl-n34{margin-bottom:-2.125rem!important}.mb-xxxl-n36{margin-bottom:-2.25rem!important}.mb-xxxl-n38{margin-bottom:-2.375rem!important}.mb-xxxl-n40{margin-bottom:-2.5rem!important}.mb-xxxl-n42{margin-bottom:-2.625rem!important}.mb-xxxl-n44{margin-bottom:-2.75rem!important}.mb-xxxl-n46{margin-bottom:-2.875rem!important}.mb-xxxl-n48{margin-bottom:-3rem!important}.mb-xxxl-n50{margin-bottom:-3.125rem!important}.mb-xxxl-n52{margin-bottom:-3.25rem!important}.mb-xxxl-n54{margin-bottom:-3.375rem!important}.mb-xxxl-n56{margin-bottom:-3.5rem!important}.mb-xxxl-n58{margin-bottom:-3.625rem!important}.mb-xxxl-n60{margin-bottom:-3.75rem!important}.mb-xxxl-n62{margin-bottom:-3.875rem!important}.mb-xxxl-n64{margin-bottom:-4rem!important}.mb-xxxl-n66{margin-bottom:-4.125rem!important}.mb-xxxl-n68{margin-bottom:-4.25rem!important}.mb-xxxl-n70{margin-bottom:-4.375rem!important}.mb-xxxl-n72{margin-bottom:-4.5rem!important}.mb-xxxl-n74{margin-bottom:-4.625rem!important}.mb-xxxl-n76{margin-bottom:-4.75rem!important}.mb-xxxl-n78{margin-bottom:-4.875rem!important}.mb-xxxl-n80{margin-bottom:-5rem!important}.mb-xxxl-n82{margin-bottom:-5.125rem!important}.mb-xxxl-n84{margin-bottom:-5.25rem!important}.mb-xxxl-n86{margin-bottom:-5.375rem!important}.mb-xxxl-n88{margin-bottom:-5.5rem!important}.mb-xxxl-n90{margin-bottom:-5.625rem!important}.mb-xxxl-n92{margin-bottom:-5.75rem!important}.mb-xxxl-n94{margin-bottom:-5.875rem!important}.mb-xxxl-n96{margin-bottom:-6rem!important}.mb-xxxl-n98{margin-bottom:-6.125rem!important}.mb-xxxl-n100{margin-bottom:-6.25rem!important}.mb-xxxl-n102{margin-bottom:-6.375rem!important}.mb-xxxl-n104{margin-bottom:-6.5rem!important}.mb-xxxl-n106{margin-bottom:-6.625rem!important}.mb-xxxl-n108{margin-bottom:-6.75rem!important}.mb-xxxl-n110{margin-bottom:-6.875rem!important}.mb-xxxl-n112{margin-bottom:-7rem!important}.mb-xxxl-n114{margin-bottom:-7.125rem!important}.mb-xxxl-n116{margin-bottom:-7.25rem!important}.mb-xxxl-n118{margin-bottom:-7.375rem!important}.mb-xxxl-n120{margin-bottom:-7.5rem!important}.mb-xxxl-n122{margin-bottom:-7.625rem!important}.mb-xxxl-n124{margin-bottom:-7.75rem!important}.mb-xxxl-n126{margin-bottom:-7.875rem!important}.mb-xxxl-n128{margin-bottom:-8rem!important}.mb-xxxl-n130{margin-bottom:-8.125rem!important}.mb-xxxl-n132{margin-bottom:-8.25rem!important}.mb-xxxl-n134{margin-bottom:-8.375rem!important}.mb-xxxl-n136{margin-bottom:-8.5rem!important}.mb-xxxl-n138{margin-bottom:-8.625rem!important}.mb-xxxl-n140{margin-bottom:-8.75rem!important}.mb-xxxl-n142{margin-bottom:-8.875rem!important}.mb-xxxl-n144{margin-bottom:-9rem!important}.mb-xxxl-n146{margin-bottom:-9.125rem!important}.mb-xxxl-n148{margin-bottom:-9.25rem!important}.mb-xxxl-n150{margin-bottom:-9.375rem!important}.mb-xxxl-n152{margin-bottom:-9.5rem!important}.mb-xxxl-n154{margin-bottom:-9.625rem!important}.mb-xxxl-n156{margin-bottom:-9.75rem!important}.mb-xxxl-n158{margin-bottom:-9.875rem!important}.mb-xxxl-n160{margin-bottom:-10rem!important}.mb-xxxl-n162{margin-bottom:-10.125rem!important}.mb-xxxl-n164{margin-bottom:-10.25rem!important}.mb-xxxl-n166{margin-bottom:-10.375rem!important}.mb-xxxl-n168{margin-bottom:-10.5rem!important}.mb-xxxl-n170{margin-bottom:-10.625rem!important}.mb-xxxl-n172{margin-bottom:-10.75rem!important}.mb-xxxl-n174{margin-bottom:-10.875rem!important}.mb-xxxl-n176{margin-bottom:-11rem!important}.mb-xxxl-n178{margin-bottom:-11.125rem!important}.mb-xxxl-n180{margin-bottom:-11.25rem!important}.mb-xxxl-n182{margin-bottom:-11.375rem!important}.mb-xxxl-n184{margin-bottom:-11.5rem!important}.mb-xxxl-n186{margin-bottom:-11.625rem!important}.mb-xxxl-n188{margin-bottom:-11.75rem!important}.mb-xxxl-n190{margin-bottom:-11.875rem!important}.mb-xxxl-n192{margin-bottom:-12rem!important}.mb-xxxl-n194{margin-bottom:-12.125rem!important}.mb-xxxl-n196{margin-bottom:-12.25rem!important}.mb-xxxl-n198{margin-bottom:-12.375rem!important}.mb-xxxl-n200{margin-bottom:-12.5rem!important}.ms-xxxl-n0{margin-left:0!important}.ms-xxxl-n2{margin-left:-.125rem!important}.ms-xxxl-n4{margin-left:-.25rem!important}.ms-xxxl-n6{margin-left:-.375rem!important}.ms-xxxl-n8{margin-left:-.5rem!important}.ms-xxxl-n10{margin-left:-.625rem!important}.ms-xxxl-n12{margin-left:-.75rem!important}.ms-xxxl-n14{margin-left:-.875rem!important}.ms-xxxl-n16{margin-left:-1rem!important}.ms-xxxl-n18{margin-left:-1.125rem!important}.ms-xxxl-n20{margin-left:-1.25rem!important}.ms-xxxl-n22{margin-left:-1.375rem!important}.ms-xxxl-n24{margin-left:-1.5rem!important}.ms-xxxl-n26{margin-left:-1.625rem!important}.ms-xxxl-n28{margin-left:-1.75rem!important}.ms-xxxl-n30{margin-left:-1.875rem!important}.ms-xxxl-n32{margin-left:-2rem!important}.ms-xxxl-n34{margin-left:-2.125rem!important}.ms-xxxl-n36{margin-left:-2.25rem!important}.ms-xxxl-n38{margin-left:-2.375rem!important}.ms-xxxl-n40{margin-left:-2.5rem!important}.ms-xxxl-n42{margin-left:-2.625rem!important}.ms-xxxl-n44{margin-left:-2.75rem!important}.ms-xxxl-n46{margin-left:-2.875rem!important}.ms-xxxl-n48{margin-left:-3rem!important}.ms-xxxl-n50{margin-left:-3.125rem!important}.ms-xxxl-n52{margin-left:-3.25rem!important}.ms-xxxl-n54{margin-left:-3.375rem!important}.ms-xxxl-n56{margin-left:-3.5rem!important}.ms-xxxl-n58{margin-left:-3.625rem!important}.ms-xxxl-n60{margin-left:-3.75rem!important}.ms-xxxl-n62{margin-left:-3.875rem!important}.ms-xxxl-n64{margin-left:-4rem!important}.ms-xxxl-n66{margin-left:-4.125rem!important}.ms-xxxl-n68{margin-left:-4.25rem!important}.ms-xxxl-n70{margin-left:-4.375rem!important}.ms-xxxl-n72{margin-left:-4.5rem!important}.ms-xxxl-n74{margin-left:-4.625rem!important}.ms-xxxl-n76{margin-left:-4.75rem!important}.ms-xxxl-n78{margin-left:-4.875rem!important}.ms-xxxl-n80{margin-left:-5rem!important}.ms-xxxl-n82{margin-left:-5.125rem!important}.ms-xxxl-n84{margin-left:-5.25rem!important}.ms-xxxl-n86{margin-left:-5.375rem!important}.ms-xxxl-n88{margin-left:-5.5rem!important}.ms-xxxl-n90{margin-left:-5.625rem!important}.ms-xxxl-n92{margin-left:-5.75rem!important}.ms-xxxl-n94{margin-left:-5.875rem!important}.ms-xxxl-n96{margin-left:-6rem!important}.ms-xxxl-n98{margin-left:-6.125rem!important}.ms-xxxl-n100{margin-left:-6.25rem!important}.ms-xxxl-n102{margin-left:-6.375rem!important}.ms-xxxl-n104{margin-left:-6.5rem!important}.ms-xxxl-n106{margin-left:-6.625rem!important}.ms-xxxl-n108{margin-left:-6.75rem!important}.ms-xxxl-n110{margin-left:-6.875rem!important}.ms-xxxl-n112{margin-left:-7rem!important}.ms-xxxl-n114{margin-left:-7.125rem!important}.ms-xxxl-n116{margin-left:-7.25rem!important}.ms-xxxl-n118{margin-left:-7.375rem!important}.ms-xxxl-n120{margin-left:-7.5rem!important}.ms-xxxl-n122{margin-left:-7.625rem!important}.ms-xxxl-n124{margin-left:-7.75rem!important}.ms-xxxl-n126{margin-left:-7.875rem!important}.ms-xxxl-n128{margin-left:-8rem!important}.ms-xxxl-n130{margin-left:-8.125rem!important}.ms-xxxl-n132{margin-left:-8.25rem!important}.ms-xxxl-n134{margin-left:-8.375rem!important}.ms-xxxl-n136{margin-left:-8.5rem!important}.ms-xxxl-n138{margin-left:-8.625rem!important}.ms-xxxl-n140{margin-left:-8.75rem!important}.ms-xxxl-n142{margin-left:-8.875rem!important}.ms-xxxl-n144{margin-left:-9rem!important}.ms-xxxl-n146{margin-left:-9.125rem!important}.ms-xxxl-n148{margin-left:-9.25rem!important}.ms-xxxl-n150{margin-left:-9.375rem!important}.ms-xxxl-n152{margin-left:-9.5rem!important}.ms-xxxl-n154{margin-left:-9.625rem!important}.ms-xxxl-n156{margin-left:-9.75rem!important}.ms-xxxl-n158{margin-left:-9.875rem!important}.ms-xxxl-n160{margin-left:-10rem!important}.ms-xxxl-n162{margin-left:-10.125rem!important}.ms-xxxl-n164{margin-left:-10.25rem!important}.ms-xxxl-n166{margin-left:-10.375rem!important}.ms-xxxl-n168{margin-left:-10.5rem!important}.ms-xxxl-n170{margin-left:-10.625rem!important}.ms-xxxl-n172{margin-left:-10.75rem!important}.ms-xxxl-n174{margin-left:-10.875rem!important}.ms-xxxl-n176{margin-left:-11rem!important}.ms-xxxl-n178{margin-left:-11.125rem!important}.ms-xxxl-n180{margin-left:-11.25rem!important}.ms-xxxl-n182{margin-left:-11.375rem!important}.ms-xxxl-n184{margin-left:-11.5rem!important}.ms-xxxl-n186{margin-left:-11.625rem!important}.ms-xxxl-n188{margin-left:-11.75rem!important}.ms-xxxl-n190{margin-left:-11.875rem!important}.ms-xxxl-n192{margin-left:-12rem!important}.ms-xxxl-n194{margin-left:-12.125rem!important}.ms-xxxl-n196{margin-left:-12.25rem!important}.ms-xxxl-n198{margin-left:-12.375rem!important}.ms-xxxl-n200{margin-left:-12.5rem!important}.p-xxxl-0{padding:0!important}.p-xxxl-2{padding:.125rem!important}.p-xxxl-4{padding:.25rem!important}.p-xxxl-6{padding:.375rem!important}.p-xxxl-8{padding:.5rem!important}.p-xxxl-10{padding:.625rem!important}.p-xxxl-12{padding:.75rem!important}.p-xxxl-14{padding:.875rem!important}.p-xxxl-16{padding:1rem!important}.p-xxxl-18{padding:1.125rem!important}.p-xxxl-20{padding:1.25rem!important}.p-xxxl-22{padding:1.375rem!important}.p-xxxl-24{padding:1.5rem!important}.p-xxxl-26{padding:1.625rem!important}.p-xxxl-28{padding:1.75rem!important}.p-xxxl-30{padding:1.875rem!important}.p-xxxl-32{padding:2rem!important}.p-xxxl-34{padding:2.125rem!important}.p-xxxl-36{padding:2.25rem!important}.p-xxxl-38{padding:2.375rem!important}.p-xxxl-40{padding:2.5rem!important}.p-xxxl-42{padding:2.625rem!important}.p-xxxl-44{padding:2.75rem!important}.p-xxxl-46{padding:2.875rem!important}.p-xxxl-48{padding:3rem!important}.p-xxxl-50{padding:3.125rem!important}.p-xxxl-52{padding:3.25rem!important}.p-xxxl-54{padding:3.375rem!important}.p-xxxl-56{padding:3.5rem!important}.p-xxxl-58{padding:3.625rem!important}.p-xxxl-60{padding:3.75rem!important}.p-xxxl-62{padding:3.875rem!important}.p-xxxl-64{padding:4rem!important}.p-xxxl-66{padding:4.125rem!important}.p-xxxl-68{padding:4.25rem!important}.p-xxxl-70{padding:4.375rem!important}.p-xxxl-72{padding:4.5rem!important}.p-xxxl-74{padding:4.625rem!important}.p-xxxl-76{padding:4.75rem!important}.p-xxxl-78{padding:4.875rem!important}.p-xxxl-80{padding:5rem!important}.p-xxxl-82{padding:5.125rem!important}.p-xxxl-84{padding:5.25rem!important}.p-xxxl-86{padding:5.375rem!important}.p-xxxl-88{padding:5.5rem!important}.p-xxxl-90{padding:5.625rem!important}.p-xxxl-92{padding:5.75rem!important}.p-xxxl-94{padding:5.875rem!important}.p-xxxl-96{padding:6rem!important}.p-xxxl-98{padding:6.125rem!important}.p-xxxl-100{padding:6.25rem!important}.p-xxxl-102{padding:6.375rem!important}.p-xxxl-104{padding:6.5rem!important}.p-xxxl-106{padding:6.625rem!important}.p-xxxl-108{padding:6.75rem!important}.p-xxxl-110{padding:6.875rem!important}.p-xxxl-112{padding:7rem!important}.p-xxxl-114{padding:7.125rem!important}.p-xxxl-116{padding:7.25rem!important}.p-xxxl-118{padding:7.375rem!important}.p-xxxl-120{padding:7.5rem!important}.p-xxxl-122{padding:7.625rem!important}.p-xxxl-124{padding:7.75rem!important}.p-xxxl-126{padding:7.875rem!important}.p-xxxl-128{padding:8rem!important}.p-xxxl-130{padding:8.125rem!important}.p-xxxl-132{padding:8.25rem!important}.p-xxxl-134{padding:8.375rem!important}.p-xxxl-136{padding:8.5rem!important}.p-xxxl-138{padding:8.625rem!important}.p-xxxl-140{padding:8.75rem!important}.p-xxxl-142{padding:8.875rem!important}.p-xxxl-144{padding:9rem!important}.p-xxxl-146{padding:9.125rem!important}.p-xxxl-148{padding:9.25rem!important}.p-xxxl-150{padding:9.375rem!important}.p-xxxl-152{padding:9.5rem!important}.p-xxxl-154{padding:9.625rem!important}.p-xxxl-156{padding:9.75rem!important}.p-xxxl-158{padding:9.875rem!important}.p-xxxl-160{padding:10rem!important}.p-xxxl-162{padding:10.125rem!important}.p-xxxl-164{padding:10.25rem!important}.p-xxxl-166{padding:10.375rem!important}.p-xxxl-168{padding:10.5rem!important}.p-xxxl-170{padding:10.625rem!important}.p-xxxl-172{padding:10.75rem!important}.p-xxxl-174{padding:10.875rem!important}.p-xxxl-176{padding:11rem!important}.p-xxxl-178{padding:11.125rem!important}.p-xxxl-180{padding:11.25rem!important}.p-xxxl-182{padding:11.375rem!important}.p-xxxl-184{padding:11.5rem!important}.p-xxxl-186{padding:11.625rem!important}.p-xxxl-188{padding:11.75rem!important}.p-xxxl-190{padding:11.875rem!important}.p-xxxl-192{padding:12rem!important}.p-xxxl-194{padding:12.125rem!important}.p-xxxl-196{padding:12.25rem!important}.p-xxxl-198{padding:12.375rem!important}.p-xxxl-200{padding:12.5rem!important}.px-xxxl-0{padding-left:0!important;padding-right:0!important}.px-xxxl-2{padding-left:.125rem!important;padding-right:.125rem!important}.px-xxxl-4{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxxl-6{padding-left:.375rem!important;padding-right:.375rem!important}.px-xxxl-8{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxxl-10{padding-left:.625rem!important;padding-right:.625rem!important}.px-xxxl-12{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxxl-14{padding-left:.875rem!important;padding-right:.875rem!important}.px-xxxl-16{padding-left:1rem!important;padding-right:1rem!important}.px-xxxl-18{padding-left:1.125rem!important;padding-right:1.125rem!important}.px-xxxl-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxxl-22{padding-left:1.375rem!important;padding-right:1.375rem!important}.px-xxxl-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxxl-26{padding-left:1.625rem!important;padding-right:1.625rem!important}.px-xxxl-28{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxxl-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-xxxl-32{padding-left:2rem!important;padding-right:2rem!important}.px-xxxl-34{padding-left:2.125rem!important;padding-right:2.125rem!important}.px-xxxl-36{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxxl-38{padding-left:2.375rem!important;padding-right:2.375rem!important}.px-xxxl-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xxxl-42{padding-left:2.625rem!important;padding-right:2.625rem!important}.px-xxxl-44{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxxl-46{padding-left:2.875rem!important;padding-right:2.875rem!important}.px-xxxl-48{padding-left:3rem!important;padding-right:3rem!important}.px-xxxl-50{padding-left:3.125rem!important;padding-right:3.125rem!important}.px-xxxl-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-xxxl-54{padding-left:3.375rem!important;padding-right:3.375rem!important}.px-xxxl-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-xxxl-58{padding-left:3.625rem!important;padding-right:3.625rem!important}.px-xxxl-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxxl-62{padding-left:3.875rem!important;padding-right:3.875rem!important}.px-xxxl-64{padding-left:4rem!important;padding-right:4rem!important}.px-xxxl-66{padding-left:4.125rem!important;padding-right:4.125rem!important}.px-xxxl-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-xxxl-70{padding-left:4.375rem!important;padding-right:4.375rem!important}.px-xxxl-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxxl-74{padding-left:4.625rem!important;padding-right:4.625rem!important}.px-xxxl-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxxl-78{padding-left:4.875rem!important;padding-right:4.875rem!important}.px-xxxl-80{padding-left:5rem!important;padding-right:5rem!important}.px-xxxl-82{padding-left:5.125rem!important;padding-right:5.125rem!important}.px-xxxl-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.px-xxxl-86{padding-left:5.375rem!important;padding-right:5.375rem!important}.px-xxxl-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-xxxl-90{padding-left:5.625rem!important;padding-right:5.625rem!important}.px-xxxl-92{padding-left:5.75rem!important;padding-right:5.75rem!important}.px-xxxl-94{padding-left:5.875rem!important;padding-right:5.875rem!important}.px-xxxl-96{padding-left:6rem!important;padding-right:6rem!important}.px-xxxl-98{padding-left:6.125rem!important;padding-right:6.125rem!important}.px-xxxl-100{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-xxxl-102{padding-left:6.375rem!important;padding-right:6.375rem!important}.px-xxxl-104{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-xxxl-106{padding-left:6.625rem!important;padding-right:6.625rem!important}.px-xxxl-108{padding-left:6.75rem!important;padding-right:6.75rem!important}.px-xxxl-110{padding-left:6.875rem!important;padding-right:6.875rem!important}.px-xxxl-112{padding-left:7rem!important;padding-right:7rem!important}.px-xxxl-114{padding-left:7.125rem!important;padding-right:7.125rem!important}.px-xxxl-116{padding-left:7.25rem!important;padding-right:7.25rem!important}.px-xxxl-118{padding-left:7.375rem!important;padding-right:7.375rem!important}.px-xxxl-120{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xxxl-122{padding-left:7.625rem!important;padding-right:7.625rem!important}.px-xxxl-124{padding-left:7.75rem!important;padding-right:7.75rem!important}.px-xxxl-126{padding-left:7.875rem!important;padding-right:7.875rem!important}.px-xxxl-128{padding-left:8rem!important;padding-right:8rem!important}.px-xxxl-130{padding-left:8.125rem!important;padding-right:8.125rem!important}.px-xxxl-132{padding-left:8.25rem!important;padding-right:8.25rem!important}.px-xxxl-134{padding-left:8.375rem!important;padding-right:8.375rem!important}.px-xxxl-136{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-xxxl-138{padding-left:8.625rem!important;padding-right:8.625rem!important}.px-xxxl-140{padding-left:8.75rem!important;padding-right:8.75rem!important}.px-xxxl-142{padding-left:8.875rem!important;padding-right:8.875rem!important}.px-xxxl-144{padding-left:9rem!important;padding-right:9rem!important}.px-xxxl-146{padding-left:9.125rem!important;padding-right:9.125rem!important}.px-xxxl-148{padding-left:9.25rem!important;padding-right:9.25rem!important}.px-xxxl-150{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-xxxl-152{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-xxxl-154{padding-left:9.625rem!important;padding-right:9.625rem!important}.px-xxxl-156{padding-left:9.75rem!important;padding-right:9.75rem!important}.px-xxxl-158{padding-left:9.875rem!important;padding-right:9.875rem!important}.px-xxxl-160{padding-left:10rem!important;padding-right:10rem!important}.px-xxxl-162{padding-left:10.125rem!important;padding-right:10.125rem!important}.px-xxxl-164{padding-left:10.25rem!important;padding-right:10.25rem!important}.px-xxxl-166{padding-left:10.375rem!important;padding-right:10.375rem!important}.px-xxxl-168{padding-left:10.5rem!important;padding-right:10.5rem!important}.px-xxxl-170{padding-left:10.625rem!important;padding-right:10.625rem!important}.px-xxxl-172{padding-left:10.75rem!important;padding-right:10.75rem!important}.px-xxxl-174{padding-left:10.875rem!important;padding-right:10.875rem!important}.px-xxxl-176{padding-left:11rem!important;padding-right:11rem!important}.px-xxxl-178{padding-left:11.125rem!important;padding-right:11.125rem!important}.px-xxxl-180{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-xxxl-182{padding-left:11.375rem!important;padding-right:11.375rem!important}.px-xxxl-184{padding-left:11.5rem!important;padding-right:11.5rem!important}.px-xxxl-186{padding-left:11.625rem!important;padding-right:11.625rem!important}.px-xxxl-188{padding-left:11.75rem!important;padding-right:11.75rem!important}.px-xxxl-190{padding-left:11.875rem!important;padding-right:11.875rem!important}.px-xxxl-192{padding-left:12rem!important;padding-right:12rem!important}.px-xxxl-194{padding-left:12.125rem!important;padding-right:12.125rem!important}.px-xxxl-196{padding-left:12.25rem!important;padding-right:12.25rem!important}.px-xxxl-198{padding-left:12.375rem!important;padding-right:12.375rem!important}.px-xxxl-200{padding-left:12.5rem!important;padding-right:12.5rem!important}.py-xxxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxxl-2{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-xxxl-4{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxxl-6{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-xxxl-8{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxxl-10{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-xxxl-12{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxxl-14{padding-bottom:.875rem!important;padding-top:.875rem!important}.py-xxxl-16{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxxl-18{padding-bottom:1.125rem!important;padding-top:1.125rem!important}.py-xxxl-20{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxxl-22{padding-bottom:1.375rem!important;padding-top:1.375rem!important}.py-xxxl-24{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxxl-26{padding-bottom:1.625rem!important;padding-top:1.625rem!important}.py-xxxl-28{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxxl-30{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-xxxl-32{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxxl-34{padding-bottom:2.125rem!important;padding-top:2.125rem!important}.py-xxxl-36{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxxl-38{padding-bottom:2.375rem!important;padding-top:2.375rem!important}.py-xxxl-40{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xxxl-42{padding-bottom:2.625rem!important;padding-top:2.625rem!important}.py-xxxl-44{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxxl-46{padding-bottom:2.875rem!important;padding-top:2.875rem!important}.py-xxxl-48{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxxl-50{padding-bottom:3.125rem!important;padding-top:3.125rem!important}.py-xxxl-52{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-xxxl-54{padding-bottom:3.375rem!important;padding-top:3.375rem!important}.py-xxxl-56{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-xxxl-58{padding-bottom:3.625rem!important;padding-top:3.625rem!important}.py-xxxl-60{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxxl-62{padding-bottom:3.875rem!important;padding-top:3.875rem!important}.py-xxxl-64{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxxl-66{padding-bottom:4.125rem!important;padding-top:4.125rem!important}.py-xxxl-68{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-xxxl-70{padding-bottom:4.375rem!important;padding-top:4.375rem!important}.py-xxxl-72{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxxl-74{padding-bottom:4.625rem!important;padding-top:4.625rem!important}.py-xxxl-76{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxxl-78{padding-bottom:4.875rem!important;padding-top:4.875rem!important}.py-xxxl-80{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxxl-82{padding-bottom:5.125rem!important;padding-top:5.125rem!important}.py-xxxl-84{padding-bottom:5.25rem!important;padding-top:5.25rem!important}.py-xxxl-86{padding-bottom:5.375rem!important;padding-top:5.375rem!important}.py-xxxl-88{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-xxxl-90{padding-bottom:5.625rem!important;padding-top:5.625rem!important}.py-xxxl-92{padding-bottom:5.75rem!important;padding-top:5.75rem!important}.py-xxxl-94{padding-bottom:5.875rem!important;padding-top:5.875rem!important}.py-xxxl-96{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxxl-98{padding-bottom:6.125rem!important;padding-top:6.125rem!important}.py-xxxl-100{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-xxxl-102{padding-bottom:6.375rem!important;padding-top:6.375rem!important}.py-xxxl-104{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-xxxl-106{padding-bottom:6.625rem!important;padding-top:6.625rem!important}.py-xxxl-108{padding-bottom:6.75rem!important;padding-top:6.75rem!important}.py-xxxl-110{padding-bottom:6.875rem!important;padding-top:6.875rem!important}.py-xxxl-112{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxxl-114{padding-bottom:7.125rem!important;padding-top:7.125rem!important}.py-xxxl-116{padding-bottom:7.25rem!important;padding-top:7.25rem!important}.py-xxxl-118{padding-bottom:7.375rem!important;padding-top:7.375rem!important}.py-xxxl-120{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xxxl-122{padding-bottom:7.625rem!important;padding-top:7.625rem!important}.py-xxxl-124{padding-bottom:7.75rem!important;padding-top:7.75rem!important}.py-xxxl-126{padding-bottom:7.875rem!important;padding-top:7.875rem!important}.py-xxxl-128{padding-bottom:8rem!important;padding-top:8rem!important}.py-xxxl-130{padding-bottom:8.125rem!important;padding-top:8.125rem!important}.py-xxxl-132{padding-bottom:8.25rem!important;padding-top:8.25rem!important}.py-xxxl-134{padding-bottom:8.375rem!important;padding-top:8.375rem!important}.py-xxxl-136{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-xxxl-138{padding-bottom:8.625rem!important;padding-top:8.625rem!important}.py-xxxl-140{padding-bottom:8.75rem!important;padding-top:8.75rem!important}.py-xxxl-142{padding-bottom:8.875rem!important;padding-top:8.875rem!important}.py-xxxl-144{padding-bottom:9rem!important;padding-top:9rem!important}.py-xxxl-146{padding-bottom:9.125rem!important;padding-top:9.125rem!important}.py-xxxl-148{padding-bottom:9.25rem!important;padding-top:9.25rem!important}.py-xxxl-150{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-xxxl-152{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-xxxl-154{padding-bottom:9.625rem!important;padding-top:9.625rem!important}.py-xxxl-156{padding-bottom:9.75rem!important;padding-top:9.75rem!important}.py-xxxl-158{padding-bottom:9.875rem!important;padding-top:9.875rem!important}.py-xxxl-160{padding-bottom:10rem!important;padding-top:10rem!important}.py-xxxl-162{padding-bottom:10.125rem!important;padding-top:10.125rem!important}.py-xxxl-164{padding-bottom:10.25rem!important;padding-top:10.25rem!important}.py-xxxl-166{padding-bottom:10.375rem!important;padding-top:10.375rem!important}.py-xxxl-168{padding-bottom:10.5rem!important;padding-top:10.5rem!important}.py-xxxl-170{padding-bottom:10.625rem!important;padding-top:10.625rem!important}.py-xxxl-172{padding-bottom:10.75rem!important;padding-top:10.75rem!important}.py-xxxl-174{padding-bottom:10.875rem!important;padding-top:10.875rem!important}.py-xxxl-176{padding-bottom:11rem!important;padding-top:11rem!important}.py-xxxl-178{padding-bottom:11.125rem!important;padding-top:11.125rem!important}.py-xxxl-180{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-xxxl-182{padding-bottom:11.375rem!important;padding-top:11.375rem!important}.py-xxxl-184{padding-bottom:11.5rem!important;padding-top:11.5rem!important}.py-xxxl-186{padding-bottom:11.625rem!important;padding-top:11.625rem!important}.py-xxxl-188{padding-bottom:11.75rem!important;padding-top:11.75rem!important}.py-xxxl-190{padding-bottom:11.875rem!important;padding-top:11.875rem!important}.py-xxxl-192{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxxl-194{padding-bottom:12.125rem!important;padding-top:12.125rem!important}.py-xxxl-196{padding-bottom:12.25rem!important;padding-top:12.25rem!important}.py-xxxl-198{padding-bottom:12.375rem!important;padding-top:12.375rem!important}.py-xxxl-200{padding-bottom:12.5rem!important;padding-top:12.5rem!important}.pt-xxxl-0{padding-top:0!important}.pt-xxxl-2{padding-top:.125rem!important}.pt-xxxl-4{padding-top:.25rem!important}.pt-xxxl-6{padding-top:.375rem!important}.pt-xxxl-8{padding-top:.5rem!important}.pt-xxxl-10{padding-top:.625rem!important}.pt-xxxl-12{padding-top:.75rem!important}.pt-xxxl-14{padding-top:.875rem!important}.pt-xxxl-16{padding-top:1rem!important}.pt-xxxl-18{padding-top:1.125rem!important}.pt-xxxl-20{padding-top:1.25rem!important}.pt-xxxl-22{padding-top:1.375rem!important}.pt-xxxl-24{padding-top:1.5rem!important}.pt-xxxl-26{padding-top:1.625rem!important}.pt-xxxl-28{padding-top:1.75rem!important}.pt-xxxl-30{padding-top:1.875rem!important}.pt-xxxl-32{padding-top:2rem!important}.pt-xxxl-34{padding-top:2.125rem!important}.pt-xxxl-36{padding-top:2.25rem!important}.pt-xxxl-38{padding-top:2.375rem!important}.pt-xxxl-40{padding-top:2.5rem!important}.pt-xxxl-42{padding-top:2.625rem!important}.pt-xxxl-44{padding-top:2.75rem!important}.pt-xxxl-46{padding-top:2.875rem!important}.pt-xxxl-48{padding-top:3rem!important}.pt-xxxl-50{padding-top:3.125rem!important}.pt-xxxl-52{padding-top:3.25rem!important}.pt-xxxl-54{padding-top:3.375rem!important}.pt-xxxl-56{padding-top:3.5rem!important}.pt-xxxl-58{padding-top:3.625rem!important}.pt-xxxl-60{padding-top:3.75rem!important}.pt-xxxl-62{padding-top:3.875rem!important}.pt-xxxl-64{padding-top:4rem!important}.pt-xxxl-66{padding-top:4.125rem!important}.pt-xxxl-68{padding-top:4.25rem!important}.pt-xxxl-70{padding-top:4.375rem!important}.pt-xxxl-72{padding-top:4.5rem!important}.pt-xxxl-74{padding-top:4.625rem!important}.pt-xxxl-76{padding-top:4.75rem!important}.pt-xxxl-78{padding-top:4.875rem!important}.pt-xxxl-80{padding-top:5rem!important}.pt-xxxl-82{padding-top:5.125rem!important}.pt-xxxl-84{padding-top:5.25rem!important}.pt-xxxl-86{padding-top:5.375rem!important}.pt-xxxl-88{padding-top:5.5rem!important}.pt-xxxl-90{padding-top:5.625rem!important}.pt-xxxl-92{padding-top:5.75rem!important}.pt-xxxl-94{padding-top:5.875rem!important}.pt-xxxl-96{padding-top:6rem!important}.pt-xxxl-98{padding-top:6.125rem!important}.pt-xxxl-100{padding-top:6.25rem!important}.pt-xxxl-102{padding-top:6.375rem!important}.pt-xxxl-104{padding-top:6.5rem!important}.pt-xxxl-106{padding-top:6.625rem!important}.pt-xxxl-108{padding-top:6.75rem!important}.pt-xxxl-110{padding-top:6.875rem!important}.pt-xxxl-112{padding-top:7rem!important}.pt-xxxl-114{padding-top:7.125rem!important}.pt-xxxl-116{padding-top:7.25rem!important}.pt-xxxl-118{padding-top:7.375rem!important}.pt-xxxl-120{padding-top:7.5rem!important}.pt-xxxl-122{padding-top:7.625rem!important}.pt-xxxl-124{padding-top:7.75rem!important}.pt-xxxl-126{padding-top:7.875rem!important}.pt-xxxl-128{padding-top:8rem!important}.pt-xxxl-130{padding-top:8.125rem!important}.pt-xxxl-132{padding-top:8.25rem!important}.pt-xxxl-134{padding-top:8.375rem!important}.pt-xxxl-136{padding-top:8.5rem!important}.pt-xxxl-138{padding-top:8.625rem!important}.pt-xxxl-140{padding-top:8.75rem!important}.pt-xxxl-142{padding-top:8.875rem!important}.pt-xxxl-144{padding-top:9rem!important}.pt-xxxl-146{padding-top:9.125rem!important}.pt-xxxl-148{padding-top:9.25rem!important}.pt-xxxl-150{padding-top:9.375rem!important}.pt-xxxl-152{padding-top:9.5rem!important}.pt-xxxl-154{padding-top:9.625rem!important}.pt-xxxl-156{padding-top:9.75rem!important}.pt-xxxl-158{padding-top:9.875rem!important}.pt-xxxl-160{padding-top:10rem!important}.pt-xxxl-162{padding-top:10.125rem!important}.pt-xxxl-164{padding-top:10.25rem!important}.pt-xxxl-166{padding-top:10.375rem!important}.pt-xxxl-168{padding-top:10.5rem!important}.pt-xxxl-170{padding-top:10.625rem!important}.pt-xxxl-172{padding-top:10.75rem!important}.pt-xxxl-174{padding-top:10.875rem!important}.pt-xxxl-176{padding-top:11rem!important}.pt-xxxl-178{padding-top:11.125rem!important}.pt-xxxl-180{padding-top:11.25rem!important}.pt-xxxl-182{padding-top:11.375rem!important}.pt-xxxl-184{padding-top:11.5rem!important}.pt-xxxl-186{padding-top:11.625rem!important}.pt-xxxl-188{padding-top:11.75rem!important}.pt-xxxl-190{padding-top:11.875rem!important}.pt-xxxl-192{padding-top:12rem!important}.pt-xxxl-194{padding-top:12.125rem!important}.pt-xxxl-196{padding-top:12.25rem!important}.pt-xxxl-198{padding-top:12.375rem!important}.pt-xxxl-200{padding-top:12.5rem!important}.pe-xxxl-0{padding-right:0!important}.pe-xxxl-2{padding-right:.125rem!important}.pe-xxxl-4{padding-right:.25rem!important}.pe-xxxl-6{padding-right:.375rem!important}.pe-xxxl-8{padding-right:.5rem!important}.pe-xxxl-10{padding-right:.625rem!important}.pe-xxxl-12{padding-right:.75rem!important}.pe-xxxl-14{padding-right:.875rem!important}.pe-xxxl-16{padding-right:1rem!important}.pe-xxxl-18{padding-right:1.125rem!important}.pe-xxxl-20{padding-right:1.25rem!important}.pe-xxxl-22{padding-right:1.375rem!important}.pe-xxxl-24{padding-right:1.5rem!important}.pe-xxxl-26{padding-right:1.625rem!important}.pe-xxxl-28{padding-right:1.75rem!important}.pe-xxxl-30{padding-right:1.875rem!important}.pe-xxxl-32{padding-right:2rem!important}.pe-xxxl-34{padding-right:2.125rem!important}.pe-xxxl-36{padding-right:2.25rem!important}.pe-xxxl-38{padding-right:2.375rem!important}.pe-xxxl-40{padding-right:2.5rem!important}.pe-xxxl-42{padding-right:2.625rem!important}.pe-xxxl-44{padding-right:2.75rem!important}.pe-xxxl-46{padding-right:2.875rem!important}.pe-xxxl-48{padding-right:3rem!important}.pe-xxxl-50{padding-right:3.125rem!important}.pe-xxxl-52{padding-right:3.25rem!important}.pe-xxxl-54{padding-right:3.375rem!important}.pe-xxxl-56{padding-right:3.5rem!important}.pe-xxxl-58{padding-right:3.625rem!important}.pe-xxxl-60{padding-right:3.75rem!important}.pe-xxxl-62{padding-right:3.875rem!important}.pe-xxxl-64{padding-right:4rem!important}.pe-xxxl-66{padding-right:4.125rem!important}.pe-xxxl-68{padding-right:4.25rem!important}.pe-xxxl-70{padding-right:4.375rem!important}.pe-xxxl-72{padding-right:4.5rem!important}.pe-xxxl-74{padding-right:4.625rem!important}.pe-xxxl-76{padding-right:4.75rem!important}.pe-xxxl-78{padding-right:4.875rem!important}.pe-xxxl-80{padding-right:5rem!important}.pe-xxxl-82{padding-right:5.125rem!important}.pe-xxxl-84{padding-right:5.25rem!important}.pe-xxxl-86{padding-right:5.375rem!important}.pe-xxxl-88{padding-right:5.5rem!important}.pe-xxxl-90{padding-right:5.625rem!important}.pe-xxxl-92{padding-right:5.75rem!important}.pe-xxxl-94{padding-right:5.875rem!important}.pe-xxxl-96{padding-right:6rem!important}.pe-xxxl-98{padding-right:6.125rem!important}.pe-xxxl-100{padding-right:6.25rem!important}.pe-xxxl-102{padding-right:6.375rem!important}.pe-xxxl-104{padding-right:6.5rem!important}.pe-xxxl-106{padding-right:6.625rem!important}.pe-xxxl-108{padding-right:6.75rem!important}.pe-xxxl-110{padding-right:6.875rem!important}.pe-xxxl-112{padding-right:7rem!important}.pe-xxxl-114{padding-right:7.125rem!important}.pe-xxxl-116{padding-right:7.25rem!important}.pe-xxxl-118{padding-right:7.375rem!important}.pe-xxxl-120{padding-right:7.5rem!important}.pe-xxxl-122{padding-right:7.625rem!important}.pe-xxxl-124{padding-right:7.75rem!important}.pe-xxxl-126{padding-right:7.875rem!important}.pe-xxxl-128{padding-right:8rem!important}.pe-xxxl-130{padding-right:8.125rem!important}.pe-xxxl-132{padding-right:8.25rem!important}.pe-xxxl-134{padding-right:8.375rem!important}.pe-xxxl-136{padding-right:8.5rem!important}.pe-xxxl-138{padding-right:8.625rem!important}.pe-xxxl-140{padding-right:8.75rem!important}.pe-xxxl-142{padding-right:8.875rem!important}.pe-xxxl-144{padding-right:9rem!important}.pe-xxxl-146{padding-right:9.125rem!important}.pe-xxxl-148{padding-right:9.25rem!important}.pe-xxxl-150{padding-right:9.375rem!important}.pe-xxxl-152{padding-right:9.5rem!important}.pe-xxxl-154{padding-right:9.625rem!important}.pe-xxxl-156{padding-right:9.75rem!important}.pe-xxxl-158{padding-right:9.875rem!important}.pe-xxxl-160{padding-right:10rem!important}.pe-xxxl-162{padding-right:10.125rem!important}.pe-xxxl-164{padding-right:10.25rem!important}.pe-xxxl-166{padding-right:10.375rem!important}.pe-xxxl-168{padding-right:10.5rem!important}.pe-xxxl-170{padding-right:10.625rem!important}.pe-xxxl-172{padding-right:10.75rem!important}.pe-xxxl-174{padding-right:10.875rem!important}.pe-xxxl-176{padding-right:11rem!important}.pe-xxxl-178{padding-right:11.125rem!important}.pe-xxxl-180{padding-right:11.25rem!important}.pe-xxxl-182{padding-right:11.375rem!important}.pe-xxxl-184{padding-right:11.5rem!important}.pe-xxxl-186{padding-right:11.625rem!important}.pe-xxxl-188{padding-right:11.75rem!important}.pe-xxxl-190{padding-right:11.875rem!important}.pe-xxxl-192{padding-right:12rem!important}.pe-xxxl-194{padding-right:12.125rem!important}.pe-xxxl-196{padding-right:12.25rem!important}.pe-xxxl-198{padding-right:12.375rem!important}.pe-xxxl-200{padding-right:12.5rem!important}.pb-xxxl-0{padding-bottom:0!important}.pb-xxxl-2{padding-bottom:.125rem!important}.pb-xxxl-4{padding-bottom:.25rem!important}.pb-xxxl-6{padding-bottom:.375rem!important}.pb-xxxl-8{padding-bottom:.5rem!important}.pb-xxxl-10{padding-bottom:.625rem!important}.pb-xxxl-12{padding-bottom:.75rem!important}.pb-xxxl-14{padding-bottom:.875rem!important}.pb-xxxl-16{padding-bottom:1rem!important}.pb-xxxl-18{padding-bottom:1.125rem!important}.pb-xxxl-20{padding-bottom:1.25rem!important}.pb-xxxl-22{padding-bottom:1.375rem!important}.pb-xxxl-24{padding-bottom:1.5rem!important}.pb-xxxl-26{padding-bottom:1.625rem!important}.pb-xxxl-28{padding-bottom:1.75rem!important}.pb-xxxl-30{padding-bottom:1.875rem!important}.pb-xxxl-32{padding-bottom:2rem!important}.pb-xxxl-34{padding-bottom:2.125rem!important}.pb-xxxl-36{padding-bottom:2.25rem!important}.pb-xxxl-38{padding-bottom:2.375rem!important}.pb-xxxl-40{padding-bottom:2.5rem!important}.pb-xxxl-42{padding-bottom:2.625rem!important}.pb-xxxl-44{padding-bottom:2.75rem!important}.pb-xxxl-46{padding-bottom:2.875rem!important}.pb-xxxl-48{padding-bottom:3rem!important}.pb-xxxl-50{padding-bottom:3.125rem!important}.pb-xxxl-52{padding-bottom:3.25rem!important}.pb-xxxl-54{padding-bottom:3.375rem!important}.pb-xxxl-56{padding-bottom:3.5rem!important}.pb-xxxl-58{padding-bottom:3.625rem!important}.pb-xxxl-60{padding-bottom:3.75rem!important}.pb-xxxl-62{padding-bottom:3.875rem!important}.pb-xxxl-64{padding-bottom:4rem!important}.pb-xxxl-66{padding-bottom:4.125rem!important}.pb-xxxl-68{padding-bottom:4.25rem!important}.pb-xxxl-70{padding-bottom:4.375rem!important}.pb-xxxl-72{padding-bottom:4.5rem!important}.pb-xxxl-74{padding-bottom:4.625rem!important}.pb-xxxl-76{padding-bottom:4.75rem!important}.pb-xxxl-78{padding-bottom:4.875rem!important}.pb-xxxl-80{padding-bottom:5rem!important}.pb-xxxl-82{padding-bottom:5.125rem!important}.pb-xxxl-84{padding-bottom:5.25rem!important}.pb-xxxl-86{padding-bottom:5.375rem!important}.pb-xxxl-88{padding-bottom:5.5rem!important}.pb-xxxl-90{padding-bottom:5.625rem!important}.pb-xxxl-92{padding-bottom:5.75rem!important}.pb-xxxl-94{padding-bottom:5.875rem!important}.pb-xxxl-96{padding-bottom:6rem!important}.pb-xxxl-98{padding-bottom:6.125rem!important}.pb-xxxl-100{padding-bottom:6.25rem!important}.pb-xxxl-102{padding-bottom:6.375rem!important}.pb-xxxl-104{padding-bottom:6.5rem!important}.pb-xxxl-106{padding-bottom:6.625rem!important}.pb-xxxl-108{padding-bottom:6.75rem!important}.pb-xxxl-110{padding-bottom:6.875rem!important}.pb-xxxl-112{padding-bottom:7rem!important}.pb-xxxl-114{padding-bottom:7.125rem!important}.pb-xxxl-116{padding-bottom:7.25rem!important}.pb-xxxl-118{padding-bottom:7.375rem!important}.pb-xxxl-120{padding-bottom:7.5rem!important}.pb-xxxl-122{padding-bottom:7.625rem!important}.pb-xxxl-124{padding-bottom:7.75rem!important}.pb-xxxl-126{padding-bottom:7.875rem!important}.pb-xxxl-128{padding-bottom:8rem!important}.pb-xxxl-130{padding-bottom:8.125rem!important}.pb-xxxl-132{padding-bottom:8.25rem!important}.pb-xxxl-134{padding-bottom:8.375rem!important}.pb-xxxl-136{padding-bottom:8.5rem!important}.pb-xxxl-138{padding-bottom:8.625rem!important}.pb-xxxl-140{padding-bottom:8.75rem!important}.pb-xxxl-142{padding-bottom:8.875rem!important}.pb-xxxl-144{padding-bottom:9rem!important}.pb-xxxl-146{padding-bottom:9.125rem!important}.pb-xxxl-148{padding-bottom:9.25rem!important}.pb-xxxl-150{padding-bottom:9.375rem!important}.pb-xxxl-152{padding-bottom:9.5rem!important}.pb-xxxl-154{padding-bottom:9.625rem!important}.pb-xxxl-156{padding-bottom:9.75rem!important}.pb-xxxl-158{padding-bottom:9.875rem!important}.pb-xxxl-160{padding-bottom:10rem!important}.pb-xxxl-162{padding-bottom:10.125rem!important}.pb-xxxl-164{padding-bottom:10.25rem!important}.pb-xxxl-166{padding-bottom:10.375rem!important}.pb-xxxl-168{padding-bottom:10.5rem!important}.pb-xxxl-170{padding-bottom:10.625rem!important}.pb-xxxl-172{padding-bottom:10.75rem!important}.pb-xxxl-174{padding-bottom:10.875rem!important}.pb-xxxl-176{padding-bottom:11rem!important}.pb-xxxl-178{padding-bottom:11.125rem!important}.pb-xxxl-180{padding-bottom:11.25rem!important}.pb-xxxl-182{padding-bottom:11.375rem!important}.pb-xxxl-184{padding-bottom:11.5rem!important}.pb-xxxl-186{padding-bottom:11.625rem!important}.pb-xxxl-188{padding-bottom:11.75rem!important}.pb-xxxl-190{padding-bottom:11.875rem!important}.pb-xxxl-192{padding-bottom:12rem!important}.pb-xxxl-194{padding-bottom:12.125rem!important}.pb-xxxl-196{padding-bottom:12.25rem!important}.pb-xxxl-198{padding-bottom:12.375rem!important}.pb-xxxl-200{padding-bottom:12.5rem!important}.ps-xxxl-0{padding-left:0!important}.ps-xxxl-2{padding-left:.125rem!important}.ps-xxxl-4{padding-left:.25rem!important}.ps-xxxl-6{padding-left:.375rem!important}.ps-xxxl-8{padding-left:.5rem!important}.ps-xxxl-10{padding-left:.625rem!important}.ps-xxxl-12{padding-left:.75rem!important}.ps-xxxl-14{padding-left:.875rem!important}.ps-xxxl-16{padding-left:1rem!important}.ps-xxxl-18{padding-left:1.125rem!important}.ps-xxxl-20{padding-left:1.25rem!important}.ps-xxxl-22{padding-left:1.375rem!important}.ps-xxxl-24{padding-left:1.5rem!important}.ps-xxxl-26{padding-left:1.625rem!important}.ps-xxxl-28{padding-left:1.75rem!important}.ps-xxxl-30{padding-left:1.875rem!important}.ps-xxxl-32{padding-left:2rem!important}.ps-xxxl-34{padding-left:2.125rem!important}.ps-xxxl-36{padding-left:2.25rem!important}.ps-xxxl-38{padding-left:2.375rem!important}.ps-xxxl-40{padding-left:2.5rem!important}.ps-xxxl-42{padding-left:2.625rem!important}.ps-xxxl-44{padding-left:2.75rem!important}.ps-xxxl-46{padding-left:2.875rem!important}.ps-xxxl-48{padding-left:3rem!important}.ps-xxxl-50{padding-left:3.125rem!important}.ps-xxxl-52{padding-left:3.25rem!important}.ps-xxxl-54{padding-left:3.375rem!important}.ps-xxxl-56{padding-left:3.5rem!important}.ps-xxxl-58{padding-left:3.625rem!important}.ps-xxxl-60{padding-left:3.75rem!important}.ps-xxxl-62{padding-left:3.875rem!important}.ps-xxxl-64{padding-left:4rem!important}.ps-xxxl-66{padding-left:4.125rem!important}.ps-xxxl-68{padding-left:4.25rem!important}.ps-xxxl-70{padding-left:4.375rem!important}.ps-xxxl-72{padding-left:4.5rem!important}.ps-xxxl-74{padding-left:4.625rem!important}.ps-xxxl-76{padding-left:4.75rem!important}.ps-xxxl-78{padding-left:4.875rem!important}.ps-xxxl-80{padding-left:5rem!important}.ps-xxxl-82{padding-left:5.125rem!important}.ps-xxxl-84{padding-left:5.25rem!important}.ps-xxxl-86{padding-left:5.375rem!important}.ps-xxxl-88{padding-left:5.5rem!important}.ps-xxxl-90{padding-left:5.625rem!important}.ps-xxxl-92{padding-left:5.75rem!important}.ps-xxxl-94{padding-left:5.875rem!important}.ps-xxxl-96{padding-left:6rem!important}.ps-xxxl-98{padding-left:6.125rem!important}.ps-xxxl-100{padding-left:6.25rem!important}.ps-xxxl-102{padding-left:6.375rem!important}.ps-xxxl-104{padding-left:6.5rem!important}.ps-xxxl-106{padding-left:6.625rem!important}.ps-xxxl-108{padding-left:6.75rem!important}.ps-xxxl-110{padding-left:6.875rem!important}.ps-xxxl-112{padding-left:7rem!important}.ps-xxxl-114{padding-left:7.125rem!important}.ps-xxxl-116{padding-left:7.25rem!important}.ps-xxxl-118{padding-left:7.375rem!important}.ps-xxxl-120{padding-left:7.5rem!important}.ps-xxxl-122{padding-left:7.625rem!important}.ps-xxxl-124{padding-left:7.75rem!important}.ps-xxxl-126{padding-left:7.875rem!important}.ps-xxxl-128{padding-left:8rem!important}.ps-xxxl-130{padding-left:8.125rem!important}.ps-xxxl-132{padding-left:8.25rem!important}.ps-xxxl-134{padding-left:8.375rem!important}.ps-xxxl-136{padding-left:8.5rem!important}.ps-xxxl-138{padding-left:8.625rem!important}.ps-xxxl-140{padding-left:8.75rem!important}.ps-xxxl-142{padding-left:8.875rem!important}.ps-xxxl-144{padding-left:9rem!important}.ps-xxxl-146{padding-left:9.125rem!important}.ps-xxxl-148{padding-left:9.25rem!important}.ps-xxxl-150{padding-left:9.375rem!important}.ps-xxxl-152{padding-left:9.5rem!important}.ps-xxxl-154{padding-left:9.625rem!important}.ps-xxxl-156{padding-left:9.75rem!important}.ps-xxxl-158{padding-left:9.875rem!important}.ps-xxxl-160{padding-left:10rem!important}.ps-xxxl-162{padding-left:10.125rem!important}.ps-xxxl-164{padding-left:10.25rem!important}.ps-xxxl-166{padding-left:10.375rem!important}.ps-xxxl-168{padding-left:10.5rem!important}.ps-xxxl-170{padding-left:10.625rem!important}.ps-xxxl-172{padding-left:10.75rem!important}.ps-xxxl-174{padding-left:10.875rem!important}.ps-xxxl-176{padding-left:11rem!important}.ps-xxxl-178{padding-left:11.125rem!important}.ps-xxxl-180{padding-left:11.25rem!important}.ps-xxxl-182{padding-left:11.375rem!important}.ps-xxxl-184{padding-left:11.5rem!important}.ps-xxxl-186{padding-left:11.625rem!important}.ps-xxxl-188{padding-left:11.75rem!important}.ps-xxxl-190{padding-left:11.875rem!important}.ps-xxxl-192{padding-left:12rem!important}.ps-xxxl-194{padding-left:12.125rem!important}.ps-xxxl-196{padding-left:12.25rem!important}.ps-xxxl-198{padding-left:12.375rem!important}.ps-xxxl-200{padding-left:12.5rem!important}.gap-xxxl-0{gap:0!important}.gap-xxxl-2{gap:.125rem!important}.gap-xxxl-4{gap:.25rem!important}.gap-xxxl-6{gap:.375rem!important}.gap-xxxl-8{gap:.5rem!important}.gap-xxxl-10{gap:.625rem!important}.gap-xxxl-12{gap:.75rem!important}.gap-xxxl-14{gap:.875rem!important}.gap-xxxl-16{gap:1rem!important}.gap-xxxl-18{gap:1.125rem!important}.gap-xxxl-20{gap:1.25rem!important}.gap-xxxl-22{gap:1.375rem!important}.gap-xxxl-24{gap:1.5rem!important}.gap-xxxl-26{gap:1.625rem!important}.gap-xxxl-28{gap:1.75rem!important}.gap-xxxl-30{gap:1.875rem!important}.gap-xxxl-32{gap:2rem!important}.gap-xxxl-34{gap:2.125rem!important}.gap-xxxl-36{gap:2.25rem!important}.gap-xxxl-38{gap:2.375rem!important}.gap-xxxl-40{gap:2.5rem!important}.gap-xxxl-42{gap:2.625rem!important}.gap-xxxl-44{gap:2.75rem!important}.gap-xxxl-46{gap:2.875rem!important}.gap-xxxl-48{gap:3rem!important}.gap-xxxl-50{gap:3.125rem!important}.gap-xxxl-52{gap:3.25rem!important}.gap-xxxl-54{gap:3.375rem!important}.gap-xxxl-56{gap:3.5rem!important}.gap-xxxl-58{gap:3.625rem!important}.gap-xxxl-60{gap:3.75rem!important}.gap-xxxl-62{gap:3.875rem!important}.gap-xxxl-64{gap:4rem!important}.gap-xxxl-66{gap:4.125rem!important}.gap-xxxl-68{gap:4.25rem!important}.gap-xxxl-70{gap:4.375rem!important}.gap-xxxl-72{gap:4.5rem!important}.gap-xxxl-74{gap:4.625rem!important}.gap-xxxl-76{gap:4.75rem!important}.gap-xxxl-78{gap:4.875rem!important}.gap-xxxl-80{gap:5rem!important}.gap-xxxl-82{gap:5.125rem!important}.gap-xxxl-84{gap:5.25rem!important}.gap-xxxl-86{gap:5.375rem!important}.gap-xxxl-88{gap:5.5rem!important}.gap-xxxl-90{gap:5.625rem!important}.gap-xxxl-92{gap:5.75rem!important}.gap-xxxl-94{gap:5.875rem!important}.gap-xxxl-96{gap:6rem!important}.gap-xxxl-98{gap:6.125rem!important}.gap-xxxl-100{gap:6.25rem!important}.gap-xxxl-102{gap:6.375rem!important}.gap-xxxl-104{gap:6.5rem!important}.gap-xxxl-106{gap:6.625rem!important}.gap-xxxl-108{gap:6.75rem!important}.gap-xxxl-110{gap:6.875rem!important}.gap-xxxl-112{gap:7rem!important}.gap-xxxl-114{gap:7.125rem!important}.gap-xxxl-116{gap:7.25rem!important}.gap-xxxl-118{gap:7.375rem!important}.gap-xxxl-120{gap:7.5rem!important}.gap-xxxl-122{gap:7.625rem!important}.gap-xxxl-124{gap:7.75rem!important}.gap-xxxl-126{gap:7.875rem!important}.gap-xxxl-128{gap:8rem!important}.gap-xxxl-130{gap:8.125rem!important}.gap-xxxl-132{gap:8.25rem!important}.gap-xxxl-134{gap:8.375rem!important}.gap-xxxl-136{gap:8.5rem!important}.gap-xxxl-138{gap:8.625rem!important}.gap-xxxl-140{gap:8.75rem!important}.gap-xxxl-142{gap:8.875rem!important}.gap-xxxl-144{gap:9rem!important}.gap-xxxl-146{gap:9.125rem!important}.gap-xxxl-148{gap:9.25rem!important}.gap-xxxl-150{gap:9.375rem!important}.gap-xxxl-152{gap:9.5rem!important}.gap-xxxl-154{gap:9.625rem!important}.gap-xxxl-156{gap:9.75rem!important}.gap-xxxl-158{gap:9.875rem!important}.gap-xxxl-160{gap:10rem!important}.gap-xxxl-162{gap:10.125rem!important}.gap-xxxl-164{gap:10.25rem!important}.gap-xxxl-166{gap:10.375rem!important}.gap-xxxl-168{gap:10.5rem!important}.gap-xxxl-170{gap:10.625rem!important}.gap-xxxl-172{gap:10.75rem!important}.gap-xxxl-174{gap:10.875rem!important}.gap-xxxl-176{gap:11rem!important}.gap-xxxl-178{gap:11.125rem!important}.gap-xxxl-180{gap:11.25rem!important}.gap-xxxl-182{gap:11.375rem!important}.gap-xxxl-184{gap:11.5rem!important}.gap-xxxl-186{gap:11.625rem!important}.gap-xxxl-188{gap:11.75rem!important}.gap-xxxl-190{gap:11.875rem!important}.gap-xxxl-192{gap:12rem!important}.gap-xxxl-194{gap:12.125rem!important}.gap-xxxl-196{gap:12.25rem!important}.gap-xxxl-198{gap:12.375rem!important}.gap-xxxl-200{gap:12.5rem!important}.text-xxxl-start{text-align:left!important}.text-xxxl-end{text-align:right!important}.text-xxxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.25rem!important}.fs-2{font-size:1.875rem!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}}:root{--navbar-height:90px}@media (min-width:576px){:root{--navbar-height:90px}}html.user-loggedin .hidden-is-notloggedin,html:not(.user-loggedin) .hidden-is-loggedin{display:none!important}.text-heading{color:#111827}.link-body{color:#6b7280}.link-body:focus,.link-body:hover{color:var(--bs-primary)}.text-decoration-hover{text-decoration:none}.text-decoration-hover:hover{text-decoration:underline}.remove-last-margin>:last-child{margin-bottom:0}a[data-fancybox]{cursor:pointer}a[data-fancybox]:focus-visible{box-shadow:0 0 4px 2px rgba(var(--bs-primary-rgb),.5)}.scrollable-y{max-height:var(--scrollable-max,100vh);overflow-y:scroll}.scrollable-x{max-width:var(--scrollable-max,100vw);overflow-x:scroll}img.object-fit-cover{display:block;-o-object-fit:cover;object-fit:cover;width:100%}img.object-fit-contain,img.object-fit-cover{height:100%;-o-object-position:center;object-position:center}img.object-fit-contain{-o-object-fit:contain;object-fit:contain;width:auto}.xtrs-expander .expander-inner{overflow:hidden;position:relative;transition:.2s ease-in-out}.xtrs-expander.expander-closed .expander-overlay{background:#fff;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,0));bottom:0;height:60px;left:0;position:absolute;right:0}.reset-button{background-color:#fff;border:none;box-shadow:none;padding:0}.status-beschikbaar{--icon-color:32,191,85}.status-gereserveerd,.status-optie{--icon-color:252,216,37}.status-onder-voorbehoud,.status-vergeven{--icon-color:239,93,66}.status-nnb{--icon-color:var(--bs-gray-500-rgb)}.kenmerken-list .kenmerken-category .kenmerken-head{border-bottom:1px solid var(--bs-gray-200);margin-bottom:0;padding:.5rem 0}.kenmerken-list .kenmerken-category .kenmerken-body{padding:.5rem 0}.kenmerken-list .kenmerken-category .kenmerken-body .kenmerken-group{display:flex;flex-direction:row;padding:.25rem 0}.kenmerken-list .kenmerken-category .kenmerken-body .kenmerken-group .kenmerken-item:first-child{flex-basis:40%;min-width:40%;opacity:.5}.kenmerken-list .kenmerken-category .kenmerken-body .kenmerken-group .kenmerken-item:last-child{flex-basis:60%;min-width:60%}#collapseBottomNav{max-height:60vh;overflow-y:auto}.collapsed-flip-svg svg{transform:rotate(0);transition:.2s}.collapsed-flip-svg[aria-expanded=true] svg{transform:rotate(180deg)}.show-hide-expanded[aria-expanded=false] .hide-not-expanded,.show-hide-expanded[aria-expanded=true] .hide-expanded{display:none}.bg-primary-light{background-color:#f3f0f6}.form-tabs-nav a:not(.active).is-invalid{color:#dc3545}.formtabs-controls .btn[disabled]{display:none}.breadcrumb-container{padding:17px 12px 17px var(--corner-width)}.breadcrumb-container .breadcrumb{margin-left:16px}.breadcrumb-container .breadcrumb-item:before{display:none!important}.breadcrumb-container i,.breadcrumb-container svg{margin-right:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-container a:not(:hover){text-decoration:none}.btn-white{--bs-btn-color:var(--bs-gray-700);--bs-btn-border-color:var(--bs-gray-300);--bs-btn-hover-color:var(--bs-gray-700);--bs-btn-hover-border-color:var(--bs-primary);--bs-btn-active-color:var(--bs-primary);--bs-btn-active-border-color:var(--bs-primary);--bs-btn-disabled-color:var(--bs-gray-700);--bs-btn-disabled-bg:var(--bs-gray-100);--bs-btn-disabled-border-color:var(--bs-gray-300)}#cookiebar-nbnl .btn-dark,.btn-secondary{--bs-btn-color:#fff;--bs-btn-hover-color:#fff;--bs-btn-active-color:#fff;--bs-btn-disabled-color:#fff;font-weight:600}.fb-carousel{position:relative}.fb-carousel.row .carousel__slide{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5)}.fb-carousel.fill-height .carousel__slide,.fb-carousel.fill-height .carousel__track,.fb-carousel.fill-height .carousel__viewport,.fb-carousel.fill-height>*{height:100%!important}.fb-carousel .carousel__slide{max-height:var(--fb-max,none)}.custom-carousel-nav button{align-items:center;background-color:var(--carousel-nav-background,#fff);border:1px solid var(--carousel-nav-border,var(--bs-gray-300));border-radius:50%;box-shadow:0 2px 2px #0000000a;display:flex;font-size:var(--icon-size,1rem);height:var(--carousel-nav-size,34px);justify-content:center;width:var(--carousel-nav-size,34px)}.custom-carousel-nav button[disabled]{cursor:default;opacity:.3}.init-carousel.nav-top .custom-carousel-nav,.swiper.nav-top .custom-carousel-nav{bottom:100%;display:flex;flex-direction:row-reverse;margin-bottom:var(--carousel-nav-offset,6px);position:absolute;right:calc(var(--bs-gutter-x)*.5)}.init-carousel.nav-top .custom-carousel-nav button.is-next,.swiper.nav-top .custom-carousel-nav button.is-next{margin-left:var(--carousel-button-spacing,8px)}.init-carousel:not(.nav-top) .custom-carousel-nav button,.swiper:not(.nav-top) .custom-carousel-nav button{position:absolute;top:50%;transform:translateY(-50%)}.init-carousel:not(.nav-top) .custom-carousel-nav button.is-next,.swiper:not(.nav-top) .custom-carousel-nav button.is-next{right:var(--carousel-nav-offset,32px)}.init-carousel:not(.nav-top) .custom-carousel-nav button.is-prev,.swiper:not(.nav-top) .custom-carousel-nav button.is-prev{left:var(--carousel-nav-offset,32px)}.carousel-as-nav .carousel__slide{opacity:.5;transition:.3s;width:100px}@media (min-width:576px){.carousel-as-nav .carousel__slide{width:140px}}.carousel-as-nav .carousel__slide.is-nav-selected{opacity:1}#carousel-account-projecten .carousel__slide{width:70%}@media (min-width:480px){#carousel-account-projecten .carousel__slide{width:62.5%}}@media (min-width:576px){#carousel-account-projecten .carousel__slide{width:41.5%}}@media (min-width:1200px){#carousel-account-projecten .carousel__slide{width:35.5%}}@media (min-width:1400px){#carousel-account-projecten .carousel__slide{width:31.25%}}.hover-shadow{box-shadow:0 0 0 0 var(--bs-gray-200);transition:.3s}.hover-shadow.card:not(.border-0){border:none;box-shadow:0 0 0 1px var(--bs-gray-200)}.hover-shadow.card:not(.border-0):hover,.hover-shadow:hover{box-shadow:0 0 0 2px var(--bs-primary),0 3px 16px rgba(0,0,0,.16)}.hover-shadow.bg-primary:hover{background-color:#391a5b!important}p.card-text:not(:last-child){margin-bottom:var(--card-text-spacer,1rem)}.card-img-overlay.bg-black{transition:.3s}.card-img-overlay.bg-black:hover{--bs-bg-opacity:.6!important}.card-img-overlay.bg-primary{transition:.3s}.card-img-overlay.bg-primary:hover{--bs-bg-opacity:.6!important}.card-nieuws .card-img-overlay{text-shadow:1px 1px 1px rgba(0,0,0,.5)}.message-data{margin-bottom:15px}.message-data-time{padding-left:6px}.message{border-radius:7px;color:#fff;margin-bottom:30px;padding:10px;position:relative;width:90%}.message:after{border:10px solid transparent;border-bottom-color:#f5f5f5;bottom:100%;content:" ";height:0;left:7%;margin-left:-10px;pointer-events:none;position:absolute;width:0}.my-message{background:#f5f5f5;color:#000}.other-message{background:var(--bs-primary)}.other-message:after{border-bottom-color:var(--bs-primary);left:93%}.slim-scroller{overflow-y:scroll}.slim-scroller::-webkit-scrollbar{width:6px}.slim-scroller::-webkit-scrollbar-track{background:hsla(0,0%,100%,0)}.slim-scroller::-webkit-scrollbar-thumb{background:rgba(0,0,0,.4);border-radius:4px}.slim-scroller::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.8)}.form-info,.is-invalid~.form-info .invalid-feedback,.is-invalid~.form-info .invalid-tooltip{display:block}.form-info{font-size:.75rem}.form-info>span{display:block}@media (min-width:576px){form.force-example-spacing .set-example-spacing input.form-control,form.force-example-spacing .set-example-spacing select.form-select,form.force-example-spacing .set-example-spacing textarea.form-control{margin-bottom:1.25rem}form.force-example-spacing .set-example-spacing .form-info{margin-top:-1.25rem;min-height:1.25rem}}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (min-width:768px){.form-step-container{display:flex}}.form-step-container .form-steps{margin-bottom:32px}@media (min-width:768px){.form-step-container .form-steps{flex-shrink:0;margin-bottom:0;padding-right:16px;width:200px}}@media (min-width:992px){.form-step-container .form-steps{padding-right:32px;width:260px}}.form-step-container .form-container{flex-grow:1}.form-step-container .nav-link{font-size:.875rem;font-weight:600;outline:none;padding:4px 4px 4px 24px;position:relative}.form-step-container .nav-link:after,.form-step-container .nav-link:before{border-radius:50%;content:"";display:block;position:absolute}.form-step-container .nav-link:before{background-color:transparent;height:16px;left:0;top:6px;width:16px}.form-step-container .nav-link:after{background-color:var(--bs-gray-300);height:8px;left:4px;top:10px;width:8px}.form-step-container .nav-link.active:before{background-color:rgba(var(--bs-primary-rgb),.2)}.form-step-container .nav-link.active:after{background-color:var(--bs-primary)}.form-step-container .nav-link.is-valid:before{background-color:transparent;background-image:url(/common/img/check-solid.svg);background-repeat:no-repeat;background-size:contain}.form-step-container .nav-link.is-valid:after{background-color:var(--bs-primary);height:16px;left:0;top:6px;width:16px}.form-check-input:focus,.form-control:focus,.form-select:focus{border-color:rgba(var(--bs-primary-rgb),.25);box-shadow:0 0 0 .25rem rgba(var(--bs-primary-rgb),.25)}.form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.home-header.full-header{height:calc(100vh - var( --navbar-height))}.home-header.full-header #bsCarouselHomeHeader{width:100%}.home-header.full-header #bsCarouselHomeHeader:after{bottom:0;content:"";display:block;left:0;position:absolute;right:0}.home-header.full-header #bsCarouselHomeHeader:after,.home-header.full-header .vimeo-overlay{background:linear-gradient(180deg,rgba(17,24,39,0),rgba(17,24,39,.6));height:36%;width:100%;z-index:1}.nav:not(.nav-pills) .nav-link.active{color:var(--bs-primary)}.nav{--bs-nav-link-hover-color:var(--bs-primary)}.navbar-height{min-height:var(--navbar-height)}body{--corner-width:120px;--corner-height:44px;--corner-offset:4px;--brand-height:64px;--brand-margin:0 0 -22px 14px}@media (min-width:576px){body{--corner-width:210px;--corner-height:77px;--corner-offset:7px;--brand-height:108px;--brand-margin:0 0 -45px 28px}}@media (min-width:1200px){body{--corner-width:260px;--corner-height:88px;--corner-offset:8px;--brand-height:120px;--brand-margin:0px 0 -54px 40px}}body.scrolled{--corner-width:108px;--corner-height:33px;--corner-offset:3px;--brand-height:60px;--brand-margin:0 0 -16px 10px}@media (min-width:576px){body.scrolled{--corner-width:170px;--corner-height:33px;--corner-offset:3px;--brand-height:84px;--brand-margin:0px 0 -12px 26px}}@media (min-width:1200px){body.scrolled{--corner-width:180px;--corner-height:44px;--corner-offset:4px;--brand-height:96px;--brand-margin:0px 0 -20px 24px}}.dropdown-menu.show{margin-top:var(--bs-dropdown-spacer)}.navbar{transition:.3s}@media (max-width:575.98px){body.scrolled .navbar{top:-30px}}@media (min-width:1200px){.navbar #navbar-menu .dropdown:hover .dropdown-menu{display:block;margin-top:-2px}}.navbar .navbar-nav .nav-item{margin:2px}.navbar .navbar-nav .nav-link{--bs-nav-link-padding-y:4px;--bs-nav-link-padding-x:9px;--bs-navbar-nav-link-padding-x:9px;border-radius:4px;letter-spacing:-.005em;line-height:1.25}.navbar .navbar-nav .nav-link[type=button]{border:none;box-shadow:none}.navbar .navbar-nav .nav-link.active,.navbar .navbar-nav .nav-link:hover{background-color:var(--bs-gray-100)}@media (min-width:1400px){.navbar .navbar-nav{--bs-nav-link-font-size:1rem}}@media (min-width:576px){.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl,.navbar .container-xxl{padding-left:calc(var(--corner-width) - 32px);transition:.3s}}@media (min-width:576px) and (min-width:1200px){.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl,.navbar .container-xxl{padding-left:calc(var(--corner-width) - 48px)}}@media (min-width:576px){body.scrolled .navbar .container-fluid,body.scrolled .navbar .container-lg,body.scrolled .navbar .container-md,body.scrolled .navbar .container-sm,body.scrolled .navbar .container-xl,body.scrolled .navbar .container-xxl{padding-left:calc(var(--corner-width))}}.navbar .navbar-brand,.navbar .navbar-corner,.navbar .navbar-shadow{z-index:1048}.navbar .navbar-corner{left:0;overflow:hidden;padding-bottom:40px;position:absolute;top:calc(100% - var(--corner-offset));transition:.3s}.navbar .navbar-corner svg{filter:drop-shadow(0 0 6px rgba(0,0,0,.2));height:var(--corner-height);transition:.3s;width:var(--corner-width)}.navbar .navbar-corner:before{background-color:#fff;bottom:calc(100% - var(--corner-offset));content:"";display:block;height:50px;left:0;position:absolute;transition:.3s;width:calc(100% + 40px);z-index:1}.navbar .navbar-shadow{height:20px;left:var(--corner-width);overflow:hidden;position:absolute;right:0;top:100%;transition:.3s}.navbar .navbar-shadow div{box-shadow:0 0 12px rgba(0,0,0,.2);display:block;height:4px;margin-left:-20px;margin-top:-4px;width:calc(100% + 40px)}.navbar .navbar-brand{bottom:0;height:var(--brand-height);left:0;margin:var(--brand-margin);padding:0;position:absolute;transition:.3s}.navbar .nav-text{background-color:rgba(var(--bs-primary-rgb),.1);border-bottom-left-radius:12px;position:absolute;right:0;top:0;transition:.3s}@media (max-width:640px){.navbar .nav-text{font-size:.75rem!important}}@media (max-width:575.998px){.navbar .nav-text{border-bottom-left-radius:0;left:0}}.offcanvas:not(.offcanvas-xl){background:var(--bs-offcanvas-bg);background:linear-gradient(180deg,#522583,#411e67)}@media (min-width:576px){.offcanvas:not(.offcanvas-xl){--bs-offcanvas-padding-x:2rem}}@media (min-width:768px){.offcanvas:not(.offcanvas-xl){width:480px}}.offcanvas:not(.offcanvas-xl),.offcanvas:not(.offcanvas-xl)+.offcanvas-backdrop{margin-top:var(--navbar-height)}@media (max-width:575.98px){body.scrolled .offcanvas:not(.offcanvas-xl),body.scrolled .offcanvas:not(.offcanvas-xl)+.offcanvas-backdrop{margin-top:calc(var(--navbar-height) - 30px)}}.offcanvas:not(.offcanvas-xl) .nav-item{margin:0 0 16px}.offcanvas:not(.offcanvas-xl) .nav-link{--bs-nav-link-padding-x:0;--bs-navbar-nav-link-padding-x:0;--bs-nav-link-color:var(--bs-offcanvas-color);--bs-nav-link-hover-color:var(--bs-offcanvas-color);--bs-navbar-active-color:var(--bs-offcanvas-color);--bs-nav-link-font-weight:500;--bs-nav-link-font-size:1.25rem;background-color:transparent!important;transition:.3s}@media (min-width:576px){.offcanvas:not(.offcanvas-xl) .nav-link{--bs-nav-link-font-size:1.5rem}}.offcanvas:not(.offcanvas-xl) .dropdown-item.active,.offcanvas:not(.offcanvas-xl) .dropdown-item:hover,.offcanvas:not(.offcanvas-xl) a.nav-link.active,.offcanvas:not(.offcanvas-xl) a.nav-link:hover{text-decoration:underline}.offcanvas:not(.offcanvas-xl) .dropdown>a{cursor:default;pointer-events:none}.offcanvas:not(.offcanvas-xl) .dropdown-menu{--bs-dropdown-box-shadow:none;--bs-dropdown-padding-y:0;--bs-dropdown-padding-x:0.5rem;--bs-dropdown-spacer:0;--bs-dropdown-bg:transparent;--bs-dropdown-border-radius:0;--bs-dropdown-link-color:#fff;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-hover-bg:transparent;--bs-dropdown-link-active-bg:transparent;border:none;display:block;font-size:1rem}.offcanvas:not(.offcanvas-xl) .dropdown-menu .list-group-item{margin:0}@media (max-width:1199.98px){.offcanvas.offcanvas-xl{background:var(--bs-offcanvas-bg);background:linear-gradient(180deg,#522583,#411e67)}}@media (max-width:1199.98px) and (min-width:576px){.offcanvas.offcanvas-xl{--bs-offcanvas-padding-x:2rem}}@media (max-width:1199.98px) and (min-width:768px){.offcanvas.offcanvas-xl{width:480px}}@media (max-width:1199.98px){.offcanvas.offcanvas-xl,.offcanvas.offcanvas-xl+.offcanvas-backdrop{margin-top:var(--navbar-height)}}@media (max-width:1199.98px) and (max-width:575.98px){body.scrolled .offcanvas.offcanvas-xl,body.scrolled .offcanvas.offcanvas-xl+.offcanvas-backdrop{margin-top:calc(var(--navbar-height) - 30px)}}@media (max-width:1199.98px){.offcanvas.offcanvas-xl .nav-item{margin:0 0 16px}.offcanvas.offcanvas-xl .nav-link{--bs-nav-link-padding-x:0;--bs-navbar-nav-link-padding-x:0;--bs-nav-link-color:var(--bs-offcanvas-color);--bs-nav-link-hover-color:var(--bs-offcanvas-color);--bs-navbar-active-color:var(--bs-offcanvas-color);--bs-nav-link-font-weight:500;--bs-nav-link-font-size:1.25rem;background-color:transparent!important;transition:.3s}}@media (max-width:1199.98px) and (min-width:576px){.offcanvas.offcanvas-xl .nav-link{--bs-nav-link-font-size:1.5rem}}@media (max-width:1199.98px){.offcanvas.offcanvas-xl .dropdown-item.active,.offcanvas.offcanvas-xl .dropdown-item:hover,.offcanvas.offcanvas-xl a.nav-link.active,.offcanvas.offcanvas-xl a.nav-link:hover{text-decoration:underline}.offcanvas.offcanvas-xl .dropdown>a{cursor:default;pointer-events:none}.offcanvas.offcanvas-xl .dropdown-menu{--bs-dropdown-box-shadow:none;--bs-dropdown-padding-y:0;--bs-dropdown-padding-x:0.5rem;--bs-dropdown-spacer:0;--bs-dropdown-bg:transparent;--bs-dropdown-border-radius:0;--bs-dropdown-link-color:#fff;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-hover-bg:transparent;--bs-dropdown-link-active-bg:transparent;border:none;display:block;font-size:1rem}.offcanvas.offcanvas-xl .dropdown-menu .list-group-item{margin:0}}.pagination{--bs-pagination-active-bg:var(--bs-primary);--bs-pagination-active-border-color:var(--bs-primary);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-primary-rgb),.25)}.font-heading{font-family:Baloo\ 2,cursive,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}.font-body{font-family:Inter,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}#cookiebar-nbnl{bottom:32px;box-shadow:0 6px 38px 6px rgba(0,0,0,.3)!important;left:auto;max-width:380px;right:32px;width:100%}#cookiebar-nbnl .mt-1{margin-top:4px}#cookiebar-nbnl .h4,#cookiebar-nbnl h4{font-family:Inter,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;font-weight:600}@media (max-width:767.98px){#cookiebar-nbnl{bottom:12px;font-size:.875rem;max-width:300px;right:12px}#cookiebar-nbnl .h4,#cookiebar-nbnl h4{font-size:1rem}}@media (max-width:575.98px){#cookiebar-nbnl{max-width:250px}#cookiebar-nbnl .btn{font-size:.875rem}}#nw-popup{max-width:80vw;opacity:0;transition:opacity .75s ease-in-out;transition-delay:10ms;visibility:hidden;z-index:1030}html:not(.cookiebar-open) #nw-popup.active{opacity:1;visibility:visible}#nw-popup>div{box-shadow:0 6px 38px 6px rgba(0,0,0,.3);max-width:380px;width:100%}@media (max-width:767.98px){#nw-popup{font-size:.875rem}#nw-popup .h5,#nw-popup h5{font-size:1rem}#nw-popup>div{max-width:300px}}@media (max-width:575.98px){#nw-popup{max-width:80vw}#nw-popup>div{max-width:250px}#nw-popup .btn{font-size:.875rem}}#vue-projectaanbod .list-view{flex-shrink:0;width:100%}@media (min-width:768px){#vue-projectaanbod .list-view{width:560px}}@media (min-width:992px){#vue-projectaanbod .list-view{width:656px}}@media (min-width:1400px){#vue-projectaanbod .list-view{width:968px}}@media (min-width:1960px){#vue-projectaanbod .list-view{width:1280px}}@media (min-width:768px){#vue-projectaanbod .row>*{width:50%}}@media (min-width:1400px){#vue-projectaanbod .row>*{width:33.33333%}}@media (min-width:1960px){#vue-projectaanbod .row>*{width:25%}}@media (max-width:767.98px){#vue-projectaanbod .map-container{bottom:0;left:100%;position:absolute;top:0;transition:.3s;width:100%;z-index:5}#vue-projectaanbod .map-container.active{left:0}}.aanbod-detail-sticky{position:-webkit-sticky;position:sticky;top:var(--navbar-height)}@media (max-width:480px){.project-header{height:300px}}@media (min-width:992px){.project-header{height:700px}}.project-header:after{background:#3c3c3b;background:linear-gradient(0deg,#3c3c3b,rgba(60,60,59,0));bottom:0;content:"";display:block;height:50%;left:0;position:absolute;width:100%;z-index:1}@media (max-width:480px){.project-header-video{min-height:162px}}@media (min-width:992px){.project-header-video{max-height:100%}}.project-header-video .container-video{max-width:1920px}.project-info{border-bottom:1px solid var(--bs-gray-200)}.project-info svg{color:var(--bs-primary);font-size:1.25rem;margin-right:16px}@media (min-width:768px){.project-info svg{font-size:1.5rem;margin-right:16px}}@media (max-width:767.98px){.project-info .project-info-item:not(:last-of-type){border-bottom:1px solid var(--bs-gray-200)}}@media (min-width:1400px){.home-header .container>.row>*{width:60%}}.home-header #bsCarouselHomeHeader{width:46%}.home-header .search-projects{max-width:950px}.home-header #frmSearchHome .btn{border-radius:10px}@media (max-width:575.98px){.home-header #frmSearchHome .btn{font-size:.875rem!important}}.home-header #frmSearchHome .search-options{background-color:rgba(var(--bs-primary-rgb),.2);border-radius:10px;overflow:hidden}.home-header #frmSearchHome .search-option .btn{box-shadow:none}.home-header #frmSearchHome .search-option .btn-check:not(:checked)+.btn{background-color:transparent;border-color:transparent;color:var(--bs-btn-bg)}::-moz-selection{background:var(--bs-primary);color:#fff}::selection{background:var(--bs-primary);color:#fff}.bg-primary ::-moz-selection,.text-bg-primary ::-moz-selection{background:#fff;color:var(--bs-primary)}.bg-primary ::selection,.text-bg-primary ::selection{background:#fff;color:var(--bs-primary)}@media (min-width:1400px){body.page-home .container,body.page-home .container-lg,body.page-home .container-md,body.page-home .container-sm,body.page-home .container-xl,body.page-home .container-xxl{max-width:1320px}}@media (min-width:1700px){body.page-home .container,body.page-home .container-lg,body.page-home .container-md,body.page-home .container-sm,body.page-home .container-xl,body.page-home .container-xxl,body.page-home .container-xxxl{max-width:1640px}}.btn-outline-secondary{--bs-btn-hover-color:#fff;--bs-btn-active-color:#fff}.home-actueel .custom-carousel-nav,.home-uitgelicht .custom-carousel-nav,.page-actueel .custom-carousel-nav{--carousel-nav-border:var(--bs-gray-300)}.home-diensten .set-height{min-height:240px}@media (min-width:1200px){.home-diensten .set-height{min-height:320px}}@media (min-width:1400px){.home-diensten .set-height{min-height:380px}}@media (min-width:1700px){.home-diensten .set-height{min-height:450px}}@media (min-width:576px){.page-partijen picture{width:160px!important}}@media (min-width:992px){.page-partijen picture{width:220px!important}.sidebar-item{position:-webkit-sticky;position:sticky;top:calc(var(--navbar-height) + 88px);z-index:8}}@media (min-width:992px) and (min-width:1700px){.sidebar-item{top:calc(var(--navbar-height))}}.timeline-container{--line-width:120px}.timeline-container .timeline-block{display:flex}.timeline-container .timeline-block .timeline-line{width:var(--line-width)}.timeline-container .timeline-block .timeline-info{width:100%}@media (min-width:576px){.timeline-container .timeline-block .timeline-info{width:calc(100% - var(--line-width))}}.timeline-container .timeline-line{position:relative}.timeline-container .timeline-line:after,.timeline-container .timeline-line:before{background-color:var(--bs-gray-200);content:"";left:50%;position:absolute;transform:translateX(-50%)}.timeline-container .timeline-line:before{bottom:0;top:0;width:4px}.timeline-container .timeline-line:after{border-radius:50%;height:12px;top:0;width:12px}.timeline-container .timeline-line.timeline-line-end:after,.timeline-container .timeline-line.timeline-line-end:before{left:auto;right:0;transform:none}.timeline-container .timeline-line.timeline-line-end:before{right:4px}.timeline-container .carousel__slide{width:260px}@media (min-width:768px){.timeline-container .carousel__slide{width:320px}}.timeline-container .carousel__viewport:after{background:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);bottom:0;content:"";position:absolute;right:0;top:0;width:80px}.timeline-container .timeline-step{background-color:var(--bs-gray-300);border-radius:6px;padding:4px;width:76px}.timeline-container .timeline-step .timeline-step-number{color:var(--bs-gray-900);text-align:center;text-transform:uppercase}.timeline-container .timeline-step .timeline-step-icon{background-color:#fff;color:var(--bs-gray-900);display:flex;font-size:32px;justify-content:center;padding:8px}.timeline-container .timeline-block.active .timeline-step{background-color:var(--bs-primary)}.timeline-container .timeline-block.active .timeline-step .timeline-step-number{color:#fff}.timeline-container .timeline-block.active .timeline-step .timeline-step-icon{color:var(--bs-primary)}.timeline-container .timeline-block.active .timeline-line:after,.timeline-container .timeline-block.active .timeline-line:before{background-color:var(--bs-primary)}#vue-vestigingen .map{height:200px}@media (min-width:768px){#vue-vestigingen .map{height:360px}}.home-diensten .icon,.home-quicklinks .icon{bottom:12px;color:var(--bs-primary);font-size:8.875rem;opacity:.08;position:absolute;right:0;transform:translateX(20%)}@media (min-width:576px){.home-diensten .icon,.home-quicklinks .icon{bottom:32px;font-size:11.625rem}}.home-diensten .bg-primary .icon,.home-quicklinks .bg-primary .icon{color:#fff;opacity:.2}.section-icon{font-size:1.5rem}@media (min-width:576px){.section-icon{font-size:3rem}}@media (min-width:1200px){.section-icon{font-size:4rem}}.dropdown-menu{border-top:3px solid var(--bs-secondary);box-shadow:var(--bs-dropdown-box-shadow);font-weight:500;z-index:1049}.dropdown-menu li:not(:first-of-type){margin-top:4px}.dropdown-menu .dropdown-item{border-radius:4px}.dropdown-menu a{text-decoration:none;white-space:nowrap}@media (min-width:992px){.page-tweekoloms .card .card-img-top{min-height:220px}.page-tweekoloms .card .card-img-top picture{left:0;position:absolute;top:0}.page-sidebar-nav{width:250px}.page-sidebar-nav+*{width:calc(100% - 250px)}}#snelmenu-button{display:none}@media (max-width:991.98px){#snelmenu-button{display:block;position:fixed;right:12px;top:72px;transition:all .3s ease-in-out}}@media (max-width:991.98px) and (min-width:576px){#snelmenu-button{top:158px}}@media (max-width:991.98px) and (max-width:575.998px){body:not(.scrolled) #snelmenu-button{opacity:0;visibility:hidden}body.scrolled #snelmenu-button{opacity:1;transition-delay:.2s;transition-duration:.3s;visibility:visible}}@media (max-width:991.98px) and (min-width:576px){body.scrolled #snelmenu-button{top:102px}}@media (max-width:991.98px){#nav-sidebar{background-color:#f3f0f6;border:1px solid var(--bs-primary);border-radius:4px;max-height:calc(80vh - 140px);overflow-y:scroll;padding:12px!important;position:fixed;right:12px;top:110px;transition:all .3s ease-in-out;width:260px;z-index:900}}@media (max-width:991.98px) and (min-width:480px){#nav-sidebar{width:300px}}@media (max-width:991.98px) and (min-width:576px){#nav-sidebar{top:140px}}@media (max-width:991.98px){#nav-sidebar:not(.open){opacity:0;visibility:hidden}#nav-sidebar.open{opacity:1;transition-delay:.2s;transition-duration:.3s;visibility:visible}}.vimeo-header{bottom:0;overflow:hidden;position:absolute;right:0;top:0;width:calc(50% - 200px)}.vimeo-header .ratio{position:absolute;right:0;top:50%;transform:translateY(-50%);width:120%}.blur{filter:blur(8px)}.contact-us-now{cursor:pointer;left:100%;margin-top:16px;position:fixed;top:var(--navbar-height);transform:translateX(-40px);transition:.3s;z-index:10}.contact-us-now .contact-button{background-color:#fff;border:2px solid var(--bs-primary);border-radius:50rem;display:block;margin-right:12px;padding:8px 32px 8px 24px;text-decoration:none;transition:.3s}.contact-us-now .contact-closer{padding:8px 12px;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.contact-us-now .contact-button{padding-left:16px}.contact-us-now.open{transform:translateX(-100%)}body:not(.scrolled) .contact-us-now:not(.closed):not(.open){transform:translateX(-100%);transition:.3s}@media (min-width:576px){body.scrolled .contact-us-now{transform:translateX(-40px) translateY(-30px)}body.scrolled .contact-us-now.open{transform:translateX(-100%) translateY(-30px)}}.logo-vestiging img{max-width:45px}.logo-enschede{max-width:30px!important;right:20px;top:15px}@media (min-width:768px){.logo-enschede{right:30px}}@media (min-width:1199px){.logo-enschede{max-width:35px!important;right:35px}}.whatsapp-button{--bs-border-color:#25d366;background-color:var(--bs-white);border-radius:0;bottom:0;color:#25d366;height:45px;transition:all .4s ease;width:45px}@media (min-width:576px){.whatsapp-button{border-radius:12px 0 0 12px;bottom:2.5rem}}.whatsapp-button:hover{--bs-border-color:var(--bs-primary);background-color:var(--bs-primary);color:var(--bs-white)}.rounded-btn{height:35px;width:35px}
