.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top: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{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--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, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{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, 0.94))}@media all and (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{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.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,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.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{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.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-width:100%;max-height: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{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.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,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;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{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.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{position:absolute;left: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{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#c5e0d6}.link-primary:hover,.link-primary:focus{color:#d1e6de}.link-primary-light{color:#8ead97}.link-primary-light:hover,.link-primary-light:focus{color:#a5bdac}.link-secondary{color:#ecd9a5}.link-secondary:hover,.link-secondary:focus{color:#f0e1b7}.link-info{color:#af744d}.link-info:hover,.link-info:focus{color:#bf9071}.link-light{color:#fff}.link-light:hover,.link-light:focus{color:#fff}.link-success{color:#408381}.link-success:hover,.link-success:focus{color:#669c9a}.link-warning{color:#ffc107}.link-warning:hover,.link-warning:focus{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:hover,.link-danger:focus{color:#b02a37}.link-dark{color:#212529}.link-dark:hover,.link-dark:focus{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}@media(min-width: 375px){.sticky-xs-top{position:sticky;top:0;z-index:1020}}@media(min-width: 580px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media(min-width: 1024px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media(min-width: 1366px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media(min-width: 1488px){.sticky-wide-top{position:sticky;top:0;z-index:1020}}@media(min-width: 1600px){.sticky-hd-top{position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,input[type=checkbox].visually-hidden,input[type=radio].visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.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:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #dee2e6 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #dee2e6 !important}.border-start-0{border-left:0 !important}.border-primary{border-color:#c5e0d6 !important}.border-primary-light{border-color:#8ead97 !important}.border-secondary{border-color:#ecd9a5 !important}.border-info{border-color:#af744d !important}.border-light{border-color:#fff !important}.border-success{border-color:#408381 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-dark{border-color:#212529 !important}.border-white{border-color:#fff !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-3{gap:.3rem !important}.gap-5{gap:.5rem !important}.gap-10{gap:1rem !important}.gap-15{gap:1.5rem !important}.gap-20{gap:2rem !important}.gap-22{gap:2.2rem !important}.gap-25{gap:2.5rem !important}.gap-30{gap:3rem !important}.gap-35{gap:3.5rem !important}.gap-40{gap:4rem !important}.gap-45{gap:4.5rem !important}.gap-48{gap:4.8rem !important}.gap-50{gap:5rem !important}.gap-60{gap:6rem !important}.gap-70{gap:7rem !important}.gap-75{gap:7.5rem !important}.gap-78{gap:7.8rem !important}.gap-80{gap:8rem !important}.gap-100{gap:10rem !important}.gap-107{gap:10.7rem !important}.gap-120{gap:12rem !important}.gap-123{gap:12.3rem !important}.gap-132{gap:13.2rem !important}.gap-136{gap:13.6rem !important}.gap-165{gap:16.5rem !important}.gap-182{gap:18.2rem !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-3{margin:.3rem !important}.m-5{margin:.5rem !important}.m-10{margin:1rem !important}.m-15{margin:1.5rem !important}.m-20{margin:2rem !important}.m-22{margin:2.2rem !important}.m-25{margin:2.5rem !important}.m-30{margin:3rem !important}.m-35{margin:3.5rem !important}.m-40{margin:4rem !important}.m-45{margin:4.5rem !important}.m-48{margin:4.8rem !important}.m-50{margin:5rem !important}.m-60{margin:6rem !important}.m-70{margin:7rem !important}.m-75{margin:7.5rem !important}.m-78{margin:7.8rem !important}.m-80{margin:8rem !important}.m-100{margin:10rem !important}.m-107{margin:10.7rem !important}.m-120{margin:12rem !important}.m-123{margin:12.3rem !important}.m-132{margin:13.2rem !important}.m-136{margin:13.6rem !important}.m-165{margin:16.5rem !important}.m-182{margin:18.2rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-3{margin-right:.3rem !important;margin-left:.3rem !important}.mx-5{margin-right:.5rem !important;margin-left:.5rem !important}.mx-10{margin-right:1rem !important;margin-left:1rem !important}.mx-15{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-20{margin-right:2rem !important;margin-left:2rem !important}.mx-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-25{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-30{margin-right:3rem !important;margin-left:3rem !important}.mx-35{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-40{margin-right:4rem !important;margin-left:4rem !important}.mx-45{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-50{margin-right:5rem !important;margin-left:5rem !important}.mx-60{margin-right:6rem !important;margin-left:6rem !important}.mx-70{margin-right:7rem !important;margin-left:7rem !important}.mx-75{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-78{margin-right:7.8rem !important;margin-left:7.8rem !important}.mx-80{margin-right:8rem !important;margin-left:8rem !important}.mx-100{margin-right:10rem !important;margin-left:10rem !important}.mx-107{margin-right:10.7rem !important;margin-left:10.7rem !important}.mx-120{margin-right:12rem !important;margin-left:12rem !important}.mx-123{margin-right:12.3rem !important;margin-left:12.3rem !important}.mx-132{margin-right:13.2rem !important;margin-left:13.2rem !important}.mx-136{margin-right:13.6rem !important;margin-left:13.6rem !important}.mx-165{margin-right:16.5rem !important;margin-left:16.5rem !important}.mx-182{margin-right:18.2rem !important;margin-left:18.2rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-3{margin-top:.3rem !important;margin-bottom:.3rem !important}.my-5{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-15{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-25{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-35{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-45{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-50{margin-top:5rem !important;margin-bottom:5rem !important}.my-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-70{margin-top:7rem !important;margin-bottom:7rem !important}.my-75{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-78{margin-top:7.8rem !important;margin-bottom:7.8rem !important}.my-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-100{margin-top:10rem !important;margin-bottom:10rem !important}.my-107{margin-top:10.7rem !important;margin-bottom:10.7rem !important}.my-120{margin-top:12rem !important;margin-bottom:12rem !important}.my-123{margin-top:12.3rem !important;margin-bottom:12.3rem !important}.my-132{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-136{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-165{margin-top:16.5rem !important;margin-bottom:16.5rem !important}.my-182{margin-top:18.2rem !important;margin-bottom:18.2rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-3{margin-top:.3rem !important}.mt-5{margin-top:.5rem !important}.mt-10{margin-top:1rem !important}.mt-15{margin-top:1.5rem !important}.mt-20{margin-top:2rem !important}.mt-22{margin-top:2.2rem !important}.mt-25{margin-top:2.5rem !important}.mt-30{margin-top:3rem !important}.mt-35{margin-top:3.5rem !important}.mt-40{margin-top:4rem !important}.mt-45{margin-top:4.5rem !important}.mt-48{margin-top:4.8rem !important}.mt-50{margin-top:5rem !important}.mt-60{margin-top:6rem !important}.mt-70{margin-top:7rem !important}.mt-75{margin-top:7.5rem !important}.mt-78{margin-top:7.8rem !important}.mt-80{margin-top:8rem !important}.mt-100{margin-top:10rem !important}.mt-107{margin-top:10.7rem !important}.mt-120{margin-top:12rem !important}.mt-123{margin-top:12.3rem !important}.mt-132{margin-top:13.2rem !important}.mt-136{margin-top:13.6rem !important}.mt-165{margin-top:16.5rem !important}.mt-182{margin-top:18.2rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-3{margin-right:.3rem !important}.me-5{margin-right:.5rem !important}.me-10{margin-right:1rem !important}.me-15{margin-right:1.5rem !important}.me-20{margin-right:2rem !important}.me-22{margin-right:2.2rem !important}.me-25{margin-right:2.5rem !important}.me-30{margin-right:3rem !important}.me-35{margin-right:3.5rem !important}.me-40{margin-right:4rem !important}.me-45{margin-right:4.5rem !important}.me-48{margin-right:4.8rem !important}.me-50{margin-right:5rem !important}.me-60{margin-right:6rem !important}.me-70{margin-right:7rem !important}.me-75{margin-right:7.5rem !important}.me-78{margin-right:7.8rem !important}.me-80{margin-right:8rem !important}.me-100{margin-right:10rem !important}.me-107{margin-right:10.7rem !important}.me-120{margin-right:12rem !important}.me-123{margin-right:12.3rem !important}.me-132{margin-right:13.2rem !important}.me-136{margin-right:13.6rem !important}.me-165{margin-right:16.5rem !important}.me-182{margin-right:18.2rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-3{margin-bottom:.3rem !important}.mb-5{margin-bottom:.5rem !important}.mb-10{margin-bottom:1rem !important}.mb-15{margin-bottom:1.5rem !important}.mb-20{margin-bottom:2rem !important}.mb-22{margin-bottom:2.2rem !important}.mb-25{margin-bottom:2.5rem !important}.mb-30{margin-bottom:3rem !important}.mb-35{margin-bottom:3.5rem !important}.mb-40{margin-bottom:4rem !important}.mb-45{margin-bottom:4.5rem !important}.mb-48{margin-bottom:4.8rem !important}.mb-50{margin-bottom:5rem !important}.mb-60{margin-bottom:6rem !important}.mb-70{margin-bottom:7rem !important}.mb-75{margin-bottom:7.5rem !important}.mb-78{margin-bottom:7.8rem !important}.mb-80{margin-bottom:8rem !important}.mb-100{margin-bottom:10rem !important}.mb-107{margin-bottom:10.7rem !important}.mb-120{margin-bottom:12rem !important}.mb-123{margin-bottom:12.3rem !important}.mb-132{margin-bottom:13.2rem !important}.mb-136{margin-bottom:13.6rem !important}.mb-165{margin-bottom:16.5rem !important}.mb-182{margin-bottom:18.2rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-3{margin-left:.3rem !important}.ms-5{margin-left:.5rem !important}.ms-10{margin-left:1rem !important}.ms-15{margin-left:1.5rem !important}.ms-20{margin-left:2rem !important}.ms-22{margin-left:2.2rem !important}.ms-25{margin-left:2.5rem !important}.ms-30{margin-left:3rem !important}.ms-35{margin-left:3.5rem !important}.ms-40{margin-left:4rem !important}.ms-45{margin-left:4.5rem !important}.ms-48{margin-left:4.8rem !important}.ms-50{margin-left:5rem !important}.ms-60{margin-left:6rem !important}.ms-70{margin-left:7rem !important}.ms-75{margin-left:7.5rem !important}.ms-78{margin-left:7.8rem !important}.ms-80{margin-left:8rem !important}.ms-100{margin-left:10rem !important}.ms-107{margin-left:10.7rem !important}.ms-120{margin-left:12rem !important}.ms-123{margin-left:12.3rem !important}.ms-132{margin-left:13.2rem !important}.ms-136{margin-left:13.6rem !important}.ms-165{margin-left:16.5rem !important}.ms-182{margin-left:18.2rem !important}.ms-auto{margin-left:auto !important}.m-n3{margin:-0.3rem !important}.m-n5{margin:-0.5rem !important}.m-n10{margin:-1rem !important}.m-n15{margin:-1.5rem !important}.m-n20{margin:-2rem !important}.m-n22{margin:-2.2rem !important}.m-n25{margin:-2.5rem !important}.m-n30{margin:-3rem !important}.m-n35{margin:-3.5rem !important}.m-n40{margin:-4rem !important}.m-n45{margin:-4.5rem !important}.m-n48{margin:-4.8rem !important}.m-n50{margin:-5rem !important}.m-n60{margin:-6rem !important}.m-n70{margin:-7rem !important}.m-n75{margin:-7.5rem !important}.m-n78{margin:-7.8rem !important}.m-n80{margin:-8rem !important}.m-n100{margin:-10rem !important}.m-n107{margin:-10.7rem !important}.m-n120{margin:-12rem !important}.m-n123{margin:-12.3rem !important}.m-n132{margin:-13.2rem !important}.m-n136{margin:-13.6rem !important}.m-n165{margin:-16.5rem !important}.m-n182{margin:-18.2rem !important}.mx-n3{margin-right:-0.3rem !important;margin-left:-0.3rem !important}.mx-n5{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n15{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-n25{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-n35{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-n45{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-n50{margin-right:-5rem !important;margin-left:-5rem !important}.mx-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-n70{margin-right:-7rem !important;margin-left:-7rem !important}.mx-n75{margin-right:-7.5rem !important;margin-left:-7.5rem !important}.mx-n78{margin-right:-7.8rem !important;margin-left:-7.8rem !important}.mx-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-n100{margin-right:-10rem !important;margin-left:-10rem !important}.mx-n107{margin-right:-10.7rem !important;margin-left:-10.7rem !important}.mx-n120{margin-right:-12rem !important;margin-left:-12rem !important}.mx-n123{margin-right:-12.3rem !important;margin-left:-12.3rem !important}.mx-n132{margin-right:-13.2rem !important;margin-left:-13.2rem !important}.mx-n136{margin-right:-13.6rem !important;margin-left:-13.6rem !important}.mx-n165{margin-right:-16.5rem !important;margin-left:-16.5rem !important}.mx-n182{margin-right:-18.2rem !important;margin-left:-18.2rem !important}.my-n3{margin-top:-0.3rem !important;margin-bottom:-0.3rem !important}.my-n5{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n15{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-n25{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-n35{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-n45{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-n50{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-n70{margin-top:-7rem !important;margin-bottom:-7rem !important}.my-n75{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important}.my-n78{margin-top:-7.8rem !important;margin-bottom:-7.8rem !important}.my-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-n100{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-n107{margin-top:-10.7rem !important;margin-bottom:-10.7rem !important}.my-n120{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-n123{margin-top:-12.3rem !important;margin-bottom:-12.3rem !important}.my-n132{margin-top:-13.2rem !important;margin-bottom:-13.2rem !important}.my-n136{margin-top:-13.6rem !important;margin-bottom:-13.6rem !important}.my-n165{margin-top:-16.5rem !important;margin-bottom:-16.5rem !important}.my-n182{margin-top:-18.2rem !important;margin-bottom:-18.2rem !important}.mt-n3{margin-top:-0.3rem !important}.mt-n5{margin-top:-0.5rem !important}.mt-n10{margin-top:-1rem !important}.mt-n15{margin-top:-1.5rem !important}.mt-n20{margin-top:-2rem !important}.mt-n22{margin-top:-2.2rem !important}.mt-n25{margin-top:-2.5rem !important}.mt-n30{margin-top:-3rem !important}.mt-n35{margin-top:-3.5rem !important}.mt-n40{margin-top:-4rem !important}.mt-n45{margin-top:-4.5rem !important}.mt-n48{margin-top:-4.8rem !important}.mt-n50{margin-top:-5rem !important}.mt-n60{margin-top:-6rem !important}.mt-n70{margin-top:-7rem !important}.mt-n75{margin-top:-7.5rem !important}.mt-n78{margin-top:-7.8rem !important}.mt-n80{margin-top:-8rem !important}.mt-n100{margin-top:-10rem !important}.mt-n107{margin-top:-10.7rem !important}.mt-n120{margin-top:-12rem !important}.mt-n123{margin-top:-12.3rem !important}.mt-n132{margin-top:-13.2rem !important}.mt-n136{margin-top:-13.6rem !important}.mt-n165{margin-top:-16.5rem !important}.mt-n182{margin-top:-18.2rem !important}.me-n3{margin-right:-0.3rem !important}.me-n5{margin-right:-0.5rem !important}.me-n10{margin-right:-1rem !important}.me-n15{margin-right:-1.5rem !important}.me-n20{margin-right:-2rem !important}.me-n22{margin-right:-2.2rem !important}.me-n25{margin-right:-2.5rem !important}.me-n30{margin-right:-3rem !important}.me-n35{margin-right:-3.5rem !important}.me-n40{margin-right:-4rem !important}.me-n45{margin-right:-4.5rem !important}.me-n48{margin-right:-4.8rem !important}.me-n50{margin-right:-5rem !important}.me-n60{margin-right:-6rem !important}.me-n70{margin-right:-7rem !important}.me-n75{margin-right:-7.5rem !important}.me-n78{margin-right:-7.8rem !important}.me-n80{margin-right:-8rem !important}.me-n100{margin-right:-10rem !important}.me-n107{margin-right:-10.7rem !important}.me-n120{margin-right:-12rem !important}.me-n123{margin-right:-12.3rem !important}.me-n132{margin-right:-13.2rem !important}.me-n136{margin-right:-13.6rem !important}.me-n165{margin-right:-16.5rem !important}.me-n182{margin-right:-18.2rem !important}.mb-n3{margin-bottom:-0.3rem !important}.mb-n5{margin-bottom:-0.5rem !important}.mb-n10{margin-bottom:-1rem !important}.mb-n15{margin-bottom:-1.5rem !important}.mb-n20{margin-bottom:-2rem !important}.mb-n22{margin-bottom:-2.2rem !important}.mb-n25{margin-bottom:-2.5rem !important}.mb-n30{margin-bottom:-3rem !important}.mb-n35{margin-bottom:-3.5rem !important}.mb-n40{margin-bottom:-4rem !important}.mb-n45{margin-bottom:-4.5rem !important}.mb-n48{margin-bottom:-4.8rem !important}.mb-n50{margin-bottom:-5rem !important}.mb-n60{margin-bottom:-6rem !important}.mb-n70{margin-bottom:-7rem !important}.mb-n75{margin-bottom:-7.5rem !important}.mb-n78{margin-bottom:-7.8rem !important}.mb-n80{margin-bottom:-8rem !important}.mb-n100{margin-bottom:-10rem !important}.mb-n107{margin-bottom:-10.7rem !important}.mb-n120{margin-bottom:-12rem !important}.mb-n123{margin-bottom:-12.3rem !important}.mb-n132{margin-bottom:-13.2rem !important}.mb-n136{margin-bottom:-13.6rem !important}.mb-n165{margin-bottom:-16.5rem !important}.mb-n182{margin-bottom:-18.2rem !important}.ms-n3{margin-left:-0.3rem !important}.ms-n5{margin-left:-0.5rem !important}.ms-n10{margin-left:-1rem !important}.ms-n15{margin-left:-1.5rem !important}.ms-n20{margin-left:-2rem !important}.ms-n22{margin-left:-2.2rem !important}.ms-n25{margin-left:-2.5rem !important}.ms-n30{margin-left:-3rem !important}.ms-n35{margin-left:-3.5rem !important}.ms-n40{margin-left:-4rem !important}.ms-n45{margin-left:-4.5rem !important}.ms-n48{margin-left:-4.8rem !important}.ms-n50{margin-left:-5rem !important}.ms-n60{margin-left:-6rem !important}.ms-n70{margin-left:-7rem !important}.ms-n75{margin-left:-7.5rem !important}.ms-n78{margin-left:-7.8rem !important}.ms-n80{margin-left:-8rem !important}.ms-n100{margin-left:-10rem !important}.ms-n107{margin-left:-10.7rem !important}.ms-n120{margin-left:-12rem !important}.ms-n123{margin-left:-12.3rem !important}.ms-n132{margin-left:-13.2rem !important}.ms-n136{margin-left:-13.6rem !important}.ms-n165{margin-left:-16.5rem !important}.ms-n182{margin-left:-18.2rem !important}.p-0{padding:0 !important}.p-3{padding:.3rem !important}.p-5{padding:.5rem !important}.p-10{padding:1rem !important}.p-15{padding:1.5rem !important}.p-20{padding:2rem !important}.p-22{padding:2.2rem !important}.p-25{padding:2.5rem !important}.p-30{padding:3rem !important}.p-35{padding:3.5rem !important}.p-40{padding:4rem !important}.p-45{padding:4.5rem !important}.p-48{padding:4.8rem !important}.p-50{padding:5rem !important}.p-60{padding:6rem !important}.p-70{padding:7rem !important}.p-75{padding:7.5rem !important}.p-78{padding:7.8rem !important}.p-80{padding:8rem !important}.p-100{padding:10rem !important}.p-107{padding:10.7rem !important}.p-120{padding:12rem !important}.p-123{padding:12.3rem !important}.p-132{padding:13.2rem !important}.p-136{padding:13.6rem !important}.p-165{padding:16.5rem !important}.p-182{padding:18.2rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-3{padding-right:.3rem !important;padding-left:.3rem !important}.px-5{padding-right:.5rem !important;padding-left:.5rem !important}.px-10{padding-right:1rem !important;padding-left:1rem !important}.px-15{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-20{padding-right:2rem !important;padding-left:2rem !important}.px-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-25{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-30{padding-right:3rem !important;padding-left:3rem !important}.px-35{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-40{padding-right:4rem !important;padding-left:4rem !important}.px-45{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-50{padding-right:5rem !important;padding-left:5rem !important}.px-60{padding-right:6rem !important;padding-left:6rem !important}.px-70{padding-right:7rem !important;padding-left:7rem !important}.px-75{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-78{padding-right:7.8rem !important;padding-left:7.8rem !important}.px-80{padding-right:8rem !important;padding-left:8rem !important}.px-100{padding-right:10rem !important;padding-left:10rem !important}.px-107{padding-right:10.7rem !important;padding-left:10.7rem !important}.px-120{padding-right:12rem !important;padding-left:12rem !important}.px-123{padding-right:12.3rem !important;padding-left:12.3rem !important}.px-132{padding-right:13.2rem !important;padding-left:13.2rem !important}.px-136{padding-right:13.6rem !important;padding-left:13.6rem !important}.px-165{padding-right:16.5rem !important;padding-left:16.5rem !important}.px-182{padding-right:18.2rem !important;padding-left:18.2rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-3{padding-top:.3rem !important;padding-bottom:.3rem !important}.py-5{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-15{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-25{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-35{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-45{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-50{padding-top:5rem !important;padding-bottom:5rem !important}.py-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-70{padding-top:7rem !important;padding-bottom:7rem !important}.py-75{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-78{padding-top:7.8rem !important;padding-bottom:7.8rem !important}.py-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-100{padding-top:10rem !important;padding-bottom:10rem !important}.py-107{padding-top:10.7rem !important;padding-bottom:10.7rem !important}.py-120{padding-top:12rem !important;padding-bottom:12rem !important}.py-123{padding-top:12.3rem !important;padding-bottom:12.3rem !important}.py-132{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-136{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-165{padding-top:16.5rem !important;padding-bottom:16.5rem !important}.py-182{padding-top:18.2rem !important;padding-bottom:18.2rem !important}.pt-0{padding-top:0 !important}.pt-3{padding-top:.3rem !important}.pt-5{padding-top:.5rem !important}.pt-10{padding-top:1rem !important}.pt-15{padding-top:1.5rem !important}.pt-20{padding-top:2rem !important}.pt-22{padding-top:2.2rem !important}.pt-25{padding-top:2.5rem !important}.pt-30{padding-top:3rem !important}.pt-35{padding-top:3.5rem !important}.pt-40{padding-top:4rem !important}.pt-45{padding-top:4.5rem !important}.pt-48{padding-top:4.8rem !important}.pt-50{padding-top:5rem !important}.pt-60{padding-top:6rem !important}.pt-70{padding-top:7rem !important}.pt-75{padding-top:7.5rem !important}.pt-78{padding-top:7.8rem !important}.pt-80{padding-top:8rem !important}.pt-100{padding-top:10rem !important}.pt-107{padding-top:10.7rem !important}.pt-120{padding-top:12rem !important}.pt-123{padding-top:12.3rem !important}.pt-132{padding-top:13.2rem !important}.pt-136{padding-top:13.6rem !important}.pt-165{padding-top:16.5rem !important}.pt-182{padding-top:18.2rem !important}.pe-0{padding-right:0 !important}.pe-3{padding-right:.3rem !important}.pe-5{padding-right:.5rem !important}.pe-10{padding-right:1rem !important}.pe-15{padding-right:1.5rem !important}.pe-20{padding-right:2rem !important}.pe-22{padding-right:2.2rem !important}.pe-25{padding-right:2.5rem !important}.pe-30{padding-right:3rem !important}.pe-35{padding-right:3.5rem !important}.pe-40{padding-right:4rem !important}.pe-45{padding-right:4.5rem !important}.pe-48{padding-right:4.8rem !important}.pe-50{padding-right:5rem !important}.pe-60{padding-right:6rem !important}.pe-70{padding-right:7rem !important}.pe-75{padding-right:7.5rem !important}.pe-78{padding-right:7.8rem !important}.pe-80{padding-right:8rem !important}.pe-100{padding-right:10rem !important}.pe-107{padding-right:10.7rem !important}.pe-120{padding-right:12rem !important}.pe-123{padding-right:12.3rem !important}.pe-132{padding-right:13.2rem !important}.pe-136{padding-right:13.6rem !important}.pe-165{padding-right:16.5rem !important}.pe-182{padding-right:18.2rem !important}.pb-0{padding-bottom:0 !important}.pb-3{padding-bottom:.3rem !important}.pb-5{padding-bottom:.5rem !important}.pb-10{padding-bottom:1rem !important}.pb-15{padding-bottom:1.5rem !important}.pb-20{padding-bottom:2rem !important}.pb-22{padding-bottom:2.2rem !important}.pb-25{padding-bottom:2.5rem !important}.pb-30{padding-bottom:3rem !important}.pb-35{padding-bottom:3.5rem !important}.pb-40{padding-bottom:4rem !important}.pb-45{padding-bottom:4.5rem !important}.pb-48{padding-bottom:4.8rem !important}.pb-50{padding-bottom:5rem !important}.pb-60{padding-bottom:6rem !important}.pb-70{padding-bottom:7rem !important}.pb-75{padding-bottom:7.5rem !important}.pb-78{padding-bottom:7.8rem !important}.pb-80{padding-bottom:8rem !important}.pb-100{padding-bottom:10rem !important}.pb-107{padding-bottom:10.7rem !important}.pb-120{padding-bottom:12rem !important}.pb-123{padding-bottom:12.3rem !important}.pb-132{padding-bottom:13.2rem !important}.pb-136{padding-bottom:13.6rem !important}.pb-165{padding-bottom:16.5rem !important}.pb-182{padding-bottom:18.2rem !important}.ps-0{padding-left:0 !important}.ps-3{padding-left:.3rem !important}.ps-5{padding-left:.5rem !important}.ps-10{padding-left:1rem !important}.ps-15{padding-left:1.5rem !important}.ps-20{padding-left:2rem !important}.ps-22{padding-left:2.2rem !important}.ps-25{padding-left:2.5rem !important}.ps-30{padding-left:3rem !important}.ps-35{padding-left:3.5rem !important}.ps-40{padding-left:4rem !important}.ps-45{padding-left:4.5rem !important}.ps-48{padding-left:4.8rem !important}.ps-50{padding-left:5rem !important}.ps-60{padding-left:6rem !important}.ps-70{padding-left:7rem !important}.ps-75{padding-left:7.5rem !important}.ps-78{padding-left:7.8rem !important}.ps-80{padding-left:8rem !important}.ps-100{padding-left:10rem !important}.ps-107{padding-left:10.7rem !important}.ps-120{padding-left:12rem !important}.ps-123{padding-left:12.3rem !important}.ps-132{padding-left:13.2rem !important}.ps-136{padding-left:13.6rem !important}.ps-165{padding-left:16.5rem !important}.ps-182{padding-left:18.2rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:4.5rem !important}.fs-2{font-size:4rem !important}.fs-3{font-size:3rem !important}.fs-4{font-size:2.3rem !important}.fs-5{font-size:1.725rem !important}.fs-6{font-size:2.3rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.266666 !important}.lh-base{line-height:1.3913 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-primary-light{--bs-text-opacity: 1;color:rgba(var(--bs-primary-light-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-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-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#6c757d !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.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-primary-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-light-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-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-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-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-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-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:.25rem !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:.2rem !important}.rounded-2{border-radius:.25rem !important}.rounded-3{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-end{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-start{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media(min-width: 375px){.float-xs-start{float:left !important}.float-xs-end{float:right !important}.float-xs-none{float:none !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-block{display:block !important}.d-xs-grid{display:grid !important}.d-xs-table{display:table !important}.d-xs-table-row{display:table-row !important}.d-xs-table-cell{display:table-cell !important}.d-xs-flex{display:flex !important}.d-xs-inline-flex{display:inline-flex !important}.d-xs-none{display:none !important}.flex-xs-fill{flex:1 1 auto !important}.flex-xs-row{flex-direction:row !important}.flex-xs-column{flex-direction:column !important}.flex-xs-row-reverse{flex-direction:row-reverse !important}.flex-xs-column-reverse{flex-direction:column-reverse !important}.flex-xs-grow-0{flex-grow:0 !important}.flex-xs-grow-1{flex-grow:1 !important}.flex-xs-shrink-0{flex-shrink:0 !important}.flex-xs-shrink-1{flex-shrink:1 !important}.flex-xs-wrap{flex-wrap:wrap !important}.flex-xs-nowrap{flex-wrap:nowrap !important}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xs-0{gap:0 !important}.gap-xs-3{gap:.3rem !important}.gap-xs-5{gap:.5rem !important}.gap-xs-10{gap:1rem !important}.gap-xs-15{gap:1.5rem !important}.gap-xs-20{gap:2rem !important}.gap-xs-22{gap:2.2rem !important}.gap-xs-25{gap:2.5rem !important}.gap-xs-30{gap:3rem !important}.gap-xs-35{gap:3.5rem !important}.gap-xs-40{gap:4rem !important}.gap-xs-45{gap:4.5rem !important}.gap-xs-48{gap:4.8rem !important}.gap-xs-50{gap:5rem !important}.gap-xs-60{gap:6rem !important}.gap-xs-70{gap:7rem !important}.gap-xs-75{gap:7.5rem !important}.gap-xs-78{gap:7.8rem !important}.gap-xs-80{gap:8rem !important}.gap-xs-100{gap:10rem !important}.gap-xs-107{gap:10.7rem !important}.gap-xs-120{gap:12rem !important}.gap-xs-123{gap:12.3rem !important}.gap-xs-132{gap:13.2rem !important}.gap-xs-136{gap:13.6rem !important}.gap-xs-165{gap:16.5rem !important}.gap-xs-182{gap:18.2rem !important}.justify-content-xs-start{justify-content:flex-start !important}.justify-content-xs-end{justify-content:flex-end !important}.justify-content-xs-center{justify-content:center !important}.justify-content-xs-between{justify-content:space-between !important}.justify-content-xs-around{justify-content:space-around !important}.justify-content-xs-evenly{justify-content:space-evenly !important}.align-items-xs-start{align-items:flex-start !important}.align-items-xs-end{align-items:flex-end !important}.align-items-xs-center{align-items:center !important}.align-items-xs-baseline{align-items:baseline !important}.align-items-xs-stretch{align-items:stretch !important}.align-content-xs-start{align-content:flex-start !important}.align-content-xs-end{align-content:flex-end !important}.align-content-xs-center{align-content:center !important}.align-content-xs-between{align-content:space-between !important}.align-content-xs-around{align-content:space-around !important}.align-content-xs-stretch{align-content:stretch !important}.align-self-xs-auto{align-self:auto !important}.align-self-xs-start{align-self:flex-start !important}.align-self-xs-end{align-self:flex-end !important}.align-self-xs-center{align-self:center !important}.align-self-xs-baseline{align-self:baseline !important}.align-self-xs-stretch{align-self:stretch !important}.order-xs-first{order:-1 !important}.order-xs-0{order:0 !important}.order-xs-1{order:1 !important}.order-xs-2{order:2 !important}.order-xs-3{order:3 !important}.order-xs-4{order:4 !important}.order-xs-5{order:5 !important}.order-xs-last{order:6 !important}.m-xs-0{margin:0 !important}.m-xs-3{margin:.3rem !important}.m-xs-5{margin:.5rem !important}.m-xs-10{margin:1rem !important}.m-xs-15{margin:1.5rem !important}.m-xs-20{margin:2rem !important}.m-xs-22{margin:2.2rem !important}.m-xs-25{margin:2.5rem !important}.m-xs-30{margin:3rem !important}.m-xs-35{margin:3.5rem !important}.m-xs-40{margin:4rem !important}.m-xs-45{margin:4.5rem !important}.m-xs-48{margin:4.8rem !important}.m-xs-50{margin:5rem !important}.m-xs-60{margin:6rem !important}.m-xs-70{margin:7rem !important}.m-xs-75{margin:7.5rem !important}.m-xs-78{margin:7.8rem !important}.m-xs-80{margin:8rem !important}.m-xs-100{margin:10rem !important}.m-xs-107{margin:10.7rem !important}.m-xs-120{margin:12rem !important}.m-xs-123{margin:12.3rem !important}.m-xs-132{margin:13.2rem !important}.m-xs-136{margin:13.6rem !important}.m-xs-165{margin:16.5rem !important}.m-xs-182{margin:18.2rem !important}.m-xs-auto{margin:auto !important}.mx-xs-0{margin-right:0 !important;margin-left:0 !important}.mx-xs-3{margin-right:.3rem !important;margin-left:.3rem !important}.mx-xs-5{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xs-10{margin-right:1rem !important;margin-left:1rem !important}.mx-xs-15{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xs-20{margin-right:2rem !important;margin-left:2rem !important}.mx-xs-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-xs-25{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xs-30{margin-right:3rem !important;margin-left:3rem !important}.mx-xs-35{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-xs-40{margin-right:4rem !important;margin-left:4rem !important}.mx-xs-45{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-xs-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-xs-50{margin-right:5rem !important;margin-left:5rem !important}.mx-xs-60{margin-right:6rem !important;margin-left:6rem !important}.mx-xs-70{margin-right:7rem !important;margin-left:7rem !important}.mx-xs-75{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-xs-78{margin-right:7.8rem !important;margin-left:7.8rem !important}.mx-xs-80{margin-right:8rem !important;margin-left:8rem !important}.mx-xs-100{margin-right:10rem !important;margin-left:10rem !important}.mx-xs-107{margin-right:10.7rem !important;margin-left:10.7rem !important}.mx-xs-120{margin-right:12rem !important;margin-left:12rem !important}.mx-xs-123{margin-right:12.3rem !important;margin-left:12.3rem !important}.mx-xs-132{margin-right:13.2rem !important;margin-left:13.2rem !important}.mx-xs-136{margin-right:13.6rem !important;margin-left:13.6rem !important}.mx-xs-165{margin-right:16.5rem !important;margin-left:16.5rem !important}.mx-xs-182{margin-right:18.2rem !important;margin-left:18.2rem !important}.mx-xs-auto{margin-right:auto !important;margin-left:auto !important}.my-xs-0{margin-top:0 !important;margin-bottom:0 !important}.my-xs-3{margin-top:.3rem !important;margin-bottom:.3rem !important}.my-xs-5{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xs-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-xs-15{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xs-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-xs-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-xs-25{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xs-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-xs-35{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-xs-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-xs-45{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-xs-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-xs-50{margin-top:5rem !important;margin-bottom:5rem !important}.my-xs-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-xs-70{margin-top:7rem !important;margin-bottom:7rem !important}.my-xs-75{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-xs-78{margin-top:7.8rem !important;margin-bottom:7.8rem !important}.my-xs-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-xs-100{margin-top:10rem !important;margin-bottom:10rem !important}.my-xs-107{margin-top:10.7rem !important;margin-bottom:10.7rem !important}.my-xs-120{margin-top:12rem !important;margin-bottom:12rem !important}.my-xs-123{margin-top:12.3rem !important;margin-bottom:12.3rem !important}.my-xs-132{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-xs-136{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-xs-165{margin-top:16.5rem !important;margin-bottom:16.5rem !important}.my-xs-182{margin-top:18.2rem !important;margin-bottom:18.2rem !important}.my-xs-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xs-0{margin-top:0 !important}.mt-xs-3{margin-top:.3rem !important}.mt-xs-5{margin-top:.5rem !important}.mt-xs-10{margin-top:1rem !important}.mt-xs-15{margin-top:1.5rem !important}.mt-xs-20{margin-top:2rem !important}.mt-xs-22{margin-top:2.2rem !important}.mt-xs-25{margin-top:2.5rem !important}.mt-xs-30{margin-top:3rem !important}.mt-xs-35{margin-top:3.5rem !important}.mt-xs-40{margin-top:4rem !important}.mt-xs-45{margin-top:4.5rem !important}.mt-xs-48{margin-top:4.8rem !important}.mt-xs-50{margin-top:5rem !important}.mt-xs-60{margin-top:6rem !important}.mt-xs-70{margin-top:7rem !important}.mt-xs-75{margin-top:7.5rem !important}.mt-xs-78{margin-top:7.8rem !important}.mt-xs-80{margin-top:8rem !important}.mt-xs-100{margin-top:10rem !important}.mt-xs-107{margin-top:10.7rem !important}.mt-xs-120{margin-top:12rem !important}.mt-xs-123{margin-top:12.3rem !important}.mt-xs-132{margin-top:13.2rem !important}.mt-xs-136{margin-top:13.6rem !important}.mt-xs-165{margin-top:16.5rem !important}.mt-xs-182{margin-top:18.2rem !important}.mt-xs-auto{margin-top:auto !important}.me-xs-0{margin-right:0 !important}.me-xs-3{margin-right:.3rem !important}.me-xs-5{margin-right:.5rem !important}.me-xs-10{margin-right:1rem !important}.me-xs-15{margin-right:1.5rem !important}.me-xs-20{margin-right:2rem !important}.me-xs-22{margin-right:2.2rem !important}.me-xs-25{margin-right:2.5rem !important}.me-xs-30{margin-right:3rem !important}.me-xs-35{margin-right:3.5rem !important}.me-xs-40{margin-right:4rem !important}.me-xs-45{margin-right:4.5rem !important}.me-xs-48{margin-right:4.8rem !important}.me-xs-50{margin-right:5rem !important}.me-xs-60{margin-right:6rem !important}.me-xs-70{margin-right:7rem !important}.me-xs-75{margin-right:7.5rem !important}.me-xs-78{margin-right:7.8rem !important}.me-xs-80{margin-right:8rem !important}.me-xs-100{margin-right:10rem !important}.me-xs-107{margin-right:10.7rem !important}.me-xs-120{margin-right:12rem !important}.me-xs-123{margin-right:12.3rem !important}.me-xs-132{margin-right:13.2rem !important}.me-xs-136{margin-right:13.6rem !important}.me-xs-165{margin-right:16.5rem !important}.me-xs-182{margin-right:18.2rem !important}.me-xs-auto{margin-right:auto !important}.mb-xs-0{margin-bottom:0 !important}.mb-xs-3{margin-bottom:.3rem !important}.mb-xs-5{margin-bottom:.5rem !important}.mb-xs-10{margin-bottom:1rem !important}.mb-xs-15{margin-bottom:1.5rem !important}.mb-xs-20{margin-bottom:2rem !important}.mb-xs-22{margin-bottom:2.2rem !important}.mb-xs-25{margin-bottom:2.5rem !important}.mb-xs-30{margin-bottom:3rem !important}.mb-xs-35{margin-bottom:3.5rem !important}.mb-xs-40{margin-bottom:4rem !important}.mb-xs-45{margin-bottom:4.5rem !important}.mb-xs-48{margin-bottom:4.8rem !important}.mb-xs-50{margin-bottom:5rem !important}.mb-xs-60{margin-bottom:6rem !important}.mb-xs-70{margin-bottom:7rem !important}.mb-xs-75{margin-bottom:7.5rem !important}.mb-xs-78{margin-bottom:7.8rem !important}.mb-xs-80{margin-bottom:8rem !important}.mb-xs-100{margin-bottom:10rem !important}.mb-xs-107{margin-bottom:10.7rem !important}.mb-xs-120{margin-bottom:12rem !important}.mb-xs-123{margin-bottom:12.3rem !important}.mb-xs-132{margin-bottom:13.2rem !important}.mb-xs-136{margin-bottom:13.6rem !important}.mb-xs-165{margin-bottom:16.5rem !important}.mb-xs-182{margin-bottom:18.2rem !important}.mb-xs-auto{margin-bottom:auto !important}.ms-xs-0{margin-left:0 !important}.ms-xs-3{margin-left:.3rem !important}.ms-xs-5{margin-left:.5rem !important}.ms-xs-10{margin-left:1rem !important}.ms-xs-15{margin-left:1.5rem !important}.ms-xs-20{margin-left:2rem !important}.ms-xs-22{margin-left:2.2rem !important}.ms-xs-25{margin-left:2.5rem !important}.ms-xs-30{margin-left:3rem !important}.ms-xs-35{margin-left:3.5rem !important}.ms-xs-40{margin-left:4rem !important}.ms-xs-45{margin-left:4.5rem !important}.ms-xs-48{margin-left:4.8rem !important}.ms-xs-50{margin-left:5rem !important}.ms-xs-60{margin-left:6rem !important}.ms-xs-70{margin-left:7rem !important}.ms-xs-75{margin-left:7.5rem !important}.ms-xs-78{margin-left:7.8rem !important}.ms-xs-80{margin-left:8rem !important}.ms-xs-100{margin-left:10rem !important}.ms-xs-107{margin-left:10.7rem !important}.ms-xs-120{margin-left:12rem !important}.ms-xs-123{margin-left:12.3rem !important}.ms-xs-132{margin-left:13.2rem !important}.ms-xs-136{margin-left:13.6rem !important}.ms-xs-165{margin-left:16.5rem !important}.ms-xs-182{margin-left:18.2rem !important}.ms-xs-auto{margin-left:auto !important}.m-xs-n3{margin:-0.3rem !important}.m-xs-n5{margin:-0.5rem !important}.m-xs-n10{margin:-1rem !important}.m-xs-n15{margin:-1.5rem !important}.m-xs-n20{margin:-2rem !important}.m-xs-n22{margin:-2.2rem !important}.m-xs-n25{margin:-2.5rem !important}.m-xs-n30{margin:-3rem !important}.m-xs-n35{margin:-3.5rem !important}.m-xs-n40{margin:-4rem !important}.m-xs-n45{margin:-4.5rem !important}.m-xs-n48{margin:-4.8rem !important}.m-xs-n50{margin:-5rem !important}.m-xs-n60{margin:-6rem !important}.m-xs-n70{margin:-7rem !important}.m-xs-n75{margin:-7.5rem !important}.m-xs-n78{margin:-7.8rem !important}.m-xs-n80{margin:-8rem !important}.m-xs-n100{margin:-10rem !important}.m-xs-n107{margin:-10.7rem !important}.m-xs-n120{margin:-12rem !important}.m-xs-n123{margin:-12.3rem !important}.m-xs-n132{margin:-13.2rem !important}.m-xs-n136{margin:-13.6rem !important}.m-xs-n165{margin:-16.5rem !important}.m-xs-n182{margin:-18.2rem !important}.mx-xs-n3{margin-right:-0.3rem !important;margin-left:-0.3rem !important}.mx-xs-n5{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xs-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xs-n15{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xs-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xs-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-xs-n25{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-xs-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xs-n35{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-xs-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xs-n45{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-xs-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-xs-n50{margin-right:-5rem !important;margin-left:-5rem !important}.mx-xs-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xs-n70{margin-right:-7rem !important;margin-left:-7rem !important}.mx-xs-n75{margin-right:-7.5rem !important;margin-left:-7.5rem !important}.mx-xs-n78{margin-right:-7.8rem !important;margin-left:-7.8rem !important}.mx-xs-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-xs-n100{margin-right:-10rem !important;margin-left:-10rem !important}.mx-xs-n107{margin-right:-10.7rem !important;margin-left:-10.7rem !important}.mx-xs-n120{margin-right:-12rem !important;margin-left:-12rem !important}.mx-xs-n123{margin-right:-12.3rem !important;margin-left:-12.3rem !important}.mx-xs-n132{margin-right:-13.2rem !important;margin-left:-13.2rem !important}.mx-xs-n136{margin-right:-13.6rem !important;margin-left:-13.6rem !important}.mx-xs-n165{margin-right:-16.5rem !important;margin-left:-16.5rem !important}.mx-xs-n182{margin-right:-18.2rem !important;margin-left:-18.2rem !important}.my-xs-n3{margin-top:-0.3rem !important;margin-bottom:-0.3rem !important}.my-xs-n5{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xs-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xs-n15{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xs-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xs-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-xs-n25{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-xs-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xs-n35{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-xs-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xs-n45{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-xs-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-xs-n50{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-xs-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xs-n70{margin-top:-7rem !important;margin-bottom:-7rem !important}.my-xs-n75{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important}.my-xs-n78{margin-top:-7.8rem !important;margin-bottom:-7.8rem !important}.my-xs-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-xs-n100{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-xs-n107{margin-top:-10.7rem !important;margin-bottom:-10.7rem !important}.my-xs-n120{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-xs-n123{margin-top:-12.3rem !important;margin-bottom:-12.3rem !important}.my-xs-n132{margin-top:-13.2rem !important;margin-bottom:-13.2rem !important}.my-xs-n136{margin-top:-13.6rem !important;margin-bottom:-13.6rem !important}.my-xs-n165{margin-top:-16.5rem !important;margin-bottom:-16.5rem !important}.my-xs-n182{margin-top:-18.2rem !important;margin-bottom:-18.2rem !important}.mt-xs-n3{margin-top:-0.3rem !important}.mt-xs-n5{margin-top:-0.5rem !important}.mt-xs-n10{margin-top:-1rem !important}.mt-xs-n15{margin-top:-1.5rem !important}.mt-xs-n20{margin-top:-2rem !important}.mt-xs-n22{margin-top:-2.2rem !important}.mt-xs-n25{margin-top:-2.5rem !important}.mt-xs-n30{margin-top:-3rem !important}.mt-xs-n35{margin-top:-3.5rem !important}.mt-xs-n40{margin-top:-4rem !important}.mt-xs-n45{margin-top:-4.5rem !important}.mt-xs-n48{margin-top:-4.8rem !important}.mt-xs-n50{margin-top:-5rem !important}.mt-xs-n60{margin-top:-6rem !important}.mt-xs-n70{margin-top:-7rem !important}.mt-xs-n75{margin-top:-7.5rem !important}.mt-xs-n78{margin-top:-7.8rem !important}.mt-xs-n80{margin-top:-8rem !important}.mt-xs-n100{margin-top:-10rem !important}.mt-xs-n107{margin-top:-10.7rem !important}.mt-xs-n120{margin-top:-12rem !important}.mt-xs-n123{margin-top:-12.3rem !important}.mt-xs-n132{margin-top:-13.2rem !important}.mt-xs-n136{margin-top:-13.6rem !important}.mt-xs-n165{margin-top:-16.5rem !important}.mt-xs-n182{margin-top:-18.2rem !important}.me-xs-n3{margin-right:-0.3rem !important}.me-xs-n5{margin-right:-0.5rem !important}.me-xs-n10{margin-right:-1rem !important}.me-xs-n15{margin-right:-1.5rem !important}.me-xs-n20{margin-right:-2rem !important}.me-xs-n22{margin-right:-2.2rem !important}.me-xs-n25{margin-right:-2.5rem !important}.me-xs-n30{margin-right:-3rem !important}.me-xs-n35{margin-right:-3.5rem !important}.me-xs-n40{margin-right:-4rem !important}.me-xs-n45{margin-right:-4.5rem !important}.me-xs-n48{margin-right:-4.8rem !important}.me-xs-n50{margin-right:-5rem !important}.me-xs-n60{margin-right:-6rem !important}.me-xs-n70{margin-right:-7rem !important}.me-xs-n75{margin-right:-7.5rem !important}.me-xs-n78{margin-right:-7.8rem !important}.me-xs-n80{margin-right:-8rem !important}.me-xs-n100{margin-right:-10rem !important}.me-xs-n107{margin-right:-10.7rem !important}.me-xs-n120{margin-right:-12rem !important}.me-xs-n123{margin-right:-12.3rem !important}.me-xs-n132{margin-right:-13.2rem !important}.me-xs-n136{margin-right:-13.6rem !important}.me-xs-n165{margin-right:-16.5rem !important}.me-xs-n182{margin-right:-18.2rem !important}.mb-xs-n3{margin-bottom:-0.3rem !important}.mb-xs-n5{margin-bottom:-0.5rem !important}.mb-xs-n10{margin-bottom:-1rem !important}.mb-xs-n15{margin-bottom:-1.5rem !important}.mb-xs-n20{margin-bottom:-2rem !important}.mb-xs-n22{margin-bottom:-2.2rem !important}.mb-xs-n25{margin-bottom:-2.5rem !important}.mb-xs-n30{margin-bottom:-3rem !important}.mb-xs-n35{margin-bottom:-3.5rem !important}.mb-xs-n40{margin-bottom:-4rem !important}.mb-xs-n45{margin-bottom:-4.5rem !important}.mb-xs-n48{margin-bottom:-4.8rem !important}.mb-xs-n50{margin-bottom:-5rem !important}.mb-xs-n60{margin-bottom:-6rem !important}.mb-xs-n70{margin-bottom:-7rem !important}.mb-xs-n75{margin-bottom:-7.5rem !important}.mb-xs-n78{margin-bottom:-7.8rem !important}.mb-xs-n80{margin-bottom:-8rem !important}.mb-xs-n100{margin-bottom:-10rem !important}.mb-xs-n107{margin-bottom:-10.7rem !important}.mb-xs-n120{margin-bottom:-12rem !important}.mb-xs-n123{margin-bottom:-12.3rem !important}.mb-xs-n132{margin-bottom:-13.2rem !important}.mb-xs-n136{margin-bottom:-13.6rem !important}.mb-xs-n165{margin-bottom:-16.5rem !important}.mb-xs-n182{margin-bottom:-18.2rem !important}.ms-xs-n3{margin-left:-0.3rem !important}.ms-xs-n5{margin-left:-0.5rem !important}.ms-xs-n10{margin-left:-1rem !important}.ms-xs-n15{margin-left:-1.5rem !important}.ms-xs-n20{margin-left:-2rem !important}.ms-xs-n22{margin-left:-2.2rem !important}.ms-xs-n25{margin-left:-2.5rem !important}.ms-xs-n30{margin-left:-3rem !important}.ms-xs-n35{margin-left:-3.5rem !important}.ms-xs-n40{margin-left:-4rem !important}.ms-xs-n45{margin-left:-4.5rem !important}.ms-xs-n48{margin-left:-4.8rem !important}.ms-xs-n50{margin-left:-5rem !important}.ms-xs-n60{margin-left:-6rem !important}.ms-xs-n70{margin-left:-7rem !important}.ms-xs-n75{margin-left:-7.5rem !important}.ms-xs-n78{margin-left:-7.8rem !important}.ms-xs-n80{margin-left:-8rem !important}.ms-xs-n100{margin-left:-10rem !important}.ms-xs-n107{margin-left:-10.7rem !important}.ms-xs-n120{margin-left:-12rem !important}.ms-xs-n123{margin-left:-12.3rem !important}.ms-xs-n132{margin-left:-13.2rem !important}.ms-xs-n136{margin-left:-13.6rem !important}.ms-xs-n165{margin-left:-16.5rem !important}.ms-xs-n182{margin-left:-18.2rem !important}.p-xs-0{padding:0 !important}.p-xs-3{padding:.3rem !important}.p-xs-5{padding:.5rem !important}.p-xs-10{padding:1rem !important}.p-xs-15{padding:1.5rem !important}.p-xs-20{padding:2rem !important}.p-xs-22{padding:2.2rem !important}.p-xs-25{padding:2.5rem !important}.p-xs-30{padding:3rem !important}.p-xs-35{padding:3.5rem !important}.p-xs-40{padding:4rem !important}.p-xs-45{padding:4.5rem !important}.p-xs-48{padding:4.8rem !important}.p-xs-50{padding:5rem !important}.p-xs-60{padding:6rem !important}.p-xs-70{padding:7rem !important}.p-xs-75{padding:7.5rem !important}.p-xs-78{padding:7.8rem !important}.p-xs-80{padding:8rem !important}.p-xs-100{padding:10rem !important}.p-xs-107{padding:10.7rem !important}.p-xs-120{padding:12rem !important}.p-xs-123{padding:12.3rem !important}.p-xs-132{padding:13.2rem !important}.p-xs-136{padding:13.6rem !important}.p-xs-165{padding:16.5rem !important}.p-xs-182{padding:18.2rem !important}.px-xs-0{padding-right:0 !important;padding-left:0 !important}.px-xs-3{padding-right:.3rem !important;padding-left:.3rem !important}.px-xs-5{padding-right:.5rem !important;padding-left:.5rem !important}.px-xs-10{padding-right:1rem !important;padding-left:1rem !important}.px-xs-15{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xs-20{padding-right:2rem !important;padding-left:2rem !important}.px-xs-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-xs-25{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xs-30{padding-right:3rem !important;padding-left:3rem !important}.px-xs-35{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-xs-40{padding-right:4rem !important;padding-left:4rem !important}.px-xs-45{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-xs-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-xs-50{padding-right:5rem !important;padding-left:5rem !important}.px-xs-60{padding-right:6rem !important;padding-left:6rem !important}.px-xs-70{padding-right:7rem !important;padding-left:7rem !important}.px-xs-75{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-xs-78{padding-right:7.8rem !important;padding-left:7.8rem !important}.px-xs-80{padding-right:8rem !important;padding-left:8rem !important}.px-xs-100{padding-right:10rem !important;padding-left:10rem !important}.px-xs-107{padding-right:10.7rem !important;padding-left:10.7rem !important}.px-xs-120{padding-right:12rem !important;padding-left:12rem !important}.px-xs-123{padding-right:12.3rem !important;padding-left:12.3rem !important}.px-xs-132{padding-right:13.2rem !important;padding-left:13.2rem !important}.px-xs-136{padding-right:13.6rem !important;padding-left:13.6rem !important}.px-xs-165{padding-right:16.5rem !important;padding-left:16.5rem !important}.px-xs-182{padding-right:18.2rem !important;padding-left:18.2rem !important}.py-xs-0{padding-top:0 !important;padding-bottom:0 !important}.py-xs-3{padding-top:.3rem !important;padding-bottom:.3rem !important}.py-xs-5{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xs-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-xs-15{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xs-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-xs-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-xs-25{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xs-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-xs-35{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-xs-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-xs-45{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-xs-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-xs-50{padding-top:5rem !important;padding-bottom:5rem !important}.py-xs-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-xs-70{padding-top:7rem !important;padding-bottom:7rem !important}.py-xs-75{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-xs-78{padding-top:7.8rem !important;padding-bottom:7.8rem !important}.py-xs-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-xs-100{padding-top:10rem !important;padding-bottom:10rem !important}.py-xs-107{padding-top:10.7rem !important;padding-bottom:10.7rem !important}.py-xs-120{padding-top:12rem !important;padding-bottom:12rem !important}.py-xs-123{padding-top:12.3rem !important;padding-bottom:12.3rem !important}.py-xs-132{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-xs-136{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-xs-165{padding-top:16.5rem !important;padding-bottom:16.5rem !important}.py-xs-182{padding-top:18.2rem !important;padding-bottom:18.2rem !important}.pt-xs-0{padding-top:0 !important}.pt-xs-3{padding-top:.3rem !important}.pt-xs-5{padding-top:.5rem !important}.pt-xs-10{padding-top:1rem !important}.pt-xs-15{padding-top:1.5rem !important}.pt-xs-20{padding-top:2rem !important}.pt-xs-22{padding-top:2.2rem !important}.pt-xs-25{padding-top:2.5rem !important}.pt-xs-30{padding-top:3rem !important}.pt-xs-35{padding-top:3.5rem !important}.pt-xs-40{padding-top:4rem !important}.pt-xs-45{padding-top:4.5rem !important}.pt-xs-48{padding-top:4.8rem !important}.pt-xs-50{padding-top:5rem !important}.pt-xs-60{padding-top:6rem !important}.pt-xs-70{padding-top:7rem !important}.pt-xs-75{padding-top:7.5rem !important}.pt-xs-78{padding-top:7.8rem !important}.pt-xs-80{padding-top:8rem !important}.pt-xs-100{padding-top:10rem !important}.pt-xs-107{padding-top:10.7rem !important}.pt-xs-120{padding-top:12rem !important}.pt-xs-123{padding-top:12.3rem !important}.pt-xs-132{padding-top:13.2rem !important}.pt-xs-136{padding-top:13.6rem !important}.pt-xs-165{padding-top:16.5rem !important}.pt-xs-182{padding-top:18.2rem !important}.pe-xs-0{padding-right:0 !important}.pe-xs-3{padding-right:.3rem !important}.pe-xs-5{padding-right:.5rem !important}.pe-xs-10{padding-right:1rem !important}.pe-xs-15{padding-right:1.5rem !important}.pe-xs-20{padding-right:2rem !important}.pe-xs-22{padding-right:2.2rem !important}.pe-xs-25{padding-right:2.5rem !important}.pe-xs-30{padding-right:3rem !important}.pe-xs-35{padding-right:3.5rem !important}.pe-xs-40{padding-right:4rem !important}.pe-xs-45{padding-right:4.5rem !important}.pe-xs-48{padding-right:4.8rem !important}.pe-xs-50{padding-right:5rem !important}.pe-xs-60{padding-right:6rem !important}.pe-xs-70{padding-right:7rem !important}.pe-xs-75{padding-right:7.5rem !important}.pe-xs-78{padding-right:7.8rem !important}.pe-xs-80{padding-right:8rem !important}.pe-xs-100{padding-right:10rem !important}.pe-xs-107{padding-right:10.7rem !important}.pe-xs-120{padding-right:12rem !important}.pe-xs-123{padding-right:12.3rem !important}.pe-xs-132{padding-right:13.2rem !important}.pe-xs-136{padding-right:13.6rem !important}.pe-xs-165{padding-right:16.5rem !important}.pe-xs-182{padding-right:18.2rem !important}.pb-xs-0{padding-bottom:0 !important}.pb-xs-3{padding-bottom:.3rem !important}.pb-xs-5{padding-bottom:.5rem !important}.pb-xs-10{padding-bottom:1rem !important}.pb-xs-15{padding-bottom:1.5rem !important}.pb-xs-20{padding-bottom:2rem !important}.pb-xs-22{padding-bottom:2.2rem !important}.pb-xs-25{padding-bottom:2.5rem !important}.pb-xs-30{padding-bottom:3rem !important}.pb-xs-35{padding-bottom:3.5rem !important}.pb-xs-40{padding-bottom:4rem !important}.pb-xs-45{padding-bottom:4.5rem !important}.pb-xs-48{padding-bottom:4.8rem !important}.pb-xs-50{padding-bottom:5rem !important}.pb-xs-60{padding-bottom:6rem !important}.pb-xs-70{padding-bottom:7rem !important}.pb-xs-75{padding-bottom:7.5rem !important}.pb-xs-78{padding-bottom:7.8rem !important}.pb-xs-80{padding-bottom:8rem !important}.pb-xs-100{padding-bottom:10rem !important}.pb-xs-107{padding-bottom:10.7rem !important}.pb-xs-120{padding-bottom:12rem !important}.pb-xs-123{padding-bottom:12.3rem !important}.pb-xs-132{padding-bottom:13.2rem !important}.pb-xs-136{padding-bottom:13.6rem !important}.pb-xs-165{padding-bottom:16.5rem !important}.pb-xs-182{padding-bottom:18.2rem !important}.ps-xs-0{padding-left:0 !important}.ps-xs-3{padding-left:.3rem !important}.ps-xs-5{padding-left:.5rem !important}.ps-xs-10{padding-left:1rem !important}.ps-xs-15{padding-left:1.5rem !important}.ps-xs-20{padding-left:2rem !important}.ps-xs-22{padding-left:2.2rem !important}.ps-xs-25{padding-left:2.5rem !important}.ps-xs-30{padding-left:3rem !important}.ps-xs-35{padding-left:3.5rem !important}.ps-xs-40{padding-left:4rem !important}.ps-xs-45{padding-left:4.5rem !important}.ps-xs-48{padding-left:4.8rem !important}.ps-xs-50{padding-left:5rem !important}.ps-xs-60{padding-left:6rem !important}.ps-xs-70{padding-left:7rem !important}.ps-xs-75{padding-left:7.5rem !important}.ps-xs-78{padding-left:7.8rem !important}.ps-xs-80{padding-left:8rem !important}.ps-xs-100{padding-left:10rem !important}.ps-xs-107{padding-left:10.7rem !important}.ps-xs-120{padding-left:12rem !important}.ps-xs-123{padding-left:12.3rem !important}.ps-xs-132{padding-left:13.2rem !important}.ps-xs-136{padding-left:13.6rem !important}.ps-xs-165{padding-left:16.5rem !important}.ps-xs-182{padding-left:18.2rem !important}.text-xs-start{text-align:left !important}.text-xs-end{text-align:right !important}.text-xs-center{text-align:center !important}}@media(min-width: 580px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-3{gap:.3rem !important}.gap-sm-5{gap:.5rem !important}.gap-sm-10{gap:1rem !important}.gap-sm-15{gap:1.5rem !important}.gap-sm-20{gap:2rem !important}.gap-sm-22{gap:2.2rem !important}.gap-sm-25{gap:2.5rem !important}.gap-sm-30{gap:3rem !important}.gap-sm-35{gap:3.5rem !important}.gap-sm-40{gap:4rem !important}.gap-sm-45{gap:4.5rem !important}.gap-sm-48{gap:4.8rem !important}.gap-sm-50{gap:5rem !important}.gap-sm-60{gap:6rem !important}.gap-sm-70{gap:7rem !important}.gap-sm-75{gap:7.5rem !important}.gap-sm-78{gap:7.8rem !important}.gap-sm-80{gap:8rem !important}.gap-sm-100{gap:10rem !important}.gap-sm-107{gap:10.7rem !important}.gap-sm-120{gap:12rem !important}.gap-sm-123{gap:12.3rem !important}.gap-sm-132{gap:13.2rem !important}.gap-sm-136{gap:13.6rem !important}.gap-sm-165{gap:16.5rem !important}.gap-sm-182{gap:18.2rem !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-3{margin:.3rem !important}.m-sm-5{margin:.5rem !important}.m-sm-10{margin:1rem !important}.m-sm-15{margin:1.5rem !important}.m-sm-20{margin:2rem !important}.m-sm-22{margin:2.2rem !important}.m-sm-25{margin:2.5rem !important}.m-sm-30{margin:3rem !important}.m-sm-35{margin:3.5rem !important}.m-sm-40{margin:4rem !important}.m-sm-45{margin:4.5rem !important}.m-sm-48{margin:4.8rem !important}.m-sm-50{margin:5rem !important}.m-sm-60{margin:6rem !important}.m-sm-70{margin:7rem !important}.m-sm-75{margin:7.5rem !important}.m-sm-78{margin:7.8rem !important}.m-sm-80{margin:8rem !important}.m-sm-100{margin:10rem !important}.m-sm-107{margin:10.7rem !important}.m-sm-120{margin:12rem !important}.m-sm-123{margin:12.3rem !important}.m-sm-132{margin:13.2rem !important}.m-sm-136{margin:13.6rem !important}.m-sm-165{margin:16.5rem !important}.m-sm-182{margin:18.2rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-3{margin-right:.3rem !important;margin-left:.3rem !important}.mx-sm-5{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-10{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-15{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-20{margin-right:2rem !important;margin-left:2rem !important}.mx-sm-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-sm-25{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-sm-30{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-35{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-sm-40{margin-right:4rem !important;margin-left:4rem !important}.mx-sm-45{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-sm-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-sm-50{margin-right:5rem !important;margin-left:5rem !important}.mx-sm-60{margin-right:6rem !important;margin-left:6rem !important}.mx-sm-70{margin-right:7rem !important;margin-left:7rem !important}.mx-sm-75{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-sm-78{margin-right:7.8rem !important;margin-left:7.8rem !important}.mx-sm-80{margin-right:8rem !important;margin-left:8rem !important}.mx-sm-100{margin-right:10rem !important;margin-left:10rem !important}.mx-sm-107{margin-right:10.7rem !important;margin-left:10.7rem !important}.mx-sm-120{margin-right:12rem !important;margin-left:12rem !important}.mx-sm-123{margin-right:12.3rem !important;margin-left:12.3rem !important}.mx-sm-132{margin-right:13.2rem !important;margin-left:13.2rem !important}.mx-sm-136{margin-right:13.6rem !important;margin-left:13.6rem !important}.mx-sm-165{margin-right:16.5rem !important;margin-left:16.5rem !important}.mx-sm-182{margin-right:18.2rem !important;margin-left:18.2rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-3{margin-top:.3rem !important;margin-bottom:.3rem !important}.my-sm-5{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-15{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-sm-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-sm-25{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-sm-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-35{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-sm-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-45{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-sm-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-sm-50{margin-top:5rem !important;margin-bottom:5rem !important}.my-sm-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-sm-70{margin-top:7rem !important;margin-bottom:7rem !important}.my-sm-75{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-sm-78{margin-top:7.8rem !important;margin-bottom:7.8rem !important}.my-sm-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-sm-100{margin-top:10rem !important;margin-bottom:10rem !important}.my-sm-107{margin-top:10.7rem !important;margin-bottom:10.7rem !important}.my-sm-120{margin-top:12rem !important;margin-bottom:12rem !important}.my-sm-123{margin-top:12.3rem !important;margin-bottom:12.3rem !important}.my-sm-132{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-sm-136{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-sm-165{margin-top:16.5rem !important;margin-bottom:16.5rem !important}.my-sm-182{margin-top:18.2rem !important;margin-bottom:18.2rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-3{margin-top:.3rem !important}.mt-sm-5{margin-top:.5rem !important}.mt-sm-10{margin-top:1rem !important}.mt-sm-15{margin-top:1.5rem !important}.mt-sm-20{margin-top:2rem !important}.mt-sm-22{margin-top:2.2rem !important}.mt-sm-25{margin-top:2.5rem !important}.mt-sm-30{margin-top:3rem !important}.mt-sm-35{margin-top:3.5rem !important}.mt-sm-40{margin-top:4rem !important}.mt-sm-45{margin-top:4.5rem !important}.mt-sm-48{margin-top:4.8rem !important}.mt-sm-50{margin-top:5rem !important}.mt-sm-60{margin-top:6rem !important}.mt-sm-70{margin-top:7rem !important}.mt-sm-75{margin-top:7.5rem !important}.mt-sm-78{margin-top:7.8rem !important}.mt-sm-80{margin-top:8rem !important}.mt-sm-100{margin-top:10rem !important}.mt-sm-107{margin-top:10.7rem !important}.mt-sm-120{margin-top:12rem !important}.mt-sm-123{margin-top:12.3rem !important}.mt-sm-132{margin-top:13.2rem !important}.mt-sm-136{margin-top:13.6rem !important}.mt-sm-165{margin-top:16.5rem !important}.mt-sm-182{margin-top:18.2rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-3{margin-right:.3rem !important}.me-sm-5{margin-right:.5rem !important}.me-sm-10{margin-right:1rem !important}.me-sm-15{margin-right:1.5rem !important}.me-sm-20{margin-right:2rem !important}.me-sm-22{margin-right:2.2rem !important}.me-sm-25{margin-right:2.5rem !important}.me-sm-30{margin-right:3rem !important}.me-sm-35{margin-right:3.5rem !important}.me-sm-40{margin-right:4rem !important}.me-sm-45{margin-right:4.5rem !important}.me-sm-48{margin-right:4.8rem !important}.me-sm-50{margin-right:5rem !important}.me-sm-60{margin-right:6rem !important}.me-sm-70{margin-right:7rem !important}.me-sm-75{margin-right:7.5rem !important}.me-sm-78{margin-right:7.8rem !important}.me-sm-80{margin-right:8rem !important}.me-sm-100{margin-right:10rem !important}.me-sm-107{margin-right:10.7rem !important}.me-sm-120{margin-right:12rem !important}.me-sm-123{margin-right:12.3rem !important}.me-sm-132{margin-right:13.2rem !important}.me-sm-136{margin-right:13.6rem !important}.me-sm-165{margin-right:16.5rem !important}.me-sm-182{margin-right:18.2rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-3{margin-bottom:.3rem !important}.mb-sm-5{margin-bottom:.5rem !important}.mb-sm-10{margin-bottom:1rem !important}.mb-sm-15{margin-bottom:1.5rem !important}.mb-sm-20{margin-bottom:2rem !important}.mb-sm-22{margin-bottom:2.2rem !important}.mb-sm-25{margin-bottom:2.5rem !important}.mb-sm-30{margin-bottom:3rem !important}.mb-sm-35{margin-bottom:3.5rem !important}.mb-sm-40{margin-bottom:4rem !important}.mb-sm-45{margin-bottom:4.5rem !important}.mb-sm-48{margin-bottom:4.8rem !important}.mb-sm-50{margin-bottom:5rem !important}.mb-sm-60{margin-bottom:6rem !important}.mb-sm-70{margin-bottom:7rem !important}.mb-sm-75{margin-bottom:7.5rem !important}.mb-sm-78{margin-bottom:7.8rem !important}.mb-sm-80{margin-bottom:8rem !important}.mb-sm-100{margin-bottom:10rem !important}.mb-sm-107{margin-bottom:10.7rem !important}.mb-sm-120{margin-bottom:12rem !important}.mb-sm-123{margin-bottom:12.3rem !important}.mb-sm-132{margin-bottom:13.2rem !important}.mb-sm-136{margin-bottom:13.6rem !important}.mb-sm-165{margin-bottom:16.5rem !important}.mb-sm-182{margin-bottom:18.2rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-3{margin-left:.3rem !important}.ms-sm-5{margin-left:.5rem !important}.ms-sm-10{margin-left:1rem !important}.ms-sm-15{margin-left:1.5rem !important}.ms-sm-20{margin-left:2rem !important}.ms-sm-22{margin-left:2.2rem !important}.ms-sm-25{margin-left:2.5rem !important}.ms-sm-30{margin-left:3rem !important}.ms-sm-35{margin-left:3.5rem !important}.ms-sm-40{margin-left:4rem !important}.ms-sm-45{margin-left:4.5rem !important}.ms-sm-48{margin-left:4.8rem !important}.ms-sm-50{margin-left:5rem !important}.ms-sm-60{margin-left:6rem !important}.ms-sm-70{margin-left:7rem !important}.ms-sm-75{margin-left:7.5rem !important}.ms-sm-78{margin-left:7.8rem !important}.ms-sm-80{margin-left:8rem !important}.ms-sm-100{margin-left:10rem !important}.ms-sm-107{margin-left:10.7rem !important}.ms-sm-120{margin-left:12rem !important}.ms-sm-123{margin-left:12.3rem !important}.ms-sm-132{margin-left:13.2rem !important}.ms-sm-136{margin-left:13.6rem !important}.ms-sm-165{margin-left:16.5rem !important}.ms-sm-182{margin-left:18.2rem !important}.ms-sm-auto{margin-left:auto !important}.m-sm-n3{margin:-0.3rem !important}.m-sm-n5{margin:-0.5rem !important}.m-sm-n10{margin:-1rem !important}.m-sm-n15{margin:-1.5rem !important}.m-sm-n20{margin:-2rem !important}.m-sm-n22{margin:-2.2rem !important}.m-sm-n25{margin:-2.5rem !important}.m-sm-n30{margin:-3rem !important}.m-sm-n35{margin:-3.5rem !important}.m-sm-n40{margin:-4rem !important}.m-sm-n45{margin:-4.5rem !important}.m-sm-n48{margin:-4.8rem !important}.m-sm-n50{margin:-5rem !important}.m-sm-n60{margin:-6rem !important}.m-sm-n70{margin:-7rem !important}.m-sm-n75{margin:-7.5rem !important}.m-sm-n78{margin:-7.8rem !important}.m-sm-n80{margin:-8rem !important}.m-sm-n100{margin:-10rem !important}.m-sm-n107{margin:-10.7rem !important}.m-sm-n120{margin:-12rem !important}.m-sm-n123{margin:-12.3rem !important}.m-sm-n132{margin:-13.2rem !important}.m-sm-n136{margin:-13.6rem !important}.m-sm-n165{margin:-16.5rem !important}.m-sm-n182{margin:-18.2rem !important}.mx-sm-n3{margin-right:-0.3rem !important;margin-left:-0.3rem !important}.mx-sm-n5{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-sm-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n15{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-sm-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-sm-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-sm-n25{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-sm-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-sm-n35{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-sm-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-sm-n45{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-sm-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-sm-n50{margin-right:-5rem !important;margin-left:-5rem !important}.mx-sm-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-sm-n70{margin-right:-7rem !important;margin-left:-7rem !important}.mx-sm-n75{margin-right:-7.5rem !important;margin-left:-7.5rem !important}.mx-sm-n78{margin-right:-7.8rem !important;margin-left:-7.8rem !important}.mx-sm-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-sm-n100{margin-right:-10rem !important;margin-left:-10rem !important}.mx-sm-n107{margin-right:-10.7rem !important;margin-left:-10.7rem !important}.mx-sm-n120{margin-right:-12rem !important;margin-left:-12rem !important}.mx-sm-n123{margin-right:-12.3rem !important;margin-left:-12.3rem !important}.mx-sm-n132{margin-right:-13.2rem !important;margin-left:-13.2rem !important}.mx-sm-n136{margin-right:-13.6rem !important;margin-left:-13.6rem !important}.mx-sm-n165{margin-right:-16.5rem !important;margin-left:-16.5rem !important}.mx-sm-n182{margin-right:-18.2rem !important;margin-left:-18.2rem !important}.my-sm-n3{margin-top:-0.3rem !important;margin-bottom:-0.3rem !important}.my-sm-n5{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-sm-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n15{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-sm-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-sm-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-sm-n25{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-sm-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-sm-n35{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-sm-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-sm-n45{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-sm-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-sm-n50{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-sm-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-sm-n70{margin-top:-7rem !important;margin-bottom:-7rem !important}.my-sm-n75{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important}.my-sm-n78{margin-top:-7.8rem !important;margin-bottom:-7.8rem !important}.my-sm-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-sm-n100{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-sm-n107{margin-top:-10.7rem !important;margin-bottom:-10.7rem !important}.my-sm-n120{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-sm-n123{margin-top:-12.3rem !important;margin-bottom:-12.3rem !important}.my-sm-n132{margin-top:-13.2rem !important;margin-bottom:-13.2rem !important}.my-sm-n136{margin-top:-13.6rem !important;margin-bottom:-13.6rem !important}.my-sm-n165{margin-top:-16.5rem !important;margin-bottom:-16.5rem !important}.my-sm-n182{margin-top:-18.2rem !important;margin-bottom:-18.2rem !important}.mt-sm-n3{margin-top:-0.3rem !important}.mt-sm-n5{margin-top:-0.5rem !important}.mt-sm-n10{margin-top:-1rem !important}.mt-sm-n15{margin-top:-1.5rem !important}.mt-sm-n20{margin-top:-2rem !important}.mt-sm-n22{margin-top:-2.2rem !important}.mt-sm-n25{margin-top:-2.5rem !important}.mt-sm-n30{margin-top:-3rem !important}.mt-sm-n35{margin-top:-3.5rem !important}.mt-sm-n40{margin-top:-4rem !important}.mt-sm-n45{margin-top:-4.5rem !important}.mt-sm-n48{margin-top:-4.8rem !important}.mt-sm-n50{margin-top:-5rem !important}.mt-sm-n60{margin-top:-6rem !important}.mt-sm-n70{margin-top:-7rem !important}.mt-sm-n75{margin-top:-7.5rem !important}.mt-sm-n78{margin-top:-7.8rem !important}.mt-sm-n80{margin-top:-8rem !important}.mt-sm-n100{margin-top:-10rem !important}.mt-sm-n107{margin-top:-10.7rem !important}.mt-sm-n120{margin-top:-12rem !important}.mt-sm-n123{margin-top:-12.3rem !important}.mt-sm-n132{margin-top:-13.2rem !important}.mt-sm-n136{margin-top:-13.6rem !important}.mt-sm-n165{margin-top:-16.5rem !important}.mt-sm-n182{margin-top:-18.2rem !important}.me-sm-n3{margin-right:-0.3rem !important}.me-sm-n5{margin-right:-0.5rem !important}.me-sm-n10{margin-right:-1rem !important}.me-sm-n15{margin-right:-1.5rem !important}.me-sm-n20{margin-right:-2rem !important}.me-sm-n22{margin-right:-2.2rem !important}.me-sm-n25{margin-right:-2.5rem !important}.me-sm-n30{margin-right:-3rem !important}.me-sm-n35{margin-right:-3.5rem !important}.me-sm-n40{margin-right:-4rem !important}.me-sm-n45{margin-right:-4.5rem !important}.me-sm-n48{margin-right:-4.8rem !important}.me-sm-n50{margin-right:-5rem !important}.me-sm-n60{margin-right:-6rem !important}.me-sm-n70{margin-right:-7rem !important}.me-sm-n75{margin-right:-7.5rem !important}.me-sm-n78{margin-right:-7.8rem !important}.me-sm-n80{margin-right:-8rem !important}.me-sm-n100{margin-right:-10rem !important}.me-sm-n107{margin-right:-10.7rem !important}.me-sm-n120{margin-right:-12rem !important}.me-sm-n123{margin-right:-12.3rem !important}.me-sm-n132{margin-right:-13.2rem !important}.me-sm-n136{margin-right:-13.6rem !important}.me-sm-n165{margin-right:-16.5rem !important}.me-sm-n182{margin-right:-18.2rem !important}.mb-sm-n3{margin-bottom:-0.3rem !important}.mb-sm-n5{margin-bottom:-0.5rem !important}.mb-sm-n10{margin-bottom:-1rem !important}.mb-sm-n15{margin-bottom:-1.5rem !important}.mb-sm-n20{margin-bottom:-2rem !important}.mb-sm-n22{margin-bottom:-2.2rem !important}.mb-sm-n25{margin-bottom:-2.5rem !important}.mb-sm-n30{margin-bottom:-3rem !important}.mb-sm-n35{margin-bottom:-3.5rem !important}.mb-sm-n40{margin-bottom:-4rem !important}.mb-sm-n45{margin-bottom:-4.5rem !important}.mb-sm-n48{margin-bottom:-4.8rem !important}.mb-sm-n50{margin-bottom:-5rem !important}.mb-sm-n60{margin-bottom:-6rem !important}.mb-sm-n70{margin-bottom:-7rem !important}.mb-sm-n75{margin-bottom:-7.5rem !important}.mb-sm-n78{margin-bottom:-7.8rem !important}.mb-sm-n80{margin-bottom:-8rem !important}.mb-sm-n100{margin-bottom:-10rem !important}.mb-sm-n107{margin-bottom:-10.7rem !important}.mb-sm-n120{margin-bottom:-12rem !important}.mb-sm-n123{margin-bottom:-12.3rem !important}.mb-sm-n132{margin-bottom:-13.2rem !important}.mb-sm-n136{margin-bottom:-13.6rem !important}.mb-sm-n165{margin-bottom:-16.5rem !important}.mb-sm-n182{margin-bottom:-18.2rem !important}.ms-sm-n3{margin-left:-0.3rem !important}.ms-sm-n5{margin-left:-0.5rem !important}.ms-sm-n10{margin-left:-1rem !important}.ms-sm-n15{margin-left:-1.5rem !important}.ms-sm-n20{margin-left:-2rem !important}.ms-sm-n22{margin-left:-2.2rem !important}.ms-sm-n25{margin-left:-2.5rem !important}.ms-sm-n30{margin-left:-3rem !important}.ms-sm-n35{margin-left:-3.5rem !important}.ms-sm-n40{margin-left:-4rem !important}.ms-sm-n45{margin-left:-4.5rem !important}.ms-sm-n48{margin-left:-4.8rem !important}.ms-sm-n50{margin-left:-5rem !important}.ms-sm-n60{margin-left:-6rem !important}.ms-sm-n70{margin-left:-7rem !important}.ms-sm-n75{margin-left:-7.5rem !important}.ms-sm-n78{margin-left:-7.8rem !important}.ms-sm-n80{margin-left:-8rem !important}.ms-sm-n100{margin-left:-10rem !important}.ms-sm-n107{margin-left:-10.7rem !important}.ms-sm-n120{margin-left:-12rem !important}.ms-sm-n123{margin-left:-12.3rem !important}.ms-sm-n132{margin-left:-13.2rem !important}.ms-sm-n136{margin-left:-13.6rem !important}.ms-sm-n165{margin-left:-16.5rem !important}.ms-sm-n182{margin-left:-18.2rem !important}.p-sm-0{padding:0 !important}.p-sm-3{padding:.3rem !important}.p-sm-5{padding:.5rem !important}.p-sm-10{padding:1rem !important}.p-sm-15{padding:1.5rem !important}.p-sm-20{padding:2rem !important}.p-sm-22{padding:2.2rem !important}.p-sm-25{padding:2.5rem !important}.p-sm-30{padding:3rem !important}.p-sm-35{padding:3.5rem !important}.p-sm-40{padding:4rem !important}.p-sm-45{padding:4.5rem !important}.p-sm-48{padding:4.8rem !important}.p-sm-50{padding:5rem !important}.p-sm-60{padding:6rem !important}.p-sm-70{padding:7rem !important}.p-sm-75{padding:7.5rem !important}.p-sm-78{padding:7.8rem !important}.p-sm-80{padding:8rem !important}.p-sm-100{padding:10rem !important}.p-sm-107{padding:10.7rem !important}.p-sm-120{padding:12rem !important}.p-sm-123{padding:12.3rem !important}.p-sm-132{padding:13.2rem !important}.p-sm-136{padding:13.6rem !important}.p-sm-165{padding:16.5rem !important}.p-sm-182{padding:18.2rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-3{padding-right:.3rem !important;padding-left:.3rem !important}.px-sm-5{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-10{padding-right:1rem !important;padding-left:1rem !important}.px-sm-15{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-20{padding-right:2rem !important;padding-left:2rem !important}.px-sm-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-sm-25{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-sm-30{padding-right:3rem !important;padding-left:3rem !important}.px-sm-35{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-sm-40{padding-right:4rem !important;padding-left:4rem !important}.px-sm-45{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-sm-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-sm-50{padding-right:5rem !important;padding-left:5rem !important}.px-sm-60{padding-right:6rem !important;padding-left:6rem !important}.px-sm-70{padding-right:7rem !important;padding-left:7rem !important}.px-sm-75{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-sm-78{padding-right:7.8rem !important;padding-left:7.8rem !important}.px-sm-80{padding-right:8rem !important;padding-left:8rem !important}.px-sm-100{padding-right:10rem !important;padding-left:10rem !important}.px-sm-107{padding-right:10.7rem !important;padding-left:10.7rem !important}.px-sm-120{padding-right:12rem !important;padding-left:12rem !important}.px-sm-123{padding-right:12.3rem !important;padding-left:12.3rem !important}.px-sm-132{padding-right:13.2rem !important;padding-left:13.2rem !important}.px-sm-136{padding-right:13.6rem !important;padding-left:13.6rem !important}.px-sm-165{padding-right:16.5rem !important;padding-left:16.5rem !important}.px-sm-182{padding-right:18.2rem !important;padding-left:18.2rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-3{padding-top:.3rem !important;padding-bottom:.3rem !important}.py-sm-5{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-15{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-sm-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-sm-25{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-sm-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-sm-35{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-sm-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-sm-45{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-sm-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-sm-50{padding-top:5rem !important;padding-bottom:5rem !important}.py-sm-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-sm-70{padding-top:7rem !important;padding-bottom:7rem !important}.py-sm-75{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-sm-78{padding-top:7.8rem !important;padding-bottom:7.8rem !important}.py-sm-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-sm-100{padding-top:10rem !important;padding-bottom:10rem !important}.py-sm-107{padding-top:10.7rem !important;padding-bottom:10.7rem !important}.py-sm-120{padding-top:12rem !important;padding-bottom:12rem !important}.py-sm-123{padding-top:12.3rem !important;padding-bottom:12.3rem !important}.py-sm-132{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-sm-136{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-sm-165{padding-top:16.5rem !important;padding-bottom:16.5rem !important}.py-sm-182{padding-top:18.2rem !important;padding-bottom:18.2rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-3{padding-top:.3rem !important}.pt-sm-5{padding-top:.5rem !important}.pt-sm-10{padding-top:1rem !important}.pt-sm-15{padding-top:1.5rem !important}.pt-sm-20{padding-top:2rem !important}.pt-sm-22{padding-top:2.2rem !important}.pt-sm-25{padding-top:2.5rem !important}.pt-sm-30{padding-top:3rem !important}.pt-sm-35{padding-top:3.5rem !important}.pt-sm-40{padding-top:4rem !important}.pt-sm-45{padding-top:4.5rem !important}.pt-sm-48{padding-top:4.8rem !important}.pt-sm-50{padding-top:5rem !important}.pt-sm-60{padding-top:6rem !important}.pt-sm-70{padding-top:7rem !important}.pt-sm-75{padding-top:7.5rem !important}.pt-sm-78{padding-top:7.8rem !important}.pt-sm-80{padding-top:8rem !important}.pt-sm-100{padding-top:10rem !important}.pt-sm-107{padding-top:10.7rem !important}.pt-sm-120{padding-top:12rem !important}.pt-sm-123{padding-top:12.3rem !important}.pt-sm-132{padding-top:13.2rem !important}.pt-sm-136{padding-top:13.6rem !important}.pt-sm-165{padding-top:16.5rem !important}.pt-sm-182{padding-top:18.2rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-3{padding-right:.3rem !important}.pe-sm-5{padding-right:.5rem !important}.pe-sm-10{padding-right:1rem !important}.pe-sm-15{padding-right:1.5rem !important}.pe-sm-20{padding-right:2rem !important}.pe-sm-22{padding-right:2.2rem !important}.pe-sm-25{padding-right:2.5rem !important}.pe-sm-30{padding-right:3rem !important}.pe-sm-35{padding-right:3.5rem !important}.pe-sm-40{padding-right:4rem !important}.pe-sm-45{padding-right:4.5rem !important}.pe-sm-48{padding-right:4.8rem !important}.pe-sm-50{padding-right:5rem !important}.pe-sm-60{padding-right:6rem !important}.pe-sm-70{padding-right:7rem !important}.pe-sm-75{padding-right:7.5rem !important}.pe-sm-78{padding-right:7.8rem !important}.pe-sm-80{padding-right:8rem !important}.pe-sm-100{padding-right:10rem !important}.pe-sm-107{padding-right:10.7rem !important}.pe-sm-120{padding-right:12rem !important}.pe-sm-123{padding-right:12.3rem !important}.pe-sm-132{padding-right:13.2rem !important}.pe-sm-136{padding-right:13.6rem !important}.pe-sm-165{padding-right:16.5rem !important}.pe-sm-182{padding-right:18.2rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-3{padding-bottom:.3rem !important}.pb-sm-5{padding-bottom:.5rem !important}.pb-sm-10{padding-bottom:1rem !important}.pb-sm-15{padding-bottom:1.5rem !important}.pb-sm-20{padding-bottom:2rem !important}.pb-sm-22{padding-bottom:2.2rem !important}.pb-sm-25{padding-bottom:2.5rem !important}.pb-sm-30{padding-bottom:3rem !important}.pb-sm-35{padding-bottom:3.5rem !important}.pb-sm-40{padding-bottom:4rem !important}.pb-sm-45{padding-bottom:4.5rem !important}.pb-sm-48{padding-bottom:4.8rem !important}.pb-sm-50{padding-bottom:5rem !important}.pb-sm-60{padding-bottom:6rem !important}.pb-sm-70{padding-bottom:7rem !important}.pb-sm-75{padding-bottom:7.5rem !important}.pb-sm-78{padding-bottom:7.8rem !important}.pb-sm-80{padding-bottom:8rem !important}.pb-sm-100{padding-bottom:10rem !important}.pb-sm-107{padding-bottom:10.7rem !important}.pb-sm-120{padding-bottom:12rem !important}.pb-sm-123{padding-bottom:12.3rem !important}.pb-sm-132{padding-bottom:13.2rem !important}.pb-sm-136{padding-bottom:13.6rem !important}.pb-sm-165{padding-bottom:16.5rem !important}.pb-sm-182{padding-bottom:18.2rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-3{padding-left:.3rem !important}.ps-sm-5{padding-left:.5rem !important}.ps-sm-10{padding-left:1rem !important}.ps-sm-15{padding-left:1.5rem !important}.ps-sm-20{padding-left:2rem !important}.ps-sm-22{padding-left:2.2rem !important}.ps-sm-25{padding-left:2.5rem !important}.ps-sm-30{padding-left:3rem !important}.ps-sm-35{padding-left:3.5rem !important}.ps-sm-40{padding-left:4rem !important}.ps-sm-45{padding-left:4.5rem !important}.ps-sm-48{padding-left:4.8rem !important}.ps-sm-50{padding-left:5rem !important}.ps-sm-60{padding-left:6rem !important}.ps-sm-70{padding-left:7rem !important}.ps-sm-75{padding-left:7.5rem !important}.ps-sm-78{padding-left:7.8rem !important}.ps-sm-80{padding-left:8rem !important}.ps-sm-100{padding-left:10rem !important}.ps-sm-107{padding-left:10.7rem !important}.ps-sm-120{padding-left:12rem !important}.ps-sm-123{padding-left:12.3rem !important}.ps-sm-132{padding-left:13.2rem !important}.ps-sm-136{padding-left:13.6rem !important}.ps-sm-165{padding-left:16.5rem !important}.ps-sm-182{padding-left:18.2rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-3{gap:.3rem !important}.gap-md-5{gap:.5rem !important}.gap-md-10{gap:1rem !important}.gap-md-15{gap:1.5rem !important}.gap-md-20{gap:2rem !important}.gap-md-22{gap:2.2rem !important}.gap-md-25{gap:2.5rem !important}.gap-md-30{gap:3rem !important}.gap-md-35{gap:3.5rem !important}.gap-md-40{gap:4rem !important}.gap-md-45{gap:4.5rem !important}.gap-md-48{gap:4.8rem !important}.gap-md-50{gap:5rem !important}.gap-md-60{gap:6rem !important}.gap-md-70{gap:7rem !important}.gap-md-75{gap:7.5rem !important}.gap-md-78{gap:7.8rem !important}.gap-md-80{gap:8rem !important}.gap-md-100{gap:10rem !important}.gap-md-107{gap:10.7rem !important}.gap-md-120{gap:12rem !important}.gap-md-123{gap:12.3rem !important}.gap-md-132{gap:13.2rem !important}.gap-md-136{gap:13.6rem !important}.gap-md-165{gap:16.5rem !important}.gap-md-182{gap:18.2rem !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-3{margin:.3rem !important}.m-md-5{margin:.5rem !important}.m-md-10{margin:1rem !important}.m-md-15{margin:1.5rem !important}.m-md-20{margin:2rem !important}.m-md-22{margin:2.2rem !important}.m-md-25{margin:2.5rem !important}.m-md-30{margin:3rem !important}.m-md-35{margin:3.5rem !important}.m-md-40{margin:4rem !important}.m-md-45{margin:4.5rem !important}.m-md-48{margin:4.8rem !important}.m-md-50{margin:5rem !important}.m-md-60{margin:6rem !important}.m-md-70{margin:7rem !important}.m-md-75{margin:7.5rem !important}.m-md-78{margin:7.8rem !important}.m-md-80{margin:8rem !important}.m-md-100{margin:10rem !important}.m-md-107{margin:10.7rem !important}.m-md-120{margin:12rem !important}.m-md-123{margin:12.3rem !important}.m-md-132{margin:13.2rem !important}.m-md-136{margin:13.6rem !important}.m-md-165{margin:16.5rem !important}.m-md-182{margin:18.2rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-3{margin-right:.3rem !important;margin-left:.3rem !important}.mx-md-5{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-10{margin-right:1rem !important;margin-left:1rem !important}.mx-md-15{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-20{margin-right:2rem !important;margin-left:2rem !important}.mx-md-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-md-25{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-md-30{margin-right:3rem !important;margin-left:3rem !important}.mx-md-35{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-md-40{margin-right:4rem !important;margin-left:4rem !important}.mx-md-45{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-md-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-md-50{margin-right:5rem !important;margin-left:5rem !important}.mx-md-60{margin-right:6rem !important;margin-left:6rem !important}.mx-md-70{margin-right:7rem !important;margin-left:7rem !important}.mx-md-75{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-md-78{margin-right:7.8rem !important;margin-left:7.8rem !important}.mx-md-80{margin-right:8rem !important;margin-left:8rem !important}.mx-md-100{margin-right:10rem !important;margin-left:10rem !important}.mx-md-107{margin-right:10.7rem !important;margin-left:10.7rem !important}.mx-md-120{margin-right:12rem !important;margin-left:12rem !important}.mx-md-123{margin-right:12.3rem !important;margin-left:12.3rem !important}.mx-md-132{margin-right:13.2rem !important;margin-left:13.2rem !important}.mx-md-136{margin-right:13.6rem !important;margin-left:13.6rem !important}.mx-md-165{margin-right:16.5rem !important;margin-left:16.5rem !important}.mx-md-182{margin-right:18.2rem !important;margin-left:18.2rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-3{margin-top:.3rem !important;margin-bottom:.3rem !important}.my-md-5{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-15{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-md-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-md-25{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-md-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-35{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-md-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-45{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-md-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-md-50{margin-top:5rem !important;margin-bottom:5rem !important}.my-md-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-md-70{margin-top:7rem !important;margin-bottom:7rem !important}.my-md-75{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-md-78{margin-top:7.8rem !important;margin-bottom:7.8rem !important}.my-md-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-md-100{margin-top:10rem !important;margin-bottom:10rem !important}.my-md-107{margin-top:10.7rem !important;margin-bottom:10.7rem !important}.my-md-120{margin-top:12rem !important;margin-bottom:12rem !important}.my-md-123{margin-top:12.3rem !important;margin-bottom:12.3rem !important}.my-md-132{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-md-136{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-md-165{margin-top:16.5rem !important;margin-bottom:16.5rem !important}.my-md-182{margin-top:18.2rem !important;margin-bottom:18.2rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-3{margin-top:.3rem !important}.mt-md-5{margin-top:.5rem !important}.mt-md-10{margin-top:1rem !important}.mt-md-15{margin-top:1.5rem !important}.mt-md-20{margin-top:2rem !important}.mt-md-22{margin-top:2.2rem !important}.mt-md-25{margin-top:2.5rem !important}.mt-md-30{margin-top:3rem !important}.mt-md-35{margin-top:3.5rem !important}.mt-md-40{margin-top:4rem !important}.mt-md-45{margin-top:4.5rem !important}.mt-md-48{margin-top:4.8rem !important}.mt-md-50{margin-top:5rem !important}.mt-md-60{margin-top:6rem !important}.mt-md-70{margin-top:7rem !important}.mt-md-75{margin-top:7.5rem !important}.mt-md-78{margin-top:7.8rem !important}.mt-md-80{margin-top:8rem !important}.mt-md-100{margin-top:10rem !important}.mt-md-107{margin-top:10.7rem !important}.mt-md-120{margin-top:12rem !important}.mt-md-123{margin-top:12.3rem !important}.mt-md-132{margin-top:13.2rem !important}.mt-md-136{margin-top:13.6rem !important}.mt-md-165{margin-top:16.5rem !important}.mt-md-182{margin-top:18.2rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-3{margin-right:.3rem !important}.me-md-5{margin-right:.5rem !important}.me-md-10{margin-right:1rem !important}.me-md-15{margin-right:1.5rem !important}.me-md-20{margin-right:2rem !important}.me-md-22{margin-right:2.2rem !important}.me-md-25{margin-right:2.5rem !important}.me-md-30{margin-right:3rem !important}.me-md-35{margin-right:3.5rem !important}.me-md-40{margin-right:4rem !important}.me-md-45{margin-right:4.5rem !important}.me-md-48{margin-right:4.8rem !important}.me-md-50{margin-right:5rem !important}.me-md-60{margin-right:6rem !important}.me-md-70{margin-right:7rem !important}.me-md-75{margin-right:7.5rem !important}.me-md-78{margin-right:7.8rem !important}.me-md-80{margin-right:8rem !important}.me-md-100{margin-right:10rem !important}.me-md-107{margin-right:10.7rem !important}.me-md-120{margin-right:12rem !important}.me-md-123{margin-right:12.3rem !important}.me-md-132{margin-right:13.2rem !important}.me-md-136{margin-right:13.6rem !important}.me-md-165{margin-right:16.5rem !important}.me-md-182{margin-right:18.2rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-3{margin-bottom:.3rem !important}.mb-md-5{margin-bottom:.5rem !important}.mb-md-10{margin-bottom:1rem !important}.mb-md-15{margin-bottom:1.5rem !important}.mb-md-20{margin-bottom:2rem !important}.mb-md-22{margin-bottom:2.2rem !important}.mb-md-25{margin-bottom:2.5rem !important}.mb-md-30{margin-bottom:3rem !important}.mb-md-35{margin-bottom:3.5rem !important}.mb-md-40{margin-bottom:4rem !important}.mb-md-45{margin-bottom:4.5rem !important}.mb-md-48{margin-bottom:4.8rem !important}.mb-md-50{margin-bottom:5rem !important}.mb-md-60{margin-bottom:6rem !important}.mb-md-70{margin-bottom:7rem !important}.mb-md-75{margin-bottom:7.5rem !important}.mb-md-78{margin-bottom:7.8rem !important}.mb-md-80{margin-bottom:8rem !important}.mb-md-100{margin-bottom:10rem !important}.mb-md-107{margin-bottom:10.7rem !important}.mb-md-120{margin-bottom:12rem !important}.mb-md-123{margin-bottom:12.3rem !important}.mb-md-132{margin-bottom:13.2rem !important}.mb-md-136{margin-bottom:13.6rem !important}.mb-md-165{margin-bottom:16.5rem !important}.mb-md-182{margin-bottom:18.2rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-3{margin-left:.3rem !important}.ms-md-5{margin-left:.5rem !important}.ms-md-10{margin-left:1rem !important}.ms-md-15{margin-left:1.5rem !important}.ms-md-20{margin-left:2rem !important}.ms-md-22{margin-left:2.2rem !important}.ms-md-25{margin-left:2.5rem !important}.ms-md-30{margin-left:3rem !important}.ms-md-35{margin-left:3.5rem !important}.ms-md-40{margin-left:4rem !important}.ms-md-45{margin-left:4.5rem !important}.ms-md-48{margin-left:4.8rem !important}.ms-md-50{margin-left:5rem !important}.ms-md-60{margin-left:6rem !important}.ms-md-70{margin-left:7rem !important}.ms-md-75{margin-left:7.5rem !important}.ms-md-78{margin-left:7.8rem !important}.ms-md-80{margin-left:8rem !important}.ms-md-100{margin-left:10rem !important}.ms-md-107{margin-left:10.7rem !important}.ms-md-120{margin-left:12rem !important}.ms-md-123{margin-left:12.3rem !important}.ms-md-132{margin-left:13.2rem !important}.ms-md-136{margin-left:13.6rem !important}.ms-md-165{margin-left:16.5rem !important}.ms-md-182{margin-left:18.2rem !important}.ms-md-auto{margin-left:auto !important}.m-md-n3{margin:-0.3rem !important}.m-md-n5{margin:-0.5rem !important}.m-md-n10{margin:-1rem !important}.m-md-n15{margin:-1.5rem !important}.m-md-n20{margin:-2rem !important}.m-md-n22{margin:-2.2rem !important}.m-md-n25{margin:-2.5rem !important}.m-md-n30{margin:-3rem !important}.m-md-n35{margin:-3.5rem !important}.m-md-n40{margin:-4rem !important}.m-md-n45{margin:-4.5rem !important}.m-md-n48{margin:-4.8rem !important}.m-md-n50{margin:-5rem !important}.m-md-n60{margin:-6rem !important}.m-md-n70{margin:-7rem !important}.m-md-n75{margin:-7.5rem !important}.m-md-n78{margin:-7.8rem !important}.m-md-n80{margin:-8rem !important}.m-md-n100{margin:-10rem !important}.m-md-n107{margin:-10.7rem !important}.m-md-n120{margin:-12rem !important}.m-md-n123{margin:-12.3rem !important}.m-md-n132{margin:-13.2rem !important}.m-md-n136{margin:-13.6rem !important}.m-md-n165{margin:-16.5rem !important}.m-md-n182{margin:-18.2rem !important}.mx-md-n3{margin-right:-0.3rem !important;margin-left:-0.3rem !important}.mx-md-n5{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-md-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n15{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-md-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-md-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-md-n25{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-md-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-md-n35{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-md-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-md-n45{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-md-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-md-n50{margin-right:-5rem !important;margin-left:-5rem !important}.mx-md-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-md-n70{margin-right:-7rem !important;margin-left:-7rem !important}.mx-md-n75{margin-right:-7.5rem !important;margin-left:-7.5rem !important}.mx-md-n78{margin-right:-7.8rem !important;margin-left:-7.8rem !important}.mx-md-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-md-n100{margin-right:-10rem !important;margin-left:-10rem !important}.mx-md-n107{margin-right:-10.7rem !important;margin-left:-10.7rem !important}.mx-md-n120{margin-right:-12rem !important;margin-left:-12rem !important}.mx-md-n123{margin-right:-12.3rem !important;margin-left:-12.3rem !important}.mx-md-n132{margin-right:-13.2rem !important;margin-left:-13.2rem !important}.mx-md-n136{margin-right:-13.6rem !important;margin-left:-13.6rem !important}.mx-md-n165{margin-right:-16.5rem !important;margin-left:-16.5rem !important}.mx-md-n182{margin-right:-18.2rem !important;margin-left:-18.2rem !important}.my-md-n3{margin-top:-0.3rem !important;margin-bottom:-0.3rem !important}.my-md-n5{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-md-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n15{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-md-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-md-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-md-n25{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-md-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-md-n35{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-md-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-md-n45{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-md-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-md-n50{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-md-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-md-n70{margin-top:-7rem !important;margin-bottom:-7rem !important}.my-md-n75{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important}.my-md-n78{margin-top:-7.8rem !important;margin-bottom:-7.8rem !important}.my-md-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-md-n100{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-md-n107{margin-top:-10.7rem !important;margin-bottom:-10.7rem !important}.my-md-n120{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-md-n123{margin-top:-12.3rem !important;margin-bottom:-12.3rem !important}.my-md-n132{margin-top:-13.2rem !important;margin-bottom:-13.2rem !important}.my-md-n136{margin-top:-13.6rem !important;margin-bottom:-13.6rem !important}.my-md-n165{margin-top:-16.5rem !important;margin-bottom:-16.5rem !important}.my-md-n182{margin-top:-18.2rem !important;margin-bottom:-18.2rem !important}.mt-md-n3{margin-top:-0.3rem !important}.mt-md-n5{margin-top:-0.5rem !important}.mt-md-n10{margin-top:-1rem !important}.mt-md-n15{margin-top:-1.5rem !important}.mt-md-n20{margin-top:-2rem !important}.mt-md-n22{margin-top:-2.2rem !important}.mt-md-n25{margin-top:-2.5rem !important}.mt-md-n30{margin-top:-3rem !important}.mt-md-n35{margin-top:-3.5rem !important}.mt-md-n40{margin-top:-4rem !important}.mt-md-n45{margin-top:-4.5rem !important}.mt-md-n48{margin-top:-4.8rem !important}.mt-md-n50{margin-top:-5rem !important}.mt-md-n60{margin-top:-6rem !important}.mt-md-n70{margin-top:-7rem !important}.mt-md-n75{margin-top:-7.5rem !important}.mt-md-n78{margin-top:-7.8rem !important}.mt-md-n80{margin-top:-8rem !important}.mt-md-n100{margin-top:-10rem !important}.mt-md-n107{margin-top:-10.7rem !important}.mt-md-n120{margin-top:-12rem !important}.mt-md-n123{margin-top:-12.3rem !important}.mt-md-n132{margin-top:-13.2rem !important}.mt-md-n136{margin-top:-13.6rem !important}.mt-md-n165{margin-top:-16.5rem !important}.mt-md-n182{margin-top:-18.2rem !important}.me-md-n3{margin-right:-0.3rem !important}.me-md-n5{margin-right:-0.5rem !important}.me-md-n10{margin-right:-1rem !important}.me-md-n15{margin-right:-1.5rem !important}.me-md-n20{margin-right:-2rem !important}.me-md-n22{margin-right:-2.2rem !important}.me-md-n25{margin-right:-2.5rem !important}.me-md-n30{margin-right:-3rem !important}.me-md-n35{margin-right:-3.5rem !important}.me-md-n40{margin-right:-4rem !important}.me-md-n45{margin-right:-4.5rem !important}.me-md-n48{margin-right:-4.8rem !important}.me-md-n50{margin-right:-5rem !important}.me-md-n60{margin-right:-6rem !important}.me-md-n70{margin-right:-7rem !important}.me-md-n75{margin-right:-7.5rem !important}.me-md-n78{margin-right:-7.8rem !important}.me-md-n80{margin-right:-8rem !important}.me-md-n100{margin-right:-10rem !important}.me-md-n107{margin-right:-10.7rem !important}.me-md-n120{margin-right:-12rem !important}.me-md-n123{margin-right:-12.3rem !important}.me-md-n132{margin-right:-13.2rem !important}.me-md-n136{margin-right:-13.6rem !important}.me-md-n165{margin-right:-16.5rem !important}.me-md-n182{margin-right:-18.2rem !important}.mb-md-n3{margin-bottom:-0.3rem !important}.mb-md-n5{margin-bottom:-0.5rem !important}.mb-md-n10{margin-bottom:-1rem !important}.mb-md-n15{margin-bottom:-1.5rem !important}.mb-md-n20{margin-bottom:-2rem !important}.mb-md-n22{margin-bottom:-2.2rem !important}.mb-md-n25{margin-bottom:-2.5rem !important}.mb-md-n30{margin-bottom:-3rem !important}.mb-md-n35{margin-bottom:-3.5rem !important}.mb-md-n40{margin-bottom:-4rem !important}.mb-md-n45{margin-bottom:-4.5rem !important}.mb-md-n48{margin-bottom:-4.8rem !important}.mb-md-n50{margin-bottom:-5rem !important}.mb-md-n60{margin-bottom:-6rem !important}.mb-md-n70{margin-bottom:-7rem !important}.mb-md-n75{margin-bottom:-7.5rem !important}.mb-md-n78{margin-bottom:-7.8rem !important}.mb-md-n80{margin-bottom:-8rem !important}.mb-md-n100{margin-bottom:-10rem !important}.mb-md-n107{margin-bottom:-10.7rem !important}.mb-md-n120{margin-bottom:-12rem !important}.mb-md-n123{margin-bottom:-12.3rem !important}.mb-md-n132{margin-bottom:-13.2rem !important}.mb-md-n136{margin-bottom:-13.6rem !important}.mb-md-n165{margin-bottom:-16.5rem !important}.mb-md-n182{margin-bottom:-18.2rem !important}.ms-md-n3{margin-left:-0.3rem !important}.ms-md-n5{margin-left:-0.5rem !important}.ms-md-n10{margin-left:-1rem !important}.ms-md-n15{margin-left:-1.5rem !important}.ms-md-n20{margin-left:-2rem !important}.ms-md-n22{margin-left:-2.2rem !important}.ms-md-n25{margin-left:-2.5rem !important}.ms-md-n30{margin-left:-3rem !important}.ms-md-n35{margin-left:-3.5rem !important}.ms-md-n40{margin-left:-4rem !important}.ms-md-n45{margin-left:-4.5rem !important}.ms-md-n48{margin-left:-4.8rem !important}.ms-md-n50{margin-left:-5rem !important}.ms-md-n60{margin-left:-6rem !important}.ms-md-n70{margin-left:-7rem !important}.ms-md-n75{margin-left:-7.5rem !important}.ms-md-n78{margin-left:-7.8rem !important}.ms-md-n80{margin-left:-8rem !important}.ms-md-n100{margin-left:-10rem !important}.ms-md-n107{margin-left:-10.7rem !important}.ms-md-n120{margin-left:-12rem !important}.ms-md-n123{margin-left:-12.3rem !important}.ms-md-n132{margin-left:-13.2rem !important}.ms-md-n136{margin-left:-13.6rem !important}.ms-md-n165{margin-left:-16.5rem !important}.ms-md-n182{margin-left:-18.2rem !important}.p-md-0{padding:0 !important}.p-md-3{padding:.3rem !important}.p-md-5{padding:.5rem !important}.p-md-10{padding:1rem !important}.p-md-15{padding:1.5rem !important}.p-md-20{padding:2rem !important}.p-md-22{padding:2.2rem !important}.p-md-25{padding:2.5rem !important}.p-md-30{padding:3rem !important}.p-md-35{padding:3.5rem !important}.p-md-40{padding:4rem !important}.p-md-45{padding:4.5rem !important}.p-md-48{padding:4.8rem !important}.p-md-50{padding:5rem !important}.p-md-60{padding:6rem !important}.p-md-70{padding:7rem !important}.p-md-75{padding:7.5rem !important}.p-md-78{padding:7.8rem !important}.p-md-80{padding:8rem !important}.p-md-100{padding:10rem !important}.p-md-107{padding:10.7rem !important}.p-md-120{padding:12rem !important}.p-md-123{padding:12.3rem !important}.p-md-132{padding:13.2rem !important}.p-md-136{padding:13.6rem !important}.p-md-165{padding:16.5rem !important}.p-md-182{padding:18.2rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-3{padding-right:.3rem !important;padding-left:.3rem !important}.px-md-5{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-10{padding-right:1rem !important;padding-left:1rem !important}.px-md-15{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-20{padding-right:2rem !important;padding-left:2rem !important}.px-md-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-md-25{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-md-30{padding-right:3rem !important;padding-left:3rem !important}.px-md-35{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-md-40{padding-right:4rem !important;padding-left:4rem !important}.px-md-45{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-md-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-md-50{padding-right:5rem !important;padding-left:5rem !important}.px-md-60{padding-right:6rem !important;padding-left:6rem !important}.px-md-70{padding-right:7rem !important;padding-left:7rem !important}.px-md-75{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-md-78{padding-right:7.8rem !important;padding-left:7.8rem !important}.px-md-80{padding-right:8rem !important;padding-left:8rem !important}.px-md-100{padding-right:10rem !important;padding-left:10rem !important}.px-md-107{padding-right:10.7rem !important;padding-left:10.7rem !important}.px-md-120{padding-right:12rem !important;padding-left:12rem !important}.px-md-123{padding-right:12.3rem !important;padding-left:12.3rem !important}.px-md-132{padding-right:13.2rem !important;padding-left:13.2rem !important}.px-md-136{padding-right:13.6rem !important;padding-left:13.6rem !important}.px-md-165{padding-right:16.5rem !important;padding-left:16.5rem !important}.px-md-182{padding-right:18.2rem !important;padding-left:18.2rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-3{padding-top:.3rem !important;padding-bottom:.3rem !important}.py-md-5{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-15{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-md-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-md-25{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-md-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-md-35{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-md-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-md-45{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-md-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-md-50{padding-top:5rem !important;padding-bottom:5rem !important}.py-md-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-md-70{padding-top:7rem !important;padding-bottom:7rem !important}.py-md-75{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-md-78{padding-top:7.8rem !important;padding-bottom:7.8rem !important}.py-md-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-md-100{padding-top:10rem !important;padding-bottom:10rem !important}.py-md-107{padding-top:10.7rem !important;padding-bottom:10.7rem !important}.py-md-120{padding-top:12rem !important;padding-bottom:12rem !important}.py-md-123{padding-top:12.3rem !important;padding-bottom:12.3rem !important}.py-md-132{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-md-136{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-md-165{padding-top:16.5rem !important;padding-bottom:16.5rem !important}.py-md-182{padding-top:18.2rem !important;padding-bottom:18.2rem !important}.pt-md-0{padding-top:0 !important}.pt-md-3{padding-top:.3rem !important}.pt-md-5{padding-top:.5rem !important}.pt-md-10{padding-top:1rem !important}.pt-md-15{padding-top:1.5rem !important}.pt-md-20{padding-top:2rem !important}.pt-md-22{padding-top:2.2rem !important}.pt-md-25{padding-top:2.5rem !important}.pt-md-30{padding-top:3rem !important}.pt-md-35{padding-top:3.5rem !important}.pt-md-40{padding-top:4rem !important}.pt-md-45{padding-top:4.5rem !important}.pt-md-48{padding-top:4.8rem !important}.pt-md-50{padding-top:5rem !important}.pt-md-60{padding-top:6rem !important}.pt-md-70{padding-top:7rem !important}.pt-md-75{padding-top:7.5rem !important}.pt-md-78{padding-top:7.8rem !important}.pt-md-80{padding-top:8rem !important}.pt-md-100{padding-top:10rem !important}.pt-md-107{padding-top:10.7rem !important}.pt-md-120{padding-top:12rem !important}.pt-md-123{padding-top:12.3rem !important}.pt-md-132{padding-top:13.2rem !important}.pt-md-136{padding-top:13.6rem !important}.pt-md-165{padding-top:16.5rem !important}.pt-md-182{padding-top:18.2rem !important}.pe-md-0{padding-right:0 !important}.pe-md-3{padding-right:.3rem !important}.pe-md-5{padding-right:.5rem !important}.pe-md-10{padding-right:1rem !important}.pe-md-15{padding-right:1.5rem !important}.pe-md-20{padding-right:2rem !important}.pe-md-22{padding-right:2.2rem !important}.pe-md-25{padding-right:2.5rem !important}.pe-md-30{padding-right:3rem !important}.pe-md-35{padding-right:3.5rem !important}.pe-md-40{padding-right:4rem !important}.pe-md-45{padding-right:4.5rem !important}.pe-md-48{padding-right:4.8rem !important}.pe-md-50{padding-right:5rem !important}.pe-md-60{padding-right:6rem !important}.pe-md-70{padding-right:7rem !important}.pe-md-75{padding-right:7.5rem !important}.pe-md-78{padding-right:7.8rem !important}.pe-md-80{padding-right:8rem !important}.pe-md-100{padding-right:10rem !important}.pe-md-107{padding-right:10.7rem !important}.pe-md-120{padding-right:12rem !important}.pe-md-123{padding-right:12.3rem !important}.pe-md-132{padding-right:13.2rem !important}.pe-md-136{padding-right:13.6rem !important}.pe-md-165{padding-right:16.5rem !important}.pe-md-182{padding-right:18.2rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-3{padding-bottom:.3rem !important}.pb-md-5{padding-bottom:.5rem !important}.pb-md-10{padding-bottom:1rem !important}.pb-md-15{padding-bottom:1.5rem !important}.pb-md-20{padding-bottom:2rem !important}.pb-md-22{padding-bottom:2.2rem !important}.pb-md-25{padding-bottom:2.5rem !important}.pb-md-30{padding-bottom:3rem !important}.pb-md-35{padding-bottom:3.5rem !important}.pb-md-40{padding-bottom:4rem !important}.pb-md-45{padding-bottom:4.5rem !important}.pb-md-48{padding-bottom:4.8rem !important}.pb-md-50{padding-bottom:5rem !important}.pb-md-60{padding-bottom:6rem !important}.pb-md-70{padding-bottom:7rem !important}.pb-md-75{padding-bottom:7.5rem !important}.pb-md-78{padding-bottom:7.8rem !important}.pb-md-80{padding-bottom:8rem !important}.pb-md-100{padding-bottom:10rem !important}.pb-md-107{padding-bottom:10.7rem !important}.pb-md-120{padding-bottom:12rem !important}.pb-md-123{padding-bottom:12.3rem !important}.pb-md-132{padding-bottom:13.2rem !important}.pb-md-136{padding-bottom:13.6rem !important}.pb-md-165{padding-bottom:16.5rem !important}.pb-md-182{padding-bottom:18.2rem !important}.ps-md-0{padding-left:0 !important}.ps-md-3{padding-left:.3rem !important}.ps-md-5{padding-left:.5rem !important}.ps-md-10{padding-left:1rem !important}.ps-md-15{padding-left:1.5rem !important}.ps-md-20{padding-left:2rem !important}.ps-md-22{padding-left:2.2rem !important}.ps-md-25{padding-left:2.5rem !important}.ps-md-30{padding-left:3rem !important}.ps-md-35{padding-left:3.5rem !important}.ps-md-40{padding-left:4rem !important}.ps-md-45{padding-left:4.5rem !important}.ps-md-48{padding-left:4.8rem !important}.ps-md-50{padding-left:5rem !important}.ps-md-60{padding-left:6rem !important}.ps-md-70{padding-left:7rem !important}.ps-md-75{padding-left:7.5rem !important}.ps-md-78{padding-left:7.8rem !important}.ps-md-80{padding-left:8rem !important}.ps-md-100{padding-left:10rem !important}.ps-md-107{padding-left:10.7rem !important}.ps-md-120{padding-left:12rem !important}.ps-md-123{padding-left:12.3rem !important}.ps-md-132{padding-left:13.2rem !important}.ps-md-136{padding-left:13.6rem !important}.ps-md-165{padding-left:16.5rem !important}.ps-md-182{padding-left:18.2rem !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: 1024px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-3{gap:.3rem !important}.gap-lg-5{gap:.5rem !important}.gap-lg-10{gap:1rem !important}.gap-lg-15{gap:1.5rem !important}.gap-lg-20{gap:2rem !important}.gap-lg-22{gap:2.2rem !important}.gap-lg-25{gap:2.5rem !important}.gap-lg-30{gap:3rem !important}.gap-lg-35{gap:3.5rem !important}.gap-lg-40{gap:4rem !important}.gap-lg-45{gap:4.5rem !important}.gap-lg-48{gap:4.8rem !important}.gap-lg-50{gap:5rem !important}.gap-lg-60{gap:6rem !important}.gap-lg-70{gap:7rem !important}.gap-lg-75{gap:7.5rem !important}.gap-lg-78{gap:7.8rem !important}.gap-lg-80{gap:8rem !important}.gap-lg-100{gap:10rem !important}.gap-lg-107{gap:10.7rem !important}.gap-lg-120{gap:12rem !important}.gap-lg-123{gap:12.3rem !important}.gap-lg-132{gap:13.2rem !important}.gap-lg-136{gap:13.6rem !important}.gap-lg-165{gap:16.5rem !important}.gap-lg-182{gap:18.2rem !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-3{margin:.3rem !important}.m-lg-5{margin:.5rem !important}.m-lg-10{margin:1rem !important}.m-lg-15{margin:1.5rem !important}.m-lg-20{margin:2rem !important}.m-lg-22{margin:2.2rem !important}.m-lg-25{margin:2.5rem !important}.m-lg-30{margin:3rem !important}.m-lg-35{margin:3.5rem !important}.m-lg-40{margin:4rem !important}.m-lg-45{margin:4.5rem !important}.m-lg-48{margin:4.8rem !important}.m-lg-50{margin:5rem !important}.m-lg-60{margin:6rem !important}.m-lg-70{margin:7rem !important}.m-lg-75{margin:7.5rem !important}.m-lg-78{margin:7.8rem !important}.m-lg-80{margin:8rem !important}.m-lg-100{margin:10rem !important}.m-lg-107{margin:10.7rem !important}.m-lg-120{margin:12rem !important}.m-lg-123{margin:12.3rem !important}.m-lg-132{margin:13.2rem !important}.m-lg-136{margin:13.6rem !important}.m-lg-165{margin:16.5rem !important}.m-lg-182{margin:18.2rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-3{margin-right:.3rem !important;margin-left:.3rem !important}.mx-lg-5{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-10{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-15{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-20{margin-right:2rem !important;margin-left:2rem !important}.mx-lg-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-lg-25{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-lg-30{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-35{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-lg-40{margin-right:4rem !important;margin-left:4rem !important}.mx-lg-45{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-lg-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-lg-50{margin-right:5rem !important;margin-left:5rem !important}.mx-lg-60{margin-right:6rem !important;margin-left:6rem !important}.mx-lg-70{margin-right:7rem !important;margin-left:7rem !important}.mx-lg-75{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-lg-78{margin-right:7.8rem !important;margin-left:7.8rem !important}.mx-lg-80{margin-right:8rem !important;margin-left:8rem !important}.mx-lg-100{margin-right:10rem !important;margin-left:10rem !important}.mx-lg-107{margin-right:10.7rem !important;margin-left:10.7rem !important}.mx-lg-120{margin-right:12rem !important;margin-left:12rem !important}.mx-lg-123{margin-right:12.3rem !important;margin-left:12.3rem !important}.mx-lg-132{margin-right:13.2rem !important;margin-left:13.2rem !important}.mx-lg-136{margin-right:13.6rem !important;margin-left:13.6rem !important}.mx-lg-165{margin-right:16.5rem !important;margin-left:16.5rem !important}.mx-lg-182{margin-right:18.2rem !important;margin-left:18.2rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-3{margin-top:.3rem !important;margin-bottom:.3rem !important}.my-lg-5{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-15{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-lg-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-lg-25{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-lg-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-35{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-lg-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-45{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-lg-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-lg-50{margin-top:5rem !important;margin-bottom:5rem !important}.my-lg-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-lg-70{margin-top:7rem !important;margin-bottom:7rem !important}.my-lg-75{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-lg-78{margin-top:7.8rem !important;margin-bottom:7.8rem !important}.my-lg-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-lg-100{margin-top:10rem !important;margin-bottom:10rem !important}.my-lg-107{margin-top:10.7rem !important;margin-bottom:10.7rem !important}.my-lg-120{margin-top:12rem !important;margin-bottom:12rem !important}.my-lg-123{margin-top:12.3rem !important;margin-bottom:12.3rem !important}.my-lg-132{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-lg-136{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-lg-165{margin-top:16.5rem !important;margin-bottom:16.5rem !important}.my-lg-182{margin-top:18.2rem !important;margin-bottom:18.2rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-3{margin-top:.3rem !important}.mt-lg-5{margin-top:.5rem !important}.mt-lg-10{margin-top:1rem !important}.mt-lg-15{margin-top:1.5rem !important}.mt-lg-20{margin-top:2rem !important}.mt-lg-22{margin-top:2.2rem !important}.mt-lg-25{margin-top:2.5rem !important}.mt-lg-30{margin-top:3rem !important}.mt-lg-35{margin-top:3.5rem !important}.mt-lg-40{margin-top:4rem !important}.mt-lg-45{margin-top:4.5rem !important}.mt-lg-48{margin-top:4.8rem !important}.mt-lg-50{margin-top:5rem !important}.mt-lg-60{margin-top:6rem !important}.mt-lg-70{margin-top:7rem !important}.mt-lg-75{margin-top:7.5rem !important}.mt-lg-78{margin-top:7.8rem !important}.mt-lg-80{margin-top:8rem !important}.mt-lg-100{margin-top:10rem !important}.mt-lg-107{margin-top:10.7rem !important}.mt-lg-120{margin-top:12rem !important}.mt-lg-123{margin-top:12.3rem !important}.mt-lg-132{margin-top:13.2rem !important}.mt-lg-136{margin-top:13.6rem !important}.mt-lg-165{margin-top:16.5rem !important}.mt-lg-182{margin-top:18.2rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-3{margin-right:.3rem !important}.me-lg-5{margin-right:.5rem !important}.me-lg-10{margin-right:1rem !important}.me-lg-15{margin-right:1.5rem !important}.me-lg-20{margin-right:2rem !important}.me-lg-22{margin-right:2.2rem !important}.me-lg-25{margin-right:2.5rem !important}.me-lg-30{margin-right:3rem !important}.me-lg-35{margin-right:3.5rem !important}.me-lg-40{margin-right:4rem !important}.me-lg-45{margin-right:4.5rem !important}.me-lg-48{margin-right:4.8rem !important}.me-lg-50{margin-right:5rem !important}.me-lg-60{margin-right:6rem !important}.me-lg-70{margin-right:7rem !important}.me-lg-75{margin-right:7.5rem !important}.me-lg-78{margin-right:7.8rem !important}.me-lg-80{margin-right:8rem !important}.me-lg-100{margin-right:10rem !important}.me-lg-107{margin-right:10.7rem !important}.me-lg-120{margin-right:12rem !important}.me-lg-123{margin-right:12.3rem !important}.me-lg-132{margin-right:13.2rem !important}.me-lg-136{margin-right:13.6rem !important}.me-lg-165{margin-right:16.5rem !important}.me-lg-182{margin-right:18.2rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-3{margin-bottom:.3rem !important}.mb-lg-5{margin-bottom:.5rem !important}.mb-lg-10{margin-bottom:1rem !important}.mb-lg-15{margin-bottom:1.5rem !important}.mb-lg-20{margin-bottom:2rem !important}.mb-lg-22{margin-bottom:2.2rem !important}.mb-lg-25{margin-bottom:2.5rem !important}.mb-lg-30{margin-bottom:3rem !important}.mb-lg-35{margin-bottom:3.5rem !important}.mb-lg-40{margin-bottom:4rem !important}.mb-lg-45{margin-bottom:4.5rem !important}.mb-lg-48{margin-bottom:4.8rem !important}.mb-lg-50{margin-bottom:5rem !important}.mb-lg-60{margin-bottom:6rem !important}.mb-lg-70{margin-bottom:7rem !important}.mb-lg-75{margin-bottom:7.5rem !important}.mb-lg-78{margin-bottom:7.8rem !important}.mb-lg-80{margin-bottom:8rem !important}.mb-lg-100{margin-bottom:10rem !important}.mb-lg-107{margin-bottom:10.7rem !important}.mb-lg-120{margin-bottom:12rem !important}.mb-lg-123{margin-bottom:12.3rem !important}.mb-lg-132{margin-bottom:13.2rem !important}.mb-lg-136{margin-bottom:13.6rem !important}.mb-lg-165{margin-bottom:16.5rem !important}.mb-lg-182{margin-bottom:18.2rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-3{margin-left:.3rem !important}.ms-lg-5{margin-left:.5rem !important}.ms-lg-10{margin-left:1rem !important}.ms-lg-15{margin-left:1.5rem !important}.ms-lg-20{margin-left:2rem !important}.ms-lg-22{margin-left:2.2rem !important}.ms-lg-25{margin-left:2.5rem !important}.ms-lg-30{margin-left:3rem !important}.ms-lg-35{margin-left:3.5rem !important}.ms-lg-40{margin-left:4rem !important}.ms-lg-45{margin-left:4.5rem !important}.ms-lg-48{margin-left:4.8rem !important}.ms-lg-50{margin-left:5rem !important}.ms-lg-60{margin-left:6rem !important}.ms-lg-70{margin-left:7rem !important}.ms-lg-75{margin-left:7.5rem !important}.ms-lg-78{margin-left:7.8rem !important}.ms-lg-80{margin-left:8rem !important}.ms-lg-100{margin-left:10rem !important}.ms-lg-107{margin-left:10.7rem !important}.ms-lg-120{margin-left:12rem !important}.ms-lg-123{margin-left:12.3rem !important}.ms-lg-132{margin-left:13.2rem !important}.ms-lg-136{margin-left:13.6rem !important}.ms-lg-165{margin-left:16.5rem !important}.ms-lg-182{margin-left:18.2rem !important}.ms-lg-auto{margin-left:auto !important}.m-lg-n3{margin:-0.3rem !important}.m-lg-n5{margin:-0.5rem !important}.m-lg-n10{margin:-1rem !important}.m-lg-n15{margin:-1.5rem !important}.m-lg-n20{margin:-2rem !important}.m-lg-n22{margin:-2.2rem !important}.m-lg-n25{margin:-2.5rem !important}.m-lg-n30{margin:-3rem !important}.m-lg-n35{margin:-3.5rem !important}.m-lg-n40{margin:-4rem !important}.m-lg-n45{margin:-4.5rem !important}.m-lg-n48{margin:-4.8rem !important}.m-lg-n50{margin:-5rem !important}.m-lg-n60{margin:-6rem !important}.m-lg-n70{margin:-7rem !important}.m-lg-n75{margin:-7.5rem !important}.m-lg-n78{margin:-7.8rem !important}.m-lg-n80{margin:-8rem !important}.m-lg-n100{margin:-10rem !important}.m-lg-n107{margin:-10.7rem !important}.m-lg-n120{margin:-12rem !important}.m-lg-n123{margin:-12.3rem !important}.m-lg-n132{margin:-13.2rem !important}.m-lg-n136{margin:-13.6rem !important}.m-lg-n165{margin:-16.5rem !important}.m-lg-n182{margin:-18.2rem !important}.mx-lg-n3{margin-right:-0.3rem !important;margin-left:-0.3rem !important}.mx-lg-n5{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-lg-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n15{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-lg-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-lg-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-lg-n25{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-lg-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-lg-n35{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-lg-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-lg-n45{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-lg-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-lg-n50{margin-right:-5rem !important;margin-left:-5rem !important}.mx-lg-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-lg-n70{margin-right:-7rem !important;margin-left:-7rem !important}.mx-lg-n75{margin-right:-7.5rem !important;margin-left:-7.5rem !important}.mx-lg-n78{margin-right:-7.8rem !important;margin-left:-7.8rem !important}.mx-lg-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-lg-n100{margin-right:-10rem !important;margin-left:-10rem !important}.mx-lg-n107{margin-right:-10.7rem !important;margin-left:-10.7rem !important}.mx-lg-n120{margin-right:-12rem !important;margin-left:-12rem !important}.mx-lg-n123{margin-right:-12.3rem !important;margin-left:-12.3rem !important}.mx-lg-n132{margin-right:-13.2rem !important;margin-left:-13.2rem !important}.mx-lg-n136{margin-right:-13.6rem !important;margin-left:-13.6rem !important}.mx-lg-n165{margin-right:-16.5rem !important;margin-left:-16.5rem !important}.mx-lg-n182{margin-right:-18.2rem !important;margin-left:-18.2rem !important}.my-lg-n3{margin-top:-0.3rem !important;margin-bottom:-0.3rem !important}.my-lg-n5{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-lg-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n15{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-lg-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-lg-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-lg-n25{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-lg-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-lg-n35{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-lg-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-lg-n45{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-lg-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-lg-n50{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-lg-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-lg-n70{margin-top:-7rem !important;margin-bottom:-7rem !important}.my-lg-n75{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important}.my-lg-n78{margin-top:-7.8rem !important;margin-bottom:-7.8rem !important}.my-lg-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-lg-n100{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-lg-n107{margin-top:-10.7rem !important;margin-bottom:-10.7rem !important}.my-lg-n120{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-lg-n123{margin-top:-12.3rem !important;margin-bottom:-12.3rem !important}.my-lg-n132{margin-top:-13.2rem !important;margin-bottom:-13.2rem !important}.my-lg-n136{margin-top:-13.6rem !important;margin-bottom:-13.6rem !important}.my-lg-n165{margin-top:-16.5rem !important;margin-bottom:-16.5rem !important}.my-lg-n182{margin-top:-18.2rem !important;margin-bottom:-18.2rem !important}.mt-lg-n3{margin-top:-0.3rem !important}.mt-lg-n5{margin-top:-0.5rem !important}.mt-lg-n10{margin-top:-1rem !important}.mt-lg-n15{margin-top:-1.5rem !important}.mt-lg-n20{margin-top:-2rem !important}.mt-lg-n22{margin-top:-2.2rem !important}.mt-lg-n25{margin-top:-2.5rem !important}.mt-lg-n30{margin-top:-3rem !important}.mt-lg-n35{margin-top:-3.5rem !important}.mt-lg-n40{margin-top:-4rem !important}.mt-lg-n45{margin-top:-4.5rem !important}.mt-lg-n48{margin-top:-4.8rem !important}.mt-lg-n50{margin-top:-5rem !important}.mt-lg-n60{margin-top:-6rem !important}.mt-lg-n70{margin-top:-7rem !important}.mt-lg-n75{margin-top:-7.5rem !important}.mt-lg-n78{margin-top:-7.8rem !important}.mt-lg-n80{margin-top:-8rem !important}.mt-lg-n100{margin-top:-10rem !important}.mt-lg-n107{margin-top:-10.7rem !important}.mt-lg-n120{margin-top:-12rem !important}.mt-lg-n123{margin-top:-12.3rem !important}.mt-lg-n132{margin-top:-13.2rem !important}.mt-lg-n136{margin-top:-13.6rem !important}.mt-lg-n165{margin-top:-16.5rem !important}.mt-lg-n182{margin-top:-18.2rem !important}.me-lg-n3{margin-right:-0.3rem !important}.me-lg-n5{margin-right:-0.5rem !important}.me-lg-n10{margin-right:-1rem !important}.me-lg-n15{margin-right:-1.5rem !important}.me-lg-n20{margin-right:-2rem !important}.me-lg-n22{margin-right:-2.2rem !important}.me-lg-n25{margin-right:-2.5rem !important}.me-lg-n30{margin-right:-3rem !important}.me-lg-n35{margin-right:-3.5rem !important}.me-lg-n40{margin-right:-4rem !important}.me-lg-n45{margin-right:-4.5rem !important}.me-lg-n48{margin-right:-4.8rem !important}.me-lg-n50{margin-right:-5rem !important}.me-lg-n60{margin-right:-6rem !important}.me-lg-n70{margin-right:-7rem !important}.me-lg-n75{margin-right:-7.5rem !important}.me-lg-n78{margin-right:-7.8rem !important}.me-lg-n80{margin-right:-8rem !important}.me-lg-n100{margin-right:-10rem !important}.me-lg-n107{margin-right:-10.7rem !important}.me-lg-n120{margin-right:-12rem !important}.me-lg-n123{margin-right:-12.3rem !important}.me-lg-n132{margin-right:-13.2rem !important}.me-lg-n136{margin-right:-13.6rem !important}.me-lg-n165{margin-right:-16.5rem !important}.me-lg-n182{margin-right:-18.2rem !important}.mb-lg-n3{margin-bottom:-0.3rem !important}.mb-lg-n5{margin-bottom:-0.5rem !important}.mb-lg-n10{margin-bottom:-1rem !important}.mb-lg-n15{margin-bottom:-1.5rem !important}.mb-lg-n20{margin-bottom:-2rem !important}.mb-lg-n22{margin-bottom:-2.2rem !important}.mb-lg-n25{margin-bottom:-2.5rem !important}.mb-lg-n30{margin-bottom:-3rem !important}.mb-lg-n35{margin-bottom:-3.5rem !important}.mb-lg-n40{margin-bottom:-4rem !important}.mb-lg-n45{margin-bottom:-4.5rem !important}.mb-lg-n48{margin-bottom:-4.8rem !important}.mb-lg-n50{margin-bottom:-5rem !important}.mb-lg-n60{margin-bottom:-6rem !important}.mb-lg-n70{margin-bottom:-7rem !important}.mb-lg-n75{margin-bottom:-7.5rem !important}.mb-lg-n78{margin-bottom:-7.8rem !important}.mb-lg-n80{margin-bottom:-8rem !important}.mb-lg-n100{margin-bottom:-10rem !important}.mb-lg-n107{margin-bottom:-10.7rem !important}.mb-lg-n120{margin-bottom:-12rem !important}.mb-lg-n123{margin-bottom:-12.3rem !important}.mb-lg-n132{margin-bottom:-13.2rem !important}.mb-lg-n136{margin-bottom:-13.6rem !important}.mb-lg-n165{margin-bottom:-16.5rem !important}.mb-lg-n182{margin-bottom:-18.2rem !important}.ms-lg-n3{margin-left:-0.3rem !important}.ms-lg-n5{margin-left:-0.5rem !important}.ms-lg-n10{margin-left:-1rem !important}.ms-lg-n15{margin-left:-1.5rem !important}.ms-lg-n20{margin-left:-2rem !important}.ms-lg-n22{margin-left:-2.2rem !important}.ms-lg-n25{margin-left:-2.5rem !important}.ms-lg-n30{margin-left:-3rem !important}.ms-lg-n35{margin-left:-3.5rem !important}.ms-lg-n40{margin-left:-4rem !important}.ms-lg-n45{margin-left:-4.5rem !important}.ms-lg-n48{margin-left:-4.8rem !important}.ms-lg-n50{margin-left:-5rem !important}.ms-lg-n60{margin-left:-6rem !important}.ms-lg-n70{margin-left:-7rem !important}.ms-lg-n75{margin-left:-7.5rem !important}.ms-lg-n78{margin-left:-7.8rem !important}.ms-lg-n80{margin-left:-8rem !important}.ms-lg-n100{margin-left:-10rem !important}.ms-lg-n107{margin-left:-10.7rem !important}.ms-lg-n120{margin-left:-12rem !important}.ms-lg-n123{margin-left:-12.3rem !important}.ms-lg-n132{margin-left:-13.2rem !important}.ms-lg-n136{margin-left:-13.6rem !important}.ms-lg-n165{margin-left:-16.5rem !important}.ms-lg-n182{margin-left:-18.2rem !important}.p-lg-0{padding:0 !important}.p-lg-3{padding:.3rem !important}.p-lg-5{padding:.5rem !important}.p-lg-10{padding:1rem !important}.p-lg-15{padding:1.5rem !important}.p-lg-20{padding:2rem !important}.p-lg-22{padding:2.2rem !important}.p-lg-25{padding:2.5rem !important}.p-lg-30{padding:3rem !important}.p-lg-35{padding:3.5rem !important}.p-lg-40{padding:4rem !important}.p-lg-45{padding:4.5rem !important}.p-lg-48{padding:4.8rem !important}.p-lg-50{padding:5rem !important}.p-lg-60{padding:6rem !important}.p-lg-70{padding:7rem !important}.p-lg-75{padding:7.5rem !important}.p-lg-78{padding:7.8rem !important}.p-lg-80{padding:8rem !important}.p-lg-100{padding:10rem !important}.p-lg-107{padding:10.7rem !important}.p-lg-120{padding:12rem !important}.p-lg-123{padding:12.3rem !important}.p-lg-132{padding:13.2rem !important}.p-lg-136{padding:13.6rem !important}.p-lg-165{padding:16.5rem !important}.p-lg-182{padding:18.2rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-3{padding-right:.3rem !important;padding-left:.3rem !important}.px-lg-5{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-10{padding-right:1rem !important;padding-left:1rem !important}.px-lg-15{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-20{padding-right:2rem !important;padding-left:2rem !important}.px-lg-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-lg-25{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-lg-30{padding-right:3rem !important;padding-left:3rem !important}.px-lg-35{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-lg-40{padding-right:4rem !important;padding-left:4rem !important}.px-lg-45{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-lg-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-lg-50{padding-right:5rem !important;padding-left:5rem !important}.px-lg-60{padding-right:6rem !important;padding-left:6rem !important}.px-lg-70{padding-right:7rem !important;padding-left:7rem !important}.px-lg-75{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-lg-78{padding-right:7.8rem !important;padding-left:7.8rem !important}.px-lg-80{padding-right:8rem !important;padding-left:8rem !important}.px-lg-100{padding-right:10rem !important;padding-left:10rem !important}.px-lg-107{padding-right:10.7rem !important;padding-left:10.7rem !important}.px-lg-120{padding-right:12rem !important;padding-left:12rem !important}.px-lg-123{padding-right:12.3rem !important;padding-left:12.3rem !important}.px-lg-132{padding-right:13.2rem !important;padding-left:13.2rem !important}.px-lg-136{padding-right:13.6rem !important;padding-left:13.6rem !important}.px-lg-165{padding-right:16.5rem !important;padding-left:16.5rem !important}.px-lg-182{padding-right:18.2rem !important;padding-left:18.2rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-3{padding-top:.3rem !important;padding-bottom:.3rem !important}.py-lg-5{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-15{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-lg-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-lg-25{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-lg-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-lg-35{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-lg-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-lg-45{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-lg-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-lg-50{padding-top:5rem !important;padding-bottom:5rem !important}.py-lg-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-lg-70{padding-top:7rem !important;padding-bottom:7rem !important}.py-lg-75{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-lg-78{padding-top:7.8rem !important;padding-bottom:7.8rem !important}.py-lg-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-lg-100{padding-top:10rem !important;padding-bottom:10rem !important}.py-lg-107{padding-top:10.7rem !important;padding-bottom:10.7rem !important}.py-lg-120{padding-top:12rem !important;padding-bottom:12rem !important}.py-lg-123{padding-top:12.3rem !important;padding-bottom:12.3rem !important}.py-lg-132{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-lg-136{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-lg-165{padding-top:16.5rem !important;padding-bottom:16.5rem !important}.py-lg-182{padding-top:18.2rem !important;padding-bottom:18.2rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-3{padding-top:.3rem !important}.pt-lg-5{padding-top:.5rem !important}.pt-lg-10{padding-top:1rem !important}.pt-lg-15{padding-top:1.5rem !important}.pt-lg-20{padding-top:2rem !important}.pt-lg-22{padding-top:2.2rem !important}.pt-lg-25{padding-top:2.5rem !important}.pt-lg-30{padding-top:3rem !important}.pt-lg-35{padding-top:3.5rem !important}.pt-lg-40{padding-top:4rem !important}.pt-lg-45{padding-top:4.5rem !important}.pt-lg-48{padding-top:4.8rem !important}.pt-lg-50{padding-top:5rem !important}.pt-lg-60{padding-top:6rem !important}.pt-lg-70{padding-top:7rem !important}.pt-lg-75{padding-top:7.5rem !important}.pt-lg-78{padding-top:7.8rem !important}.pt-lg-80{padding-top:8rem !important}.pt-lg-100{padding-top:10rem !important}.pt-lg-107{padding-top:10.7rem !important}.pt-lg-120{padding-top:12rem !important}.pt-lg-123{padding-top:12.3rem !important}.pt-lg-132{padding-top:13.2rem !important}.pt-lg-136{padding-top:13.6rem !important}.pt-lg-165{padding-top:16.5rem !important}.pt-lg-182{padding-top:18.2rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-3{padding-right:.3rem !important}.pe-lg-5{padding-right:.5rem !important}.pe-lg-10{padding-right:1rem !important}.pe-lg-15{padding-right:1.5rem !important}.pe-lg-20{padding-right:2rem !important}.pe-lg-22{padding-right:2.2rem !important}.pe-lg-25{padding-right:2.5rem !important}.pe-lg-30{padding-right:3rem !important}.pe-lg-35{padding-right:3.5rem !important}.pe-lg-40{padding-right:4rem !important}.pe-lg-45{padding-right:4.5rem !important}.pe-lg-48{padding-right:4.8rem !important}.pe-lg-50{padding-right:5rem !important}.pe-lg-60{padding-right:6rem !important}.pe-lg-70{padding-right:7rem !important}.pe-lg-75{padding-right:7.5rem !important}.pe-lg-78{padding-right:7.8rem !important}.pe-lg-80{padding-right:8rem !important}.pe-lg-100{padding-right:10rem !important}.pe-lg-107{padding-right:10.7rem !important}.pe-lg-120{padding-right:12rem !important}.pe-lg-123{padding-right:12.3rem !important}.pe-lg-132{padding-right:13.2rem !important}.pe-lg-136{padding-right:13.6rem !important}.pe-lg-165{padding-right:16.5rem !important}.pe-lg-182{padding-right:18.2rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-3{padding-bottom:.3rem !important}.pb-lg-5{padding-bottom:.5rem !important}.pb-lg-10{padding-bottom:1rem !important}.pb-lg-15{padding-bottom:1.5rem !important}.pb-lg-20{padding-bottom:2rem !important}.pb-lg-22{padding-bottom:2.2rem !important}.pb-lg-25{padding-bottom:2.5rem !important}.pb-lg-30{padding-bottom:3rem !important}.pb-lg-35{padding-bottom:3.5rem !important}.pb-lg-40{padding-bottom:4rem !important}.pb-lg-45{padding-bottom:4.5rem !important}.pb-lg-48{padding-bottom:4.8rem !important}.pb-lg-50{padding-bottom:5rem !important}.pb-lg-60{padding-bottom:6rem !important}.pb-lg-70{padding-bottom:7rem !important}.pb-lg-75{padding-bottom:7.5rem !important}.pb-lg-78{padding-bottom:7.8rem !important}.pb-lg-80{padding-bottom:8rem !important}.pb-lg-100{padding-bottom:10rem !important}.pb-lg-107{padding-bottom:10.7rem !important}.pb-lg-120{padding-bottom:12rem !important}.pb-lg-123{padding-bottom:12.3rem !important}.pb-lg-132{padding-bottom:13.2rem !important}.pb-lg-136{padding-bottom:13.6rem !important}.pb-lg-165{padding-bottom:16.5rem !important}.pb-lg-182{padding-bottom:18.2rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-3{padding-left:.3rem !important}.ps-lg-5{padding-left:.5rem !important}.ps-lg-10{padding-left:1rem !important}.ps-lg-15{padding-left:1.5rem !important}.ps-lg-20{padding-left:2rem !important}.ps-lg-22{padding-left:2.2rem !important}.ps-lg-25{padding-left:2.5rem !important}.ps-lg-30{padding-left:3rem !important}.ps-lg-35{padding-left:3.5rem !important}.ps-lg-40{padding-left:4rem !important}.ps-lg-45{padding-left:4.5rem !important}.ps-lg-48{padding-left:4.8rem !important}.ps-lg-50{padding-left:5rem !important}.ps-lg-60{padding-left:6rem !important}.ps-lg-70{padding-left:7rem !important}.ps-lg-75{padding-left:7.5rem !important}.ps-lg-78{padding-left:7.8rem !important}.ps-lg-80{padding-left:8rem !important}.ps-lg-100{padding-left:10rem !important}.ps-lg-107{padding-left:10.7rem !important}.ps-lg-120{padding-left:12rem !important}.ps-lg-123{padding-left:12.3rem !important}.ps-lg-132{padding-left:13.2rem !important}.ps-lg-136{padding-left:13.6rem !important}.ps-lg-165{padding-left:16.5rem !important}.ps-lg-182{padding-left:18.2rem !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: 1366px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-3{gap:.3rem !important}.gap-xl-5{gap:.5rem !important}.gap-xl-10{gap:1rem !important}.gap-xl-15{gap:1.5rem !important}.gap-xl-20{gap:2rem !important}.gap-xl-22{gap:2.2rem !important}.gap-xl-25{gap:2.5rem !important}.gap-xl-30{gap:3rem !important}.gap-xl-35{gap:3.5rem !important}.gap-xl-40{gap:4rem !important}.gap-xl-45{gap:4.5rem !important}.gap-xl-48{gap:4.8rem !important}.gap-xl-50{gap:5rem !important}.gap-xl-60{gap:6rem !important}.gap-xl-70{gap:7rem !important}.gap-xl-75{gap:7.5rem !important}.gap-xl-78{gap:7.8rem !important}.gap-xl-80{gap:8rem !important}.gap-xl-100{gap:10rem !important}.gap-xl-107{gap:10.7rem !important}.gap-xl-120{gap:12rem !important}.gap-xl-123{gap:12.3rem !important}.gap-xl-132{gap:13.2rem !important}.gap-xl-136{gap:13.6rem !important}.gap-xl-165{gap:16.5rem !important}.gap-xl-182{gap:18.2rem !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-3{margin:.3rem !important}.m-xl-5{margin:.5rem !important}.m-xl-10{margin:1rem !important}.m-xl-15{margin:1.5rem !important}.m-xl-20{margin:2rem !important}.m-xl-22{margin:2.2rem !important}.m-xl-25{margin:2.5rem !important}.m-xl-30{margin:3rem !important}.m-xl-35{margin:3.5rem !important}.m-xl-40{margin:4rem !important}.m-xl-45{margin:4.5rem !important}.m-xl-48{margin:4.8rem !important}.m-xl-50{margin:5rem !important}.m-xl-60{margin:6rem !important}.m-xl-70{margin:7rem !important}.m-xl-75{margin:7.5rem !important}.m-xl-78{margin:7.8rem !important}.m-xl-80{margin:8rem !important}.m-xl-100{margin:10rem !important}.m-xl-107{margin:10.7rem !important}.m-xl-120{margin:12rem !important}.m-xl-123{margin:12.3rem !important}.m-xl-132{margin:13.2rem !important}.m-xl-136{margin:13.6rem !important}.m-xl-165{margin:16.5rem !important}.m-xl-182{margin:18.2rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-3{margin-right:.3rem !important;margin-left:.3rem !important}.mx-xl-5{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-10{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-15{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-20{margin-right:2rem !important;margin-left:2rem !important}.mx-xl-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-xl-25{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xl-30{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-35{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-xl-40{margin-right:4rem !important;margin-left:4rem !important}.mx-xl-45{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-xl-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-xl-50{margin-right:5rem !important;margin-left:5rem !important}.mx-xl-60{margin-right:6rem !important;margin-left:6rem !important}.mx-xl-70{margin-right:7rem !important;margin-left:7rem !important}.mx-xl-75{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-xl-78{margin-right:7.8rem !important;margin-left:7.8rem !important}.mx-xl-80{margin-right:8rem !important;margin-left:8rem !important}.mx-xl-100{margin-right:10rem !important;margin-left:10rem !important}.mx-xl-107{margin-right:10.7rem !important;margin-left:10.7rem !important}.mx-xl-120{margin-right:12rem !important;margin-left:12rem !important}.mx-xl-123{margin-right:12.3rem !important;margin-left:12.3rem !important}.mx-xl-132{margin-right:13.2rem !important;margin-left:13.2rem !important}.mx-xl-136{margin-right:13.6rem !important;margin-left:13.6rem !important}.mx-xl-165{margin-right:16.5rem !important;margin-left:16.5rem !important}.mx-xl-182{margin-right:18.2rem !important;margin-left:18.2rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-3{margin-top:.3rem !important;margin-bottom:.3rem !important}.my-xl-5{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-15{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-xl-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-xl-25{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xl-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-35{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-xl-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-xl-45{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-xl-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-xl-50{margin-top:5rem !important;margin-bottom:5rem !important}.my-xl-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-xl-70{margin-top:7rem !important;margin-bottom:7rem !important}.my-xl-75{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-xl-78{margin-top:7.8rem !important;margin-bottom:7.8rem !important}.my-xl-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-xl-100{margin-top:10rem !important;margin-bottom:10rem !important}.my-xl-107{margin-top:10.7rem !important;margin-bottom:10.7rem !important}.my-xl-120{margin-top:12rem !important;margin-bottom:12rem !important}.my-xl-123{margin-top:12.3rem !important;margin-bottom:12.3rem !important}.my-xl-132{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-xl-136{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-xl-165{margin-top:16.5rem !important;margin-bottom:16.5rem !important}.my-xl-182{margin-top:18.2rem !important;margin-bottom:18.2rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-3{margin-top:.3rem !important}.mt-xl-5{margin-top:.5rem !important}.mt-xl-10{margin-top:1rem !important}.mt-xl-15{margin-top:1.5rem !important}.mt-xl-20{margin-top:2rem !important}.mt-xl-22{margin-top:2.2rem !important}.mt-xl-25{margin-top:2.5rem !important}.mt-xl-30{margin-top:3rem !important}.mt-xl-35{margin-top:3.5rem !important}.mt-xl-40{margin-top:4rem !important}.mt-xl-45{margin-top:4.5rem !important}.mt-xl-48{margin-top:4.8rem !important}.mt-xl-50{margin-top:5rem !important}.mt-xl-60{margin-top:6rem !important}.mt-xl-70{margin-top:7rem !important}.mt-xl-75{margin-top:7.5rem !important}.mt-xl-78{margin-top:7.8rem !important}.mt-xl-80{margin-top:8rem !important}.mt-xl-100{margin-top:10rem !important}.mt-xl-107{margin-top:10.7rem !important}.mt-xl-120{margin-top:12rem !important}.mt-xl-123{margin-top:12.3rem !important}.mt-xl-132{margin-top:13.2rem !important}.mt-xl-136{margin-top:13.6rem !important}.mt-xl-165{margin-top:16.5rem !important}.mt-xl-182{margin-top:18.2rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-3{margin-right:.3rem !important}.me-xl-5{margin-right:.5rem !important}.me-xl-10{margin-right:1rem !important}.me-xl-15{margin-right:1.5rem !important}.me-xl-20{margin-right:2rem !important}.me-xl-22{margin-right:2.2rem !important}.me-xl-25{margin-right:2.5rem !important}.me-xl-30{margin-right:3rem !important}.me-xl-35{margin-right:3.5rem !important}.me-xl-40{margin-right:4rem !important}.me-xl-45{margin-right:4.5rem !important}.me-xl-48{margin-right:4.8rem !important}.me-xl-50{margin-right:5rem !important}.me-xl-60{margin-right:6rem !important}.me-xl-70{margin-right:7rem !important}.me-xl-75{margin-right:7.5rem !important}.me-xl-78{margin-right:7.8rem !important}.me-xl-80{margin-right:8rem !important}.me-xl-100{margin-right:10rem !important}.me-xl-107{margin-right:10.7rem !important}.me-xl-120{margin-right:12rem !important}.me-xl-123{margin-right:12.3rem !important}.me-xl-132{margin-right:13.2rem !important}.me-xl-136{margin-right:13.6rem !important}.me-xl-165{margin-right:16.5rem !important}.me-xl-182{margin-right:18.2rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-3{margin-bottom:.3rem !important}.mb-xl-5{margin-bottom:.5rem !important}.mb-xl-10{margin-bottom:1rem !important}.mb-xl-15{margin-bottom:1.5rem !important}.mb-xl-20{margin-bottom:2rem !important}.mb-xl-22{margin-bottom:2.2rem !important}.mb-xl-25{margin-bottom:2.5rem !important}.mb-xl-30{margin-bottom:3rem !important}.mb-xl-35{margin-bottom:3.5rem !important}.mb-xl-40{margin-bottom:4rem !important}.mb-xl-45{margin-bottom:4.5rem !important}.mb-xl-48{margin-bottom:4.8rem !important}.mb-xl-50{margin-bottom:5rem !important}.mb-xl-60{margin-bottom:6rem !important}.mb-xl-70{margin-bottom:7rem !important}.mb-xl-75{margin-bottom:7.5rem !important}.mb-xl-78{margin-bottom:7.8rem !important}.mb-xl-80{margin-bottom:8rem !important}.mb-xl-100{margin-bottom:10rem !important}.mb-xl-107{margin-bottom:10.7rem !important}.mb-xl-120{margin-bottom:12rem !important}.mb-xl-123{margin-bottom:12.3rem !important}.mb-xl-132{margin-bottom:13.2rem !important}.mb-xl-136{margin-bottom:13.6rem !important}.mb-xl-165{margin-bottom:16.5rem !important}.mb-xl-182{margin-bottom:18.2rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-3{margin-left:.3rem !important}.ms-xl-5{margin-left:.5rem !important}.ms-xl-10{margin-left:1rem !important}.ms-xl-15{margin-left:1.5rem !important}.ms-xl-20{margin-left:2rem !important}.ms-xl-22{margin-left:2.2rem !important}.ms-xl-25{margin-left:2.5rem !important}.ms-xl-30{margin-left:3rem !important}.ms-xl-35{margin-left:3.5rem !important}.ms-xl-40{margin-left:4rem !important}.ms-xl-45{margin-left:4.5rem !important}.ms-xl-48{margin-left:4.8rem !important}.ms-xl-50{margin-left:5rem !important}.ms-xl-60{margin-left:6rem !important}.ms-xl-70{margin-left:7rem !important}.ms-xl-75{margin-left:7.5rem !important}.ms-xl-78{margin-left:7.8rem !important}.ms-xl-80{margin-left:8rem !important}.ms-xl-100{margin-left:10rem !important}.ms-xl-107{margin-left:10.7rem !important}.ms-xl-120{margin-left:12rem !important}.ms-xl-123{margin-left:12.3rem !important}.ms-xl-132{margin-left:13.2rem !important}.ms-xl-136{margin-left:13.6rem !important}.ms-xl-165{margin-left:16.5rem !important}.ms-xl-182{margin-left:18.2rem !important}.ms-xl-auto{margin-left:auto !important}.m-xl-n3{margin:-0.3rem !important}.m-xl-n5{margin:-0.5rem !important}.m-xl-n10{margin:-1rem !important}.m-xl-n15{margin:-1.5rem !important}.m-xl-n20{margin:-2rem !important}.m-xl-n22{margin:-2.2rem !important}.m-xl-n25{margin:-2.5rem !important}.m-xl-n30{margin:-3rem !important}.m-xl-n35{margin:-3.5rem !important}.m-xl-n40{margin:-4rem !important}.m-xl-n45{margin:-4.5rem !important}.m-xl-n48{margin:-4.8rem !important}.m-xl-n50{margin:-5rem !important}.m-xl-n60{margin:-6rem !important}.m-xl-n70{margin:-7rem !important}.m-xl-n75{margin:-7.5rem !important}.m-xl-n78{margin:-7.8rem !important}.m-xl-n80{margin:-8rem !important}.m-xl-n100{margin:-10rem !important}.m-xl-n107{margin:-10.7rem !important}.m-xl-n120{margin:-12rem !important}.m-xl-n123{margin:-12.3rem !important}.m-xl-n132{margin:-13.2rem !important}.m-xl-n136{margin:-13.6rem !important}.m-xl-n165{margin:-16.5rem !important}.m-xl-n182{margin:-18.2rem !important}.mx-xl-n3{margin-right:-0.3rem !important;margin-left:-0.3rem !important}.mx-xl-n5{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xl-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n15{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xl-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xl-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-xl-n25{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-xl-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xl-n35{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-xl-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xl-n45{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-xl-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-xl-n50{margin-right:-5rem !important;margin-left:-5rem !important}.mx-xl-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xl-n70{margin-right:-7rem !important;margin-left:-7rem !important}.mx-xl-n75{margin-right:-7.5rem !important;margin-left:-7.5rem !important}.mx-xl-n78{margin-right:-7.8rem !important;margin-left:-7.8rem !important}.mx-xl-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-xl-n100{margin-right:-10rem !important;margin-left:-10rem !important}.mx-xl-n107{margin-right:-10.7rem !important;margin-left:-10.7rem !important}.mx-xl-n120{margin-right:-12rem !important;margin-left:-12rem !important}.mx-xl-n123{margin-right:-12.3rem !important;margin-left:-12.3rem !important}.mx-xl-n132{margin-right:-13.2rem !important;margin-left:-13.2rem !important}.mx-xl-n136{margin-right:-13.6rem !important;margin-left:-13.6rem !important}.mx-xl-n165{margin-right:-16.5rem !important;margin-left:-16.5rem !important}.mx-xl-n182{margin-right:-18.2rem !important;margin-left:-18.2rem !important}.my-xl-n3{margin-top:-0.3rem !important;margin-bottom:-0.3rem !important}.my-xl-n5{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xl-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n15{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xl-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xl-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-xl-n25{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-xl-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xl-n35{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-xl-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xl-n45{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-xl-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-xl-n50{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-xl-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xl-n70{margin-top:-7rem !important;margin-bottom:-7rem !important}.my-xl-n75{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important}.my-xl-n78{margin-top:-7.8rem !important;margin-bottom:-7.8rem !important}.my-xl-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-xl-n100{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-xl-n107{margin-top:-10.7rem !important;margin-bottom:-10.7rem !important}.my-xl-n120{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-xl-n123{margin-top:-12.3rem !important;margin-bottom:-12.3rem !important}.my-xl-n132{margin-top:-13.2rem !important;margin-bottom:-13.2rem !important}.my-xl-n136{margin-top:-13.6rem !important;margin-bottom:-13.6rem !important}.my-xl-n165{margin-top:-16.5rem !important;margin-bottom:-16.5rem !important}.my-xl-n182{margin-top:-18.2rem !important;margin-bottom:-18.2rem !important}.mt-xl-n3{margin-top:-0.3rem !important}.mt-xl-n5{margin-top:-0.5rem !important}.mt-xl-n10{margin-top:-1rem !important}.mt-xl-n15{margin-top:-1.5rem !important}.mt-xl-n20{margin-top:-2rem !important}.mt-xl-n22{margin-top:-2.2rem !important}.mt-xl-n25{margin-top:-2.5rem !important}.mt-xl-n30{margin-top:-3rem !important}.mt-xl-n35{margin-top:-3.5rem !important}.mt-xl-n40{margin-top:-4rem !important}.mt-xl-n45{margin-top:-4.5rem !important}.mt-xl-n48{margin-top:-4.8rem !important}.mt-xl-n50{margin-top:-5rem !important}.mt-xl-n60{margin-top:-6rem !important}.mt-xl-n70{margin-top:-7rem !important}.mt-xl-n75{margin-top:-7.5rem !important}.mt-xl-n78{margin-top:-7.8rem !important}.mt-xl-n80{margin-top:-8rem !important}.mt-xl-n100{margin-top:-10rem !important}.mt-xl-n107{margin-top:-10.7rem !important}.mt-xl-n120{margin-top:-12rem !important}.mt-xl-n123{margin-top:-12.3rem !important}.mt-xl-n132{margin-top:-13.2rem !important}.mt-xl-n136{margin-top:-13.6rem !important}.mt-xl-n165{margin-top:-16.5rem !important}.mt-xl-n182{margin-top:-18.2rem !important}.me-xl-n3{margin-right:-0.3rem !important}.me-xl-n5{margin-right:-0.5rem !important}.me-xl-n10{margin-right:-1rem !important}.me-xl-n15{margin-right:-1.5rem !important}.me-xl-n20{margin-right:-2rem !important}.me-xl-n22{margin-right:-2.2rem !important}.me-xl-n25{margin-right:-2.5rem !important}.me-xl-n30{margin-right:-3rem !important}.me-xl-n35{margin-right:-3.5rem !important}.me-xl-n40{margin-right:-4rem !important}.me-xl-n45{margin-right:-4.5rem !important}.me-xl-n48{margin-right:-4.8rem !important}.me-xl-n50{margin-right:-5rem !important}.me-xl-n60{margin-right:-6rem !important}.me-xl-n70{margin-right:-7rem !important}.me-xl-n75{margin-right:-7.5rem !important}.me-xl-n78{margin-right:-7.8rem !important}.me-xl-n80{margin-right:-8rem !important}.me-xl-n100{margin-right:-10rem !important}.me-xl-n107{margin-right:-10.7rem !important}.me-xl-n120{margin-right:-12rem !important}.me-xl-n123{margin-right:-12.3rem !important}.me-xl-n132{margin-right:-13.2rem !important}.me-xl-n136{margin-right:-13.6rem !important}.me-xl-n165{margin-right:-16.5rem !important}.me-xl-n182{margin-right:-18.2rem !important}.mb-xl-n3{margin-bottom:-0.3rem !important}.mb-xl-n5{margin-bottom:-0.5rem !important}.mb-xl-n10{margin-bottom:-1rem !important}.mb-xl-n15{margin-bottom:-1.5rem !important}.mb-xl-n20{margin-bottom:-2rem !important}.mb-xl-n22{margin-bottom:-2.2rem !important}.mb-xl-n25{margin-bottom:-2.5rem !important}.mb-xl-n30{margin-bottom:-3rem !important}.mb-xl-n35{margin-bottom:-3.5rem !important}.mb-xl-n40{margin-bottom:-4rem !important}.mb-xl-n45{margin-bottom:-4.5rem !important}.mb-xl-n48{margin-bottom:-4.8rem !important}.mb-xl-n50{margin-bottom:-5rem !important}.mb-xl-n60{margin-bottom:-6rem !important}.mb-xl-n70{margin-bottom:-7rem !important}.mb-xl-n75{margin-bottom:-7.5rem !important}.mb-xl-n78{margin-bottom:-7.8rem !important}.mb-xl-n80{margin-bottom:-8rem !important}.mb-xl-n100{margin-bottom:-10rem !important}.mb-xl-n107{margin-bottom:-10.7rem !important}.mb-xl-n120{margin-bottom:-12rem !important}.mb-xl-n123{margin-bottom:-12.3rem !important}.mb-xl-n132{margin-bottom:-13.2rem !important}.mb-xl-n136{margin-bottom:-13.6rem !important}.mb-xl-n165{margin-bottom:-16.5rem !important}.mb-xl-n182{margin-bottom:-18.2rem !important}.ms-xl-n3{margin-left:-0.3rem !important}.ms-xl-n5{margin-left:-0.5rem !important}.ms-xl-n10{margin-left:-1rem !important}.ms-xl-n15{margin-left:-1.5rem !important}.ms-xl-n20{margin-left:-2rem !important}.ms-xl-n22{margin-left:-2.2rem !important}.ms-xl-n25{margin-left:-2.5rem !important}.ms-xl-n30{margin-left:-3rem !important}.ms-xl-n35{margin-left:-3.5rem !important}.ms-xl-n40{margin-left:-4rem !important}.ms-xl-n45{margin-left:-4.5rem !important}.ms-xl-n48{margin-left:-4.8rem !important}.ms-xl-n50{margin-left:-5rem !important}.ms-xl-n60{margin-left:-6rem !important}.ms-xl-n70{margin-left:-7rem !important}.ms-xl-n75{margin-left:-7.5rem !important}.ms-xl-n78{margin-left:-7.8rem !important}.ms-xl-n80{margin-left:-8rem !important}.ms-xl-n100{margin-left:-10rem !important}.ms-xl-n107{margin-left:-10.7rem !important}.ms-xl-n120{margin-left:-12rem !important}.ms-xl-n123{margin-left:-12.3rem !important}.ms-xl-n132{margin-left:-13.2rem !important}.ms-xl-n136{margin-left:-13.6rem !important}.ms-xl-n165{margin-left:-16.5rem !important}.ms-xl-n182{margin-left:-18.2rem !important}.p-xl-0{padding:0 !important}.p-xl-3{padding:.3rem !important}.p-xl-5{padding:.5rem !important}.p-xl-10{padding:1rem !important}.p-xl-15{padding:1.5rem !important}.p-xl-20{padding:2rem !important}.p-xl-22{padding:2.2rem !important}.p-xl-25{padding:2.5rem !important}.p-xl-30{padding:3rem !important}.p-xl-35{padding:3.5rem !important}.p-xl-40{padding:4rem !important}.p-xl-45{padding:4.5rem !important}.p-xl-48{padding:4.8rem !important}.p-xl-50{padding:5rem !important}.p-xl-60{padding:6rem !important}.p-xl-70{padding:7rem !important}.p-xl-75{padding:7.5rem !important}.p-xl-78{padding:7.8rem !important}.p-xl-80{padding:8rem !important}.p-xl-100{padding:10rem !important}.p-xl-107{padding:10.7rem !important}.p-xl-120{padding:12rem !important}.p-xl-123{padding:12.3rem !important}.p-xl-132{padding:13.2rem !important}.p-xl-136{padding:13.6rem !important}.p-xl-165{padding:16.5rem !important}.p-xl-182{padding:18.2rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-3{padding-right:.3rem !important;padding-left:.3rem !important}.px-xl-5{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-10{padding-right:1rem !important;padding-left:1rem !important}.px-xl-15{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-20{padding-right:2rem !important;padding-left:2rem !important}.px-xl-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-xl-25{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xl-30{padding-right:3rem !important;padding-left:3rem !important}.px-xl-35{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-xl-40{padding-right:4rem !important;padding-left:4rem !important}.px-xl-45{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-xl-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-xl-50{padding-right:5rem !important;padding-left:5rem !important}.px-xl-60{padding-right:6rem !important;padding-left:6rem !important}.px-xl-70{padding-right:7rem !important;padding-left:7rem !important}.px-xl-75{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-xl-78{padding-right:7.8rem !important;padding-left:7.8rem !important}.px-xl-80{padding-right:8rem !important;padding-left:8rem !important}.px-xl-100{padding-right:10rem !important;padding-left:10rem !important}.px-xl-107{padding-right:10.7rem !important;padding-left:10.7rem !important}.px-xl-120{padding-right:12rem !important;padding-left:12rem !important}.px-xl-123{padding-right:12.3rem !important;padding-left:12.3rem !important}.px-xl-132{padding-right:13.2rem !important;padding-left:13.2rem !important}.px-xl-136{padding-right:13.6rem !important;padding-left:13.6rem !important}.px-xl-165{padding-right:16.5rem !important;padding-left:16.5rem !important}.px-xl-182{padding-right:18.2rem !important;padding-left:18.2rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-3{padding-top:.3rem !important;padding-bottom:.3rem !important}.py-xl-5{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-15{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-xl-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-xl-25{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xl-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-xl-35{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-xl-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-xl-45{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-xl-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-xl-50{padding-top:5rem !important;padding-bottom:5rem !important}.py-xl-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-xl-70{padding-top:7rem !important;padding-bottom:7rem !important}.py-xl-75{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-xl-78{padding-top:7.8rem !important;padding-bottom:7.8rem !important}.py-xl-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-xl-100{padding-top:10rem !important;padding-bottom:10rem !important}.py-xl-107{padding-top:10.7rem !important;padding-bottom:10.7rem !important}.py-xl-120{padding-top:12rem !important;padding-bottom:12rem !important}.py-xl-123{padding-top:12.3rem !important;padding-bottom:12.3rem !important}.py-xl-132{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-xl-136{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-xl-165{padding-top:16.5rem !important;padding-bottom:16.5rem !important}.py-xl-182{padding-top:18.2rem !important;padding-bottom:18.2rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-3{padding-top:.3rem !important}.pt-xl-5{padding-top:.5rem !important}.pt-xl-10{padding-top:1rem !important}.pt-xl-15{padding-top:1.5rem !important}.pt-xl-20{padding-top:2rem !important}.pt-xl-22{padding-top:2.2rem !important}.pt-xl-25{padding-top:2.5rem !important}.pt-xl-30{padding-top:3rem !important}.pt-xl-35{padding-top:3.5rem !important}.pt-xl-40{padding-top:4rem !important}.pt-xl-45{padding-top:4.5rem !important}.pt-xl-48{padding-top:4.8rem !important}.pt-xl-50{padding-top:5rem !important}.pt-xl-60{padding-top:6rem !important}.pt-xl-70{padding-top:7rem !important}.pt-xl-75{padding-top:7.5rem !important}.pt-xl-78{padding-top:7.8rem !important}.pt-xl-80{padding-top:8rem !important}.pt-xl-100{padding-top:10rem !important}.pt-xl-107{padding-top:10.7rem !important}.pt-xl-120{padding-top:12rem !important}.pt-xl-123{padding-top:12.3rem !important}.pt-xl-132{padding-top:13.2rem !important}.pt-xl-136{padding-top:13.6rem !important}.pt-xl-165{padding-top:16.5rem !important}.pt-xl-182{padding-top:18.2rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-3{padding-right:.3rem !important}.pe-xl-5{padding-right:.5rem !important}.pe-xl-10{padding-right:1rem !important}.pe-xl-15{padding-right:1.5rem !important}.pe-xl-20{padding-right:2rem !important}.pe-xl-22{padding-right:2.2rem !important}.pe-xl-25{padding-right:2.5rem !important}.pe-xl-30{padding-right:3rem !important}.pe-xl-35{padding-right:3.5rem !important}.pe-xl-40{padding-right:4rem !important}.pe-xl-45{padding-right:4.5rem !important}.pe-xl-48{padding-right:4.8rem !important}.pe-xl-50{padding-right:5rem !important}.pe-xl-60{padding-right:6rem !important}.pe-xl-70{padding-right:7rem !important}.pe-xl-75{padding-right:7.5rem !important}.pe-xl-78{padding-right:7.8rem !important}.pe-xl-80{padding-right:8rem !important}.pe-xl-100{padding-right:10rem !important}.pe-xl-107{padding-right:10.7rem !important}.pe-xl-120{padding-right:12rem !important}.pe-xl-123{padding-right:12.3rem !important}.pe-xl-132{padding-right:13.2rem !important}.pe-xl-136{padding-right:13.6rem !important}.pe-xl-165{padding-right:16.5rem !important}.pe-xl-182{padding-right:18.2rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-3{padding-bottom:.3rem !important}.pb-xl-5{padding-bottom:.5rem !important}.pb-xl-10{padding-bottom:1rem !important}.pb-xl-15{padding-bottom:1.5rem !important}.pb-xl-20{padding-bottom:2rem !important}.pb-xl-22{padding-bottom:2.2rem !important}.pb-xl-25{padding-bottom:2.5rem !important}.pb-xl-30{padding-bottom:3rem !important}.pb-xl-35{padding-bottom:3.5rem !important}.pb-xl-40{padding-bottom:4rem !important}.pb-xl-45{padding-bottom:4.5rem !important}.pb-xl-48{padding-bottom:4.8rem !important}.pb-xl-50{padding-bottom:5rem !important}.pb-xl-60{padding-bottom:6rem !important}.pb-xl-70{padding-bottom:7rem !important}.pb-xl-75{padding-bottom:7.5rem !important}.pb-xl-78{padding-bottom:7.8rem !important}.pb-xl-80{padding-bottom:8rem !important}.pb-xl-100{padding-bottom:10rem !important}.pb-xl-107{padding-bottom:10.7rem !important}.pb-xl-120{padding-bottom:12rem !important}.pb-xl-123{padding-bottom:12.3rem !important}.pb-xl-132{padding-bottom:13.2rem !important}.pb-xl-136{padding-bottom:13.6rem !important}.pb-xl-165{padding-bottom:16.5rem !important}.pb-xl-182{padding-bottom:18.2rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-3{padding-left:.3rem !important}.ps-xl-5{padding-left:.5rem !important}.ps-xl-10{padding-left:1rem !important}.ps-xl-15{padding-left:1.5rem !important}.ps-xl-20{padding-left:2rem !important}.ps-xl-22{padding-left:2.2rem !important}.ps-xl-25{padding-left:2.5rem !important}.ps-xl-30{padding-left:3rem !important}.ps-xl-35{padding-left:3.5rem !important}.ps-xl-40{padding-left:4rem !important}.ps-xl-45{padding-left:4.5rem !important}.ps-xl-48{padding-left:4.8rem !important}.ps-xl-50{padding-left:5rem !important}.ps-xl-60{padding-left:6rem !important}.ps-xl-70{padding-left:7rem !important}.ps-xl-75{padding-left:7.5rem !important}.ps-xl-78{padding-left:7.8rem !important}.ps-xl-80{padding-left:8rem !important}.ps-xl-100{padding-left:10rem !important}.ps-xl-107{padding-left:10.7rem !important}.ps-xl-120{padding-left:12rem !important}.ps-xl-123{padding-left:12.3rem !important}.ps-xl-132{padding-left:13.2rem !important}.ps-xl-136{padding-left:13.6rem !important}.ps-xl-165{padding-left:16.5rem !important}.ps-xl-182{padding-left:18.2rem !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: 1488px){.float-wide-start{float:left !important}.float-wide-end{float:right !important}.float-wide-none{float:none !important}.d-wide-inline{display:inline !important}.d-wide-inline-block{display:inline-block !important}.d-wide-block{display:block !important}.d-wide-grid{display:grid !important}.d-wide-table{display:table !important}.d-wide-table-row{display:table-row !important}.d-wide-table-cell{display:table-cell !important}.d-wide-flex{display:flex !important}.d-wide-inline-flex{display:inline-flex !important}.d-wide-none{display:none !important}.flex-wide-fill{flex:1 1 auto !important}.flex-wide-row{flex-direction:row !important}.flex-wide-column{flex-direction:column !important}.flex-wide-row-reverse{flex-direction:row-reverse !important}.flex-wide-column-reverse{flex-direction:column-reverse !important}.flex-wide-grow-0{flex-grow:0 !important}.flex-wide-grow-1{flex-grow:1 !important}.flex-wide-shrink-0{flex-shrink:0 !important}.flex-wide-shrink-1{flex-shrink:1 !important}.flex-wide-wrap{flex-wrap:wrap !important}.flex-wide-nowrap{flex-wrap:nowrap !important}.flex-wide-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-wide-0{gap:0 !important}.gap-wide-3{gap:.3rem !important}.gap-wide-5{gap:.5rem !important}.gap-wide-10{gap:1rem !important}.gap-wide-15{gap:1.5rem !important}.gap-wide-20{gap:2rem !important}.gap-wide-22{gap:2.2rem !important}.gap-wide-25{gap:2.5rem !important}.gap-wide-30{gap:3rem !important}.gap-wide-35{gap:3.5rem !important}.gap-wide-40{gap:4rem !important}.gap-wide-45{gap:4.5rem !important}.gap-wide-48{gap:4.8rem !important}.gap-wide-50{gap:5rem !important}.gap-wide-60{gap:6rem !important}.gap-wide-70{gap:7rem !important}.gap-wide-75{gap:7.5rem !important}.gap-wide-78{gap:7.8rem !important}.gap-wide-80{gap:8rem !important}.gap-wide-100{gap:10rem !important}.gap-wide-107{gap:10.7rem !important}.gap-wide-120{gap:12rem !important}.gap-wide-123{gap:12.3rem !important}.gap-wide-132{gap:13.2rem !important}.gap-wide-136{gap:13.6rem !important}.gap-wide-165{gap:16.5rem !important}.gap-wide-182{gap:18.2rem !important}.justify-content-wide-start{justify-content:flex-start !important}.justify-content-wide-end{justify-content:flex-end !important}.justify-content-wide-center{justify-content:center !important}.justify-content-wide-between{justify-content:space-between !important}.justify-content-wide-around{justify-content:space-around !important}.justify-content-wide-evenly{justify-content:space-evenly !important}.align-items-wide-start{align-items:flex-start !important}.align-items-wide-end{align-items:flex-end !important}.align-items-wide-center{align-items:center !important}.align-items-wide-baseline{align-items:baseline !important}.align-items-wide-stretch{align-items:stretch !important}.align-content-wide-start{align-content:flex-start !important}.align-content-wide-end{align-content:flex-end !important}.align-content-wide-center{align-content:center !important}.align-content-wide-between{align-content:space-between !important}.align-content-wide-around{align-content:space-around !important}.align-content-wide-stretch{align-content:stretch !important}.align-self-wide-auto{align-self:auto !important}.align-self-wide-start{align-self:flex-start !important}.align-self-wide-end{align-self:flex-end !important}.align-self-wide-center{align-self:center !important}.align-self-wide-baseline{align-self:baseline !important}.align-self-wide-stretch{align-self:stretch !important}.order-wide-first{order:-1 !important}.order-wide-0{order:0 !important}.order-wide-1{order:1 !important}.order-wide-2{order:2 !important}.order-wide-3{order:3 !important}.order-wide-4{order:4 !important}.order-wide-5{order:5 !important}.order-wide-last{order:6 !important}.m-wide-0{margin:0 !important}.m-wide-3{margin:.3rem !important}.m-wide-5{margin:.5rem !important}.m-wide-10{margin:1rem !important}.m-wide-15{margin:1.5rem !important}.m-wide-20{margin:2rem !important}.m-wide-22{margin:2.2rem !important}.m-wide-25{margin:2.5rem !important}.m-wide-30{margin:3rem !important}.m-wide-35{margin:3.5rem !important}.m-wide-40{margin:4rem !important}.m-wide-45{margin:4.5rem !important}.m-wide-48{margin:4.8rem !important}.m-wide-50{margin:5rem !important}.m-wide-60{margin:6rem !important}.m-wide-70{margin:7rem !important}.m-wide-75{margin:7.5rem !important}.m-wide-78{margin:7.8rem !important}.m-wide-80{margin:8rem !important}.m-wide-100{margin:10rem !important}.m-wide-107{margin:10.7rem !important}.m-wide-120{margin:12rem !important}.m-wide-123{margin:12.3rem !important}.m-wide-132{margin:13.2rem !important}.m-wide-136{margin:13.6rem !important}.m-wide-165{margin:16.5rem !important}.m-wide-182{margin:18.2rem !important}.m-wide-auto{margin:auto !important}.mx-wide-0{margin-right:0 !important;margin-left:0 !important}.mx-wide-3{margin-right:.3rem !important;margin-left:.3rem !important}.mx-wide-5{margin-right:.5rem !important;margin-left:.5rem !important}.mx-wide-10{margin-right:1rem !important;margin-left:1rem !important}.mx-wide-15{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-wide-20{margin-right:2rem !important;margin-left:2rem !important}.mx-wide-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-wide-25{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-wide-30{margin-right:3rem !important;margin-left:3rem !important}.mx-wide-35{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-wide-40{margin-right:4rem !important;margin-left:4rem !important}.mx-wide-45{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-wide-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-wide-50{margin-right:5rem !important;margin-left:5rem !important}.mx-wide-60{margin-right:6rem !important;margin-left:6rem !important}.mx-wide-70{margin-right:7rem !important;margin-left:7rem !important}.mx-wide-75{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-wide-78{margin-right:7.8rem !important;margin-left:7.8rem !important}.mx-wide-80{margin-right:8rem !important;margin-left:8rem !important}.mx-wide-100{margin-right:10rem !important;margin-left:10rem !important}.mx-wide-107{margin-right:10.7rem !important;margin-left:10.7rem !important}.mx-wide-120{margin-right:12rem !important;margin-left:12rem !important}.mx-wide-123{margin-right:12.3rem !important;margin-left:12.3rem !important}.mx-wide-132{margin-right:13.2rem !important;margin-left:13.2rem !important}.mx-wide-136{margin-right:13.6rem !important;margin-left:13.6rem !important}.mx-wide-165{margin-right:16.5rem !important;margin-left:16.5rem !important}.mx-wide-182{margin-right:18.2rem !important;margin-left:18.2rem !important}.mx-wide-auto{margin-right:auto !important;margin-left:auto !important}.my-wide-0{margin-top:0 !important;margin-bottom:0 !important}.my-wide-3{margin-top:.3rem !important;margin-bottom:.3rem !important}.my-wide-5{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-wide-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-wide-15{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-wide-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-wide-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-wide-25{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-wide-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-wide-35{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-wide-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-wide-45{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-wide-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-wide-50{margin-top:5rem !important;margin-bottom:5rem !important}.my-wide-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-wide-70{margin-top:7rem !important;margin-bottom:7rem !important}.my-wide-75{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-wide-78{margin-top:7.8rem !important;margin-bottom:7.8rem !important}.my-wide-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-wide-100{margin-top:10rem !important;margin-bottom:10rem !important}.my-wide-107{margin-top:10.7rem !important;margin-bottom:10.7rem !important}.my-wide-120{margin-top:12rem !important;margin-bottom:12rem !important}.my-wide-123{margin-top:12.3rem !important;margin-bottom:12.3rem !important}.my-wide-132{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-wide-136{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-wide-165{margin-top:16.5rem !important;margin-bottom:16.5rem !important}.my-wide-182{margin-top:18.2rem !important;margin-bottom:18.2rem !important}.my-wide-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-wide-0{margin-top:0 !important}.mt-wide-3{margin-top:.3rem !important}.mt-wide-5{margin-top:.5rem !important}.mt-wide-10{margin-top:1rem !important}.mt-wide-15{margin-top:1.5rem !important}.mt-wide-20{margin-top:2rem !important}.mt-wide-22{margin-top:2.2rem !important}.mt-wide-25{margin-top:2.5rem !important}.mt-wide-30{margin-top:3rem !important}.mt-wide-35{margin-top:3.5rem !important}.mt-wide-40{margin-top:4rem !important}.mt-wide-45{margin-top:4.5rem !important}.mt-wide-48{margin-top:4.8rem !important}.mt-wide-50{margin-top:5rem !important}.mt-wide-60{margin-top:6rem !important}.mt-wide-70{margin-top:7rem !important}.mt-wide-75{margin-top:7.5rem !important}.mt-wide-78{margin-top:7.8rem !important}.mt-wide-80{margin-top:8rem !important}.mt-wide-100{margin-top:10rem !important}.mt-wide-107{margin-top:10.7rem !important}.mt-wide-120{margin-top:12rem !important}.mt-wide-123{margin-top:12.3rem !important}.mt-wide-132{margin-top:13.2rem !important}.mt-wide-136{margin-top:13.6rem !important}.mt-wide-165{margin-top:16.5rem !important}.mt-wide-182{margin-top:18.2rem !important}.mt-wide-auto{margin-top:auto !important}.me-wide-0{margin-right:0 !important}.me-wide-3{margin-right:.3rem !important}.me-wide-5{margin-right:.5rem !important}.me-wide-10{margin-right:1rem !important}.me-wide-15{margin-right:1.5rem !important}.me-wide-20{margin-right:2rem !important}.me-wide-22{margin-right:2.2rem !important}.me-wide-25{margin-right:2.5rem !important}.me-wide-30{margin-right:3rem !important}.me-wide-35{margin-right:3.5rem !important}.me-wide-40{margin-right:4rem !important}.me-wide-45{margin-right:4.5rem !important}.me-wide-48{margin-right:4.8rem !important}.me-wide-50{margin-right:5rem !important}.me-wide-60{margin-right:6rem !important}.me-wide-70{margin-right:7rem !important}.me-wide-75{margin-right:7.5rem !important}.me-wide-78{margin-right:7.8rem !important}.me-wide-80{margin-right:8rem !important}.me-wide-100{margin-right:10rem !important}.me-wide-107{margin-right:10.7rem !important}.me-wide-120{margin-right:12rem !important}.me-wide-123{margin-right:12.3rem !important}.me-wide-132{margin-right:13.2rem !important}.me-wide-136{margin-right:13.6rem !important}.me-wide-165{margin-right:16.5rem !important}.me-wide-182{margin-right:18.2rem !important}.me-wide-auto{margin-right:auto !important}.mb-wide-0{margin-bottom:0 !important}.mb-wide-3{margin-bottom:.3rem !important}.mb-wide-5{margin-bottom:.5rem !important}.mb-wide-10{margin-bottom:1rem !important}.mb-wide-15{margin-bottom:1.5rem !important}.mb-wide-20{margin-bottom:2rem !important}.mb-wide-22{margin-bottom:2.2rem !important}.mb-wide-25{margin-bottom:2.5rem !important}.mb-wide-30{margin-bottom:3rem !important}.mb-wide-35{margin-bottom:3.5rem !important}.mb-wide-40{margin-bottom:4rem !important}.mb-wide-45{margin-bottom:4.5rem !important}.mb-wide-48{margin-bottom:4.8rem !important}.mb-wide-50{margin-bottom:5rem !important}.mb-wide-60{margin-bottom:6rem !important}.mb-wide-70{margin-bottom:7rem !important}.mb-wide-75{margin-bottom:7.5rem !important}.mb-wide-78{margin-bottom:7.8rem !important}.mb-wide-80{margin-bottom:8rem !important}.mb-wide-100{margin-bottom:10rem !important}.mb-wide-107{margin-bottom:10.7rem !important}.mb-wide-120{margin-bottom:12rem !important}.mb-wide-123{margin-bottom:12.3rem !important}.mb-wide-132{margin-bottom:13.2rem !important}.mb-wide-136{margin-bottom:13.6rem !important}.mb-wide-165{margin-bottom:16.5rem !important}.mb-wide-182{margin-bottom:18.2rem !important}.mb-wide-auto{margin-bottom:auto !important}.ms-wide-0{margin-left:0 !important}.ms-wide-3{margin-left:.3rem !important}.ms-wide-5{margin-left:.5rem !important}.ms-wide-10{margin-left:1rem !important}.ms-wide-15{margin-left:1.5rem !important}.ms-wide-20{margin-left:2rem !important}.ms-wide-22{margin-left:2.2rem !important}.ms-wide-25{margin-left:2.5rem !important}.ms-wide-30{margin-left:3rem !important}.ms-wide-35{margin-left:3.5rem !important}.ms-wide-40{margin-left:4rem !important}.ms-wide-45{margin-left:4.5rem !important}.ms-wide-48{margin-left:4.8rem !important}.ms-wide-50{margin-left:5rem !important}.ms-wide-60{margin-left:6rem !important}.ms-wide-70{margin-left:7rem !important}.ms-wide-75{margin-left:7.5rem !important}.ms-wide-78{margin-left:7.8rem !important}.ms-wide-80{margin-left:8rem !important}.ms-wide-100{margin-left:10rem !important}.ms-wide-107{margin-left:10.7rem !important}.ms-wide-120{margin-left:12rem !important}.ms-wide-123{margin-left:12.3rem !important}.ms-wide-132{margin-left:13.2rem !important}.ms-wide-136{margin-left:13.6rem !important}.ms-wide-165{margin-left:16.5rem !important}.ms-wide-182{margin-left:18.2rem !important}.ms-wide-auto{margin-left:auto !important}.m-wide-n3{margin:-0.3rem !important}.m-wide-n5{margin:-0.5rem !important}.m-wide-n10{margin:-1rem !important}.m-wide-n15{margin:-1.5rem !important}.m-wide-n20{margin:-2rem !important}.m-wide-n22{margin:-2.2rem !important}.m-wide-n25{margin:-2.5rem !important}.m-wide-n30{margin:-3rem !important}.m-wide-n35{margin:-3.5rem !important}.m-wide-n40{margin:-4rem !important}.m-wide-n45{margin:-4.5rem !important}.m-wide-n48{margin:-4.8rem !important}.m-wide-n50{margin:-5rem !important}.m-wide-n60{margin:-6rem !important}.m-wide-n70{margin:-7rem !important}.m-wide-n75{margin:-7.5rem !important}.m-wide-n78{margin:-7.8rem !important}.m-wide-n80{margin:-8rem !important}.m-wide-n100{margin:-10rem !important}.m-wide-n107{margin:-10.7rem !important}.m-wide-n120{margin:-12rem !important}.m-wide-n123{margin:-12.3rem !important}.m-wide-n132{margin:-13.2rem !important}.m-wide-n136{margin:-13.6rem !important}.m-wide-n165{margin:-16.5rem !important}.m-wide-n182{margin:-18.2rem !important}.mx-wide-n3{margin-right:-0.3rem !important;margin-left:-0.3rem !important}.mx-wide-n5{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-wide-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-wide-n15{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-wide-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-wide-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-wide-n25{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-wide-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-wide-n35{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-wide-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-wide-n45{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-wide-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-wide-n50{margin-right:-5rem !important;margin-left:-5rem !important}.mx-wide-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-wide-n70{margin-right:-7rem !important;margin-left:-7rem !important}.mx-wide-n75{margin-right:-7.5rem !important;margin-left:-7.5rem !important}.mx-wide-n78{margin-right:-7.8rem !important;margin-left:-7.8rem !important}.mx-wide-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-wide-n100{margin-right:-10rem !important;margin-left:-10rem !important}.mx-wide-n107{margin-right:-10.7rem !important;margin-left:-10.7rem !important}.mx-wide-n120{margin-right:-12rem !important;margin-left:-12rem !important}.mx-wide-n123{margin-right:-12.3rem !important;margin-left:-12.3rem !important}.mx-wide-n132{margin-right:-13.2rem !important;margin-left:-13.2rem !important}.mx-wide-n136{margin-right:-13.6rem !important;margin-left:-13.6rem !important}.mx-wide-n165{margin-right:-16.5rem !important;margin-left:-16.5rem !important}.mx-wide-n182{margin-right:-18.2rem !important;margin-left:-18.2rem !important}.my-wide-n3{margin-top:-0.3rem !important;margin-bottom:-0.3rem !important}.my-wide-n5{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-wide-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-wide-n15{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-wide-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-wide-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-wide-n25{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-wide-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-wide-n35{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-wide-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-wide-n45{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-wide-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-wide-n50{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-wide-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-wide-n70{margin-top:-7rem !important;margin-bottom:-7rem !important}.my-wide-n75{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important}.my-wide-n78{margin-top:-7.8rem !important;margin-bottom:-7.8rem !important}.my-wide-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-wide-n100{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-wide-n107{margin-top:-10.7rem !important;margin-bottom:-10.7rem !important}.my-wide-n120{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-wide-n123{margin-top:-12.3rem !important;margin-bottom:-12.3rem !important}.my-wide-n132{margin-top:-13.2rem !important;margin-bottom:-13.2rem !important}.my-wide-n136{margin-top:-13.6rem !important;margin-bottom:-13.6rem !important}.my-wide-n165{margin-top:-16.5rem !important;margin-bottom:-16.5rem !important}.my-wide-n182{margin-top:-18.2rem !important;margin-bottom:-18.2rem !important}.mt-wide-n3{margin-top:-0.3rem !important}.mt-wide-n5{margin-top:-0.5rem !important}.mt-wide-n10{margin-top:-1rem !important}.mt-wide-n15{margin-top:-1.5rem !important}.mt-wide-n20{margin-top:-2rem !important}.mt-wide-n22{margin-top:-2.2rem !important}.mt-wide-n25{margin-top:-2.5rem !important}.mt-wide-n30{margin-top:-3rem !important}.mt-wide-n35{margin-top:-3.5rem !important}.mt-wide-n40{margin-top:-4rem !important}.mt-wide-n45{margin-top:-4.5rem !important}.mt-wide-n48{margin-top:-4.8rem !important}.mt-wide-n50{margin-top:-5rem !important}.mt-wide-n60{margin-top:-6rem !important}.mt-wide-n70{margin-top:-7rem !important}.mt-wide-n75{margin-top:-7.5rem !important}.mt-wide-n78{margin-top:-7.8rem !important}.mt-wide-n80{margin-top:-8rem !important}.mt-wide-n100{margin-top:-10rem !important}.mt-wide-n107{margin-top:-10.7rem !important}.mt-wide-n120{margin-top:-12rem !important}.mt-wide-n123{margin-top:-12.3rem !important}.mt-wide-n132{margin-top:-13.2rem !important}.mt-wide-n136{margin-top:-13.6rem !important}.mt-wide-n165{margin-top:-16.5rem !important}.mt-wide-n182{margin-top:-18.2rem !important}.me-wide-n3{margin-right:-0.3rem !important}.me-wide-n5{margin-right:-0.5rem !important}.me-wide-n10{margin-right:-1rem !important}.me-wide-n15{margin-right:-1.5rem !important}.me-wide-n20{margin-right:-2rem !important}.me-wide-n22{margin-right:-2.2rem !important}.me-wide-n25{margin-right:-2.5rem !important}.me-wide-n30{margin-right:-3rem !important}.me-wide-n35{margin-right:-3.5rem !important}.me-wide-n40{margin-right:-4rem !important}.me-wide-n45{margin-right:-4.5rem !important}.me-wide-n48{margin-right:-4.8rem !important}.me-wide-n50{margin-right:-5rem !important}.me-wide-n60{margin-right:-6rem !important}.me-wide-n70{margin-right:-7rem !important}.me-wide-n75{margin-right:-7.5rem !important}.me-wide-n78{margin-right:-7.8rem !important}.me-wide-n80{margin-right:-8rem !important}.me-wide-n100{margin-right:-10rem !important}.me-wide-n107{margin-right:-10.7rem !important}.me-wide-n120{margin-right:-12rem !important}.me-wide-n123{margin-right:-12.3rem !important}.me-wide-n132{margin-right:-13.2rem !important}.me-wide-n136{margin-right:-13.6rem !important}.me-wide-n165{margin-right:-16.5rem !important}.me-wide-n182{margin-right:-18.2rem !important}.mb-wide-n3{margin-bottom:-0.3rem !important}.mb-wide-n5{margin-bottom:-0.5rem !important}.mb-wide-n10{margin-bottom:-1rem !important}.mb-wide-n15{margin-bottom:-1.5rem !important}.mb-wide-n20{margin-bottom:-2rem !important}.mb-wide-n22{margin-bottom:-2.2rem !important}.mb-wide-n25{margin-bottom:-2.5rem !important}.mb-wide-n30{margin-bottom:-3rem !important}.mb-wide-n35{margin-bottom:-3.5rem !important}.mb-wide-n40{margin-bottom:-4rem !important}.mb-wide-n45{margin-bottom:-4.5rem !important}.mb-wide-n48{margin-bottom:-4.8rem !important}.mb-wide-n50{margin-bottom:-5rem !important}.mb-wide-n60{margin-bottom:-6rem !important}.mb-wide-n70{margin-bottom:-7rem !important}.mb-wide-n75{margin-bottom:-7.5rem !important}.mb-wide-n78{margin-bottom:-7.8rem !important}.mb-wide-n80{margin-bottom:-8rem !important}.mb-wide-n100{margin-bottom:-10rem !important}.mb-wide-n107{margin-bottom:-10.7rem !important}.mb-wide-n120{margin-bottom:-12rem !important}.mb-wide-n123{margin-bottom:-12.3rem !important}.mb-wide-n132{margin-bottom:-13.2rem !important}.mb-wide-n136{margin-bottom:-13.6rem !important}.mb-wide-n165{margin-bottom:-16.5rem !important}.mb-wide-n182{margin-bottom:-18.2rem !important}.ms-wide-n3{margin-left:-0.3rem !important}.ms-wide-n5{margin-left:-0.5rem !important}.ms-wide-n10{margin-left:-1rem !important}.ms-wide-n15{margin-left:-1.5rem !important}.ms-wide-n20{margin-left:-2rem !important}.ms-wide-n22{margin-left:-2.2rem !important}.ms-wide-n25{margin-left:-2.5rem !important}.ms-wide-n30{margin-left:-3rem !important}.ms-wide-n35{margin-left:-3.5rem !important}.ms-wide-n40{margin-left:-4rem !important}.ms-wide-n45{margin-left:-4.5rem !important}.ms-wide-n48{margin-left:-4.8rem !important}.ms-wide-n50{margin-left:-5rem !important}.ms-wide-n60{margin-left:-6rem !important}.ms-wide-n70{margin-left:-7rem !important}.ms-wide-n75{margin-left:-7.5rem !important}.ms-wide-n78{margin-left:-7.8rem !important}.ms-wide-n80{margin-left:-8rem !important}.ms-wide-n100{margin-left:-10rem !important}.ms-wide-n107{margin-left:-10.7rem !important}.ms-wide-n120{margin-left:-12rem !important}.ms-wide-n123{margin-left:-12.3rem !important}.ms-wide-n132{margin-left:-13.2rem !important}.ms-wide-n136{margin-left:-13.6rem !important}.ms-wide-n165{margin-left:-16.5rem !important}.ms-wide-n182{margin-left:-18.2rem !important}.p-wide-0{padding:0 !important}.p-wide-3{padding:.3rem !important}.p-wide-5{padding:.5rem !important}.p-wide-10{padding:1rem !important}.p-wide-15{padding:1.5rem !important}.p-wide-20{padding:2rem !important}.p-wide-22{padding:2.2rem !important}.p-wide-25{padding:2.5rem !important}.p-wide-30{padding:3rem !important}.p-wide-35{padding:3.5rem !important}.p-wide-40{padding:4rem !important}.p-wide-45{padding:4.5rem !important}.p-wide-48{padding:4.8rem !important}.p-wide-50{padding:5rem !important}.p-wide-60{padding:6rem !important}.p-wide-70{padding:7rem !important}.p-wide-75{padding:7.5rem !important}.p-wide-78{padding:7.8rem !important}.p-wide-80{padding:8rem !important}.p-wide-100{padding:10rem !important}.p-wide-107{padding:10.7rem !important}.p-wide-120{padding:12rem !important}.p-wide-123{padding:12.3rem !important}.p-wide-132{padding:13.2rem !important}.p-wide-136{padding:13.6rem !important}.p-wide-165{padding:16.5rem !important}.p-wide-182{padding:18.2rem !important}.px-wide-0{padding-right:0 !important;padding-left:0 !important}.px-wide-3{padding-right:.3rem !important;padding-left:.3rem !important}.px-wide-5{padding-right:.5rem !important;padding-left:.5rem !important}.px-wide-10{padding-right:1rem !important;padding-left:1rem !important}.px-wide-15{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-wide-20{padding-right:2rem !important;padding-left:2rem !important}.px-wide-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-wide-25{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-wide-30{padding-right:3rem !important;padding-left:3rem !important}.px-wide-35{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-wide-40{padding-right:4rem !important;padding-left:4rem !important}.px-wide-45{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-wide-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-wide-50{padding-right:5rem !important;padding-left:5rem !important}.px-wide-60{padding-right:6rem !important;padding-left:6rem !important}.px-wide-70{padding-right:7rem !important;padding-left:7rem !important}.px-wide-75{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-wide-78{padding-right:7.8rem !important;padding-left:7.8rem !important}.px-wide-80{padding-right:8rem !important;padding-left:8rem !important}.px-wide-100{padding-right:10rem !important;padding-left:10rem !important}.px-wide-107{padding-right:10.7rem !important;padding-left:10.7rem !important}.px-wide-120{padding-right:12rem !important;padding-left:12rem !important}.px-wide-123{padding-right:12.3rem !important;padding-left:12.3rem !important}.px-wide-132{padding-right:13.2rem !important;padding-left:13.2rem !important}.px-wide-136{padding-right:13.6rem !important;padding-left:13.6rem !important}.px-wide-165{padding-right:16.5rem !important;padding-left:16.5rem !important}.px-wide-182{padding-right:18.2rem !important;padding-left:18.2rem !important}.py-wide-0{padding-top:0 !important;padding-bottom:0 !important}.py-wide-3{padding-top:.3rem !important;padding-bottom:.3rem !important}.py-wide-5{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-wide-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-wide-15{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-wide-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-wide-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-wide-25{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-wide-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-wide-35{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-wide-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-wide-45{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-wide-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-wide-50{padding-top:5rem !important;padding-bottom:5rem !important}.py-wide-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-wide-70{padding-top:7rem !important;padding-bottom:7rem !important}.py-wide-75{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-wide-78{padding-top:7.8rem !important;padding-bottom:7.8rem !important}.py-wide-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-wide-100{padding-top:10rem !important;padding-bottom:10rem !important}.py-wide-107{padding-top:10.7rem !important;padding-bottom:10.7rem !important}.py-wide-120{padding-top:12rem !important;padding-bottom:12rem !important}.py-wide-123{padding-top:12.3rem !important;padding-bottom:12.3rem !important}.py-wide-132{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-wide-136{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-wide-165{padding-top:16.5rem !important;padding-bottom:16.5rem !important}.py-wide-182{padding-top:18.2rem !important;padding-bottom:18.2rem !important}.pt-wide-0{padding-top:0 !important}.pt-wide-3{padding-top:.3rem !important}.pt-wide-5{padding-top:.5rem !important}.pt-wide-10{padding-top:1rem !important}.pt-wide-15{padding-top:1.5rem !important}.pt-wide-20{padding-top:2rem !important}.pt-wide-22{padding-top:2.2rem !important}.pt-wide-25{padding-top:2.5rem !important}.pt-wide-30{padding-top:3rem !important}.pt-wide-35{padding-top:3.5rem !important}.pt-wide-40{padding-top:4rem !important}.pt-wide-45{padding-top:4.5rem !important}.pt-wide-48{padding-top:4.8rem !important}.pt-wide-50{padding-top:5rem !important}.pt-wide-60{padding-top:6rem !important}.pt-wide-70{padding-top:7rem !important}.pt-wide-75{padding-top:7.5rem !important}.pt-wide-78{padding-top:7.8rem !important}.pt-wide-80{padding-top:8rem !important}.pt-wide-100{padding-top:10rem !important}.pt-wide-107{padding-top:10.7rem !important}.pt-wide-120{padding-top:12rem !important}.pt-wide-123{padding-top:12.3rem !important}.pt-wide-132{padding-top:13.2rem !important}.pt-wide-136{padding-top:13.6rem !important}.pt-wide-165{padding-top:16.5rem !important}.pt-wide-182{padding-top:18.2rem !important}.pe-wide-0{padding-right:0 !important}.pe-wide-3{padding-right:.3rem !important}.pe-wide-5{padding-right:.5rem !important}.pe-wide-10{padding-right:1rem !important}.pe-wide-15{padding-right:1.5rem !important}.pe-wide-20{padding-right:2rem !important}.pe-wide-22{padding-right:2.2rem !important}.pe-wide-25{padding-right:2.5rem !important}.pe-wide-30{padding-right:3rem !important}.pe-wide-35{padding-right:3.5rem !important}.pe-wide-40{padding-right:4rem !important}.pe-wide-45{padding-right:4.5rem !important}.pe-wide-48{padding-right:4.8rem !important}.pe-wide-50{padding-right:5rem !important}.pe-wide-60{padding-right:6rem !important}.pe-wide-70{padding-right:7rem !important}.pe-wide-75{padding-right:7.5rem !important}.pe-wide-78{padding-right:7.8rem !important}.pe-wide-80{padding-right:8rem !important}.pe-wide-100{padding-right:10rem !important}.pe-wide-107{padding-right:10.7rem !important}.pe-wide-120{padding-right:12rem !important}.pe-wide-123{padding-right:12.3rem !important}.pe-wide-132{padding-right:13.2rem !important}.pe-wide-136{padding-right:13.6rem !important}.pe-wide-165{padding-right:16.5rem !important}.pe-wide-182{padding-right:18.2rem !important}.pb-wide-0{padding-bottom:0 !important}.pb-wide-3{padding-bottom:.3rem !important}.pb-wide-5{padding-bottom:.5rem !important}.pb-wide-10{padding-bottom:1rem !important}.pb-wide-15{padding-bottom:1.5rem !important}.pb-wide-20{padding-bottom:2rem !important}.pb-wide-22{padding-bottom:2.2rem !important}.pb-wide-25{padding-bottom:2.5rem !important}.pb-wide-30{padding-bottom:3rem !important}.pb-wide-35{padding-bottom:3.5rem !important}.pb-wide-40{padding-bottom:4rem !important}.pb-wide-45{padding-bottom:4.5rem !important}.pb-wide-48{padding-bottom:4.8rem !important}.pb-wide-50{padding-bottom:5rem !important}.pb-wide-60{padding-bottom:6rem !important}.pb-wide-70{padding-bottom:7rem !important}.pb-wide-75{padding-bottom:7.5rem !important}.pb-wide-78{padding-bottom:7.8rem !important}.pb-wide-80{padding-bottom:8rem !important}.pb-wide-100{padding-bottom:10rem !important}.pb-wide-107{padding-bottom:10.7rem !important}.pb-wide-120{padding-bottom:12rem !important}.pb-wide-123{padding-bottom:12.3rem !important}.pb-wide-132{padding-bottom:13.2rem !important}.pb-wide-136{padding-bottom:13.6rem !important}.pb-wide-165{padding-bottom:16.5rem !important}.pb-wide-182{padding-bottom:18.2rem !important}.ps-wide-0{padding-left:0 !important}.ps-wide-3{padding-left:.3rem !important}.ps-wide-5{padding-left:.5rem !important}.ps-wide-10{padding-left:1rem !important}.ps-wide-15{padding-left:1.5rem !important}.ps-wide-20{padding-left:2rem !important}.ps-wide-22{padding-left:2.2rem !important}.ps-wide-25{padding-left:2.5rem !important}.ps-wide-30{padding-left:3rem !important}.ps-wide-35{padding-left:3.5rem !important}.ps-wide-40{padding-left:4rem !important}.ps-wide-45{padding-left:4.5rem !important}.ps-wide-48{padding-left:4.8rem !important}.ps-wide-50{padding-left:5rem !important}.ps-wide-60{padding-left:6rem !important}.ps-wide-70{padding-left:7rem !important}.ps-wide-75{padding-left:7.5rem !important}.ps-wide-78{padding-left:7.8rem !important}.ps-wide-80{padding-left:8rem !important}.ps-wide-100{padding-left:10rem !important}.ps-wide-107{padding-left:10.7rem !important}.ps-wide-120{padding-left:12rem !important}.ps-wide-123{padding-left:12.3rem !important}.ps-wide-132{padding-left:13.2rem !important}.ps-wide-136{padding-left:13.6rem !important}.ps-wide-165{padding-left:16.5rem !important}.ps-wide-182{padding-left:18.2rem !important}.text-wide-start{text-align:left !important}.text-wide-end{text-align:right !important}.text-wide-center{text-align:center !important}}@media(min-width: 1600px){.float-hd-start{float:left !important}.float-hd-end{float:right !important}.float-hd-none{float:none !important}.d-hd-inline{display:inline !important}.d-hd-inline-block{display:inline-block !important}.d-hd-block{display:block !important}.d-hd-grid{display:grid !important}.d-hd-table{display:table !important}.d-hd-table-row{display:table-row !important}.d-hd-table-cell{display:table-cell !important}.d-hd-flex{display:flex !important}.d-hd-inline-flex{display:inline-flex !important}.d-hd-none{display:none !important}.flex-hd-fill{flex:1 1 auto !important}.flex-hd-row{flex-direction:row !important}.flex-hd-column{flex-direction:column !important}.flex-hd-row-reverse{flex-direction:row-reverse !important}.flex-hd-column-reverse{flex-direction:column-reverse !important}.flex-hd-grow-0{flex-grow:0 !important}.flex-hd-grow-1{flex-grow:1 !important}.flex-hd-shrink-0{flex-shrink:0 !important}.flex-hd-shrink-1{flex-shrink:1 !important}.flex-hd-wrap{flex-wrap:wrap !important}.flex-hd-nowrap{flex-wrap:nowrap !important}.flex-hd-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-hd-0{gap:0 !important}.gap-hd-3{gap:.3rem !important}.gap-hd-5{gap:.5rem !important}.gap-hd-10{gap:1rem !important}.gap-hd-15{gap:1.5rem !important}.gap-hd-20{gap:2rem !important}.gap-hd-22{gap:2.2rem !important}.gap-hd-25{gap:2.5rem !important}.gap-hd-30{gap:3rem !important}.gap-hd-35{gap:3.5rem !important}.gap-hd-40{gap:4rem !important}.gap-hd-45{gap:4.5rem !important}.gap-hd-48{gap:4.8rem !important}.gap-hd-50{gap:5rem !important}.gap-hd-60{gap:6rem !important}.gap-hd-70{gap:7rem !important}.gap-hd-75{gap:7.5rem !important}.gap-hd-78{gap:7.8rem !important}.gap-hd-80{gap:8rem !important}.gap-hd-100{gap:10rem !important}.gap-hd-107{gap:10.7rem !important}.gap-hd-120{gap:12rem !important}.gap-hd-123{gap:12.3rem !important}.gap-hd-132{gap:13.2rem !important}.gap-hd-136{gap:13.6rem !important}.gap-hd-165{gap:16.5rem !important}.gap-hd-182{gap:18.2rem !important}.justify-content-hd-start{justify-content:flex-start !important}.justify-content-hd-end{justify-content:flex-end !important}.justify-content-hd-center{justify-content:center !important}.justify-content-hd-between{justify-content:space-between !important}.justify-content-hd-around{justify-content:space-around !important}.justify-content-hd-evenly{justify-content:space-evenly !important}.align-items-hd-start{align-items:flex-start !important}.align-items-hd-end{align-items:flex-end !important}.align-items-hd-center{align-items:center !important}.align-items-hd-baseline{align-items:baseline !important}.align-items-hd-stretch{align-items:stretch !important}.align-content-hd-start{align-content:flex-start !important}.align-content-hd-end{align-content:flex-end !important}.align-content-hd-center{align-content:center !important}.align-content-hd-between{align-content:space-between !important}.align-content-hd-around{align-content:space-around !important}.align-content-hd-stretch{align-content:stretch !important}.align-self-hd-auto{align-self:auto !important}.align-self-hd-start{align-self:flex-start !important}.align-self-hd-end{align-self:flex-end !important}.align-self-hd-center{align-self:center !important}.align-self-hd-baseline{align-self:baseline !important}.align-self-hd-stretch{align-self:stretch !important}.order-hd-first{order:-1 !important}.order-hd-0{order:0 !important}.order-hd-1{order:1 !important}.order-hd-2{order:2 !important}.order-hd-3{order:3 !important}.order-hd-4{order:4 !important}.order-hd-5{order:5 !important}.order-hd-last{order:6 !important}.m-hd-0{margin:0 !important}.m-hd-3{margin:.3rem !important}.m-hd-5{margin:.5rem !important}.m-hd-10{margin:1rem !important}.m-hd-15{margin:1.5rem !important}.m-hd-20{margin:2rem !important}.m-hd-22{margin:2.2rem !important}.m-hd-25{margin:2.5rem !important}.m-hd-30{margin:3rem !important}.m-hd-35{margin:3.5rem !important}.m-hd-40{margin:4rem !important}.m-hd-45{margin:4.5rem !important}.m-hd-48{margin:4.8rem !important}.m-hd-50{margin:5rem !important}.m-hd-60{margin:6rem !important}.m-hd-70{margin:7rem !important}.m-hd-75{margin:7.5rem !important}.m-hd-78{margin:7.8rem !important}.m-hd-80{margin:8rem !important}.m-hd-100{margin:10rem !important}.m-hd-107{margin:10.7rem !important}.m-hd-120{margin:12rem !important}.m-hd-123{margin:12.3rem !important}.m-hd-132{margin:13.2rem !important}.m-hd-136{margin:13.6rem !important}.m-hd-165{margin:16.5rem !important}.m-hd-182{margin:18.2rem !important}.m-hd-auto{margin:auto !important}.mx-hd-0{margin-right:0 !important;margin-left:0 !important}.mx-hd-3{margin-right:.3rem !important;margin-left:.3rem !important}.mx-hd-5{margin-right:.5rem !important;margin-left:.5rem !important}.mx-hd-10{margin-right:1rem !important;margin-left:1rem !important}.mx-hd-15{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-hd-20{margin-right:2rem !important;margin-left:2rem !important}.mx-hd-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-hd-25{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-hd-30{margin-right:3rem !important;margin-left:3rem !important}.mx-hd-35{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-hd-40{margin-right:4rem !important;margin-left:4rem !important}.mx-hd-45{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-hd-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-hd-50{margin-right:5rem !important;margin-left:5rem !important}.mx-hd-60{margin-right:6rem !important;margin-left:6rem !important}.mx-hd-70{margin-right:7rem !important;margin-left:7rem !important}.mx-hd-75{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-hd-78{margin-right:7.8rem !important;margin-left:7.8rem !important}.mx-hd-80{margin-right:8rem !important;margin-left:8rem !important}.mx-hd-100{margin-right:10rem !important;margin-left:10rem !important}.mx-hd-107{margin-right:10.7rem !important;margin-left:10.7rem !important}.mx-hd-120{margin-right:12rem !important;margin-left:12rem !important}.mx-hd-123{margin-right:12.3rem !important;margin-left:12.3rem !important}.mx-hd-132{margin-right:13.2rem !important;margin-left:13.2rem !important}.mx-hd-136{margin-right:13.6rem !important;margin-left:13.6rem !important}.mx-hd-165{margin-right:16.5rem !important;margin-left:16.5rem !important}.mx-hd-182{margin-right:18.2rem !important;margin-left:18.2rem !important}.mx-hd-auto{margin-right:auto !important;margin-left:auto !important}.my-hd-0{margin-top:0 !important;margin-bottom:0 !important}.my-hd-3{margin-top:.3rem !important;margin-bottom:.3rem !important}.my-hd-5{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-hd-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-hd-15{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-hd-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-hd-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-hd-25{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-hd-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-hd-35{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-hd-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-hd-45{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-hd-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-hd-50{margin-top:5rem !important;margin-bottom:5rem !important}.my-hd-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-hd-70{margin-top:7rem !important;margin-bottom:7rem !important}.my-hd-75{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-hd-78{margin-top:7.8rem !important;margin-bottom:7.8rem !important}.my-hd-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-hd-100{margin-top:10rem !important;margin-bottom:10rem !important}.my-hd-107{margin-top:10.7rem !important;margin-bottom:10.7rem !important}.my-hd-120{margin-top:12rem !important;margin-bottom:12rem !important}.my-hd-123{margin-top:12.3rem !important;margin-bottom:12.3rem !important}.my-hd-132{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-hd-136{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-hd-165{margin-top:16.5rem !important;margin-bottom:16.5rem !important}.my-hd-182{margin-top:18.2rem !important;margin-bottom:18.2rem !important}.my-hd-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-hd-0{margin-top:0 !important}.mt-hd-3{margin-top:.3rem !important}.mt-hd-5{margin-top:.5rem !important}.mt-hd-10{margin-top:1rem !important}.mt-hd-15{margin-top:1.5rem !important}.mt-hd-20{margin-top:2rem !important}.mt-hd-22{margin-top:2.2rem !important}.mt-hd-25{margin-top:2.5rem !important}.mt-hd-30{margin-top:3rem !important}.mt-hd-35{margin-top:3.5rem !important}.mt-hd-40{margin-top:4rem !important}.mt-hd-45{margin-top:4.5rem !important}.mt-hd-48{margin-top:4.8rem !important}.mt-hd-50{margin-top:5rem !important}.mt-hd-60{margin-top:6rem !important}.mt-hd-70{margin-top:7rem !important}.mt-hd-75{margin-top:7.5rem !important}.mt-hd-78{margin-top:7.8rem !important}.mt-hd-80{margin-top:8rem !important}.mt-hd-100{margin-top:10rem !important}.mt-hd-107{margin-top:10.7rem !important}.mt-hd-120{margin-top:12rem !important}.mt-hd-123{margin-top:12.3rem !important}.mt-hd-132{margin-top:13.2rem !important}.mt-hd-136{margin-top:13.6rem !important}.mt-hd-165{margin-top:16.5rem !important}.mt-hd-182{margin-top:18.2rem !important}.mt-hd-auto{margin-top:auto !important}.me-hd-0{margin-right:0 !important}.me-hd-3{margin-right:.3rem !important}.me-hd-5{margin-right:.5rem !important}.me-hd-10{margin-right:1rem !important}.me-hd-15{margin-right:1.5rem !important}.me-hd-20{margin-right:2rem !important}.me-hd-22{margin-right:2.2rem !important}.me-hd-25{margin-right:2.5rem !important}.me-hd-30{margin-right:3rem !important}.me-hd-35{margin-right:3.5rem !important}.me-hd-40{margin-right:4rem !important}.me-hd-45{margin-right:4.5rem !important}.me-hd-48{margin-right:4.8rem !important}.me-hd-50{margin-right:5rem !important}.me-hd-60{margin-right:6rem !important}.me-hd-70{margin-right:7rem !important}.me-hd-75{margin-right:7.5rem !important}.me-hd-78{margin-right:7.8rem !important}.me-hd-80{margin-right:8rem !important}.me-hd-100{margin-right:10rem !important}.me-hd-107{margin-right:10.7rem !important}.me-hd-120{margin-right:12rem !important}.me-hd-123{margin-right:12.3rem !important}.me-hd-132{margin-right:13.2rem !important}.me-hd-136{margin-right:13.6rem !important}.me-hd-165{margin-right:16.5rem !important}.me-hd-182{margin-right:18.2rem !important}.me-hd-auto{margin-right:auto !important}.mb-hd-0{margin-bottom:0 !important}.mb-hd-3{margin-bottom:.3rem !important}.mb-hd-5{margin-bottom:.5rem !important}.mb-hd-10{margin-bottom:1rem !important}.mb-hd-15{margin-bottom:1.5rem !important}.mb-hd-20{margin-bottom:2rem !important}.mb-hd-22{margin-bottom:2.2rem !important}.mb-hd-25{margin-bottom:2.5rem !important}.mb-hd-30{margin-bottom:3rem !important}.mb-hd-35{margin-bottom:3.5rem !important}.mb-hd-40{margin-bottom:4rem !important}.mb-hd-45{margin-bottom:4.5rem !important}.mb-hd-48{margin-bottom:4.8rem !important}.mb-hd-50{margin-bottom:5rem !important}.mb-hd-60{margin-bottom:6rem !important}.mb-hd-70{margin-bottom:7rem !important}.mb-hd-75{margin-bottom:7.5rem !important}.mb-hd-78{margin-bottom:7.8rem !important}.mb-hd-80{margin-bottom:8rem !important}.mb-hd-100{margin-bottom:10rem !important}.mb-hd-107{margin-bottom:10.7rem !important}.mb-hd-120{margin-bottom:12rem !important}.mb-hd-123{margin-bottom:12.3rem !important}.mb-hd-132{margin-bottom:13.2rem !important}.mb-hd-136{margin-bottom:13.6rem !important}.mb-hd-165{margin-bottom:16.5rem !important}.mb-hd-182{margin-bottom:18.2rem !important}.mb-hd-auto{margin-bottom:auto !important}.ms-hd-0{margin-left:0 !important}.ms-hd-3{margin-left:.3rem !important}.ms-hd-5{margin-left:.5rem !important}.ms-hd-10{margin-left:1rem !important}.ms-hd-15{margin-left:1.5rem !important}.ms-hd-20{margin-left:2rem !important}.ms-hd-22{margin-left:2.2rem !important}.ms-hd-25{margin-left:2.5rem !important}.ms-hd-30{margin-left:3rem !important}.ms-hd-35{margin-left:3.5rem !important}.ms-hd-40{margin-left:4rem !important}.ms-hd-45{margin-left:4.5rem !important}.ms-hd-48{margin-left:4.8rem !important}.ms-hd-50{margin-left:5rem !important}.ms-hd-60{margin-left:6rem !important}.ms-hd-70{margin-left:7rem !important}.ms-hd-75{margin-left:7.5rem !important}.ms-hd-78{margin-left:7.8rem !important}.ms-hd-80{margin-left:8rem !important}.ms-hd-100{margin-left:10rem !important}.ms-hd-107{margin-left:10.7rem !important}.ms-hd-120{margin-left:12rem !important}.ms-hd-123{margin-left:12.3rem !important}.ms-hd-132{margin-left:13.2rem !important}.ms-hd-136{margin-left:13.6rem !important}.ms-hd-165{margin-left:16.5rem !important}.ms-hd-182{margin-left:18.2rem !important}.ms-hd-auto{margin-left:auto !important}.m-hd-n3{margin:-0.3rem !important}.m-hd-n5{margin:-0.5rem !important}.m-hd-n10{margin:-1rem !important}.m-hd-n15{margin:-1.5rem !important}.m-hd-n20{margin:-2rem !important}.m-hd-n22{margin:-2.2rem !important}.m-hd-n25{margin:-2.5rem !important}.m-hd-n30{margin:-3rem !important}.m-hd-n35{margin:-3.5rem !important}.m-hd-n40{margin:-4rem !important}.m-hd-n45{margin:-4.5rem !important}.m-hd-n48{margin:-4.8rem !important}.m-hd-n50{margin:-5rem !important}.m-hd-n60{margin:-6rem !important}.m-hd-n70{margin:-7rem !important}.m-hd-n75{margin:-7.5rem !important}.m-hd-n78{margin:-7.8rem !important}.m-hd-n80{margin:-8rem !important}.m-hd-n100{margin:-10rem !important}.m-hd-n107{margin:-10.7rem !important}.m-hd-n120{margin:-12rem !important}.m-hd-n123{margin:-12.3rem !important}.m-hd-n132{margin:-13.2rem !important}.m-hd-n136{margin:-13.6rem !important}.m-hd-n165{margin:-16.5rem !important}.m-hd-n182{margin:-18.2rem !important}.mx-hd-n3{margin-right:-0.3rem !important;margin-left:-0.3rem !important}.mx-hd-n5{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-hd-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-hd-n15{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-hd-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-hd-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-hd-n25{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-hd-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-hd-n35{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-hd-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-hd-n45{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-hd-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-hd-n50{margin-right:-5rem !important;margin-left:-5rem !important}.mx-hd-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-hd-n70{margin-right:-7rem !important;margin-left:-7rem !important}.mx-hd-n75{margin-right:-7.5rem !important;margin-left:-7.5rem !important}.mx-hd-n78{margin-right:-7.8rem !important;margin-left:-7.8rem !important}.mx-hd-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-hd-n100{margin-right:-10rem !important;margin-left:-10rem !important}.mx-hd-n107{margin-right:-10.7rem !important;margin-left:-10.7rem !important}.mx-hd-n120{margin-right:-12rem !important;margin-left:-12rem !important}.mx-hd-n123{margin-right:-12.3rem !important;margin-left:-12.3rem !important}.mx-hd-n132{margin-right:-13.2rem !important;margin-left:-13.2rem !important}.mx-hd-n136{margin-right:-13.6rem !important;margin-left:-13.6rem !important}.mx-hd-n165{margin-right:-16.5rem !important;margin-left:-16.5rem !important}.mx-hd-n182{margin-right:-18.2rem !important;margin-left:-18.2rem !important}.my-hd-n3{margin-top:-0.3rem !important;margin-bottom:-0.3rem !important}.my-hd-n5{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-hd-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-hd-n15{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-hd-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-hd-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-hd-n25{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-hd-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-hd-n35{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-hd-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-hd-n45{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-hd-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-hd-n50{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-hd-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-hd-n70{margin-top:-7rem !important;margin-bottom:-7rem !important}.my-hd-n75{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important}.my-hd-n78{margin-top:-7.8rem !important;margin-bottom:-7.8rem !important}.my-hd-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-hd-n100{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-hd-n107{margin-top:-10.7rem !important;margin-bottom:-10.7rem !important}.my-hd-n120{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-hd-n123{margin-top:-12.3rem !important;margin-bottom:-12.3rem !important}.my-hd-n132{margin-top:-13.2rem !important;margin-bottom:-13.2rem !important}.my-hd-n136{margin-top:-13.6rem !important;margin-bottom:-13.6rem !important}.my-hd-n165{margin-top:-16.5rem !important;margin-bottom:-16.5rem !important}.my-hd-n182{margin-top:-18.2rem !important;margin-bottom:-18.2rem !important}.mt-hd-n3{margin-top:-0.3rem !important}.mt-hd-n5{margin-top:-0.5rem !important}.mt-hd-n10{margin-top:-1rem !important}.mt-hd-n15{margin-top:-1.5rem !important}.mt-hd-n20{margin-top:-2rem !important}.mt-hd-n22{margin-top:-2.2rem !important}.mt-hd-n25{margin-top:-2.5rem !important}.mt-hd-n30{margin-top:-3rem !important}.mt-hd-n35{margin-top:-3.5rem !important}.mt-hd-n40{margin-top:-4rem !important}.mt-hd-n45{margin-top:-4.5rem !important}.mt-hd-n48{margin-top:-4.8rem !important}.mt-hd-n50{margin-top:-5rem !important}.mt-hd-n60{margin-top:-6rem !important}.mt-hd-n70{margin-top:-7rem !important}.mt-hd-n75{margin-top:-7.5rem !important}.mt-hd-n78{margin-top:-7.8rem !important}.mt-hd-n80{margin-top:-8rem !important}.mt-hd-n100{margin-top:-10rem !important}.mt-hd-n107{margin-top:-10.7rem !important}.mt-hd-n120{margin-top:-12rem !important}.mt-hd-n123{margin-top:-12.3rem !important}.mt-hd-n132{margin-top:-13.2rem !important}.mt-hd-n136{margin-top:-13.6rem !important}.mt-hd-n165{margin-top:-16.5rem !important}.mt-hd-n182{margin-top:-18.2rem !important}.me-hd-n3{margin-right:-0.3rem !important}.me-hd-n5{margin-right:-0.5rem !important}.me-hd-n10{margin-right:-1rem !important}.me-hd-n15{margin-right:-1.5rem !important}.me-hd-n20{margin-right:-2rem !important}.me-hd-n22{margin-right:-2.2rem !important}.me-hd-n25{margin-right:-2.5rem !important}.me-hd-n30{margin-right:-3rem !important}.me-hd-n35{margin-right:-3.5rem !important}.me-hd-n40{margin-right:-4rem !important}.me-hd-n45{margin-right:-4.5rem !important}.me-hd-n48{margin-right:-4.8rem !important}.me-hd-n50{margin-right:-5rem !important}.me-hd-n60{margin-right:-6rem !important}.me-hd-n70{margin-right:-7rem !important}.me-hd-n75{margin-right:-7.5rem !important}.me-hd-n78{margin-right:-7.8rem !important}.me-hd-n80{margin-right:-8rem !important}.me-hd-n100{margin-right:-10rem !important}.me-hd-n107{margin-right:-10.7rem !important}.me-hd-n120{margin-right:-12rem !important}.me-hd-n123{margin-right:-12.3rem !important}.me-hd-n132{margin-right:-13.2rem !important}.me-hd-n136{margin-right:-13.6rem !important}.me-hd-n165{margin-right:-16.5rem !important}.me-hd-n182{margin-right:-18.2rem !important}.mb-hd-n3{margin-bottom:-0.3rem !important}.mb-hd-n5{margin-bottom:-0.5rem !important}.mb-hd-n10{margin-bottom:-1rem !important}.mb-hd-n15{margin-bottom:-1.5rem !important}.mb-hd-n20{margin-bottom:-2rem !important}.mb-hd-n22{margin-bottom:-2.2rem !important}.mb-hd-n25{margin-bottom:-2.5rem !important}.mb-hd-n30{margin-bottom:-3rem !important}.mb-hd-n35{margin-bottom:-3.5rem !important}.mb-hd-n40{margin-bottom:-4rem !important}.mb-hd-n45{margin-bottom:-4.5rem !important}.mb-hd-n48{margin-bottom:-4.8rem !important}.mb-hd-n50{margin-bottom:-5rem !important}.mb-hd-n60{margin-bottom:-6rem !important}.mb-hd-n70{margin-bottom:-7rem !important}.mb-hd-n75{margin-bottom:-7.5rem !important}.mb-hd-n78{margin-bottom:-7.8rem !important}.mb-hd-n80{margin-bottom:-8rem !important}.mb-hd-n100{margin-bottom:-10rem !important}.mb-hd-n107{margin-bottom:-10.7rem !important}.mb-hd-n120{margin-bottom:-12rem !important}.mb-hd-n123{margin-bottom:-12.3rem !important}.mb-hd-n132{margin-bottom:-13.2rem !important}.mb-hd-n136{margin-bottom:-13.6rem !important}.mb-hd-n165{margin-bottom:-16.5rem !important}.mb-hd-n182{margin-bottom:-18.2rem !important}.ms-hd-n3{margin-left:-0.3rem !important}.ms-hd-n5{margin-left:-0.5rem !important}.ms-hd-n10{margin-left:-1rem !important}.ms-hd-n15{margin-left:-1.5rem !important}.ms-hd-n20{margin-left:-2rem !important}.ms-hd-n22{margin-left:-2.2rem !important}.ms-hd-n25{margin-left:-2.5rem !important}.ms-hd-n30{margin-left:-3rem !important}.ms-hd-n35{margin-left:-3.5rem !important}.ms-hd-n40{margin-left:-4rem !important}.ms-hd-n45{margin-left:-4.5rem !important}.ms-hd-n48{margin-left:-4.8rem !important}.ms-hd-n50{margin-left:-5rem !important}.ms-hd-n60{margin-left:-6rem !important}.ms-hd-n70{margin-left:-7rem !important}.ms-hd-n75{margin-left:-7.5rem !important}.ms-hd-n78{margin-left:-7.8rem !important}.ms-hd-n80{margin-left:-8rem !important}.ms-hd-n100{margin-left:-10rem !important}.ms-hd-n107{margin-left:-10.7rem !important}.ms-hd-n120{margin-left:-12rem !important}.ms-hd-n123{margin-left:-12.3rem !important}.ms-hd-n132{margin-left:-13.2rem !important}.ms-hd-n136{margin-left:-13.6rem !important}.ms-hd-n165{margin-left:-16.5rem !important}.ms-hd-n182{margin-left:-18.2rem !important}.p-hd-0{padding:0 !important}.p-hd-3{padding:.3rem !important}.p-hd-5{padding:.5rem !important}.p-hd-10{padding:1rem !important}.p-hd-15{padding:1.5rem !important}.p-hd-20{padding:2rem !important}.p-hd-22{padding:2.2rem !important}.p-hd-25{padding:2.5rem !important}.p-hd-30{padding:3rem !important}.p-hd-35{padding:3.5rem !important}.p-hd-40{padding:4rem !important}.p-hd-45{padding:4.5rem !important}.p-hd-48{padding:4.8rem !important}.p-hd-50{padding:5rem !important}.p-hd-60{padding:6rem !important}.p-hd-70{padding:7rem !important}.p-hd-75{padding:7.5rem !important}.p-hd-78{padding:7.8rem !important}.p-hd-80{padding:8rem !important}.p-hd-100{padding:10rem !important}.p-hd-107{padding:10.7rem !important}.p-hd-120{padding:12rem !important}.p-hd-123{padding:12.3rem !important}.p-hd-132{padding:13.2rem !important}.p-hd-136{padding:13.6rem !important}.p-hd-165{padding:16.5rem !important}.p-hd-182{padding:18.2rem !important}.px-hd-0{padding-right:0 !important;padding-left:0 !important}.px-hd-3{padding-right:.3rem !important;padding-left:.3rem !important}.px-hd-5{padding-right:.5rem !important;padding-left:.5rem !important}.px-hd-10{padding-right:1rem !important;padding-left:1rem !important}.px-hd-15{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-hd-20{padding-right:2rem !important;padding-left:2rem !important}.px-hd-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-hd-25{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-hd-30{padding-right:3rem !important;padding-left:3rem !important}.px-hd-35{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-hd-40{padding-right:4rem !important;padding-left:4rem !important}.px-hd-45{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-hd-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-hd-50{padding-right:5rem !important;padding-left:5rem !important}.px-hd-60{padding-right:6rem !important;padding-left:6rem !important}.px-hd-70{padding-right:7rem !important;padding-left:7rem !important}.px-hd-75{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-hd-78{padding-right:7.8rem !important;padding-left:7.8rem !important}.px-hd-80{padding-right:8rem !important;padding-left:8rem !important}.px-hd-100{padding-right:10rem !important;padding-left:10rem !important}.px-hd-107{padding-right:10.7rem !important;padding-left:10.7rem !important}.px-hd-120{padding-right:12rem !important;padding-left:12rem !important}.px-hd-123{padding-right:12.3rem !important;padding-left:12.3rem !important}.px-hd-132{padding-right:13.2rem !important;padding-left:13.2rem !important}.px-hd-136{padding-right:13.6rem !important;padding-left:13.6rem !important}.px-hd-165{padding-right:16.5rem !important;padding-left:16.5rem !important}.px-hd-182{padding-right:18.2rem !important;padding-left:18.2rem !important}.py-hd-0{padding-top:0 !important;padding-bottom:0 !important}.py-hd-3{padding-top:.3rem !important;padding-bottom:.3rem !important}.py-hd-5{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-hd-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-hd-15{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-hd-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-hd-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-hd-25{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-hd-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-hd-35{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-hd-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-hd-45{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-hd-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-hd-50{padding-top:5rem !important;padding-bottom:5rem !important}.py-hd-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-hd-70{padding-top:7rem !important;padding-bottom:7rem !important}.py-hd-75{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-hd-78{padding-top:7.8rem !important;padding-bottom:7.8rem !important}.py-hd-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-hd-100{padding-top:10rem !important;padding-bottom:10rem !important}.py-hd-107{padding-top:10.7rem !important;padding-bottom:10.7rem !important}.py-hd-120{padding-top:12rem !important;padding-bottom:12rem !important}.py-hd-123{padding-top:12.3rem !important;padding-bottom:12.3rem !important}.py-hd-132{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-hd-136{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-hd-165{padding-top:16.5rem !important;padding-bottom:16.5rem !important}.py-hd-182{padding-top:18.2rem !important;padding-bottom:18.2rem !important}.pt-hd-0{padding-top:0 !important}.pt-hd-3{padding-top:.3rem !important}.pt-hd-5{padding-top:.5rem !important}.pt-hd-10{padding-top:1rem !important}.pt-hd-15{padding-top:1.5rem !important}.pt-hd-20{padding-top:2rem !important}.pt-hd-22{padding-top:2.2rem !important}.pt-hd-25{padding-top:2.5rem !important}.pt-hd-30{padding-top:3rem !important}.pt-hd-35{padding-top:3.5rem !important}.pt-hd-40{padding-top:4rem !important}.pt-hd-45{padding-top:4.5rem !important}.pt-hd-48{padding-top:4.8rem !important}.pt-hd-50{padding-top:5rem !important}.pt-hd-60{padding-top:6rem !important}.pt-hd-70{padding-top:7rem !important}.pt-hd-75{padding-top:7.5rem !important}.pt-hd-78{padding-top:7.8rem !important}.pt-hd-80{padding-top:8rem !important}.pt-hd-100{padding-top:10rem !important}.pt-hd-107{padding-top:10.7rem !important}.pt-hd-120{padding-top:12rem !important}.pt-hd-123{padding-top:12.3rem !important}.pt-hd-132{padding-top:13.2rem !important}.pt-hd-136{padding-top:13.6rem !important}.pt-hd-165{padding-top:16.5rem !important}.pt-hd-182{padding-top:18.2rem !important}.pe-hd-0{padding-right:0 !important}.pe-hd-3{padding-right:.3rem !important}.pe-hd-5{padding-right:.5rem !important}.pe-hd-10{padding-right:1rem !important}.pe-hd-15{padding-right:1.5rem !important}.pe-hd-20{padding-right:2rem !important}.pe-hd-22{padding-right:2.2rem !important}.pe-hd-25{padding-right:2.5rem !important}.pe-hd-30{padding-right:3rem !important}.pe-hd-35{padding-right:3.5rem !important}.pe-hd-40{padding-right:4rem !important}.pe-hd-45{padding-right:4.5rem !important}.pe-hd-48{padding-right:4.8rem !important}.pe-hd-50{padding-right:5rem !important}.pe-hd-60{padding-right:6rem !important}.pe-hd-70{padding-right:7rem !important}.pe-hd-75{padding-right:7.5rem !important}.pe-hd-78{padding-right:7.8rem !important}.pe-hd-80{padding-right:8rem !important}.pe-hd-100{padding-right:10rem !important}.pe-hd-107{padding-right:10.7rem !important}.pe-hd-120{padding-right:12rem !important}.pe-hd-123{padding-right:12.3rem !important}.pe-hd-132{padding-right:13.2rem !important}.pe-hd-136{padding-right:13.6rem !important}.pe-hd-165{padding-right:16.5rem !important}.pe-hd-182{padding-right:18.2rem !important}.pb-hd-0{padding-bottom:0 !important}.pb-hd-3{padding-bottom:.3rem !important}.pb-hd-5{padding-bottom:.5rem !important}.pb-hd-10{padding-bottom:1rem !important}.pb-hd-15{padding-bottom:1.5rem !important}.pb-hd-20{padding-bottom:2rem !important}.pb-hd-22{padding-bottom:2.2rem !important}.pb-hd-25{padding-bottom:2.5rem !important}.pb-hd-30{padding-bottom:3rem !important}.pb-hd-35{padding-bottom:3.5rem !important}.pb-hd-40{padding-bottom:4rem !important}.pb-hd-45{padding-bottom:4.5rem !important}.pb-hd-48{padding-bottom:4.8rem !important}.pb-hd-50{padding-bottom:5rem !important}.pb-hd-60{padding-bottom:6rem !important}.pb-hd-70{padding-bottom:7rem !important}.pb-hd-75{padding-bottom:7.5rem !important}.pb-hd-78{padding-bottom:7.8rem !important}.pb-hd-80{padding-bottom:8rem !important}.pb-hd-100{padding-bottom:10rem !important}.pb-hd-107{padding-bottom:10.7rem !important}.pb-hd-120{padding-bottom:12rem !important}.pb-hd-123{padding-bottom:12.3rem !important}.pb-hd-132{padding-bottom:13.2rem !important}.pb-hd-136{padding-bottom:13.6rem !important}.pb-hd-165{padding-bottom:16.5rem !important}.pb-hd-182{padding-bottom:18.2rem !important}.ps-hd-0{padding-left:0 !important}.ps-hd-3{padding-left:.3rem !important}.ps-hd-5{padding-left:.5rem !important}.ps-hd-10{padding-left:1rem !important}.ps-hd-15{padding-left:1.5rem !important}.ps-hd-20{padding-left:2rem !important}.ps-hd-22{padding-left:2.2rem !important}.ps-hd-25{padding-left:2.5rem !important}.ps-hd-30{padding-left:3rem !important}.ps-hd-35{padding-left:3.5rem !important}.ps-hd-40{padding-left:4rem !important}.ps-hd-45{padding-left:4.5rem !important}.ps-hd-48{padding-left:4.8rem !important}.ps-hd-50{padding-left:5rem !important}.ps-hd-60{padding-left:6rem !important}.ps-hd-70{padding-left:7rem !important}.ps-hd-75{padding-left:7.5rem !important}.ps-hd-78{padding-left:7.8rem !important}.ps-hd-80{padding-left:8rem !important}.ps-hd-100{padding-left:10rem !important}.ps-hd-107{padding-left:10.7rem !important}.ps-hd-120{padding-left:12rem !important}.ps-hd-123{padding-left:12.3rem !important}.ps-hd-132{padding-left:13.2rem !important}.ps-hd-136{padding-left:13.6rem !important}.ps-hd-165{padding-left:16.5rem !important}.ps-hd-182{padding-left:18.2rem !important}.text-hd-start{text-align:left !important}.text-hd-end{text-align:right !important}.text-hd-center{text-align:center !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{--bs-orange: #ECD9A5;--bs-green: #408381;--bs-teal: #C5E0D6;--bs-white: #fff;--bs-red: #dc3545;--bs-yellow: #ffc107;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #C5E0D6;--bs-primary-light: #8EAD97;--bs-secondary: #ECD9A5;--bs-info: #AF744D;--bs-light: #fff;--bs-success: #408381;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-dark: #212529;--bs-primary-rgb: 197, 224, 214;--bs-primary-light-rgb: 142, 173, 151;--bs-secondary-rgb: 236, 217, 165;--bs-info-rgb: 175, 116, 77;--bs-light-rgb: 255, 255, 255;--bs-success-rgb: 64, 131, 129;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 0, 0, 0;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: "Be Vietnam Pro", sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: Be Vietnam Pro, sans-serif;--bs-body-font-size: 2.3rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.3913;--bs-body-color: #000;--bs-body-bg: #fff}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:3rem;font-weight:500;line-height:1.22222}h1,.h1{font-size:4.5rem}h2,.h2{font-size:4rem}h3,.h3{font-size:3rem}h4,.h4{font-size:2.3rem}h5,.h5{font-size:1.725rem}h6,.h6{font-size:2.3rem}p{margin-top:0;margin-bottom:3.2rem}abbr[title],abbr[data-bs-original-title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#408381;text-decoration:none}a:hover{color:#408381}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr /* rtl:ignore */;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:0.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:3.5rem;font-weight:300}.display-1{font-size:5rem;font-weight:300;line-height:1.22222}.display-2{font-size:4.5rem;font-weight:300;line-height:1.22222}.display-3{font-size:4rem;font-weight:300;line-height:1.22222}.display-4{font-size:3.5rem;font-weight:300;line-height:1.22222}.display-5{font-size:3rem;font-weight:300;line-height:1.22222}.display-6{font-size:2.5rem;font-weight:300;line-height:1.22222}.list-unstyled,.nav-list,.social-networks,.footer-nav{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:2.875rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:#6c757d}.container,.container-fluid,.container-xs{width:100%;padding-right:var(--bs-gutter-x, 2.6rem);padding-left:var(--bs-gutter-x, 2.6rem);margin-right:auto;margin-left:auto}@media(min-width: 375px){.container-xs,.container{max-width:1488px}}.row{--bs-gutter-x: 40px;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.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-3,.gx-3{--bs-gutter-x: 0.3rem}.g-3,.gy-3{--bs-gutter-y: 0.3rem}.g-5,.gx-5{--bs-gutter-x: 0.5rem}.g-5,.gy-5{--bs-gutter-y: 0.5rem}.g-10,.gx-10,.row{--bs-gutter-x: 1rem}.g-10,.gy-10{--bs-gutter-y: 1rem}.g-15,.gx-15{--bs-gutter-x: 1.5rem}.g-15,.gy-15{--bs-gutter-y: 1.5rem}.g-20,.gx-20{--bs-gutter-x: 2rem}.g-20,.gy-20{--bs-gutter-y: 2rem}.g-22,.gx-22{--bs-gutter-x: 2.2rem}.g-22,.gy-22{--bs-gutter-y: 2.2rem}.g-25,.gx-25{--bs-gutter-x: 2.5rem}.g-25,.gy-25{--bs-gutter-y: 2.5rem}.g-30,.gx-30{--bs-gutter-x: 3rem}.g-30,.gy-30{--bs-gutter-y: 3rem}.g-35,.gx-35{--bs-gutter-x: 3.5rem}.g-35,.gy-35{--bs-gutter-y: 3.5rem}.g-40,.gx-40{--bs-gutter-x: 4rem}.g-40,.gy-40{--bs-gutter-y: 4rem}.g-45,.gx-45{--bs-gutter-x: 4.5rem}.g-45,.gy-45{--bs-gutter-y: 4.5rem}.g-48,.gx-48{--bs-gutter-x: 4.8rem}.g-48,.gy-48{--bs-gutter-y: 4.8rem}.g-50,.gx-50{--bs-gutter-x: 5rem}.g-50,.gy-50{--bs-gutter-y: 5rem}.g-60,.gx-60{--bs-gutter-x: 6rem}.g-60,.gy-60{--bs-gutter-y: 6rem}.g-70,.gx-70{--bs-gutter-x: 7rem}.g-70,.gy-70{--bs-gutter-y: 7rem}.g-75,.gx-75{--bs-gutter-x: 7.5rem}.g-75,.gy-75{--bs-gutter-y: 7.5rem}.g-78,.gx-78{--bs-gutter-x: 7.8rem}.g-78,.gy-78{--bs-gutter-y: 7.8rem}.g-80,.gx-80{--bs-gutter-x: 8rem}.g-80,.gy-80{--bs-gutter-y: 8rem}.g-100,.gx-100{--bs-gutter-x: 10rem}.g-100,.gy-100{--bs-gutter-y: 10rem}.g-107,.gx-107{--bs-gutter-x: 10.7rem}.g-107,.gy-107{--bs-gutter-y: 10.7rem}.g-120,.gx-120{--bs-gutter-x: 12rem}.g-120,.gy-120{--bs-gutter-y: 12rem}.g-123,.gx-123{--bs-gutter-x: 12.3rem}.g-123,.gy-123{--bs-gutter-y: 12.3rem}.g-132,.gx-132{--bs-gutter-x: 13.2rem}.g-132,.gy-132{--bs-gutter-y: 13.2rem}.g-136,.gx-136{--bs-gutter-x: 13.6rem}.g-136,.gy-136{--bs-gutter-y: 13.6rem}.g-165,.gx-165{--bs-gutter-x: 16.5rem}.g-165,.gy-165{--bs-gutter-y: 16.5rem}.g-182,.gx-182{--bs-gutter-x: 18.2rem}.g-182,.gy-182{--bs-gutter-y: 18.2rem}@media(min-width: 375px){.col-xs{flex:1 0 0%}.row-cols-xs-auto>*{flex:0 0 auto;width:auto}.row-cols-xs-1>*{flex:0 0 auto;width:100%}.row-cols-xs-2>*{flex:0 0 auto;width:50%}.row-cols-xs-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xs-4>*{flex:0 0 auto;width:25%}.row-cols-xs-5>*{flex:0 0 auto;width:20%}.row-cols-xs-6>*{flex:0 0 auto;width:16.6666666667%}.col-xs-auto{flex:0 0 auto;width:auto}.col-xs-1{flex:0 0 auto;width:8.33333333%}.col-xs-2{flex:0 0 auto;width:16.66666667%}.col-xs-3{flex:0 0 auto;width:25%}.col-xs-4{flex:0 0 auto;width:33.33333333%}.col-xs-5{flex:0 0 auto;width:41.66666667%}.col-xs-6{flex:0 0 auto;width:50%}.col-xs-7{flex:0 0 auto;width:58.33333333%}.col-xs-8{flex:0 0 auto;width:66.66666667%}.col-xs-9{flex:0 0 auto;width:75%}.col-xs-10{flex:0 0 auto;width:83.33333333%}.col-xs-11{flex:0 0 auto;width:91.66666667%}.col-xs-12{flex:0 0 auto;width:100%}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.33333333%}.offset-xs-2{margin-left:16.66666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.33333333%}.offset-xs-5{margin-left:41.66666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.33333333%}.offset-xs-8{margin-left:66.66666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.33333333%}.offset-xs-11{margin-left:91.66666667%}.g-xs-0,.gx-xs-0{--bs-gutter-x: 0}.g-xs-0,.gy-xs-0{--bs-gutter-y: 0}.g-xs-3,.gx-xs-3{--bs-gutter-x: 0.3rem}.g-xs-3,.gy-xs-3{--bs-gutter-y: 0.3rem}.g-xs-5,.gx-xs-5{--bs-gutter-x: 0.5rem}.g-xs-5,.gy-xs-5{--bs-gutter-y: 0.5rem}.g-xs-10,.gx-xs-10{--bs-gutter-x: 1rem}.g-xs-10,.gy-xs-10{--bs-gutter-y: 1rem}.g-xs-15,.gx-xs-15{--bs-gutter-x: 1.5rem}.g-xs-15,.gy-xs-15{--bs-gutter-y: 1.5rem}.g-xs-20,.gx-xs-20{--bs-gutter-x: 2rem}.g-xs-20,.gy-xs-20{--bs-gutter-y: 2rem}.g-xs-22,.gx-xs-22{--bs-gutter-x: 2.2rem}.g-xs-22,.gy-xs-22{--bs-gutter-y: 2.2rem}.g-xs-25,.gx-xs-25{--bs-gutter-x: 2.5rem}.g-xs-25,.gy-xs-25{--bs-gutter-y: 2.5rem}.g-xs-30,.gx-xs-30{--bs-gutter-x: 3rem}.g-xs-30,.gy-xs-30{--bs-gutter-y: 3rem}.g-xs-35,.gx-xs-35{--bs-gutter-x: 3.5rem}.g-xs-35,.gy-xs-35{--bs-gutter-y: 3.5rem}.g-xs-40,.gx-xs-40{--bs-gutter-x: 4rem}.g-xs-40,.gy-xs-40{--bs-gutter-y: 4rem}.g-xs-45,.gx-xs-45{--bs-gutter-x: 4.5rem}.g-xs-45,.gy-xs-45{--bs-gutter-y: 4.5rem}.g-xs-48,.gx-xs-48{--bs-gutter-x: 4.8rem}.g-xs-48,.gy-xs-48{--bs-gutter-y: 4.8rem}.g-xs-50,.gx-xs-50{--bs-gutter-x: 5rem}.g-xs-50,.gy-xs-50{--bs-gutter-y: 5rem}.g-xs-60,.gx-xs-60{--bs-gutter-x: 6rem}.g-xs-60,.gy-xs-60{--bs-gutter-y: 6rem}.g-xs-70,.gx-xs-70{--bs-gutter-x: 7rem}.g-xs-70,.gy-xs-70{--bs-gutter-y: 7rem}.g-xs-75,.gx-xs-75{--bs-gutter-x: 7.5rem}.g-xs-75,.gy-xs-75{--bs-gutter-y: 7.5rem}.g-xs-78,.gx-xs-78{--bs-gutter-x: 7.8rem}.g-xs-78,.gy-xs-78{--bs-gutter-y: 7.8rem}.g-xs-80,.gx-xs-80{--bs-gutter-x: 8rem}.g-xs-80,.gy-xs-80{--bs-gutter-y: 8rem}.g-xs-100,.gx-xs-100{--bs-gutter-x: 10rem}.g-xs-100,.gy-xs-100{--bs-gutter-y: 10rem}.g-xs-107,.gx-xs-107{--bs-gutter-x: 10.7rem}.g-xs-107,.gy-xs-107{--bs-gutter-y: 10.7rem}.g-xs-120,.gx-xs-120{--bs-gutter-x: 12rem}.g-xs-120,.gy-xs-120{--bs-gutter-y: 12rem}.g-xs-123,.gx-xs-123{--bs-gutter-x: 12.3rem}.g-xs-123,.gy-xs-123{--bs-gutter-y: 12.3rem}.g-xs-132,.gx-xs-132{--bs-gutter-x: 13.2rem}.g-xs-132,.gy-xs-132{--bs-gutter-y: 13.2rem}.g-xs-136,.gx-xs-136{--bs-gutter-x: 13.6rem}.g-xs-136,.gy-xs-136{--bs-gutter-y: 13.6rem}.g-xs-165,.gx-xs-165{--bs-gutter-x: 16.5rem}.g-xs-165,.gy-xs-165{--bs-gutter-y: 16.5rem}.g-xs-182,.gx-xs-182{--bs-gutter-x: 18.2rem}.g-xs-182,.gy-xs-182{--bs-gutter-y: 18.2rem}}@media(min-width: 580px){.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-3,.gx-sm-3{--bs-gutter-x: 0.3rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 0.3rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 0.5rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 0.5rem}.g-sm-10,.gx-sm-10{--bs-gutter-x: 1rem}.g-sm-10,.gy-sm-10{--bs-gutter-y: 1rem}.g-sm-15,.gx-sm-15{--bs-gutter-x: 1.5rem}.g-sm-15,.gy-sm-15{--bs-gutter-y: 1.5rem}.g-sm-20,.gx-sm-20{--bs-gutter-x: 2rem}.g-sm-20,.gy-sm-20{--bs-gutter-y: 2rem}.g-sm-22,.gx-sm-22{--bs-gutter-x: 2.2rem}.g-sm-22,.gy-sm-22{--bs-gutter-y: 2.2rem}.g-sm-25,.gx-sm-25{--bs-gutter-x: 2.5rem}.g-sm-25,.gy-sm-25{--bs-gutter-y: 2.5rem}.g-sm-30,.gx-sm-30{--bs-gutter-x: 3rem}.g-sm-30,.gy-sm-30{--bs-gutter-y: 3rem}.g-sm-35,.gx-sm-35{--bs-gutter-x: 3.5rem}.g-sm-35,.gy-sm-35{--bs-gutter-y: 3.5rem}.g-sm-40,.gx-sm-40{--bs-gutter-x: 4rem}.g-sm-40,.gy-sm-40{--bs-gutter-y: 4rem}.g-sm-45,.gx-sm-45{--bs-gutter-x: 4.5rem}.g-sm-45,.gy-sm-45{--bs-gutter-y: 4.5rem}.g-sm-48,.gx-sm-48{--bs-gutter-x: 4.8rem}.g-sm-48,.gy-sm-48{--bs-gutter-y: 4.8rem}.g-sm-50,.gx-sm-50{--bs-gutter-x: 5rem}.g-sm-50,.gy-sm-50{--bs-gutter-y: 5rem}.g-sm-60,.gx-sm-60{--bs-gutter-x: 6rem}.g-sm-60,.gy-sm-60{--bs-gutter-y: 6rem}.g-sm-70,.gx-sm-70{--bs-gutter-x: 7rem}.g-sm-70,.gy-sm-70{--bs-gutter-y: 7rem}.g-sm-75,.gx-sm-75{--bs-gutter-x: 7.5rem}.g-sm-75,.gy-sm-75{--bs-gutter-y: 7.5rem}.g-sm-78,.gx-sm-78{--bs-gutter-x: 7.8rem}.g-sm-78,.gy-sm-78{--bs-gutter-y: 7.8rem}.g-sm-80,.gx-sm-80{--bs-gutter-x: 8rem}.g-sm-80,.gy-sm-80{--bs-gutter-y: 8rem}.g-sm-100,.gx-sm-100{--bs-gutter-x: 10rem}.g-sm-100,.gy-sm-100{--bs-gutter-y: 10rem}.g-sm-107,.gx-sm-107{--bs-gutter-x: 10.7rem}.g-sm-107,.gy-sm-107{--bs-gutter-y: 10.7rem}.g-sm-120,.gx-sm-120{--bs-gutter-x: 12rem}.g-sm-120,.gy-sm-120{--bs-gutter-y: 12rem}.g-sm-123,.gx-sm-123{--bs-gutter-x: 12.3rem}.g-sm-123,.gy-sm-123{--bs-gutter-y: 12.3rem}.g-sm-132,.gx-sm-132{--bs-gutter-x: 13.2rem}.g-sm-132,.gy-sm-132{--bs-gutter-y: 13.2rem}.g-sm-136,.gx-sm-136{--bs-gutter-x: 13.6rem}.g-sm-136,.gy-sm-136{--bs-gutter-y: 13.6rem}.g-sm-165,.gx-sm-165{--bs-gutter-x: 16.5rem}.g-sm-165,.gy-sm-165{--bs-gutter-y: 16.5rem}.g-sm-182,.gx-sm-182{--bs-gutter-x: 18.2rem}.g-sm-182,.gy-sm-182{--bs-gutter-y: 18.2rem}}@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-3,.gx-md-3{--bs-gutter-x: 0.3rem}.g-md-3,.gy-md-3{--bs-gutter-y: 0.3rem}.g-md-5,.gx-md-5{--bs-gutter-x: 0.5rem}.g-md-5,.gy-md-5{--bs-gutter-y: 0.5rem}.g-md-10,.gx-md-10{--bs-gutter-x: 1rem}.g-md-10,.gy-md-10{--bs-gutter-y: 1rem}.g-md-15,.gx-md-15{--bs-gutter-x: 1.5rem}.g-md-15,.gy-md-15{--bs-gutter-y: 1.5rem}.g-md-20,.gx-md-20{--bs-gutter-x: 2rem}.g-md-20,.gy-md-20{--bs-gutter-y: 2rem}.g-md-22,.gx-md-22{--bs-gutter-x: 2.2rem}.g-md-22,.gy-md-22{--bs-gutter-y: 2.2rem}.g-md-25,.gx-md-25{--bs-gutter-x: 2.5rem}.g-md-25,.gy-md-25{--bs-gutter-y: 2.5rem}.g-md-30,.gx-md-30{--bs-gutter-x: 3rem}.g-md-30,.gy-md-30{--bs-gutter-y: 3rem}.g-md-35,.gx-md-35{--bs-gutter-x: 3.5rem}.g-md-35,.gy-md-35{--bs-gutter-y: 3.5rem}.g-md-40,.gx-md-40,.row{--bs-gutter-x: 4rem}.g-md-40,.gy-md-40{--bs-gutter-y: 4rem}.g-md-45,.gx-md-45{--bs-gutter-x: 4.5rem}.g-md-45,.gy-md-45{--bs-gutter-y: 4.5rem}.g-md-48,.gx-md-48{--bs-gutter-x: 4.8rem}.g-md-48,.gy-md-48{--bs-gutter-y: 4.8rem}.g-md-50,.gx-md-50{--bs-gutter-x: 5rem}.g-md-50,.gy-md-50{--bs-gutter-y: 5rem}.g-md-60,.gx-md-60{--bs-gutter-x: 6rem}.g-md-60,.gy-md-60{--bs-gutter-y: 6rem}.g-md-70,.gx-md-70{--bs-gutter-x: 7rem}.g-md-70,.gy-md-70{--bs-gutter-y: 7rem}.g-md-75,.gx-md-75{--bs-gutter-x: 7.5rem}.g-md-75,.gy-md-75{--bs-gutter-y: 7.5rem}.g-md-78,.gx-md-78{--bs-gutter-x: 7.8rem}.g-md-78,.gy-md-78{--bs-gutter-y: 7.8rem}.g-md-80,.gx-md-80{--bs-gutter-x: 8rem}.g-md-80,.gy-md-80{--bs-gutter-y: 8rem}.g-md-100,.gx-md-100{--bs-gutter-x: 10rem}.g-md-100,.gy-md-100{--bs-gutter-y: 10rem}.g-md-107,.gx-md-107{--bs-gutter-x: 10.7rem}.g-md-107,.gy-md-107{--bs-gutter-y: 10.7rem}.g-md-120,.gx-md-120{--bs-gutter-x: 12rem}.g-md-120,.gy-md-120{--bs-gutter-y: 12rem}.g-md-123,.gx-md-123{--bs-gutter-x: 12.3rem}.g-md-123,.gy-md-123{--bs-gutter-y: 12.3rem}.g-md-132,.gx-md-132{--bs-gutter-x: 13.2rem}.g-md-132,.gy-md-132{--bs-gutter-y: 13.2rem}.g-md-136,.gx-md-136{--bs-gutter-x: 13.6rem}.g-md-136,.gy-md-136{--bs-gutter-y: 13.6rem}.g-md-165,.gx-md-165{--bs-gutter-x: 16.5rem}.g-md-165,.gy-md-165{--bs-gutter-y: 16.5rem}.g-md-182,.gx-md-182{--bs-gutter-x: 18.2rem}.g-md-182,.gy-md-182{--bs-gutter-y: 18.2rem}}@media(min-width: 1024px){.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-3,.gx-lg-3{--bs-gutter-x: 0.3rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 0.3rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 0.5rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 0.5rem}.g-lg-10,.gx-lg-10{--bs-gutter-x: 1rem}.g-lg-10,.gy-lg-10{--bs-gutter-y: 1rem}.g-lg-15,.gx-lg-15{--bs-gutter-x: 1.5rem}.g-lg-15,.gy-lg-15{--bs-gutter-y: 1.5rem}.g-lg-20,.gx-lg-20{--bs-gutter-x: 2rem}.g-lg-20,.gy-lg-20{--bs-gutter-y: 2rem}.g-lg-22,.gx-lg-22{--bs-gutter-x: 2.2rem}.g-lg-22,.gy-lg-22{--bs-gutter-y: 2.2rem}.g-lg-25,.gx-lg-25{--bs-gutter-x: 2.5rem}.g-lg-25,.gy-lg-25{--bs-gutter-y: 2.5rem}.g-lg-30,.gx-lg-30{--bs-gutter-x: 3rem}.g-lg-30,.gy-lg-30{--bs-gutter-y: 3rem}.g-lg-35,.gx-lg-35{--bs-gutter-x: 3.5rem}.g-lg-35,.gy-lg-35{--bs-gutter-y: 3.5rem}.g-lg-40,.gx-lg-40{--bs-gutter-x: 4rem}.g-lg-40,.gy-lg-40{--bs-gutter-y: 4rem}.g-lg-45,.gx-lg-45{--bs-gutter-x: 4.5rem}.g-lg-45,.gy-lg-45{--bs-gutter-y: 4.5rem}.g-lg-48,.gx-lg-48{--bs-gutter-x: 4.8rem}.g-lg-48,.gy-lg-48{--bs-gutter-y: 4.8rem}.g-lg-50,.gx-lg-50{--bs-gutter-x: 5rem}.g-lg-50,.gy-lg-50{--bs-gutter-y: 5rem}.g-lg-60,.gx-lg-60{--bs-gutter-x: 6rem}.g-lg-60,.gy-lg-60{--bs-gutter-y: 6rem}.g-lg-70,.gx-lg-70{--bs-gutter-x: 7rem}.g-lg-70,.gy-lg-70{--bs-gutter-y: 7rem}.g-lg-75,.gx-lg-75{--bs-gutter-x: 7.5rem}.g-lg-75,.gy-lg-75{--bs-gutter-y: 7.5rem}.g-lg-78,.gx-lg-78{--bs-gutter-x: 7.8rem}.g-lg-78,.gy-lg-78{--bs-gutter-y: 7.8rem}.g-lg-80,.gx-lg-80{--bs-gutter-x: 8rem}.g-lg-80,.gy-lg-80{--bs-gutter-y: 8rem}.g-lg-100,.gx-lg-100{--bs-gutter-x: 10rem}.g-lg-100,.gy-lg-100{--bs-gutter-y: 10rem}.g-lg-107,.gx-lg-107{--bs-gutter-x: 10.7rem}.g-lg-107,.gy-lg-107{--bs-gutter-y: 10.7rem}.g-lg-120,.gx-lg-120{--bs-gutter-x: 12rem}.g-lg-120,.gy-lg-120{--bs-gutter-y: 12rem}.g-lg-123,.gx-lg-123{--bs-gutter-x: 12.3rem}.g-lg-123,.gy-lg-123{--bs-gutter-y: 12.3rem}.g-lg-132,.gx-lg-132{--bs-gutter-x: 13.2rem}.g-lg-132,.gy-lg-132{--bs-gutter-y: 13.2rem}.g-lg-136,.gx-lg-136{--bs-gutter-x: 13.6rem}.g-lg-136,.gy-lg-136{--bs-gutter-y: 13.6rem}.g-lg-165,.gx-lg-165{--bs-gutter-x: 16.5rem}.g-lg-165,.gy-lg-165{--bs-gutter-y: 16.5rem}.g-lg-182,.gx-lg-182{--bs-gutter-x: 18.2rem}.g-lg-182,.gy-lg-182{--bs-gutter-y: 18.2rem}}@media(min-width: 1366px){.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-3,.gx-xl-3{--bs-gutter-x: 0.3rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 0.3rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 0.5rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 0.5rem}.g-xl-10,.gx-xl-10{--bs-gutter-x: 1rem}.g-xl-10,.gy-xl-10{--bs-gutter-y: 1rem}.g-xl-15,.gx-xl-15{--bs-gutter-x: 1.5rem}.g-xl-15,.gy-xl-15{--bs-gutter-y: 1.5rem}.g-xl-20,.gx-xl-20{--bs-gutter-x: 2rem}.g-xl-20,.gy-xl-20{--bs-gutter-y: 2rem}.g-xl-22,.gx-xl-22{--bs-gutter-x: 2.2rem}.g-xl-22,.gy-xl-22{--bs-gutter-y: 2.2rem}.g-xl-25,.gx-xl-25{--bs-gutter-x: 2.5rem}.g-xl-25,.gy-xl-25{--bs-gutter-y: 2.5rem}.g-xl-30,.gx-xl-30{--bs-gutter-x: 3rem}.g-xl-30,.gy-xl-30{--bs-gutter-y: 3rem}.g-xl-35,.gx-xl-35{--bs-gutter-x: 3.5rem}.g-xl-35,.gy-xl-35{--bs-gutter-y: 3.5rem}.g-xl-40,.gx-xl-40{--bs-gutter-x: 4rem}.g-xl-40,.gy-xl-40{--bs-gutter-y: 4rem}.g-xl-45,.gx-xl-45{--bs-gutter-x: 4.5rem}.g-xl-45,.gy-xl-45{--bs-gutter-y: 4.5rem}.g-xl-48,.gx-xl-48{--bs-gutter-x: 4.8rem}.g-xl-48,.gy-xl-48{--bs-gutter-y: 4.8rem}.g-xl-50,.gx-xl-50{--bs-gutter-x: 5rem}.g-xl-50,.gy-xl-50{--bs-gutter-y: 5rem}.g-xl-60,.gx-xl-60{--bs-gutter-x: 6rem}.g-xl-60,.gy-xl-60{--bs-gutter-y: 6rem}.g-xl-70,.gx-xl-70{--bs-gutter-x: 7rem}.g-xl-70,.gy-xl-70{--bs-gutter-y: 7rem}.g-xl-75,.gx-xl-75{--bs-gutter-x: 7.5rem}.g-xl-75,.gy-xl-75{--bs-gutter-y: 7.5rem}.g-xl-78,.gx-xl-78{--bs-gutter-x: 7.8rem}.g-xl-78,.gy-xl-78{--bs-gutter-y: 7.8rem}.g-xl-80,.gx-xl-80{--bs-gutter-x: 8rem}.g-xl-80,.gy-xl-80{--bs-gutter-y: 8rem}.g-xl-100,.gx-xl-100{--bs-gutter-x: 10rem}.g-xl-100,.gy-xl-100{--bs-gutter-y: 10rem}.g-xl-107,.gx-xl-107{--bs-gutter-x: 10.7rem}.g-xl-107,.gy-xl-107{--bs-gutter-y: 10.7rem}.g-xl-120,.gx-xl-120{--bs-gutter-x: 12rem}.g-xl-120,.gy-xl-120{--bs-gutter-y: 12rem}.g-xl-123,.gx-xl-123{--bs-gutter-x: 12.3rem}.g-xl-123,.gy-xl-123{--bs-gutter-y: 12.3rem}.g-xl-132,.gx-xl-132{--bs-gutter-x: 13.2rem}.g-xl-132,.gy-xl-132{--bs-gutter-y: 13.2rem}.g-xl-136,.gx-xl-136{--bs-gutter-x: 13.6rem}.g-xl-136,.gy-xl-136{--bs-gutter-y: 13.6rem}.g-xl-165,.gx-xl-165{--bs-gutter-x: 16.5rem}.g-xl-165,.gy-xl-165{--bs-gutter-y: 16.5rem}.g-xl-182,.gx-xl-182{--bs-gutter-x: 18.2rem}.g-xl-182,.gy-xl-182{--bs-gutter-y: 18.2rem}}@media(min-width: 1488px){.col-wide{flex:1 0 0%}.row-cols-wide-auto>*{flex:0 0 auto;width:auto}.row-cols-wide-1>*{flex:0 0 auto;width:100%}.row-cols-wide-2>*{flex:0 0 auto;width:50%}.row-cols-wide-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-wide-4>*{flex:0 0 auto;width:25%}.row-cols-wide-5>*{flex:0 0 auto;width:20%}.row-cols-wide-6>*{flex:0 0 auto;width:16.6666666667%}.col-wide-auto{flex:0 0 auto;width:auto}.col-wide-1{flex:0 0 auto;width:8.33333333%}.col-wide-2{flex:0 0 auto;width:16.66666667%}.col-wide-3{flex:0 0 auto;width:25%}.col-wide-4{flex:0 0 auto;width:33.33333333%}.col-wide-5{flex:0 0 auto;width:41.66666667%}.col-wide-6{flex:0 0 auto;width:50%}.col-wide-7{flex:0 0 auto;width:58.33333333%}.col-wide-8{flex:0 0 auto;width:66.66666667%}.col-wide-9{flex:0 0 auto;width:75%}.col-wide-10{flex:0 0 auto;width:83.33333333%}.col-wide-11{flex:0 0 auto;width:91.66666667%}.col-wide-12{flex:0 0 auto;width:100%}.offset-wide-0{margin-left:0}.offset-wide-1{margin-left:8.33333333%}.offset-wide-2{margin-left:16.66666667%}.offset-wide-3{margin-left:25%}.offset-wide-4{margin-left:33.33333333%}.offset-wide-5{margin-left:41.66666667%}.offset-wide-6{margin-left:50%}.offset-wide-7{margin-left:58.33333333%}.offset-wide-8{margin-left:66.66666667%}.offset-wide-9{margin-left:75%}.offset-wide-10{margin-left:83.33333333%}.offset-wide-11{margin-left:91.66666667%}.g-wide-0,.gx-wide-0{--bs-gutter-x: 0}.g-wide-0,.gy-wide-0{--bs-gutter-y: 0}.g-wide-3,.gx-wide-3{--bs-gutter-x: 0.3rem}.g-wide-3,.gy-wide-3{--bs-gutter-y: 0.3rem}.g-wide-5,.gx-wide-5{--bs-gutter-x: 0.5rem}.g-wide-5,.gy-wide-5{--bs-gutter-y: 0.5rem}.g-wide-10,.gx-wide-10{--bs-gutter-x: 1rem}.g-wide-10,.gy-wide-10{--bs-gutter-y: 1rem}.g-wide-15,.gx-wide-15{--bs-gutter-x: 1.5rem}.g-wide-15,.gy-wide-15{--bs-gutter-y: 1.5rem}.g-wide-20,.gx-wide-20{--bs-gutter-x: 2rem}.g-wide-20,.gy-wide-20{--bs-gutter-y: 2rem}.g-wide-22,.gx-wide-22{--bs-gutter-x: 2.2rem}.g-wide-22,.gy-wide-22{--bs-gutter-y: 2.2rem}.g-wide-25,.gx-wide-25{--bs-gutter-x: 2.5rem}.g-wide-25,.gy-wide-25{--bs-gutter-y: 2.5rem}.g-wide-30,.gx-wide-30{--bs-gutter-x: 3rem}.g-wide-30,.gy-wide-30{--bs-gutter-y: 3rem}.g-wide-35,.gx-wide-35{--bs-gutter-x: 3.5rem}.g-wide-35,.gy-wide-35{--bs-gutter-y: 3.5rem}.g-wide-40,.gx-wide-40{--bs-gutter-x: 4rem}.g-wide-40,.gy-wide-40{--bs-gutter-y: 4rem}.g-wide-45,.gx-wide-45{--bs-gutter-x: 4.5rem}.g-wide-45,.gy-wide-45{--bs-gutter-y: 4.5rem}.g-wide-48,.gx-wide-48{--bs-gutter-x: 4.8rem}.g-wide-48,.gy-wide-48{--bs-gutter-y: 4.8rem}.g-wide-50,.gx-wide-50{--bs-gutter-x: 5rem}.g-wide-50,.gy-wide-50{--bs-gutter-y: 5rem}.g-wide-60,.gx-wide-60{--bs-gutter-x: 6rem}.g-wide-60,.gy-wide-60{--bs-gutter-y: 6rem}.g-wide-70,.gx-wide-70{--bs-gutter-x: 7rem}.g-wide-70,.gy-wide-70{--bs-gutter-y: 7rem}.g-wide-75,.gx-wide-75{--bs-gutter-x: 7.5rem}.g-wide-75,.gy-wide-75{--bs-gutter-y: 7.5rem}.g-wide-78,.gx-wide-78{--bs-gutter-x: 7.8rem}.g-wide-78,.gy-wide-78{--bs-gutter-y: 7.8rem}.g-wide-80,.gx-wide-80{--bs-gutter-x: 8rem}.g-wide-80,.gy-wide-80{--bs-gutter-y: 8rem}.g-wide-100,.gx-wide-100{--bs-gutter-x: 10rem}.g-wide-100,.gy-wide-100{--bs-gutter-y: 10rem}.g-wide-107,.gx-wide-107{--bs-gutter-x: 10.7rem}.g-wide-107,.gy-wide-107{--bs-gutter-y: 10.7rem}.g-wide-120,.gx-wide-120{--bs-gutter-x: 12rem}.g-wide-120,.gy-wide-120{--bs-gutter-y: 12rem}.g-wide-123,.gx-wide-123{--bs-gutter-x: 12.3rem}.g-wide-123,.gy-wide-123{--bs-gutter-y: 12.3rem}.g-wide-132,.gx-wide-132{--bs-gutter-x: 13.2rem}.g-wide-132,.gy-wide-132{--bs-gutter-y: 13.2rem}.g-wide-136,.gx-wide-136{--bs-gutter-x: 13.6rem}.g-wide-136,.gy-wide-136{--bs-gutter-y: 13.6rem}.g-wide-165,.gx-wide-165{--bs-gutter-x: 16.5rem}.g-wide-165,.gy-wide-165{--bs-gutter-y: 16.5rem}.g-wide-182,.gx-wide-182{--bs-gutter-x: 18.2rem}.g-wide-182,.gy-wide-182{--bs-gutter-y: 18.2rem}}@media(min-width: 1600px){.col-hd{flex:1 0 0%}.row-cols-hd-auto>*{flex:0 0 auto;width:auto}.row-cols-hd-1>*{flex:0 0 auto;width:100%}.row-cols-hd-2>*{flex:0 0 auto;width:50%}.row-cols-hd-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-hd-4>*{flex:0 0 auto;width:25%}.row-cols-hd-5>*{flex:0 0 auto;width:20%}.row-cols-hd-6>*{flex:0 0 auto;width:16.6666666667%}.col-hd-auto{flex:0 0 auto;width:auto}.col-hd-1{flex:0 0 auto;width:8.33333333%}.col-hd-2{flex:0 0 auto;width:16.66666667%}.col-hd-3{flex:0 0 auto;width:25%}.col-hd-4{flex:0 0 auto;width:33.33333333%}.col-hd-5{flex:0 0 auto;width:41.66666667%}.col-hd-6{flex:0 0 auto;width:50%}.col-hd-7{flex:0 0 auto;width:58.33333333%}.col-hd-8{flex:0 0 auto;width:66.66666667%}.col-hd-9{flex:0 0 auto;width:75%}.col-hd-10{flex:0 0 auto;width:83.33333333%}.col-hd-11{flex:0 0 auto;width:91.66666667%}.col-hd-12{flex:0 0 auto;width:100%}.offset-hd-0{margin-left:0}.offset-hd-1{margin-left:8.33333333%}.offset-hd-2{margin-left:16.66666667%}.offset-hd-3{margin-left:25%}.offset-hd-4{margin-left:33.33333333%}.offset-hd-5{margin-left:41.66666667%}.offset-hd-6{margin-left:50%}.offset-hd-7{margin-left:58.33333333%}.offset-hd-8{margin-left:66.66666667%}.offset-hd-9{margin-left:75%}.offset-hd-10{margin-left:83.33333333%}.offset-hd-11{margin-left:91.66666667%}.g-hd-0,.gx-hd-0{--bs-gutter-x: 0}.g-hd-0,.gy-hd-0{--bs-gutter-y: 0}.g-hd-3,.gx-hd-3{--bs-gutter-x: 0.3rem}.g-hd-3,.gy-hd-3{--bs-gutter-y: 0.3rem}.g-hd-5,.gx-hd-5{--bs-gutter-x: 0.5rem}.g-hd-5,.gy-hd-5{--bs-gutter-y: 0.5rem}.g-hd-10,.gx-hd-10{--bs-gutter-x: 1rem}.g-hd-10,.gy-hd-10{--bs-gutter-y: 1rem}.g-hd-15,.gx-hd-15{--bs-gutter-x: 1.5rem}.g-hd-15,.gy-hd-15{--bs-gutter-y: 1.5rem}.g-hd-20,.gx-hd-20{--bs-gutter-x: 2rem}.g-hd-20,.gy-hd-20{--bs-gutter-y: 2rem}.g-hd-22,.gx-hd-22{--bs-gutter-x: 2.2rem}.g-hd-22,.gy-hd-22{--bs-gutter-y: 2.2rem}.g-hd-25,.gx-hd-25{--bs-gutter-x: 2.5rem}.g-hd-25,.gy-hd-25{--bs-gutter-y: 2.5rem}.g-hd-30,.gx-hd-30{--bs-gutter-x: 3rem}.g-hd-30,.gy-hd-30{--bs-gutter-y: 3rem}.g-hd-35,.gx-hd-35{--bs-gutter-x: 3.5rem}.g-hd-35,.gy-hd-35{--bs-gutter-y: 3.5rem}.g-hd-40,.gx-hd-40{--bs-gutter-x: 4rem}.g-hd-40,.gy-hd-40{--bs-gutter-y: 4rem}.g-hd-45,.gx-hd-45{--bs-gutter-x: 4.5rem}.g-hd-45,.gy-hd-45{--bs-gutter-y: 4.5rem}.g-hd-48,.gx-hd-48{--bs-gutter-x: 4.8rem}.g-hd-48,.gy-hd-48{--bs-gutter-y: 4.8rem}.g-hd-50,.gx-hd-50{--bs-gutter-x: 5rem}.g-hd-50,.gy-hd-50{--bs-gutter-y: 5rem}.g-hd-60,.gx-hd-60{--bs-gutter-x: 6rem}.g-hd-60,.gy-hd-60{--bs-gutter-y: 6rem}.g-hd-70,.gx-hd-70{--bs-gutter-x: 7rem}.g-hd-70,.gy-hd-70{--bs-gutter-y: 7rem}.g-hd-75,.gx-hd-75{--bs-gutter-x: 7.5rem}.g-hd-75,.gy-hd-75{--bs-gutter-y: 7.5rem}.g-hd-78,.gx-hd-78{--bs-gutter-x: 7.8rem}.g-hd-78,.gy-hd-78{--bs-gutter-y: 7.8rem}.g-hd-80,.gx-hd-80{--bs-gutter-x: 8rem}.g-hd-80,.gy-hd-80{--bs-gutter-y: 8rem}.g-hd-100,.gx-hd-100{--bs-gutter-x: 10rem}.g-hd-100,.gy-hd-100{--bs-gutter-y: 10rem}.g-hd-107,.gx-hd-107{--bs-gutter-x: 10.7rem}.g-hd-107,.gy-hd-107{--bs-gutter-y: 10.7rem}.g-hd-120,.gx-hd-120{--bs-gutter-x: 12rem}.g-hd-120,.gy-hd-120{--bs-gutter-y: 12rem}.g-hd-123,.gx-hd-123{--bs-gutter-x: 12.3rem}.g-hd-123,.gy-hd-123{--bs-gutter-y: 12.3rem}.g-hd-132,.gx-hd-132{--bs-gutter-x: 13.2rem}.g-hd-132,.gy-hd-132{--bs-gutter-y: 13.2rem}.g-hd-136,.gx-hd-136{--bs-gutter-x: 13.6rem}.g-hd-136,.gy-hd-136{--bs-gutter-y: 13.6rem}.g-hd-165,.gx-hd-165{--bs-gutter-x: 16.5rem}.g-hd-165,.gy-hd-165{--bs-gutter-y: 16.5rem}.g-hd-182,.gx-hd-182{--bs-gutter-x: 18.2rem}.g-hd-182,.gy-hd-182{--bs-gutter-y: 18.2rem}}.table{--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: #000;--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: #000;--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: #000;--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#000;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg: #f3f9f7;--bs-table-striped-bg: #e7edeb;--bs-table-striped-color: #000;--bs-table-active-bg: #dbe0de;--bs-table-active-color: #000;--bs-table-hover-bg: #e1e6e4;--bs-table-hover-color: #000;color:#000;border-color:#dbe0de}.table-secondary{--bs-table-bg: #fbf7ed;--bs-table-striped-bg: #eeebe1;--bs-table-striped-color: #000;--bs-table-active-bg: #e2ded5;--bs-table-active-color: #000;--bs-table-hover-bg: #e8e4db;--bs-table-hover-color: #000;color:#000;border-color:#e2ded5}.table-success{--bs-table-bg: #d9e6e6;--bs-table-striped-bg: #cedbdb;--bs-table-striped-color: #000;--bs-table-active-bg: #c3cfcf;--bs-table-active-color: #000;--bs-table-hover-bg: #c9d5d5;--bs-table-hover-color: #000;color:#000;border-color:#c3cfcf}.table-info{--bs-table-bg: #efe3db;--bs-table-striped-bg: #e3d8d0;--bs-table-striped-color: #000;--bs-table-active-bg: #d7ccc5;--bs-table-active-color: #000;--bs-table-hover-bg: #ddd2cb;--bs-table-hover-color: #000;color:#000;border-color:#d7ccc5}.table-warning{--bs-table-bg: #fff3cd;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg: #f8d7da;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg: #fff;--bs-table-striped-bg: #f2f2f2;--bs-table-striped-color: #000;--bs-table-active-bg: #e6e6e6;--bs-table-active-color: #000;--bs-table-hover-bg: #ececec;--bs-table-hover-color: #000;color:#000;border-color:#e6e6e6}.table-dark{--bs-table-bg: #212529;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 374.98px){.table-responsive-xs{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 579.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1023.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1365.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1487.98px){.table-responsive-wide{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1599.98px){.table-responsive-hd{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:.9rem;padding-bottom:.9rem;margin-bottom:0;font-size:inherit;line-height:1.334}.col-form-label-lg{padding-top:.5rem;padding-bottom:.5rem;font-size:3rem}.col-form-label-sm{padding-top:.384rem;padding-bottom:.384rem;font-size:1.6rem}.form-text{margin-top:.25rem;font-size:0.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.9rem 1.2rem;font-size:1.8rem;font-weight:400;line-height:1.334;color:#000;background-color:#fff;background-clip:padding-box;border:0 solid #ced4da;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#000;background-color:#fff;border-color:#a0c1c0;outline:0;box-shadow:0 0 0 .25rem rgba(64,131,129,.25)}.form-control::-webkit-date-and-time-value{height:1.334em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.9rem 1.2rem;margin:-0.9rem -1.2rem;margin-inline-end:1.2rem;color:#000;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:0;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.9rem 1.2rem;margin:-0.9rem -1.2rem;margin-inline-end:1.2rem;color:#000;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:0;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.9rem 0;margin-bottom:0;line-height:1.334;color:#000;background-color:transparent;border:solid transparent;border-width:0 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.334em + 0.768rem);padding:.384rem 1rem;font-size:1.6rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.384rem 1rem;margin:-0.384rem -1rem;margin-inline-end:1rem}.form-control-sm::-webkit-file-upload-button{padding:.384rem 1rem;margin:-0.384rem -1rem;margin-inline-end:1rem}.form-control-lg{min-height:calc(1.334em + 1rem);padding:.5rem 1rem;font-size:3rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.334em + 1.8rem)}textarea.form-control-sm{min-height:calc(1.334em + 0.768rem)}textarea.form-control-lg{min-height:calc(1.334em + 1rem)}.form-control-color{width:3rem;height:auto;padding:.9rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.334em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.334em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.9rem 3.6rem .9rem 1.2rem;-moz-padding-start:calc(1.2rem - 3px);font-size:1.8rem;font-weight:400;line-height:1.334;color:#000;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.2rem center;background-size:16px 12px;border:0 solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}.form-select:focus{border-color:#a0c1c0;outline:0;box-shadow:0 0 0 .25rem rgba(64,131,129,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:1.2rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.form-select-sm{padding-top:.384rem;padding-bottom:.384rem;padding-left:1rem;font-size:1.6rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:3rem;border-radius:.3rem}.form-check{display:block;min-height:3.19999rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.19565em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#a0c1c0;outline:0;box-shadow:0 0 0 .25rem rgba(64,131,129,.25)}.form-check-input:checked{background-color:#408381;border-color:#408381}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#408381;border-color:#408381;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a0c1c0'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(64,131,129,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(64,131,129,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#408381;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}.form-range::-webkit-slider-thumb:active{background-color:#c6dad9}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#408381;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}.form-range::-moz-range-thumb:active{background-color:#c6dad9}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:3.5rem;line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem 1.2rem;pointer-events:none;border:0 solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}.form-floating>.form-control{padding:1rem 1.2rem}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.9rem 1.2rem;font-size:1.8rem;font-weight:400;line-height:1.334;color:#000;text-align:center;white-space:nowrap;background-color:#e9ecef;border:0 solid #ced4da;border-radius:.25rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:3rem;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.384rem 1rem;font-size:1.6rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4.8rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#408381}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1.2rem;color:#000;background-color:rgba(64,131,129,.9);border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#408381;padding-right:calc(1.334em + 1.8rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23408381' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.3335em + 0.45rem) center;background-size:calc(0.667em + 0.9rem) calc(0.667em + 0.9rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#408381;box-shadow:0 0 0 .25rem rgba(64,131,129,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.334em + 1.8rem);background-position:top calc(0.3335em + 0.45rem) right calc(0.3335em + 0.45rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#408381}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{padding-right:6.6rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23408381' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right 1.2rem center,center right 3.6rem;background-size:16px 12px,calc(0.667em + 0.9rem) calc(0.667em + 0.9rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#408381;box-shadow:0 0 0 .25rem rgba(64,131,129,.25)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#408381}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#408381}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(64,131,129,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#408381}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid{z-index:1}.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1.2rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.334em + 1.8rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.3335em + 0.45rem) center;background-size:calc(0.667em + 0.9rem) calc(0.667em + 0.9rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.334em + 1.8rem);background-position:top calc(0.3335em + 0.45rem) right calc(0.3335em + 0.45rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#dc3545}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{padding-right:6.6rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right 1.2rem center,center right 3.6rem;background-size:16px 12px,calc(0.667em + 0.9rem) calc(0.667em + 0.9rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid{z-index:2}.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus{z-index:3}.btn{display:inline-block;font-weight:500;line-height:1.334;color:#000;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:0 solid transparent;padding:.9rem 1.2rem;font-size:1.8rem;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:hover{color:#000}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(64,131,129,.25)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#000;background-color:#c5e0d6;border-color:#c5e0d6}.btn-primary:hover{color:#000;background-color:#cee5dc;border-color:#cbe3da}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#000;background-color:#cee5dc;border-color:#cbe3da;box-shadow:0 0 0 .25rem rgba(167,190,182,.5)}.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#000;background-color:#d1e6de;border-color:#cbe3da}.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(167,190,182,.5)}.btn-primary:disabled,.btn-primary.disabled{color:#000;background-color:#c5e0d6;border-color:#c5e0d6}.btn-primary-light{color:#000;background-color:#8ead97;border-color:#8ead97}.btn-primary-light:hover{color:#000;background-color:#9fb9a7;border-color:#99b5a1}.btn-check:focus+.btn-primary-light,.btn-primary-light:focus{color:#000;background-color:#9fb9a7;border-color:#99b5a1;box-shadow:0 0 0 .25rem rgba(121,147,128,.5)}.btn-check:checked+.btn-primary-light,.btn-check:active+.btn-primary-light,.btn-primary-light:active,.btn-primary-light.active,.show>.btn-primary-light.dropdown-toggle{color:#000;background-color:#a5bdac;border-color:#99b5a1}.btn-check:checked+.btn-primary-light:focus,.btn-check:active+.btn-primary-light:focus,.btn-primary-light:active:focus,.btn-primary-light.active:focus,.show>.btn-primary-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(121,147,128,.5)}.btn-primary-light:disabled,.btn-primary-light.disabled{color:#000;background-color:#8ead97;border-color:#8ead97}.btn-secondary{color:#000;background-color:#ecd9a5;border-color:#ecd9a5}.btn-secondary:hover{color:#000;background-color:#efdfb3;border-color:#eeddae}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#000;background-color:#efdfb3;border-color:#eeddae;box-shadow:0 0 0 .25rem rgba(201,184,140,.5)}.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{color:#000;background-color:#f0e1b7;border-color:#eeddae}.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(201,184,140,.5)}.btn-secondary:disabled,.btn-secondary.disabled{color:#000;background-color:#ecd9a5;border-color:#ecd9a5}.btn-info{color:#000;background-color:#af744d;border-color:#af744d}.btn-info:hover{color:#000;background-color:#bb8968;border-color:#b7825f}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#bb8968;border-color:#b7825f;box-shadow:0 0 0 .25rem rgba(149,99,65,.5)}.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#bf9071;border-color:#b7825f}.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(149,99,65,.5)}.btn-info:disabled,.btn-info.disabled{color:#000;background-color:#af744d;border-color:#af744d}.btn-light{color:#000;background-color:#fff;border-color:#fff}.btn-light:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#fff;border-color:#fff;box-shadow:0 0 0 .25rem rgba(217,217,217,.5)}.btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#fff;border-color:#fff}.btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,217,217,.5)}.btn-light:disabled,.btn-light.disabled{color:#000;background-color:#fff;border-color:#fff}.btn-success{color:#000;background-color:#408381;border-color:#408381}.btn-success:hover{color:#000;background-color:#5d9694;border-color:#538f8e}.btn-check:focus+.btn-success,.btn-success:focus{color:#000;background-color:#5d9694;border-color:#538f8e;box-shadow:0 0 0 .25rem rgba(54,111,110,.5)}.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{color:#000;background-color:#669c9a;border-color:#538f8e}.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(54,111,110,.5)}.btn-success:disabled,.btn-success.disabled{color:#000;background-color:#408381;border-color:#408381}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning:disabled,.btn-warning.disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger:disabled,.btn-danger.disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#c5e0d6;border-color:#c5e0d6}.btn-outline-primary:hover{color:#000;background-color:#c5e0d6;border-color:#c5e0d6}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(197,224,214,.5)}.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#000;background-color:#c5e0d6;border-color:#c5e0d6}.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(197,224,214,.5)}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#c5e0d6;background-color:transparent}.btn-outline-primary-light{color:#8ead97;border-color:#8ead97}.btn-outline-primary-light:hover{color:#000;background-color:#8ead97;border-color:#8ead97}.btn-check:focus+.btn-outline-primary-light,.btn-outline-primary-light:focus{box-shadow:0 0 0 .25rem rgba(142,173,151,.5)}.btn-check:checked+.btn-outline-primary-light,.btn-check:active+.btn-outline-primary-light,.btn-outline-primary-light:active,.btn-outline-primary-light.active,.btn-outline-primary-light.dropdown-toggle.show{color:#000;background-color:#8ead97;border-color:#8ead97}.btn-check:checked+.btn-outline-primary-light:focus,.btn-check:active+.btn-outline-primary-light:focus,.btn-outline-primary-light:active:focus,.btn-outline-primary-light.active:focus,.btn-outline-primary-light.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(142,173,151,.5)}.btn-outline-primary-light:disabled,.btn-outline-primary-light.disabled{color:#8ead97;background-color:transparent}.btn-outline-secondary{color:#ecd9a5;border-color:#ecd9a5}.btn-outline-secondary:hover{color:#000;background-color:#ecd9a5;border-color:#ecd9a5}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(236,217,165,.5)}.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#000;background-color:#ecd9a5;border-color:#ecd9a5}.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(236,217,165,.5)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#ecd9a5;background-color:transparent}.btn-outline-info{color:#af744d;border-color:#af744d}.btn-outline-info:hover{color:#000;background-color:#af744d;border-color:#af744d}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(175,116,77,.5)}.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:#af744d;border-color:#af744d}.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(175,116,77,.5)}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#af744d;background-color:transparent}.btn-outline-light{color:#fff;border-color:#fff}.btn-outline-light:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(255,255,255,.5)}.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#000;background-color:#fff;border-color:#fff}.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(255,255,255,.5)}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#fff;background-color:transparent}.btn-outline-success{color:#408381;border-color:#408381}.btn-outline-success:hover{color:#000;background-color:#408381;border-color:#408381}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(64,131,129,.5)}.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#000;background-color:#408381;border-color:#408381}.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(64,131,129,.5)}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#408381;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#dc3545;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#212529;border-color:#212529}.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#408381;text-decoration:none}.btn-link:hover{color:#408381}.btn-link:disabled,.btn-link.disabled{color:#6c757d}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:3rem;border-radius:0}.btn-sm,.btn-group-sm>.btn{padding:.384rem 1rem;font-size:1.6rem;border-radius:0}.fade{transition:opacity .15s linear}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}.dropup,.dropend,.dropdown,.dropstart{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:2.3rem;color:#000;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 375px){.dropdown-menu-xs-start{--bs-position: start}.dropdown-menu-xs-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xs-end{--bs-position: end}.dropdown-menu-xs-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 580px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1024px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1366px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1488px){.dropdown-menu-wide-start{--bs-position: start}.dropdown-menu-wide-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-wide-end{--bs-position: end}.dropdown-menu-wide-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1600px){.dropdown-menu-hd-start{--bs-position: start}.dropdown-menu-hd-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-hd-end{--bs-position: end}.dropdown-menu-hd-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#408381}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:1.2rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#408381}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.9rem;padding-left:.9rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#408381;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.nav-link:hover,.nav-link:focus{color:#408381}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#408381}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-xs{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.013045rem;padding-bottom:.013045rem;margin-right:1rem;font-size:3rem;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:3rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0;transition:box-shadow .15s ease-in-out}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 375px){.navbar-expand-xs{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xs .navbar-nav{flex-direction:row}.navbar-expand-xs .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xs .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xs .navbar-nav-scroll{overflow:visible}.navbar-expand-xs .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xs .navbar-toggler{display:none}.navbar-expand-xs .offcanvas-header{display:none}.navbar-expand-xs .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xs .offcanvas-top,.navbar-expand-xs .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-xs .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 580px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-top,.navbar-expand-sm .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-top,.navbar-expand-md .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1024px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-top,.navbar-expand-lg .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1366px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-top,.navbar-expand-xl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1488px){.navbar-expand-wide{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-wide .navbar-nav{flex-direction:row}.navbar-expand-wide .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-wide .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-wide .navbar-nav-scroll{overflow:visible}.navbar-expand-wide .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-wide .navbar-toggler{display:none}.navbar-expand-wide .offcanvas-header{display:none}.navbar-expand-wide .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-wide .offcanvas-top,.navbar-expand-wide .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-wide .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1600px){.navbar-expand-hd{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-hd .navbar-nav{flex-direction:row}.navbar-expand-hd .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-hd .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-hd .navbar-nav-scroll{overflow:visible}.navbar-expand-hd .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-hd .navbar-toggler{display:none}.navbar-expand-hd .offcanvas-header{display:none}.navbar-expand-hd .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-hd .offcanvas-top,.navbar-expand-hd .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-hd .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-top,.navbar-expand .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:transparent;background-clip:border-box;border:0 solid transparent;border-radius:0}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:2.1rem 2.3rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-0.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:2.3rem}.card-header{padding:1.05rem 2.3rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:0 solid transparent}.card-header:first-child{border-radius:0 0 0 0}.card-footer{padding:1.05rem 2.3rem;background-color:rgba(0,0,0,.03);border-top:0 solid transparent}.card-footer:last-child{border-radius:0 0 0 0}.card-header-tabs{margin-right:-1.15rem;margin-bottom:-1.05rem;margin-left:-1.15rem;border-bottom:0}.card-header-tabs .nav-link.active{background-color:transparent;border-bottom-color:transparent}.card-header-pills{margin-right:-1.15rem;margin-left:-1.15rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:0}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:0;border-top-right-radius:0}.card-img,.card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group>.card{margin-bottom:20px}@media(min-width: 580px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:10px 0;font-size:2.3rem;color:#000;text-align:left;background-color:transparent;border:0;border-radius:0;overflow-anchor: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,border-radius .15s ease}.accordion-button:not(.collapsed){color:#b1cac1;background-color:transparent;box-shadow:inset 0 -1px 0 #000}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:3rem;height:3rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:3rem;transition:transform .2s ease-in-out}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#a0c1c0;outline:0;box-shadow:none}.accordion-header{margin-bottom:0}.accordion-item{background-color:transparent;border:1px solid #000}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 0}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#408381;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.page-link:hover{z-index:2;color:#408381;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#408381;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(64,131,129,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#408381;border-color:#408381}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:3rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:1.2rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:0.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#4f5a56;background-color:#f3f9f7;border-color:#eef6f3}.alert-primary .alert-link{color:#3f4845}.alert-primary-light{color:#55685b;background-color:#e8efea;border-color:#dde6e0}.alert-primary-light .alert-link{color:#445349}.alert-secondary{color:#5e5742;background-color:#fbf7ed;border-color:#f9f4e4}.alert-secondary .alert-link{color:#4b4635}.alert-info{color:#69462e;background-color:#efe3db;border-color:#e7d5ca}.alert-info .alert-link{color:#543825}.alert-light{color:#666;background-color:#fff;border-color:#fff}.alert-light .alert-link{color:#525252}.alert-success{color:#264f4d;background-color:#d9e6e6;border-color:#c6dad9}.alert-success .alert-link{color:#1e3f3e}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:1.725rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#c5e0d6;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#000;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#408381;border-color:#408381}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width: 375px){.list-group-horizontal-xs{flex-direction:row}.list-group-horizontal-xs>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xs>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xs>.list-group-item.active{margin-top:0}.list-group-horizontal-xs>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xs>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 580px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1024px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1366px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1488px){.list-group-horizontal-wide{flex-direction:row}.list-group-horizontal-wide>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-wide>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-wide>.list-group-item.active{margin-top:0}.list-group-horizontal-wide>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-wide>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1600px){.list-group-horizontal-hd{flex-direction:row}.list-group-horizontal-hd>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-hd>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-hd>.list-group-item.active{margin-top:0}.list-group-horizontal-hd>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-hd>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#4f5a56;background-color:#f3f9f7}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#4f5a56;background-color:#dbe0de}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#4f5a56;border-color:#4f5a56}.list-group-item-primary-light{color:#55685b;background-color:#e8efea}.list-group-item-primary-light.list-group-item-action:hover,.list-group-item-primary-light.list-group-item-action:focus{color:#55685b;background-color:#d1d7d3}.list-group-item-primary-light.list-group-item-action.active{color:#fff;background-color:#55685b;border-color:#55685b}.list-group-item-secondary{color:#5e5742;background-color:#fbf7ed}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#5e5742;background-color:#e2ded5}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#5e5742;border-color:#5e5742}.list-group-item-info{color:#69462e;background-color:#efe3db}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#69462e;background-color:#d7ccc5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#69462e;border-color:#69462e}.list-group-item-light{color:#666;background-color:#fff}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#666;background-color:#e6e6e6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#666;border-color:#666}.list-group-item-success{color:#264f4d;background-color:#d9e6e6}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#264f4d;background-color:#c3cfcf}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#264f4d;border-color:#264f4d}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(64,131,129,.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:0.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:2.6rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.toast-header .btn-close{margin-right:-0.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-0.5rem -0.5rem -0.5rem auto}.modal-title{margin-bottom:0;line-height:1.3913}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}@media(min-width: 580px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width: 1024px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1366px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width: 374.98px){.modal-fullscreen-xs-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xs-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xs-down .modal-header{border-radius:0}.modal-fullscreen-xs-down .modal-body{overflow-y:auto}.modal-fullscreen-xs-down .modal-footer{border-radius:0}}@media(max-width: 579.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width: 1023.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width: 1365.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width: 1487.98px){.modal-fullscreen-wide-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-wide-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-wide-down .modal-header{border-radius:0}.modal-fullscreen-wide-down .modal-body{overflow-y:auto}.modal-fullscreen-wide-down .modal-footer{border-radius:0}}@media(max-width: 1599.98px){.modal-fullscreen-hd-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-hd-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-hd-down .modal-header{border-radius:0}.modal-fullscreen-hd-down .modal-body{overflow-y:auto}.modal-fullscreen-hd-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:"Be Vietnam Pro",sans-serif;font-style:normal;font-weight:400;line-height:1.3913;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:1.2rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[data-popper-placement^=top]{padding:.4rem 0}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-end,.bs-tooltip-auto[data-popper-placement^=right]{padding:0 .4rem}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[data-popper-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-start,.bs-tooltip-auto[data-popper-placement^=left]{padding:0 .4rem}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0 /* rtl:ignore */;z-index:1070;display:block;max-width:25.6rem;font-family:"Be Vietnam Pro",sans-serif;font-style:normal;font-weight:400;line-height:1.3913;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:2rem;word-wrap:break-word;background-color:#af744d;background-clip:padding-box;border:0 solid transparent;border-radius:0}.popover .popover-arrow{position:absolute;display:block;width:2.8rem;height:2.5rem}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:-2.5rem}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-width:2.5rem 1.4rem 0;border-top-color:rgba(0,0,0,.05)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:0;border-width:2.5rem 1.4rem 0;border-top-color:#af744d}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:-2.5rem;width:2.5rem;height:2.8rem}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-width:1.4rem 2.5rem 1.4rem 0;border-right-color:rgba(0,0,0,.05)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:0;border-width:1.4rem 2.5rem 1.4rem 0;border-right-color:#af744d}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:-2.5rem}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-width:0 1.4rem 2.5rem 1.4rem;border-bottom-color:rgba(0,0,0,.05)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:0;border-width:0 1.4rem 2.5rem 1.4rem;border-bottom-color:#af744d}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:2.8rem;margin-left:-1.4rem;content:"";border-bottom:0 solid #a56d48}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:-2.5rem;width:2.5rem;height:2.8rem}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-width:1.4rem 0 1.4rem 2.5rem;border-left-color:rgba(0,0,0,.05)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:0;border-width:1.4rem 0 1.4rem 2.5rem;border-left-color:#af744d}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:2.3rem;background-color:#a56d48;border-bottom:0 solid transparent;border-top-left-radius:0;border-top-right-radius:0}.popover-header:empty{display:none}.popover-body{padding:0 0;color:#fff}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-0.5rem;margin-right:-0.5rem;margin-bottom:-0.5rem}.offcanvas-title{margin-bottom:0;line-height:1.3913}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}@font-face{font-family:"icomoon";src:url(../../Fonts/icomoon.woff) format("woff");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:"icomoon" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-left::before{content:""}.icon-arrow-left-small::before{content:""}.icon-arrow-right::before{content:""}.icon-linkedin::before{content:""}.icon-facebook::before{content:""}.icon-instagram::before{content:""}.icon-menu::before{content:""}.icon-mail::before{content:""}.icon-plus::before{content:""}.icon-close::before{content:""}.icon-minus::before{content:""}.icon-umgebung::before{content:""}.icon-schluessel::before{content:""}.icon-lupe::before{content:""}.icon-fakten::before{content:""}.icon-haus::before{content:""}.icon-parking::before{content:""}.icon-office::before{content:""}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.hide-text{overflow:hidden;padding:0;text-indent:101%;white-space:nowrap}.visually-hidden:not(:focus):not(:active),input.visually-hidden[type=checkbox],input.visually-hidden[type=radio]{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-Thin.woff) format("woff");font-display:swap;font-weight:100;font-style:normal}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-ExtraLight.woff) format("woff");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-Light.woff) format("woff");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-Regular.woff) format("woff");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-Medium.woff) format("woff");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-SemiBold.woff) format("woff");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-Bold.woff) format("woff");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-ExtraBold.woff) format("woff");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-Black.woff) format("woff");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-ThinItalic.woff) format("woff");font-display:swap;font-weight:100;font-style:italic}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-ExtraLightItalic.woff) format("woff");font-display:swap;font-weight:200;font-style:italic}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-LightItalic.woff) format("woff");font-display:swap;font-weight:300;font-style:italic}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-RegularItalic.woff) format("woff");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-MediumItalic.woff) format("woff");font-display:swap;font-weight:500;font-style:italic}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-SemiBoldItalic.woff) format("woff");font-display:swap;font-weight:600;font-style:italic}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-BoldItalic.woff) format("woff");font-display:swap;font-weight:700;font-style:italic}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-ExtraBoldItalic.woff) format("woff");font-display:swap;font-weight:800;font-style:italic}@font-face{font-family:"Be Vietnam Pro";src:url(../../Fonts/BeVietnamPro-BlackItalic.woff) format("woff");font-display:swap;font-weight:900;font-style:italic}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-ExtraLight.woff) format("woff");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-Light.woff) format("woff");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-Regular.woff) format("woff");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-SemiBold.woff) format("woff");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-Bold.woff) format("woff");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-Black.woff) format("woff");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-ExtraLightIt.woff) format("woff");font-display:swap;font-weight:200;font-style:italic}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-LightIt.woff) format("woff");font-display:swap;font-weight:300;font-style:italic}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-RegularIt.woff) format("woff");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-SemiBoldIt.woff) format("woff");font-display:swap;font-weight:600;font-style:italic}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-BoldIt.woff) format("woff");font-display:swap;font-weight:700;font-style:italic}@font-face{font-family:"Source Serif Pro";src:url(../../Fonts/SourceSerifPro-BlackIt.woff) format("woff");font-display:swap;font-weight:900;font-style:italic}html{font-size:10px}body{color:#000;font-family:"Be Vietnam Pro",sans-serif;font-size:1.4rem;line-height:1.42857;font-weight:300}@media(min-width: 768px){body{font-size:1.6rem}}@media(min-width: 1024px){body{font-size:2.3rem;line-height:1.3913}}a{transition:color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);color:#408381;text-decoration:none}a:hover{color:#000}ul,ol,dl,p{margin:0 0 2rem}ul:last-child,ol:last-child,dl:last-child,p:last-child{margin-bottom:0}@media(min-width: 768px){ul,ol,dl,p{margin:0 0 3.2rem}ul:last-child,ol:last-child,dl:last-child,p:last-child{margin-bottom:0}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-bottom:2.2rem;line-height:1.25;font-family:"Be Vietnam Pro",sans-serif;font-weight:500}@media(min-width: 768px){h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-bottom:3rem;line-height:1.22222}}h1.green,.h1.green,h2.green,.h2.green,h3.green,.h3.green,h4.green,.h4.green,h5.green,.h5.green,h6.green,.h6.green{color:#9ab79c}h1,.h1{font-size:2rem;hyphens:auto}@media(min-width: 580px){h1,.h1{font-size:2rem}}@media(min-width: 768px){h1,.h1{font-size:3.2rem}}@media(min-width: 1024px){h1,.h1{font-size:4.5rem}}h2,.h2{font-size:2rem}@media(min-width: 580px){h2,.h2{font-size:2rem}}@media(min-width: 768px){h2,.h2{font-size:3rem}}@media(min-width: 1024px){h2,.h2{font-size:4rem;line-height:1.25}}h3,.h3{font-size:1.5rem;line-height:1.33333}@media(min-width: 768px){h3,.h3{font-size:2.4rem}}@media(min-width: 1024px){h3,.h3{font-size:3rem;line-height:1.33333}}h4,.h4{font-size:1.5rem;line-height:1.33333}@media(min-width: 768px){h4,.h4{font-size:2.4rem}}@media(min-width: 1024px){h4,.h4{font-size:2.3rem;line-height:1.33333}}@media(min-width: 768px){.text-lg{font-size:2.4rem}}@media(min-width: 1024px){.text-lg{font-size:3rem;line-height:1.233333}}.lead{font-size:1.5rem;line-height:1.33333;font-family:"Source Serif Pro",serif}@media(min-width: 768px){.lead{font-size:2.8rem}}@media(min-width: 1024px){.lead{font-size:3.5rem;line-height:1.2857}}b,strong{font-weight:500}form{margin-bottom:70px}form h4,form .h4{margin-top:2rem;margin-bottom:1.5rem}fieldset{margin-top:3rem;position:relative;padding:30px;background-color:#deede8;border-radius:8px}@media(max-width: 767.98px){fieldset{padding:15px}}fieldset:first-of-type{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}fieldset legend{margin-bottom:1rem;font-family:"Be Vietnam Pro",sans-serif;font-weight:500;font-size:3rem}@media(max-width: 767.98px){fieldset legend{font-size:2rem}}.form-control{border:none;position:relative;border-radius:8px;padding:1.5rem 2rem}@media(max-width: 767.98px){.form-control{padding:1rem 1.5rem;font-size:1.5rem}}.form-control.is-invalid{background-image:none}label{font-size:1.6rem;margin-bottom:1rem;font-weight:400}@media(max-width: 767.98px){label{font-size:1.2rem}}.form-text{font-size:1.6rem;margin-bottom:1rem;color:initial;line-height:initial}.form-text:last-of-type{margin-bottom:0}.form-text.privacy-statement p{font-weight:400}@media(max-width: 767.98px){.form-text{font-size:1.2rem}}.form-control.radio label{margin-bottom:1rem;font-weight:300}.form-buttons{margin-top:3rem;text-align:right}.form-floating>.form-control,.form-floating>.form-select{height:6rem;padding-left:1.5rem}.form-floating>.form-control:not([multiple]):not([size]).is-invalid,.form-floating>.form-select:not([multiple]):not([size]).is-invalid{background-image:none}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.2rem) translateX(0.15rem);margin-bottom:0;font-weight:300;padding-left:1.5rem}.form-floating>.form-control,.form-floating>.form-select{padding-top:2.5rem !important}input[type=text],input[type=email],input[type=tel],textarea{transition:border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);border:none;width:100%;min-width:0;padding:1.2rem 2.4rem;border-radius:8px;-webkit-appearance:none}input[type=text]:focus,input[type=text]:hover,input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover,textarea:focus,textarea:hover{box-shadow:none;outline:none}.form-select{border-radius:8px;background-size:25px 25px;background-position:right 1.2rem top 2.7rem;-webkit-appearance:unset}@media(max-width: 767.98px){.form-select{font-size:1.5rem}}.checkbox{margin-bottom:1.6rem;position:relative}.checkbox span.label{max-width:80%;display:inline-block;padding-right:30px}.checkbox.privacy-statement{margin-top:20px;margin-bottom:0}.form-check-input[type=checkbox]{margin-right:1.5rem;margin-bottom:1rem;padding:1.2rem;border:solid 1px #408381}.form-check-input[type=radio]{width:2.4rem;height:2.4rem;margin-right:1rem;margin-top:0;border:solid 1px #408381}span.label{margin-top:.5rem}.radio .form-check span.label{display:inline-block;margin-top:.3rem}.file-upload input[type=file]{font-size:1.6rem;border:solid 1px #d1d1d1;padding:.9rem;border-radius:0;margin-bottom:1.5rem}.file-upload input[type=file].upload{background-color:#fff}.file-upload input[type=file].has-file{display:none}.file-upload .selected-file{border:solid 1px #d1d1d1;display:inline-block;margin-bottom:1rem;width:100%}.file-upload .selected-file.hidden{display:none}.file-upload .selected-file button{padding:.9rem;font-size:1.6rem;border:none;min-width:150px}.file-upload .selected-file button:hover{background-color:#757575;color:#fff}.file-upload .selected-file label.filename{padding:.4rem .9rem;margin:0}.file-upload .selected-file.is-invalid{border:solid 1px #dc3545}.file-upload .selected-file.is-invalid label.filename{color:#dc3545}button[type=submit]{padding-left:4rem;padding-right:4rem;text-align:center}textarea.form-control{min-height:100px}@media(max-width: 767.98px){textarea.form-control{min-height:150px}}.form-element.form-floating{border:0}.alert.privacy-statement{margin-top:10px !important}@media(max-width: 767.98px){.alert.privacy-statement p{font-size:1.2rem}}.header{width:100%}.header-inner{min-height:4.1rem;padding:.2rem 0;display:flex;align-items:center;justify-content:space-between}@media(min-width: 768px){.header-inner{min-height:10rem}}.header .nav-opener{margin-left:auto}.header .logo{transition:opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);max-width:18rem}@media(min-width: 768px){.header .logo{max-width:none}}.header.header-fixed{position:fixed;z-index:1500;top:0;left:0;background-color:#fff}.header.header-fixed .logo{opacity:1;visibility:visible}body{background-color:#fff}hr.divider{border:solid 1px #000}@media(min-width: 580px){.container-sm{max-width:1242px}}.wrapper{width:100%;position:relative;overflow:hidden}.section{margin-bottom:2.2rem}@media(min-width: 768px){.section{margin-bottom:9.2rem}}.section-inner{padding-top:.9rem;padding-bottom:2.2rem;border-top:1px solid #000}@media(min-width: 768px){.section-inner{padding-top:2rem;padding-bottom:7.5rem}}.section-inner-lg{padding-bottom:2.8rem;border-bottom:0}@media(min-width: 768px){.section-inner-lg{padding-top:2.5rem;padding-bottom:6rem}}@media(min-width: 768px){.section-inner-lg .section-title{margin-bottom:5.1rem}}.section-title{margin-bottom:2.6rem;display:block;font-size:1.1rem;text-align:center}@media(min-width: 768px){.section-title{margin-bottom:3rem;font-size:1.8rem}}.fw-semibold{font-weight:600 !important}.logo{display:inline-flex;align-items:center}img{max-width:100%;height:auto}blockquote{position:relative;z-index:9;max-width:57.5rem;font-family:"Source Serif Pro",serif;font-size:1.5rem;line-height:1.33333}@media(min-width: 768px){blockquote{font-size:2.8rem;line-height:1.2857}}@media(min-width: 1024px){blockquote{font-size:3.5rem}}blockquote:last-child{margin-bottom:0}blockquote cite{display:block;padding-top:1.4rem;font-family:"Be Vietnam Pro",sans-serif;font-size:1.1rem;line-height:1.1818;font-style:normal}@media(min-width: 768px){blockquote cite{padding-top:2.6rem}}@media(min-width: 768px){blockquote cite{font-size:1.8rem;line-height:1.3913}}@media(min-width: 1024px){blockquote cite{font-size:2.3rem}}.icon-arrow-right{padding:.2rem;overflow:hidden}.icon-mail{font-size:1.1rem}@media(min-width: 768px){.icon-mail{font-size:2.4rem}}.mix-blend-mode{mix-blend-mode:multiply}.footer{font-size:1.1rem;line-height:1.4545;margin-top:6rem}@media(min-width: 768px){.footer{font-size:1.8rem;line-height:1.38888}}.footer-inner{position:relative;padding:2.5rem 0 2.2rem;border-top:1px solid #000}@media(min-width: 768px){.footer-inner{padding:5rem 0 9.1rem}}.footer-lead{display:block;margin-bottom:1.8rem;font-weight:500}@media(min-width: 768px){.footer-lead{margin-bottom:2.5rem}}.footer-nav li:first-child{font-weight:500;margin-bottom:3rem}.footer .logo{position:absolute;top:2.8rem;right:0rem;max-width:11.6rem}@media(min-width: 580px){.footer .logo{max-width:17.6rem}}@media(min-width: 768px){.footer .logo{top:5rem;right:1.8rem;max-width:24.1rem}}.footer .social-networks{padding-top:.6rem}@media(min-width: 768px){.footer .social-networks{padding-top:1.2rem}}.footer a{color:currentColor;white-space:nowrap}.footer a:hover{color:#408381}.btn{display:inline-flex;align-items:center;padding:.27rem .7rem;font-size:1.6rem;text-align:left}@media(min-width: 768px){.btn{padding:.9rem 1.2rem;font-size:1.8rem}}.btn:hover .icon-arrow-right{transform:translateX(0.4rem)}.btn:active .icon-arrow-right{transform:translateX(0)}.btn .icon-arrow-right{transition:transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);flex-shrink:0;font-size:.7rem;margin-right:.2rem;margin-left:2rem}@media(min-width: 768px){.btn .icon-arrow-right{font-size:1.1rem;margin-left:3.2rem}}.btn-light:hover{background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:active{background-color:#e9ecef;border-color:#e9ecef}.btn-success,.btn-info{color:#fff}.btn-success:hover,.btn-success:active,.btn-success:focus,.btn-info:hover,.btn-info:active,.btn-info:focus{color:#fff}.btn-round{width:10rem;height:10rem;border-radius:50%;padding:.9rem .5rem .5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:1.8rem;line-height:1.11111;font-weight:700}.btn-round.labelWohnungen{font-size:2.4rem;width:16rem;height:16rem}@media(min-width: 768px){.btn-round{width:18.4rem;height:18.4rem;padding:1.5rem .5rem .5rem;font-size:2.4rem}.btn-round.labelWohnungen{font-size:2.4rem}}@media(min-width: 1024px){.btn-round{font-size:3.2rem;line-height:1.09375}.btn-round.labelWohnungen{font-size:2.4rem}}.btn-round-more{position:relative;margin-top:1rem;padding-top:.5rem;font-family:"Source Serif Pro",serif;font-size:1.3rem;line-height:1.4;font-weight:400}@media(min-width: 768px){.btn-round-more{margin-top:1.5rem;padding-top:1rem;font-size:2rem}}.btn-round-more::before{content:"";position:absolute;top:0;left:50%;width:3.2rem;height:1px;background-color:currentColor;transform:translateX(-50%)}@media(min-width: 768px){.btn-round-more::before{width:5.9rem;height:2px}}.btn-round-lg{width:20.6rem;height:20.6rem;padding:2rem 1.5rem 1.5rem;font-size:3.5rem;line-height:1.14285}@media(min-width: 768px){.btn-round-lg{width:20.6rem;height:20.6rem;padding:2rem 1.5rem 1.5rem;font-size:2.8rem}}@media(min-width: 1024px){.btn-round-lg{font-size:3.5rem;line-height:1.14285}}.btn-transparent:hover{color:#408381}.btn-icon{padding:.5rem;text-align:center}@media(min-width: 768px){.btn-icon{padding:.5rem}}@media(min-width: 768px){.btn-sm,.btn-group-sm>.btn{padding:.384rem 1rem;font-size:1.6rem}}.btn-sm .icon-arrow-right,.btn-group-sm>.btn .icon-arrow-right{margin-right:0}@media(min-width: 768px){.btn-sm .icon-arrow-right,.btn-group-sm>.btn .icon-arrow-right{margin-left:2.4rem}}.bgr-button{display:inline-flex;align-items:center;padding:.27rem .7rem;font-size:1.6rem;text-align:left;font-weight:500;line-height:1.334;vertical-align:middle;cursor:pointer;color:#000;background-color:#ecd9a5;border-color:#ecd9a5}.bgr-button:after{content:"";font-family:"icomoon" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:transform .35s cubic-bezier(0.3, 0.86, 0.36, 0.95);flex-shrink:0;font-size:1.1rem;margin-right:.2rem;margin-left:2rem;padding:.2rem;overflow:hidden;transition:transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95)}@media(min-width: 768px){.bgr-button{padding:.9rem 1.2rem;font-size:1.8rem}}.bgr-button:hover{transition:.2s ease-in;background-color:#ccbc8f}.bgr-button:hover:after{transform:translateX(0.4rem)}.bgr-button:active .icon-arrow-right{transform:translateX(0)}.bgr-button-light:hover{background-color:#f8f9fa;border-color:#f8f9fa}.bgr-button-light:active{background-color:#e9ecef;border-color:#e9ecef}.bgr-button-success,.bgr-button-info{color:#fff}.bgr-button-success:hover,.bgr-button-success:active,.bgr-button-success:focus,.bgr-button-info:hover,.bgr-button-info:active,.bgr-button-info:focus{color:#fff}.bgr-button-icon{padding:.5rem;text-align:center}@media(min-width: 768px){.bgr-button-icon{padding:.5rem}}@media(min-width: 768px){.bgr-button-sm{padding:.384rem 1rem;font-size:1.6rem}}.bgr-button-sm .icon-arrow-right{margin-right:0}@media(min-width: 768px){.bgr-button-sm .icon-arrow-right{margin-left:2.4rem}}.intro-home{margin-bottom:2.8rem;margin-top:10rem}@media(min-width: 1024px){.intro-home{margin-bottom:4.9rem}}.intro-home-content{position:relative;z-index:1;margin-top:-4.4rem;margin-left:4rem;margin-right:-3.1rem;padding:7.2rem 6.2rem .5rem 3.1rem;background-color:rgba(197,224,214,.81)}@media(min-width: 768px){.intro-home-content{margin-top:0;margin-left:-14.3rem;margin-right:-13.2rem;padding:17rem 13.2rem 7.2rem 12rem}}@media(min-width: 1366px){.intro-home-content{margin-left:-16.3rem;padding:17rem 13.2rem 7.2rem 18rem}}@media(min-width: 1488px){.intro-home-content{padding:17rem 13.2rem 7.2rem 24rem}}.intro-home-img-left{position:relative;z-index:4;max-width:95rem;margin-left:-2.6rem;margin-right:3.1rem;display:flex;justify-content:flex-end;mix-blend-mode:multiply}@media(min-width: 1366px){.intro-home-img-left{max-width:none}}@media(min-width: 1488px){.intro-home-img-left{margin-right:0;margin-left:calc((100vw - 1440px)/-2 - 1.3rem)}}.intro-home-img-content{position:relative;height:100%;display:flex;flex-direction:column}.intro-home-logo{position:absolute;top:-7.1rem;left:0;z-index:8;max-width:15.2rem;width:100%;margin-bottom:-5.5rem}@media(min-width: 768px){.intro-home-logo{position:relative;max-width:24rem;margin-left:25.5%;top:0}}@media(min-width: 1024px){.intro-home-logo{position:relative;top:0}}@media(min-width: 1366px){.intro-home-logo{max-width:32.2rem}}.intro-home-title{max-width:55rem;margin-bottom:2.2rem}@media(min-width: 1024px){.intro-home-title{margin-bottom:3rem}}.intro-home .btn-round{float:right;margin-top:-40px;font-size:1.5rem}@media(min-width: 768px){.intro-home .btn-round{margin-top:-150px;margin-right:360px;font-size:3.2rem}}@media(min-width: 1024px){.intro-home .btn-round{margin-top:40px;margin-right:13.2rem}}@media(min-width: 1024px){.intro-home .text-lg{line-height:1.26}}.intro-page{margin-top:6rem;margin-bottom:10rem}@media(max-width: 767.98px){.intro-page{hyphens:auto;margin-top:3rem;margin-bottom:3rem}}.intro-page .claim{font-size:4rem;hyphens:auto}@media(max-width: 767.98px){.intro-page .claim{font-size:2.5rem}}.intro-page .claim h1,.intro-page .claim .h1{font-size:inherit;margin-bottom:0}@media(max-width: 767.98px){.intro-page .claim h1,.intro-page .claim .h1{margin-bottom:5px}}.intro-page .claim .claim-text{max-width:24ch;color:#9ab79c}.intro-page .claim img{margin-top:70px;width:100%;height:auto}.intro-page .lead{font-family:"Be Vietnam Pro",sans-serif;font-weight:300;font-size:3rem;max-width:40ch;line-height:40px}@media(max-width: 767.98px){.intro-page .lead{font-size:2.5rem;line-height:3.5rem}}section.quote-block{margin-top:9.5rem;margin-bottom:7rem}@media(max-width: 767.98px){section.quote-block{margin-bottom:5rem}}section.quote-block .img{margin-bottom:3rem}@media(min-width: 1024px){section.quote-block .img{margin-bottom:7.2rem}section.quote-block .img:last-child{margin-bottom:0}}section.quote-block .img-static{margin-right:-2.6rem;margin-left:-9.28rem;position:relative}@media(min-width: 1024px){section.quote-block .img-static{z-index:7;margin-right:0;margin-left:0}}@media(max-width: 374.98px){section.quote-block .img-static{margin:-40px 30% 30px -25px}}section.quote-block .img-left{position:relative;z-index:4;max-width:55rem;margin-left:-2.6rem;margin-right:3.1rem;display:flex;justify-content:flex-end;mix-blend-mode:multiply}@media(max-width: 767.98px){section.quote-block .img-left{display:block}}@media(max-width: 374.98px){section.quote-block .img-left{margin-left:10%;margin-right:0;margin-bottom:0}}@media(min-width: 1366px){section.quote-block .img-left{max-width:none}}@media(min-width: 1488px){section.quote-block .img-left{margin-right:16rem;margin-left:calc((100vw - 1440px)/-2 - 1.3rem)}}section.quote-block .img-content{position:relative;height:100%;display:flex;flex-direction:column}@media(max-width: 767.98px){section.quote-block .img-content{justify-content:flex-end}}section.quote-block .logo{position:absolute;top:-7.1rem;left:0;z-index:8;max-width:15.2rem;width:100%;margin-bottom:-5.5rem}@media(min-width: 768px){section.quote-block .logo{max-width:24rem}}@media(min-width: 1024px){section.quote-block .logo{position:relative;top:0}}@media(min-width: 1366px){section.quote-block .logo{max-width:32.2rem}}section.quote-block .logo.logo-lg{max-width:none}section.quote-block .logo-decor{position:absolute;z-index:6;top:3.8rem;right:-5.7rem;width:25.9rem;height:17.2rem;background-color:#c5e0d6;mix-blend-mode:multiply}@media(max-width: 767.98px){section.quote-block .logo-decor{right:auto;left:-2.6rem}}@media(min-width: 768px){section.quote-block .logo-decor{top:21rem}}@media(min-width: 1024px){section.quote-block .logo-decor{top:13.1rem;width:41rem;height:27.3rem}}@media(min-width: 1600px){section.quote-block .logo-decor{top:6.1rem;right:-4.6rem;width:62.2rem;height:42.3rem}}section.quote-block .logo-holder{display:flex;justify-content:flex-end}section.quote-block .logo-lg{top:7.2rem;left:auto;right:-6.1rem;width:auto;padding:3.2rem 3.8rem 2.8rem 3.1rem;background-color:#fff}@media(max-width: 767.98px){section.quote-block .logo-lg{left:0;right:auto}}@media(min-width: 768px){section.quote-block .logo-lg{top:25.2rem}}@media(min-width: 1024px){section.quote-block .logo-lg{top:7.2rem;right:0;margin-top:18.1rem;margin-right:-18rem;margin-bottom:-6.7rem;padding:5rem 7rem}}@media(min-width: 1600px){section.quote-block .logo-lg{margin-top:11rem;margin-right:-24.9rem;margin-bottom:-28.6rem;padding:10rem 14.8rem 7.7rem 12.5rem}}section.quote-block .logo-lg img{max-width:16.8rem}@media(max-width: 579.98px){section.quote-block .logo-lg img{max-width:16rem}}@media(min-width: 1024px){section.quote-block .logo-lg img{max-width:24rem}}@media(min-width: 1600px){section.quote-block .logo-lg img{max-width:none}}section.contact-section .section-title{margin-top:2rem}section.contact-section hr.divider{margin:0 12rem}section.contact-section .container .contact-persons{display:table;margin:8rem auto 0 auto}.contact{display:table-row}.contact .cell{display:table-cell;vertical-align:top;padding:0 4rem 6rem 0}.contact .cell:last-child{padding-right:0}.contact-title{margin-bottom:.5rem}@media(min-width: 768px){.contact-title{margin-bottom:2.9rem}}.contact-img{position:relative;width:15rem;height:15rem;background-color:rgba(0,0,0,.5);border-radius:50%;overflow:hidden}@media(min-width: 768px){.contact-img{width:21rem;height:21rem}}.contact-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.contact-content{max-width:17.5rem;display:flex;flex-direction:column;align-items:flex-start;font-size:1.1rem;line-height:1.4545}@media(min-width: 768px){.contact-content{max-width:40rem;font-size:1.8rem;line-height:1.38888}}.contact-content .lead{margin-bottom:1.1rem}@media(min-width: 768px){.contact-content .lead{margin-bottom:.6rem}}.contact-content a{color:#000}.contact-content a:hover{color:#408381}.contact-info{margin-bottom:.3rem;display:flex;flex-direction:column}@media(min-width: 768px){.contact-info{margin-bottom:2rem;margin-top:1rem}}@media(max-width: 767.98px){section.contact-section .container hr.divider{margin:0}section.contact-section .container .contact-persons{display:block;margin-top:5rem}section.contact-section .container .contact-persons .contact{display:block}section.contact-section .container .contact-persons .contact .cell{display:block;text-align:center;padding:0}section.contact-section .container .contact-persons .contact .cell .contact-img{margin:0 auto 2rem auto}section.contact-section .container .contact-persons .contact .cell .contact-content{max-width:initial;align-items:center;margin-bottom:3rem}section.contact-section .container .contact-persons .contact .cell .contact-title{margin-bottom:1rem}section.contact-section .container .contact-persons .contact .cell:last-child{padding:0}}body.faqPage .rightCol section.contact-section .container{padding:0}body.faqPage .rightCol section.contact-section .container hr.divider{margin:0}body.faqPage .rightCol section.contact-section .container .contact-persons{display:block;margin-top:5rem}body.faqPage .rightCol section.contact-section .container .contact-persons .contact{display:block}body.faqPage .rightCol section.contact-section .container .contact-persons .contact .cell{display:block;text-align:center;padding:0}body.faqPage .rightCol section.contact-section .container .contact-persons .contact .cell .contact-img{margin:0 auto 2rem auto}body.faqPage .rightCol section.contact-section .container .contact-persons .contact .cell .contact-content{max-width:initial;align-items:center;margin-bottom:3rem}body.faqPage .rightCol section.contact-section .container .contact-persons .contact .cell .contact-title{margin-bottom:1rem}body.faqPage .rightCol section.contact-section .container .contact-persons .contact .cell:last-child{padding:0}section.news-section{margin-bottom:9.2rem}section.news-section article{margin-bottom:5rem}section.news-section article p{hyphens:auto}section.news-section article .newscard{position:relative;display:flex;min-height:17.4rem}section.news-section article .newscard .newscard-body{display:flex;flex:1 1 auto}section.news-section article .newscard .newscard-body .btn{position:absolute;bottom:2rem;left:2rem}@media(max-width: 767.98px){section.news-section{margin-bottom:5rem}section.news-section article .newscard{min-height:12.4rem}}@media(max-width: 579.98px){section.news-section{margin-bottom:0}}.staff-section .staff-title{margin-left:12rem;position:absolute}.staff-section .staff-person{max-width:520px;margin-left:0;margin-right:16rem;margin-bottom:13rem}.staff-section .staff-person:nth-child(even){margin-right:0}.staff-section .staff-person:nth-child(3),.staff-section .staff-person:nth-child(7),.staff-section .staff-person:nth-child(11){margin-left:17.6rem}.staff-section .staff-person .image-responsive{margin-bottom:5.7rem}.staff-section .staff-person blockquote{font-family:"Source Serif Pro",sans-serif;font-weight:300;font-size:3.5rem;margin-bottom:4rem}@media(max-width: 767.98px){.staff-section .staff-person blockquote{hyphens:auto;font-size:2rem}}.staff-section .staff-person cite{font-family:"Be Vietnam Pro",sans-serif;font-weight:300;font-size:2.3rem;font-style:normal}@media(max-width: 767.98px){.staff-section .staff-person cite{font-size:1.5rem}}.staff-section .staff-person a.link-email{display:block;margin-top:1rem;color:#000}.staff-section .staff-person a.link-email:hover{color:#408381}.staff-section .staff-person.orientation__landscape{margin-top:18.7rem;max-width:580px}@media(max-width: 1365.98px){.staff-section .staff-title{margin-left:0;position:relative}.staff-section .staff-person{margin-left:0;margin-right:0;margin-bottom:8rem;max-width:320px}.staff-section .staff-person:nth-child(3),.staff-section .staff-person:nth-child(7),.staff-section .staff-person:nth-child(11){margin-left:17rem}.staff-section .staff-person.orientation__landscape{margin-top:0;max-width:497px}.staff-section .staff-person .image-responsive{margin-bottom:3rem}}@media(max-width: 1023.98px){.staff-section .staff-person:nth-child(3),.staff-section .staff-person:nth-child(7),.staff-section .staff-person:nth-child(11){margin-left:0}.staff-section .staff-person blockquote{margin-bottom:2.5rem}}.map-section{order:-1;position:relative;margin-bottom:3.5rem;padding:7.4rem 0 3.8rem;min-height:30rem;background-color:#eff9f4;overflow:hidden;text-align:center}@media(min-width: 768px){.map-section{order:0;margin-bottom:7.2rem;padding:11.2rem 0 7.2rem}}.map-section .container{max-width:none;padding-left:2rem;padding-right:2rem;margin-left:auto}.map-section .btn-round{position:absolute;z-index:2;top:20.4rem;right:2.6rem;cursor:default}@media(min-width: 1488px){.map-section .btn-round{right:50%;transform:translateX(71.8rem)}}@media(max-width: 767.98px){.map-section .container{padding-right:0;padding-left:0}.map-section .container .map-footer{position:relative}}.map-header{position:absolute;width:100%;z-index:2;margin:auto;text-align:center}.map-header .map-title{display:inline-block;font-weight:300;font-family:"Source Serif Pro",serif;padding:0;margin:0;background-color:#e2efea;-webkit-box-shadow:0px 0px 5px 5px #e2efea;-moz-box-shadow:0px 0px 5px 5px #e2efea;box-shadow:0px 0px 5px 5px #e2efea}@media(min-width: 768px){.map-header{top:6.8rem}}.map-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.map-footer{position:absolute;width:100%;z-index:2;bottom:0}.map{max-width:100%;width:100%;height:auto}@media(min-width: 580px){.map-controls{margin-bottom:4.6rem}}.map-controls .btn{font-size:2.2rem;background-color:#e2efea;-webkit-box-shadow:0px 0px 5px 5px #e2efea;-moz-box-shadow:0px 0px 5px 5px #e2efea;box-shadow:0px 0px 5px 5px #e2efea}@media(min-width: 768px){.map-controls .btn{font-size:4rem;margin-right:1.8rem}.map-controls .btn:last-child{margin-right:0}}.map-info{font-size:1.5rem;padding:3px 8px;width:fit-content;background-color:#e2efea;margin:auto}.map-help{display:none;position:absolute;z-index:1200;right:0;bottom:0}.map-help .poi-toggle{font-size:1.5rem;font-weight:300;padding:3px 5px}.map-help .poi-toggle:hover,.map-help .poi-toggle:focus{background-color:#000}.map-help .poi-toggle.active{color:#fff;background-color:#000}.map-help .poi-toggle.active:hover{background-color:#e2efea}@media(max-width: 767.98px){.map-section{padding:2rem 0 0 0}.map-help,.map-controls,.map-footer{position:relative}.map-info{margin-bottom:1rem;margin-top:1rem}}svg .has-popup{cursor:pointer}.st244,.st243,.st245{visibility:hidden}svg.map.highlight g#klick_00000104684639767276928440000014788275588287555263_ .st244{animation:fade ease 3s;-webkit-animation:fade ease 3s;-moz-animation:fade ease 3s;-o-animation:fade ease 3s;-ms-animation:fade ease 3s;animation-iteration-count:infinite}@keyframes fade{0%{opacity:.3}50%{opacity:1}100%{opacity:.3}}.social-networks{margin:0 -0.6rem;display:flex;align-items:center;font-size:2rem}@media(min-width: 768px){.social-networks{margin:0 -1.1rem;font-size:3.8rem}}.social-networks>li{padding:0 .6rem}@media(min-width: 768px){.social-networks>li{padding:0 1.1rem}}.social-networks a{display:block}.social-networks .icon{display:block}.nav{transition:opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;padding-bottom:4.4rem;background-color:#c5e0d6;overflow-y:auto;opacity:0;visibility:hidden}.nav .logo-nav{margin-bottom:9.4rem;display:block}@media(max-width: 767.98px){.nav .logo-nav{margin-bottom:5rem;margin-top:1rem}}@media(min-width: 768px){.nav{padding-bottom:6rem}}@media(min-width: 1024px){.nav{padding-bottom:11.4rem}}.nav-header{min-height:4.1rem;padding:.2rem 0;margin-bottom:0;display:flex;align-items:center;justify-content:flex-end}@media(min-width: 768px){.nav-header{min-height:10rem}}.nav-title{margin-bottom:1.2rem}.nav-title a{color:currentColor}.nav-title-secondary{margin-bottom:1.6rem;font-family:"Source Serif Pro",serif;font-weight:300}.nav-list>li{border-top:1px solid #000}.nav-list a{display:block;padding:.95rem 0;color:currentColor}.nav-list a.current{font-weight:500;color:#408381}.nav-list a.current:hover{color:#000}.nav-list a:hover{color:#408381}.nav-list-img>li{padding:3.4rem 0}.nav-list-img a{padding:0}.nav-list-img img{width:100%}body.nav-active .nav{opacity:1;visibility:visible}.nav.hidden{display:none}.nav-opener{margin-right:-0.5rem;font-size:1.7rem}@media(min-width: 768px){.nav-opener{font-size:2.4rem}}.nav-active{overflow:hidden}.card-col-group{display:flex;flex-direction:column}.card-col-group .card{height:auto;width:100%;flex-grow:2.8}.card-col-group .card-body{min-height:14.7rem}@media(min-width: 768px){.card-col-group .card-body{min-height:9.2rem}}.card-col-group .card-mini{flex-grow:2}.card{z-index:1;height:100%;min-height:13.5rem}@media(min-width: 768px){.card{min-height:37.4rem}}.card-body{position:relative;min-height:9.2rem;padding:1rem;display:flex;flex-direction:column;align-items:flex-start}@media(min-width: 768px){.card-body{padding:2.1rem 2.3rem}}.card-img-holder{position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;overflow:hidden}.card-img-holder img{width:100%;height:100%;object-fit:cover}.card-sm .card-img-holder{top:-2.2rem}@media(min-width: 768px){.card-sm .card-img-holder{top:-3.5rem}}.card-title-top{align-self:flex-end;margin-bottom:0;margin-left:2rem;max-width:23.8rem;padding:.6rem 1rem;background-color:#c5e0d6}@media(min-width: 768px){.card-title-top{margin-left:3.2rem;padding:1.36rem 2rem;max-width:45.2rem}}.card .btn{margin-top:auto}.card-mini{min-height:18.6rem;max-width:32.8rem;margin-left:auto}.card-mini .card-body{align-items:center;justify-content:center}.card-mini .btn{margin-top:0}.card-simple{flex-direction:row-reverse;padding:1.1rem 1.5rem 1.4rem;background-color:rgba(236,217,165,.24)}@media(min-width: 768px){.card-simple{padding:2.1rem 2.3rem;min-height:24rem}}@media(min-width: 1024px){.card-simple{min-height:37.4rem;padding:0;padding-top:2.2rem;flex-direction:column;background-color:rgba(236,217,165,.5)}}.card-simple .card-img{padding-top:.5rem;padding-left:.6rem;padding-right:.5rem}@media(min-width: 1024px){.card-simple .card-img{padding-top:0;padding-left:1.5rem;padding-right:1.5rem}}.card-simple .card-body{width:84%;padding-top:0}@media(min-width: 1024px){.card-simple .card-body{width:auto}}@media(max-width: 1023.98px){.card-simple .card-body{padding:0;padding-right:.5rem}}.card-simple .card-title{margin-bottom:0}@media(min-width: 1024px){.card-simple .card-title{padding-left:1.2rem;padding-right:1.2rem}}.card-simple-lg{padding:2.5rem 3rem 3.1rem;background-color:#ecd9a5}@media(min-width: 768px){.card-simple-lg{padding:10.4rem 11rem 5.5rem}}.card-simple-lg .card-title{position:relative;margin-bottom:2rem;font-weight:600;line-height:1.733333;background-image:repeating-linear-gradient(180deg, transparent, transparent 2.55rem, #000 2.55rem, #000 2.65rem)}@media(min-width: 768px){.card-simple-lg .card-title{margin-bottom:7.7rem;line-height:1.66666;background-image:repeating-linear-gradient(180deg, transparent, transparent 3.95rem, #000 3.95rem, #000 4.05rem)}}@media(min-width: 1024px){.card-simple-lg .card-title{background-image:repeating-linear-gradient(180deg, transparent, transparent 4.95rem, #000 4.95rem, #000 5.05rem)}}.card-simple-lg .card-body{padding:0}.card-group{max-width:57.5rem;flex-direction:column;background-color:#c5e0d6}@media(min-width: 580px){.card-group{flex-direction:column}}@media(min-width: 768px){.card-group{padding-top:3rem}}@media(min-width: 1024px){.card-group{padding-top:1rem;min-height:30.6rem;flex-direction:row;align-items:center}}.card-group .card-img{padding:2rem 2.4rem 0 3.2rem;text-align:center}@media(min-width: 1024px){.card-group .card-img{padding:2rem;padding-left:3.5rem;width:54.5%}}.card-group .card-body{min-height:auto;padding:.6rem 2.4rem 2.2rem 3.2rem}@media(min-width: 1024px){.card-group .card-body{padding:2rem;width:45.5%}}.card-group .card-title{margin-bottom:0}.teaser{margin-bottom:4rem;position:relative}@media(max-width: 767.98px){.teaser{margin-bottom:2rem}}.teaser.photo-teaser.beige{background-color:#ecd9a5}.teaser.photo-teaser.green{background-color:#8ead97}.teaser.photo-teaser.gray{background-color:#dee2e6}.teaser.photo-teaser .title{position:absolute;font-size:3rem;top:-65px;right:0;background-color:#c5e0d6;padding:2rem;width:calc(100% - 3rem);min-height:6rem}.teaser.photo-teaser .btn{position:absolute;bottom:3rem;left:3rem}.teaser.photo-teaser .image-responsive{margin-top:65px}.teaser.photo-teaser .image-responsive img.svg{padding:4rem;aspect-ratio:575/382}@media(max-width: 1023.98px){.teaser.photo-teaser .title{width:calc(100% - 3rem)}}@media(max-width: 767.98px){.teaser.photo-teaser .title{top:-3.5rem;font-size:2rem;line-height:1.25}.teaser.photo-teaser .image-responsive{margin-top:3.5rem}}@media(max-width: 579.98px){.teaser.photo-teaser .title{width:calc(100% - 2rem)}.teaser.photo-teaser .image-responsive{margin-top:8rem}.teaser.photo-teaser .btn{bottom:2rem;left:2rem}}.teaser .multi-columns .teaser.photo-teaser .title,.teaser .teaser-block .teaser.photo-teaser .title{width:calc(100% - 4rem)}@media(max-width: 1023.98px){.teaser .multi-columns .teaser.photo-teaser .title,.teaser .teaser-block .teaser.photo-teaser .title{top:-65px}}.teaser.illustration-teaser{position:relative;padding:30px;display:block;height:calc(100% - 4rem)}.teaser.illustration-teaser.beige{background-color:#f2ebd2}.teaser.illustration-teaser.green{background-color:#c5e0d6}.teaser.illustration-teaser.white{background-color:#ced4da}.teaser.illustration-teaser .image-responsive img{margin-bottom:2rem}.teaser.illustration-teaser .content .title{margin-bottom:0;font-size:3rem;line-height:1.25}@media(max-width: 1365.98px){.teaser.illustration-teaser .content .title{font-size:2rem}}@media(max-width: 1023.98px){.teaser.illustration-teaser .content .title{font-size:3rem}}@media(max-width: 579.98px){.teaser.illustration-teaser .content .title{font-size:3rem}}.teaser.illustration-teaser .content a{color:#000}.teaser.illustration-teaser .content a.btn-link{font-family:"Be Vietnam Pro",sans-serif;font-weight:500;text-decoration:none;padding:0;margin-top:5px;margin-bottom:5px}.teaser.illustration-teaser .content a.btn-link:hover{color:#495057}.teaser.illustration-teaser.image__left{padding-top:50px;padding-bottom:50px}.teaser.illustration-teaser.image__top .image{width:60%}.teaser.illustration-teaser.image__top .content{width:100%}@media(min-width: 768px){.teaser.illustration-teaser.image__top{width:100%}}.teaser.photo-teaser-circle{display:flex;max-width:33rem;margin-left:auto}@media(max-width: 579.98px){.teaser.photo-teaser-circle{max-width:initial;margin:0}}.teaser.photo-teaser-circle .teaser-body{position:relative;display:flex;flex-direction:column;flex:1 1 auto;align-items:center;justify-content:center}.teaser.photo-teaser-circle .btn{position:absolute}@media(max-width: 1487.98px){.teaser.photo-teaser-circle .btn{left:-5rem;top:5rem}}@media(max-width: 1023.98px){.teaser.photo-teaser-circle .btn{left:initial;top:initial}}.teaser.faq-teaser{background-color:#ecd9a5;padding:30px;position:relative;max-width:460px;min-height:307px}@media(max-width: 767.98px){.teaser.faq-teaser{max-width:initial;min-height:initial}}.teaser.faq-teaser .title{line-height:50px;margin-bottom:4rem;background-image:-moz-linear-gradient(top, transparent, transparent 48px, #000000 0px);background-image:-webkit-linear-gradient(top, transparent, transparent 48px, #000000 0);-webkit-background-size:100% 50px;background-size:100% 50px}.teaser.faq-teaser .title a{color:#000;text-decoration:none}.teaser.faq-teaser .btn{margin-right:3rem;background-color:#fff;border-color:#fff;color:#000}@media(max-width: 767.98px){.teaser.faq-teaser .btn{position:relative}}.teaser.faq-teaser .image-responsive{margin-top:65px}.teaser.faq-teaser.big{max-width:573px}.teaser.faq-teaser.big .title{padding-right:2em;margin-bottom:5rem}.teaser.faq-teaser.big .btn{position:relative;margin-bottom:0}@media(max-width: 579.98px){.teaser.faq-teaser.big{padding:3rem}}section.teaser-block{padding-bottom:6rem}section.teaser-block hr.divider{margin:0 12rem}section.teaser-block .section-title{margin-top:2rem}section.teaser-block .teaser-cols{margin-top:5rem}@media(max-width: 579.98px){section.teaser-block .teaser-cols{margin-top:5rem}section.teaser-block .teaser-cols .teaser{margin-top:0}section.teaser-block .teaser-cols .teaser .image-responsive{margin-top:inherit}}section.teaser-block .teaser-cols.row-cols-2>*{flex:0 0 auto;width:50%}@media(max-width: 579.98px){section.teaser-block .teaser-cols.row-cols-2>*{flex:0 0 auto;width:100%}}@media(max-width: 374.98px){section.teaser-block .teaser-cols.row-cols-2>*{flex:0 0 auto;width:100%}}@media(max-width: 767.98px){section.teaser-block{margin-bottom:2rem}section.teaser-block .section-title{margin-top:2rem;margin-bottom:2rem}section.teaser-block hr.divider{margin:0}}section.teaser-block .teaser.faq-teaser.big{padding:120px 130px 60px 130px;max-width:100%}@media(max-width: 1365.98px){section.teaser-block .teaser.faq-teaser.big{padding:60px 60px 30px 60px}}@media(max-width: 767.98px){section.teaser-block .teaser.faq-teaser.big{padding:5rem}}@media(max-width: 579.98px){section.teaser-block .teaser.faq-teaser.big{padding:2rem}}@media(max-width: 1365.98px){section.teaser-block .teaser.photo-teaser .title{width:calc(100% - 2rem)}}section.teaser-block .teaser.illustration-teaser{margin-right:20%}@media(max-width: 767.98px){section.teaser-block .teaser.illustration-teaser{max-width:100%;margin-right:0}}.multicolumns{margin-bottom:7rem}@media(max-width: 579.98px){.multicolumns{margin-bottom:0}}@media(max-width: 767.98px){.multi-columns{margin-bottom:0}}.multi-columns .col p:last-of-type{margin-bottom:4rem}.multi-columns.row-cols-2{max-width:1242px;margin:auto}.multi-columns.row-cols-2>*{flex:0 0 auto;width:50%}.multi-columns.row-cols-2 .col p{max-width:45ch}@media(max-width: 579.98px){.multi-columns.row-cols-2{margin:initial}.multi-columns.row-cols-2>*{flex:0 0 auto;width:100%}.multi-columns.row-cols-2 .col p{max-width:35ch}}.multi-columns.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}@media(max-width: 1023.98px){.multi-columns.row-cols-3>*{flex:0 0 auto;width:50%}.multi-columns.row-cols-3 .col p{max-width:initial}.multi-columns.row-cols-3 .col:nth-child(3){width:100%}}@media(max-width: 767.98px){.multi-columns.row-cols-3>*{flex:0 0 auto;width:100%}.multi-columns.row-cols-3 .col p{max-width:35ch}}.popover{max-width:18rem;font-size:inherit}@media(min-width: 768px){.popover{max-width:25.6rem;font-size:2rem}}.popover .popover-arrow{pointer-events:none}.popup-card{display:flex;flex-direction:column;min-height:18rem}@media(min-width: 768px){.popup-card{min-height:23rem}}.popup-card-media{position:relative;padding-top:55.5%;overflow:hidden}.popup-card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4}.popup-card-title{hyphens:auto;position:absolute;left:0;bottom:0;right:0;margin-bottom:0;padding:.5rem 1.5rem;font-size:2rem}@media(max-width: 767.98px){.popup-card-title{font-size:1.5rem}}.popup-card-body{flex-grow:1;padding:1.5rem 1.5rem;line-height:1.25;font-weight:normal;font-size:1.5rem}.popup-card-body p{margin-bottom:.5rem}.popup-card-body p:last-child{margin-bottom:0}.popup-card-body .btn,.popup-card-body .btn-sm{font-size:1.5rem}@media(max-width: 767.98px){.popup-card-body{font-size:1rem}.popup-card-body .btn,.popup-card-body .btn-sm{font-size:1rem}}.col-30{width:30%}@media(min-width: 580px){.col-sm-30{width:30% !important}}@media(min-width: 768px){.col-md-30{width:30% !important}}@media(min-width: 1024px){.col-lg-30{width:30% !important}}@media(min-width: 1366px){.col-xl-30{width:30% !important}}@media(min-width: 1488px){.col-wide-30{width:30% !important}}.col-37{width:37.3%}@media(min-width: 580px){.col-sm-37{width:37.3% !important}}@media(min-width: 768px){.col-md-37{width:37.3% !important}}@media(min-width: 1024px){.col-lg-37{width:37.3% !important}}@media(min-width: 1366px){.col-xl-37{width:37.3% !important}}@media(min-width: 1488px){.col-wide-37{width:37.3% !important}}.col-42{width:41.7%}@media(min-width: 580px){.col-sm-42{width:41.7% !important}}@media(min-width: 768px){.col-md-42{width:41.7% !important}}@media(min-width: 1024px){.col-lg-42{width:41.7% !important}}@media(min-width: 1366px){.col-xl-42{width:41.7% !important}}@media(min-width: 1488px){.col-wide-42{width:41.7% !important}}.col-45{width:45.4%}@media(min-width: 580px){.col-sm-45{width:45.4% !important}}@media(min-width: 768px){.col-md-45{width:45.4% !important}}@media(min-width: 1024px){.col-lg-45{width:45.4% !important}}@media(min-width: 1366px){.col-xl-45{width:45.4% !important}}@media(min-width: 1488px){.col-wide-45{width:45.4% !important}}.col-47{width:47.3%}@media(min-width: 580px){.col-sm-47{width:47.3% !important}}@media(min-width: 768px){.col-md-47{width:47.3% !important}}@media(min-width: 1024px){.col-lg-47{width:47.3% !important}}@media(min-width: 1366px){.col-xl-47{width:47.3% !important}}@media(min-width: 1488px){.col-wide-47{width:47.3% !important}}.col-53{width:52.7%}@media(min-width: 580px){.col-sm-53{width:52.7% !important}}@media(min-width: 768px){.col-md-53{width:52.7% !important}}@media(min-width: 1024px){.col-lg-53{width:52.7% !important}}@media(min-width: 1366px){.col-xl-53{width:52.7% !important}}@media(min-width: 1488px){.col-wide-53{width:52.7% !important}}.col-55{width:54.6%}@media(min-width: 580px){.col-sm-55{width:54.6% !important}}@media(min-width: 768px){.col-md-55{width:54.6% !important}}@media(min-width: 1024px){.col-lg-55{width:54.6% !important}}@media(min-width: 1366px){.col-xl-55{width:54.6% !important}}@media(min-width: 1488px){.col-wide-55{width:54.6% !important}}.col-58{width:58.3%}@media(min-width: 580px){.col-sm-58{width:58.3% !important}}@media(min-width: 768px){.col-md-58{width:58.3% !important}}@media(min-width: 1024px){.col-lg-58{width:58.3% !important}}@media(min-width: 1366px){.col-xl-58{width:58.3% !important}}@media(min-width: 1488px){.col-wide-58{width:58.3% !important}}.col-70{width:70%}@media(min-width: 580px){.col-sm-70{width:70% !important}}@media(min-width: 768px){.col-md-70{width:70% !important}}@media(min-width: 1024px){.col-lg-70{width:70% !important}}@media(min-width: 1366px){.col-xl-70{width:70% !important}}@media(min-width: 1488px){.col-wide-70{width:70% !important}}.post-card-title{margin-bottom:1rem;line-height:1.325}@media(min-width: 768px){.post-card-title{margin-bottom:3rem}}@media(min-width: 1024px){.post-card-title{margin-bottom:6rem}}.post-card .card{min-height:14.4rem}@media(min-width: 580px){.post-card .card{min-height:20.8rem}}@media(min-width: 768px){.post-card .card{min-height:40.6rem}}@media(min-width: 768px){.post-card .card .btn{padding-top:1rem;padding-bottom:1rem}}ul.accordion{list-style-type:none;padding:0;margin:0}ul.accordion .accordion-item{border:0}ul.accordion .accordion-item:last-child{border-bottom:solid 1px #000}ul.accordion .accordion-header{border-top:solid 1px #000;font-family:"Be Vietnam Pro",sans-serif;font-weight:600;font-size:3rem}ul.accordion .accordion-header button.accordion-button{font-size:inherit;font-weight:inherit;box-shadow:none}ul.accordion .accordion-header button.accordion-button:not(.collapsed){color:inherit}ul.accordion .accordion-body{font-size:2.3rem}.bgr-faq-group{margin-bottom:100px}.bgr-faq-group h2,.bgr-faq-group .h2{font-family:"Be Vietnam Pro",sans-serif;font-weight:300;font-size:2.3rem}.bgr-faq-group ul.accordion .accordion-item.highlight{color:#408381}.bgr-faq-group ul.accordion .accordion-item.highlight button{color:inherit}.bgr-faq-group ul.accordion .accordion-header{font-family:"Be Vietnam Pro",sans-serif;font-weight:500;font-size:3rem}@media(max-width: 767.98px){.bgr-faq-group ul.accordion .accordion-header{hyphens:auto;font-size:2.5rem}}.bgr-faq-group ul.accordion .accordion-body{padding-top:0}.bgr-faq-group ul.accordion .accordion-body .btn{color:#000;text-decoration:none;font-size:1.8rem;font-weight:400;border:none;background-color:#fff}.bgr-faq-group ul.accordion .accordion-body .btn a.ck-link_selected{color:#000;text-decoration:none}.image-responsive img{width:100%;height:auto}.realestate__information{margin:100px 120px 0 120px}@media(max-width: 1023.98px){.realestate__information{margin:50px 0 0 0}}.realestate__information span.icon{display:block;font-size:5.8rem;margin-bottom:2.8rem}.realestate__information h3,.realestate__information .h3{font-family:"Be Vietnam Pro",sans-serif;font-weight:500;font-size:3rem;line-height:38px;border-bottom:solid 1px #000;padding-bottom:15px;margin-bottom:0}@media(max-width: 767.98px){.realestate__information h3,.realestate__information .h3{font-size:2rem}}.realestate__information p:first-of-type{margin-top:5px;hyphens:auto}.realestate__information figure{margin-bottom:50px}.realestate__information table{width:100%}@media(max-width: 767.98px){.realestate__information table{font-size:1.5rem}}.realestate__information table>:not(caption)>*>*{padding:.2rem 0}.realestate__information table td:nth-child(2){text-align:right}@media(max-width: 767.98px){.realestate__information p{font-size:1.5rem}}.realestate__information .row-cols-2>*{flex:0 0 auto;width:50%}@media(max-width: 767.98px){.realestate__information .row-cols-2>*{flex:0 0 auto;width:100%}}.realestate__information .row-cols-3>*{flex:0 0 auto;width:33.3333333333%}@media(max-width: 1023.98px){.realestate__information .row-cols-3>*{flex:0 0 auto;width:50%}}@media(max-width: 767.98px){.realestate__information .row-cols-3>*{flex:0 0 auto;width:100%}}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.carousel-control-prev-icon{width:50px;height:50px}.carousel-control-next-icon{width:50px;height:50px}.glide__arrow{box-shadow:none;border:0;top:50%;padding:0}.glide__arrow.glide__arrow--left{left:1rem}.glide__arrow.glide__arrow--right{right:1rem}@media(min-width: 1366px){.glide__arrow.glide__arrow--left{left:-60px}.glide__arrow.glide__arrow--right{right:-60px}.glide__arrow .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 16 16'%3E%3Cpath d='M11.354,1.646C11.448,1.74 11.501,1.867 11.501,2C11.501,2.133 11.448,2.26 11.354,2.354L5.707,8L11.354,13.646C11.448,13.74 11.501,13.867 11.501,14C11.501,14.275 11.275,14.501 11,14.501C10.867,14.501 10.74,14.448 10.646,14.354L4.646,8.354C4.552,8.26 4.499,8.133 4.499,8C4.499,7.867 4.552,7.74 4.646,7.646L10.646,1.646C10.74,1.552 10.867,1.499 11,1.499C11.133,1.499 11.26,1.552 11.354,1.646Z'/%3E%3C/svg%3E")}.glide__arrow .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 16 16'%3E%3Cpath d='M4.646,1.646C4.74,1.552 4.867,1.499 5,1.499C5.133,1.499 5.26,1.552 5.354,1.646L11.354,7.646C11.448,7.74 11.501,7.867 11.501,8C11.501,8.133 11.448,8.26 11.354,8.354L5.354,14.354C5.26,14.448 5.133,14.501 5,14.501C4.725,14.501 4.499,14.275 4.499,14C4.499,13.867 4.552,13.74 4.646,13.646L10.293,8L4.646,2.354C4.552,2.26 4.499,2.133 4.499,2C4.499,1.867 4.552,1.74 4.646,1.646Z' /%3E%3C/svg%3E%0A")}}.fancybox__container{z-index:1600}label .required{position:absolute}.required{color:red;margin-left:2px;font-size:2rem;margin-top:-2px}.text-only-element{padding:1.5rem 1.2rem;border-radius:8px;background-color:#fff;margin-bottom:3.2rem;display:inline-block}.text-only-element .amount{font-weight:bold;font-size:3rem;margin-left:1rem}.parsley-errors-list,.validation-errors-list{display:none;font-size:1.6rem}.parsley-errors-list.filled,.validation-errors-list.filled{display:inline-block;margin:0;color:#dc3545;border-top:none;padding:5px 10px;list-style-type:none;position:absolute;top:0;right:0;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)}.parsley-errors-list.filled>li,.validation-errors-list.filled>li{color:#dc3545;padding-left:0;font-weight:300;margin-bottom:10px}.parsley-errors-list.filled>li:last-of-type,.validation-errors-list.filled>li:last-of-type{margin-bottom:0}@media(max-width: 767.98px){.parsley-errors-list.filled,.validation-errors-list.filled{position:relative;width:100%;background-color:#dc3545}.parsley-errors-list.filled>li,.validation-errors-list.filled>li{color:#fff}}.form-control.file-upload .validation-errors-list,.form-control.rcpt .validation-errors-list{margin-bottom:15px;position:relative;background-position:top left;padding:0 25px}.form-control.rcpt{padding:0}.form-element.parsley-error input{border:solid 2px #dc3545;border-radius:10px}.form-element.form-floating{border:solid 2px #fff;border-radius:10px}.form-element.form-floating.parsley-error{border:solid 2px #dc3545}.form-element.form-floating.parsley-error input{border:none}.form-control.parsley-error{border:solid 2px #dc3545;border-radius:10px}.file-upload:has(input.parsley-error){border:solid 2px #dc3545;border-radius:10px}.checkbox.parsley-error .form-check-input{border:solid 2px #dc3545}.checkbox.parsley-error .form-check-input:focus{border:solid 2px #dc3545}.parsley-error-message{float:left;width:100%}#application__form .application-head-wrap{background-color:#deede8;padding:20px 20px;border-top-left-radius:10px;border-top-right-radius:10px}#application__form .application-head-wrap .application-head{padding:25px 30px;background-color:#fff;border-radius:10px}#application__form .grid-cols-2{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}#application__form .form-element .form-text{padding:5px 10px}#parking__application__form .application-head-wrap{background-color:#deede8;padding:20px 20px;border-top-left-radius:10px;border-top-right-radius:10px}#parking__application__form .application-head-wrap .application-head{padding:25px 30px;background-color:#fff;border-radius:10px}#damagereport__form #deviceModelMakeAndSerialHelp{display:none}#damagereport__form #deviceModelMakeAndSerialHelp.show{display:flex}.callforapplication__items .callforapplication__item table{margin-bottom:2rem}.callforapplication__items .callforapplication__item table th{font-weight:300}.callforapplication__items .callforapplication__item .button-plus{font-size:3rem}.callforapplication__items .callforapplication__item .button-bar{float:right;margin:-10px}.callforapplication__items .callforapplication__item .button-bar a{margin:10px}.callforapplication__item{border-bottom:1px solid #000;padding:20px 0}.callforapplication__item:first-child{border-top:1px solid #000}.callforapplication__item .type__icon{width:50px;height:50px;float:right}@media(max-width: 767.98px){.callforapplication__item h3,.callforapplication__item .h3{font-size:2rem}}.callforapplication__item .carousel{max-width:340px;margin-bottom:20px}.specialcallforapplication__item td{padding-top:10px;vertical-align:middle}@media(max-width: 1023.98px){.specialcallforapplication__item td.full-width-mobile{padding-top:20px;border-top:solid 2px #000 !important}}.specialcallforapplication__item .badge-availability{font-size:.75em;text-align:center;border-radius:.25rem;white-space:nowrap;line-height:1;padding:.9rem 1.2rem;margin-top:3px}@media(max-width: 1023.98px){.specialcallforapplication__item .badge-availability{font-size:1em}}.specialcallforapplication__item .badge-reserved{background-color:#f2ebd2;color:#806d40}.specialcallforapplication__item .badge-rented{background-color:#f8e2e2;color:#670909}.specialcallforapplication__item_details .carousel{max-width:unset;margin-bottom:0}@media(min-width: 768px){.specialcallforapplication__item_details ul li,.specialcallforapplication__item_details table td{font-size:1.8rem;line-height:1.266666}}.specialcallforapplication__item_details td.show{border-bottom-color:#000}#residentialmarket-filter,#residentialmarket-sorting{display:inline-flex;gap:5px;align-items:center}#residentialmarket-filter .form-element,#residentialmarket-sorting .form-element{border-color:#c5e0d6}#residentialmarket-filter .form-element select,#residentialmarket-sorting .form-element select{min-width:100px}#residentialmarket-filter .form-element #sort-order,#residentialmarket-sorting .form-element #sort-order{min-width:165px}#residentialmarket-filter .form-element,#residentialmarket-sorting .form-element{margin-bottom:50px}@media(max-width: 1023.98px){#residentialmarket-filter .form-element,#residentialmarket-sorting .form-element{margin-bottom:30px}}@media(max-width: 767.98px){#residentialmarket-filter,#residentialmarket-sorting{display:block}#residentialmarket-filter .form-element,#residentialmarket-sorting .form-element{margin-bottom:10px}}#reset-filter-link{margin-left:30px}#residentialmarket-filter .form-element:has(select:empty){display:none}.specialcallforapplication__table tbody{border-top:none !important}@media(max-width: 1365.98px){.specialcallforapplication__table .column-street{background-color:#adff2f;display:none !important}}@media(max-width: 1023.98px){.specialcallforapplication__table tr{display:flex;flex-direction:column}.specialcallforapplication__table .column-street{display:flex}}#residentialmarket__map{width:100%;padding-bottom:35%}@media(max-width: 767.98px){#residentialmarket__map{padding-bottom:70%}}#residentialmarket__map .maps__infowindow{font-weight:bold;font-family:"Be Vietnam Pro",sans-serif}#residentialmarket__map .gm-style .gm-style-iw-c{border-radius:0}body.homePage .header{position:fixed;z-index:1500;top:0;left:0}body.homePage .header .logo{opacity:0;visibility:hidden}body.homePage .header.header-fixed .logo{opacity:1;visibility:visible}body.homePage .teaser-block{padding-bottom:0}body.faqPage{background-color:#ecd9a5}body.faqPage .header{background-color:#fff}body.faqPage .faq-content{margin-top:6rem}@media(max-width: 767.98px){body.faqPage .faq-content{margin-top:3rem}body.faqPage .faq-content h1,body.faqPage .faq-content .h1{font-size:2.5rem}}body.faqPage #faq__search{font-family:"Source Serif Pro",sans-serif;font-weight:300;font-size:3rem;background:inherit;padding:1rem;border-radius:0;border-bottom:1px solid #000;font-style:italic;color:#000;background-image:url(../../89d3031150a748574a09a978bd79aeb9.svg);background-repeat:no-repeat;background-size:3rem;background-position-x:right;background-position-y:center}body.faqPage #faq__search::placeholder{color:#000}@media(max-width: 767.98px){body.faqPage #faq__search{width:100% !important;font-size:2rem}}body.faqPage .rightCol .teaser.photo-teaser-circle{max-width:100%}body.faqPage .rightCol .teaser.photo-teaser-circle .btn{right:3rem;top:-13rem;width:20rem;height:20rem;left:initial}@media(max-width: 1023.98px){body.faqPage .rightCol .teaser.photo-teaser-circle .btn{right:initial;top:initial;width:16rem;height:16rem}}body.faqPage .teaser.illustration-teaser.white{background-color:#fff}section.realestate-group-teasers .realestate-group-item{position:relative;margin-bottom:4rem;background-color:#408381}@media(max-width: 767.98px){section.realestate-group-teasers .realestate-group-item{margin-bottom:1rem}}section.realestate-group-teasers .realestate-group-item .teaser-image{opacity:.6}section.realestate-group-teasers .realestate-group-item:hover .teaser-image{opacity:1}section.realestate-group-teasers .realestate-group-item .overlay-text{position:absolute;min-height:auto;padding:2.1rem 2.3rem;bottom:0}section.realestate-group-teasers .realestate-group-item .overlay-text .title{font-size:3rem;color:#fff;margin-bottom:0}@media(max-width: 1023.98px){section.realestate-group-teasers .realestate-group-item .overlay-text .title{font-size:2rem}}.realestate-groups-carousel .realestate-group-item{position:relative;background-color:#408381}.realestate-groups-carousel .realestate-group-item .teaser-image{opacity:.6}.realestate-groups-carousel .realestate-group-item .overlay-text{position:absolute;min-height:auto;padding:2.1rem 2.3rem;bottom:0}.realestate-groups-carousel .realestate-group-item .overlay-text .title{font-size:3rem;color:#fff;margin-bottom:0}@media(max-width: 1023.98px){.realestate-groups-carousel .realestate-group-item .overlay-text .title{font-size:2rem}}section.realestate-groups{margin-top:7rem}a.back-to-overview{margin-left:120px;color:#000;font-size:2rem}a.back-to-overview .icon{font-size:1.5rem;margin-right:1rem}@media(max-width: 767.98px){a.back-to-overview{font-size:1.5rem;margin-left:0}}.bgr-realestate-group{margin-bottom:115px}.bgr-realestate-group figure{margin-bottom:50px}.bgr-realestate-group figure table td{padding:5px 0;hyphens:auto}.bgr-realestate-group p{margin-bottom:50px}.bgr-realestate-group ul .accordion-item{border:none}.bgr-realestate-group ul .accordion-item .accordion-header{border:none;font-size:3rem;line-height:5rem}@media(max-width: 767.98px){.bgr-realestate-group ul .accordion-item .accordion-header{font-size:2rem;line-height:3rem;margin:0}}.bgr-realestate-group ul .accordion-item .accordion-header .accordion-button{padding:20px 0;border-top:solid 1px #000}.bgr-realestate-group ul .accordion-item:last-child{border-bottom:none}.bgr-realestate-group ul .accordion-item:last-child .accordion-button.collapsed{border-bottom:solid 1px #000}.bgr-realestate-group ul .accordion-item .accordion-body div .photo-right{text-align:right}.bgr-realestate-group h2.accordion-header,.bgr-realestate-group .accordion-header.h2{margin-left:120px;margin-right:120px}

/*# sourceMappingURL=main.min.css.map*/