@charset "UTF-8";:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{-webkit-animation:f-spinner-rotate 2s linear infinite;animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{fill:none;stroke-width:var(--f-spinner-stroke)}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{-webkit-animation:f-spinner-dash 2s ease-in-out infinite;animation:f-spinner-dash 2s ease-in-out infinite;stroke:var(--f-spinner-color-2)}@-webkit-keyframes f-spinner-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes f-spinner-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{-webkit-animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp;animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{-webkit-animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown;animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@-webkit-keyframes f-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0);transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0);transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@-webkit-keyframes f-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,var(--f-throw-out-distance,150px),0);transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}@keyframes f-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,var(--f-throw-out-distance,150px),0);transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{-webkit-animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp;animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{-webkit-animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown;animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@-webkit-keyframes f-zoomInUp{0%{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes f-zoomInUp{0%{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes f-zoomOutDown{to{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}}@keyframes f-zoomOutDown{to{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{-webkit-animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{-webkit-animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@-webkit-keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-fadeOut{to{opacity:0}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{-webkit-animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{-webkit-animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@-webkit-keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@-webkit-keyframes f-fadeFastOut{to{opacity:0}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{-webkit-animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{-webkit-animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@-webkit-keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-fadeSlowOut{to{opacity:0}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{-webkit-animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{-webkit-animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@-webkit-keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-crossfadeOut{to{opacity:0}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@-webkit-keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-slideOutNext{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes f-slideOutNext{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes f-slideOutPrev{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes f-slideOutPrev{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.f-classicIn.from-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@-webkit-keyframes f-classicInNext{0%{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-classicInNext{0%{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-classicInPrev{0%{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-classicOutNext{to{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}}@keyframes f-classicOutNext{to{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}}@-webkit-keyframes f-classicOutPrev{to{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}}@keyframes f-classicOutPrev{to{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);-webkit-box-shadow:var(--f-button-shadow);box-shadow:var(--f-button-shadow);-webkit-box-sizing:content-box;box-sizing:content-box;color:var(--f-button-color);cursor:pointer;height:var(--f-button-height);margin:0;padding:0;pointer-events:all;position:relative;-webkit-transition:var(--f-button-transition);transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{-webkit-box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);-webkit-filter:var(--f-button-svg-filter);filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:var(--f-button-svg-stroke-width);-webkit-transform:var(--f-button-transform);transform:var(--f-button-transform);-webkit-transition:opacity .15s ease;transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{-ms-touch-action:none;touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;bottom:0;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;position:fixed;right:0;top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;color:#f8f8f8;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;z-index:var(--fancybox-zIndex,1050);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container::-ms-backdrop{background-color:transparent}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__track{margin:0 auto}.fancybox__slide,.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;padding:4px;width:100%;-ms-scroll-chaining:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;overscroll-behavior:contain;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;-ms-flex-direction:column;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:none;transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{display:block;-webkit-filter:blur(0);filter:blur(0);height:100%;margin:auto;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox__caption{-ms-flex-item-align:center;align-self:center;max-width:100%;-ms-flex-negative:0;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{-webkit-animation:f-fadeOut .15s ease-out both;animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){-webkit-animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn;animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn;animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){-webkit-animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut;animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut;animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{max-width:100%;-ms-flex-negative:1;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(#ebeff2),to(#e2e8f0));background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%}.f-thumbs__slide,.f-thumbs__track{display:-webkit-box;display:-ms-flexbox;display:flex}.f-thumbs__slide{position:relative;-webkit-box-flex:0;-webkit-box-sizing:content-box;box-sizing:content-box;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;cursor:pointer;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-webkit-max-content;width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc((var(--f-thumb-clip-width, 0))*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;-webkit-transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transform:translate3d(calc(var(--shift, 0)*-1px),0,0);-webkit-transition:none;transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{-webkit-transition:-webkit-transform .33s ease;transition:-webkit-transform .33s ease;transition:transform .33s ease;transition:transform .33s ease,-webkit-transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{-webkit-transition:clip-path .33s ease;transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{-webkit-filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:var(--f-thumb-width)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*(1 - var(--progress, 0))*0.5) round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{-webkit-animation:f-fadeIn .2s ease-out;animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;-webkit-transition:max-height .35s cubic-bezier(.23,1,.32,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.05)));background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.05)));background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{-webkit-transition:none!important;transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;color:var(--fancybox-color,currentColor);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{-webkit-animation:f-fadeOut .15s ease-out both;animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.fancybox__toolbar__column.is-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:flex}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-ms-flexbox;display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:30}.multi-menu{height:100%;overflow:hidden;position:relative}.multi-menu ul{background-color:#fff;display:block;min-height:100%;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:100%}.multi-menu ul[data-id]{left:0;position:absolute;top:0}@font-face{font-display:fallback;font-family:PT Sans;font-stretch:normal;font-style:normal;font-weight:400;src:url(../Fonts/PTSans-Regular.woff2) format("woff2")}@font-face{font-display:fallback;font-family:PT Sans;font-stretch:normal;font-style:normal;font-weight:700;src:url(../Fonts/PTSans-Bold.woff2) format("woff2")}@font-face{font-display:fallback;font-family:PT Sans;font-stretch:normal;font-style:italic;font-weight:400;src:url(../Fonts/PTSans-Italic.woff2) format("woff2")}@font-face{font-display:fallback;font-family:PT Sans;font-stretch:normal;font-style:italic;font-weight:700;src:url(../Fonts/PTSans-BoldItalic.woff2) format("woff2")}@font-face{font-display:fallback;font-family:Material Symbols Rounded;font-stretch:normal;font-style:normal;font-weight:400;src:url(../Fonts/MaterialIconsRound-Regular.woff2) format("woff2")}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-sm-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-sm-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!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-30{margin:3rem!important}.m-sm-45{margin:4.5rem!important}.m-sm-60{margin:6rem!important}.m-sm-90{margin:9rem!important}.m-sm-120{margin:12rem!important}.m-sm-8{margin:.8rem!important}.m-sm-25{margin:2.5rem!important}.m-sm-40{margin:4rem!important}.m-sm-50{margin:5rem!important}.m-sm-75{margin:7.5rem!important}.m-sm-85{margin:8.5rem!important}.m-sm-100{margin:10rem!important}.m-sm-144{margin:14.4rem!important}.m-sm-170{margin:17rem!important}.m-sm-220{margin:22rem!important}.m-sm-350{margin:35rem!important}.m-sm-87{margin:8.7rem!important}.m-sm-168{margin:16.8rem!important}.m-sm-175{margin:17.5rem!important}.m-sm-338{margin:33.8rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-10{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-20{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-30{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-60{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-90{margin-left:9rem!important;margin-right:9rem!important}.mx-sm-120{margin-left:12rem!important;margin-right:12rem!important}.mx-sm-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-sm-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-sm-40{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-50{margin-left:5rem!important;margin-right:5rem!important}.mx-sm-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-sm-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-sm-100{margin-left:10rem!important;margin-right:10rem!important}.mx-sm-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-sm-170{margin-left:17rem!important;margin-right:17rem!important}.mx-sm-220{margin-left:22rem!important;margin-right:22rem!important}.mx-sm-350{margin-left:35rem!important;margin-right:35rem!important}.mx-sm-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-sm-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-sm-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-sm-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-sm-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-sm-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-sm-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-sm-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-sm-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-sm-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-sm-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-sm-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-sm-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-sm-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-sm-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-sm-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-sm-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-sm-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-sm-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-sm-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!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-30{margin-top:3rem!important}.mt-sm-45{margin-top:4.5rem!important}.mt-sm-60{margin-top:6rem!important}.mt-sm-90{margin-top:9rem!important}.mt-sm-120{margin-top:12rem!important}.mt-sm-8{margin-top:.8rem!important}.mt-sm-25{margin-top:2.5rem!important}.mt-sm-40{margin-top:4rem!important}.mt-sm-50{margin-top:5rem!important}.mt-sm-75{margin-top:7.5rem!important}.mt-sm-85{margin-top:8.5rem!important}.mt-sm-100{margin-top:10rem!important}.mt-sm-144{margin-top:14.4rem!important}.mt-sm-170{margin-top:17rem!important}.mt-sm-220{margin-top:22rem!important}.mt-sm-350{margin-top:35rem!important}.mt-sm-87{margin-top:8.7rem!important}.mt-sm-168{margin-top:16.8rem!important}.mt-sm-175{margin-top:17.5rem!important}.mt-sm-338{margin-top:33.8rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!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-30{margin-right:3rem!important}.me-sm-45{margin-right:4.5rem!important}.me-sm-60{margin-right:6rem!important}.me-sm-90{margin-right:9rem!important}.me-sm-120{margin-right:12rem!important}.me-sm-8{margin-right:.8rem!important}.me-sm-25{margin-right:2.5rem!important}.me-sm-40{margin-right:4rem!important}.me-sm-50{margin-right:5rem!important}.me-sm-75{margin-right:7.5rem!important}.me-sm-85{margin-right:8.5rem!important}.me-sm-100{margin-right:10rem!important}.me-sm-144{margin-right:14.4rem!important}.me-sm-170{margin-right:17rem!important}.me-sm-220{margin-right:22rem!important}.me-sm-350{margin-right:35rem!important}.me-sm-87{margin-right:8.7rem!important}.me-sm-168{margin-right:16.8rem!important}.me-sm-175{margin-right:17.5rem!important}.me-sm-338{margin-right:33.8rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!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-30{margin-bottom:3rem!important}.mb-sm-45{margin-bottom:4.5rem!important}.mb-sm-60{margin-bottom:6rem!important}.mb-sm-90{margin-bottom:9rem!important}.mb-sm-120{margin-bottom:12rem!important}.mb-sm-8{margin-bottom:.8rem!important}.mb-sm-25{margin-bottom:2.5rem!important}.mb-sm-40{margin-bottom:4rem!important}.mb-sm-50{margin-bottom:5rem!important}.mb-sm-75{margin-bottom:7.5rem!important}.mb-sm-85{margin-bottom:8.5rem!important}.mb-sm-100{margin-bottom:10rem!important}.mb-sm-144{margin-bottom:14.4rem!important}.mb-sm-170{margin-bottom:17rem!important}.mb-sm-220{margin-bottom:22rem!important}.mb-sm-350{margin-bottom:35rem!important}.mb-sm-87{margin-bottom:8.7rem!important}.mb-sm-168{margin-bottom:16.8rem!important}.mb-sm-175{margin-bottom:17.5rem!important}.mb-sm-338{margin-bottom:33.8rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!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-30{margin-left:3rem!important}.ms-sm-45{margin-left:4.5rem!important}.ms-sm-60{margin-left:6rem!important}.ms-sm-90{margin-left:9rem!important}.ms-sm-120{margin-left:12rem!important}.ms-sm-8{margin-left:.8rem!important}.ms-sm-25{margin-left:2.5rem!important}.ms-sm-40{margin-left:4rem!important}.ms-sm-50{margin-left:5rem!important}.ms-sm-75{margin-left:7.5rem!important}.ms-sm-85{margin-left:8.5rem!important}.ms-sm-100{margin-left:10rem!important}.ms-sm-144{margin-left:14.4rem!important}.ms-sm-170{margin-left:17rem!important}.ms-sm-220{margin-left:22rem!important}.ms-sm-350{margin-left:35rem!important}.ms-sm-87{margin-left:8.7rem!important}.ms-sm-168{margin-left:16.8rem!important}.ms-sm-175{margin-left:17.5rem!important}.ms-sm-338{margin-left:33.8rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n5{margin:-.5rem!important}.m-sm-n10{margin:-1rem!important}.m-sm-n15{margin:-1.5rem!important}.m-sm-n20{margin:-2rem!important}.m-sm-n30{margin:-3rem!important}.m-sm-n45{margin:-4.5rem!important}.m-sm-n60{margin:-6rem!important}.m-sm-n90{margin:-9rem!important}.m-sm-n120{margin:-12rem!important}.m-sm-n8{margin:-.8rem!important}.m-sm-n25{margin:-2.5rem!important}.m-sm-n40{margin:-4rem!important}.m-sm-n50{margin:-5rem!important}.m-sm-n75{margin:-7.5rem!important}.m-sm-n85{margin:-8.5rem!important}.m-sm-n100{margin:-10rem!important}.m-sm-n144{margin:-14.4rem!important}.m-sm-n170{margin:-17rem!important}.m-sm-n220{margin:-22rem!important}.m-sm-n350{margin:-35rem!important}.m-sm-n87{margin:-8.7rem!important}.m-sm-n168{margin:-16.8rem!important}.m-sm-n175{margin:-17.5rem!important}.m-sm-n338{margin:-33.8rem!important}.mx-sm-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-sm-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-sm-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-sm-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-sm-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-sm-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-sm-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-sm-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-sm-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-sm-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-sm-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-sm-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-sm-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-sm-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-sm-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-sm-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-sm-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-sm-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-sm-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-sm-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-sm-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-sm-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-sm-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-sm-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-sm-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-sm-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-sm-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-sm-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-sm-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-sm-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-sm-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-sm-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-sm-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-sm-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-sm-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-sm-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-sm-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-sm-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-sm-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-sm-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-sm-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-sm-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-sm-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-sm-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-sm-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-sm-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-sm-n5{margin-top:-.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-n30{margin-top:-3rem!important}.mt-sm-n45{margin-top:-4.5rem!important}.mt-sm-n60{margin-top:-6rem!important}.mt-sm-n90{margin-top:-9rem!important}.mt-sm-n120{margin-top:-12rem!important}.mt-sm-n8{margin-top:-.8rem!important}.mt-sm-n25{margin-top:-2.5rem!important}.mt-sm-n40{margin-top:-4rem!important}.mt-sm-n50{margin-top:-5rem!important}.mt-sm-n75{margin-top:-7.5rem!important}.mt-sm-n85{margin-top:-8.5rem!important}.mt-sm-n100{margin-top:-10rem!important}.mt-sm-n144{margin-top:-14.4rem!important}.mt-sm-n170{margin-top:-17rem!important}.mt-sm-n220{margin-top:-22rem!important}.mt-sm-n350{margin-top:-35rem!important}.mt-sm-n87{margin-top:-8.7rem!important}.mt-sm-n168{margin-top:-16.8rem!important}.mt-sm-n175{margin-top:-17.5rem!important}.mt-sm-n338{margin-top:-33.8rem!important}.me-sm-n5{margin-right:-.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-n30{margin-right:-3rem!important}.me-sm-n45{margin-right:-4.5rem!important}.me-sm-n60{margin-right:-6rem!important}.me-sm-n90{margin-right:-9rem!important}.me-sm-n120{margin-right:-12rem!important}.me-sm-n8{margin-right:-.8rem!important}.me-sm-n25{margin-right:-2.5rem!important}.me-sm-n40{margin-right:-4rem!important}.me-sm-n50{margin-right:-5rem!important}.me-sm-n75{margin-right:-7.5rem!important}.me-sm-n85{margin-right:-8.5rem!important}.me-sm-n100{margin-right:-10rem!important}.me-sm-n144{margin-right:-14.4rem!important}.me-sm-n170{margin-right:-17rem!important}.me-sm-n220{margin-right:-22rem!important}.me-sm-n350{margin-right:-35rem!important}.me-sm-n87{margin-right:-8.7rem!important}.me-sm-n168{margin-right:-16.8rem!important}.me-sm-n175{margin-right:-17.5rem!important}.me-sm-n338{margin-right:-33.8rem!important}.mb-sm-n5{margin-bottom:-.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-n30{margin-bottom:-3rem!important}.mb-sm-n45{margin-bottom:-4.5rem!important}.mb-sm-n60{margin-bottom:-6rem!important}.mb-sm-n90{margin-bottom:-9rem!important}.mb-sm-n120{margin-bottom:-12rem!important}.mb-sm-n8{margin-bottom:-.8rem!important}.mb-sm-n25{margin-bottom:-2.5rem!important}.mb-sm-n40{margin-bottom:-4rem!important}.mb-sm-n50{margin-bottom:-5rem!important}.mb-sm-n75{margin-bottom:-7.5rem!important}.mb-sm-n85{margin-bottom:-8.5rem!important}.mb-sm-n100{margin-bottom:-10rem!important}.mb-sm-n144{margin-bottom:-14.4rem!important}.mb-sm-n170{margin-bottom:-17rem!important}.mb-sm-n220{margin-bottom:-22rem!important}.mb-sm-n350{margin-bottom:-35rem!important}.mb-sm-n87{margin-bottom:-8.7rem!important}.mb-sm-n168{margin-bottom:-16.8rem!important}.mb-sm-n175{margin-bottom:-17.5rem!important}.mb-sm-n338{margin-bottom:-33.8rem!important}.ms-sm-n5{margin-left:-.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-n30{margin-left:-3rem!important}.ms-sm-n45{margin-left:-4.5rem!important}.ms-sm-n60{margin-left:-6rem!important}.ms-sm-n90{margin-left:-9rem!important}.ms-sm-n120{margin-left:-12rem!important}.ms-sm-n8{margin-left:-.8rem!important}.ms-sm-n25{margin-left:-2.5rem!important}.ms-sm-n40{margin-left:-4rem!important}.ms-sm-n50{margin-left:-5rem!important}.ms-sm-n75{margin-left:-7.5rem!important}.ms-sm-n85{margin-left:-8.5rem!important}.ms-sm-n100{margin-left:-10rem!important}.ms-sm-n144{margin-left:-14.4rem!important}.ms-sm-n170{margin-left:-17rem!important}.ms-sm-n220{margin-left:-22rem!important}.ms-sm-n350{margin-left:-35rem!important}.ms-sm-n87{margin-left:-8.7rem!important}.ms-sm-n168{margin-left:-16.8rem!important}.ms-sm-n175{margin-left:-17.5rem!important}.ms-sm-n338{margin-left:-33.8rem!important}.p-sm-0{padding:0!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-30{padding:3rem!important}.p-sm-45{padding:4.5rem!important}.p-sm-60{padding:6rem!important}.p-sm-90{padding:9rem!important}.p-sm-120{padding:12rem!important}.p-sm-8{padding:.8rem!important}.p-sm-25{padding:2.5rem!important}.p-sm-40{padding:4rem!important}.p-sm-50{padding:5rem!important}.p-sm-75{padding:7.5rem!important}.p-sm-85{padding:8.5rem!important}.p-sm-100{padding:10rem!important}.p-sm-144{padding:14.4rem!important}.p-sm-170{padding:17rem!important}.p-sm-220{padding:22rem!important}.p-sm-350{padding:35rem!important}.p-sm-87{padding:8.7rem!important}.p-sm-168{padding:16.8rem!important}.p-sm-175{padding:17.5rem!important}.p-sm-338{padding:33.8rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-10{padding-left:1rem!important;padding-right:1rem!important}.px-sm-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-20{padding-left:2rem!important;padding-right:2rem!important}.px-sm-30{padding-left:3rem!important;padding-right:3rem!important}.px-sm-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-60{padding-left:6rem!important;padding-right:6rem!important}.px-sm-90{padding-left:9rem!important;padding-right:9rem!important}.px-sm-120{padding-left:12rem!important;padding-right:12rem!important}.px-sm-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-sm-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-sm-40{padding-left:4rem!important;padding-right:4rem!important}.px-sm-50{padding-left:5rem!important;padding-right:5rem!important}.px-sm-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-sm-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-sm-100{padding-left:10rem!important;padding-right:10rem!important}.px-sm-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-sm-170{padding-left:17rem!important;padding-right:17rem!important}.px-sm-220{padding-left:22rem!important;padding-right:22rem!important}.px-sm-350{padding-left:35rem!important;padding-right:35rem!important}.px-sm-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-sm-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-sm-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-sm-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-sm-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-sm-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-sm-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-sm-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-sm-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-sm-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-sm-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-sm-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-sm-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-sm-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-sm-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-sm-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-sm-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-sm-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-sm-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-sm-0{padding-top:0!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-30{padding-top:3rem!important}.pt-sm-45{padding-top:4.5rem!important}.pt-sm-60{padding-top:6rem!important}.pt-sm-90{padding-top:9rem!important}.pt-sm-120{padding-top:12rem!important}.pt-sm-8{padding-top:.8rem!important}.pt-sm-25{padding-top:2.5rem!important}.pt-sm-40{padding-top:4rem!important}.pt-sm-50{padding-top:5rem!important}.pt-sm-75{padding-top:7.5rem!important}.pt-sm-85{padding-top:8.5rem!important}.pt-sm-100{padding-top:10rem!important}.pt-sm-144{padding-top:14.4rem!important}.pt-sm-170{padding-top:17rem!important}.pt-sm-220{padding-top:22rem!important}.pt-sm-350{padding-top:35rem!important}.pt-sm-87{padding-top:8.7rem!important}.pt-sm-168{padding-top:16.8rem!important}.pt-sm-175{padding-top:17.5rem!important}.pt-sm-338{padding-top:33.8rem!important}.pe-sm-0{padding-right:0!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-30{padding-right:3rem!important}.pe-sm-45{padding-right:4.5rem!important}.pe-sm-60{padding-right:6rem!important}.pe-sm-90{padding-right:9rem!important}.pe-sm-120{padding-right:12rem!important}.pe-sm-8{padding-right:.8rem!important}.pe-sm-25{padding-right:2.5rem!important}.pe-sm-40{padding-right:4rem!important}.pe-sm-50{padding-right:5rem!important}.pe-sm-75{padding-right:7.5rem!important}.pe-sm-85{padding-right:8.5rem!important}.pe-sm-100{padding-right:10rem!important}.pe-sm-144{padding-right:14.4rem!important}.pe-sm-170{padding-right:17rem!important}.pe-sm-220{padding-right:22rem!important}.pe-sm-350{padding-right:35rem!important}.pe-sm-87{padding-right:8.7rem!important}.pe-sm-168{padding-right:16.8rem!important}.pe-sm-175{padding-right:17.5rem!important}.pe-sm-338{padding-right:33.8rem!important}.pb-sm-0{padding-bottom:0!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-30{padding-bottom:3rem!important}.pb-sm-45{padding-bottom:4.5rem!important}.pb-sm-60{padding-bottom:6rem!important}.pb-sm-90{padding-bottom:9rem!important}.pb-sm-120{padding-bottom:12rem!important}.pb-sm-8{padding-bottom:.8rem!important}.pb-sm-25{padding-bottom:2.5rem!important}.pb-sm-40{padding-bottom:4rem!important}.pb-sm-50{padding-bottom:5rem!important}.pb-sm-75{padding-bottom:7.5rem!important}.pb-sm-85{padding-bottom:8.5rem!important}.pb-sm-100{padding-bottom:10rem!important}.pb-sm-144{padding-bottom:14.4rem!important}.pb-sm-170{padding-bottom:17rem!important}.pb-sm-220{padding-bottom:22rem!important}.pb-sm-350{padding-bottom:35rem!important}.pb-sm-87{padding-bottom:8.7rem!important}.pb-sm-168{padding-bottom:16.8rem!important}.pb-sm-175{padding-bottom:17.5rem!important}.pb-sm-338{padding-bottom:33.8rem!important}.ps-sm-0{padding-left:0!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-30{padding-left:3rem!important}.ps-sm-45{padding-left:4.5rem!important}.ps-sm-60{padding-left:6rem!important}.ps-sm-90{padding-left:9rem!important}.ps-sm-120{padding-left:12rem!important}.ps-sm-8{padding-left:.8rem!important}.ps-sm-25{padding-left:2.5rem!important}.ps-sm-40{padding-left:4rem!important}.ps-sm-50{padding-left:5rem!important}.ps-sm-75{padding-left:7.5rem!important}.ps-sm-85{padding-left:8.5rem!important}.ps-sm-100{padding-left:10rem!important}.ps-sm-144{padding-left:14.4rem!important}.ps-sm-170{padding-left:17rem!important}.ps-sm-220{padding-left:22rem!important}.ps-sm-350{padding-left:35rem!important}.ps-sm-87{padding-left:8.7rem!important}.ps-sm-168{padding-left:16.8rem!important}.ps-sm-175{padding-left:17.5rem!important}.ps-sm-338{padding-left:33.8rem!important}.gap-sm-0{gap:0!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-30{gap:3rem!important}.gap-sm-45{gap:4.5rem!important}.gap-sm-60{gap:6rem!important}.gap-sm-90{gap:9rem!important}.gap-sm-120{gap:12rem!important}.gap-sm-8{gap:.8rem!important}.gap-sm-25{gap:2.5rem!important}.gap-sm-40{gap:4rem!important}.gap-sm-50{gap:5rem!important}.gap-sm-75{gap:7.5rem!important}.gap-sm-85{gap:8.5rem!important}.gap-sm-100{gap:10rem!important}.gap-sm-144{gap:14.4rem!important}.gap-sm-170{gap:17rem!important}.gap-sm-220{gap:22rem!important}.gap-sm-350{gap:35rem!important}.gap-sm-87{gap:8.7rem!important}.gap-sm-168{gap:16.8rem!important}.gap-sm-175{gap:17.5rem!important}.gap-sm-338{gap:33.8rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-5{row-gap:.5rem!important}.row-gap-sm-10{row-gap:1rem!important}.row-gap-sm-15{row-gap:1.5rem!important}.row-gap-sm-20{row-gap:2rem!important}.row-gap-sm-30{row-gap:3rem!important}.row-gap-sm-45{row-gap:4.5rem!important}.row-gap-sm-60{row-gap:6rem!important}.row-gap-sm-90{row-gap:9rem!important}.row-gap-sm-120{row-gap:12rem!important}.row-gap-sm-8{row-gap:.8rem!important}.row-gap-sm-25{row-gap:2.5rem!important}.row-gap-sm-40{row-gap:4rem!important}.row-gap-sm-50{row-gap:5rem!important}.row-gap-sm-75{row-gap:7.5rem!important}.row-gap-sm-85{row-gap:8.5rem!important}.row-gap-sm-100{row-gap:10rem!important}.row-gap-sm-144{row-gap:14.4rem!important}.row-gap-sm-170{row-gap:17rem!important}.row-gap-sm-220{row-gap:22rem!important}.row-gap-sm-350{row-gap:35rem!important}.row-gap-sm-87{row-gap:8.7rem!important}.row-gap-sm-168{row-gap:16.8rem!important}.row-gap-sm-175{row-gap:17.5rem!important}.row-gap-sm-338{row-gap:33.8rem!important}.column-gap-sm-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-sm-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-sm-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-sm-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-sm-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-sm-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-sm-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-sm-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-sm-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-sm-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-sm-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-sm-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-sm-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-sm-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-sm-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-sm-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-sm-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-sm-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-sm-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-sm-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-sm-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-sm-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-md-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-md-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-md-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-md-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-md-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-md-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!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-30{margin:3rem!important}.m-md-45{margin:4.5rem!important}.m-md-60{margin:6rem!important}.m-md-90{margin:9rem!important}.m-md-120{margin:12rem!important}.m-md-8{margin:.8rem!important}.m-md-25{margin:2.5rem!important}.m-md-40{margin:4rem!important}.m-md-50{margin:5rem!important}.m-md-75{margin:7.5rem!important}.m-md-85{margin:8.5rem!important}.m-md-100{margin:10rem!important}.m-md-144{margin:14.4rem!important}.m-md-170{margin:17rem!important}.m-md-220{margin:22rem!important}.m-md-350{margin:35rem!important}.m-md-87{margin:8.7rem!important}.m-md-168{margin:16.8rem!important}.m-md-175{margin:17.5rem!important}.m-md-338{margin:33.8rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-10{margin-left:1rem!important;margin-right:1rem!important}.mx-md-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-20{margin-left:2rem!important;margin-right:2rem!important}.mx-md-30{margin-left:3rem!important;margin-right:3rem!important}.mx-md-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-md-60{margin-left:6rem!important;margin-right:6rem!important}.mx-md-90{margin-left:9rem!important;margin-right:9rem!important}.mx-md-120{margin-left:12rem!important;margin-right:12rem!important}.mx-md-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-md-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-md-40{margin-left:4rem!important;margin-right:4rem!important}.mx-md-50{margin-left:5rem!important;margin-right:5rem!important}.mx-md-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-md-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-md-100{margin-left:10rem!important;margin-right:10rem!important}.mx-md-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-md-170{margin-left:17rem!important;margin-right:17rem!important}.mx-md-220{margin-left:22rem!important;margin-right:22rem!important}.mx-md-350{margin-left:35rem!important;margin-right:35rem!important}.mx-md-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-md-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-md-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-md-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-md-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-md-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-md-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-md-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-md-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-md-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-md-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-md-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-md-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-md-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-md-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-md-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-md-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-md-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-md-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-md-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!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-30{margin-top:3rem!important}.mt-md-45{margin-top:4.5rem!important}.mt-md-60{margin-top:6rem!important}.mt-md-90{margin-top:9rem!important}.mt-md-120{margin-top:12rem!important}.mt-md-8{margin-top:.8rem!important}.mt-md-25{margin-top:2.5rem!important}.mt-md-40{margin-top:4rem!important}.mt-md-50{margin-top:5rem!important}.mt-md-75{margin-top:7.5rem!important}.mt-md-85{margin-top:8.5rem!important}.mt-md-100{margin-top:10rem!important}.mt-md-144{margin-top:14.4rem!important}.mt-md-170{margin-top:17rem!important}.mt-md-220{margin-top:22rem!important}.mt-md-350{margin-top:35rem!important}.mt-md-87{margin-top:8.7rem!important}.mt-md-168{margin-top:16.8rem!important}.mt-md-175{margin-top:17.5rem!important}.mt-md-338{margin-top:33.8rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!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-30{margin-right:3rem!important}.me-md-45{margin-right:4.5rem!important}.me-md-60{margin-right:6rem!important}.me-md-90{margin-right:9rem!important}.me-md-120{margin-right:12rem!important}.me-md-8{margin-right:.8rem!important}.me-md-25{margin-right:2.5rem!important}.me-md-40{margin-right:4rem!important}.me-md-50{margin-right:5rem!important}.me-md-75{margin-right:7.5rem!important}.me-md-85{margin-right:8.5rem!important}.me-md-100{margin-right:10rem!important}.me-md-144{margin-right:14.4rem!important}.me-md-170{margin-right:17rem!important}.me-md-220{margin-right:22rem!important}.me-md-350{margin-right:35rem!important}.me-md-87{margin-right:8.7rem!important}.me-md-168{margin-right:16.8rem!important}.me-md-175{margin-right:17.5rem!important}.me-md-338{margin-right:33.8rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!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-30{margin-bottom:3rem!important}.mb-md-45{margin-bottom:4.5rem!important}.mb-md-60{margin-bottom:6rem!important}.mb-md-90{margin-bottom:9rem!important}.mb-md-120{margin-bottom:12rem!important}.mb-md-8{margin-bottom:.8rem!important}.mb-md-25{margin-bottom:2.5rem!important}.mb-md-40{margin-bottom:4rem!important}.mb-md-50{margin-bottom:5rem!important}.mb-md-75{margin-bottom:7.5rem!important}.mb-md-85{margin-bottom:8.5rem!important}.mb-md-100{margin-bottom:10rem!important}.mb-md-144{margin-bottom:14.4rem!important}.mb-md-170{margin-bottom:17rem!important}.mb-md-220{margin-bottom:22rem!important}.mb-md-350{margin-bottom:35rem!important}.mb-md-87{margin-bottom:8.7rem!important}.mb-md-168{margin-bottom:16.8rem!important}.mb-md-175{margin-bottom:17.5rem!important}.mb-md-338{margin-bottom:33.8rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!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-30{margin-left:3rem!important}.ms-md-45{margin-left:4.5rem!important}.ms-md-60{margin-left:6rem!important}.ms-md-90{margin-left:9rem!important}.ms-md-120{margin-left:12rem!important}.ms-md-8{margin-left:.8rem!important}.ms-md-25{margin-left:2.5rem!important}.ms-md-40{margin-left:4rem!important}.ms-md-50{margin-left:5rem!important}.ms-md-75{margin-left:7.5rem!important}.ms-md-85{margin-left:8.5rem!important}.ms-md-100{margin-left:10rem!important}.ms-md-144{margin-left:14.4rem!important}.ms-md-170{margin-left:17rem!important}.ms-md-220{margin-left:22rem!important}.ms-md-350{margin-left:35rem!important}.ms-md-87{margin-left:8.7rem!important}.ms-md-168{margin-left:16.8rem!important}.ms-md-175{margin-left:17.5rem!important}.ms-md-338{margin-left:33.8rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n5{margin:-.5rem!important}.m-md-n10{margin:-1rem!important}.m-md-n15{margin:-1.5rem!important}.m-md-n20{margin:-2rem!important}.m-md-n30{margin:-3rem!important}.m-md-n45{margin:-4.5rem!important}.m-md-n60{margin:-6rem!important}.m-md-n90{margin:-9rem!important}.m-md-n120{margin:-12rem!important}.m-md-n8{margin:-.8rem!important}.m-md-n25{margin:-2.5rem!important}.m-md-n40{margin:-4rem!important}.m-md-n50{margin:-5rem!important}.m-md-n75{margin:-7.5rem!important}.m-md-n85{margin:-8.5rem!important}.m-md-n100{margin:-10rem!important}.m-md-n144{margin:-14.4rem!important}.m-md-n170{margin:-17rem!important}.m-md-n220{margin:-22rem!important}.m-md-n350{margin:-35rem!important}.m-md-n87{margin:-8.7rem!important}.m-md-n168{margin:-16.8rem!important}.m-md-n175{margin:-17.5rem!important}.m-md-n338{margin:-33.8rem!important}.mx-md-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-md-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-md-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-md-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-md-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-md-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-md-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-md-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-md-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-md-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-md-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-md-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-md-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-md-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-md-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-md-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-md-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-md-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-md-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-md-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-md-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-md-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-md-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-md-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-md-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-md-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-md-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-md-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-md-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-md-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-md-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-md-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-md-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-md-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-md-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-md-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-md-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-md-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-md-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-md-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-md-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-md-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-md-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-md-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-md-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-md-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-md-n5{margin-top:-.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-n30{margin-top:-3rem!important}.mt-md-n45{margin-top:-4.5rem!important}.mt-md-n60{margin-top:-6rem!important}.mt-md-n90{margin-top:-9rem!important}.mt-md-n120{margin-top:-12rem!important}.mt-md-n8{margin-top:-.8rem!important}.mt-md-n25{margin-top:-2.5rem!important}.mt-md-n40{margin-top:-4rem!important}.mt-md-n50{margin-top:-5rem!important}.mt-md-n75{margin-top:-7.5rem!important}.mt-md-n85{margin-top:-8.5rem!important}.mt-md-n100{margin-top:-10rem!important}.mt-md-n144{margin-top:-14.4rem!important}.mt-md-n170{margin-top:-17rem!important}.mt-md-n220{margin-top:-22rem!important}.mt-md-n350{margin-top:-35rem!important}.mt-md-n87{margin-top:-8.7rem!important}.mt-md-n168{margin-top:-16.8rem!important}.mt-md-n175{margin-top:-17.5rem!important}.mt-md-n338{margin-top:-33.8rem!important}.me-md-n5{margin-right:-.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-n30{margin-right:-3rem!important}.me-md-n45{margin-right:-4.5rem!important}.me-md-n60{margin-right:-6rem!important}.me-md-n90{margin-right:-9rem!important}.me-md-n120{margin-right:-12rem!important}.me-md-n8{margin-right:-.8rem!important}.me-md-n25{margin-right:-2.5rem!important}.me-md-n40{margin-right:-4rem!important}.me-md-n50{margin-right:-5rem!important}.me-md-n75{margin-right:-7.5rem!important}.me-md-n85{margin-right:-8.5rem!important}.me-md-n100{margin-right:-10rem!important}.me-md-n144{margin-right:-14.4rem!important}.me-md-n170{margin-right:-17rem!important}.me-md-n220{margin-right:-22rem!important}.me-md-n350{margin-right:-35rem!important}.me-md-n87{margin-right:-8.7rem!important}.me-md-n168{margin-right:-16.8rem!important}.me-md-n175{margin-right:-17.5rem!important}.me-md-n338{margin-right:-33.8rem!important}.mb-md-n5{margin-bottom:-.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-n30{margin-bottom:-3rem!important}.mb-md-n45{margin-bottom:-4.5rem!important}.mb-md-n60{margin-bottom:-6rem!important}.mb-md-n90{margin-bottom:-9rem!important}.mb-md-n120{margin-bottom:-12rem!important}.mb-md-n8{margin-bottom:-.8rem!important}.mb-md-n25{margin-bottom:-2.5rem!important}.mb-md-n40{margin-bottom:-4rem!important}.mb-md-n50{margin-bottom:-5rem!important}.mb-md-n75{margin-bottom:-7.5rem!important}.mb-md-n85{margin-bottom:-8.5rem!important}.mb-md-n100{margin-bottom:-10rem!important}.mb-md-n144{margin-bottom:-14.4rem!important}.mb-md-n170{margin-bottom:-17rem!important}.mb-md-n220{margin-bottom:-22rem!important}.mb-md-n350{margin-bottom:-35rem!important}.mb-md-n87{margin-bottom:-8.7rem!important}.mb-md-n168{margin-bottom:-16.8rem!important}.mb-md-n175{margin-bottom:-17.5rem!important}.mb-md-n338{margin-bottom:-33.8rem!important}.ms-md-n5{margin-left:-.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-n30{margin-left:-3rem!important}.ms-md-n45{margin-left:-4.5rem!important}.ms-md-n60{margin-left:-6rem!important}.ms-md-n90{margin-left:-9rem!important}.ms-md-n120{margin-left:-12rem!important}.ms-md-n8{margin-left:-.8rem!important}.ms-md-n25{margin-left:-2.5rem!important}.ms-md-n40{margin-left:-4rem!important}.ms-md-n50{margin-left:-5rem!important}.ms-md-n75{margin-left:-7.5rem!important}.ms-md-n85{margin-left:-8.5rem!important}.ms-md-n100{margin-left:-10rem!important}.ms-md-n144{margin-left:-14.4rem!important}.ms-md-n170{margin-left:-17rem!important}.ms-md-n220{margin-left:-22rem!important}.ms-md-n350{margin-left:-35rem!important}.ms-md-n87{margin-left:-8.7rem!important}.ms-md-n168{margin-left:-16.8rem!important}.ms-md-n175{margin-left:-17.5rem!important}.ms-md-n338{margin-left:-33.8rem!important}.p-md-0{padding:0!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-30{padding:3rem!important}.p-md-45{padding:4.5rem!important}.p-md-60{padding:6rem!important}.p-md-90{padding:9rem!important}.p-md-120{padding:12rem!important}.p-md-8{padding:.8rem!important}.p-md-25{padding:2.5rem!important}.p-md-40{padding:4rem!important}.p-md-50{padding:5rem!important}.p-md-75{padding:7.5rem!important}.p-md-85{padding:8.5rem!important}.p-md-100{padding:10rem!important}.p-md-144{padding:14.4rem!important}.p-md-170{padding:17rem!important}.p-md-220{padding:22rem!important}.p-md-350{padding:35rem!important}.p-md-87{padding:8.7rem!important}.p-md-168{padding:16.8rem!important}.p-md-175{padding:17.5rem!important}.p-md-338{padding:33.8rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-10{padding-left:1rem!important;padding-right:1rem!important}.px-md-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-20{padding-left:2rem!important;padding-right:2rem!important}.px-md-30{padding-left:3rem!important;padding-right:3rem!important}.px-md-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-md-60{padding-left:6rem!important;padding-right:6rem!important}.px-md-90{padding-left:9rem!important;padding-right:9rem!important}.px-md-120{padding-left:12rem!important;padding-right:12rem!important}.px-md-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-md-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-md-40{padding-left:4rem!important;padding-right:4rem!important}.px-md-50{padding-left:5rem!important;padding-right:5rem!important}.px-md-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-md-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-md-100{padding-left:10rem!important;padding-right:10rem!important}.px-md-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-md-170{padding-left:17rem!important;padding-right:17rem!important}.px-md-220{padding-left:22rem!important;padding-right:22rem!important}.px-md-350{padding-left:35rem!important;padding-right:35rem!important}.px-md-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-md-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-md-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-md-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-md-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-md-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-md-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-md-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-md-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-md-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-md-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-md-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-md-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-md-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-md-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-md-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-md-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-md-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-md-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-md-0{padding-top:0!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-30{padding-top:3rem!important}.pt-md-45{padding-top:4.5rem!important}.pt-md-60{padding-top:6rem!important}.pt-md-90{padding-top:9rem!important}.pt-md-120{padding-top:12rem!important}.pt-md-8{padding-top:.8rem!important}.pt-md-25{padding-top:2.5rem!important}.pt-md-40{padding-top:4rem!important}.pt-md-50{padding-top:5rem!important}.pt-md-75{padding-top:7.5rem!important}.pt-md-85{padding-top:8.5rem!important}.pt-md-100{padding-top:10rem!important}.pt-md-144{padding-top:14.4rem!important}.pt-md-170{padding-top:17rem!important}.pt-md-220{padding-top:22rem!important}.pt-md-350{padding-top:35rem!important}.pt-md-87{padding-top:8.7rem!important}.pt-md-168{padding-top:16.8rem!important}.pt-md-175{padding-top:17.5rem!important}.pt-md-338{padding-top:33.8rem!important}.pe-md-0{padding-right:0!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-30{padding-right:3rem!important}.pe-md-45{padding-right:4.5rem!important}.pe-md-60{padding-right:6rem!important}.pe-md-90{padding-right:9rem!important}.pe-md-120{padding-right:12rem!important}.pe-md-8{padding-right:.8rem!important}.pe-md-25{padding-right:2.5rem!important}.pe-md-40{padding-right:4rem!important}.pe-md-50{padding-right:5rem!important}.pe-md-75{padding-right:7.5rem!important}.pe-md-85{padding-right:8.5rem!important}.pe-md-100{padding-right:10rem!important}.pe-md-144{padding-right:14.4rem!important}.pe-md-170{padding-right:17rem!important}.pe-md-220{padding-right:22rem!important}.pe-md-350{padding-right:35rem!important}.pe-md-87{padding-right:8.7rem!important}.pe-md-168{padding-right:16.8rem!important}.pe-md-175{padding-right:17.5rem!important}.pe-md-338{padding-right:33.8rem!important}.pb-md-0{padding-bottom:0!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-30{padding-bottom:3rem!important}.pb-md-45{padding-bottom:4.5rem!important}.pb-md-60{padding-bottom:6rem!important}.pb-md-90{padding-bottom:9rem!important}.pb-md-120{padding-bottom:12rem!important}.pb-md-8{padding-bottom:.8rem!important}.pb-md-25{padding-bottom:2.5rem!important}.pb-md-40{padding-bottom:4rem!important}.pb-md-50{padding-bottom:5rem!important}.pb-md-75{padding-bottom:7.5rem!important}.pb-md-85{padding-bottom:8.5rem!important}.pb-md-100{padding-bottom:10rem!important}.pb-md-144{padding-bottom:14.4rem!important}.pb-md-170{padding-bottom:17rem!important}.pb-md-220{padding-bottom:22rem!important}.pb-md-350{padding-bottom:35rem!important}.pb-md-87{padding-bottom:8.7rem!important}.pb-md-168{padding-bottom:16.8rem!important}.pb-md-175{padding-bottom:17.5rem!important}.pb-md-338{padding-bottom:33.8rem!important}.ps-md-0{padding-left:0!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-30{padding-left:3rem!important}.ps-md-45{padding-left:4.5rem!important}.ps-md-60{padding-left:6rem!important}.ps-md-90{padding-left:9rem!important}.ps-md-120{padding-left:12rem!important}.ps-md-8{padding-left:.8rem!important}.ps-md-25{padding-left:2.5rem!important}.ps-md-40{padding-left:4rem!important}.ps-md-50{padding-left:5rem!important}.ps-md-75{padding-left:7.5rem!important}.ps-md-85{padding-left:8.5rem!important}.ps-md-100{padding-left:10rem!important}.ps-md-144{padding-left:14.4rem!important}.ps-md-170{padding-left:17rem!important}.ps-md-220{padding-left:22rem!important}.ps-md-350{padding-left:35rem!important}.ps-md-87{padding-left:8.7rem!important}.ps-md-168{padding-left:16.8rem!important}.ps-md-175{padding-left:17.5rem!important}.ps-md-338{padding-left:33.8rem!important}.gap-md-0{gap:0!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-30{gap:3rem!important}.gap-md-45{gap:4.5rem!important}.gap-md-60{gap:6rem!important}.gap-md-90{gap:9rem!important}.gap-md-120{gap:12rem!important}.gap-md-8{gap:.8rem!important}.gap-md-25{gap:2.5rem!important}.gap-md-40{gap:4rem!important}.gap-md-50{gap:5rem!important}.gap-md-75{gap:7.5rem!important}.gap-md-85{gap:8.5rem!important}.gap-md-100{gap:10rem!important}.gap-md-144{gap:14.4rem!important}.gap-md-170{gap:17rem!important}.gap-md-220{gap:22rem!important}.gap-md-350{gap:35rem!important}.gap-md-87{gap:8.7rem!important}.gap-md-168{gap:16.8rem!important}.gap-md-175{gap:17.5rem!important}.gap-md-338{gap:33.8rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-5{row-gap:.5rem!important}.row-gap-md-10{row-gap:1rem!important}.row-gap-md-15{row-gap:1.5rem!important}.row-gap-md-20{row-gap:2rem!important}.row-gap-md-30{row-gap:3rem!important}.row-gap-md-45{row-gap:4.5rem!important}.row-gap-md-60{row-gap:6rem!important}.row-gap-md-90{row-gap:9rem!important}.row-gap-md-120{row-gap:12rem!important}.row-gap-md-8{row-gap:.8rem!important}.row-gap-md-25{row-gap:2.5rem!important}.row-gap-md-40{row-gap:4rem!important}.row-gap-md-50{row-gap:5rem!important}.row-gap-md-75{row-gap:7.5rem!important}.row-gap-md-85{row-gap:8.5rem!important}.row-gap-md-100{row-gap:10rem!important}.row-gap-md-144{row-gap:14.4rem!important}.row-gap-md-170{row-gap:17rem!important}.row-gap-md-220{row-gap:22rem!important}.row-gap-md-350{row-gap:35rem!important}.row-gap-md-87{row-gap:8.7rem!important}.row-gap-md-168{row-gap:16.8rem!important}.row-gap-md-175{row-gap:17.5rem!important}.row-gap-md-338{row-gap:33.8rem!important}.column-gap-md-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-md-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-md-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-md-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-md-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-md-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-md-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-md-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-md-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-md-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-md-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-md-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-md-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-md-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-md-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-md-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-md-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-md-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-md-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-md-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-md-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-md-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-lg-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-lg-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!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-30{margin:3rem!important}.m-lg-45{margin:4.5rem!important}.m-lg-60{margin:6rem!important}.m-lg-90{margin:9rem!important}.m-lg-120{margin:12rem!important}.m-lg-8{margin:.8rem!important}.m-lg-25{margin:2.5rem!important}.m-lg-40{margin:4rem!important}.m-lg-50{margin:5rem!important}.m-lg-75{margin:7.5rem!important}.m-lg-85{margin:8.5rem!important}.m-lg-100{margin:10rem!important}.m-lg-144{margin:14.4rem!important}.m-lg-170{margin:17rem!important}.m-lg-220{margin:22rem!important}.m-lg-350{margin:35rem!important}.m-lg-87{margin:8.7rem!important}.m-lg-168{margin:16.8rem!important}.m-lg-175{margin:17.5rem!important}.m-lg-338{margin:33.8rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-10{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-20{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-30{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-lg-60{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-90{margin-left:9rem!important;margin-right:9rem!important}.mx-lg-120{margin-left:12rem!important;margin-right:12rem!important}.mx-lg-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-lg-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-lg-40{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-50{margin-left:5rem!important;margin-right:5rem!important}.mx-lg-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-lg-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-lg-100{margin-left:10rem!important;margin-right:10rem!important}.mx-lg-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-lg-170{margin-left:17rem!important;margin-right:17rem!important}.mx-lg-220{margin-left:22rem!important;margin-right:22rem!important}.mx-lg-350{margin-left:35rem!important;margin-right:35rem!important}.mx-lg-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-lg-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-lg-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-lg-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-lg-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-lg-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-lg-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-lg-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-lg-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-lg-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-lg-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-lg-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-lg-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-lg-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-lg-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-lg-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-lg-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-lg-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-lg-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-lg-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!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-30{margin-top:3rem!important}.mt-lg-45{margin-top:4.5rem!important}.mt-lg-60{margin-top:6rem!important}.mt-lg-90{margin-top:9rem!important}.mt-lg-120{margin-top:12rem!important}.mt-lg-8{margin-top:.8rem!important}.mt-lg-25{margin-top:2.5rem!important}.mt-lg-40{margin-top:4rem!important}.mt-lg-50{margin-top:5rem!important}.mt-lg-75{margin-top:7.5rem!important}.mt-lg-85{margin-top:8.5rem!important}.mt-lg-100{margin-top:10rem!important}.mt-lg-144{margin-top:14.4rem!important}.mt-lg-170{margin-top:17rem!important}.mt-lg-220{margin-top:22rem!important}.mt-lg-350{margin-top:35rem!important}.mt-lg-87{margin-top:8.7rem!important}.mt-lg-168{margin-top:16.8rem!important}.mt-lg-175{margin-top:17.5rem!important}.mt-lg-338{margin-top:33.8rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!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-30{margin-right:3rem!important}.me-lg-45{margin-right:4.5rem!important}.me-lg-60{margin-right:6rem!important}.me-lg-90{margin-right:9rem!important}.me-lg-120{margin-right:12rem!important}.me-lg-8{margin-right:.8rem!important}.me-lg-25{margin-right:2.5rem!important}.me-lg-40{margin-right:4rem!important}.me-lg-50{margin-right:5rem!important}.me-lg-75{margin-right:7.5rem!important}.me-lg-85{margin-right:8.5rem!important}.me-lg-100{margin-right:10rem!important}.me-lg-144{margin-right:14.4rem!important}.me-lg-170{margin-right:17rem!important}.me-lg-220{margin-right:22rem!important}.me-lg-350{margin-right:35rem!important}.me-lg-87{margin-right:8.7rem!important}.me-lg-168{margin-right:16.8rem!important}.me-lg-175{margin-right:17.5rem!important}.me-lg-338{margin-right:33.8rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!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-30{margin-bottom:3rem!important}.mb-lg-45{margin-bottom:4.5rem!important}.mb-lg-60{margin-bottom:6rem!important}.mb-lg-90{margin-bottom:9rem!important}.mb-lg-120{margin-bottom:12rem!important}.mb-lg-8{margin-bottom:.8rem!important}.mb-lg-25{margin-bottom:2.5rem!important}.mb-lg-40{margin-bottom:4rem!important}.mb-lg-50{margin-bottom:5rem!important}.mb-lg-75{margin-bottom:7.5rem!important}.mb-lg-85{margin-bottom:8.5rem!important}.mb-lg-100{margin-bottom:10rem!important}.mb-lg-144{margin-bottom:14.4rem!important}.mb-lg-170{margin-bottom:17rem!important}.mb-lg-220{margin-bottom:22rem!important}.mb-lg-350{margin-bottom:35rem!important}.mb-lg-87{margin-bottom:8.7rem!important}.mb-lg-168{margin-bottom:16.8rem!important}.mb-lg-175{margin-bottom:17.5rem!important}.mb-lg-338{margin-bottom:33.8rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!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-30{margin-left:3rem!important}.ms-lg-45{margin-left:4.5rem!important}.ms-lg-60{margin-left:6rem!important}.ms-lg-90{margin-left:9rem!important}.ms-lg-120{margin-left:12rem!important}.ms-lg-8{margin-left:.8rem!important}.ms-lg-25{margin-left:2.5rem!important}.ms-lg-40{margin-left:4rem!important}.ms-lg-50{margin-left:5rem!important}.ms-lg-75{margin-left:7.5rem!important}.ms-lg-85{margin-left:8.5rem!important}.ms-lg-100{margin-left:10rem!important}.ms-lg-144{margin-left:14.4rem!important}.ms-lg-170{margin-left:17rem!important}.ms-lg-220{margin-left:22rem!important}.ms-lg-350{margin-left:35rem!important}.ms-lg-87{margin-left:8.7rem!important}.ms-lg-168{margin-left:16.8rem!important}.ms-lg-175{margin-left:17.5rem!important}.ms-lg-338{margin-left:33.8rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n5{margin:-.5rem!important}.m-lg-n10{margin:-1rem!important}.m-lg-n15{margin:-1.5rem!important}.m-lg-n20{margin:-2rem!important}.m-lg-n30{margin:-3rem!important}.m-lg-n45{margin:-4.5rem!important}.m-lg-n60{margin:-6rem!important}.m-lg-n90{margin:-9rem!important}.m-lg-n120{margin:-12rem!important}.m-lg-n8{margin:-.8rem!important}.m-lg-n25{margin:-2.5rem!important}.m-lg-n40{margin:-4rem!important}.m-lg-n50{margin:-5rem!important}.m-lg-n75{margin:-7.5rem!important}.m-lg-n85{margin:-8.5rem!important}.m-lg-n100{margin:-10rem!important}.m-lg-n144{margin:-14.4rem!important}.m-lg-n170{margin:-17rem!important}.m-lg-n220{margin:-22rem!important}.m-lg-n350{margin:-35rem!important}.m-lg-n87{margin:-8.7rem!important}.m-lg-n168{margin:-16.8rem!important}.m-lg-n175{margin:-17.5rem!important}.m-lg-n338{margin:-33.8rem!important}.mx-lg-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-lg-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-lg-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-lg-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-lg-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-lg-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-lg-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-lg-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-lg-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-lg-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-lg-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-lg-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-lg-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-lg-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-lg-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-lg-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-lg-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-lg-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-lg-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-lg-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-lg-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-lg-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-lg-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-lg-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-lg-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-lg-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-lg-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-lg-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-lg-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-lg-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-lg-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-lg-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-lg-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-lg-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-lg-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-lg-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-lg-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-lg-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-lg-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-lg-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-lg-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-lg-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-lg-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-lg-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-lg-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-lg-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-lg-n5{margin-top:-.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-n30{margin-top:-3rem!important}.mt-lg-n45{margin-top:-4.5rem!important}.mt-lg-n60{margin-top:-6rem!important}.mt-lg-n90{margin-top:-9rem!important}.mt-lg-n120{margin-top:-12rem!important}.mt-lg-n8{margin-top:-.8rem!important}.mt-lg-n25{margin-top:-2.5rem!important}.mt-lg-n40{margin-top:-4rem!important}.mt-lg-n50{margin-top:-5rem!important}.mt-lg-n75{margin-top:-7.5rem!important}.mt-lg-n85{margin-top:-8.5rem!important}.mt-lg-n100{margin-top:-10rem!important}.mt-lg-n144{margin-top:-14.4rem!important}.mt-lg-n170{margin-top:-17rem!important}.mt-lg-n220{margin-top:-22rem!important}.mt-lg-n350{margin-top:-35rem!important}.mt-lg-n87{margin-top:-8.7rem!important}.mt-lg-n168{margin-top:-16.8rem!important}.mt-lg-n175{margin-top:-17.5rem!important}.mt-lg-n338{margin-top:-33.8rem!important}.me-lg-n5{margin-right:-.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-n30{margin-right:-3rem!important}.me-lg-n45{margin-right:-4.5rem!important}.me-lg-n60{margin-right:-6rem!important}.me-lg-n90{margin-right:-9rem!important}.me-lg-n120{margin-right:-12rem!important}.me-lg-n8{margin-right:-.8rem!important}.me-lg-n25{margin-right:-2.5rem!important}.me-lg-n40{margin-right:-4rem!important}.me-lg-n50{margin-right:-5rem!important}.me-lg-n75{margin-right:-7.5rem!important}.me-lg-n85{margin-right:-8.5rem!important}.me-lg-n100{margin-right:-10rem!important}.me-lg-n144{margin-right:-14.4rem!important}.me-lg-n170{margin-right:-17rem!important}.me-lg-n220{margin-right:-22rem!important}.me-lg-n350{margin-right:-35rem!important}.me-lg-n87{margin-right:-8.7rem!important}.me-lg-n168{margin-right:-16.8rem!important}.me-lg-n175{margin-right:-17.5rem!important}.me-lg-n338{margin-right:-33.8rem!important}.mb-lg-n5{margin-bottom:-.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-n30{margin-bottom:-3rem!important}.mb-lg-n45{margin-bottom:-4.5rem!important}.mb-lg-n60{margin-bottom:-6rem!important}.mb-lg-n90{margin-bottom:-9rem!important}.mb-lg-n120{margin-bottom:-12rem!important}.mb-lg-n8{margin-bottom:-.8rem!important}.mb-lg-n25{margin-bottom:-2.5rem!important}.mb-lg-n40{margin-bottom:-4rem!important}.mb-lg-n50{margin-bottom:-5rem!important}.mb-lg-n75{margin-bottom:-7.5rem!important}.mb-lg-n85{margin-bottom:-8.5rem!important}.mb-lg-n100{margin-bottom:-10rem!important}.mb-lg-n144{margin-bottom:-14.4rem!important}.mb-lg-n170{margin-bottom:-17rem!important}.mb-lg-n220{margin-bottom:-22rem!important}.mb-lg-n350{margin-bottom:-35rem!important}.mb-lg-n87{margin-bottom:-8.7rem!important}.mb-lg-n168{margin-bottom:-16.8rem!important}.mb-lg-n175{margin-bottom:-17.5rem!important}.mb-lg-n338{margin-bottom:-33.8rem!important}.ms-lg-n5{margin-left:-.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-n30{margin-left:-3rem!important}.ms-lg-n45{margin-left:-4.5rem!important}.ms-lg-n60{margin-left:-6rem!important}.ms-lg-n90{margin-left:-9rem!important}.ms-lg-n120{margin-left:-12rem!important}.ms-lg-n8{margin-left:-.8rem!important}.ms-lg-n25{margin-left:-2.5rem!important}.ms-lg-n40{margin-left:-4rem!important}.ms-lg-n50{margin-left:-5rem!important}.ms-lg-n75{margin-left:-7.5rem!important}.ms-lg-n85{margin-left:-8.5rem!important}.ms-lg-n100{margin-left:-10rem!important}.ms-lg-n144{margin-left:-14.4rem!important}.ms-lg-n170{margin-left:-17rem!important}.ms-lg-n220{margin-left:-22rem!important}.ms-lg-n350{margin-left:-35rem!important}.ms-lg-n87{margin-left:-8.7rem!important}.ms-lg-n168{margin-left:-16.8rem!important}.ms-lg-n175{margin-left:-17.5rem!important}.ms-lg-n338{margin-left:-33.8rem!important}.p-lg-0{padding:0!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-30{padding:3rem!important}.p-lg-45{padding:4.5rem!important}.p-lg-60{padding:6rem!important}.p-lg-90{padding:9rem!important}.p-lg-120{padding:12rem!important}.p-lg-8{padding:.8rem!important}.p-lg-25{padding:2.5rem!important}.p-lg-40{padding:4rem!important}.p-lg-50{padding:5rem!important}.p-lg-75{padding:7.5rem!important}.p-lg-85{padding:8.5rem!important}.p-lg-100{padding:10rem!important}.p-lg-144{padding:14.4rem!important}.p-lg-170{padding:17rem!important}.p-lg-220{padding:22rem!important}.p-lg-350{padding:35rem!important}.p-lg-87{padding:8.7rem!important}.p-lg-168{padding:16.8rem!important}.p-lg-175{padding:17.5rem!important}.p-lg-338{padding:33.8rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-10{padding-left:1rem!important;padding-right:1rem!important}.px-lg-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-20{padding-left:2rem!important;padding-right:2rem!important}.px-lg-30{padding-left:3rem!important;padding-right:3rem!important}.px-lg-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-lg-60{padding-left:6rem!important;padding-right:6rem!important}.px-lg-90{padding-left:9rem!important;padding-right:9rem!important}.px-lg-120{padding-left:12rem!important;padding-right:12rem!important}.px-lg-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-lg-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-lg-40{padding-left:4rem!important;padding-right:4rem!important}.px-lg-50{padding-left:5rem!important;padding-right:5rem!important}.px-lg-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-lg-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-lg-100{padding-left:10rem!important;padding-right:10rem!important}.px-lg-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-lg-170{padding-left:17rem!important;padding-right:17rem!important}.px-lg-220{padding-left:22rem!important;padding-right:22rem!important}.px-lg-350{padding-left:35rem!important;padding-right:35rem!important}.px-lg-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-lg-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-lg-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-lg-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-lg-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-lg-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-lg-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-lg-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-lg-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-lg-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-lg-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-lg-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-lg-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-lg-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-lg-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-lg-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-lg-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-lg-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-lg-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-lg-0{padding-top:0!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-30{padding-top:3rem!important}.pt-lg-45{padding-top:4.5rem!important}.pt-lg-60{padding-top:6rem!important}.pt-lg-90{padding-top:9rem!important}.pt-lg-120{padding-top:12rem!important}.pt-lg-8{padding-top:.8rem!important}.pt-lg-25{padding-top:2.5rem!important}.pt-lg-40{padding-top:4rem!important}.pt-lg-50{padding-top:5rem!important}.pt-lg-75{padding-top:7.5rem!important}.pt-lg-85{padding-top:8.5rem!important}.pt-lg-100{padding-top:10rem!important}.pt-lg-144{padding-top:14.4rem!important}.pt-lg-170{padding-top:17rem!important}.pt-lg-220{padding-top:22rem!important}.pt-lg-350{padding-top:35rem!important}.pt-lg-87{padding-top:8.7rem!important}.pt-lg-168{padding-top:16.8rem!important}.pt-lg-175{padding-top:17.5rem!important}.pt-lg-338{padding-top:33.8rem!important}.pe-lg-0{padding-right:0!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-30{padding-right:3rem!important}.pe-lg-45{padding-right:4.5rem!important}.pe-lg-60{padding-right:6rem!important}.pe-lg-90{padding-right:9rem!important}.pe-lg-120{padding-right:12rem!important}.pe-lg-8{padding-right:.8rem!important}.pe-lg-25{padding-right:2.5rem!important}.pe-lg-40{padding-right:4rem!important}.pe-lg-50{padding-right:5rem!important}.pe-lg-75{padding-right:7.5rem!important}.pe-lg-85{padding-right:8.5rem!important}.pe-lg-100{padding-right:10rem!important}.pe-lg-144{padding-right:14.4rem!important}.pe-lg-170{padding-right:17rem!important}.pe-lg-220{padding-right:22rem!important}.pe-lg-350{padding-right:35rem!important}.pe-lg-87{padding-right:8.7rem!important}.pe-lg-168{padding-right:16.8rem!important}.pe-lg-175{padding-right:17.5rem!important}.pe-lg-338{padding-right:33.8rem!important}.pb-lg-0{padding-bottom:0!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-30{padding-bottom:3rem!important}.pb-lg-45{padding-bottom:4.5rem!important}.pb-lg-60{padding-bottom:6rem!important}.pb-lg-90{padding-bottom:9rem!important}.pb-lg-120{padding-bottom:12rem!important}.pb-lg-8{padding-bottom:.8rem!important}.pb-lg-25{padding-bottom:2.5rem!important}.pb-lg-40{padding-bottom:4rem!important}.pb-lg-50{padding-bottom:5rem!important}.pb-lg-75{padding-bottom:7.5rem!important}.pb-lg-85{padding-bottom:8.5rem!important}.pb-lg-100{padding-bottom:10rem!important}.pb-lg-144{padding-bottom:14.4rem!important}.pb-lg-170{padding-bottom:17rem!important}.pb-lg-220{padding-bottom:22rem!important}.pb-lg-350{padding-bottom:35rem!important}.pb-lg-87{padding-bottom:8.7rem!important}.pb-lg-168{padding-bottom:16.8rem!important}.pb-lg-175{padding-bottom:17.5rem!important}.pb-lg-338{padding-bottom:33.8rem!important}.ps-lg-0{padding-left:0!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-30{padding-left:3rem!important}.ps-lg-45{padding-left:4.5rem!important}.ps-lg-60{padding-left:6rem!important}.ps-lg-90{padding-left:9rem!important}.ps-lg-120{padding-left:12rem!important}.ps-lg-8{padding-left:.8rem!important}.ps-lg-25{padding-left:2.5rem!important}.ps-lg-40{padding-left:4rem!important}.ps-lg-50{padding-left:5rem!important}.ps-lg-75{padding-left:7.5rem!important}.ps-lg-85{padding-left:8.5rem!important}.ps-lg-100{padding-left:10rem!important}.ps-lg-144{padding-left:14.4rem!important}.ps-lg-170{padding-left:17rem!important}.ps-lg-220{padding-left:22rem!important}.ps-lg-350{padding-left:35rem!important}.ps-lg-87{padding-left:8.7rem!important}.ps-lg-168{padding-left:16.8rem!important}.ps-lg-175{padding-left:17.5rem!important}.ps-lg-338{padding-left:33.8rem!important}.gap-lg-0{gap:0!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-30{gap:3rem!important}.gap-lg-45{gap:4.5rem!important}.gap-lg-60{gap:6rem!important}.gap-lg-90{gap:9rem!important}.gap-lg-120{gap:12rem!important}.gap-lg-8{gap:.8rem!important}.gap-lg-25{gap:2.5rem!important}.gap-lg-40{gap:4rem!important}.gap-lg-50{gap:5rem!important}.gap-lg-75{gap:7.5rem!important}.gap-lg-85{gap:8.5rem!important}.gap-lg-100{gap:10rem!important}.gap-lg-144{gap:14.4rem!important}.gap-lg-170{gap:17rem!important}.gap-lg-220{gap:22rem!important}.gap-lg-350{gap:35rem!important}.gap-lg-87{gap:8.7rem!important}.gap-lg-168{gap:16.8rem!important}.gap-lg-175{gap:17.5rem!important}.gap-lg-338{gap:33.8rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-5{row-gap:.5rem!important}.row-gap-lg-10{row-gap:1rem!important}.row-gap-lg-15{row-gap:1.5rem!important}.row-gap-lg-20{row-gap:2rem!important}.row-gap-lg-30{row-gap:3rem!important}.row-gap-lg-45{row-gap:4.5rem!important}.row-gap-lg-60{row-gap:6rem!important}.row-gap-lg-90{row-gap:9rem!important}.row-gap-lg-120{row-gap:12rem!important}.row-gap-lg-8{row-gap:.8rem!important}.row-gap-lg-25{row-gap:2.5rem!important}.row-gap-lg-40{row-gap:4rem!important}.row-gap-lg-50{row-gap:5rem!important}.row-gap-lg-75{row-gap:7.5rem!important}.row-gap-lg-85{row-gap:8.5rem!important}.row-gap-lg-100{row-gap:10rem!important}.row-gap-lg-144{row-gap:14.4rem!important}.row-gap-lg-170{row-gap:17rem!important}.row-gap-lg-220{row-gap:22rem!important}.row-gap-lg-350{row-gap:35rem!important}.row-gap-lg-87{row-gap:8.7rem!important}.row-gap-lg-168{row-gap:16.8rem!important}.row-gap-lg-175{row-gap:17.5rem!important}.row-gap-lg-338{row-gap:33.8rem!important}.column-gap-lg-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-lg-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-lg-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-lg-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-lg-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-lg-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-lg-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-lg-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-lg-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-lg-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-lg-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-lg-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-lg-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-lg-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-lg-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-lg-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-lg-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-lg-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-lg-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-lg-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-lg-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-lg-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!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-30{margin:3rem!important}.m-xl-45{margin:4.5rem!important}.m-xl-60{margin:6rem!important}.m-xl-90{margin:9rem!important}.m-xl-120{margin:12rem!important}.m-xl-8{margin:.8rem!important}.m-xl-25{margin:2.5rem!important}.m-xl-40{margin:4rem!important}.m-xl-50{margin:5rem!important}.m-xl-75{margin:7.5rem!important}.m-xl-85{margin:8.5rem!important}.m-xl-100{margin:10rem!important}.m-xl-144{margin:14.4rem!important}.m-xl-170{margin:17rem!important}.m-xl-220{margin:22rem!important}.m-xl-350{margin:35rem!important}.m-xl-87{margin:8.7rem!important}.m-xl-168{margin:16.8rem!important}.m-xl-175{margin:17.5rem!important}.m-xl-338{margin:33.8rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-10{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-20{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-30{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xl-60{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-90{margin-left:9rem!important;margin-right:9rem!important}.mx-xl-120{margin-left:12rem!important;margin-right:12rem!important}.mx-xl-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-xl-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xl-40{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-50{margin-left:5rem!important;margin-right:5rem!important}.mx-xl-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xl-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-xl-100{margin-left:10rem!important;margin-right:10rem!important}.mx-xl-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-xl-170{margin-left:17rem!important;margin-right:17rem!important}.mx-xl-220{margin-left:22rem!important;margin-right:22rem!important}.mx-xl-350{margin-left:35rem!important;margin-right:35rem!important}.mx-xl-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-xl-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-xl-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-xl-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xl-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-xl-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-xl-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-xl-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xl-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-xl-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xl-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-xl-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-xl-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-xl-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-xl-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-xl-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-xl-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-xl-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-xl-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-xl-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!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-30{margin-top:3rem!important}.mt-xl-45{margin-top:4.5rem!important}.mt-xl-60{margin-top:6rem!important}.mt-xl-90{margin-top:9rem!important}.mt-xl-120{margin-top:12rem!important}.mt-xl-8{margin-top:.8rem!important}.mt-xl-25{margin-top:2.5rem!important}.mt-xl-40{margin-top:4rem!important}.mt-xl-50{margin-top:5rem!important}.mt-xl-75{margin-top:7.5rem!important}.mt-xl-85{margin-top:8.5rem!important}.mt-xl-100{margin-top:10rem!important}.mt-xl-144{margin-top:14.4rem!important}.mt-xl-170{margin-top:17rem!important}.mt-xl-220{margin-top:22rem!important}.mt-xl-350{margin-top:35rem!important}.mt-xl-87{margin-top:8.7rem!important}.mt-xl-168{margin-top:16.8rem!important}.mt-xl-175{margin-top:17.5rem!important}.mt-xl-338{margin-top:33.8rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!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-30{margin-right:3rem!important}.me-xl-45{margin-right:4.5rem!important}.me-xl-60{margin-right:6rem!important}.me-xl-90{margin-right:9rem!important}.me-xl-120{margin-right:12rem!important}.me-xl-8{margin-right:.8rem!important}.me-xl-25{margin-right:2.5rem!important}.me-xl-40{margin-right:4rem!important}.me-xl-50{margin-right:5rem!important}.me-xl-75{margin-right:7.5rem!important}.me-xl-85{margin-right:8.5rem!important}.me-xl-100{margin-right:10rem!important}.me-xl-144{margin-right:14.4rem!important}.me-xl-170{margin-right:17rem!important}.me-xl-220{margin-right:22rem!important}.me-xl-350{margin-right:35rem!important}.me-xl-87{margin-right:8.7rem!important}.me-xl-168{margin-right:16.8rem!important}.me-xl-175{margin-right:17.5rem!important}.me-xl-338{margin-right:33.8rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!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-30{margin-bottom:3rem!important}.mb-xl-45{margin-bottom:4.5rem!important}.mb-xl-60{margin-bottom:6rem!important}.mb-xl-90{margin-bottom:9rem!important}.mb-xl-120{margin-bottom:12rem!important}.mb-xl-8{margin-bottom:.8rem!important}.mb-xl-25{margin-bottom:2.5rem!important}.mb-xl-40{margin-bottom:4rem!important}.mb-xl-50{margin-bottom:5rem!important}.mb-xl-75{margin-bottom:7.5rem!important}.mb-xl-85{margin-bottom:8.5rem!important}.mb-xl-100{margin-bottom:10rem!important}.mb-xl-144{margin-bottom:14.4rem!important}.mb-xl-170{margin-bottom:17rem!important}.mb-xl-220{margin-bottom:22rem!important}.mb-xl-350{margin-bottom:35rem!important}.mb-xl-87{margin-bottom:8.7rem!important}.mb-xl-168{margin-bottom:16.8rem!important}.mb-xl-175{margin-bottom:17.5rem!important}.mb-xl-338{margin-bottom:33.8rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!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-30{margin-left:3rem!important}.ms-xl-45{margin-left:4.5rem!important}.ms-xl-60{margin-left:6rem!important}.ms-xl-90{margin-left:9rem!important}.ms-xl-120{margin-left:12rem!important}.ms-xl-8{margin-left:.8rem!important}.ms-xl-25{margin-left:2.5rem!important}.ms-xl-40{margin-left:4rem!important}.ms-xl-50{margin-left:5rem!important}.ms-xl-75{margin-left:7.5rem!important}.ms-xl-85{margin-left:8.5rem!important}.ms-xl-100{margin-left:10rem!important}.ms-xl-144{margin-left:14.4rem!important}.ms-xl-170{margin-left:17rem!important}.ms-xl-220{margin-left:22rem!important}.ms-xl-350{margin-left:35rem!important}.ms-xl-87{margin-left:8.7rem!important}.ms-xl-168{margin-left:16.8rem!important}.ms-xl-175{margin-left:17.5rem!important}.ms-xl-338{margin-left:33.8rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n5{margin:-.5rem!important}.m-xl-n10{margin:-1rem!important}.m-xl-n15{margin:-1.5rem!important}.m-xl-n20{margin:-2rem!important}.m-xl-n30{margin:-3rem!important}.m-xl-n45{margin:-4.5rem!important}.m-xl-n60{margin:-6rem!important}.m-xl-n90{margin:-9rem!important}.m-xl-n120{margin:-12rem!important}.m-xl-n8{margin:-.8rem!important}.m-xl-n25{margin:-2.5rem!important}.m-xl-n40{margin:-4rem!important}.m-xl-n50{margin:-5rem!important}.m-xl-n75{margin:-7.5rem!important}.m-xl-n85{margin:-8.5rem!important}.m-xl-n100{margin:-10rem!important}.m-xl-n144{margin:-14.4rem!important}.m-xl-n170{margin:-17rem!important}.m-xl-n220{margin:-22rem!important}.m-xl-n350{margin:-35rem!important}.m-xl-n87{margin:-8.7rem!important}.m-xl-n168{margin:-16.8rem!important}.m-xl-n175{margin:-17.5rem!important}.m-xl-n338{margin:-33.8rem!important}.mx-xl-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xl-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xl-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xl-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xl-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xl-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xl-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-xl-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xl-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-xl-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-xl-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xl-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xl-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-xl-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-xl-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-xl-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-xl-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-xl-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-xl-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-xl-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-xl-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-xl-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-xl-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-xl-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xl-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xl-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xl-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xl-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xl-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xl-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-xl-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xl-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-xl-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-xl-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xl-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xl-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-xl-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-xl-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-xl-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-xl-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-xl-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-xl-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-xl-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-xl-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-xl-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-xl-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-xl-n5{margin-top:-.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-n30{margin-top:-3rem!important}.mt-xl-n45{margin-top:-4.5rem!important}.mt-xl-n60{margin-top:-6rem!important}.mt-xl-n90{margin-top:-9rem!important}.mt-xl-n120{margin-top:-12rem!important}.mt-xl-n8{margin-top:-.8rem!important}.mt-xl-n25{margin-top:-2.5rem!important}.mt-xl-n40{margin-top:-4rem!important}.mt-xl-n50{margin-top:-5rem!important}.mt-xl-n75{margin-top:-7.5rem!important}.mt-xl-n85{margin-top:-8.5rem!important}.mt-xl-n100{margin-top:-10rem!important}.mt-xl-n144{margin-top:-14.4rem!important}.mt-xl-n170{margin-top:-17rem!important}.mt-xl-n220{margin-top:-22rem!important}.mt-xl-n350{margin-top:-35rem!important}.mt-xl-n87{margin-top:-8.7rem!important}.mt-xl-n168{margin-top:-16.8rem!important}.mt-xl-n175{margin-top:-17.5rem!important}.mt-xl-n338{margin-top:-33.8rem!important}.me-xl-n5{margin-right:-.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-n30{margin-right:-3rem!important}.me-xl-n45{margin-right:-4.5rem!important}.me-xl-n60{margin-right:-6rem!important}.me-xl-n90{margin-right:-9rem!important}.me-xl-n120{margin-right:-12rem!important}.me-xl-n8{margin-right:-.8rem!important}.me-xl-n25{margin-right:-2.5rem!important}.me-xl-n40{margin-right:-4rem!important}.me-xl-n50{margin-right:-5rem!important}.me-xl-n75{margin-right:-7.5rem!important}.me-xl-n85{margin-right:-8.5rem!important}.me-xl-n100{margin-right:-10rem!important}.me-xl-n144{margin-right:-14.4rem!important}.me-xl-n170{margin-right:-17rem!important}.me-xl-n220{margin-right:-22rem!important}.me-xl-n350{margin-right:-35rem!important}.me-xl-n87{margin-right:-8.7rem!important}.me-xl-n168{margin-right:-16.8rem!important}.me-xl-n175{margin-right:-17.5rem!important}.me-xl-n338{margin-right:-33.8rem!important}.mb-xl-n5{margin-bottom:-.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-n30{margin-bottom:-3rem!important}.mb-xl-n45{margin-bottom:-4.5rem!important}.mb-xl-n60{margin-bottom:-6rem!important}.mb-xl-n90{margin-bottom:-9rem!important}.mb-xl-n120{margin-bottom:-12rem!important}.mb-xl-n8{margin-bottom:-.8rem!important}.mb-xl-n25{margin-bottom:-2.5rem!important}.mb-xl-n40{margin-bottom:-4rem!important}.mb-xl-n50{margin-bottom:-5rem!important}.mb-xl-n75{margin-bottom:-7.5rem!important}.mb-xl-n85{margin-bottom:-8.5rem!important}.mb-xl-n100{margin-bottom:-10rem!important}.mb-xl-n144{margin-bottom:-14.4rem!important}.mb-xl-n170{margin-bottom:-17rem!important}.mb-xl-n220{margin-bottom:-22rem!important}.mb-xl-n350{margin-bottom:-35rem!important}.mb-xl-n87{margin-bottom:-8.7rem!important}.mb-xl-n168{margin-bottom:-16.8rem!important}.mb-xl-n175{margin-bottom:-17.5rem!important}.mb-xl-n338{margin-bottom:-33.8rem!important}.ms-xl-n5{margin-left:-.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-n30{margin-left:-3rem!important}.ms-xl-n45{margin-left:-4.5rem!important}.ms-xl-n60{margin-left:-6rem!important}.ms-xl-n90{margin-left:-9rem!important}.ms-xl-n120{margin-left:-12rem!important}.ms-xl-n8{margin-left:-.8rem!important}.ms-xl-n25{margin-left:-2.5rem!important}.ms-xl-n40{margin-left:-4rem!important}.ms-xl-n50{margin-left:-5rem!important}.ms-xl-n75{margin-left:-7.5rem!important}.ms-xl-n85{margin-left:-8.5rem!important}.ms-xl-n100{margin-left:-10rem!important}.ms-xl-n144{margin-left:-14.4rem!important}.ms-xl-n170{margin-left:-17rem!important}.ms-xl-n220{margin-left:-22rem!important}.ms-xl-n350{margin-left:-35rem!important}.ms-xl-n87{margin-left:-8.7rem!important}.ms-xl-n168{margin-left:-16.8rem!important}.ms-xl-n175{margin-left:-17.5rem!important}.ms-xl-n338{margin-left:-33.8rem!important}.p-xl-0{padding:0!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-30{padding:3rem!important}.p-xl-45{padding:4.5rem!important}.p-xl-60{padding:6rem!important}.p-xl-90{padding:9rem!important}.p-xl-120{padding:12rem!important}.p-xl-8{padding:.8rem!important}.p-xl-25{padding:2.5rem!important}.p-xl-40{padding:4rem!important}.p-xl-50{padding:5rem!important}.p-xl-75{padding:7.5rem!important}.p-xl-85{padding:8.5rem!important}.p-xl-100{padding:10rem!important}.p-xl-144{padding:14.4rem!important}.p-xl-170{padding:17rem!important}.p-xl-220{padding:22rem!important}.p-xl-350{padding:35rem!important}.p-xl-87{padding:8.7rem!important}.p-xl-168{padding:16.8rem!important}.p-xl-175{padding:17.5rem!important}.p-xl-338{padding:33.8rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-10{padding-left:1rem!important;padding-right:1rem!important}.px-xl-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-20{padding-left:2rem!important;padding-right:2rem!important}.px-xl-30{padding-left:3rem!important;padding-right:3rem!important}.px-xl-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xl-60{padding-left:6rem!important;padding-right:6rem!important}.px-xl-90{padding-left:9rem!important;padding-right:9rem!important}.px-xl-120{padding-left:12rem!important;padding-right:12rem!important}.px-xl-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-xl-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xl-40{padding-left:4rem!important;padding-right:4rem!important}.px-xl-50{padding-left:5rem!important;padding-right:5rem!important}.px-xl-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xl-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-xl-100{padding-left:10rem!important;padding-right:10rem!important}.px-xl-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-xl-170{padding-left:17rem!important;padding-right:17rem!important}.px-xl-220{padding-left:22rem!important;padding-right:22rem!important}.px-xl-350{padding-left:35rem!important;padding-right:35rem!important}.px-xl-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-xl-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-xl-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-xl-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-xl-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-xl-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-xl-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xl-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-xl-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xl-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-xl-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-xl-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-xl-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-xl-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-xl-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-xl-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-xl-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-xl-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-xl-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-xl-0{padding-top:0!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-30{padding-top:3rem!important}.pt-xl-45{padding-top:4.5rem!important}.pt-xl-60{padding-top:6rem!important}.pt-xl-90{padding-top:9rem!important}.pt-xl-120{padding-top:12rem!important}.pt-xl-8{padding-top:.8rem!important}.pt-xl-25{padding-top:2.5rem!important}.pt-xl-40{padding-top:4rem!important}.pt-xl-50{padding-top:5rem!important}.pt-xl-75{padding-top:7.5rem!important}.pt-xl-85{padding-top:8.5rem!important}.pt-xl-100{padding-top:10rem!important}.pt-xl-144{padding-top:14.4rem!important}.pt-xl-170{padding-top:17rem!important}.pt-xl-220{padding-top:22rem!important}.pt-xl-350{padding-top:35rem!important}.pt-xl-87{padding-top:8.7rem!important}.pt-xl-168{padding-top:16.8rem!important}.pt-xl-175{padding-top:17.5rem!important}.pt-xl-338{padding-top:33.8rem!important}.pe-xl-0{padding-right:0!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-30{padding-right:3rem!important}.pe-xl-45{padding-right:4.5rem!important}.pe-xl-60{padding-right:6rem!important}.pe-xl-90{padding-right:9rem!important}.pe-xl-120{padding-right:12rem!important}.pe-xl-8{padding-right:.8rem!important}.pe-xl-25{padding-right:2.5rem!important}.pe-xl-40{padding-right:4rem!important}.pe-xl-50{padding-right:5rem!important}.pe-xl-75{padding-right:7.5rem!important}.pe-xl-85{padding-right:8.5rem!important}.pe-xl-100{padding-right:10rem!important}.pe-xl-144{padding-right:14.4rem!important}.pe-xl-170{padding-right:17rem!important}.pe-xl-220{padding-right:22rem!important}.pe-xl-350{padding-right:35rem!important}.pe-xl-87{padding-right:8.7rem!important}.pe-xl-168{padding-right:16.8rem!important}.pe-xl-175{padding-right:17.5rem!important}.pe-xl-338{padding-right:33.8rem!important}.pb-xl-0{padding-bottom:0!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-30{padding-bottom:3rem!important}.pb-xl-45{padding-bottom:4.5rem!important}.pb-xl-60{padding-bottom:6rem!important}.pb-xl-90{padding-bottom:9rem!important}.pb-xl-120{padding-bottom:12rem!important}.pb-xl-8{padding-bottom:.8rem!important}.pb-xl-25{padding-bottom:2.5rem!important}.pb-xl-40{padding-bottom:4rem!important}.pb-xl-50{padding-bottom:5rem!important}.pb-xl-75{padding-bottom:7.5rem!important}.pb-xl-85{padding-bottom:8.5rem!important}.pb-xl-100{padding-bottom:10rem!important}.pb-xl-144{padding-bottom:14.4rem!important}.pb-xl-170{padding-bottom:17rem!important}.pb-xl-220{padding-bottom:22rem!important}.pb-xl-350{padding-bottom:35rem!important}.pb-xl-87{padding-bottom:8.7rem!important}.pb-xl-168{padding-bottom:16.8rem!important}.pb-xl-175{padding-bottom:17.5rem!important}.pb-xl-338{padding-bottom:33.8rem!important}.ps-xl-0{padding-left:0!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-30{padding-left:3rem!important}.ps-xl-45{padding-left:4.5rem!important}.ps-xl-60{padding-left:6rem!important}.ps-xl-90{padding-left:9rem!important}.ps-xl-120{padding-left:12rem!important}.ps-xl-8{padding-left:.8rem!important}.ps-xl-25{padding-left:2.5rem!important}.ps-xl-40{padding-left:4rem!important}.ps-xl-50{padding-left:5rem!important}.ps-xl-75{padding-left:7.5rem!important}.ps-xl-85{padding-left:8.5rem!important}.ps-xl-100{padding-left:10rem!important}.ps-xl-144{padding-left:14.4rem!important}.ps-xl-170{padding-left:17rem!important}.ps-xl-220{padding-left:22rem!important}.ps-xl-350{padding-left:35rem!important}.ps-xl-87{padding-left:8.7rem!important}.ps-xl-168{padding-left:16.8rem!important}.ps-xl-175{padding-left:17.5rem!important}.ps-xl-338{padding-left:33.8rem!important}.gap-xl-0{gap:0!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-30{gap:3rem!important}.gap-xl-45{gap:4.5rem!important}.gap-xl-60{gap:6rem!important}.gap-xl-90{gap:9rem!important}.gap-xl-120{gap:12rem!important}.gap-xl-8{gap:.8rem!important}.gap-xl-25{gap:2.5rem!important}.gap-xl-40{gap:4rem!important}.gap-xl-50{gap:5rem!important}.gap-xl-75{gap:7.5rem!important}.gap-xl-85{gap:8.5rem!important}.gap-xl-100{gap:10rem!important}.gap-xl-144{gap:14.4rem!important}.gap-xl-170{gap:17rem!important}.gap-xl-220{gap:22rem!important}.gap-xl-350{gap:35rem!important}.gap-xl-87{gap:8.7rem!important}.gap-xl-168{gap:16.8rem!important}.gap-xl-175{gap:17.5rem!important}.gap-xl-338{gap:33.8rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-5{row-gap:.5rem!important}.row-gap-xl-10{row-gap:1rem!important}.row-gap-xl-15{row-gap:1.5rem!important}.row-gap-xl-20{row-gap:2rem!important}.row-gap-xl-30{row-gap:3rem!important}.row-gap-xl-45{row-gap:4.5rem!important}.row-gap-xl-60{row-gap:6rem!important}.row-gap-xl-90{row-gap:9rem!important}.row-gap-xl-120{row-gap:12rem!important}.row-gap-xl-8{row-gap:.8rem!important}.row-gap-xl-25{row-gap:2.5rem!important}.row-gap-xl-40{row-gap:4rem!important}.row-gap-xl-50{row-gap:5rem!important}.row-gap-xl-75{row-gap:7.5rem!important}.row-gap-xl-85{row-gap:8.5rem!important}.row-gap-xl-100{row-gap:10rem!important}.row-gap-xl-144{row-gap:14.4rem!important}.row-gap-xl-170{row-gap:17rem!important}.row-gap-xl-220{row-gap:22rem!important}.row-gap-xl-350{row-gap:35rem!important}.row-gap-xl-87{row-gap:8.7rem!important}.row-gap-xl-168{row-gap:16.8rem!important}.row-gap-xl-175{row-gap:17.5rem!important}.row-gap-xl-338{row-gap:33.8rem!important}.column-gap-xl-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xl-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-xl-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-xl-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-xl-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-xl-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-xl-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-xl-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-xl-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-xl-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-xl-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-xl-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-xl-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-xl-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-xl-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-xl-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-xl-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-xl-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-xl-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-xl-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-xl-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-xl-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column,.flex-xxl-row{-webkit-box-direction:normal!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xxl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xxl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xxl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xxl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xxl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xxl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xxl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-5{margin:.5rem!important}.m-xxl-10{margin:1rem!important}.m-xxl-15{margin:1.5rem!important}.m-xxl-20{margin:2rem!important}.m-xxl-30{margin:3rem!important}.m-xxl-45{margin:4.5rem!important}.m-xxl-60{margin:6rem!important}.m-xxl-90{margin:9rem!important}.m-xxl-120{margin:12rem!important}.m-xxl-8{margin:.8rem!important}.m-xxl-25{margin:2.5rem!important}.m-xxl-40{margin:4rem!important}.m-xxl-50{margin:5rem!important}.m-xxl-75{margin:7.5rem!important}.m-xxl-85{margin:8.5rem!important}.m-xxl-100{margin:10rem!important}.m-xxl-144{margin:14.4rem!important}.m-xxl-170{margin:17rem!important}.m-xxl-220{margin:22rem!important}.m-xxl-350{margin:35rem!important}.m-xxl-87{margin:8.7rem!important}.m-xxl-168{margin:16.8rem!important}.m-xxl-175{margin:17.5rem!important}.m-xxl-338{margin:33.8rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-10{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-20{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-30{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxl-60{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-90{margin-left:9rem!important;margin-right:9rem!important}.mx-xxl-120{margin-left:12rem!important;margin-right:12rem!important}.mx-xxl-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-xxl-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xxl-40{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-50{margin-left:5rem!important;margin-right:5rem!important}.mx-xxl-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xxl-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-xxl-100{margin-left:10rem!important;margin-right:10rem!important}.mx-xxl-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-xxl-170{margin-left:17rem!important;margin-right:17rem!important}.mx-xxl-220{margin-left:22rem!important;margin-right:22rem!important}.mx-xxl-350{margin-left:35rem!important;margin-right:35rem!important}.mx-xxl-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-xxl-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-xxl-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-xxl-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxl-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-xxl-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxl-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-xxl-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xxl-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxl-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xxl-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-xxl-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-xxl-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-xxl-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-xxl-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-xxl-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-xxl-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-xxl-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-xxl-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-xxl-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-5{margin-top:.5rem!important}.mt-xxl-10{margin-top:1rem!important}.mt-xxl-15{margin-top:1.5rem!important}.mt-xxl-20{margin-top:2rem!important}.mt-xxl-30{margin-top:3rem!important}.mt-xxl-45{margin-top:4.5rem!important}.mt-xxl-60{margin-top:6rem!important}.mt-xxl-90{margin-top:9rem!important}.mt-xxl-120{margin-top:12rem!important}.mt-xxl-8{margin-top:.8rem!important}.mt-xxl-25{margin-top:2.5rem!important}.mt-xxl-40{margin-top:4rem!important}.mt-xxl-50{margin-top:5rem!important}.mt-xxl-75{margin-top:7.5rem!important}.mt-xxl-85{margin-top:8.5rem!important}.mt-xxl-100{margin-top:10rem!important}.mt-xxl-144{margin-top:14.4rem!important}.mt-xxl-170{margin-top:17rem!important}.mt-xxl-220{margin-top:22rem!important}.mt-xxl-350{margin-top:35rem!important}.mt-xxl-87{margin-top:8.7rem!important}.mt-xxl-168{margin-top:16.8rem!important}.mt-xxl-175{margin-top:17.5rem!important}.mt-xxl-338{margin-top:33.8rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-5{margin-right:.5rem!important}.me-xxl-10{margin-right:1rem!important}.me-xxl-15{margin-right:1.5rem!important}.me-xxl-20{margin-right:2rem!important}.me-xxl-30{margin-right:3rem!important}.me-xxl-45{margin-right:4.5rem!important}.me-xxl-60{margin-right:6rem!important}.me-xxl-90{margin-right:9rem!important}.me-xxl-120{margin-right:12rem!important}.me-xxl-8{margin-right:.8rem!important}.me-xxl-25{margin-right:2.5rem!important}.me-xxl-40{margin-right:4rem!important}.me-xxl-50{margin-right:5rem!important}.me-xxl-75{margin-right:7.5rem!important}.me-xxl-85{margin-right:8.5rem!important}.me-xxl-100{margin-right:10rem!important}.me-xxl-144{margin-right:14.4rem!important}.me-xxl-170{margin-right:17rem!important}.me-xxl-220{margin-right:22rem!important}.me-xxl-350{margin-right:35rem!important}.me-xxl-87{margin-right:8.7rem!important}.me-xxl-168{margin-right:16.8rem!important}.me-xxl-175{margin-right:17.5rem!important}.me-xxl-338{margin-right:33.8rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-5{margin-bottom:.5rem!important}.mb-xxl-10{margin-bottom:1rem!important}.mb-xxl-15{margin-bottom:1.5rem!important}.mb-xxl-20{margin-bottom:2rem!important}.mb-xxl-30{margin-bottom:3rem!important}.mb-xxl-45{margin-bottom:4.5rem!important}.mb-xxl-60{margin-bottom:6rem!important}.mb-xxl-90{margin-bottom:9rem!important}.mb-xxl-120{margin-bottom:12rem!important}.mb-xxl-8{margin-bottom:.8rem!important}.mb-xxl-25{margin-bottom:2.5rem!important}.mb-xxl-40{margin-bottom:4rem!important}.mb-xxl-50{margin-bottom:5rem!important}.mb-xxl-75{margin-bottom:7.5rem!important}.mb-xxl-85{margin-bottom:8.5rem!important}.mb-xxl-100{margin-bottom:10rem!important}.mb-xxl-144{margin-bottom:14.4rem!important}.mb-xxl-170{margin-bottom:17rem!important}.mb-xxl-220{margin-bottom:22rem!important}.mb-xxl-350{margin-bottom:35rem!important}.mb-xxl-87{margin-bottom:8.7rem!important}.mb-xxl-168{margin-bottom:16.8rem!important}.mb-xxl-175{margin-bottom:17.5rem!important}.mb-xxl-338{margin-bottom:33.8rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-5{margin-left:.5rem!important}.ms-xxl-10{margin-left:1rem!important}.ms-xxl-15{margin-left:1.5rem!important}.ms-xxl-20{margin-left:2rem!important}.ms-xxl-30{margin-left:3rem!important}.ms-xxl-45{margin-left:4.5rem!important}.ms-xxl-60{margin-left:6rem!important}.ms-xxl-90{margin-left:9rem!important}.ms-xxl-120{margin-left:12rem!important}.ms-xxl-8{margin-left:.8rem!important}.ms-xxl-25{margin-left:2.5rem!important}.ms-xxl-40{margin-left:4rem!important}.ms-xxl-50{margin-left:5rem!important}.ms-xxl-75{margin-left:7.5rem!important}.ms-xxl-85{margin-left:8.5rem!important}.ms-xxl-100{margin-left:10rem!important}.ms-xxl-144{margin-left:14.4rem!important}.ms-xxl-170{margin-left:17rem!important}.ms-xxl-220{margin-left:22rem!important}.ms-xxl-350{margin-left:35rem!important}.ms-xxl-87{margin-left:8.7rem!important}.ms-xxl-168{margin-left:16.8rem!important}.ms-xxl-175{margin-left:17.5rem!important}.ms-xxl-338{margin-left:33.8rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n5{margin:-.5rem!important}.m-xxl-n10{margin:-1rem!important}.m-xxl-n15{margin:-1.5rem!important}.m-xxl-n20{margin:-2rem!important}.m-xxl-n30{margin:-3rem!important}.m-xxl-n45{margin:-4.5rem!important}.m-xxl-n60{margin:-6rem!important}.m-xxl-n90{margin:-9rem!important}.m-xxl-n120{margin:-12rem!important}.m-xxl-n8{margin:-.8rem!important}.m-xxl-n25{margin:-2.5rem!important}.m-xxl-n40{margin:-4rem!important}.m-xxl-n50{margin:-5rem!important}.m-xxl-n75{margin:-7.5rem!important}.m-xxl-n85{margin:-8.5rem!important}.m-xxl-n100{margin:-10rem!important}.m-xxl-n144{margin:-14.4rem!important}.m-xxl-n170{margin:-17rem!important}.m-xxl-n220{margin:-22rem!important}.m-xxl-n350{margin:-35rem!important}.m-xxl-n87{margin:-8.7rem!important}.m-xxl-n168{margin:-16.8rem!important}.m-xxl-n175{margin:-17.5rem!important}.m-xxl-n338{margin:-33.8rem!important}.mx-xxl-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxl-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxl-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxl-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxl-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxl-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxl-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-xxl-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxl-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-xxl-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-xxl-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxl-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxl-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-xxl-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-xxl-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-xxl-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-xxl-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-xxl-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-xxl-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-xxl-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-xxl-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-xxl-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-xxl-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-xxl-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxl-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxl-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxl-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxl-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxl-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxl-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-xxl-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxl-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-xxl-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-xxl-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxl-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxl-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-xxl-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-xxl-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-xxl-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-xxl-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-xxl-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-xxl-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-xxl-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-xxl-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-xxl-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-xxl-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-xxl-n5{margin-top:-.5rem!important}.mt-xxl-n10{margin-top:-1rem!important}.mt-xxl-n15{margin-top:-1.5rem!important}.mt-xxl-n20{margin-top:-2rem!important}.mt-xxl-n30{margin-top:-3rem!important}.mt-xxl-n45{margin-top:-4.5rem!important}.mt-xxl-n60{margin-top:-6rem!important}.mt-xxl-n90{margin-top:-9rem!important}.mt-xxl-n120{margin-top:-12rem!important}.mt-xxl-n8{margin-top:-.8rem!important}.mt-xxl-n25{margin-top:-2.5rem!important}.mt-xxl-n40{margin-top:-4rem!important}.mt-xxl-n50{margin-top:-5rem!important}.mt-xxl-n75{margin-top:-7.5rem!important}.mt-xxl-n85{margin-top:-8.5rem!important}.mt-xxl-n100{margin-top:-10rem!important}.mt-xxl-n144{margin-top:-14.4rem!important}.mt-xxl-n170{margin-top:-17rem!important}.mt-xxl-n220{margin-top:-22rem!important}.mt-xxl-n350{margin-top:-35rem!important}.mt-xxl-n87{margin-top:-8.7rem!important}.mt-xxl-n168{margin-top:-16.8rem!important}.mt-xxl-n175{margin-top:-17.5rem!important}.mt-xxl-n338{margin-top:-33.8rem!important}.me-xxl-n5{margin-right:-.5rem!important}.me-xxl-n10{margin-right:-1rem!important}.me-xxl-n15{margin-right:-1.5rem!important}.me-xxl-n20{margin-right:-2rem!important}.me-xxl-n30{margin-right:-3rem!important}.me-xxl-n45{margin-right:-4.5rem!important}.me-xxl-n60{margin-right:-6rem!important}.me-xxl-n90{margin-right:-9rem!important}.me-xxl-n120{margin-right:-12rem!important}.me-xxl-n8{margin-right:-.8rem!important}.me-xxl-n25{margin-right:-2.5rem!important}.me-xxl-n40{margin-right:-4rem!important}.me-xxl-n50{margin-right:-5rem!important}.me-xxl-n75{margin-right:-7.5rem!important}.me-xxl-n85{margin-right:-8.5rem!important}.me-xxl-n100{margin-right:-10rem!important}.me-xxl-n144{margin-right:-14.4rem!important}.me-xxl-n170{margin-right:-17rem!important}.me-xxl-n220{margin-right:-22rem!important}.me-xxl-n350{margin-right:-35rem!important}.me-xxl-n87{margin-right:-8.7rem!important}.me-xxl-n168{margin-right:-16.8rem!important}.me-xxl-n175{margin-right:-17.5rem!important}.me-xxl-n338{margin-right:-33.8rem!important}.mb-xxl-n5{margin-bottom:-.5rem!important}.mb-xxl-n10{margin-bottom:-1rem!important}.mb-xxl-n15{margin-bottom:-1.5rem!important}.mb-xxl-n20{margin-bottom:-2rem!important}.mb-xxl-n30{margin-bottom:-3rem!important}.mb-xxl-n45{margin-bottom:-4.5rem!important}.mb-xxl-n60{margin-bottom:-6rem!important}.mb-xxl-n90{margin-bottom:-9rem!important}.mb-xxl-n120{margin-bottom:-12rem!important}.mb-xxl-n8{margin-bottom:-.8rem!important}.mb-xxl-n25{margin-bottom:-2.5rem!important}.mb-xxl-n40{margin-bottom:-4rem!important}.mb-xxl-n50{margin-bottom:-5rem!important}.mb-xxl-n75{margin-bottom:-7.5rem!important}.mb-xxl-n85{margin-bottom:-8.5rem!important}.mb-xxl-n100{margin-bottom:-10rem!important}.mb-xxl-n144{margin-bottom:-14.4rem!important}.mb-xxl-n170{margin-bottom:-17rem!important}.mb-xxl-n220{margin-bottom:-22rem!important}.mb-xxl-n350{margin-bottom:-35rem!important}.mb-xxl-n87{margin-bottom:-8.7rem!important}.mb-xxl-n168{margin-bottom:-16.8rem!important}.mb-xxl-n175{margin-bottom:-17.5rem!important}.mb-xxl-n338{margin-bottom:-33.8rem!important}.ms-xxl-n5{margin-left:-.5rem!important}.ms-xxl-n10{margin-left:-1rem!important}.ms-xxl-n15{margin-left:-1.5rem!important}.ms-xxl-n20{margin-left:-2rem!important}.ms-xxl-n30{margin-left:-3rem!important}.ms-xxl-n45{margin-left:-4.5rem!important}.ms-xxl-n60{margin-left:-6rem!important}.ms-xxl-n90{margin-left:-9rem!important}.ms-xxl-n120{margin-left:-12rem!important}.ms-xxl-n8{margin-left:-.8rem!important}.ms-xxl-n25{margin-left:-2.5rem!important}.ms-xxl-n40{margin-left:-4rem!important}.ms-xxl-n50{margin-left:-5rem!important}.ms-xxl-n75{margin-left:-7.5rem!important}.ms-xxl-n85{margin-left:-8.5rem!important}.ms-xxl-n100{margin-left:-10rem!important}.ms-xxl-n144{margin-left:-14.4rem!important}.ms-xxl-n170{margin-left:-17rem!important}.ms-xxl-n220{margin-left:-22rem!important}.ms-xxl-n350{margin-left:-35rem!important}.ms-xxl-n87{margin-left:-8.7rem!important}.ms-xxl-n168{margin-left:-16.8rem!important}.ms-xxl-n175{margin-left:-17.5rem!important}.ms-xxl-n338{margin-left:-33.8rem!important}.p-xxl-0{padding:0!important}.p-xxl-5{padding:.5rem!important}.p-xxl-10{padding:1rem!important}.p-xxl-15{padding:1.5rem!important}.p-xxl-20{padding:2rem!important}.p-xxl-30{padding:3rem!important}.p-xxl-45{padding:4.5rem!important}.p-xxl-60{padding:6rem!important}.p-xxl-90{padding:9rem!important}.p-xxl-120{padding:12rem!important}.p-xxl-8{padding:.8rem!important}.p-xxl-25{padding:2.5rem!important}.p-xxl-40{padding:4rem!important}.p-xxl-50{padding:5rem!important}.p-xxl-75{padding:7.5rem!important}.p-xxl-85{padding:8.5rem!important}.p-xxl-100{padding:10rem!important}.p-xxl-144{padding:14.4rem!important}.p-xxl-170{padding:17rem!important}.p-xxl-220{padding:22rem!important}.p-xxl-350{padding:35rem!important}.p-xxl-87{padding:8.7rem!important}.p-xxl-168{padding:16.8rem!important}.p-xxl-175{padding:17.5rem!important}.p-xxl-338{padding:33.8rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-10{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-20{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-30{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxl-60{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-90{padding-left:9rem!important;padding-right:9rem!important}.px-xxl-120{padding-left:12rem!important;padding-right:12rem!important}.px-xxl-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-xxl-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xxl-40{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-50{padding-left:5rem!important;padding-right:5rem!important}.px-xxl-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xxl-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-xxl-100{padding-left:10rem!important;padding-right:10rem!important}.px-xxl-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-xxl-170{padding-left:17rem!important;padding-right:17rem!important}.px-xxl-220{padding-left:22rem!important;padding-right:22rem!important}.px-xxl-350{padding-left:35rem!important;padding-right:35rem!important}.px-xxl-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-xxl-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-xxl-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-xxl-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-xxl-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxl-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-xxl-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xxl-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxl-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xxl-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-xxl-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-xxl-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-xxl-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-xxl-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-xxl-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-xxl-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-xxl-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-xxl-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-xxl-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-5{padding-top:.5rem!important}.pt-xxl-10{padding-top:1rem!important}.pt-xxl-15{padding-top:1.5rem!important}.pt-xxl-20{padding-top:2rem!important}.pt-xxl-30{padding-top:3rem!important}.pt-xxl-45{padding-top:4.5rem!important}.pt-xxl-60{padding-top:6rem!important}.pt-xxl-90{padding-top:9rem!important}.pt-xxl-120{padding-top:12rem!important}.pt-xxl-8{padding-top:.8rem!important}.pt-xxl-25{padding-top:2.5rem!important}.pt-xxl-40{padding-top:4rem!important}.pt-xxl-50{padding-top:5rem!important}.pt-xxl-75{padding-top:7.5rem!important}.pt-xxl-85{padding-top:8.5rem!important}.pt-xxl-100{padding-top:10rem!important}.pt-xxl-144{padding-top:14.4rem!important}.pt-xxl-170{padding-top:17rem!important}.pt-xxl-220{padding-top:22rem!important}.pt-xxl-350{padding-top:35rem!important}.pt-xxl-87{padding-top:8.7rem!important}.pt-xxl-168{padding-top:16.8rem!important}.pt-xxl-175{padding-top:17.5rem!important}.pt-xxl-338{padding-top:33.8rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-5{padding-right:.5rem!important}.pe-xxl-10{padding-right:1rem!important}.pe-xxl-15{padding-right:1.5rem!important}.pe-xxl-20{padding-right:2rem!important}.pe-xxl-30{padding-right:3rem!important}.pe-xxl-45{padding-right:4.5rem!important}.pe-xxl-60{padding-right:6rem!important}.pe-xxl-90{padding-right:9rem!important}.pe-xxl-120{padding-right:12rem!important}.pe-xxl-8{padding-right:.8rem!important}.pe-xxl-25{padding-right:2.5rem!important}.pe-xxl-40{padding-right:4rem!important}.pe-xxl-50{padding-right:5rem!important}.pe-xxl-75{padding-right:7.5rem!important}.pe-xxl-85{padding-right:8.5rem!important}.pe-xxl-100{padding-right:10rem!important}.pe-xxl-144{padding-right:14.4rem!important}.pe-xxl-170{padding-right:17rem!important}.pe-xxl-220{padding-right:22rem!important}.pe-xxl-350{padding-right:35rem!important}.pe-xxl-87{padding-right:8.7rem!important}.pe-xxl-168{padding-right:16.8rem!important}.pe-xxl-175{padding-right:17.5rem!important}.pe-xxl-338{padding-right:33.8rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-5{padding-bottom:.5rem!important}.pb-xxl-10{padding-bottom:1rem!important}.pb-xxl-15{padding-bottom:1.5rem!important}.pb-xxl-20{padding-bottom:2rem!important}.pb-xxl-30{padding-bottom:3rem!important}.pb-xxl-45{padding-bottom:4.5rem!important}.pb-xxl-60{padding-bottom:6rem!important}.pb-xxl-90{padding-bottom:9rem!important}.pb-xxl-120{padding-bottom:12rem!important}.pb-xxl-8{padding-bottom:.8rem!important}.pb-xxl-25{padding-bottom:2.5rem!important}.pb-xxl-40{padding-bottom:4rem!important}.pb-xxl-50{padding-bottom:5rem!important}.pb-xxl-75{padding-bottom:7.5rem!important}.pb-xxl-85{padding-bottom:8.5rem!important}.pb-xxl-100{padding-bottom:10rem!important}.pb-xxl-144{padding-bottom:14.4rem!important}.pb-xxl-170{padding-bottom:17rem!important}.pb-xxl-220{padding-bottom:22rem!important}.pb-xxl-350{padding-bottom:35rem!important}.pb-xxl-87{padding-bottom:8.7rem!important}.pb-xxl-168{padding-bottom:16.8rem!important}.pb-xxl-175{padding-bottom:17.5rem!important}.pb-xxl-338{padding-bottom:33.8rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-5{padding-left:.5rem!important}.ps-xxl-10{padding-left:1rem!important}.ps-xxl-15{padding-left:1.5rem!important}.ps-xxl-20{padding-left:2rem!important}.ps-xxl-30{padding-left:3rem!important}.ps-xxl-45{padding-left:4.5rem!important}.ps-xxl-60{padding-left:6rem!important}.ps-xxl-90{padding-left:9rem!important}.ps-xxl-120{padding-left:12rem!important}.ps-xxl-8{padding-left:.8rem!important}.ps-xxl-25{padding-left:2.5rem!important}.ps-xxl-40{padding-left:4rem!important}.ps-xxl-50{padding-left:5rem!important}.ps-xxl-75{padding-left:7.5rem!important}.ps-xxl-85{padding-left:8.5rem!important}.ps-xxl-100{padding-left:10rem!important}.ps-xxl-144{padding-left:14.4rem!important}.ps-xxl-170{padding-left:17rem!important}.ps-xxl-220{padding-left:22rem!important}.ps-xxl-350{padding-left:35rem!important}.ps-xxl-87{padding-left:8.7rem!important}.ps-xxl-168{padding-left:16.8rem!important}.ps-xxl-175{padding-left:17.5rem!important}.ps-xxl-338{padding-left:33.8rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-5{gap:.5rem!important}.gap-xxl-10{gap:1rem!important}.gap-xxl-15{gap:1.5rem!important}.gap-xxl-20{gap:2rem!important}.gap-xxl-30{gap:3rem!important}.gap-xxl-45{gap:4.5rem!important}.gap-xxl-60{gap:6rem!important}.gap-xxl-90{gap:9rem!important}.gap-xxl-120{gap:12rem!important}.gap-xxl-8{gap:.8rem!important}.gap-xxl-25{gap:2.5rem!important}.gap-xxl-40{gap:4rem!important}.gap-xxl-50{gap:5rem!important}.gap-xxl-75{gap:7.5rem!important}.gap-xxl-85{gap:8.5rem!important}.gap-xxl-100{gap:10rem!important}.gap-xxl-144{gap:14.4rem!important}.gap-xxl-170{gap:17rem!important}.gap-xxl-220{gap:22rem!important}.gap-xxl-350{gap:35rem!important}.gap-xxl-87{gap:8.7rem!important}.gap-xxl-168{gap:16.8rem!important}.gap-xxl-175{gap:17.5rem!important}.gap-xxl-338{gap:33.8rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-5{row-gap:.5rem!important}.row-gap-xxl-10{row-gap:1rem!important}.row-gap-xxl-15{row-gap:1.5rem!important}.row-gap-xxl-20{row-gap:2rem!important}.row-gap-xxl-30{row-gap:3rem!important}.row-gap-xxl-45{row-gap:4.5rem!important}.row-gap-xxl-60{row-gap:6rem!important}.row-gap-xxl-90{row-gap:9rem!important}.row-gap-xxl-120{row-gap:12rem!important}.row-gap-xxl-8{row-gap:.8rem!important}.row-gap-xxl-25{row-gap:2.5rem!important}.row-gap-xxl-40{row-gap:4rem!important}.row-gap-xxl-50{row-gap:5rem!important}.row-gap-xxl-75{row-gap:7.5rem!important}.row-gap-xxl-85{row-gap:8.5rem!important}.row-gap-xxl-100{row-gap:10rem!important}.row-gap-xxl-144{row-gap:14.4rem!important}.row-gap-xxl-170{row-gap:17rem!important}.row-gap-xxl-220{row-gap:22rem!important}.row-gap-xxl-350{row-gap:35rem!important}.row-gap-xxl-87{row-gap:8.7rem!important}.row-gap-xxl-168{row-gap:16.8rem!important}.row-gap-xxl-175{row-gap:17.5rem!important}.row-gap-xxl-338{row-gap:33.8rem!important}.column-gap-xxl-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xxl-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-xxl-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-xxl-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-xxl-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-xxl-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-xxl-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-xxl-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-xxl-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-xxl-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-xxl-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-xxl-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-xxl-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-xxl-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-xxl-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-xxl-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-xxl-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-xxl-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-xxl-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-xxl-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-xxl-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-xxl-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#003c73;--bs-secondary:#0053a4;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:0,60,115;--bs-secondary-rgb:0,83,164;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#00182e;--bs-secondary-text-emphasis:#002142;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#ccd8e3;--bs-secondary-bg-subtle:#ccdded;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#99b1c7;--bs-secondary-border-subtle:#99badb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:"PT Sans",sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-root-font-size:62.5%;--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:calc(1.305rem + 0.66vw);--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#1e1e1e;--bs-body-color-rgb:30,30,30;--bs-body-bg:#f7f7f7;--bs-body-bg-rgb:247,247,247;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(30,30,30,.75);--bs-secondary-color-rgb:30,30,30;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(30,30,30,.5);--bs-tertiary-color-rgb:30,30,30;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#003c73;--bs-link-color-rgb:0,60,115;--bs-link-decoration:none;--bs-link-hover-color:#00305c;--bs-link-hover-color-rgb:0,48,92;--bs-link-hover-decoration:underline dotted;--bs-code-color:#d63384;--bs-highlight-color:#1e1e1e;--bs-highlight-bg:#fff3cd;--bs-border-width:0.1rem;--bs-border-style:solid;--bs-border-color:#33638f;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.2rem;--bs-focus-ring-opacity:1;--bs-focus-ring-color:#003c73;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}@media (min-width:1200px){:root,[data-bs-theme=light]{--bs-body-font-size:1.8rem}}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#668aab;--bs-secondary-text-emphasis:#6698c8;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#000c17;--bs-secondary-bg-subtle:#001121;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#002445;--bs-secondary-border-subtle:#003262;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#668aab;--bs-link-hover-color:#85a1bc;--bs-link-color-rgb:102,138,171;--bs-link-hover-color-rgb:133,161,188;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:hsla(0,0%,100%,.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}:root{font-size:var(--bs-root-font-size)}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{border:0;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bs-heading-color);font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.575rem + 3.9vw)}@media (min-width:1200px){.h1,h1{font-size:4.5rem}}.h2,h2{font-size:calc(1.485rem + 2.82vw)}@media (min-width:1200px){.h2,h2{font-size:3.6rem}}.h3,h3{font-size:calc(1.44rem + 2.28vw)}@media (min-width:1200px){.h3,h3{font-size:3.15rem}}.h4,h4{font-size:calc(1.395rem + 1.74vw)}@media (min-width:1200px){.h4,h4{font-size:2.7rem}}.h5,h5{font-size:calc(1.35rem + 1.2vw)}@media (min-width:1200px){.h5,h5{font-size:2.25rem}}.h6,h6{font-size:calc(1.305rem + .66vw)}@media (min-width:1200px){.h6,h6{font-size:1.8rem}}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--bs-highlight-bg);color:var(--bs-highlight-color);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:none}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb);-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{color:var(--bs-code-color);font-size:.875em;word-wrap:break-word}a>code{color:inherit}kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;-webkit-filter:grayscale(1);filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:calc(1.35rem + 1.2vw);font-weight:300}@media (min-width:1200px){.lead{font-size:2.25rem}}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:calc(1.35rem + 1.2vw);margin-bottom:1rem}@media (min-width:1200px){.blockquote{font-size:2.25rem}}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:3rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1310px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:3rem;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{-ms-flex-negative:0;flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-auto>*{width:auto}.row-cols-1>*,.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-1>*{width:100%}.row-cols-2>*{width:50%}.row-cols-2>*,.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-3>*{width:33.33333333%}.row-cols-4>*{width:25%}.row-cols-4>*,.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-5>*{width:20%}.row-cols-6>*{width:16.66666667%}.col-auto,.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-auto{width:auto}.col-1{width:8.33333333%}.col-1,.col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-2{width:16.66666667%}.col-3{width:25%}.col-3,.col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-4{width:33.33333333%}.col-5{width:41.66666667%}.col-5,.col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-6{width:50%}.col-7{width:58.33333333%}.col-7,.col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-8{width:66.66666667%}.col-9{width:75%}.col-10,.col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-10{width:83.33333333%}.col-11{width:91.66666667%}.col-11,.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-12{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-5,.gx-5{--bs-gutter-x:0.5rem}.g-5,.gy-5{--bs-gutter-y:0.5rem}.g-10,.gx-10{--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-30,.gx-30{--bs-gutter-x:3rem}.g-30,.gy-30{--bs-gutter-y:3rem}.g-45,.gx-45{--bs-gutter-x:4.5rem}.g-45,.gy-45{--bs-gutter-y:4.5rem}.g-60,.gx-60{--bs-gutter-x:6rem}.g-60,.gy-60{--bs-gutter-y:6rem}.g-90,.gx-90{--bs-gutter-x:9rem}.g-90,.gy-90{--bs-gutter-y:9rem}.g-120,.gx-120{--bs-gutter-x:12rem}.g-120,.gy-120{--bs-gutter-y:12rem}.g-8,.gx-8{--bs-gutter-x:0.8rem}.g-8,.gy-8{--bs-gutter-y:0.8rem}.g-25,.gx-25{--bs-gutter-x:2.5rem}.g-25,.gy-25{--bs-gutter-y:2.5rem}.g-40,.gx-40{--bs-gutter-x:4rem}.g-40,.gy-40{--bs-gutter-y:4rem}.g-50,.gx-50{--bs-gutter-x:5rem}.g-50,.gy-50{--bs-gutter-y:5rem}.g-75,.gx-75{--bs-gutter-x:7.5rem}.g-75,.gy-75{--bs-gutter-y:7.5rem}.g-85,.gx-85{--bs-gutter-x:8.5rem}.g-85,.gy-85{--bs-gutter-y:8.5rem}.g-100,.gx-100{--bs-gutter-x:10rem}.g-100,.gy-100{--bs-gutter-y:10rem}.g-144,.gx-144{--bs-gutter-x:14.4rem}.g-144,.gy-144{--bs-gutter-y:14.4rem}.g-170,.gx-170{--bs-gutter-x:17rem}.g-170,.gy-170{--bs-gutter-y:17rem}.g-220,.gx-220{--bs-gutter-x:22rem}.g-220,.gy-220{--bs-gutter-y:22rem}.g-350,.gx-350{--bs-gutter-x:35rem}.g-350,.gy-350{--bs-gutter-y:35rem}.g-87,.gx-87{--bs-gutter-x:8.7rem}.g-87,.gy-87{--bs-gutter-y:8.7rem}.g-168,.gx-168{--bs-gutter-x:16.8rem}.g-168,.gy-168{--bs-gutter-y:16.8rem}.g-175,.gx-175{--bs-gutter-x:17.5rem}.g-175,.gy-175{--bs-gutter-y:17.5rem}.g-338,.gx-338{--bs-gutter-x:33.8rem}.g-338,.gy-338{--bs-gutter-y:33.8rem}@media (min-width:576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-sm-auto>*{width:auto}.row-cols-sm-1>*,.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-1>*{width:100%}.row-cols-sm-2>*{width:50%}.row-cols-sm-2>*,.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-3>*{width:33.33333333%}.row-cols-sm-4>*{width:25%}.row-cols-sm-4>*,.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-5>*{width:20%}.row-cols-sm-6>*{width:16.66666667%}.col-sm-auto,.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-auto{width:auto}.col-sm-1{width:8.33333333%}.col-sm-1,.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-2{width:16.66666667%}.col-sm-3{width:25%}.col-sm-3,.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-4{width:33.33333333%}.col-sm-5{width:41.66666667%}.col-sm-5,.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-6{width:50%}.col-sm-7{width:58.33333333%}.col-sm-7,.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-8{width:66.66666667%}.col-sm-9{width:75%}.col-sm-10,.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-10{width:83.33333333%}.col-sm-11{width:91.66666667%}.col-sm-11,.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-12{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-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-30,.gx-sm-30{--bs-gutter-x:3rem}.g-sm-30,.gy-sm-30{--bs-gutter-y:3rem}.g-sm-45,.gx-sm-45{--bs-gutter-x:4.5rem}.g-sm-45,.gy-sm-45{--bs-gutter-y:4.5rem}.g-sm-60,.gx-sm-60{--bs-gutter-x:6rem}.g-sm-60,.gy-sm-60{--bs-gutter-y:6rem}.g-sm-90,.gx-sm-90{--bs-gutter-x:9rem}.g-sm-90,.gy-sm-90{--bs-gutter-y:9rem}.g-sm-120,.gx-sm-120{--bs-gutter-x:12rem}.g-sm-120,.gy-sm-120{--bs-gutter-y:12rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:0.8rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:0.8rem}.g-sm-25,.gx-sm-25{--bs-gutter-x:2.5rem}.g-sm-25,.gy-sm-25{--bs-gutter-y:2.5rem}.g-sm-40,.gx-sm-40{--bs-gutter-x:4rem}.g-sm-40,.gy-sm-40{--bs-gutter-y:4rem}.g-sm-50,.gx-sm-50{--bs-gutter-x:5rem}.g-sm-50,.gy-sm-50{--bs-gutter-y:5rem}.g-sm-75,.gx-sm-75{--bs-gutter-x:7.5rem}.g-sm-75,.gy-sm-75{--bs-gutter-y:7.5rem}.g-sm-85,.gx-sm-85{--bs-gutter-x:8.5rem}.g-sm-85,.gy-sm-85{--bs-gutter-y:8.5rem}.g-sm-100,.gx-sm-100{--bs-gutter-x:10rem}.g-sm-100,.gy-sm-100{--bs-gutter-y:10rem}.g-sm-144,.gx-sm-144{--bs-gutter-x:14.4rem}.g-sm-144,.gy-sm-144{--bs-gutter-y:14.4rem}.g-sm-170,.gx-sm-170{--bs-gutter-x:17rem}.g-sm-170,.gy-sm-170{--bs-gutter-y:17rem}.g-sm-220,.gx-sm-220{--bs-gutter-x:22rem}.g-sm-220,.gy-sm-220{--bs-gutter-y:22rem}.g-sm-350,.gx-sm-350{--bs-gutter-x:35rem}.g-sm-350,.gy-sm-350{--bs-gutter-y:35rem}.g-sm-87,.gx-sm-87{--bs-gutter-x:8.7rem}.g-sm-87,.gy-sm-87{--bs-gutter-y:8.7rem}.g-sm-168,.gx-sm-168{--bs-gutter-x:16.8rem}.g-sm-168,.gy-sm-168{--bs-gutter-y:16.8rem}.g-sm-175,.gx-sm-175{--bs-gutter-x:17.5rem}.g-sm-175,.gy-sm-175{--bs-gutter-y:17.5rem}.g-sm-338,.gx-sm-338{--bs-gutter-x:33.8rem}.g-sm-338,.gy-sm-338{--bs-gutter-y:33.8rem}}@media (min-width:768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-md-auto>*{width:auto}.row-cols-md-1>*,.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-1>*{width:100%}.row-cols-md-2>*{width:50%}.row-cols-md-2>*,.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-3>*{width:33.33333333%}.row-cols-md-4>*{width:25%}.row-cols-md-4>*,.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-5>*{width:20%}.row-cols-md-6>*{width:16.66666667%}.col-md-auto,.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-auto{width:auto}.col-md-1{width:8.33333333%}.col-md-1,.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-2{width:16.66666667%}.col-md-3{width:25%}.col-md-3,.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-4{width:33.33333333%}.col-md-5{width:41.66666667%}.col-md-5,.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-6{width:50%}.col-md-7{width:58.33333333%}.col-md-7,.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-8{width:66.66666667%}.col-md-9{width:75%}.col-md-10,.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-10{width:83.33333333%}.col-md-11{width:91.66666667%}.col-md-11,.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-12{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-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-30,.gx-md-30{--bs-gutter-x:3rem}.g-md-30,.gy-md-30{--bs-gutter-y:3rem}.g-md-45,.gx-md-45{--bs-gutter-x:4.5rem}.g-md-45,.gy-md-45{--bs-gutter-y:4.5rem}.g-md-60,.gx-md-60{--bs-gutter-x:6rem}.g-md-60,.gy-md-60{--bs-gutter-y:6rem}.g-md-90,.gx-md-90{--bs-gutter-x:9rem}.g-md-90,.gy-md-90{--bs-gutter-y:9rem}.g-md-120,.gx-md-120{--bs-gutter-x:12rem}.g-md-120,.gy-md-120{--bs-gutter-y:12rem}.g-md-8,.gx-md-8{--bs-gutter-x:0.8rem}.g-md-8,.gy-md-8{--bs-gutter-y:0.8rem}.g-md-25,.gx-md-25{--bs-gutter-x:2.5rem}.g-md-25,.gy-md-25{--bs-gutter-y:2.5rem}.g-md-40,.gx-md-40{--bs-gutter-x:4rem}.g-md-40,.gy-md-40{--bs-gutter-y:4rem}.g-md-50,.gx-md-50{--bs-gutter-x:5rem}.g-md-50,.gy-md-50{--bs-gutter-y:5rem}.g-md-75,.gx-md-75{--bs-gutter-x:7.5rem}.g-md-75,.gy-md-75{--bs-gutter-y:7.5rem}.g-md-85,.gx-md-85{--bs-gutter-x:8.5rem}.g-md-85,.gy-md-85{--bs-gutter-y:8.5rem}.g-md-100,.gx-md-100{--bs-gutter-x:10rem}.g-md-100,.gy-md-100{--bs-gutter-y:10rem}.g-md-144,.gx-md-144{--bs-gutter-x:14.4rem}.g-md-144,.gy-md-144{--bs-gutter-y:14.4rem}.g-md-170,.gx-md-170{--bs-gutter-x:17rem}.g-md-170,.gy-md-170{--bs-gutter-y:17rem}.g-md-220,.gx-md-220{--bs-gutter-x:22rem}.g-md-220,.gy-md-220{--bs-gutter-y:22rem}.g-md-350,.gx-md-350{--bs-gutter-x:35rem}.g-md-350,.gy-md-350{--bs-gutter-y:35rem}.g-md-87,.gx-md-87{--bs-gutter-x:8.7rem}.g-md-87,.gy-md-87{--bs-gutter-y:8.7rem}.g-md-168,.gx-md-168{--bs-gutter-x:16.8rem}.g-md-168,.gy-md-168{--bs-gutter-y:16.8rem}.g-md-175,.gx-md-175{--bs-gutter-x:17.5rem}.g-md-175,.gy-md-175{--bs-gutter-y:17.5rem}.g-md-338,.gx-md-338{--bs-gutter-x:33.8rem}.g-md-338,.gy-md-338{--bs-gutter-y:33.8rem}}@media (min-width:992px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-lg-auto>*{width:auto}.row-cols-lg-1>*,.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-1>*{width:100%}.row-cols-lg-2>*{width:50%}.row-cols-lg-2>*,.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-3>*{width:33.33333333%}.row-cols-lg-4>*{width:25%}.row-cols-lg-4>*,.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-5>*{width:20%}.row-cols-lg-6>*{width:16.66666667%}.col-lg-auto,.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-auto{width:auto}.col-lg-1{width:8.33333333%}.col-lg-1,.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-2{width:16.66666667%}.col-lg-3{width:25%}.col-lg-3,.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-4{width:33.33333333%}.col-lg-5{width:41.66666667%}.col-lg-5,.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-6{width:50%}.col-lg-7{width:58.33333333%}.col-lg-7,.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-8{width:66.66666667%}.col-lg-9{width:75%}.col-lg-10,.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-10{width:83.33333333%}.col-lg-11{width:91.66666667%}.col-lg-11,.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-12{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-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-30,.gx-lg-30{--bs-gutter-x:3rem}.g-lg-30,.gy-lg-30{--bs-gutter-y:3rem}.g-lg-45,.gx-lg-45{--bs-gutter-x:4.5rem}.g-lg-45,.gy-lg-45{--bs-gutter-y:4.5rem}.g-lg-60,.gx-lg-60{--bs-gutter-x:6rem}.g-lg-60,.gy-lg-60{--bs-gutter-y:6rem}.g-lg-90,.gx-lg-90{--bs-gutter-x:9rem}.g-lg-90,.gy-lg-90{--bs-gutter-y:9rem}.g-lg-120,.gx-lg-120{--bs-gutter-x:12rem}.g-lg-120,.gy-lg-120{--bs-gutter-y:12rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:0.8rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:0.8rem}.g-lg-25,.gx-lg-25{--bs-gutter-x:2.5rem}.g-lg-25,.gy-lg-25{--bs-gutter-y:2.5rem}.g-lg-40,.gx-lg-40{--bs-gutter-x:4rem}.g-lg-40,.gy-lg-40{--bs-gutter-y:4rem}.g-lg-50,.gx-lg-50{--bs-gutter-x:5rem}.g-lg-50,.gy-lg-50{--bs-gutter-y:5rem}.g-lg-75,.gx-lg-75{--bs-gutter-x:7.5rem}.g-lg-75,.gy-lg-75{--bs-gutter-y:7.5rem}.g-lg-85,.gx-lg-85{--bs-gutter-x:8.5rem}.g-lg-85,.gy-lg-85{--bs-gutter-y:8.5rem}.g-lg-100,.gx-lg-100{--bs-gutter-x:10rem}.g-lg-100,.gy-lg-100{--bs-gutter-y:10rem}.g-lg-144,.gx-lg-144{--bs-gutter-x:14.4rem}.g-lg-144,.gy-lg-144{--bs-gutter-y:14.4rem}.g-lg-170,.gx-lg-170{--bs-gutter-x:17rem}.g-lg-170,.gy-lg-170{--bs-gutter-y:17rem}.g-lg-220,.gx-lg-220{--bs-gutter-x:22rem}.g-lg-220,.gy-lg-220{--bs-gutter-y:22rem}.g-lg-350,.gx-lg-350{--bs-gutter-x:35rem}.g-lg-350,.gy-lg-350{--bs-gutter-y:35rem}.g-lg-87,.gx-lg-87{--bs-gutter-x:8.7rem}.g-lg-87,.gy-lg-87{--bs-gutter-y:8.7rem}.g-lg-168,.gx-lg-168{--bs-gutter-x:16.8rem}.g-lg-168,.gy-lg-168{--bs-gutter-y:16.8rem}.g-lg-175,.gx-lg-175{--bs-gutter-x:17.5rem}.g-lg-175,.gy-lg-175{--bs-gutter-y:17.5rem}.g-lg-338,.gx-lg-338{--bs-gutter-x:33.8rem}.g-lg-338,.gy-lg-338{--bs-gutter-y:33.8rem}}@media (min-width:1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-xl-auto>*{width:auto}.row-cols-xl-1>*,.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-1>*{width:100%}.row-cols-xl-2>*{width:50%}.row-cols-xl-2>*,.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-3>*{width:33.33333333%}.row-cols-xl-4>*{width:25%}.row-cols-xl-4>*,.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-5>*{width:20%}.row-cols-xl-6>*{width:16.66666667%}.col-xl-auto,.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-auto{width:auto}.col-xl-1{width:8.33333333%}.col-xl-1,.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-2{width:16.66666667%}.col-xl-3{width:25%}.col-xl-3,.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-4{width:33.33333333%}.col-xl-5{width:41.66666667%}.col-xl-5,.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-6{width:50%}.col-xl-7{width:58.33333333%}.col-xl-7,.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-8{width:66.66666667%}.col-xl-9{width:75%}.col-xl-10,.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-10{width:83.33333333%}.col-xl-11{width:91.66666667%}.col-xl-11,.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-12{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-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-30,.gx-xl-30{--bs-gutter-x:3rem}.g-xl-30,.gy-xl-30{--bs-gutter-y:3rem}.g-xl-45,.gx-xl-45{--bs-gutter-x:4.5rem}.g-xl-45,.gy-xl-45{--bs-gutter-y:4.5rem}.g-xl-60,.gx-xl-60{--bs-gutter-x:6rem}.g-xl-60,.gy-xl-60{--bs-gutter-y:6rem}.g-xl-90,.gx-xl-90{--bs-gutter-x:9rem}.g-xl-90,.gy-xl-90{--bs-gutter-y:9rem}.g-xl-120,.gx-xl-120{--bs-gutter-x:12rem}.g-xl-120,.gy-xl-120{--bs-gutter-y:12rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:0.8rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:0.8rem}.g-xl-25,.gx-xl-25{--bs-gutter-x:2.5rem}.g-xl-25,.gy-xl-25{--bs-gutter-y:2.5rem}.g-xl-40,.gx-xl-40{--bs-gutter-x:4rem}.g-xl-40,.gy-xl-40{--bs-gutter-y:4rem}.g-xl-50,.gx-xl-50{--bs-gutter-x:5rem}.g-xl-50,.gy-xl-50{--bs-gutter-y:5rem}.g-xl-75,.gx-xl-75{--bs-gutter-x:7.5rem}.g-xl-75,.gy-xl-75{--bs-gutter-y:7.5rem}.g-xl-85,.gx-xl-85{--bs-gutter-x:8.5rem}.g-xl-85,.gy-xl-85{--bs-gutter-y:8.5rem}.g-xl-100,.gx-xl-100{--bs-gutter-x:10rem}.g-xl-100,.gy-xl-100{--bs-gutter-y:10rem}.g-xl-144,.gx-xl-144{--bs-gutter-x:14.4rem}.g-xl-144,.gy-xl-144{--bs-gutter-y:14.4rem}.g-xl-170,.gx-xl-170{--bs-gutter-x:17rem}.g-xl-170,.gy-xl-170{--bs-gutter-y:17rem}.g-xl-220,.gx-xl-220{--bs-gutter-x:22rem}.g-xl-220,.gy-xl-220{--bs-gutter-y:22rem}.g-xl-350,.gx-xl-350{--bs-gutter-x:35rem}.g-xl-350,.gy-xl-350{--bs-gutter-y:35rem}.g-xl-87,.gx-xl-87{--bs-gutter-x:8.7rem}.g-xl-87,.gy-xl-87{--bs-gutter-y:8.7rem}.g-xl-168,.gx-xl-168{--bs-gutter-x:16.8rem}.g-xl-168,.gy-xl-168{--bs-gutter-y:16.8rem}.g-xl-175,.gx-xl-175{--bs-gutter-x:17.5rem}.g-xl-175,.gy-xl-175{--bs-gutter-y:17.5rem}.g-xl-338,.gx-xl-338{--bs-gutter-x:33.8rem}.g-xl-338,.gy-xl-338{--bs-gutter-y:33.8rem}}@media (min-width:1400px){.col-xxl{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-xxl-auto>*{width:auto}.row-cols-xxl-1>*,.row-cols-xxl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-1>*{width:100%}.row-cols-xxl-2>*{width:50%}.row-cols-xxl-2>*,.row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-3>*{width:33.33333333%}.row-cols-xxl-4>*{width:25%}.row-cols-xxl-4>*,.row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-5>*{width:20%}.row-cols-xxl-6>*{width:16.66666667%}.col-xxl-auto,.row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-auto{width:auto}.col-xxl-1{width:8.33333333%}.col-xxl-1,.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-2{width:16.66666667%}.col-xxl-3{width:25%}.col-xxl-3,.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-4{width:33.33333333%}.col-xxl-5{width:41.66666667%}.col-xxl-5,.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-6{width:50%}.col-xxl-7{width:58.33333333%}.col-xxl-7,.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-8{width:66.66666667%}.col-xxl-9{width:75%}.col-xxl-10,.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-10{width:83.33333333%}.col-xxl-11{width:91.66666667%}.col-xxl-11,.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-12{width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:0.5rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:0.5rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:1rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:1rem}.g-xxl-15,.gx-xxl-15{--bs-gutter-x:1.5rem}.g-xxl-15,.gy-xxl-15{--bs-gutter-y:1.5rem}.g-xxl-20,.gx-xxl-20{--bs-gutter-x:2rem}.g-xxl-20,.gy-xxl-20{--bs-gutter-y:2rem}.g-xxl-30,.gx-xxl-30{--bs-gutter-x:3rem}.g-xxl-30,.gy-xxl-30{--bs-gutter-y:3rem}.g-xxl-45,.gx-xxl-45{--bs-gutter-x:4.5rem}.g-xxl-45,.gy-xxl-45{--bs-gutter-y:4.5rem}.g-xxl-60,.gx-xxl-60{--bs-gutter-x:6rem}.g-xxl-60,.gy-xxl-60{--bs-gutter-y:6rem}.g-xxl-90,.gx-xxl-90{--bs-gutter-x:9rem}.g-xxl-90,.gy-xxl-90{--bs-gutter-y:9rem}.g-xxl-120,.gx-xxl-120{--bs-gutter-x:12rem}.g-xxl-120,.gy-xxl-120{--bs-gutter-y:12rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:0.8rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:0.8rem}.g-xxl-25,.gx-xxl-25{--bs-gutter-x:2.5rem}.g-xxl-25,.gy-xxl-25{--bs-gutter-y:2.5rem}.g-xxl-40,.gx-xxl-40{--bs-gutter-x:4rem}.g-xxl-40,.gy-xxl-40{--bs-gutter-y:4rem}.g-xxl-50,.gx-xxl-50{--bs-gutter-x:5rem}.g-xxl-50,.gy-xxl-50{--bs-gutter-y:5rem}.g-xxl-75,.gx-xxl-75{--bs-gutter-x:7.5rem}.g-xxl-75,.gy-xxl-75{--bs-gutter-y:7.5rem}.g-xxl-85,.gx-xxl-85{--bs-gutter-x:8.5rem}.g-xxl-85,.gy-xxl-85{--bs-gutter-y:8.5rem}.g-xxl-100,.gx-xxl-100{--bs-gutter-x:10rem}.g-xxl-100,.gy-xxl-100{--bs-gutter-y:10rem}.g-xxl-144,.gx-xxl-144{--bs-gutter-x:14.4rem}.g-xxl-144,.gy-xxl-144{--bs-gutter-y:14.4rem}.g-xxl-170,.gx-xxl-170{--bs-gutter-x:17rem}.g-xxl-170,.gy-xxl-170{--bs-gutter-y:17rem}.g-xxl-220,.gx-xxl-220{--bs-gutter-x:22rem}.g-xxl-220,.gy-xxl-220{--bs-gutter-y:22rem}.g-xxl-350,.gx-xxl-350{--bs-gutter-x:35rem}.g-xxl-350,.gy-xxl-350{--bs-gutter-y:35rem}.g-xxl-87,.gx-xxl-87{--bs-gutter-x:8.7rem}.g-xxl-87,.gy-xxl-87{--bs-gutter-y:8.7rem}.g-xxl-168,.gx-xxl-168{--bs-gutter-x:16.8rem}.g-xxl-168,.gy-xxl-168{--bs-gutter-y:16.8rem}.g-xxl-175,.gx-xxl-175{--bs-gutter-x:17.5rem}.g-xxl-175,.gy-xxl-175{--bs-gutter-y:17.5rem}.g-xxl-338,.gx-xxl-338{--bs-gutter-x:33.8rem}.g-xxl-338,.gy-xxl-338{--bs-gutter-y:33.8rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);-webkit-box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#ccd8e3;--bs-table-border-color:#a3adb6;--bs-table-striped-bg:#c2cdd8;--bs-table-striped-color:#000;--bs-table-active-bg:#b8c2cc;--bs-table-active-color:#000;--bs-table-hover-bg:#bdc8d2;--bs-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#ccdded;--bs-table-border-color:#a3b1be;--bs-table-striped-bg:#c2d2e1;--bs-table-striped-color:#000;--bs-table-active-bg:#b8c7d5;--bs-table-active-color:#000;--bs-table-hover-bg:#bdccdb;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.table-info,.table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000}.table-danger,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.table-dark,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--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}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0}.col-form-label,.col-form-label-lg{padding-bottom:calc(.5rem + var(--bs-border-width));padding-top:calc(.5rem + var(--bs-border-width))}.col-form-label-lg{font-size:calc(1.35rem + 1.2vw)}@media (min-width:1200px){.col-form-label-lg{font-size:2.25rem}}.col-form-label-sm{font-size:calc(1.2825rem + .39vw);padding-bottom:calc(.25rem + var(--bs-border-width));padding-top:calc(.25rem + var(--bs-border-width))}@media (min-width:1200px){.col-form-label-sm{font-size:1.575rem}}.form-text{color:var(--bs-secondary-color);font-size:.875em;margin-top:.25rem}.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:calc(1.305rem + .66vw);line-height:1.5;padding:.5rem 1rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:100%}@media (min-width:1200px){.form-control{font-size:1.8rem}}@media (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:var(--bs-body-bg);border-color:#809eb9;-webkit-box-shadow:0 0 0 .2rem #003c73;box-shadow:0 0 0 .2rem #003c73;color:var(--bs-body-color);outline:0}.form-control::-webkit-date-and-time-value{height:1.5em;margin:0;min-width:85px}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::-webkit-input-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:-ms-input-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control::-ms-input-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{margin:-.5rem -1rem;padding:.5rem 1rem;-webkit-margin-end:1rem;background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-body-color);margin-inline-end:1rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.form-control::file-selector-button{margin:-.5rem -1rem;padding:.5rem 1rem;-webkit-margin-end:1rem;background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-body-color);margin-inline-end:1rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0;color:var(--bs-body-color);display:block;line-height:1.5;margin-bottom:0;padding:.5rem 0;width:100%}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:var(--bs-border-radius-sm);font-size:calc(1.2825rem + .39vw);min-height:calc(1.5em + .5rem + var(--bs-border-width)*2);padding:.25rem .5rem}@media (min-width:1200px){.form-control-sm{font-size:1.575rem}}.form-control-sm::-webkit-file-upload-button{margin:-.25rem -.5rem;padding:.25rem .5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{margin:-.25rem -.5rem;padding:.25rem .5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{border-radius:var(--bs-border-radius-lg);font-size:calc(1.35rem + 1.2vw);min-height:calc(1.5em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem}@media (min-width:1200px){.form-control-lg{font-size:2.25rem}}.form-control-lg::-webkit-file-upload-button{margin:-.5rem -1rem;padding:.5rem 1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;padding:.5rem 1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 1rem + var(--bs-border-width)*2)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + var(--bs-border-width)*2)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + var(--bs-border-width)*2)}.form-control-color{height:calc(1.5em + 1rem + var(--bs-border-width)*2);padding:.5rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + var(--bs-border-width)*2)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + var(--bs-border-width)*2)}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right 1rem center;background-repeat:no-repeat;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:calc(1.305rem + .66vw);font-weight:400;line-height:1.5;padding:.5rem 3rem .5rem 1rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:100%}@media (min-width:1200px){.form-select{font-size:1.8rem}}@media (prefers-reduced-motion:reduce){.form-select{-webkit-transition:none;transition:none}}.form-select:focus{border-color:#809eb9;-webkit-box-shadow:0 0 0 .2rem #003c73;box-shadow:0 0 0 .2rem #003c73;outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:1rem}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{border-radius:var(--bs-border-radius-sm);font-size:calc(1.2825rem + .39vw);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}@media (min-width:1200px){.form-select-sm{font-size:1.575rem}}.form-select-lg{border-radius:var(--bs-border-radius-lg);font-size:calc(1.35rem + 1.2vw);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}@media (min-width:1200px){.form-select-lg{font-size:2.25rem}}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.form-check{display:block;margin-bottom:.125rem;min-height:2.7rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-left:0;padding-right:1.5em;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);-ms-flex-negative:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);flex-shrink:0;height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:var(--bs-border-radius,.2rem)}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus{border-color:#809eb9;-webkit-box-shadow:0 0 0 .2rem #003c73;box-shadow:0 0 0 .2rem #003c73;outline:0}.form-check-input:checked{background-color:#003c73;border-color:#003c73}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#003c73;border-color:#003c73;--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{-webkit-filter:none;filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;-webkit-transition:background-position .15s ease-in-out;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{-webkit-transition:none;transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23809eb9'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{-webkit-filter:none;filter:none;opacity:.65;pointer-events:none}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.form-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #f7f7f7,0 0 0 .2rem #003c73;box-shadow:0 0 0 1px #f7f7f7,0 0 0 .2rem #003c73}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f7f7f7,0 0 0 .2rem #003c73}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#003c73;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b3c5d5}.form-range::-webkit-slider-runnable-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#003c73;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b3c5d5}.form-range::-moz-range-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25;min-height:calc(3.5rem + var(--bs-border-width)*2)}.form-floating>label{border:var(--bs-border-width) solid transparent;color:rgba(var(--bs-body-color-rgb),.65);height:100%;left:0;max-width:100%;overflow:hidden;padding:1rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out;white-space:nowrap;z-index:2}@media (prefers-reduced-motion:reduce){.form-floating>label{-webkit-transition:none;transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem}.form-floating>.form-control-plaintext::-webkit-input-placeholder,.form-floating>.form-control::-webkit-input-placeholder{color:transparent}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext:-ms-input-placeholder,.form-floating>.form-control:-ms-input-placeholder{color:transparent}.form-floating>.form-control-plaintext::-ms-input-placeholder,.form-floating>.form-control::-ms-input-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder),.form-floating>.form-control:not(:-moz-placeholder){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:not(:-ms-input-placeholder),.form-floating>.form-control:not(:-ms-input-placeholder){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-left:1rem;padding-top:1.625rem}.form-floating>.form-control:not(:-moz-placeholder)~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:not(:-ms-input-placeholder)~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>textarea:not(:-moz-placeholder)~label:after{background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);content:"";height:1.5em;inset:1rem .5rem;position:absolute;z-index:-1}.form-floating>textarea:not(:-ms-input-placeholder)~label:after{background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);content:"";height:1.5em;inset:1rem .5rem;position:absolute;z-index:-1}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);content:"";height:1.5em;inset:1rem .5rem;position:absolute;z-index:-1}.form-floating>textarea:disabled~label:after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;width:1%}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);font-size:calc(1.305rem + .66vw);font-weight:400;line-height:1.5;padding:.5rem 1rem;text-align:center;white-space:nowrap}@media (min-width:1200px){.input-group-text{font-size:1.8rem}}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:var(--bs-border-radius-lg);font-size:calc(1.35rem + 1.2vw);padding:.5rem 1rem}@media (min-width:1200px){.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{font-size:2.25rem}}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:var(--bs-border-radius-sm);font-size:calc(1.2825rem + .39vw);padding:.25rem .5rem}@media (min-width:1200px){.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{font-size:1.575rem}}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--bs-border-width)*-1)}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.valid-feedback{color:var(--bs-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:var(--bs-success);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:calc(1.2825rem + .39vw);margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}@media (min-width:1200px){.valid-tooltip{font-size:1.575rem}}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right calc(.375em + .25rem) center;background-repeat:no-repeat;background-size:calc(.75em + .5rem) calc(.75em + .5rem);border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 1rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);-webkit-box-shadow:0 0 0 .2rem rgba(var(--bs-success-rgb),1);box-shadow:0 0 0 .2rem rgba(var(--bs-success-rgb),1)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .25rem) right calc(.375em + .25rem);padding-right:calc(1.5em + 1rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right 1rem center,center right 3rem;background-size:16px 12px,calc(.75em + .5rem) calc(.75em + .5rem);padding-right:5.5rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);-webkit-box-shadow:0 0 0 .2rem rgba(var(--bs-success-rgb),1);box-shadow:0 0 0 .2rem rgba(var(--bs-success-rgb),1)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(4rem + 1.5em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{-webkit-box-shadow:0 0 0 .2rem rgba(var(--bs-success-rgb),1);box-shadow:0 0 0 .2rem rgba(var(--bs-success-rgb),1)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{color:var(--bs-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:var(--bs-danger);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:calc(1.2825rem + .39vw);margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}@media (min-width:1200px){.invalid-tooltip{font-size:1.575rem}}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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 calc(.375em + .25rem) center;background-repeat:no-repeat;background-size:calc(.75em + .5rem) calc(.75em + .5rem);border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 1rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);-webkit-box-shadow:0 0 0 .2rem rgba(var(--bs-danger-rgb),1);box-shadow:0 0 0 .2rem rgba(var(--bs-danger-rgb),1)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .25rem) right calc(.375em + .25rem);padding-right:calc(1.5em + 1rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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 1rem center,center right 3rem;background-size:16px 12px,calc(.75em + .5rem) calc(.75em + .5rem);padding-right:5.5rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);-webkit-box-shadow:0 0 0 .2rem rgba(var(--bs-danger-rgb),1);box-shadow:0 0 0 .2rem rgba(var(--bs-danger-rgb),1)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(4rem + 1.5em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{-webkit-box-shadow:0 0 0 .2rem rgba(var(--bs-danger-rgb),1);box-shadow:0 0 0 .2rem rgba(var(--bs-danger-rgb),1)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:2rem;--bs-btn-padding-y:0;--bs-btn-font-family: ;--bs-btn-font-size:calc(1.305rem + 0.66vw);--bs-btn-font-weight:700;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:0.3rem;--bs-btn-border-color:transparent;--bs-btn-border-radius:3rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}@media (min-width:1200px){.btn{--bs-btn-font-size:1.8rem}}@media (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;transition:none}}.btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);-webkit-box-shadow:var(--bs-btn-focus-box-shadow);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);-webkit-box-shadow:var(--bs-btn-focus-box-shadow);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{-webkit-box-shadow:var(--bs-btn-focus-box-shadow);box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{-webkit-box-shadow:var(--bs-btn-focus-box-shadow);box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#003c73;--bs-btn-border-color:#003c73;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#003362;--bs-btn-hover-border-color:#00305c;--bs-btn-focus-shadow-rgb:38,89,136;--bs-btn-active-color:#fff;--bs-btn-active-bg:#00305c;--bs-btn-active-border-color:#002d56;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#003c73;--bs-btn-disabled-border-color:#003c73}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#0053a4;--bs-btn-border-color:#0053a4;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#00478b;--bs-btn-hover-border-color:#004283;--bs-btn-focus-shadow-rgb:38,109,178;--bs-btn-active-color:#fff;--bs-btn-active-bg:#004283;--bs-btn-active-border-color:#003e7b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0053a4;--bs-btn-disabled-border-color:#0053a4}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#003c73;--bs-btn-border-color:#003c73;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#003c73;--bs-btn-hover-border-color:#003c73;--bs-btn-focus-shadow-rgb:0,60,115;--bs-btn-active-color:#fff;--bs-btn-active-bg:#003c73;--bs-btn-active-border-color:#003c73;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#003c73;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#003c73;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#0053a4;--bs-btn-border-color:#0053a4;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0053a4;--bs-btn-hover-border-color:#0053a4;--bs-btn-focus-shadow-rgb:0,83,164;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0053a4;--bs-btn-active-border-color:#0053a4;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0053a4;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0053a4;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:38,89,136;text-decoration:none}.btn-link:focus-visible,.btn-link:hover{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:calc(1.35rem + 1.2vw);--bs-btn-border-radius:3rem}@media (min-width:1200px){.btn-group-lg>.btn,.btn-lg{--bs-btn-font-size:2.25rem}}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:calc(1.2825rem + 0.39vw);--bs-btn-border-radius:3rem}@media (min-width:1200px){.btn-group-sm>.btn,.btn-sm{--bs-btn-font-size:1.575rem}}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;-webkit-transition:opacity 0s linear;transition:opacity 0s linear}@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none}}.collapsing.collapse-horizontal{height:auto;-webkit-transition:width .35s ease;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{-webkit-transition:none;transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:calc(1.305rem + 0.66vw);--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#003c73;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}@media (min-width:1200px){.dropdown-menu{--bs-dropdown-font-size:1.8rem}}.dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.dropdown-item{background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.dropdown-item.active,.dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:calc(1.2825rem + .39vw);margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}@media (min-width:1200px){.dropdown-header{font-size:1.575rem}}.dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#003c73;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:3rem}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:-.3rem}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:1.5rem;padding-right:1.5rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-.3rem}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:1.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{-webkit-transition:none;transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{-webkit-box-shadow:0 0 0 .2rem #003c73;box-shadow:0 0 0 .2rem #003c73;outline:0}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#003c73}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{border-bottom-color:currentcolor;color:var(--bs-nav-underline-link-active-color);font-weight:700}.nav-fill .nav-item,.nav-fill>.nav-link{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:1.1625rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:2.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:2.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(30, 30, 30, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:3rem;--bs-navbar-toggler-focus-width:0.2rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.navbar,.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{-ms-flex-wrap:inherit;flex-wrap:inherit}.navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:1.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-bottom:1.5rem;padding-top:1.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);-webkit-transition:var(--bs-navbar-toggler-transition);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{-webkit-transition:none;transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{-webkit-box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;-webkit-box-flex:1;-ms-flex-positive:1;background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;-webkit-transform:none!important;transform:none!important;-webkit-transition:none;transition:none;visibility:visible!important;width:auto!important}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;-webkit-box-flex:1;-ms-flex-positive:1;background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;-webkit-transform:none!important;transform:none!important;-webkit-transition:none;transition:none;visibility:visible!important;width:auto!important}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;-webkit-box-flex:1;-ms-flex-positive:1;background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;-webkit-transform:none!important;transform:none!important;-webkit-transition:none;transition:none;visibility:visible!important;width:auto!important}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;-webkit-box-flex:1;-ms-flex-positive:1;background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;-webkit-transform:none!important;transform:none!important;-webkit-transition:none;transition:none;visibility:visible!important;width:auto!important}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1400px){.navbar-expand-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;-webkit-box-flex:1;-ms-flex-positive:1;background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;-webkit-transform:none!important;transform:none!important;-webkit-transition:none;transition:none;visibility:visible!important;width:auto!important}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;-webkit-box-flex:1;-ms-flex-positive:1;background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;-webkit-transform:none!important;transform:none!important;-webkit-transition:none;transition:none;visibility:visible!important;width:auto!important}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow-y:visible;padding:0}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:hsla(0,0%,100%,.55);--bs-navbar-hover-color:hsla(0,0%,100%,.75);--bs-navbar-disabled-color:hsla(0,0%,100%,.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:hsla(0,0%,100%,.1)}.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.card{--bs-card-spacer-y:2rem;--bs-card-spacer-x:2rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:0.4rem;--bs-card-border-color:#eee;--bs-card-border-radius:0;--bs-card-box-shadow: ;--bs-card-inner-border-radius:-0.4rem;--bs-card-cap-padding-y:2rem;--bs-card-cap-padding-x:2rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;color:var(--bs-body-color);-ms-flex-direction:column;flex-direction:column;height:var(--bs-card-height);min-width:0;word-wrap:break-word;background-clip:border-box;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{color:var(--bs-card-subtitle-color);margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-header,.card-group>.card:not(:last-child)>.card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-footer,.card-group>.card:not(:last-child)>.card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-header,.card-group>.card:not(:first-child)>.card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-footer,.card-group>.card:not(:first-child)>.card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300182e' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-focus-box-shadow:0 0 0 0.2rem #003c73;--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);font-size:calc(1.305rem + .66vw);overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);text-align:left;-webkit-transition:var(--bs-accordion-transition);transition:var(--bs-accordion-transition);width:100%}@media (min-width:1200px){.accordion-button{font-size:1.8rem}}@media (prefers-reduced-motion:reduce){.accordion-button{-webkit-transition:none;transition:none}}.accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);-webkit-box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);-webkit-transform:var(--bs-accordion-btn-icon-transform);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{-ms-flex-negative:0;background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;-webkit-transition:var(--bs-accordion-btn-icon-transition);transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media (prefers-reduced-motion:reduce){.accordion-button:after{-webkit-transition:none;transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{-webkit-box-shadow:var(--bs-accordion-btn-focus-box-shadow);box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23668aab' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23668aab' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:calc(1.305rem + 0.66vw);--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.2rem #003c73;--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#003c73;--bs-pagination-active-border-color:#003c73;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;padding-left:0}@media (min-width:1200px){.pagination{--bs-pagination-font-size:1.8rem}}.page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{-webkit-transition:none;transition:none}}.page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.page-link:focus{background-color:var(--bs-pagination-focus-bg);-webkit-box-shadow:var(--bs-pagination-focus-box-shadow);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.page-link,.page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.page-link,.page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:calc(1.35rem + 1.2vw);--bs-pagination-border-radius:var(--bs-border-radius-lg)}@media (min-width:1200px){.pagination-lg{--bs-pagination-font-size:2.25rem}}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:calc(1.2825rem + 0.39vw);--bs-pagination-border-radius:var(--bs-border-radius-sm)}@media (min-width:1200px){.pagination-sm{--bs-pagination-font-size:1.575rem}}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#003c73;--bs-list-group-active-border-color:#003c73;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:var(--bs-list-group-border-radius);-ms-flex-direction:column;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.list-group-item-action:not(.active):active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media (min-width:576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1400px){.list-group-horizontal-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:43.8rem;--bs-popover-font-size:calc(1.2825rem + 0.39vw);--bs-popover-bg:#acd3e4;--bs-popover-border-width:0.1rem;--bs-popover-border-color:#acd3e4;--bs-popover-border-radius:0;--bs-popover-inner-border-radius:-0.1rem;--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1.9rem;--bs-popover-header-padding-y:1.4rem;--bs-popover-header-font-size:calc(1.305rem + 0.66vw);--bs-popover-header-color:inherit;--bs-popover-header-bg:#acd3e4;--bs-popover-body-padding-x:1.9rem;--bs-popover-body-padding-y:1.4rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:4.5rem;--bs-popover-arrow-height:1.9rem;--bs-popover-arrow-border:var(--bs-popover-border-color);display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}@media (min-width:1200px){.popover{--bs-popover-font-size:1.575rem;--bs-popover-header-font-size:1.8rem}}.popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.popover .popover-arrow:after,.popover .popover-arrow:before{border:0 solid transparent;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.popover-header:empty{display:none}.popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transform:none;transform:none;-webkit-transition-property:opacity;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;-webkit-transition:opacity 0s .6s;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{-webkit-transition:none;transition:none}}.carousel-control-next,.carousel-control-prev{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;z-index:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background:none;border:0;color:#003c73;-webkit-filter:var(--bs-carousel-control-icon-filter);filter:var(--bs-carousel-control-icon-filter);justify-content:center;opacity:.5;padding:0;text-align:center;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;width:15%}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{-webkit-transition:none;transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#003c73;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003c73' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003c73' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;position:absolute;right:0;z-index:2;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0}.carousel-indicators [data-bs-target]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;background-clip:padding-box;background-color:var(--bs-carousel-indicator-active-bg);border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;cursor:pointer;-ms-flex:0 1 auto;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;-webkit-transition:opacity .6s ease;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{-webkit-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:var(--bs-carousel-caption-color);left:0;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:0;text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#1e1e1e;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@-webkit-keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-secondary{background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-success{background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-info{background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-warning{background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-danger{background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-light{background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-dark{background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(0,48,92,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,48,92,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(0,66,131,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,66,131,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{-webkit-box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.icon-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.icon-link>.bi{-ms-flex-negative:0;fill:currentcolor;flex-shrink:0;height:1em;-webkit-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;width:1em}@media (prefers-reduced-motion:reduce){.icon-link>.bi{-webkit-transition:none;transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{-webkit-transform:var(--bs-icon-link-transform,translate3d(.25em,0,0));transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.ratio-3x2{--bs-aspect-ratio:66.6666666667%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{bottom:0;position:sticky;z-index:1020}}.hstack{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch}.hstack,.vstack{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;align-self:stretch}.vstack{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;-ms-flex-item-align:stretch;align-self:stretch;background-color:currentcolor;min-height:1em;opacity:.25;width:var(--bs-border-width)}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit: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}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.shadow{-webkit-box-shadow:var(--bs-box-shadow)!important;box-shadow:var(--bs-box-shadow)!important}.shadow-sm{-webkit-box-shadow:var(--bs-box-shadow-sm)!important;box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{-webkit-box-shadow:var(--bs-box-shadow-lg)!important;box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.top-25{top:25%!important}.top-75{top:75%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.bottom-25{bottom:25%!important}.bottom-75{bottom:75%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.start-25{left:25%!important}.start-75{left:75%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.end-25{right:25%!important}.end-75{right:75%!important}.translate-middle{-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:.1rem!important}.border-3{border-width:.3rem!important}.border-10{border-width:1rem!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.h-3p{height:.3rem!important}.h-10p{height:1rem!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-0{margin:0!important}.m-5{margin:.5rem!important}.m-10{margin:1rem!important}.m-15{margin:1.5rem!important}.m-20{margin:2rem!important}.m-30{margin:3rem!important}.m-45{margin:4.5rem!important}.m-60{margin:6rem!important}.m-90{margin:9rem!important}.m-120{margin:12rem!important}.m-8{margin:.8rem!important}.m-25{margin:2.5rem!important}.m-40{margin:4rem!important}.m-50{margin:5rem!important}.m-75{margin:7.5rem!important}.m-85{margin:8.5rem!important}.m-100{margin:10rem!important}.m-144{margin:14.4rem!important}.m-170{margin:17rem!important}.m-220{margin:22rem!important}.m-350{margin:35rem!important}.m-87{margin:8.7rem!important}.m-168{margin:16.8rem!important}.m-175{margin:17.5rem!important}.m-338{margin:33.8rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-10{margin-left:1rem!important;margin-right:1rem!important}.mx-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-20{margin-left:2rem!important;margin-right:2rem!important}.mx-30{margin-left:3rem!important;margin-right:3rem!important}.mx-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-60{margin-left:6rem!important;margin-right:6rem!important}.mx-90{margin-left:9rem!important;margin-right:9rem!important}.mx-120{margin-left:12rem!important;margin-right:12rem!important}.mx-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-40{margin-left:4rem!important;margin-right:4rem!important}.mx-50{margin-left:5rem!important;margin-right:5rem!important}.mx-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-100{margin-left:10rem!important;margin-right:10rem!important}.mx-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-170{margin-left:17rem!important;margin-right:17rem!important}.mx-220{margin-left:22rem!important;margin-right:22rem!important}.mx-350{margin-left:35rem!important;margin-right:35rem!important}.mx-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!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-30{margin-top:3rem!important}.mt-45{margin-top:4.5rem!important}.mt-60{margin-top:6rem!important}.mt-90{margin-top:9rem!important}.mt-120{margin-top:12rem!important}.mt-8{margin-top:.8rem!important}.mt-25{margin-top:2.5rem!important}.mt-40{margin-top:4rem!important}.mt-50{margin-top:5rem!important}.mt-75{margin-top:7.5rem!important}.mt-85{margin-top:8.5rem!important}.mt-100{margin-top:10rem!important}.mt-144{margin-top:14.4rem!important}.mt-170{margin-top:17rem!important}.mt-220{margin-top:22rem!important}.mt-350{margin-top:35rem!important}.mt-87{margin-top:8.7rem!important}.mt-168{margin-top:16.8rem!important}.mt-175{margin-top:17.5rem!important}.mt-338{margin-top:33.8rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!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-30{margin-right:3rem!important}.me-45{margin-right:4.5rem!important}.me-60{margin-right:6rem!important}.me-90{margin-right:9rem!important}.me-120{margin-right:12rem!important}.me-8{margin-right:.8rem!important}.me-25{margin-right:2.5rem!important}.me-40{margin-right:4rem!important}.me-50{margin-right:5rem!important}.me-75{margin-right:7.5rem!important}.me-85{margin-right:8.5rem!important}.me-100{margin-right:10rem!important}.me-144{margin-right:14.4rem!important}.me-170{margin-right:17rem!important}.me-220{margin-right:22rem!important}.me-350{margin-right:35rem!important}.me-87{margin-right:8.7rem!important}.me-168{margin-right:16.8rem!important}.me-175{margin-right:17.5rem!important}.me-338{margin-right:33.8rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!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-30{margin-bottom:3rem!important}.mb-45{margin-bottom:4.5rem!important}.mb-60{margin-bottom:6rem!important}.mb-90{margin-bottom:9rem!important}.mb-120{margin-bottom:12rem!important}.mb-8{margin-bottom:.8rem!important}.mb-25{margin-bottom:2.5rem!important}.mb-40{margin-bottom:4rem!important}.mb-50{margin-bottom:5rem!important}.mb-75{margin-bottom:7.5rem!important}.mb-85{margin-bottom:8.5rem!important}.mb-100{margin-bottom:10rem!important}.mb-144{margin-bottom:14.4rem!important}.mb-170{margin-bottom:17rem!important}.mb-220{margin-bottom:22rem!important}.mb-350{margin-bottom:35rem!important}.mb-87{margin-bottom:8.7rem!important}.mb-168{margin-bottom:16.8rem!important}.mb-175{margin-bottom:17.5rem!important}.mb-338{margin-bottom:33.8rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!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-30{margin-left:3rem!important}.ms-45{margin-left:4.5rem!important}.ms-60{margin-left:6rem!important}.ms-90{margin-left:9rem!important}.ms-120{margin-left:12rem!important}.ms-8{margin-left:.8rem!important}.ms-25{margin-left:2.5rem!important}.ms-40{margin-left:4rem!important}.ms-50{margin-left:5rem!important}.ms-75{margin-left:7.5rem!important}.ms-85{margin-left:8.5rem!important}.ms-100{margin-left:10rem!important}.ms-144{margin-left:14.4rem!important}.ms-170{margin-left:17rem!important}.ms-220{margin-left:22rem!important}.ms-350{margin-left:35rem!important}.ms-87{margin-left:8.7rem!important}.ms-168{margin-left:16.8rem!important}.ms-175{margin-left:17.5rem!important}.ms-338{margin-left:33.8rem!important}.ms-auto{margin-left:auto!important}.m-n5{margin:-.5rem!important}.m-n10{margin:-1rem!important}.m-n15{margin:-1.5rem!important}.m-n20{margin:-2rem!important}.m-n30{margin:-3rem!important}.m-n45{margin:-4.5rem!important}.m-n60{margin:-6rem!important}.m-n90{margin:-9rem!important}.m-n120{margin:-12rem!important}.m-n8{margin:-.8rem!important}.m-n25{margin:-2.5rem!important}.m-n40{margin:-4rem!important}.m-n50{margin:-5rem!important}.m-n75{margin:-7.5rem!important}.m-n85{margin:-8.5rem!important}.m-n100{margin:-10rem!important}.m-n144{margin:-14.4rem!important}.m-n170{margin:-17rem!important}.m-n220{margin:-22rem!important}.m-n350{margin:-35rem!important}.m-n87{margin:-8.7rem!important}.m-n168{margin:-16.8rem!important}.m-n175{margin:-17.5rem!important}.m-n338{margin:-33.8rem!important}.mx-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-n5{margin-top:-.5rem!important}.mt-n10{margin-top:-1rem!important}.mt-n15{margin-top:-1.5rem!important}.mt-n20{margin-top:-2rem!important}.mt-n30{margin-top:-3rem!important}.mt-n45{margin-top:-4.5rem!important}.mt-n60{margin-top:-6rem!important}.mt-n90{margin-top:-9rem!important}.mt-n120{margin-top:-12rem!important}.mt-n8{margin-top:-.8rem!important}.mt-n25{margin-top:-2.5rem!important}.mt-n40{margin-top:-4rem!important}.mt-n50{margin-top:-5rem!important}.mt-n75{margin-top:-7.5rem!important}.mt-n85{margin-top:-8.5rem!important}.mt-n100{margin-top:-10rem!important}.mt-n144{margin-top:-14.4rem!important}.mt-n170{margin-top:-17rem!important}.mt-n220{margin-top:-22rem!important}.mt-n350{margin-top:-35rem!important}.mt-n87{margin-top:-8.7rem!important}.mt-n168{margin-top:-16.8rem!important}.mt-n175{margin-top:-17.5rem!important}.mt-n338{margin-top:-33.8rem!important}.me-n5{margin-right:-.5rem!important}.me-n10{margin-right:-1rem!important}.me-n15{margin-right:-1.5rem!important}.me-n20{margin-right:-2rem!important}.me-n30{margin-right:-3rem!important}.me-n45{margin-right:-4.5rem!important}.me-n60{margin-right:-6rem!important}.me-n90{margin-right:-9rem!important}.me-n120{margin-right:-12rem!important}.me-n8{margin-right:-.8rem!important}.me-n25{margin-right:-2.5rem!important}.me-n40{margin-right:-4rem!important}.me-n50{margin-right:-5rem!important}.me-n75{margin-right:-7.5rem!important}.me-n85{margin-right:-8.5rem!important}.me-n100{margin-right:-10rem!important}.me-n144{margin-right:-14.4rem!important}.me-n170{margin-right:-17rem!important}.me-n220{margin-right:-22rem!important}.me-n350{margin-right:-35rem!important}.me-n87{margin-right:-8.7rem!important}.me-n168{margin-right:-16.8rem!important}.me-n175{margin-right:-17.5rem!important}.me-n338{margin-right:-33.8rem!important}.mb-n5{margin-bottom:-.5rem!important}.mb-n10{margin-bottom:-1rem!important}.mb-n15{margin-bottom:-1.5rem!important}.mb-n20{margin-bottom:-2rem!important}.mb-n30{margin-bottom:-3rem!important}.mb-n45{margin-bottom:-4.5rem!important}.mb-n60{margin-bottom:-6rem!important}.mb-n90{margin-bottom:-9rem!important}.mb-n120{margin-bottom:-12rem!important}.mb-n8{margin-bottom:-.8rem!important}.mb-n25{margin-bottom:-2.5rem!important}.mb-n40{margin-bottom:-4rem!important}.mb-n50{margin-bottom:-5rem!important}.mb-n75{margin-bottom:-7.5rem!important}.mb-n85{margin-bottom:-8.5rem!important}.mb-n100{margin-bottom:-10rem!important}.mb-n144{margin-bottom:-14.4rem!important}.mb-n170{margin-bottom:-17rem!important}.mb-n220{margin-bottom:-22rem!important}.mb-n350{margin-bottom:-35rem!important}.mb-n87{margin-bottom:-8.7rem!important}.mb-n168{margin-bottom:-16.8rem!important}.mb-n175{margin-bottom:-17.5rem!important}.mb-n338{margin-bottom:-33.8rem!important}.ms-n5{margin-left:-.5rem!important}.ms-n10{margin-left:-1rem!important}.ms-n15{margin-left:-1.5rem!important}.ms-n20{margin-left:-2rem!important}.ms-n30{margin-left:-3rem!important}.ms-n45{margin-left:-4.5rem!important}.ms-n60{margin-left:-6rem!important}.ms-n90{margin-left:-9rem!important}.ms-n120{margin-left:-12rem!important}.ms-n8{margin-left:-.8rem!important}.ms-n25{margin-left:-2.5rem!important}.ms-n40{margin-left:-4rem!important}.ms-n50{margin-left:-5rem!important}.ms-n75{margin-left:-7.5rem!important}.ms-n85{margin-left:-8.5rem!important}.ms-n100{margin-left:-10rem!important}.ms-n144{margin-left:-14.4rem!important}.ms-n170{margin-left:-17rem!important}.ms-n220{margin-left:-22rem!important}.ms-n350{margin-left:-35rem!important}.ms-n87{margin-left:-8.7rem!important}.ms-n168{margin-left:-16.8rem!important}.ms-n175{margin-left:-17.5rem!important}.ms-n338{margin-left:-33.8rem!important}.p-0{padding:0!important}.p-5{padding:.5rem!important}.p-10{padding:1rem!important}.p-15{padding:1.5rem!important}.p-20{padding:2rem!important}.p-30{padding:3rem!important}.p-45{padding:4.5rem!important}.p-60{padding:6rem!important}.p-90{padding:9rem!important}.p-120{padding:12rem!important}.p-8{padding:.8rem!important}.p-25{padding:2.5rem!important}.p-40{padding:4rem!important}.p-50{padding:5rem!important}.p-75{padding:7.5rem!important}.p-85{padding:8.5rem!important}.p-100{padding:10rem!important}.p-144{padding:14.4rem!important}.p-170{padding:17rem!important}.p-220{padding:22rem!important}.p-350{padding:35rem!important}.p-87{padding:8.7rem!important}.p-168{padding:16.8rem!important}.p-175{padding:17.5rem!important}.p-338{padding:33.8rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-10{padding-left:1rem!important;padding-right:1rem!important}.px-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-20{padding-left:2rem!important;padding-right:2rem!important}.px-30{padding-left:3rem!important;padding-right:3rem!important}.px-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-60{padding-left:6rem!important;padding-right:6rem!important}.px-90{padding-left:9rem!important;padding-right:9rem!important}.px-120{padding-left:12rem!important;padding-right:12rem!important}.px-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-40{padding-left:4rem!important;padding-right:4rem!important}.px-50{padding-left:5rem!important;padding-right:5rem!important}.px-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-100{padding-left:10rem!important;padding-right:10rem!important}.px-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-170{padding-left:17rem!important;padding-right:17rem!important}.px-220{padding-left:22rem!important;padding-right:22rem!important}.px-350{padding-left:35rem!important;padding-right:35rem!important}.px-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-0{padding-top:0!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-30{padding-top:3rem!important}.pt-45{padding-top:4.5rem!important}.pt-60{padding-top:6rem!important}.pt-90{padding-top:9rem!important}.pt-120{padding-top:12rem!important}.pt-8{padding-top:.8rem!important}.pt-25{padding-top:2.5rem!important}.pt-40{padding-top:4rem!important}.pt-50{padding-top:5rem!important}.pt-75{padding-top:7.5rem!important}.pt-85{padding-top:8.5rem!important}.pt-100{padding-top:10rem!important}.pt-144{padding-top:14.4rem!important}.pt-170{padding-top:17rem!important}.pt-220{padding-top:22rem!important}.pt-350{padding-top:35rem!important}.pt-87{padding-top:8.7rem!important}.pt-168{padding-top:16.8rem!important}.pt-175{padding-top:17.5rem!important}.pt-338{padding-top:33.8rem!important}.pe-0{padding-right:0!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-30{padding-right:3rem!important}.pe-45{padding-right:4.5rem!important}.pe-60{padding-right:6rem!important}.pe-90{padding-right:9rem!important}.pe-120{padding-right:12rem!important}.pe-8{padding-right:.8rem!important}.pe-25{padding-right:2.5rem!important}.pe-40{padding-right:4rem!important}.pe-50{padding-right:5rem!important}.pe-75{padding-right:7.5rem!important}.pe-85{padding-right:8.5rem!important}.pe-100{padding-right:10rem!important}.pe-144{padding-right:14.4rem!important}.pe-170{padding-right:17rem!important}.pe-220{padding-right:22rem!important}.pe-350{padding-right:35rem!important}.pe-87{padding-right:8.7rem!important}.pe-168{padding-right:16.8rem!important}.pe-175{padding-right:17.5rem!important}.pe-338{padding-right:33.8rem!important}.pb-0{padding-bottom:0!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-30{padding-bottom:3rem!important}.pb-45{padding-bottom:4.5rem!important}.pb-60{padding-bottom:6rem!important}.pb-90{padding-bottom:9rem!important}.pb-120{padding-bottom:12rem!important}.pb-8{padding-bottom:.8rem!important}.pb-25{padding-bottom:2.5rem!important}.pb-40{padding-bottom:4rem!important}.pb-50{padding-bottom:5rem!important}.pb-75{padding-bottom:7.5rem!important}.pb-85{padding-bottom:8.5rem!important}.pb-100{padding-bottom:10rem!important}.pb-144{padding-bottom:14.4rem!important}.pb-170{padding-bottom:17rem!important}.pb-220{padding-bottom:22rem!important}.pb-350{padding-bottom:35rem!important}.pb-87{padding-bottom:8.7rem!important}.pb-168{padding-bottom:16.8rem!important}.pb-175{padding-bottom:17.5rem!important}.pb-338{padding-bottom:33.8rem!important}.ps-0{padding-left:0!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-30{padding-left:3rem!important}.ps-45{padding-left:4.5rem!important}.ps-60{padding-left:6rem!important}.ps-90{padding-left:9rem!important}.ps-120{padding-left:12rem!important}.ps-8{padding-left:.8rem!important}.ps-25{padding-left:2.5rem!important}.ps-40{padding-left:4rem!important}.ps-50{padding-left:5rem!important}.ps-75{padding-left:7.5rem!important}.ps-85{padding-left:8.5rem!important}.ps-100{padding-left:10rem!important}.ps-144{padding-left:14.4rem!important}.ps-170{padding-left:17rem!important}.ps-220{padding-left:22rem!important}.ps-350{padding-left:35rem!important}.ps-87{padding-left:8.7rem!important}.ps-168{padding-left:16.8rem!important}.ps-175{padding-left:17.5rem!important}.ps-338{padding-left:33.8rem!important}.gap-0{gap:0!important}.gap-5{gap:.5rem!important}.gap-10{gap:1rem!important}.gap-15{gap:1.5rem!important}.gap-20{gap:2rem!important}.gap-30{gap:3rem!important}.gap-45{gap:4.5rem!important}.gap-60{gap:6rem!important}.gap-90{gap:9rem!important}.gap-120{gap:12rem!important}.gap-8{gap:.8rem!important}.gap-25{gap:2.5rem!important}.gap-40{gap:4rem!important}.gap-50{gap:5rem!important}.gap-75{gap:7.5rem!important}.gap-85{gap:8.5rem!important}.gap-100{gap:10rem!important}.gap-144{gap:14.4rem!important}.gap-170{gap:17rem!important}.gap-220{gap:22rem!important}.gap-350{gap:35rem!important}.gap-87{gap:8.7rem!important}.gap-168{gap:16.8rem!important}.gap-175{gap:17.5rem!important}.gap-338{gap:33.8rem!important}.row-gap-0{row-gap:0!important}.row-gap-5{row-gap:.5rem!important}.row-gap-10{row-gap:1rem!important}.row-gap-15{row-gap:1.5rem!important}.row-gap-20{row-gap:2rem!important}.row-gap-30{row-gap:3rem!important}.row-gap-45{row-gap:4.5rem!important}.row-gap-60{row-gap:6rem!important}.row-gap-90{row-gap:9rem!important}.row-gap-120{row-gap:12rem!important}.row-gap-8{row-gap:.8rem!important}.row-gap-25{row-gap:2.5rem!important}.row-gap-40{row-gap:4rem!important}.row-gap-50{row-gap:5rem!important}.row-gap-75{row-gap:7.5rem!important}.row-gap-85{row-gap:8.5rem!important}.row-gap-100{row-gap:10rem!important}.row-gap-144{row-gap:14.4rem!important}.row-gap-170{row-gap:17rem!important}.row-gap-220{row-gap:22rem!important}.row-gap-350{row-gap:35rem!important}.row-gap-87{row-gap:8.7rem!important}.row-gap-168{row-gap:16.8rem!important}.row-gap-175{row-gap:17.5rem!important}.row-gap-338{row-gap:33.8rem!important}.column-gap-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.575rem + 3.9vw)!important}.fs-2{font-size:calc(1.485rem + 2.82vw)!important}.fs-3{font-size:calc(1.44rem + 2.28vw)!important}.fs-4{font-size:calc(1.395rem + 1.74vw)!important}.fs-5{font-size:calc(1.35rem + 1.2vw)!important}.fs-6{font-size:calc(1.305rem + .66vw)!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.lh-0{line-height:0!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity: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}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: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-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded-edge{border-radius:50rem!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.rounded-end-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.rounded-end-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-bottom-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-fixed{z-index:1030!important}.z-debug{z-index:2000!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-10{z-index:10!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.position-sm-static{position:static!important}.position-sm-relative{position:relative!important}.position-sm-absolute{position:absolute!important}.position-sm-fixed{position:fixed!important}.position-sm-sticky{position:sticky!important}.top-sm-0{top:0!important}.top-sm-50{top:50%!important}.top-sm-100{top:100%!important}.top-sm-25{top:25%!important}.top-sm-75{top:75%!important}.bottom-sm-0{bottom:0!important}.bottom-sm-50{bottom:50%!important}.bottom-sm-100{bottom:100%!important}.bottom-sm-25{bottom:25%!important}.bottom-sm-75{bottom:75%!important}.start-sm-0{left:0!important}.start-sm-50{left:50%!important}.start-sm-100{left:100%!important}.start-sm-25{left:25%!important}.start-sm-75{left:75%!important}.end-sm-0{right:0!important}.end-sm-50{right:50%!important}.end-sm-100{right:100%!important}.end-sm-25{right:25%!important}.end-sm-75{right:75%!important}.w-sm-25{width:25%!important}.w-sm-50{width:50%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.h-sm-auto{height:auto!important}.h-sm-3p{height:.3rem!important}.h-sm-10p{height:1rem!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-sm-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-sm-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!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-30{margin:3rem!important}.m-sm-45{margin:4.5rem!important}.m-sm-60{margin:6rem!important}.m-sm-90{margin:9rem!important}.m-sm-120{margin:12rem!important}.m-sm-8{margin:.8rem!important}.m-sm-25{margin:2.5rem!important}.m-sm-40{margin:4rem!important}.m-sm-50{margin:5rem!important}.m-sm-75{margin:7.5rem!important}.m-sm-85{margin:8.5rem!important}.m-sm-100{margin:10rem!important}.m-sm-144{margin:14.4rem!important}.m-sm-170{margin:17rem!important}.m-sm-220{margin:22rem!important}.m-sm-350{margin:35rem!important}.m-sm-87{margin:8.7rem!important}.m-sm-168{margin:16.8rem!important}.m-sm-175{margin:17.5rem!important}.m-sm-338{margin:33.8rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-10{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-20{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-30{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-60{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-90{margin-left:9rem!important;margin-right:9rem!important}.mx-sm-120{margin-left:12rem!important;margin-right:12rem!important}.mx-sm-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-sm-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-sm-40{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-50{margin-left:5rem!important;margin-right:5rem!important}.mx-sm-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-sm-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-sm-100{margin-left:10rem!important;margin-right:10rem!important}.mx-sm-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-sm-170{margin-left:17rem!important;margin-right:17rem!important}.mx-sm-220{margin-left:22rem!important;margin-right:22rem!important}.mx-sm-350{margin-left:35rem!important;margin-right:35rem!important}.mx-sm-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-sm-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-sm-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-sm-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-sm-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-sm-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-sm-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-sm-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-sm-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-sm-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-sm-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-sm-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-sm-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-sm-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-sm-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-sm-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-sm-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-sm-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-sm-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-sm-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!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-30{margin-top:3rem!important}.mt-sm-45{margin-top:4.5rem!important}.mt-sm-60{margin-top:6rem!important}.mt-sm-90{margin-top:9rem!important}.mt-sm-120{margin-top:12rem!important}.mt-sm-8{margin-top:.8rem!important}.mt-sm-25{margin-top:2.5rem!important}.mt-sm-40{margin-top:4rem!important}.mt-sm-50{margin-top:5rem!important}.mt-sm-75{margin-top:7.5rem!important}.mt-sm-85{margin-top:8.5rem!important}.mt-sm-100{margin-top:10rem!important}.mt-sm-144{margin-top:14.4rem!important}.mt-sm-170{margin-top:17rem!important}.mt-sm-220{margin-top:22rem!important}.mt-sm-350{margin-top:35rem!important}.mt-sm-87{margin-top:8.7rem!important}.mt-sm-168{margin-top:16.8rem!important}.mt-sm-175{margin-top:17.5rem!important}.mt-sm-338{margin-top:33.8rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!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-30{margin-right:3rem!important}.me-sm-45{margin-right:4.5rem!important}.me-sm-60{margin-right:6rem!important}.me-sm-90{margin-right:9rem!important}.me-sm-120{margin-right:12rem!important}.me-sm-8{margin-right:.8rem!important}.me-sm-25{margin-right:2.5rem!important}.me-sm-40{margin-right:4rem!important}.me-sm-50{margin-right:5rem!important}.me-sm-75{margin-right:7.5rem!important}.me-sm-85{margin-right:8.5rem!important}.me-sm-100{margin-right:10rem!important}.me-sm-144{margin-right:14.4rem!important}.me-sm-170{margin-right:17rem!important}.me-sm-220{margin-right:22rem!important}.me-sm-350{margin-right:35rem!important}.me-sm-87{margin-right:8.7rem!important}.me-sm-168{margin-right:16.8rem!important}.me-sm-175{margin-right:17.5rem!important}.me-sm-338{margin-right:33.8rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!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-30{margin-bottom:3rem!important}.mb-sm-45{margin-bottom:4.5rem!important}.mb-sm-60{margin-bottom:6rem!important}.mb-sm-90{margin-bottom:9rem!important}.mb-sm-120{margin-bottom:12rem!important}.mb-sm-8{margin-bottom:.8rem!important}.mb-sm-25{margin-bottom:2.5rem!important}.mb-sm-40{margin-bottom:4rem!important}.mb-sm-50{margin-bottom:5rem!important}.mb-sm-75{margin-bottom:7.5rem!important}.mb-sm-85{margin-bottom:8.5rem!important}.mb-sm-100{margin-bottom:10rem!important}.mb-sm-144{margin-bottom:14.4rem!important}.mb-sm-170{margin-bottom:17rem!important}.mb-sm-220{margin-bottom:22rem!important}.mb-sm-350{margin-bottom:35rem!important}.mb-sm-87{margin-bottom:8.7rem!important}.mb-sm-168{margin-bottom:16.8rem!important}.mb-sm-175{margin-bottom:17.5rem!important}.mb-sm-338{margin-bottom:33.8rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!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-30{margin-left:3rem!important}.ms-sm-45{margin-left:4.5rem!important}.ms-sm-60{margin-left:6rem!important}.ms-sm-90{margin-left:9rem!important}.ms-sm-120{margin-left:12rem!important}.ms-sm-8{margin-left:.8rem!important}.ms-sm-25{margin-left:2.5rem!important}.ms-sm-40{margin-left:4rem!important}.ms-sm-50{margin-left:5rem!important}.ms-sm-75{margin-left:7.5rem!important}.ms-sm-85{margin-left:8.5rem!important}.ms-sm-100{margin-left:10rem!important}.ms-sm-144{margin-left:14.4rem!important}.ms-sm-170{margin-left:17rem!important}.ms-sm-220{margin-left:22rem!important}.ms-sm-350{margin-left:35rem!important}.ms-sm-87{margin-left:8.7rem!important}.ms-sm-168{margin-left:16.8rem!important}.ms-sm-175{margin-left:17.5rem!important}.ms-sm-338{margin-left:33.8rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n5{margin:-.5rem!important}.m-sm-n10{margin:-1rem!important}.m-sm-n15{margin:-1.5rem!important}.m-sm-n20{margin:-2rem!important}.m-sm-n30{margin:-3rem!important}.m-sm-n45{margin:-4.5rem!important}.m-sm-n60{margin:-6rem!important}.m-sm-n90{margin:-9rem!important}.m-sm-n120{margin:-12rem!important}.m-sm-n8{margin:-.8rem!important}.m-sm-n25{margin:-2.5rem!important}.m-sm-n40{margin:-4rem!important}.m-sm-n50{margin:-5rem!important}.m-sm-n75{margin:-7.5rem!important}.m-sm-n85{margin:-8.5rem!important}.m-sm-n100{margin:-10rem!important}.m-sm-n144{margin:-14.4rem!important}.m-sm-n170{margin:-17rem!important}.m-sm-n220{margin:-22rem!important}.m-sm-n350{margin:-35rem!important}.m-sm-n87{margin:-8.7rem!important}.m-sm-n168{margin:-16.8rem!important}.m-sm-n175{margin:-17.5rem!important}.m-sm-n338{margin:-33.8rem!important}.mx-sm-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-sm-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-sm-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-sm-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-sm-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-sm-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-sm-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-sm-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-sm-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-sm-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-sm-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-sm-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-sm-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-sm-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-sm-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-sm-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-sm-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-sm-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-sm-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-sm-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-sm-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-sm-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-sm-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-sm-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-sm-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-sm-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-sm-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-sm-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-sm-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-sm-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-sm-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-sm-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-sm-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-sm-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-sm-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-sm-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-sm-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-sm-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-sm-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-sm-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-sm-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-sm-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-sm-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-sm-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-sm-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-sm-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-sm-n5{margin-top:-.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-n30{margin-top:-3rem!important}.mt-sm-n45{margin-top:-4.5rem!important}.mt-sm-n60{margin-top:-6rem!important}.mt-sm-n90{margin-top:-9rem!important}.mt-sm-n120{margin-top:-12rem!important}.mt-sm-n8{margin-top:-.8rem!important}.mt-sm-n25{margin-top:-2.5rem!important}.mt-sm-n40{margin-top:-4rem!important}.mt-sm-n50{margin-top:-5rem!important}.mt-sm-n75{margin-top:-7.5rem!important}.mt-sm-n85{margin-top:-8.5rem!important}.mt-sm-n100{margin-top:-10rem!important}.mt-sm-n144{margin-top:-14.4rem!important}.mt-sm-n170{margin-top:-17rem!important}.mt-sm-n220{margin-top:-22rem!important}.mt-sm-n350{margin-top:-35rem!important}.mt-sm-n87{margin-top:-8.7rem!important}.mt-sm-n168{margin-top:-16.8rem!important}.mt-sm-n175{margin-top:-17.5rem!important}.mt-sm-n338{margin-top:-33.8rem!important}.me-sm-n5{margin-right:-.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-n30{margin-right:-3rem!important}.me-sm-n45{margin-right:-4.5rem!important}.me-sm-n60{margin-right:-6rem!important}.me-sm-n90{margin-right:-9rem!important}.me-sm-n120{margin-right:-12rem!important}.me-sm-n8{margin-right:-.8rem!important}.me-sm-n25{margin-right:-2.5rem!important}.me-sm-n40{margin-right:-4rem!important}.me-sm-n50{margin-right:-5rem!important}.me-sm-n75{margin-right:-7.5rem!important}.me-sm-n85{margin-right:-8.5rem!important}.me-sm-n100{margin-right:-10rem!important}.me-sm-n144{margin-right:-14.4rem!important}.me-sm-n170{margin-right:-17rem!important}.me-sm-n220{margin-right:-22rem!important}.me-sm-n350{margin-right:-35rem!important}.me-sm-n87{margin-right:-8.7rem!important}.me-sm-n168{margin-right:-16.8rem!important}.me-sm-n175{margin-right:-17.5rem!important}.me-sm-n338{margin-right:-33.8rem!important}.mb-sm-n5{margin-bottom:-.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-n30{margin-bottom:-3rem!important}.mb-sm-n45{margin-bottom:-4.5rem!important}.mb-sm-n60{margin-bottom:-6rem!important}.mb-sm-n90{margin-bottom:-9rem!important}.mb-sm-n120{margin-bottom:-12rem!important}.mb-sm-n8{margin-bottom:-.8rem!important}.mb-sm-n25{margin-bottom:-2.5rem!important}.mb-sm-n40{margin-bottom:-4rem!important}.mb-sm-n50{margin-bottom:-5rem!important}.mb-sm-n75{margin-bottom:-7.5rem!important}.mb-sm-n85{margin-bottom:-8.5rem!important}.mb-sm-n100{margin-bottom:-10rem!important}.mb-sm-n144{margin-bottom:-14.4rem!important}.mb-sm-n170{margin-bottom:-17rem!important}.mb-sm-n220{margin-bottom:-22rem!important}.mb-sm-n350{margin-bottom:-35rem!important}.mb-sm-n87{margin-bottom:-8.7rem!important}.mb-sm-n168{margin-bottom:-16.8rem!important}.mb-sm-n175{margin-bottom:-17.5rem!important}.mb-sm-n338{margin-bottom:-33.8rem!important}.ms-sm-n5{margin-left:-.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-n30{margin-left:-3rem!important}.ms-sm-n45{margin-left:-4.5rem!important}.ms-sm-n60{margin-left:-6rem!important}.ms-sm-n90{margin-left:-9rem!important}.ms-sm-n120{margin-left:-12rem!important}.ms-sm-n8{margin-left:-.8rem!important}.ms-sm-n25{margin-left:-2.5rem!important}.ms-sm-n40{margin-left:-4rem!important}.ms-sm-n50{margin-left:-5rem!important}.ms-sm-n75{margin-left:-7.5rem!important}.ms-sm-n85{margin-left:-8.5rem!important}.ms-sm-n100{margin-left:-10rem!important}.ms-sm-n144{margin-left:-14.4rem!important}.ms-sm-n170{margin-left:-17rem!important}.ms-sm-n220{margin-left:-22rem!important}.ms-sm-n350{margin-left:-35rem!important}.ms-sm-n87{margin-left:-8.7rem!important}.ms-sm-n168{margin-left:-16.8rem!important}.ms-sm-n175{margin-left:-17.5rem!important}.ms-sm-n338{margin-left:-33.8rem!important}.p-sm-0{padding:0!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-30{padding:3rem!important}.p-sm-45{padding:4.5rem!important}.p-sm-60{padding:6rem!important}.p-sm-90{padding:9rem!important}.p-sm-120{padding:12rem!important}.p-sm-8{padding:.8rem!important}.p-sm-25{padding:2.5rem!important}.p-sm-40{padding:4rem!important}.p-sm-50{padding:5rem!important}.p-sm-75{padding:7.5rem!important}.p-sm-85{padding:8.5rem!important}.p-sm-100{padding:10rem!important}.p-sm-144{padding:14.4rem!important}.p-sm-170{padding:17rem!important}.p-sm-220{padding:22rem!important}.p-sm-350{padding:35rem!important}.p-sm-87{padding:8.7rem!important}.p-sm-168{padding:16.8rem!important}.p-sm-175{padding:17.5rem!important}.p-sm-338{padding:33.8rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-10{padding-left:1rem!important;padding-right:1rem!important}.px-sm-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-20{padding-left:2rem!important;padding-right:2rem!important}.px-sm-30{padding-left:3rem!important;padding-right:3rem!important}.px-sm-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-60{padding-left:6rem!important;padding-right:6rem!important}.px-sm-90{padding-left:9rem!important;padding-right:9rem!important}.px-sm-120{padding-left:12rem!important;padding-right:12rem!important}.px-sm-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-sm-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-sm-40{padding-left:4rem!important;padding-right:4rem!important}.px-sm-50{padding-left:5rem!important;padding-right:5rem!important}.px-sm-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-sm-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-sm-100{padding-left:10rem!important;padding-right:10rem!important}.px-sm-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-sm-170{padding-left:17rem!important;padding-right:17rem!important}.px-sm-220{padding-left:22rem!important;padding-right:22rem!important}.px-sm-350{padding-left:35rem!important;padding-right:35rem!important}.px-sm-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-sm-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-sm-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-sm-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-sm-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-sm-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-sm-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-sm-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-sm-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-sm-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-sm-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-sm-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-sm-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-sm-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-sm-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-sm-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-sm-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-sm-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-sm-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-sm-0{padding-top:0!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-30{padding-top:3rem!important}.pt-sm-45{padding-top:4.5rem!important}.pt-sm-60{padding-top:6rem!important}.pt-sm-90{padding-top:9rem!important}.pt-sm-120{padding-top:12rem!important}.pt-sm-8{padding-top:.8rem!important}.pt-sm-25{padding-top:2.5rem!important}.pt-sm-40{padding-top:4rem!important}.pt-sm-50{padding-top:5rem!important}.pt-sm-75{padding-top:7.5rem!important}.pt-sm-85{padding-top:8.5rem!important}.pt-sm-100{padding-top:10rem!important}.pt-sm-144{padding-top:14.4rem!important}.pt-sm-170{padding-top:17rem!important}.pt-sm-220{padding-top:22rem!important}.pt-sm-350{padding-top:35rem!important}.pt-sm-87{padding-top:8.7rem!important}.pt-sm-168{padding-top:16.8rem!important}.pt-sm-175{padding-top:17.5rem!important}.pt-sm-338{padding-top:33.8rem!important}.pe-sm-0{padding-right:0!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-30{padding-right:3rem!important}.pe-sm-45{padding-right:4.5rem!important}.pe-sm-60{padding-right:6rem!important}.pe-sm-90{padding-right:9rem!important}.pe-sm-120{padding-right:12rem!important}.pe-sm-8{padding-right:.8rem!important}.pe-sm-25{padding-right:2.5rem!important}.pe-sm-40{padding-right:4rem!important}.pe-sm-50{padding-right:5rem!important}.pe-sm-75{padding-right:7.5rem!important}.pe-sm-85{padding-right:8.5rem!important}.pe-sm-100{padding-right:10rem!important}.pe-sm-144{padding-right:14.4rem!important}.pe-sm-170{padding-right:17rem!important}.pe-sm-220{padding-right:22rem!important}.pe-sm-350{padding-right:35rem!important}.pe-sm-87{padding-right:8.7rem!important}.pe-sm-168{padding-right:16.8rem!important}.pe-sm-175{padding-right:17.5rem!important}.pe-sm-338{padding-right:33.8rem!important}.pb-sm-0{padding-bottom:0!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-30{padding-bottom:3rem!important}.pb-sm-45{padding-bottom:4.5rem!important}.pb-sm-60{padding-bottom:6rem!important}.pb-sm-90{padding-bottom:9rem!important}.pb-sm-120{padding-bottom:12rem!important}.pb-sm-8{padding-bottom:.8rem!important}.pb-sm-25{padding-bottom:2.5rem!important}.pb-sm-40{padding-bottom:4rem!important}.pb-sm-50{padding-bottom:5rem!important}.pb-sm-75{padding-bottom:7.5rem!important}.pb-sm-85{padding-bottom:8.5rem!important}.pb-sm-100{padding-bottom:10rem!important}.pb-sm-144{padding-bottom:14.4rem!important}.pb-sm-170{padding-bottom:17rem!important}.pb-sm-220{padding-bottom:22rem!important}.pb-sm-350{padding-bottom:35rem!important}.pb-sm-87{padding-bottom:8.7rem!important}.pb-sm-168{padding-bottom:16.8rem!important}.pb-sm-175{padding-bottom:17.5rem!important}.pb-sm-338{padding-bottom:33.8rem!important}.ps-sm-0{padding-left:0!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-30{padding-left:3rem!important}.ps-sm-45{padding-left:4.5rem!important}.ps-sm-60{padding-left:6rem!important}.ps-sm-90{padding-left:9rem!important}.ps-sm-120{padding-left:12rem!important}.ps-sm-8{padding-left:.8rem!important}.ps-sm-25{padding-left:2.5rem!important}.ps-sm-40{padding-left:4rem!important}.ps-sm-50{padding-left:5rem!important}.ps-sm-75{padding-left:7.5rem!important}.ps-sm-85{padding-left:8.5rem!important}.ps-sm-100{padding-left:10rem!important}.ps-sm-144{padding-left:14.4rem!important}.ps-sm-170{padding-left:17rem!important}.ps-sm-220{padding-left:22rem!important}.ps-sm-350{padding-left:35rem!important}.ps-sm-87{padding-left:8.7rem!important}.ps-sm-168{padding-left:16.8rem!important}.ps-sm-175{padding-left:17.5rem!important}.ps-sm-338{padding-left:33.8rem!important}.gap-sm-0{gap:0!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-30{gap:3rem!important}.gap-sm-45{gap:4.5rem!important}.gap-sm-60{gap:6rem!important}.gap-sm-90{gap:9rem!important}.gap-sm-120{gap:12rem!important}.gap-sm-8{gap:.8rem!important}.gap-sm-25{gap:2.5rem!important}.gap-sm-40{gap:4rem!important}.gap-sm-50{gap:5rem!important}.gap-sm-75{gap:7.5rem!important}.gap-sm-85{gap:8.5rem!important}.gap-sm-100{gap:10rem!important}.gap-sm-144{gap:14.4rem!important}.gap-sm-170{gap:17rem!important}.gap-sm-220{gap:22rem!important}.gap-sm-350{gap:35rem!important}.gap-sm-87{gap:8.7rem!important}.gap-sm-168{gap:16.8rem!important}.gap-sm-175{gap:17.5rem!important}.gap-sm-338{gap:33.8rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-5{row-gap:.5rem!important}.row-gap-sm-10{row-gap:1rem!important}.row-gap-sm-15{row-gap:1.5rem!important}.row-gap-sm-20{row-gap:2rem!important}.row-gap-sm-30{row-gap:3rem!important}.row-gap-sm-45{row-gap:4.5rem!important}.row-gap-sm-60{row-gap:6rem!important}.row-gap-sm-90{row-gap:9rem!important}.row-gap-sm-120{row-gap:12rem!important}.row-gap-sm-8{row-gap:.8rem!important}.row-gap-sm-25{row-gap:2.5rem!important}.row-gap-sm-40{row-gap:4rem!important}.row-gap-sm-50{row-gap:5rem!important}.row-gap-sm-75{row-gap:7.5rem!important}.row-gap-sm-85{row-gap:8.5rem!important}.row-gap-sm-100{row-gap:10rem!important}.row-gap-sm-144{row-gap:14.4rem!important}.row-gap-sm-170{row-gap:17rem!important}.row-gap-sm-220{row-gap:22rem!important}.row-gap-sm-350{row-gap:35rem!important}.row-gap-sm-87{row-gap:8.7rem!important}.row-gap-sm-168{row-gap:16.8rem!important}.row-gap-sm-175{row-gap:17.5rem!important}.row-gap-sm-338{row-gap:33.8rem!important}.column-gap-sm-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-sm-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-sm-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-sm-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-sm-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-sm-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-sm-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-sm-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-sm-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-sm-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-sm-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-sm-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-sm-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-sm-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-sm-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-sm-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-sm-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-sm-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-sm-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-sm-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-sm-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-sm-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.position-md-static{position:static!important}.position-md-relative{position:relative!important}.position-md-absolute{position:absolute!important}.position-md-fixed{position:fixed!important}.position-md-sticky{position:sticky!important}.top-md-0{top:0!important}.top-md-50{top:50%!important}.top-md-100{top:100%!important}.top-md-25{top:25%!important}.top-md-75{top:75%!important}.bottom-md-0{bottom:0!important}.bottom-md-50{bottom:50%!important}.bottom-md-100{bottom:100%!important}.bottom-md-25{bottom:25%!important}.bottom-md-75{bottom:75%!important}.start-md-0{left:0!important}.start-md-50{left:50%!important}.start-md-100{left:100%!important}.start-md-25{left:25%!important}.start-md-75{left:75%!important}.end-md-0{right:0!important}.end-md-50{right:50%!important}.end-md-100{right:100%!important}.end-md-25{right:25%!important}.end-md-75{right:75%!important}.w-md-25{width:25%!important}.w-md-50{width:50%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.h-md-auto{height:auto!important}.h-md-3p{height:.3rem!important}.h-md-10p{height:1rem!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-md-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-md-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-md-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-md-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-md-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-md-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!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-30{margin:3rem!important}.m-md-45{margin:4.5rem!important}.m-md-60{margin:6rem!important}.m-md-90{margin:9rem!important}.m-md-120{margin:12rem!important}.m-md-8{margin:.8rem!important}.m-md-25{margin:2.5rem!important}.m-md-40{margin:4rem!important}.m-md-50{margin:5rem!important}.m-md-75{margin:7.5rem!important}.m-md-85{margin:8.5rem!important}.m-md-100{margin:10rem!important}.m-md-144{margin:14.4rem!important}.m-md-170{margin:17rem!important}.m-md-220{margin:22rem!important}.m-md-350{margin:35rem!important}.m-md-87{margin:8.7rem!important}.m-md-168{margin:16.8rem!important}.m-md-175{margin:17.5rem!important}.m-md-338{margin:33.8rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-10{margin-left:1rem!important;margin-right:1rem!important}.mx-md-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-20{margin-left:2rem!important;margin-right:2rem!important}.mx-md-30{margin-left:3rem!important;margin-right:3rem!important}.mx-md-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-md-60{margin-left:6rem!important;margin-right:6rem!important}.mx-md-90{margin-left:9rem!important;margin-right:9rem!important}.mx-md-120{margin-left:12rem!important;margin-right:12rem!important}.mx-md-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-md-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-md-40{margin-left:4rem!important;margin-right:4rem!important}.mx-md-50{margin-left:5rem!important;margin-right:5rem!important}.mx-md-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-md-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-md-100{margin-left:10rem!important;margin-right:10rem!important}.mx-md-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-md-170{margin-left:17rem!important;margin-right:17rem!important}.mx-md-220{margin-left:22rem!important;margin-right:22rem!important}.mx-md-350{margin-left:35rem!important;margin-right:35rem!important}.mx-md-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-md-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-md-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-md-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-md-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-md-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-md-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-md-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-md-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-md-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-md-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-md-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-md-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-md-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-md-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-md-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-md-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-md-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-md-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-md-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!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-30{margin-top:3rem!important}.mt-md-45{margin-top:4.5rem!important}.mt-md-60{margin-top:6rem!important}.mt-md-90{margin-top:9rem!important}.mt-md-120{margin-top:12rem!important}.mt-md-8{margin-top:.8rem!important}.mt-md-25{margin-top:2.5rem!important}.mt-md-40{margin-top:4rem!important}.mt-md-50{margin-top:5rem!important}.mt-md-75{margin-top:7.5rem!important}.mt-md-85{margin-top:8.5rem!important}.mt-md-100{margin-top:10rem!important}.mt-md-144{margin-top:14.4rem!important}.mt-md-170{margin-top:17rem!important}.mt-md-220{margin-top:22rem!important}.mt-md-350{margin-top:35rem!important}.mt-md-87{margin-top:8.7rem!important}.mt-md-168{margin-top:16.8rem!important}.mt-md-175{margin-top:17.5rem!important}.mt-md-338{margin-top:33.8rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!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-30{margin-right:3rem!important}.me-md-45{margin-right:4.5rem!important}.me-md-60{margin-right:6rem!important}.me-md-90{margin-right:9rem!important}.me-md-120{margin-right:12rem!important}.me-md-8{margin-right:.8rem!important}.me-md-25{margin-right:2.5rem!important}.me-md-40{margin-right:4rem!important}.me-md-50{margin-right:5rem!important}.me-md-75{margin-right:7.5rem!important}.me-md-85{margin-right:8.5rem!important}.me-md-100{margin-right:10rem!important}.me-md-144{margin-right:14.4rem!important}.me-md-170{margin-right:17rem!important}.me-md-220{margin-right:22rem!important}.me-md-350{margin-right:35rem!important}.me-md-87{margin-right:8.7rem!important}.me-md-168{margin-right:16.8rem!important}.me-md-175{margin-right:17.5rem!important}.me-md-338{margin-right:33.8rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!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-30{margin-bottom:3rem!important}.mb-md-45{margin-bottom:4.5rem!important}.mb-md-60{margin-bottom:6rem!important}.mb-md-90{margin-bottom:9rem!important}.mb-md-120{margin-bottom:12rem!important}.mb-md-8{margin-bottom:.8rem!important}.mb-md-25{margin-bottom:2.5rem!important}.mb-md-40{margin-bottom:4rem!important}.mb-md-50{margin-bottom:5rem!important}.mb-md-75{margin-bottom:7.5rem!important}.mb-md-85{margin-bottom:8.5rem!important}.mb-md-100{margin-bottom:10rem!important}.mb-md-144{margin-bottom:14.4rem!important}.mb-md-170{margin-bottom:17rem!important}.mb-md-220{margin-bottom:22rem!important}.mb-md-350{margin-bottom:35rem!important}.mb-md-87{margin-bottom:8.7rem!important}.mb-md-168{margin-bottom:16.8rem!important}.mb-md-175{margin-bottom:17.5rem!important}.mb-md-338{margin-bottom:33.8rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!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-30{margin-left:3rem!important}.ms-md-45{margin-left:4.5rem!important}.ms-md-60{margin-left:6rem!important}.ms-md-90{margin-left:9rem!important}.ms-md-120{margin-left:12rem!important}.ms-md-8{margin-left:.8rem!important}.ms-md-25{margin-left:2.5rem!important}.ms-md-40{margin-left:4rem!important}.ms-md-50{margin-left:5rem!important}.ms-md-75{margin-left:7.5rem!important}.ms-md-85{margin-left:8.5rem!important}.ms-md-100{margin-left:10rem!important}.ms-md-144{margin-left:14.4rem!important}.ms-md-170{margin-left:17rem!important}.ms-md-220{margin-left:22rem!important}.ms-md-350{margin-left:35rem!important}.ms-md-87{margin-left:8.7rem!important}.ms-md-168{margin-left:16.8rem!important}.ms-md-175{margin-left:17.5rem!important}.ms-md-338{margin-left:33.8rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n5{margin:-.5rem!important}.m-md-n10{margin:-1rem!important}.m-md-n15{margin:-1.5rem!important}.m-md-n20{margin:-2rem!important}.m-md-n30{margin:-3rem!important}.m-md-n45{margin:-4.5rem!important}.m-md-n60{margin:-6rem!important}.m-md-n90{margin:-9rem!important}.m-md-n120{margin:-12rem!important}.m-md-n8{margin:-.8rem!important}.m-md-n25{margin:-2.5rem!important}.m-md-n40{margin:-4rem!important}.m-md-n50{margin:-5rem!important}.m-md-n75{margin:-7.5rem!important}.m-md-n85{margin:-8.5rem!important}.m-md-n100{margin:-10rem!important}.m-md-n144{margin:-14.4rem!important}.m-md-n170{margin:-17rem!important}.m-md-n220{margin:-22rem!important}.m-md-n350{margin:-35rem!important}.m-md-n87{margin:-8.7rem!important}.m-md-n168{margin:-16.8rem!important}.m-md-n175{margin:-17.5rem!important}.m-md-n338{margin:-33.8rem!important}.mx-md-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-md-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-md-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-md-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-md-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-md-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-md-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-md-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-md-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-md-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-md-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-md-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-md-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-md-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-md-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-md-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-md-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-md-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-md-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-md-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-md-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-md-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-md-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-md-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-md-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-md-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-md-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-md-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-md-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-md-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-md-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-md-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-md-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-md-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-md-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-md-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-md-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-md-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-md-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-md-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-md-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-md-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-md-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-md-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-md-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-md-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-md-n5{margin-top:-.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-n30{margin-top:-3rem!important}.mt-md-n45{margin-top:-4.5rem!important}.mt-md-n60{margin-top:-6rem!important}.mt-md-n90{margin-top:-9rem!important}.mt-md-n120{margin-top:-12rem!important}.mt-md-n8{margin-top:-.8rem!important}.mt-md-n25{margin-top:-2.5rem!important}.mt-md-n40{margin-top:-4rem!important}.mt-md-n50{margin-top:-5rem!important}.mt-md-n75{margin-top:-7.5rem!important}.mt-md-n85{margin-top:-8.5rem!important}.mt-md-n100{margin-top:-10rem!important}.mt-md-n144{margin-top:-14.4rem!important}.mt-md-n170{margin-top:-17rem!important}.mt-md-n220{margin-top:-22rem!important}.mt-md-n350{margin-top:-35rem!important}.mt-md-n87{margin-top:-8.7rem!important}.mt-md-n168{margin-top:-16.8rem!important}.mt-md-n175{margin-top:-17.5rem!important}.mt-md-n338{margin-top:-33.8rem!important}.me-md-n5{margin-right:-.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-n30{margin-right:-3rem!important}.me-md-n45{margin-right:-4.5rem!important}.me-md-n60{margin-right:-6rem!important}.me-md-n90{margin-right:-9rem!important}.me-md-n120{margin-right:-12rem!important}.me-md-n8{margin-right:-.8rem!important}.me-md-n25{margin-right:-2.5rem!important}.me-md-n40{margin-right:-4rem!important}.me-md-n50{margin-right:-5rem!important}.me-md-n75{margin-right:-7.5rem!important}.me-md-n85{margin-right:-8.5rem!important}.me-md-n100{margin-right:-10rem!important}.me-md-n144{margin-right:-14.4rem!important}.me-md-n170{margin-right:-17rem!important}.me-md-n220{margin-right:-22rem!important}.me-md-n350{margin-right:-35rem!important}.me-md-n87{margin-right:-8.7rem!important}.me-md-n168{margin-right:-16.8rem!important}.me-md-n175{margin-right:-17.5rem!important}.me-md-n338{margin-right:-33.8rem!important}.mb-md-n5{margin-bottom:-.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-n30{margin-bottom:-3rem!important}.mb-md-n45{margin-bottom:-4.5rem!important}.mb-md-n60{margin-bottom:-6rem!important}.mb-md-n90{margin-bottom:-9rem!important}.mb-md-n120{margin-bottom:-12rem!important}.mb-md-n8{margin-bottom:-.8rem!important}.mb-md-n25{margin-bottom:-2.5rem!important}.mb-md-n40{margin-bottom:-4rem!important}.mb-md-n50{margin-bottom:-5rem!important}.mb-md-n75{margin-bottom:-7.5rem!important}.mb-md-n85{margin-bottom:-8.5rem!important}.mb-md-n100{margin-bottom:-10rem!important}.mb-md-n144{margin-bottom:-14.4rem!important}.mb-md-n170{margin-bottom:-17rem!important}.mb-md-n220{margin-bottom:-22rem!important}.mb-md-n350{margin-bottom:-35rem!important}.mb-md-n87{margin-bottom:-8.7rem!important}.mb-md-n168{margin-bottom:-16.8rem!important}.mb-md-n175{margin-bottom:-17.5rem!important}.mb-md-n338{margin-bottom:-33.8rem!important}.ms-md-n5{margin-left:-.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-n30{margin-left:-3rem!important}.ms-md-n45{margin-left:-4.5rem!important}.ms-md-n60{margin-left:-6rem!important}.ms-md-n90{margin-left:-9rem!important}.ms-md-n120{margin-left:-12rem!important}.ms-md-n8{margin-left:-.8rem!important}.ms-md-n25{margin-left:-2.5rem!important}.ms-md-n40{margin-left:-4rem!important}.ms-md-n50{margin-left:-5rem!important}.ms-md-n75{margin-left:-7.5rem!important}.ms-md-n85{margin-left:-8.5rem!important}.ms-md-n100{margin-left:-10rem!important}.ms-md-n144{margin-left:-14.4rem!important}.ms-md-n170{margin-left:-17rem!important}.ms-md-n220{margin-left:-22rem!important}.ms-md-n350{margin-left:-35rem!important}.ms-md-n87{margin-left:-8.7rem!important}.ms-md-n168{margin-left:-16.8rem!important}.ms-md-n175{margin-left:-17.5rem!important}.ms-md-n338{margin-left:-33.8rem!important}.p-md-0{padding:0!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-30{padding:3rem!important}.p-md-45{padding:4.5rem!important}.p-md-60{padding:6rem!important}.p-md-90{padding:9rem!important}.p-md-120{padding:12rem!important}.p-md-8{padding:.8rem!important}.p-md-25{padding:2.5rem!important}.p-md-40{padding:4rem!important}.p-md-50{padding:5rem!important}.p-md-75{padding:7.5rem!important}.p-md-85{padding:8.5rem!important}.p-md-100{padding:10rem!important}.p-md-144{padding:14.4rem!important}.p-md-170{padding:17rem!important}.p-md-220{padding:22rem!important}.p-md-350{padding:35rem!important}.p-md-87{padding:8.7rem!important}.p-md-168{padding:16.8rem!important}.p-md-175{padding:17.5rem!important}.p-md-338{padding:33.8rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-10{padding-left:1rem!important;padding-right:1rem!important}.px-md-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-20{padding-left:2rem!important;padding-right:2rem!important}.px-md-30{padding-left:3rem!important;padding-right:3rem!important}.px-md-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-md-60{padding-left:6rem!important;padding-right:6rem!important}.px-md-90{padding-left:9rem!important;padding-right:9rem!important}.px-md-120{padding-left:12rem!important;padding-right:12rem!important}.px-md-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-md-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-md-40{padding-left:4rem!important;padding-right:4rem!important}.px-md-50{padding-left:5rem!important;padding-right:5rem!important}.px-md-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-md-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-md-100{padding-left:10rem!important;padding-right:10rem!important}.px-md-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-md-170{padding-left:17rem!important;padding-right:17rem!important}.px-md-220{padding-left:22rem!important;padding-right:22rem!important}.px-md-350{padding-left:35rem!important;padding-right:35rem!important}.px-md-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-md-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-md-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-md-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-md-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-md-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-md-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-md-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-md-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-md-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-md-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-md-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-md-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-md-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-md-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-md-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-md-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-md-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-md-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-md-0{padding-top:0!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-30{padding-top:3rem!important}.pt-md-45{padding-top:4.5rem!important}.pt-md-60{padding-top:6rem!important}.pt-md-90{padding-top:9rem!important}.pt-md-120{padding-top:12rem!important}.pt-md-8{padding-top:.8rem!important}.pt-md-25{padding-top:2.5rem!important}.pt-md-40{padding-top:4rem!important}.pt-md-50{padding-top:5rem!important}.pt-md-75{padding-top:7.5rem!important}.pt-md-85{padding-top:8.5rem!important}.pt-md-100{padding-top:10rem!important}.pt-md-144{padding-top:14.4rem!important}.pt-md-170{padding-top:17rem!important}.pt-md-220{padding-top:22rem!important}.pt-md-350{padding-top:35rem!important}.pt-md-87{padding-top:8.7rem!important}.pt-md-168{padding-top:16.8rem!important}.pt-md-175{padding-top:17.5rem!important}.pt-md-338{padding-top:33.8rem!important}.pe-md-0{padding-right:0!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-30{padding-right:3rem!important}.pe-md-45{padding-right:4.5rem!important}.pe-md-60{padding-right:6rem!important}.pe-md-90{padding-right:9rem!important}.pe-md-120{padding-right:12rem!important}.pe-md-8{padding-right:.8rem!important}.pe-md-25{padding-right:2.5rem!important}.pe-md-40{padding-right:4rem!important}.pe-md-50{padding-right:5rem!important}.pe-md-75{padding-right:7.5rem!important}.pe-md-85{padding-right:8.5rem!important}.pe-md-100{padding-right:10rem!important}.pe-md-144{padding-right:14.4rem!important}.pe-md-170{padding-right:17rem!important}.pe-md-220{padding-right:22rem!important}.pe-md-350{padding-right:35rem!important}.pe-md-87{padding-right:8.7rem!important}.pe-md-168{padding-right:16.8rem!important}.pe-md-175{padding-right:17.5rem!important}.pe-md-338{padding-right:33.8rem!important}.pb-md-0{padding-bottom:0!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-30{padding-bottom:3rem!important}.pb-md-45{padding-bottom:4.5rem!important}.pb-md-60{padding-bottom:6rem!important}.pb-md-90{padding-bottom:9rem!important}.pb-md-120{padding-bottom:12rem!important}.pb-md-8{padding-bottom:.8rem!important}.pb-md-25{padding-bottom:2.5rem!important}.pb-md-40{padding-bottom:4rem!important}.pb-md-50{padding-bottom:5rem!important}.pb-md-75{padding-bottom:7.5rem!important}.pb-md-85{padding-bottom:8.5rem!important}.pb-md-100{padding-bottom:10rem!important}.pb-md-144{padding-bottom:14.4rem!important}.pb-md-170{padding-bottom:17rem!important}.pb-md-220{padding-bottom:22rem!important}.pb-md-350{padding-bottom:35rem!important}.pb-md-87{padding-bottom:8.7rem!important}.pb-md-168{padding-bottom:16.8rem!important}.pb-md-175{padding-bottom:17.5rem!important}.pb-md-338{padding-bottom:33.8rem!important}.ps-md-0{padding-left:0!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-30{padding-left:3rem!important}.ps-md-45{padding-left:4.5rem!important}.ps-md-60{padding-left:6rem!important}.ps-md-90{padding-left:9rem!important}.ps-md-120{padding-left:12rem!important}.ps-md-8{padding-left:.8rem!important}.ps-md-25{padding-left:2.5rem!important}.ps-md-40{padding-left:4rem!important}.ps-md-50{padding-left:5rem!important}.ps-md-75{padding-left:7.5rem!important}.ps-md-85{padding-left:8.5rem!important}.ps-md-100{padding-left:10rem!important}.ps-md-144{padding-left:14.4rem!important}.ps-md-170{padding-left:17rem!important}.ps-md-220{padding-left:22rem!important}.ps-md-350{padding-left:35rem!important}.ps-md-87{padding-left:8.7rem!important}.ps-md-168{padding-left:16.8rem!important}.ps-md-175{padding-left:17.5rem!important}.ps-md-338{padding-left:33.8rem!important}.gap-md-0{gap:0!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-30{gap:3rem!important}.gap-md-45{gap:4.5rem!important}.gap-md-60{gap:6rem!important}.gap-md-90{gap:9rem!important}.gap-md-120{gap:12rem!important}.gap-md-8{gap:.8rem!important}.gap-md-25{gap:2.5rem!important}.gap-md-40{gap:4rem!important}.gap-md-50{gap:5rem!important}.gap-md-75{gap:7.5rem!important}.gap-md-85{gap:8.5rem!important}.gap-md-100{gap:10rem!important}.gap-md-144{gap:14.4rem!important}.gap-md-170{gap:17rem!important}.gap-md-220{gap:22rem!important}.gap-md-350{gap:35rem!important}.gap-md-87{gap:8.7rem!important}.gap-md-168{gap:16.8rem!important}.gap-md-175{gap:17.5rem!important}.gap-md-338{gap:33.8rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-5{row-gap:.5rem!important}.row-gap-md-10{row-gap:1rem!important}.row-gap-md-15{row-gap:1.5rem!important}.row-gap-md-20{row-gap:2rem!important}.row-gap-md-30{row-gap:3rem!important}.row-gap-md-45{row-gap:4.5rem!important}.row-gap-md-60{row-gap:6rem!important}.row-gap-md-90{row-gap:9rem!important}.row-gap-md-120{row-gap:12rem!important}.row-gap-md-8{row-gap:.8rem!important}.row-gap-md-25{row-gap:2.5rem!important}.row-gap-md-40{row-gap:4rem!important}.row-gap-md-50{row-gap:5rem!important}.row-gap-md-75{row-gap:7.5rem!important}.row-gap-md-85{row-gap:8.5rem!important}.row-gap-md-100{row-gap:10rem!important}.row-gap-md-144{row-gap:14.4rem!important}.row-gap-md-170{row-gap:17rem!important}.row-gap-md-220{row-gap:22rem!important}.row-gap-md-350{row-gap:35rem!important}.row-gap-md-87{row-gap:8.7rem!important}.row-gap-md-168{row-gap:16.8rem!important}.row-gap-md-175{row-gap:17.5rem!important}.row-gap-md-338{row-gap:33.8rem!important}.column-gap-md-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-md-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-md-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-md-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-md-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-md-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-md-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-md-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-md-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-md-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-md-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-md-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-md-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-md-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-md-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-md-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-md-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-md-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-md-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-md-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-md-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-md-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.position-lg-static{position:static!important}.position-lg-relative{position:relative!important}.position-lg-absolute{position:absolute!important}.position-lg-fixed{position:fixed!important}.position-lg-sticky{position:sticky!important}.top-lg-0{top:0!important}.top-lg-50{top:50%!important}.top-lg-100{top:100%!important}.top-lg-25{top:25%!important}.top-lg-75{top:75%!important}.bottom-lg-0{bottom:0!important}.bottom-lg-50{bottom:50%!important}.bottom-lg-100{bottom:100%!important}.bottom-lg-25{bottom:25%!important}.bottom-lg-75{bottom:75%!important}.start-lg-0{left:0!important}.start-lg-50{left:50%!important}.start-lg-100{left:100%!important}.start-lg-25{left:25%!important}.start-lg-75{left:75%!important}.end-lg-0{right:0!important}.end-lg-50{right:50%!important}.end-lg-100{right:100%!important}.end-lg-25{right:25%!important}.end-lg-75{right:75%!important}.w-lg-25{width:25%!important}.w-lg-50{width:50%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.h-lg-auto{height:auto!important}.h-lg-3p{height:.3rem!important}.h-lg-10p{height:1rem!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-lg-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-lg-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!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-30{margin:3rem!important}.m-lg-45{margin:4.5rem!important}.m-lg-60{margin:6rem!important}.m-lg-90{margin:9rem!important}.m-lg-120{margin:12rem!important}.m-lg-8{margin:.8rem!important}.m-lg-25{margin:2.5rem!important}.m-lg-40{margin:4rem!important}.m-lg-50{margin:5rem!important}.m-lg-75{margin:7.5rem!important}.m-lg-85{margin:8.5rem!important}.m-lg-100{margin:10rem!important}.m-lg-144{margin:14.4rem!important}.m-lg-170{margin:17rem!important}.m-lg-220{margin:22rem!important}.m-lg-350{margin:35rem!important}.m-lg-87{margin:8.7rem!important}.m-lg-168{margin:16.8rem!important}.m-lg-175{margin:17.5rem!important}.m-lg-338{margin:33.8rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-10{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-20{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-30{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-lg-60{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-90{margin-left:9rem!important;margin-right:9rem!important}.mx-lg-120{margin-left:12rem!important;margin-right:12rem!important}.mx-lg-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-lg-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-lg-40{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-50{margin-left:5rem!important;margin-right:5rem!important}.mx-lg-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-lg-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-lg-100{margin-left:10rem!important;margin-right:10rem!important}.mx-lg-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-lg-170{margin-left:17rem!important;margin-right:17rem!important}.mx-lg-220{margin-left:22rem!important;margin-right:22rem!important}.mx-lg-350{margin-left:35rem!important;margin-right:35rem!important}.mx-lg-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-lg-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-lg-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-lg-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-lg-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-lg-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-lg-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-lg-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-lg-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-lg-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-lg-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-lg-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-lg-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-lg-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-lg-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-lg-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-lg-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-lg-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-lg-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-lg-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!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-30{margin-top:3rem!important}.mt-lg-45{margin-top:4.5rem!important}.mt-lg-60{margin-top:6rem!important}.mt-lg-90{margin-top:9rem!important}.mt-lg-120{margin-top:12rem!important}.mt-lg-8{margin-top:.8rem!important}.mt-lg-25{margin-top:2.5rem!important}.mt-lg-40{margin-top:4rem!important}.mt-lg-50{margin-top:5rem!important}.mt-lg-75{margin-top:7.5rem!important}.mt-lg-85{margin-top:8.5rem!important}.mt-lg-100{margin-top:10rem!important}.mt-lg-144{margin-top:14.4rem!important}.mt-lg-170{margin-top:17rem!important}.mt-lg-220{margin-top:22rem!important}.mt-lg-350{margin-top:35rem!important}.mt-lg-87{margin-top:8.7rem!important}.mt-lg-168{margin-top:16.8rem!important}.mt-lg-175{margin-top:17.5rem!important}.mt-lg-338{margin-top:33.8rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!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-30{margin-right:3rem!important}.me-lg-45{margin-right:4.5rem!important}.me-lg-60{margin-right:6rem!important}.me-lg-90{margin-right:9rem!important}.me-lg-120{margin-right:12rem!important}.me-lg-8{margin-right:.8rem!important}.me-lg-25{margin-right:2.5rem!important}.me-lg-40{margin-right:4rem!important}.me-lg-50{margin-right:5rem!important}.me-lg-75{margin-right:7.5rem!important}.me-lg-85{margin-right:8.5rem!important}.me-lg-100{margin-right:10rem!important}.me-lg-144{margin-right:14.4rem!important}.me-lg-170{margin-right:17rem!important}.me-lg-220{margin-right:22rem!important}.me-lg-350{margin-right:35rem!important}.me-lg-87{margin-right:8.7rem!important}.me-lg-168{margin-right:16.8rem!important}.me-lg-175{margin-right:17.5rem!important}.me-lg-338{margin-right:33.8rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!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-30{margin-bottom:3rem!important}.mb-lg-45{margin-bottom:4.5rem!important}.mb-lg-60{margin-bottom:6rem!important}.mb-lg-90{margin-bottom:9rem!important}.mb-lg-120{margin-bottom:12rem!important}.mb-lg-8{margin-bottom:.8rem!important}.mb-lg-25{margin-bottom:2.5rem!important}.mb-lg-40{margin-bottom:4rem!important}.mb-lg-50{margin-bottom:5rem!important}.mb-lg-75{margin-bottom:7.5rem!important}.mb-lg-85{margin-bottom:8.5rem!important}.mb-lg-100{margin-bottom:10rem!important}.mb-lg-144{margin-bottom:14.4rem!important}.mb-lg-170{margin-bottom:17rem!important}.mb-lg-220{margin-bottom:22rem!important}.mb-lg-350{margin-bottom:35rem!important}.mb-lg-87{margin-bottom:8.7rem!important}.mb-lg-168{margin-bottom:16.8rem!important}.mb-lg-175{margin-bottom:17.5rem!important}.mb-lg-338{margin-bottom:33.8rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!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-30{margin-left:3rem!important}.ms-lg-45{margin-left:4.5rem!important}.ms-lg-60{margin-left:6rem!important}.ms-lg-90{margin-left:9rem!important}.ms-lg-120{margin-left:12rem!important}.ms-lg-8{margin-left:.8rem!important}.ms-lg-25{margin-left:2.5rem!important}.ms-lg-40{margin-left:4rem!important}.ms-lg-50{margin-left:5rem!important}.ms-lg-75{margin-left:7.5rem!important}.ms-lg-85{margin-left:8.5rem!important}.ms-lg-100{margin-left:10rem!important}.ms-lg-144{margin-left:14.4rem!important}.ms-lg-170{margin-left:17rem!important}.ms-lg-220{margin-left:22rem!important}.ms-lg-350{margin-left:35rem!important}.ms-lg-87{margin-left:8.7rem!important}.ms-lg-168{margin-left:16.8rem!important}.ms-lg-175{margin-left:17.5rem!important}.ms-lg-338{margin-left:33.8rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n5{margin:-.5rem!important}.m-lg-n10{margin:-1rem!important}.m-lg-n15{margin:-1.5rem!important}.m-lg-n20{margin:-2rem!important}.m-lg-n30{margin:-3rem!important}.m-lg-n45{margin:-4.5rem!important}.m-lg-n60{margin:-6rem!important}.m-lg-n90{margin:-9rem!important}.m-lg-n120{margin:-12rem!important}.m-lg-n8{margin:-.8rem!important}.m-lg-n25{margin:-2.5rem!important}.m-lg-n40{margin:-4rem!important}.m-lg-n50{margin:-5rem!important}.m-lg-n75{margin:-7.5rem!important}.m-lg-n85{margin:-8.5rem!important}.m-lg-n100{margin:-10rem!important}.m-lg-n144{margin:-14.4rem!important}.m-lg-n170{margin:-17rem!important}.m-lg-n220{margin:-22rem!important}.m-lg-n350{margin:-35rem!important}.m-lg-n87{margin:-8.7rem!important}.m-lg-n168{margin:-16.8rem!important}.m-lg-n175{margin:-17.5rem!important}.m-lg-n338{margin:-33.8rem!important}.mx-lg-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-lg-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-lg-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-lg-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-lg-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-lg-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-lg-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-lg-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-lg-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-lg-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-lg-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-lg-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-lg-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-lg-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-lg-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-lg-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-lg-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-lg-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-lg-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-lg-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-lg-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-lg-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-lg-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-lg-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-lg-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-lg-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-lg-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-lg-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-lg-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-lg-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-lg-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-lg-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-lg-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-lg-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-lg-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-lg-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-lg-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-lg-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-lg-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-lg-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-lg-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-lg-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-lg-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-lg-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-lg-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-lg-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-lg-n5{margin-top:-.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-n30{margin-top:-3rem!important}.mt-lg-n45{margin-top:-4.5rem!important}.mt-lg-n60{margin-top:-6rem!important}.mt-lg-n90{margin-top:-9rem!important}.mt-lg-n120{margin-top:-12rem!important}.mt-lg-n8{margin-top:-.8rem!important}.mt-lg-n25{margin-top:-2.5rem!important}.mt-lg-n40{margin-top:-4rem!important}.mt-lg-n50{margin-top:-5rem!important}.mt-lg-n75{margin-top:-7.5rem!important}.mt-lg-n85{margin-top:-8.5rem!important}.mt-lg-n100{margin-top:-10rem!important}.mt-lg-n144{margin-top:-14.4rem!important}.mt-lg-n170{margin-top:-17rem!important}.mt-lg-n220{margin-top:-22rem!important}.mt-lg-n350{margin-top:-35rem!important}.mt-lg-n87{margin-top:-8.7rem!important}.mt-lg-n168{margin-top:-16.8rem!important}.mt-lg-n175{margin-top:-17.5rem!important}.mt-lg-n338{margin-top:-33.8rem!important}.me-lg-n5{margin-right:-.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-n30{margin-right:-3rem!important}.me-lg-n45{margin-right:-4.5rem!important}.me-lg-n60{margin-right:-6rem!important}.me-lg-n90{margin-right:-9rem!important}.me-lg-n120{margin-right:-12rem!important}.me-lg-n8{margin-right:-.8rem!important}.me-lg-n25{margin-right:-2.5rem!important}.me-lg-n40{margin-right:-4rem!important}.me-lg-n50{margin-right:-5rem!important}.me-lg-n75{margin-right:-7.5rem!important}.me-lg-n85{margin-right:-8.5rem!important}.me-lg-n100{margin-right:-10rem!important}.me-lg-n144{margin-right:-14.4rem!important}.me-lg-n170{margin-right:-17rem!important}.me-lg-n220{margin-right:-22rem!important}.me-lg-n350{margin-right:-35rem!important}.me-lg-n87{margin-right:-8.7rem!important}.me-lg-n168{margin-right:-16.8rem!important}.me-lg-n175{margin-right:-17.5rem!important}.me-lg-n338{margin-right:-33.8rem!important}.mb-lg-n5{margin-bottom:-.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-n30{margin-bottom:-3rem!important}.mb-lg-n45{margin-bottom:-4.5rem!important}.mb-lg-n60{margin-bottom:-6rem!important}.mb-lg-n90{margin-bottom:-9rem!important}.mb-lg-n120{margin-bottom:-12rem!important}.mb-lg-n8{margin-bottom:-.8rem!important}.mb-lg-n25{margin-bottom:-2.5rem!important}.mb-lg-n40{margin-bottom:-4rem!important}.mb-lg-n50{margin-bottom:-5rem!important}.mb-lg-n75{margin-bottom:-7.5rem!important}.mb-lg-n85{margin-bottom:-8.5rem!important}.mb-lg-n100{margin-bottom:-10rem!important}.mb-lg-n144{margin-bottom:-14.4rem!important}.mb-lg-n170{margin-bottom:-17rem!important}.mb-lg-n220{margin-bottom:-22rem!important}.mb-lg-n350{margin-bottom:-35rem!important}.mb-lg-n87{margin-bottom:-8.7rem!important}.mb-lg-n168{margin-bottom:-16.8rem!important}.mb-lg-n175{margin-bottom:-17.5rem!important}.mb-lg-n338{margin-bottom:-33.8rem!important}.ms-lg-n5{margin-left:-.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-n30{margin-left:-3rem!important}.ms-lg-n45{margin-left:-4.5rem!important}.ms-lg-n60{margin-left:-6rem!important}.ms-lg-n90{margin-left:-9rem!important}.ms-lg-n120{margin-left:-12rem!important}.ms-lg-n8{margin-left:-.8rem!important}.ms-lg-n25{margin-left:-2.5rem!important}.ms-lg-n40{margin-left:-4rem!important}.ms-lg-n50{margin-left:-5rem!important}.ms-lg-n75{margin-left:-7.5rem!important}.ms-lg-n85{margin-left:-8.5rem!important}.ms-lg-n100{margin-left:-10rem!important}.ms-lg-n144{margin-left:-14.4rem!important}.ms-lg-n170{margin-left:-17rem!important}.ms-lg-n220{margin-left:-22rem!important}.ms-lg-n350{margin-left:-35rem!important}.ms-lg-n87{margin-left:-8.7rem!important}.ms-lg-n168{margin-left:-16.8rem!important}.ms-lg-n175{margin-left:-17.5rem!important}.ms-lg-n338{margin-left:-33.8rem!important}.p-lg-0{padding:0!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-30{padding:3rem!important}.p-lg-45{padding:4.5rem!important}.p-lg-60{padding:6rem!important}.p-lg-90{padding:9rem!important}.p-lg-120{padding:12rem!important}.p-lg-8{padding:.8rem!important}.p-lg-25{padding:2.5rem!important}.p-lg-40{padding:4rem!important}.p-lg-50{padding:5rem!important}.p-lg-75{padding:7.5rem!important}.p-lg-85{padding:8.5rem!important}.p-lg-100{padding:10rem!important}.p-lg-144{padding:14.4rem!important}.p-lg-170{padding:17rem!important}.p-lg-220{padding:22rem!important}.p-lg-350{padding:35rem!important}.p-lg-87{padding:8.7rem!important}.p-lg-168{padding:16.8rem!important}.p-lg-175{padding:17.5rem!important}.p-lg-338{padding:33.8rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-10{padding-left:1rem!important;padding-right:1rem!important}.px-lg-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-20{padding-left:2rem!important;padding-right:2rem!important}.px-lg-30{padding-left:3rem!important;padding-right:3rem!important}.px-lg-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-lg-60{padding-left:6rem!important;padding-right:6rem!important}.px-lg-90{padding-left:9rem!important;padding-right:9rem!important}.px-lg-120{padding-left:12rem!important;padding-right:12rem!important}.px-lg-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-lg-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-lg-40{padding-left:4rem!important;padding-right:4rem!important}.px-lg-50{padding-left:5rem!important;padding-right:5rem!important}.px-lg-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-lg-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-lg-100{padding-left:10rem!important;padding-right:10rem!important}.px-lg-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-lg-170{padding-left:17rem!important;padding-right:17rem!important}.px-lg-220{padding-left:22rem!important;padding-right:22rem!important}.px-lg-350{padding-left:35rem!important;padding-right:35rem!important}.px-lg-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-lg-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-lg-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-lg-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-lg-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-lg-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-lg-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-lg-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-lg-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-lg-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-lg-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-lg-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-lg-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-lg-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-lg-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-lg-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-lg-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-lg-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-lg-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-lg-0{padding-top:0!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-30{padding-top:3rem!important}.pt-lg-45{padding-top:4.5rem!important}.pt-lg-60{padding-top:6rem!important}.pt-lg-90{padding-top:9rem!important}.pt-lg-120{padding-top:12rem!important}.pt-lg-8{padding-top:.8rem!important}.pt-lg-25{padding-top:2.5rem!important}.pt-lg-40{padding-top:4rem!important}.pt-lg-50{padding-top:5rem!important}.pt-lg-75{padding-top:7.5rem!important}.pt-lg-85{padding-top:8.5rem!important}.pt-lg-100{padding-top:10rem!important}.pt-lg-144{padding-top:14.4rem!important}.pt-lg-170{padding-top:17rem!important}.pt-lg-220{padding-top:22rem!important}.pt-lg-350{padding-top:35rem!important}.pt-lg-87{padding-top:8.7rem!important}.pt-lg-168{padding-top:16.8rem!important}.pt-lg-175{padding-top:17.5rem!important}.pt-lg-338{padding-top:33.8rem!important}.pe-lg-0{padding-right:0!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-30{padding-right:3rem!important}.pe-lg-45{padding-right:4.5rem!important}.pe-lg-60{padding-right:6rem!important}.pe-lg-90{padding-right:9rem!important}.pe-lg-120{padding-right:12rem!important}.pe-lg-8{padding-right:.8rem!important}.pe-lg-25{padding-right:2.5rem!important}.pe-lg-40{padding-right:4rem!important}.pe-lg-50{padding-right:5rem!important}.pe-lg-75{padding-right:7.5rem!important}.pe-lg-85{padding-right:8.5rem!important}.pe-lg-100{padding-right:10rem!important}.pe-lg-144{padding-right:14.4rem!important}.pe-lg-170{padding-right:17rem!important}.pe-lg-220{padding-right:22rem!important}.pe-lg-350{padding-right:35rem!important}.pe-lg-87{padding-right:8.7rem!important}.pe-lg-168{padding-right:16.8rem!important}.pe-lg-175{padding-right:17.5rem!important}.pe-lg-338{padding-right:33.8rem!important}.pb-lg-0{padding-bottom:0!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-30{padding-bottom:3rem!important}.pb-lg-45{padding-bottom:4.5rem!important}.pb-lg-60{padding-bottom:6rem!important}.pb-lg-90{padding-bottom:9rem!important}.pb-lg-120{padding-bottom:12rem!important}.pb-lg-8{padding-bottom:.8rem!important}.pb-lg-25{padding-bottom:2.5rem!important}.pb-lg-40{padding-bottom:4rem!important}.pb-lg-50{padding-bottom:5rem!important}.pb-lg-75{padding-bottom:7.5rem!important}.pb-lg-85{padding-bottom:8.5rem!important}.pb-lg-100{padding-bottom:10rem!important}.pb-lg-144{padding-bottom:14.4rem!important}.pb-lg-170{padding-bottom:17rem!important}.pb-lg-220{padding-bottom:22rem!important}.pb-lg-350{padding-bottom:35rem!important}.pb-lg-87{padding-bottom:8.7rem!important}.pb-lg-168{padding-bottom:16.8rem!important}.pb-lg-175{padding-bottom:17.5rem!important}.pb-lg-338{padding-bottom:33.8rem!important}.ps-lg-0{padding-left:0!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-30{padding-left:3rem!important}.ps-lg-45{padding-left:4.5rem!important}.ps-lg-60{padding-left:6rem!important}.ps-lg-90{padding-left:9rem!important}.ps-lg-120{padding-left:12rem!important}.ps-lg-8{padding-left:.8rem!important}.ps-lg-25{padding-left:2.5rem!important}.ps-lg-40{padding-left:4rem!important}.ps-lg-50{padding-left:5rem!important}.ps-lg-75{padding-left:7.5rem!important}.ps-lg-85{padding-left:8.5rem!important}.ps-lg-100{padding-left:10rem!important}.ps-lg-144{padding-left:14.4rem!important}.ps-lg-170{padding-left:17rem!important}.ps-lg-220{padding-left:22rem!important}.ps-lg-350{padding-left:35rem!important}.ps-lg-87{padding-left:8.7rem!important}.ps-lg-168{padding-left:16.8rem!important}.ps-lg-175{padding-left:17.5rem!important}.ps-lg-338{padding-left:33.8rem!important}.gap-lg-0{gap:0!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-30{gap:3rem!important}.gap-lg-45{gap:4.5rem!important}.gap-lg-60{gap:6rem!important}.gap-lg-90{gap:9rem!important}.gap-lg-120{gap:12rem!important}.gap-lg-8{gap:.8rem!important}.gap-lg-25{gap:2.5rem!important}.gap-lg-40{gap:4rem!important}.gap-lg-50{gap:5rem!important}.gap-lg-75{gap:7.5rem!important}.gap-lg-85{gap:8.5rem!important}.gap-lg-100{gap:10rem!important}.gap-lg-144{gap:14.4rem!important}.gap-lg-170{gap:17rem!important}.gap-lg-220{gap:22rem!important}.gap-lg-350{gap:35rem!important}.gap-lg-87{gap:8.7rem!important}.gap-lg-168{gap:16.8rem!important}.gap-lg-175{gap:17.5rem!important}.gap-lg-338{gap:33.8rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-5{row-gap:.5rem!important}.row-gap-lg-10{row-gap:1rem!important}.row-gap-lg-15{row-gap:1.5rem!important}.row-gap-lg-20{row-gap:2rem!important}.row-gap-lg-30{row-gap:3rem!important}.row-gap-lg-45{row-gap:4.5rem!important}.row-gap-lg-60{row-gap:6rem!important}.row-gap-lg-90{row-gap:9rem!important}.row-gap-lg-120{row-gap:12rem!important}.row-gap-lg-8{row-gap:.8rem!important}.row-gap-lg-25{row-gap:2.5rem!important}.row-gap-lg-40{row-gap:4rem!important}.row-gap-lg-50{row-gap:5rem!important}.row-gap-lg-75{row-gap:7.5rem!important}.row-gap-lg-85{row-gap:8.5rem!important}.row-gap-lg-100{row-gap:10rem!important}.row-gap-lg-144{row-gap:14.4rem!important}.row-gap-lg-170{row-gap:17rem!important}.row-gap-lg-220{row-gap:22rem!important}.row-gap-lg-350{row-gap:35rem!important}.row-gap-lg-87{row-gap:8.7rem!important}.row-gap-lg-168{row-gap:16.8rem!important}.row-gap-lg-175{row-gap:17.5rem!important}.row-gap-lg-338{row-gap:33.8rem!important}.column-gap-lg-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-lg-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-lg-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-lg-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-lg-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-lg-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-lg-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-lg-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-lg-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-lg-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-lg-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-lg-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-lg-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-lg-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-lg-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-lg-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-lg-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-lg-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-lg-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-lg-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-lg-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-lg-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.position-xl-static{position:static!important}.position-xl-relative{position:relative!important}.position-xl-absolute{position:absolute!important}.position-xl-fixed{position:fixed!important}.position-xl-sticky{position:sticky!important}.top-xl-0{top:0!important}.top-xl-50{top:50%!important}.top-xl-100{top:100%!important}.top-xl-25{top:25%!important}.top-xl-75{top:75%!important}.bottom-xl-0{bottom:0!important}.bottom-xl-50{bottom:50%!important}.bottom-xl-100{bottom:100%!important}.bottom-xl-25{bottom:25%!important}.bottom-xl-75{bottom:75%!important}.start-xl-0{left:0!important}.start-xl-50{left:50%!important}.start-xl-100{left:100%!important}.start-xl-25{left:25%!important}.start-xl-75{left:75%!important}.end-xl-0{right:0!important}.end-xl-50{right:50%!important}.end-xl-100{right:100%!important}.end-xl-25{right:25%!important}.end-xl-75{right:75%!important}.w-xl-25{width:25%!important}.w-xl-50{width:50%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.h-xl-auto{height:auto!important}.h-xl-3p{height:.3rem!important}.h-xl-10p{height:1rem!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!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-30{margin:3rem!important}.m-xl-45{margin:4.5rem!important}.m-xl-60{margin:6rem!important}.m-xl-90{margin:9rem!important}.m-xl-120{margin:12rem!important}.m-xl-8{margin:.8rem!important}.m-xl-25{margin:2.5rem!important}.m-xl-40{margin:4rem!important}.m-xl-50{margin:5rem!important}.m-xl-75{margin:7.5rem!important}.m-xl-85{margin:8.5rem!important}.m-xl-100{margin:10rem!important}.m-xl-144{margin:14.4rem!important}.m-xl-170{margin:17rem!important}.m-xl-220{margin:22rem!important}.m-xl-350{margin:35rem!important}.m-xl-87{margin:8.7rem!important}.m-xl-168{margin:16.8rem!important}.m-xl-175{margin:17.5rem!important}.m-xl-338{margin:33.8rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-10{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-20{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-30{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xl-60{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-90{margin-left:9rem!important;margin-right:9rem!important}.mx-xl-120{margin-left:12rem!important;margin-right:12rem!important}.mx-xl-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-xl-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xl-40{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-50{margin-left:5rem!important;margin-right:5rem!important}.mx-xl-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xl-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-xl-100{margin-left:10rem!important;margin-right:10rem!important}.mx-xl-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-xl-170{margin-left:17rem!important;margin-right:17rem!important}.mx-xl-220{margin-left:22rem!important;margin-right:22rem!important}.mx-xl-350{margin-left:35rem!important;margin-right:35rem!important}.mx-xl-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-xl-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-xl-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-xl-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xl-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-xl-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-xl-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-xl-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xl-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-xl-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xl-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-xl-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-xl-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-xl-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-xl-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-xl-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-xl-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-xl-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-xl-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-xl-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!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-30{margin-top:3rem!important}.mt-xl-45{margin-top:4.5rem!important}.mt-xl-60{margin-top:6rem!important}.mt-xl-90{margin-top:9rem!important}.mt-xl-120{margin-top:12rem!important}.mt-xl-8{margin-top:.8rem!important}.mt-xl-25{margin-top:2.5rem!important}.mt-xl-40{margin-top:4rem!important}.mt-xl-50{margin-top:5rem!important}.mt-xl-75{margin-top:7.5rem!important}.mt-xl-85{margin-top:8.5rem!important}.mt-xl-100{margin-top:10rem!important}.mt-xl-144{margin-top:14.4rem!important}.mt-xl-170{margin-top:17rem!important}.mt-xl-220{margin-top:22rem!important}.mt-xl-350{margin-top:35rem!important}.mt-xl-87{margin-top:8.7rem!important}.mt-xl-168{margin-top:16.8rem!important}.mt-xl-175{margin-top:17.5rem!important}.mt-xl-338{margin-top:33.8rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!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-30{margin-right:3rem!important}.me-xl-45{margin-right:4.5rem!important}.me-xl-60{margin-right:6rem!important}.me-xl-90{margin-right:9rem!important}.me-xl-120{margin-right:12rem!important}.me-xl-8{margin-right:.8rem!important}.me-xl-25{margin-right:2.5rem!important}.me-xl-40{margin-right:4rem!important}.me-xl-50{margin-right:5rem!important}.me-xl-75{margin-right:7.5rem!important}.me-xl-85{margin-right:8.5rem!important}.me-xl-100{margin-right:10rem!important}.me-xl-144{margin-right:14.4rem!important}.me-xl-170{margin-right:17rem!important}.me-xl-220{margin-right:22rem!important}.me-xl-350{margin-right:35rem!important}.me-xl-87{margin-right:8.7rem!important}.me-xl-168{margin-right:16.8rem!important}.me-xl-175{margin-right:17.5rem!important}.me-xl-338{margin-right:33.8rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!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-30{margin-bottom:3rem!important}.mb-xl-45{margin-bottom:4.5rem!important}.mb-xl-60{margin-bottom:6rem!important}.mb-xl-90{margin-bottom:9rem!important}.mb-xl-120{margin-bottom:12rem!important}.mb-xl-8{margin-bottom:.8rem!important}.mb-xl-25{margin-bottom:2.5rem!important}.mb-xl-40{margin-bottom:4rem!important}.mb-xl-50{margin-bottom:5rem!important}.mb-xl-75{margin-bottom:7.5rem!important}.mb-xl-85{margin-bottom:8.5rem!important}.mb-xl-100{margin-bottom:10rem!important}.mb-xl-144{margin-bottom:14.4rem!important}.mb-xl-170{margin-bottom:17rem!important}.mb-xl-220{margin-bottom:22rem!important}.mb-xl-350{margin-bottom:35rem!important}.mb-xl-87{margin-bottom:8.7rem!important}.mb-xl-168{margin-bottom:16.8rem!important}.mb-xl-175{margin-bottom:17.5rem!important}.mb-xl-338{margin-bottom:33.8rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!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-30{margin-left:3rem!important}.ms-xl-45{margin-left:4.5rem!important}.ms-xl-60{margin-left:6rem!important}.ms-xl-90{margin-left:9rem!important}.ms-xl-120{margin-left:12rem!important}.ms-xl-8{margin-left:.8rem!important}.ms-xl-25{margin-left:2.5rem!important}.ms-xl-40{margin-left:4rem!important}.ms-xl-50{margin-left:5rem!important}.ms-xl-75{margin-left:7.5rem!important}.ms-xl-85{margin-left:8.5rem!important}.ms-xl-100{margin-left:10rem!important}.ms-xl-144{margin-left:14.4rem!important}.ms-xl-170{margin-left:17rem!important}.ms-xl-220{margin-left:22rem!important}.ms-xl-350{margin-left:35rem!important}.ms-xl-87{margin-left:8.7rem!important}.ms-xl-168{margin-left:16.8rem!important}.ms-xl-175{margin-left:17.5rem!important}.ms-xl-338{margin-left:33.8rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n5{margin:-.5rem!important}.m-xl-n10{margin:-1rem!important}.m-xl-n15{margin:-1.5rem!important}.m-xl-n20{margin:-2rem!important}.m-xl-n30{margin:-3rem!important}.m-xl-n45{margin:-4.5rem!important}.m-xl-n60{margin:-6rem!important}.m-xl-n90{margin:-9rem!important}.m-xl-n120{margin:-12rem!important}.m-xl-n8{margin:-.8rem!important}.m-xl-n25{margin:-2.5rem!important}.m-xl-n40{margin:-4rem!important}.m-xl-n50{margin:-5rem!important}.m-xl-n75{margin:-7.5rem!important}.m-xl-n85{margin:-8.5rem!important}.m-xl-n100{margin:-10rem!important}.m-xl-n144{margin:-14.4rem!important}.m-xl-n170{margin:-17rem!important}.m-xl-n220{margin:-22rem!important}.m-xl-n350{margin:-35rem!important}.m-xl-n87{margin:-8.7rem!important}.m-xl-n168{margin:-16.8rem!important}.m-xl-n175{margin:-17.5rem!important}.m-xl-n338{margin:-33.8rem!important}.mx-xl-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xl-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xl-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xl-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xl-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xl-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xl-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-xl-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xl-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-xl-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-xl-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xl-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xl-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-xl-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-xl-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-xl-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-xl-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-xl-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-xl-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-xl-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-xl-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-xl-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-xl-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-xl-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xl-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xl-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xl-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xl-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xl-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xl-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-xl-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xl-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-xl-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-xl-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xl-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xl-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-xl-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-xl-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-xl-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-xl-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-xl-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-xl-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-xl-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-xl-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-xl-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-xl-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-xl-n5{margin-top:-.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-n30{margin-top:-3rem!important}.mt-xl-n45{margin-top:-4.5rem!important}.mt-xl-n60{margin-top:-6rem!important}.mt-xl-n90{margin-top:-9rem!important}.mt-xl-n120{margin-top:-12rem!important}.mt-xl-n8{margin-top:-.8rem!important}.mt-xl-n25{margin-top:-2.5rem!important}.mt-xl-n40{margin-top:-4rem!important}.mt-xl-n50{margin-top:-5rem!important}.mt-xl-n75{margin-top:-7.5rem!important}.mt-xl-n85{margin-top:-8.5rem!important}.mt-xl-n100{margin-top:-10rem!important}.mt-xl-n144{margin-top:-14.4rem!important}.mt-xl-n170{margin-top:-17rem!important}.mt-xl-n220{margin-top:-22rem!important}.mt-xl-n350{margin-top:-35rem!important}.mt-xl-n87{margin-top:-8.7rem!important}.mt-xl-n168{margin-top:-16.8rem!important}.mt-xl-n175{margin-top:-17.5rem!important}.mt-xl-n338{margin-top:-33.8rem!important}.me-xl-n5{margin-right:-.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-n30{margin-right:-3rem!important}.me-xl-n45{margin-right:-4.5rem!important}.me-xl-n60{margin-right:-6rem!important}.me-xl-n90{margin-right:-9rem!important}.me-xl-n120{margin-right:-12rem!important}.me-xl-n8{margin-right:-.8rem!important}.me-xl-n25{margin-right:-2.5rem!important}.me-xl-n40{margin-right:-4rem!important}.me-xl-n50{margin-right:-5rem!important}.me-xl-n75{margin-right:-7.5rem!important}.me-xl-n85{margin-right:-8.5rem!important}.me-xl-n100{margin-right:-10rem!important}.me-xl-n144{margin-right:-14.4rem!important}.me-xl-n170{margin-right:-17rem!important}.me-xl-n220{margin-right:-22rem!important}.me-xl-n350{margin-right:-35rem!important}.me-xl-n87{margin-right:-8.7rem!important}.me-xl-n168{margin-right:-16.8rem!important}.me-xl-n175{margin-right:-17.5rem!important}.me-xl-n338{margin-right:-33.8rem!important}.mb-xl-n5{margin-bottom:-.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-n30{margin-bottom:-3rem!important}.mb-xl-n45{margin-bottom:-4.5rem!important}.mb-xl-n60{margin-bottom:-6rem!important}.mb-xl-n90{margin-bottom:-9rem!important}.mb-xl-n120{margin-bottom:-12rem!important}.mb-xl-n8{margin-bottom:-.8rem!important}.mb-xl-n25{margin-bottom:-2.5rem!important}.mb-xl-n40{margin-bottom:-4rem!important}.mb-xl-n50{margin-bottom:-5rem!important}.mb-xl-n75{margin-bottom:-7.5rem!important}.mb-xl-n85{margin-bottom:-8.5rem!important}.mb-xl-n100{margin-bottom:-10rem!important}.mb-xl-n144{margin-bottom:-14.4rem!important}.mb-xl-n170{margin-bottom:-17rem!important}.mb-xl-n220{margin-bottom:-22rem!important}.mb-xl-n350{margin-bottom:-35rem!important}.mb-xl-n87{margin-bottom:-8.7rem!important}.mb-xl-n168{margin-bottom:-16.8rem!important}.mb-xl-n175{margin-bottom:-17.5rem!important}.mb-xl-n338{margin-bottom:-33.8rem!important}.ms-xl-n5{margin-left:-.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-n30{margin-left:-3rem!important}.ms-xl-n45{margin-left:-4.5rem!important}.ms-xl-n60{margin-left:-6rem!important}.ms-xl-n90{margin-left:-9rem!important}.ms-xl-n120{margin-left:-12rem!important}.ms-xl-n8{margin-left:-.8rem!important}.ms-xl-n25{margin-left:-2.5rem!important}.ms-xl-n40{margin-left:-4rem!important}.ms-xl-n50{margin-left:-5rem!important}.ms-xl-n75{margin-left:-7.5rem!important}.ms-xl-n85{margin-left:-8.5rem!important}.ms-xl-n100{margin-left:-10rem!important}.ms-xl-n144{margin-left:-14.4rem!important}.ms-xl-n170{margin-left:-17rem!important}.ms-xl-n220{margin-left:-22rem!important}.ms-xl-n350{margin-left:-35rem!important}.ms-xl-n87{margin-left:-8.7rem!important}.ms-xl-n168{margin-left:-16.8rem!important}.ms-xl-n175{margin-left:-17.5rem!important}.ms-xl-n338{margin-left:-33.8rem!important}.p-xl-0{padding:0!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-30{padding:3rem!important}.p-xl-45{padding:4.5rem!important}.p-xl-60{padding:6rem!important}.p-xl-90{padding:9rem!important}.p-xl-120{padding:12rem!important}.p-xl-8{padding:.8rem!important}.p-xl-25{padding:2.5rem!important}.p-xl-40{padding:4rem!important}.p-xl-50{padding:5rem!important}.p-xl-75{padding:7.5rem!important}.p-xl-85{padding:8.5rem!important}.p-xl-100{padding:10rem!important}.p-xl-144{padding:14.4rem!important}.p-xl-170{padding:17rem!important}.p-xl-220{padding:22rem!important}.p-xl-350{padding:35rem!important}.p-xl-87{padding:8.7rem!important}.p-xl-168{padding:16.8rem!important}.p-xl-175{padding:17.5rem!important}.p-xl-338{padding:33.8rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-10{padding-left:1rem!important;padding-right:1rem!important}.px-xl-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-20{padding-left:2rem!important;padding-right:2rem!important}.px-xl-30{padding-left:3rem!important;padding-right:3rem!important}.px-xl-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xl-60{padding-left:6rem!important;padding-right:6rem!important}.px-xl-90{padding-left:9rem!important;padding-right:9rem!important}.px-xl-120{padding-left:12rem!important;padding-right:12rem!important}.px-xl-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-xl-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xl-40{padding-left:4rem!important;padding-right:4rem!important}.px-xl-50{padding-left:5rem!important;padding-right:5rem!important}.px-xl-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xl-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-xl-100{padding-left:10rem!important;padding-right:10rem!important}.px-xl-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-xl-170{padding-left:17rem!important;padding-right:17rem!important}.px-xl-220{padding-left:22rem!important;padding-right:22rem!important}.px-xl-350{padding-left:35rem!important;padding-right:35rem!important}.px-xl-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-xl-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-xl-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-xl-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-xl-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-xl-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-xl-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xl-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-xl-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xl-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-xl-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-xl-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-xl-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-xl-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-xl-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-xl-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-xl-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-xl-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-xl-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-xl-0{padding-top:0!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-30{padding-top:3rem!important}.pt-xl-45{padding-top:4.5rem!important}.pt-xl-60{padding-top:6rem!important}.pt-xl-90{padding-top:9rem!important}.pt-xl-120{padding-top:12rem!important}.pt-xl-8{padding-top:.8rem!important}.pt-xl-25{padding-top:2.5rem!important}.pt-xl-40{padding-top:4rem!important}.pt-xl-50{padding-top:5rem!important}.pt-xl-75{padding-top:7.5rem!important}.pt-xl-85{padding-top:8.5rem!important}.pt-xl-100{padding-top:10rem!important}.pt-xl-144{padding-top:14.4rem!important}.pt-xl-170{padding-top:17rem!important}.pt-xl-220{padding-top:22rem!important}.pt-xl-350{padding-top:35rem!important}.pt-xl-87{padding-top:8.7rem!important}.pt-xl-168{padding-top:16.8rem!important}.pt-xl-175{padding-top:17.5rem!important}.pt-xl-338{padding-top:33.8rem!important}.pe-xl-0{padding-right:0!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-30{padding-right:3rem!important}.pe-xl-45{padding-right:4.5rem!important}.pe-xl-60{padding-right:6rem!important}.pe-xl-90{padding-right:9rem!important}.pe-xl-120{padding-right:12rem!important}.pe-xl-8{padding-right:.8rem!important}.pe-xl-25{padding-right:2.5rem!important}.pe-xl-40{padding-right:4rem!important}.pe-xl-50{padding-right:5rem!important}.pe-xl-75{padding-right:7.5rem!important}.pe-xl-85{padding-right:8.5rem!important}.pe-xl-100{padding-right:10rem!important}.pe-xl-144{padding-right:14.4rem!important}.pe-xl-170{padding-right:17rem!important}.pe-xl-220{padding-right:22rem!important}.pe-xl-350{padding-right:35rem!important}.pe-xl-87{padding-right:8.7rem!important}.pe-xl-168{padding-right:16.8rem!important}.pe-xl-175{padding-right:17.5rem!important}.pe-xl-338{padding-right:33.8rem!important}.pb-xl-0{padding-bottom:0!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-30{padding-bottom:3rem!important}.pb-xl-45{padding-bottom:4.5rem!important}.pb-xl-60{padding-bottom:6rem!important}.pb-xl-90{padding-bottom:9rem!important}.pb-xl-120{padding-bottom:12rem!important}.pb-xl-8{padding-bottom:.8rem!important}.pb-xl-25{padding-bottom:2.5rem!important}.pb-xl-40{padding-bottom:4rem!important}.pb-xl-50{padding-bottom:5rem!important}.pb-xl-75{padding-bottom:7.5rem!important}.pb-xl-85{padding-bottom:8.5rem!important}.pb-xl-100{padding-bottom:10rem!important}.pb-xl-144{padding-bottom:14.4rem!important}.pb-xl-170{padding-bottom:17rem!important}.pb-xl-220{padding-bottom:22rem!important}.pb-xl-350{padding-bottom:35rem!important}.pb-xl-87{padding-bottom:8.7rem!important}.pb-xl-168{padding-bottom:16.8rem!important}.pb-xl-175{padding-bottom:17.5rem!important}.pb-xl-338{padding-bottom:33.8rem!important}.ps-xl-0{padding-left:0!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-30{padding-left:3rem!important}.ps-xl-45{padding-left:4.5rem!important}.ps-xl-60{padding-left:6rem!important}.ps-xl-90{padding-left:9rem!important}.ps-xl-120{padding-left:12rem!important}.ps-xl-8{padding-left:.8rem!important}.ps-xl-25{padding-left:2.5rem!important}.ps-xl-40{padding-left:4rem!important}.ps-xl-50{padding-left:5rem!important}.ps-xl-75{padding-left:7.5rem!important}.ps-xl-85{padding-left:8.5rem!important}.ps-xl-100{padding-left:10rem!important}.ps-xl-144{padding-left:14.4rem!important}.ps-xl-170{padding-left:17rem!important}.ps-xl-220{padding-left:22rem!important}.ps-xl-350{padding-left:35rem!important}.ps-xl-87{padding-left:8.7rem!important}.ps-xl-168{padding-left:16.8rem!important}.ps-xl-175{padding-left:17.5rem!important}.ps-xl-338{padding-left:33.8rem!important}.gap-xl-0{gap:0!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-30{gap:3rem!important}.gap-xl-45{gap:4.5rem!important}.gap-xl-60{gap:6rem!important}.gap-xl-90{gap:9rem!important}.gap-xl-120{gap:12rem!important}.gap-xl-8{gap:.8rem!important}.gap-xl-25{gap:2.5rem!important}.gap-xl-40{gap:4rem!important}.gap-xl-50{gap:5rem!important}.gap-xl-75{gap:7.5rem!important}.gap-xl-85{gap:8.5rem!important}.gap-xl-100{gap:10rem!important}.gap-xl-144{gap:14.4rem!important}.gap-xl-170{gap:17rem!important}.gap-xl-220{gap:22rem!important}.gap-xl-350{gap:35rem!important}.gap-xl-87{gap:8.7rem!important}.gap-xl-168{gap:16.8rem!important}.gap-xl-175{gap:17.5rem!important}.gap-xl-338{gap:33.8rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-5{row-gap:.5rem!important}.row-gap-xl-10{row-gap:1rem!important}.row-gap-xl-15{row-gap:1.5rem!important}.row-gap-xl-20{row-gap:2rem!important}.row-gap-xl-30{row-gap:3rem!important}.row-gap-xl-45{row-gap:4.5rem!important}.row-gap-xl-60{row-gap:6rem!important}.row-gap-xl-90{row-gap:9rem!important}.row-gap-xl-120{row-gap:12rem!important}.row-gap-xl-8{row-gap:.8rem!important}.row-gap-xl-25{row-gap:2.5rem!important}.row-gap-xl-40{row-gap:4rem!important}.row-gap-xl-50{row-gap:5rem!important}.row-gap-xl-75{row-gap:7.5rem!important}.row-gap-xl-85{row-gap:8.5rem!important}.row-gap-xl-100{row-gap:10rem!important}.row-gap-xl-144{row-gap:14.4rem!important}.row-gap-xl-170{row-gap:17rem!important}.row-gap-xl-220{row-gap:22rem!important}.row-gap-xl-350{row-gap:35rem!important}.row-gap-xl-87{row-gap:8.7rem!important}.row-gap-xl-168{row-gap:16.8rem!important}.row-gap-xl-175{row-gap:17.5rem!important}.row-gap-xl-338{row-gap:33.8rem!important}.column-gap-xl-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xl-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-xl-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-xl-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-xl-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-xl-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-xl-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-xl-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-xl-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-xl-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-xl-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-xl-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-xl-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-xl-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-xl-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-xl-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-xl-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-xl-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-xl-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-xl-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-xl-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-xl-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.position-xxl-static{position:static!important}.position-xxl-relative{position:relative!important}.position-xxl-absolute{position:absolute!important}.position-xxl-fixed{position:fixed!important}.position-xxl-sticky{position:sticky!important}.top-xxl-0{top:0!important}.top-xxl-50{top:50%!important}.top-xxl-100{top:100%!important}.top-xxl-25{top:25%!important}.top-xxl-75{top:75%!important}.bottom-xxl-0{bottom:0!important}.bottom-xxl-50{bottom:50%!important}.bottom-xxl-100{bottom:100%!important}.bottom-xxl-25{bottom:25%!important}.bottom-xxl-75{bottom:75%!important}.start-xxl-0{left:0!important}.start-xxl-50{left:50%!important}.start-xxl-100{left:100%!important}.start-xxl-25{left:25%!important}.start-xxl-75{left:75%!important}.end-xxl-0{right:0!important}.end-xxl-50{right:50%!important}.end-xxl-100{right:100%!important}.end-xxl-25{right:25%!important}.end-xxl-75{right:75%!important}.w-xxl-25{width:25%!important}.w-xxl-50{width:50%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}.w-xxl-auto{width:auto!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.h-xxl-auto{height:auto!important}.h-xxl-3p{height:.3rem!important}.h-xxl-10p{height:1rem!important}.flex-xxl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column,.flex-xxl-row{-webkit-box-direction:normal!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xxl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xxl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xxl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xxl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xxl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xxl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xxl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-5{margin:.5rem!important}.m-xxl-10{margin:1rem!important}.m-xxl-15{margin:1.5rem!important}.m-xxl-20{margin:2rem!important}.m-xxl-30{margin:3rem!important}.m-xxl-45{margin:4.5rem!important}.m-xxl-60{margin:6rem!important}.m-xxl-90{margin:9rem!important}.m-xxl-120{margin:12rem!important}.m-xxl-8{margin:.8rem!important}.m-xxl-25{margin:2.5rem!important}.m-xxl-40{margin:4rem!important}.m-xxl-50{margin:5rem!important}.m-xxl-75{margin:7.5rem!important}.m-xxl-85{margin:8.5rem!important}.m-xxl-100{margin:10rem!important}.m-xxl-144{margin:14.4rem!important}.m-xxl-170{margin:17rem!important}.m-xxl-220{margin:22rem!important}.m-xxl-350{margin:35rem!important}.m-xxl-87{margin:8.7rem!important}.m-xxl-168{margin:16.8rem!important}.m-xxl-175{margin:17.5rem!important}.m-xxl-338{margin:33.8rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-5{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-10{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-15{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-20{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-30{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-45{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxl-60{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-90{margin-left:9rem!important;margin-right:9rem!important}.mx-xxl-120{margin-left:12rem!important;margin-right:12rem!important}.mx-xxl-8{margin-left:.8rem!important;margin-right:.8rem!important}.mx-xxl-25{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xxl-40{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-50{margin-left:5rem!important;margin-right:5rem!important}.mx-xxl-75{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xxl-85{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-xxl-100{margin-left:10rem!important;margin-right:10rem!important}.mx-xxl-144{margin-left:14.4rem!important;margin-right:14.4rem!important}.mx-xxl-170{margin-left:17rem!important;margin-right:17rem!important}.mx-xxl-220{margin-left:22rem!important;margin-right:22rem!important}.mx-xxl-350{margin-left:35rem!important;margin-right:35rem!important}.mx-xxl-87{margin-left:8.7rem!important;margin-right:8.7rem!important}.mx-xxl-168{margin-left:16.8rem!important;margin-right:16.8rem!important}.mx-xxl-175{margin-left:17.5rem!important;margin-right:17.5rem!important}.mx-xxl-338{margin-left:33.8rem!important;margin-right:33.8rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-5{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-10{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-15{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-20{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-30{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-45{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxl-60{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-90{margin-bottom:9rem!important;margin-top:9rem!important}.my-xxl-120{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxl-8{margin-bottom:.8rem!important;margin-top:.8rem!important}.my-xxl-25{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xxl-40{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-50{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxl-75{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xxl-85{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-xxl-100{margin-bottom:10rem!important;margin-top:10rem!important}.my-xxl-144{margin-bottom:14.4rem!important;margin-top:14.4rem!important}.my-xxl-170{margin-bottom:17rem!important;margin-top:17rem!important}.my-xxl-220{margin-bottom:22rem!important;margin-top:22rem!important}.my-xxl-350{margin-bottom:35rem!important;margin-top:35rem!important}.my-xxl-87{margin-bottom:8.7rem!important;margin-top:8.7rem!important}.my-xxl-168{margin-bottom:16.8rem!important;margin-top:16.8rem!important}.my-xxl-175{margin-bottom:17.5rem!important;margin-top:17.5rem!important}.my-xxl-338{margin-bottom:33.8rem!important;margin-top:33.8rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-5{margin-top:.5rem!important}.mt-xxl-10{margin-top:1rem!important}.mt-xxl-15{margin-top:1.5rem!important}.mt-xxl-20{margin-top:2rem!important}.mt-xxl-30{margin-top:3rem!important}.mt-xxl-45{margin-top:4.5rem!important}.mt-xxl-60{margin-top:6rem!important}.mt-xxl-90{margin-top:9rem!important}.mt-xxl-120{margin-top:12rem!important}.mt-xxl-8{margin-top:.8rem!important}.mt-xxl-25{margin-top:2.5rem!important}.mt-xxl-40{margin-top:4rem!important}.mt-xxl-50{margin-top:5rem!important}.mt-xxl-75{margin-top:7.5rem!important}.mt-xxl-85{margin-top:8.5rem!important}.mt-xxl-100{margin-top:10rem!important}.mt-xxl-144{margin-top:14.4rem!important}.mt-xxl-170{margin-top:17rem!important}.mt-xxl-220{margin-top:22rem!important}.mt-xxl-350{margin-top:35rem!important}.mt-xxl-87{margin-top:8.7rem!important}.mt-xxl-168{margin-top:16.8rem!important}.mt-xxl-175{margin-top:17.5rem!important}.mt-xxl-338{margin-top:33.8rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-5{margin-right:.5rem!important}.me-xxl-10{margin-right:1rem!important}.me-xxl-15{margin-right:1.5rem!important}.me-xxl-20{margin-right:2rem!important}.me-xxl-30{margin-right:3rem!important}.me-xxl-45{margin-right:4.5rem!important}.me-xxl-60{margin-right:6rem!important}.me-xxl-90{margin-right:9rem!important}.me-xxl-120{margin-right:12rem!important}.me-xxl-8{margin-right:.8rem!important}.me-xxl-25{margin-right:2.5rem!important}.me-xxl-40{margin-right:4rem!important}.me-xxl-50{margin-right:5rem!important}.me-xxl-75{margin-right:7.5rem!important}.me-xxl-85{margin-right:8.5rem!important}.me-xxl-100{margin-right:10rem!important}.me-xxl-144{margin-right:14.4rem!important}.me-xxl-170{margin-right:17rem!important}.me-xxl-220{margin-right:22rem!important}.me-xxl-350{margin-right:35rem!important}.me-xxl-87{margin-right:8.7rem!important}.me-xxl-168{margin-right:16.8rem!important}.me-xxl-175{margin-right:17.5rem!important}.me-xxl-338{margin-right:33.8rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-5{margin-bottom:.5rem!important}.mb-xxl-10{margin-bottom:1rem!important}.mb-xxl-15{margin-bottom:1.5rem!important}.mb-xxl-20{margin-bottom:2rem!important}.mb-xxl-30{margin-bottom:3rem!important}.mb-xxl-45{margin-bottom:4.5rem!important}.mb-xxl-60{margin-bottom:6rem!important}.mb-xxl-90{margin-bottom:9rem!important}.mb-xxl-120{margin-bottom:12rem!important}.mb-xxl-8{margin-bottom:.8rem!important}.mb-xxl-25{margin-bottom:2.5rem!important}.mb-xxl-40{margin-bottom:4rem!important}.mb-xxl-50{margin-bottom:5rem!important}.mb-xxl-75{margin-bottom:7.5rem!important}.mb-xxl-85{margin-bottom:8.5rem!important}.mb-xxl-100{margin-bottom:10rem!important}.mb-xxl-144{margin-bottom:14.4rem!important}.mb-xxl-170{margin-bottom:17rem!important}.mb-xxl-220{margin-bottom:22rem!important}.mb-xxl-350{margin-bottom:35rem!important}.mb-xxl-87{margin-bottom:8.7rem!important}.mb-xxl-168{margin-bottom:16.8rem!important}.mb-xxl-175{margin-bottom:17.5rem!important}.mb-xxl-338{margin-bottom:33.8rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-5{margin-left:.5rem!important}.ms-xxl-10{margin-left:1rem!important}.ms-xxl-15{margin-left:1.5rem!important}.ms-xxl-20{margin-left:2rem!important}.ms-xxl-30{margin-left:3rem!important}.ms-xxl-45{margin-left:4.5rem!important}.ms-xxl-60{margin-left:6rem!important}.ms-xxl-90{margin-left:9rem!important}.ms-xxl-120{margin-left:12rem!important}.ms-xxl-8{margin-left:.8rem!important}.ms-xxl-25{margin-left:2.5rem!important}.ms-xxl-40{margin-left:4rem!important}.ms-xxl-50{margin-left:5rem!important}.ms-xxl-75{margin-left:7.5rem!important}.ms-xxl-85{margin-left:8.5rem!important}.ms-xxl-100{margin-left:10rem!important}.ms-xxl-144{margin-left:14.4rem!important}.ms-xxl-170{margin-left:17rem!important}.ms-xxl-220{margin-left:22rem!important}.ms-xxl-350{margin-left:35rem!important}.ms-xxl-87{margin-left:8.7rem!important}.ms-xxl-168{margin-left:16.8rem!important}.ms-xxl-175{margin-left:17.5rem!important}.ms-xxl-338{margin-left:33.8rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n5{margin:-.5rem!important}.m-xxl-n10{margin:-1rem!important}.m-xxl-n15{margin:-1.5rem!important}.m-xxl-n20{margin:-2rem!important}.m-xxl-n30{margin:-3rem!important}.m-xxl-n45{margin:-4.5rem!important}.m-xxl-n60{margin:-6rem!important}.m-xxl-n90{margin:-9rem!important}.m-xxl-n120{margin:-12rem!important}.m-xxl-n8{margin:-.8rem!important}.m-xxl-n25{margin:-2.5rem!important}.m-xxl-n40{margin:-4rem!important}.m-xxl-n50{margin:-5rem!important}.m-xxl-n75{margin:-7.5rem!important}.m-xxl-n85{margin:-8.5rem!important}.m-xxl-n100{margin:-10rem!important}.m-xxl-n144{margin:-14.4rem!important}.m-xxl-n170{margin:-17rem!important}.m-xxl-n220{margin:-22rem!important}.m-xxl-n350{margin:-35rem!important}.m-xxl-n87{margin:-8.7rem!important}.m-xxl-n168{margin:-16.8rem!important}.m-xxl-n175{margin:-17.5rem!important}.m-xxl-n338{margin:-33.8rem!important}.mx-xxl-n5{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxl-n10{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxl-n15{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxl-n20{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxl-n30{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxl-n45{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxl-n60{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-n90{margin-left:-9rem!important;margin-right:-9rem!important}.mx-xxl-n120{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxl-n8{margin-left:-.8rem!important;margin-right:-.8rem!important}.mx-xxl-n25{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-xxl-n40{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxl-n50{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxl-n75{margin-left:-7.5rem!important;margin-right:-7.5rem!important}.mx-xxl-n85{margin-left:-8.5rem!important;margin-right:-8.5rem!important}.mx-xxl-n100{margin-left:-10rem!important;margin-right:-10rem!important}.mx-xxl-n144{margin-left:-14.4rem!important;margin-right:-14.4rem!important}.mx-xxl-n170{margin-left:-17rem!important;margin-right:-17rem!important}.mx-xxl-n220{margin-left:-22rem!important;margin-right:-22rem!important}.mx-xxl-n350{margin-left:-35rem!important;margin-right:-35rem!important}.mx-xxl-n87{margin-left:-8.7rem!important;margin-right:-8.7rem!important}.mx-xxl-n168{margin-left:-16.8rem!important;margin-right:-16.8rem!important}.mx-xxl-n175{margin-left:-17.5rem!important;margin-right:-17.5rem!important}.mx-xxl-n338{margin-left:-33.8rem!important;margin-right:-33.8rem!important}.my-xxl-n5{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxl-n10{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxl-n15{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxl-n20{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxl-n30{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxl-n45{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxl-n60{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-n90{margin-bottom:-9rem!important;margin-top:-9rem!important}.my-xxl-n120{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxl-n8{margin-bottom:-.8rem!important;margin-top:-.8rem!important}.my-xxl-n25{margin-bottom:-2.5rem!important;margin-top:-2.5rem!important}.my-xxl-n40{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxl-n50{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxl-n75{margin-bottom:-7.5rem!important;margin-top:-7.5rem!important}.my-xxl-n85{margin-bottom:-8.5rem!important;margin-top:-8.5rem!important}.my-xxl-n100{margin-bottom:-10rem!important;margin-top:-10rem!important}.my-xxl-n144{margin-bottom:-14.4rem!important;margin-top:-14.4rem!important}.my-xxl-n170{margin-bottom:-17rem!important;margin-top:-17rem!important}.my-xxl-n220{margin-bottom:-22rem!important;margin-top:-22rem!important}.my-xxl-n350{margin-bottom:-35rem!important;margin-top:-35rem!important}.my-xxl-n87{margin-bottom:-8.7rem!important;margin-top:-8.7rem!important}.my-xxl-n168{margin-bottom:-16.8rem!important;margin-top:-16.8rem!important}.my-xxl-n175{margin-bottom:-17.5rem!important;margin-top:-17.5rem!important}.my-xxl-n338{margin-bottom:-33.8rem!important;margin-top:-33.8rem!important}.mt-xxl-n5{margin-top:-.5rem!important}.mt-xxl-n10{margin-top:-1rem!important}.mt-xxl-n15{margin-top:-1.5rem!important}.mt-xxl-n20{margin-top:-2rem!important}.mt-xxl-n30{margin-top:-3rem!important}.mt-xxl-n45{margin-top:-4.5rem!important}.mt-xxl-n60{margin-top:-6rem!important}.mt-xxl-n90{margin-top:-9rem!important}.mt-xxl-n120{margin-top:-12rem!important}.mt-xxl-n8{margin-top:-.8rem!important}.mt-xxl-n25{margin-top:-2.5rem!important}.mt-xxl-n40{margin-top:-4rem!important}.mt-xxl-n50{margin-top:-5rem!important}.mt-xxl-n75{margin-top:-7.5rem!important}.mt-xxl-n85{margin-top:-8.5rem!important}.mt-xxl-n100{margin-top:-10rem!important}.mt-xxl-n144{margin-top:-14.4rem!important}.mt-xxl-n170{margin-top:-17rem!important}.mt-xxl-n220{margin-top:-22rem!important}.mt-xxl-n350{margin-top:-35rem!important}.mt-xxl-n87{margin-top:-8.7rem!important}.mt-xxl-n168{margin-top:-16.8rem!important}.mt-xxl-n175{margin-top:-17.5rem!important}.mt-xxl-n338{margin-top:-33.8rem!important}.me-xxl-n5{margin-right:-.5rem!important}.me-xxl-n10{margin-right:-1rem!important}.me-xxl-n15{margin-right:-1.5rem!important}.me-xxl-n20{margin-right:-2rem!important}.me-xxl-n30{margin-right:-3rem!important}.me-xxl-n45{margin-right:-4.5rem!important}.me-xxl-n60{margin-right:-6rem!important}.me-xxl-n90{margin-right:-9rem!important}.me-xxl-n120{margin-right:-12rem!important}.me-xxl-n8{margin-right:-.8rem!important}.me-xxl-n25{margin-right:-2.5rem!important}.me-xxl-n40{margin-right:-4rem!important}.me-xxl-n50{margin-right:-5rem!important}.me-xxl-n75{margin-right:-7.5rem!important}.me-xxl-n85{margin-right:-8.5rem!important}.me-xxl-n100{margin-right:-10rem!important}.me-xxl-n144{margin-right:-14.4rem!important}.me-xxl-n170{margin-right:-17rem!important}.me-xxl-n220{margin-right:-22rem!important}.me-xxl-n350{margin-right:-35rem!important}.me-xxl-n87{margin-right:-8.7rem!important}.me-xxl-n168{margin-right:-16.8rem!important}.me-xxl-n175{margin-right:-17.5rem!important}.me-xxl-n338{margin-right:-33.8rem!important}.mb-xxl-n5{margin-bottom:-.5rem!important}.mb-xxl-n10{margin-bottom:-1rem!important}.mb-xxl-n15{margin-bottom:-1.5rem!important}.mb-xxl-n20{margin-bottom:-2rem!important}.mb-xxl-n30{margin-bottom:-3rem!important}.mb-xxl-n45{margin-bottom:-4.5rem!important}.mb-xxl-n60{margin-bottom:-6rem!important}.mb-xxl-n90{margin-bottom:-9rem!important}.mb-xxl-n120{margin-bottom:-12rem!important}.mb-xxl-n8{margin-bottom:-.8rem!important}.mb-xxl-n25{margin-bottom:-2.5rem!important}.mb-xxl-n40{margin-bottom:-4rem!important}.mb-xxl-n50{margin-bottom:-5rem!important}.mb-xxl-n75{margin-bottom:-7.5rem!important}.mb-xxl-n85{margin-bottom:-8.5rem!important}.mb-xxl-n100{margin-bottom:-10rem!important}.mb-xxl-n144{margin-bottom:-14.4rem!important}.mb-xxl-n170{margin-bottom:-17rem!important}.mb-xxl-n220{margin-bottom:-22rem!important}.mb-xxl-n350{margin-bottom:-35rem!important}.mb-xxl-n87{margin-bottom:-8.7rem!important}.mb-xxl-n168{margin-bottom:-16.8rem!important}.mb-xxl-n175{margin-bottom:-17.5rem!important}.mb-xxl-n338{margin-bottom:-33.8rem!important}.ms-xxl-n5{margin-left:-.5rem!important}.ms-xxl-n10{margin-left:-1rem!important}.ms-xxl-n15{margin-left:-1.5rem!important}.ms-xxl-n20{margin-left:-2rem!important}.ms-xxl-n30{margin-left:-3rem!important}.ms-xxl-n45{margin-left:-4.5rem!important}.ms-xxl-n60{margin-left:-6rem!important}.ms-xxl-n90{margin-left:-9rem!important}.ms-xxl-n120{margin-left:-12rem!important}.ms-xxl-n8{margin-left:-.8rem!important}.ms-xxl-n25{margin-left:-2.5rem!important}.ms-xxl-n40{margin-left:-4rem!important}.ms-xxl-n50{margin-left:-5rem!important}.ms-xxl-n75{margin-left:-7.5rem!important}.ms-xxl-n85{margin-left:-8.5rem!important}.ms-xxl-n100{margin-left:-10rem!important}.ms-xxl-n144{margin-left:-14.4rem!important}.ms-xxl-n170{margin-left:-17rem!important}.ms-xxl-n220{margin-left:-22rem!important}.ms-xxl-n350{margin-left:-35rem!important}.ms-xxl-n87{margin-left:-8.7rem!important}.ms-xxl-n168{margin-left:-16.8rem!important}.ms-xxl-n175{margin-left:-17.5rem!important}.ms-xxl-n338{margin-left:-33.8rem!important}.p-xxl-0{padding:0!important}.p-xxl-5{padding:.5rem!important}.p-xxl-10{padding:1rem!important}.p-xxl-15{padding:1.5rem!important}.p-xxl-20{padding:2rem!important}.p-xxl-30{padding:3rem!important}.p-xxl-45{padding:4.5rem!important}.p-xxl-60{padding:6rem!important}.p-xxl-90{padding:9rem!important}.p-xxl-120{padding:12rem!important}.p-xxl-8{padding:.8rem!important}.p-xxl-25{padding:2.5rem!important}.p-xxl-40{padding:4rem!important}.p-xxl-50{padding:5rem!important}.p-xxl-75{padding:7.5rem!important}.p-xxl-85{padding:8.5rem!important}.p-xxl-100{padding:10rem!important}.p-xxl-144{padding:14.4rem!important}.p-xxl-170{padding:17rem!important}.p-xxl-220{padding:22rem!important}.p-xxl-350{padding:35rem!important}.p-xxl-87{padding:8.7rem!important}.p-xxl-168{padding:16.8rem!important}.p-xxl-175{padding:17.5rem!important}.p-xxl-338{padding:33.8rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-5{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-10{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-15{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-20{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-30{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-45{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxl-60{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-90{padding-left:9rem!important;padding-right:9rem!important}.px-xxl-120{padding-left:12rem!important;padding-right:12rem!important}.px-xxl-8{padding-left:.8rem!important;padding-right:.8rem!important}.px-xxl-25{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xxl-40{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-50{padding-left:5rem!important;padding-right:5rem!important}.px-xxl-75{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xxl-85{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-xxl-100{padding-left:10rem!important;padding-right:10rem!important}.px-xxl-144{padding-left:14.4rem!important;padding-right:14.4rem!important}.px-xxl-170{padding-left:17rem!important;padding-right:17rem!important}.px-xxl-220{padding-left:22rem!important;padding-right:22rem!important}.px-xxl-350{padding-left:35rem!important;padding-right:35rem!important}.px-xxl-87{padding-left:8.7rem!important;padding-right:8.7rem!important}.px-xxl-168{padding-left:16.8rem!important;padding-right:16.8rem!important}.px-xxl-175{padding-left:17.5rem!important;padding-right:17.5rem!important}.px-xxl-338{padding-left:33.8rem!important;padding-right:33.8rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-5{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-10{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-15{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-20{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-30{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-45{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-60{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-90{padding-bottom:9rem!important;padding-top:9rem!important}.py-xxl-120{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxl-8{padding-bottom:.8rem!important;padding-top:.8rem!important}.py-xxl-25{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xxl-40{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-50{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxl-75{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xxl-85{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-xxl-100{padding-bottom:10rem!important;padding-top:10rem!important}.py-xxl-144{padding-bottom:14.4rem!important;padding-top:14.4rem!important}.py-xxl-170{padding-bottom:17rem!important;padding-top:17rem!important}.py-xxl-220{padding-bottom:22rem!important;padding-top:22rem!important}.py-xxl-350{padding-bottom:35rem!important;padding-top:35rem!important}.py-xxl-87{padding-bottom:8.7rem!important;padding-top:8.7rem!important}.py-xxl-168{padding-bottom:16.8rem!important;padding-top:16.8rem!important}.py-xxl-175{padding-bottom:17.5rem!important;padding-top:17.5rem!important}.py-xxl-338{padding-bottom:33.8rem!important;padding-top:33.8rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-5{padding-top:.5rem!important}.pt-xxl-10{padding-top:1rem!important}.pt-xxl-15{padding-top:1.5rem!important}.pt-xxl-20{padding-top:2rem!important}.pt-xxl-30{padding-top:3rem!important}.pt-xxl-45{padding-top:4.5rem!important}.pt-xxl-60{padding-top:6rem!important}.pt-xxl-90{padding-top:9rem!important}.pt-xxl-120{padding-top:12rem!important}.pt-xxl-8{padding-top:.8rem!important}.pt-xxl-25{padding-top:2.5rem!important}.pt-xxl-40{padding-top:4rem!important}.pt-xxl-50{padding-top:5rem!important}.pt-xxl-75{padding-top:7.5rem!important}.pt-xxl-85{padding-top:8.5rem!important}.pt-xxl-100{padding-top:10rem!important}.pt-xxl-144{padding-top:14.4rem!important}.pt-xxl-170{padding-top:17rem!important}.pt-xxl-220{padding-top:22rem!important}.pt-xxl-350{padding-top:35rem!important}.pt-xxl-87{padding-top:8.7rem!important}.pt-xxl-168{padding-top:16.8rem!important}.pt-xxl-175{padding-top:17.5rem!important}.pt-xxl-338{padding-top:33.8rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-5{padding-right:.5rem!important}.pe-xxl-10{padding-right:1rem!important}.pe-xxl-15{padding-right:1.5rem!important}.pe-xxl-20{padding-right:2rem!important}.pe-xxl-30{padding-right:3rem!important}.pe-xxl-45{padding-right:4.5rem!important}.pe-xxl-60{padding-right:6rem!important}.pe-xxl-90{padding-right:9rem!important}.pe-xxl-120{padding-right:12rem!important}.pe-xxl-8{padding-right:.8rem!important}.pe-xxl-25{padding-right:2.5rem!important}.pe-xxl-40{padding-right:4rem!important}.pe-xxl-50{padding-right:5rem!important}.pe-xxl-75{padding-right:7.5rem!important}.pe-xxl-85{padding-right:8.5rem!important}.pe-xxl-100{padding-right:10rem!important}.pe-xxl-144{padding-right:14.4rem!important}.pe-xxl-170{padding-right:17rem!important}.pe-xxl-220{padding-right:22rem!important}.pe-xxl-350{padding-right:35rem!important}.pe-xxl-87{padding-right:8.7rem!important}.pe-xxl-168{padding-right:16.8rem!important}.pe-xxl-175{padding-right:17.5rem!important}.pe-xxl-338{padding-right:33.8rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-5{padding-bottom:.5rem!important}.pb-xxl-10{padding-bottom:1rem!important}.pb-xxl-15{padding-bottom:1.5rem!important}.pb-xxl-20{padding-bottom:2rem!important}.pb-xxl-30{padding-bottom:3rem!important}.pb-xxl-45{padding-bottom:4.5rem!important}.pb-xxl-60{padding-bottom:6rem!important}.pb-xxl-90{padding-bottom:9rem!important}.pb-xxl-120{padding-bottom:12rem!important}.pb-xxl-8{padding-bottom:.8rem!important}.pb-xxl-25{padding-bottom:2.5rem!important}.pb-xxl-40{padding-bottom:4rem!important}.pb-xxl-50{padding-bottom:5rem!important}.pb-xxl-75{padding-bottom:7.5rem!important}.pb-xxl-85{padding-bottom:8.5rem!important}.pb-xxl-100{padding-bottom:10rem!important}.pb-xxl-144{padding-bottom:14.4rem!important}.pb-xxl-170{padding-bottom:17rem!important}.pb-xxl-220{padding-bottom:22rem!important}.pb-xxl-350{padding-bottom:35rem!important}.pb-xxl-87{padding-bottom:8.7rem!important}.pb-xxl-168{padding-bottom:16.8rem!important}.pb-xxl-175{padding-bottom:17.5rem!important}.pb-xxl-338{padding-bottom:33.8rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-5{padding-left:.5rem!important}.ps-xxl-10{padding-left:1rem!important}.ps-xxl-15{padding-left:1.5rem!important}.ps-xxl-20{padding-left:2rem!important}.ps-xxl-30{padding-left:3rem!important}.ps-xxl-45{padding-left:4.5rem!important}.ps-xxl-60{padding-left:6rem!important}.ps-xxl-90{padding-left:9rem!important}.ps-xxl-120{padding-left:12rem!important}.ps-xxl-8{padding-left:.8rem!important}.ps-xxl-25{padding-left:2.5rem!important}.ps-xxl-40{padding-left:4rem!important}.ps-xxl-50{padding-left:5rem!important}.ps-xxl-75{padding-left:7.5rem!important}.ps-xxl-85{padding-left:8.5rem!important}.ps-xxl-100{padding-left:10rem!important}.ps-xxl-144{padding-left:14.4rem!important}.ps-xxl-170{padding-left:17rem!important}.ps-xxl-220{padding-left:22rem!important}.ps-xxl-350{padding-left:35rem!important}.ps-xxl-87{padding-left:8.7rem!important}.ps-xxl-168{padding-left:16.8rem!important}.ps-xxl-175{padding-left:17.5rem!important}.ps-xxl-338{padding-left:33.8rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-5{gap:.5rem!important}.gap-xxl-10{gap:1rem!important}.gap-xxl-15{gap:1.5rem!important}.gap-xxl-20{gap:2rem!important}.gap-xxl-30{gap:3rem!important}.gap-xxl-45{gap:4.5rem!important}.gap-xxl-60{gap:6rem!important}.gap-xxl-90{gap:9rem!important}.gap-xxl-120{gap:12rem!important}.gap-xxl-8{gap:.8rem!important}.gap-xxl-25{gap:2.5rem!important}.gap-xxl-40{gap:4rem!important}.gap-xxl-50{gap:5rem!important}.gap-xxl-75{gap:7.5rem!important}.gap-xxl-85{gap:8.5rem!important}.gap-xxl-100{gap:10rem!important}.gap-xxl-144{gap:14.4rem!important}.gap-xxl-170{gap:17rem!important}.gap-xxl-220{gap:22rem!important}.gap-xxl-350{gap:35rem!important}.gap-xxl-87{gap:8.7rem!important}.gap-xxl-168{gap:16.8rem!important}.gap-xxl-175{gap:17.5rem!important}.gap-xxl-338{gap:33.8rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-5{row-gap:.5rem!important}.row-gap-xxl-10{row-gap:1rem!important}.row-gap-xxl-15{row-gap:1.5rem!important}.row-gap-xxl-20{row-gap:2rem!important}.row-gap-xxl-30{row-gap:3rem!important}.row-gap-xxl-45{row-gap:4.5rem!important}.row-gap-xxl-60{row-gap:6rem!important}.row-gap-xxl-90{row-gap:9rem!important}.row-gap-xxl-120{row-gap:12rem!important}.row-gap-xxl-8{row-gap:.8rem!important}.row-gap-xxl-25{row-gap:2.5rem!important}.row-gap-xxl-40{row-gap:4rem!important}.row-gap-xxl-50{row-gap:5rem!important}.row-gap-xxl-75{row-gap:7.5rem!important}.row-gap-xxl-85{row-gap:8.5rem!important}.row-gap-xxl-100{row-gap:10rem!important}.row-gap-xxl-144{row-gap:14.4rem!important}.row-gap-xxl-170{row-gap:17rem!important}.row-gap-xxl-220{row-gap:22rem!important}.row-gap-xxl-350{row-gap:35rem!important}.row-gap-xxl-87{row-gap:8.7rem!important}.row-gap-xxl-168{row-gap:16.8rem!important}.row-gap-xxl-175{row-gap:17.5rem!important}.row-gap-xxl-338{row-gap:33.8rem!important}.column-gap-xxl-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-5{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xxl-10{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-15{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-20{-webkit-column-gap:2rem!important;-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-xxl-30{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-xxl-45{-webkit-column-gap:4.5rem!important;-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-xxl-60{-webkit-column-gap:6rem!important;-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-xxl-90{-webkit-column-gap:9rem!important;-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-xxl-120{-webkit-column-gap:12rem!important;-moz-column-gap:12rem!important;column-gap:12rem!important}.column-gap-xxl-8{-webkit-column-gap:.8rem!important;-moz-column-gap:.8rem!important;column-gap:.8rem!important}.column-gap-xxl-25{-webkit-column-gap:2.5rem!important;-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-xxl-40{-webkit-column-gap:4rem!important;-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-xxl-50{-webkit-column-gap:5rem!important;-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-xxl-75{-webkit-column-gap:7.5rem!important;-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-xxl-85{-webkit-column-gap:8.5rem!important;-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-xxl-100{-webkit-column-gap:10rem!important;-moz-column-gap:10rem!important;column-gap:10rem!important}.column-gap-xxl-144{-webkit-column-gap:14.4rem!important;-moz-column-gap:14.4rem!important;column-gap:14.4rem!important}.column-gap-xxl-170{-webkit-column-gap:17rem!important;-moz-column-gap:17rem!important;column-gap:17rem!important}.column-gap-xxl-220{-webkit-column-gap:22rem!important;-moz-column-gap:22rem!important;column-gap:22rem!important}.column-gap-xxl-350{-webkit-column-gap:35rem!important;-moz-column-gap:35rem!important;column-gap:35rem!important}.column-gap-xxl-87{-webkit-column-gap:8.7rem!important;-moz-column-gap:8.7rem!important;column-gap:8.7rem!important}.column-gap-xxl-168{-webkit-column-gap:16.8rem!important;-moz-column-gap:16.8rem!important;column-gap:16.8rem!important}.column-gap-xxl-175{-webkit-column-gap:17.5rem!important;-moz-column-gap:17.5rem!important;column-gap:17.5rem!important}.column-gap-xxl-338{-webkit-column-gap:33.8rem!important;-moz-column-gap:33.8rem!important;column-gap:33.8rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:4.5rem!important}.fs-2{font-size:3.6rem!important}.fs-3{font-size:3.15rem!important}.fs-4{font-size:2.7rem!important}.fs-5{font-size:2.25rem!important}.fs-6{font-size:1.8rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}@media (max-width:575.98px){.container{max-width:100vw}}@media (min-width:992px){.container{--bs-gutter-x:6rem}}html{scroll-padding-top:var(--bs-scroll-padding);--bs-scroll-padding:10rem}@media (min-width:768px){html{--bs-scroll-padding:13rem}}@media (min-width:992px){html{--bs-scroll-padding:17.5rem}}.bg-primary ::-webkit-scrollbar,.bg-white ::-webkit-scrollbar{margin:1rem .5rem;width:1rem}.bg-primary ::-webkit-scrollbar-track,.bg-white ::-webkit-scrollbar-track{background-clip:padding-box;border-radius:.7rem;margin:1rem .5rem}.bg-primary ::-webkit-scrollbar-thumb,.bg-white ::-webkit-scrollbar-thumb{background-clip:padding-box;border-radius:.7rem}.bg-white ::-webkit-scrollbar-track{background:#d6e0e9}.bg-white ::-webkit-scrollbar-thumb{background:#003c73}.bg-white ::-webkit-scrollbar-thumb:hover{background:rgba(0,60,115,.8)}.bg-primary ::-webkit-scrollbar-track{background:#2f5578}.bg-primary ::-webkit-scrollbar-thumb{background:#a3b9cd}.bg-primary ::-webkit-scrollbar-thumb:hover{background:rgba(163,185,205,.8)}.btn{--bs-btn-size:6rem;--bs-btn-font-size:2.4rem;--bs-btn-line-height:1.1666666667;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:1rem;min-height:var(--bs-btn-size);min-width:var(--bs-btn-size)}.btn:hover{text-decoration:none}.btn.hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-small{--bs-btn-size:4.4rem;--bs-btn-font-size:1.8rem;--bs-btn-line-height:1.3333333333;--bs-btn-padding-x:1.5rem}.btn-primary{--bs-btn-active-bg:#002445;--bs-btn-active-border-color:#002445;--bs-btn-hover-bg:#ccd8e3;--bs-btn-hover-border-color:#ccd8e3;--bs-btn-hover-color:#003c73}.btn-outline-primary{--bs-btn-active-bg:transparent;--bs-btn-active-border-color:#002445;--bs-btn-active-color:#002445;--bs-btn-hover-bg:tranparent;--bs-btn-hover-border-color:#ccd8e3;--bs-btn-hover-color:#003c73}.btn-primary-invert{--bs-btn-active-bg:#ccd8e3;--bs-btn-active-border-color:#ccd8e3;--bs-btn-active-color:#003c73;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-color:#003c73;--bs-btn-hover-bg:#003c73;--bs-btn-hover-border-color:#003c73;--bs-btn-hover-color:#fff}.btn-outline-primary-invert{--bs-btn-border-color:#fff;--bs-btn-color:#fff;--bs-btn-hover-color:#fff;--bs-btn-hover-border-color:#003c73}.btn-header{--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-border-color);--bs-btn-active-color:var(--bs-btn-color);--bs-btn-bg:#003c73;--bs-btn-border-color:#003c73;--bs-btn-color:#fff;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#003c73;--bs-btn-hover-color:#003c73}[data-navigation=main] .btn-header,[data-navigation=search] .btn-header{--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-border-color);--bs-btn-active-color:var(--bs-btn-color);--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-color:#003c73;--bs-btn-hover-bg:#003c73;--bs-btn-hover-border-color:#fff;--bs-btn-hover-color:#fff}.btn-header-inverted{--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-border-color);--bs-btn-active-color:var(--bs-btn-color);--bs-btn-bg:#fff;--bs-btn-border-color:#003c73;--bs-btn-color:#003c73;--bs-btn-hover-bg:#003c73;--bs-btn-hover-border-color:#003c73;--bs-btn-hover-color:#fff}[data-navigation=main] .btn-header-inverted,[data-navigation=search] .btn-header-inverted{--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-border-color);--bs-btn-active-color:var(--bs-btn-color);--bs-btn-bg:#003c73;--bs-btn-border-color:#fff;--bs-btn-color:#fff;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-hover-color:#003c73}.btn-play i{font-size:6rem}@media (min-width:992px){.btn-play i{font-size:9.6rem}}.btn-unstyled{--bs-btn-padding-x:0;background:none;border:0;min-height:auto;min-width:auto}.btn-dropdown,.btn-facet{--bs-btn-active-border-color:#003c73;--bs-btn-active-color:#003c73;--bs-btn-border-color:#9ab2c8;--bs-btn-color:#003c73;--bs-btn-font-size:1.6rem;--bs-btn-hover-color:#003c73;--bs-btn-hover-bg:#ccd8e3;--bs-btn-hover-border-color:#003c73;--bs-btn-line-height:1.7142857143;--bs-btn-padding-y:0.8rem;--bs-icon-size:2.4rem;gap:0;min-height:auto;min-width:auto}.btn-dropdown i,.btn-facet i{display:none}.btn-dropdown.active,.btn-facet.active{--bs-btn-padding-y:0.8rem}.btn-dropdown.active i,.btn-facet.active i{display:-webkit-box;display:-ms-flexbox;display:flex}.btn-dropdown{--bs-btn-border-color:#003c73}.btn-search{--bs-btn-active-bg:#002445;--bs-btn-active-border-color:#002445;--bs-btn-bg:#0053a4;--bs-btn-border-color:#0053a4;--bs-btn-color:#fff;--bs-btn-hover-bg:#ccd8e3;--bs-btn-hover-border-color:#ccd8e3;--bs-btn-hover-color:#003c73}.btn-search-invert{--bs-btn-active-bg:#ccd8e3;--bs-btn-active-border-color:#ccd8e3;--bs-btn-active-color:#003c73;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-color:#003c73;--bs-btn-hover-bg:#003c73;--bs-btn-hover-border-color:#003c73;--bs-btn-hover-color:#fff}.btn-pager{--bs-btn-active-border-color:#003c73;--bs-btn-active-color:#003c73;--bs-btn-border-color:transparent;--bs-btn-color:#003c73;--bs-btn-font-size:1.8rem;--bs-btn-hover-bg:#003c73;--bs-btn-hover-border-color:#003c73;--bs-btn-hover-color:#fff;--bs-btn-padding-x:0;--bs-icon-size:3.2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;aspect-ratio:1;height:4.8rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:auto;min-width:auto}button.icon-link-primary{background:transparent;border:0;color:rgba(var(--bs-link-color-rgb)/var(--bs-link-opacity,1))}button.icon-link{padding:0}.form-check{--bs-body-bg:#fff;--bs-border-color:#003c73;--bs-border-width:0.2rem}.form-check [type=checkbox]{--bs-border-radius:0.2rem}.form-control{--bs-body-bg:#fff;--bs-border-color:#4b4b4b;--bs-border-radius:0.4rem;--bs-border-width:0.2rem;font-size:1.8rem;font-size:var(--bs-font-size,1.8rem);font-weight:400;line-height:1.4444444444;line-height:var(--bs-line-height,1.5);margin-bottom:0;padding:var(--bs-padding-y,.5rem) var(--bs-padding-x,1rem)}.file-upload [type=file]{border:none;width:auto}.file-upload [type=file]::-webkit-file-upload-button{display:none}.file-upload [type=file]::file-selector-button{display:none}.file-upload .btn{min-width:auto}.file-upload i{--bs-icon-size:2.4rem}.form-element legend{font-size:1.8rem;font-weight:400;line-height:1.4444444444;margin-bottom:.5rem}.form-select{--bs-body-bg:#fff;--bs-border-color:#4b4b4b;--bs-border-radius:0.4rem;--bs-border-width:0.2rem;font-size:var(--bs-font-size,1.8rem);line-height:var(--bs-line-height,1.5);padding:var(--bs-padding-y,.5rem) var(--bs-padding-x,1rem)}.fullwidth,.fullwidth-viewport{position:relative}.fullwidth-viewport.without-space,.fullwidth.without-space{margin-top:0}.fullwidth .max-hd,.fullwidth-viewport .max-hd{max-width:99.2rem;padding-left:0;padding-right:0;position:relative}@media (min-width:768px){.fullwidth .max-hd,.fullwidth-viewport .max-hd{max-width:192rem}}.fullwidth{margin-left:calc(50% - 96rem);margin-right:calc(50% - 96rem)}.fullwidth-viewport{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media (max-width:991.98px){.fullwidth-viewport:has(.keyvisual)+.frame-type-dshs_bandage .py-170{margin-top:-33.8rem!important;padding-top:28rem!important}}@media (min-width:768px) and (max-width:991.98px){.fullwidth-viewport:has(.target-group-navigation)+.frame-type-dshs_bandage .py-170{margin-top:-44rem!important;padding-top:37rem!important}}.frame+.frame{margin-top:12rem}.frame-type-dshs_bandage+.frame-type-dshs_bandage,.frame.frame-space-after-no-space+.frame{margin-top:0}.triangles{display:none;position:absolute;top:0;width:100%;z-index:0}@media (min-width:768px){.triangles{display:block}}@media (min-width:1400px){.triangles{left:50%;margin-left:-96rem;width:192rem}}.triangles [class*=triangle-]{position:absolute}.triangles+.container{position:relative;z-index:1}.triangles-left .triangle-light{border-left:22.86rem solid #ccd8e3;border-top:18.55rem solid transparent;height:0;top:7.1rem;width:0}.triangles-left .triangle-dark{border-bottom:14.4rem solid transparent;border-left:31.2rem solid #0053a4;border-top:14.4rem solid transparent;height:0;top:15.1rem;width:0}.triangle-right{border-bottom:24rem solid transparent;border-right:47.6rem solid #ccd8e3;height:0;right:0;top:27.5rem;-webkit-transform:rotate(8.7284deg);transform:rotate(8.7284deg);-webkit-transform-origin:bottom right;transform-origin:bottom right;width:0}.h1,h1{color:#003c73;font-size:3.4rem;font-style:italic;font-weight:700;letter-spacing:.03rem;line-height:1.2352941176;margin-bottom:3rem}@media (min-width:992px){.h1,h1{font-size:6.4rem;font-style:italic;font-weight:700;letter-spacing:.15rem;line-height:1.125;margin-bottom:4rem}}:not(.card-body)>p+.font-h1,:not(.card-body)>p+.h1,:not(.card-body)>p+h1{margin-top:4rem}.h2,h2{font-size:3.2rem;font-weight:400;line-height:1.28125;margin-bottom:3rem}@media (min-width:992px){.h2,h2{font-size:3rem;font-weight:400;line-height:1.3;margin-bottom:3rem}}:not(.card-body)>p+.font-h2,:not(.card-body)>p+.h2,:not(.card-body)>p+h2{margin-top:4rem}.h3,h3{font-size:2rem;font-weight:400;line-height:1.3;margin-bottom:3rem}@media (min-width:992px){.h3,h3{font-size:2.6rem;font-weight:400;line-height:1.2692307692;margin-bottom:3rem}}:not(.card-body)>p+.font-h3,:not(.card-body)>p+.h3,:not(.card-body)>p+h3{margin-top:4rem}.h4,h4{font-size:1.8rem;font-weight:400;line-height:1.3333333333;margin-bottom:3rem}@media (min-width:992px){.h4,h4{font-size:2.2rem;font-weight:400;line-height:1.3181818182;margin-bottom:3rem}}:not(.card-body)>p+.font-h4,:not(.card-body)>p+.h4,:not(.card-body)>p+h4{margin-top:4rem}.h5,h5{font-size:1.6rem;font-weight:700;line-height:1.3125;margin-bottom:2rem}@media (min-width:992px){.h5,h5{font-size:1.8rem;font-weight:700;line-height:1.4444444444;margin-bottom:2rem}}:not(.card-body)>p+.font-h5,:not(.card-body)>p+.h5,:not(.card-body)>p+h5{margin-top:4rem}.font-h1,.font-h1-48,.font-h1-92,.h1,h1{--bs-text-color:#003c73}.badge-indicator{--bs-indicator-size:1.7rem;--bs-indicator-background:#a03232;--bs-indicator-border:0.2rem solid #fff;--bs-indicator-radius:0.85rem;background-color:var(--bs-indicator-background);border:var(--bs-indicator-border);border-radius:var(--bs-indicator-radius);display:inline-block;height:var(--bs-indicator-size);width:var(--bs-indicator-size)}:root{--bs-link-decoration:none;--bs-link-hover-decoration:underline dotted}a{-webkit-text-decoration:var(--bs-link-decoration,none,underline);text-decoration:var(--bs-link-decoration,none,underline)}a:hover{-webkit-text-decoration:var(--bs-link-hover-decoration,underline dotted,underline);text-decoration:var(--bs-link-hover-decoration,underline dotted,underline)}p a{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.2em}p a i{position:absolute}p a i+span{padding-left:3rem}.icon-link{--bs-icon-size:2.4rem}.icon-link:hover{text-decoration:none}.icon-link:hover span{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.icon-link>.bi{--bs-icon-size:4.8rem;height:var(--bs-icon-size);width:var(--bs-icon-size)}[data-navigation=main] .link-language,[data-navigation=main] .profile-navigation a,[data-navigation=search] .link-language,[data-navigation=search] .profile-navigation a{--bs-link-color-rgb:255,255,255}.popover{--bs-popover-body-padding-bottom:2.9rem}.popover .close{--bs-icon-size:3.2rem;position:absolute;right:.5rem;top:.2rem}.popover .popover-body{padding-right:5rem}.popover:has(.popover-header) .popover-header{padding-right:5rem}.popover:has(.popover-header) .popover-header+.popover-body{padding-right:1.9rem}.popover-body{padding-bottom:var(--bs-popover-body-padding-bottom)}.popover-body :last-child{margin-bottom:0}.popover-trigger.material-symbols{--bs-icon-size:2.4rem;--bs-link-color-rgb:#1e1e1e;vertical-align:text-bottom}.popover-trigger.material-symbols:before{content:attr(data-icon)}.popover-trigger.material-symbols:hover{background-color:#003c73;border-radius:50%;color:#fff;text-decoration:none}*+.popover-trigger{margin-left:.5rem}.invalid-feedback,.valid-feedback{--bs-icon-size:2.4rem;border-radius:var(--bs-input-border-radius,.4rem);padding:var(--bs-input-padding-y,.5rem) var(--bs-input-padding-x,1rem)}.breadcrumb-item+.breadcrumb-item{--bs-breadcrumb-item-padding-x:0rem}.breadcrumb-item+.breadcrumb-item:before{--bs-breadcrumb-divider:"chevron_right";font-family:Material Symbols Rounded}#breadcrumb{margin-top:1rem}@media (min-width:992px){body:has(#page>.container>div>:first-child .keyvisual) #breadcrumb{left:0;margin-top:4rem;position:absolute;width:100%;z-index:10}body:has(#page>.container>div>:first-child .keyvisual) #breadcrumb nav{width:50%}}@media (min-width:992px){body:has(#page>.container>div>:first-child .keyvisual):has(.keyvisual.invert-breadcrumb) .breadcrumb-item{--bs-breadcrumb-divider-color:#fff;--bs-breadcrumb-item-active-color:#fff;--bs-link-color-rgb:255,255,255;--bs-link-hover-color-rgb:255,255,255;color:#fff}}.dropdown-menu{--bs-dropdown-border-radius:0;--bs-dropdown-border-width:0;--bs-dropdown-item-padding-x:2rem;--bs-dropdown-item-padding-y:0;position:static;--bs-dropdown-padding-x:0.75rem;--bs-dropdown-padding-y:0;--bs-dropdown-min-width:calc(100vw - 1.5rem);--bs-dropdown-color:#fff;--bs-dropdown-bg:transparent;--bs-dropdown-link-color:#fff;--bs-dropdown-link-hover-color:#003c73;--bs-dropdown-link-hover-bg:#fff;--bs-dropdown-link-active-color:#003c73;--bs-dropdown-link-active-bg:#fff}.dropdown-menu a{text-decoration:none}@media (max-width:575.98px){.dropdown-menu{margin-left:-.75rem!important}}@media (min-width:576px){.dropdown-menu{--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:1rem;--bs-dropdown-min-width:15rem;--bs-dropdown-color:#003c73;--bs-dropdown-bg:#fff;--bs-dropdown-link-color:#003c73;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-link-hover-bg:#003c73;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#003c73}}@media (max-width:575.98px){.dropdown-menu .nav-item{background:#003c73}.dropdown-menu .nav-item:first-child{padding-top:1rem}.dropdown-menu .nav-item:last-child{padding-bottom:1rem}}.dropdown-item{line-height:2}.dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}.dropdown-toggle:hover{text-decoration:none}.dropdown-toggle:hover span{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dropdown-toggle:after{border:none;content:"keyboard_arrow_down";font-family:Material Symbols Rounded;margin:0}.dropdown-toggle[aria-expanded=true]:after{content:"keyboard_arrow_up"}.suggestions a{color:var(--bs-link-color)}.angle-5{-webkit-transform:rotate(5deg);transform:rotate(5deg)}.angle-n5{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}.angle-10{-webkit-transform:rotate(10deg);transform:rotate(10deg)}.angle-n10{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}.angle-75{-webkit-transform:rotate(75deg);transform:rotate(75deg)}.angle-n75{-webkit-transform:rotate(-75deg);transform:rotate(-75deg)}.brand-divider{--bs-brand-divider-color:#979797;background:linear-gradient(to top left,transparent 0,transparent calc(50% - .8px),var(--bs-brand-divider-color) 50%,transparent calc(50% + .8px),transparent 100%);display:block;-ms-flex-negative:0;flex-shrink:0;height:6rem;width:1.5522rem}@media (min-width:768px){.brand-divider{height:8rem;width:2.0696rem}}@media (min-width:992px){.brand-divider{height:10.63rem;width:2.749981rem}}.brand{--bs-brand-logo-size-xs:4rem;--bs-brand-logo-size-lg:9.5rem;--bs-link-color-rgb:30,30,30;--bs-link-hover-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none}.brand picture img{height:var(--bs-brand-logo-size-xs);width:auto}@media (min-width:768px){.brand picture img{height:6rem}}@media (min-width:992px){.brand picture img{height:var(--bs-brand-logo-size-lg)}}.brand .brand-inverted{display:none}.brand .brand-text{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:5;overflow:hidden}@media (min-width:768px){.brand .brand-text{-webkit-line-clamp:4}}.breakpoint-state{left:-9999rem;position:absolute;top:-9999rem}@media (min-width:0){.breakpoint-state:before{content:"xs";width:0}}@media (min-width:576px){.breakpoint-state:before{content:"sm";width:576px}}@media (min-width:768px){.breakpoint-state:before{content:"md";width:768px}}@media (min-width:992px){.breakpoint-state:before{content:"lg";width:992px}}@media (min-width:1200px){.breakpoint-state:before{content:"xl";width:1200px}}@media (min-width:1400px){.breakpoint-state:before{content:"xxl";width:1400px}}.bevel-left-top-15{-webkit-mask-image:url(../Images/left-top-15.svg);mask-image:url(../Images/left-top-15.svg);-webkit-mask-position:left bottom;mask-position:left bottom}.bevel-left-bottom-15,.bevel-left-top-15{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-left-bottom-15{-webkit-mask-image:url(../Images/left-bottom-15.svg);mask-image:url(../Images/left-bottom-15.svg);-webkit-mask-position:left top;mask-position:left top}.bevel-left-bottom-15-bottom-right-10{-webkit-mask-image:url(../Images/left-bottom-15.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/left-bottom-15.svg),url(../Images/bottom-right-10.svg);-webkit-mask-position:left top,left bottom;mask-position:left top,left bottom}.bevel-left-bottom-15-bottom-right-10,.bevel-right-top-15{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-right-top-15{-webkit-mask-image:url(../Images/right-top-15.svg);mask-image:url(../Images/right-top-15.svg);-webkit-mask-position:right bottom;mask-position:right bottom}.bevel-right-bottom-15{-webkit-mask-image:url(../Images/right-bottom-15.svg);mask-image:url(../Images/right-bottom-15.svg)}.bevel-right-bottom-15,.bevel-top-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:right top;mask-position:right top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-left-5{-webkit-mask-image:url(../Images/top-left-5.svg);mask-image:url(../Images/top-left-5.svg)}.bevel-top-left-10{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:url(../Images/top-left-10.svg);mask-image:url(../Images/top-left-10.svg);-webkit-mask-position:right top;mask-position:right top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-right-5{-webkit-mask-image:url(../Images/top-right-5.svg);mask-image:url(../Images/top-right-5.svg)}.bevel-top-right-10,.bevel-top-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:left top;mask-position:left top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-right-10{-webkit-mask-image:url(../Images/top-right-10.svg);mask-image:url(../Images/top-right-10.svg)}.bevel-bottom-left-5{-webkit-mask-image:url(../Images/bottom-left-5.svg);mask-image:url(../Images/bottom-left-5.svg)}.bevel-bottom-left-10,.bevel-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:right bottom;mask-position:right bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-bottom-left-10{-webkit-mask-image:url(../Images/bottom-left-10.svg);mask-image:url(../Images/bottom-left-10.svg)}.bevel-bottom-right-5{-webkit-mask-image:url(../Images/bottom-right-5.svg);mask-image:url(../Images/bottom-right-5.svg)}.bevel-bottom-right-10,.bevel-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:left bottom;mask-position:left bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-bottom-right-10{-webkit-mask-image:url(../Images/bottom-right-10.svg);mask-image:url(../Images/bottom-right-10.svg)}.bevel-top-left-5-bottom-left-5{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-5.svg)}.bevel-top-left-5-bottom-left-10,.bevel-top-left-5-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:right top,right bottom;mask-position:right top,right bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-left-5-bottom-left-10{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-10.svg)}.bevel-top-left-5-bottom-right-5{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-5.svg)}.bevel-top-left-5-bottom-right-10,.bevel-top-left-5-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:right top,left bottom;mask-position:right top,left bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-left-5-bottom-right-10{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-10.svg)}.bevel-top-right-5-bottom-left-5{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-5.svg)}.bevel-top-right-5-bottom-left-10,.bevel-top-right-5-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:left top,right bottom;mask-position:left top,right bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-right-5-bottom-left-10{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-10.svg)}.bevel-top-right-5-bottom-right-5{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-5.svg)}.bevel-top-right-5-bottom-right-10,.bevel-top-right-5-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:left top,left bottom;mask-position:left top,left bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-right-5-bottom-right-10{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-10.svg)}.bevel-top-left-10-bottom-left-5{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-5.svg)}.bevel-top-left-10-bottom-left-10,.bevel-top-left-10-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:right top,right bottom;mask-position:right top,right bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-left-10-bottom-left-10{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-10.svg)}.bevel-top-left-10-bottom-right-5{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-5.svg)}.bevel-top-left-10-bottom-right-10,.bevel-top-left-10-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:right top,left bottom;mask-position:right top,left bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-left-10-bottom-right-10{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-10.svg)}.bevel-top-right-10-bottom-left-5{-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-5.svg)}.bevel-top-right-10-bottom-left-10,.bevel-top-right-10-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:left top,right bottom;mask-position:left top,right bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-right-10-bottom-left-10{-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-10.svg)}.bevel-top-right-10-bottom-right-5{-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-5.svg)}.bevel-top-right-10-bottom-right-10,.bevel-top-right-10-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:left top,left bottom;mask-position:left top,left bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-top-right-10-bottom-right-10{-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-10.svg)}@media (min-width:576px){.bevel-sm-left-top-15{-webkit-mask-image:url(../Images/left-top-15.svg);mask-image:url(../Images/left-top-15.svg);-webkit-mask-position:left bottom;mask-position:left bottom}.bevel-sm-left-bottom-15,.bevel-sm-left-top-15{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-left-bottom-15{-webkit-mask-image:url(../Images/left-bottom-15.svg);mask-image:url(../Images/left-bottom-15.svg);-webkit-mask-position:left top;mask-position:left top}.bevel-sm-left-bottom-15-bottom-right-10{-webkit-mask-image:url(../Images/left-bottom-15.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/left-bottom-15.svg),url(../Images/bottom-right-10.svg);-webkit-mask-position:left top,left bottom;mask-position:left top,left bottom}.bevel-sm-left-bottom-15-bottom-right-10,.bevel-sm-right-top-15{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-right-top-15{-webkit-mask-image:url(../Images/right-top-15.svg);mask-image:url(../Images/right-top-15.svg);-webkit-mask-position:right bottom;mask-position:right bottom}.bevel-sm-right-bottom-15{-webkit-mask-image:url(../Images/right-bottom-15.svg);mask-image:url(../Images/right-bottom-15.svg)}.bevel-sm-right-bottom-15,.bevel-sm-top-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:right top;mask-position:right top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-top-left-5{-webkit-mask-image:url(../Images/top-left-5.svg);mask-image:url(../Images/top-left-5.svg)}.bevel-sm-top-left-10{-webkit-mask-image:url(../Images/top-left-10.svg);mask-image:url(../Images/top-left-10.svg);-webkit-mask-position:right top;mask-position:right top}.bevel-sm-top-left-10,.bevel-sm-top-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-top-right-5{-webkit-mask-image:url(../Images/top-right-5.svg);mask-image:url(../Images/top-right-5.svg)}.bevel-sm-top-right-10,.bevel-sm-top-right-5{-webkit-mask-position:left top;mask-position:left top}.bevel-sm-top-right-10{-webkit-mask-image:url(../Images/top-right-10.svg);mask-image:url(../Images/top-right-10.svg)}.bevel-sm-bottom-left-5,.bevel-sm-top-right-10{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-bottom-left-5{-webkit-mask-image:url(../Images/bottom-left-5.svg);mask-image:url(../Images/bottom-left-5.svg)}.bevel-sm-bottom-left-10,.bevel-sm-bottom-left-5{-webkit-mask-position:right bottom;mask-position:right bottom}.bevel-sm-bottom-left-10{-webkit-mask-image:url(../Images/bottom-left-10.svg);mask-image:url(../Images/bottom-left-10.svg)}.bevel-sm-bottom-left-10,.bevel-sm-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-bottom-right-5{-webkit-mask-image:url(../Images/bottom-right-5.svg);mask-image:url(../Images/bottom-right-5.svg)}.bevel-sm-bottom-right-10,.bevel-sm-bottom-right-5{-webkit-mask-position:left bottom;mask-position:left bottom}.bevel-sm-bottom-right-10{-webkit-mask-image:url(../Images/bottom-right-10.svg);mask-image:url(../Images/bottom-right-10.svg)}.bevel-sm-bottom-right-10,.bevel-sm-top-left-5-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-top-left-5-bottom-left-5{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-5.svg)}.bevel-sm-top-left-5-bottom-left-10,.bevel-sm-top-left-5-bottom-left-5{-webkit-mask-position:right top,right bottom;mask-position:right top,right bottom}.bevel-sm-top-left-5-bottom-left-10{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-10.svg)}.bevel-sm-top-left-5-bottom-left-10,.bevel-sm-top-left-5-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-top-left-5-bottom-right-5{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-5.svg)}.bevel-sm-top-left-5-bottom-right-10,.bevel-sm-top-left-5-bottom-right-5{-webkit-mask-position:right top,left bottom;mask-position:right top,left bottom}.bevel-sm-top-left-5-bottom-right-10{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-10.svg)}.bevel-sm-top-left-5-bottom-right-10,.bevel-sm-top-right-5-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-top-right-5-bottom-left-5{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-5.svg)}.bevel-sm-top-right-5-bottom-left-10,.bevel-sm-top-right-5-bottom-left-5{-webkit-mask-position:left top,right bottom;mask-position:left top,right bottom}.bevel-sm-top-right-5-bottom-left-10{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-10.svg)}.bevel-sm-top-right-5-bottom-left-10,.bevel-sm-top-right-5-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-top-right-5-bottom-right-5{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-5.svg)}.bevel-sm-top-right-5-bottom-right-10,.bevel-sm-top-right-5-bottom-right-5{-webkit-mask-position:left top,left bottom;mask-position:left top,left bottom}.bevel-sm-top-right-5-bottom-right-10{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-10.svg)}.bevel-sm-top-left-10-bottom-left-5,.bevel-sm-top-right-5-bottom-right-10{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-top-left-10-bottom-left-5{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-5.svg)}.bevel-sm-top-left-10-bottom-left-10,.bevel-sm-top-left-10-bottom-left-5{-webkit-mask-position:right top,right bottom;mask-position:right top,right bottom}.bevel-sm-top-left-10-bottom-left-10{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-10.svg)}.bevel-sm-top-left-10-bottom-left-10,.bevel-sm-top-left-10-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-top-left-10-bottom-right-5{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-5.svg)}.bevel-sm-top-left-10-bottom-right-10,.bevel-sm-top-left-10-bottom-right-5{-webkit-mask-position:right top,left bottom;mask-position:right top,left bottom}.bevel-sm-top-left-10-bottom-right-10{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-10.svg)}.bevel-sm-top-left-10-bottom-right-10,.bevel-sm-top-right-10-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-top-right-10-bottom-left-5{-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-5.svg)}.bevel-sm-top-right-10-bottom-left-10,.bevel-sm-top-right-10-bottom-left-5{-webkit-mask-position:left top,right bottom;mask-position:left top,right bottom}.bevel-sm-top-right-10-bottom-left-10{-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-10.svg)}.bevel-sm-top-right-10-bottom-left-10,.bevel-sm-top-right-10-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-sm-top-right-10-bottom-right-5{-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-5.svg)}.bevel-sm-top-right-10-bottom-right-10,.bevel-sm-top-right-10-bottom-right-5{-webkit-mask-position:left top,left bottom;mask-position:left top,left bottom}.bevel-sm-top-right-10-bottom-right-10{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-10.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}}@media (min-width:992px){.bevel-lg-left-top-15{-webkit-mask-image:url(../Images/left-top-15.svg);mask-image:url(../Images/left-top-15.svg);-webkit-mask-position:left bottom;mask-position:left bottom}.bevel-lg-left-bottom-15,.bevel-lg-left-top-15{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-left-bottom-15{-webkit-mask-image:url(../Images/left-bottom-15.svg);mask-image:url(../Images/left-bottom-15.svg);-webkit-mask-position:left top;mask-position:left top}.bevel-lg-left-bottom-15-bottom-right-10{-webkit-mask-image:url(../Images/left-bottom-15.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/left-bottom-15.svg),url(../Images/bottom-right-10.svg);-webkit-mask-position:left top,left bottom;mask-position:left top,left bottom}.bevel-lg-left-bottom-15-bottom-right-10,.bevel-lg-right-top-15{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-right-top-15{-webkit-mask-image:url(../Images/right-top-15.svg);mask-image:url(../Images/right-top-15.svg);-webkit-mask-position:right bottom;mask-position:right bottom}.bevel-lg-right-bottom-15{-webkit-mask-image:url(../Images/right-bottom-15.svg);mask-image:url(../Images/right-bottom-15.svg)}.bevel-lg-right-bottom-15,.bevel-lg-top-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-position:right top;mask-position:right top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-top-left-5{-webkit-mask-image:url(../Images/top-left-5.svg);mask-image:url(../Images/top-left-5.svg)}.bevel-lg-top-left-10{-webkit-mask-image:url(../Images/top-left-10.svg);mask-image:url(../Images/top-left-10.svg);-webkit-mask-position:right top;mask-position:right top}.bevel-lg-top-left-10,.bevel-lg-top-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-top-right-5{-webkit-mask-image:url(../Images/top-right-5.svg);mask-image:url(../Images/top-right-5.svg)}.bevel-lg-top-right-10,.bevel-lg-top-right-5{-webkit-mask-position:left top;mask-position:left top}.bevel-lg-top-right-10{-webkit-mask-image:url(../Images/top-right-10.svg);mask-image:url(../Images/top-right-10.svg)}.bevel-lg-bottom-left-5,.bevel-lg-top-right-10{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-bottom-left-5{-webkit-mask-image:url(../Images/bottom-left-5.svg);mask-image:url(../Images/bottom-left-5.svg)}.bevel-lg-bottom-left-10,.bevel-lg-bottom-left-5{-webkit-mask-position:right bottom;mask-position:right bottom}.bevel-lg-bottom-left-10{-webkit-mask-image:url(../Images/bottom-left-10.svg);mask-image:url(../Images/bottom-left-10.svg)}.bevel-lg-bottom-left-10,.bevel-lg-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-bottom-right-5{-webkit-mask-image:url(../Images/bottom-right-5.svg);mask-image:url(../Images/bottom-right-5.svg)}.bevel-lg-bottom-right-10,.bevel-lg-bottom-right-5{-webkit-mask-position:left bottom;mask-position:left bottom}.bevel-lg-bottom-right-10{-webkit-mask-image:url(../Images/bottom-right-10.svg);mask-image:url(../Images/bottom-right-10.svg)}.bevel-lg-bottom-right-10,.bevel-lg-top-left-5-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-top-left-5-bottom-left-5{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-5.svg)}.bevel-lg-top-left-5-bottom-left-10,.bevel-lg-top-left-5-bottom-left-5{-webkit-mask-position:right top,right bottom;mask-position:right top,right bottom}.bevel-lg-top-left-5-bottom-left-10{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-left-10.svg)}.bevel-lg-top-left-5-bottom-left-10,.bevel-lg-top-left-5-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-top-left-5-bottom-right-5{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-5.svg)}.bevel-lg-top-left-5-bottom-right-10,.bevel-lg-top-left-5-bottom-right-5{-webkit-mask-position:right top,left bottom;mask-position:right top,left bottom}.bevel-lg-top-left-5-bottom-right-10{-webkit-mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-left-5.svg),url(../Images/bottom-right-10.svg)}.bevel-lg-top-left-5-bottom-right-10,.bevel-lg-top-right-5-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-top-right-5-bottom-left-5{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-5.svg)}.bevel-lg-top-right-5-bottom-left-10,.bevel-lg-top-right-5-bottom-left-5{-webkit-mask-position:left top,right bottom;mask-position:left top,right bottom}.bevel-lg-top-right-5-bottom-left-10{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-left-10.svg)}.bevel-lg-top-right-5-bottom-left-10,.bevel-lg-top-right-5-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-top-right-5-bottom-right-5{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-5.svg)}.bevel-lg-top-right-5-bottom-right-10,.bevel-lg-top-right-5-bottom-right-5{-webkit-mask-position:left top,left bottom;mask-position:left top,left bottom}.bevel-lg-top-right-5-bottom-right-10{-webkit-mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-right-5.svg),url(../Images/bottom-right-10.svg)}.bevel-lg-top-left-10-bottom-left-5,.bevel-lg-top-right-5-bottom-right-10{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-top-left-10-bottom-left-5{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-5.svg)}.bevel-lg-top-left-10-bottom-left-10,.bevel-lg-top-left-10-bottom-left-5{-webkit-mask-position:right top,right bottom;mask-position:right top,right bottom}.bevel-lg-top-left-10-bottom-left-10{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-left-10.svg)}.bevel-lg-top-left-10-bottom-left-10,.bevel-lg-top-left-10-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-top-left-10-bottom-right-5{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-5.svg)}.bevel-lg-top-left-10-bottom-right-10,.bevel-lg-top-left-10-bottom-right-5{-webkit-mask-position:right top,left bottom;mask-position:right top,left bottom}.bevel-lg-top-left-10-bottom-right-10{-webkit-mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-left-10.svg),url(../Images/bottom-right-10.svg)}.bevel-lg-top-left-10-bottom-right-10,.bevel-lg-top-right-10-bottom-left-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-top-right-10-bottom-left-5{-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-5.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-5.svg)}.bevel-lg-top-right-10-bottom-left-10,.bevel-lg-top-right-10-bottom-left-5{-webkit-mask-position:left top,right bottom;mask-position:left top,right bottom}.bevel-lg-top-right-10-bottom-left-10{-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-10.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-left-10.svg)}.bevel-lg-top-right-10-bottom-left-10,.bevel-lg-top-right-10-bottom-right-5{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.bevel-lg-top-right-10-bottom-right-5{-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-5.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-5.svg)}.bevel-lg-top-right-10-bottom-right-10,.bevel-lg-top-right-10-bottom-right-5{-webkit-mask-position:left top,left bottom;mask-position:left top,left bottom}.bevel-lg-top-right-10-bottom-right-10{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-10.svg);mask-image:url(../Images/top-right-10.svg),url(../Images/bottom-right-10.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}}.bg-blue{--bs-nav-multi-menu-bg:#0053a4}.bg-blue,.text-bg-blue{background:#0053a4}.bg-blue-dark{--bs-nav-multi-menu-bg:#003c73}.bg-blue-dark,.text-bg-blue-dark{background:#003c73}.bg-blue-dark-80{--bs-nav-multi-menu-bg:#33638f}.bg-blue-dark-80,.text-bg-blue-dark-80{background:#33638f}.bg-blue-dark-60{--bs-nav-multi-menu-bg:#678bac}.bg-blue-dark-60,.text-bg-blue-dark-60{background:#678bac}.bg-blue-dark-40{--bs-nav-multi-menu-bg:#9ab2c8}.bg-blue-dark-40,.text-bg-blue-dark-40{background:#9ab2c8}.bg-blue-dark-20{--bs-nav-multi-menu-bg:#ccd8e3}.bg-blue-dark-20,.text-bg-blue-dark-20{background:#ccd8e3}.bg-blue-light{--bs-nav-multi-menu-bg:#acd3e4}.bg-blue-light,.text-bg-blue-light{background:#acd3e4}.bg-blue-light-80{--bs-nav-multi-menu-bg:#d3dee4}.bg-blue-light-80,.text-bg-blue-light-80{background:#d3dee4}.bg-gray-100{--bs-nav-multi-menu-bg:#eee}.bg-gray-100,.text-bg-gray-100{background:#eee}.bg-gray-200{--bs-nav-multi-menu-bg:#d2d2d2}.bg-gray-200,.text-bg-gray-200{background:#d2d2d2}.bg-gray-300{--bs-nav-multi-menu-bg:#979797}.bg-gray-300,.text-bg-gray-300{background:#979797}.bg-gray-400{--bs-nav-multi-menu-bg:#4b4b4b}.bg-gray-400,.text-bg-gray-400{background:#4b4b4b}.bg-gray-900{--bs-nav-multi-menu-bg:#1e1e1e}.bg-gray-900,.text-bg-gray-900{background:#1e1e1e}.bg-badge{--bs-nav-multi-menu-bg:#a03232}.bg-badge,.text-bg-badge{background:#a03232}.bg-error{--bs-nav-multi-menu-bg:#d71414}.bg-error,.text-bg-error{background:#d71414}.bg-success{--bs-nav-multi-menu-bg:#006e1e}.bg-success,.text-bg-success{background:#006e1e}.bg-warning{--bs-nav-multi-menu-bg:#ffc107}.bg-warning,.text-bg-warning{background:#ffc107}.bg-gold{--bs-nav-multi-menu-bg:#ac9121}.bg-gold,.text-bg-gold{background:#ac9121}.bg-green{--bs-nav-multi-menu-bg:#87b928}.bg-green,.text-bg-green{background:#87b928}.bg-orange{--bs-nav-multi-menu-bg:#d74b14}.bg-orange,.text-bg-orange{background:#d74b14}.bg-sand{--bs-nav-multi-menu-bg:#bbaf91}.bg-sand,.text-bg-sand{background:#bbaf91}.bg-silver{--bs-nav-multi-menu-bg:#91989c}.bg-silver,.text-bg-silver{background:#91989c}.bg-blue-dark-to-blue{--bs-nav-multi-menu-bg:linear-gradient(270deg,#0053a4,#003c73)}.bg-blue-dark-to-blue,.text-bg-blue-dark-to-blue{background:-webkit-gradient(linear,right top,left top,from(#0053a4),to(#003c73));background:linear-gradient(270deg,#0053a4,#003c73)}.bg-blue-dark-to-blue-light{--bs-nav-multi-menu-bg:linear-gradient(270deg,#acd3e4,#003c73)}.bg-blue-dark-to-blue-light,.text-bg-blue-dark-to-blue-light{background:-webkit-gradient(linear,right top,left top,from(#acd3e4),to(#003c73));background:linear-gradient(270deg,#acd3e4,#003c73)}.bg-blue-dark-to-gold{--bs-nav-multi-menu-bg:linear-gradient(270deg,#ac9121 40%,#003c73)}.bg-blue-dark-to-gold,.text-bg-blue-dark-to-gold{background:-webkit-gradient(linear,right top,left top,color-stop(40%,#ac9121),to(#003c73));background:linear-gradient(270deg,#ac9121 40%,#003c73)}.bg-blue-dark-to-green{--bs-nav-multi-menu-bg:linear-gradient(270deg,#87b928,#003c73)}.bg-blue-dark-to-green,.text-bg-blue-dark-to-green{background:-webkit-gradient(linear,right top,left top,from(#87b928),to(#003c73));background:linear-gradient(270deg,#87b928,#003c73)}.bg-blue-dark-to-orange{--bs-nav-multi-menu-bg:linear-gradient(270deg,#d74b14,#003c73)}.bg-blue-dark-to-orange,.text-bg-blue-dark-to-orange{background:-webkit-gradient(linear,right top,left top,from(#d74b14),to(#003c73));background:linear-gradient(270deg,#d74b14,#003c73)}.bg-blue-dark-to-sand{--bs-nav-multi-menu-bg:linear-gradient(270deg,#bbaf91,#003c73)}.bg-blue-dark-to-sand,.text-bg-blue-dark-to-sand{background:-webkit-gradient(linear,right top,left top,from(#bbaf91),to(#003c73));background:linear-gradient(270deg,#bbaf91,#003c73)}.bg-blue-dark-to-silver{--bs-nav-multi-menu-bg:linear-gradient(270deg,#91989c,#003c73)}.bg-blue-dark-to-silver,.text-bg-blue-dark-to-silver{background:-webkit-gradient(linear,right top,left top,from(#91989c),to(#003c73));background:linear-gradient(270deg,#91989c,#003c73)}.bg-transparent-to-white{--bs-nav-multi-menu-bg:linear-gradient(180deg,transparent 0,#fff 100px)}.bg-transparent-to-white,.text-bg-transparent-to-white{background:linear-gradient(180deg,transparent 0,#fff 100px)}.bg-white-75{--bs-nav-multi-menu-bg:hsla(0,0%,100%,.75)}.bg-white-75,.text-bg-white-75{background:hsla(0,0%,100%,.75)}.text-blue{color:#0053a4}.text-hover-blue:hover{color:#0053a4!important}.text-blue-dark{color:#003c73}.text-hover-blue-dark:hover{color:#003c73!important}.text-blue-dark-80{color:#33638f}.text-hover-blue-dark-80:hover{color:#33638f!important}.text-blue-dark-60{color:#678bac}.text-hover-blue-dark-60:hover{color:#678bac!important}.text-blue-dark-40{color:#9ab2c8}.text-hover-blue-dark-40:hover{color:#9ab2c8!important}.text-blue-dark-20{color:#ccd8e3}.text-hover-blue-dark-20:hover{color:#ccd8e3!important}.text-blue-light{color:#acd3e4}.text-hover-blue-light:hover{color:#acd3e4!important}.text-blue-light-80{color:#d3dee4}.text-hover-blue-light-80:hover{color:#d3dee4!important}.text-gray-100{color:#eee}.text-hover-gray-100:hover{color:#eee!important}.text-gray-200{color:#d2d2d2}.text-hover-gray-200:hover{color:#d2d2d2!important}.text-gray-300{color:#979797}.text-hover-gray-300:hover{color:#979797!important}.text-gray-400{color:#4b4b4b}.text-hover-gray-400:hover{color:#4b4b4b!important}.text-gray-900{color:#1e1e1e}.text-hover-gray-900:hover{color:#1e1e1e!important}.text-badge{color:#a03232}.text-hover-badge:hover{color:#a03232!important}.text-error{color:#d71414}.text-hover-error:hover{color:#d71414!important}.text-success{color:#006e1e}.text-hover-success:hover{color:#006e1e!important}.text-warning{color:#ffc107}.text-hover-warning:hover{color:#ffc107!important}.text-gold{color:#ac9121}.text-hover-gold:hover{color:#ac9121!important}.text-green{color:#87b928}.text-hover-green:hover{color:#87b928!important}.text-orange{color:#d74b14}.text-hover-orange:hover{color:#d74b14!important}.text-sand{color:#bbaf91}.text-hover-sand:hover{color:#bbaf91!important}.text-silver{color:#91989c}.text-hover-silver:hover{color:#91989c!important}.text-white:focus-visible{--bs-focus-ring-color:#fff}.fill-blue path{fill:#0053a4}.fill-blue-dark path{fill:#003c73}.fill-blue-dark-80 path{fill:#33638f}.fill-blue-dark-60 path{fill:#678bac}.fill-blue-dark-40 path{fill:#9ab2c8}.fill-blue-dark-20 path{fill:#ccd8e3}.fill-blue-light path{fill:#acd3e4}.fill-blue-light-80 path{fill:#d3dee4}.fill-gray-100 path{fill:#eee}.fill-gray-200 path{fill:#d2d2d2}.fill-gray-300 path{fill:#979797}.fill-gray-400 path{fill:#4b4b4b}.fill-gray-900 path{fill:#1e1e1e}.fill-badge path{fill:#a03232}.fill-error path{fill:#d71414}.fill-success path{fill:#198754}.fill-warning path{fill:#ffc107}.fill-gold path{fill:#ac9121}.fill-green path{fill:#87b928}.fill-orange path{fill:#d74b14}.fill-sand path{fill:#bbaf91}.fill-silver path{fill:#91989c}.fill-primary path{fill:#003c73}.fill-secondary path{fill:#0053a4}.fill-info path{fill:#0dcaf0}.fill-danger path{fill:#dc3545}.fill-light path{fill:#f8f9fa}.fill-dark path{fill:#212529}.noise{background-blend-mode:multiply;background-image:url(../Images/noise.svg);background-size:900px;mix-blend-mode:multiply}.bg-blue .text-theme{--bs-text-color:#fff;--bs-secondary-color:#fff;--bs-carousel-caption-color:#fff}.bg-blue .text-theme a,.bg-blue .text-theme a:hover{--bs-link-color-rgb:255,255,255}.bg-blue .text-theme .text-gray-400{color:#fff}.bg-blue .text-theme .text-primary{color:#fff!important}.bg-blue .text-theme .bg-white.text-primary{color:#003c73!important}.bg-blue .text-theme hr.rounded-edge{--bs-border-color:$color-gray-100;background-color:#eee}.bg-blue .text-theme .card a{--bs-card-bg:#fff;--bs-card-cap-bg:#fff;--bs-card-cap-color:#003c73;--bs-card-color:#003c73;--bs-link-color-rgb:0,60,115;--bs-link-hover-color-rgb:255,255,255}.bg-blue .text-theme .card a:hover{--bs-card-bg:#003c73;--bs-card-color:#fff;--bs-card-image-scale:1.05}.bg-blue .text-theme .btn-primary{--bs-btn-active-bg:#ccd8e3;--bs-btn-active-border-color:#ccd8e3;--bs-btn-active-color:#003c73;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-color:#003c73;--bs-btn-hover-bg:#003c73;--bs-btn-hover-border-color:#003c73;--bs-btn-hover-color:#fff}.bg-blue .text-theme .btn-outline-primary{--bs-btn-border-color:#fff;--bs-btn-color:#fff;--bs-btn-hover-color:#fff;--bs-btn-hover-border-color:#003c73}.bg-gray-100 .text-theme{--bs-text-color:#1e1e1e;--bs-secondary-color:#0053a4;--bs-carousel-caption-color:#fff}.bg-gray-100 .text-theme a,.bg-gray-100 .text-theme a:hover{--bs-link-color-rgb:0,60,115}.bg-gray-100 .text-theme .text-gray-400{color:#1e1e1e}.bg-gray-100 .text-theme .text-primary{color:#003c73!important}.bg-gray-100 .text-theme hr.rounded-edge{--bs-border-color:#979797;background-color:#979797}.bg-gray-100 .text-theme .card{--bs-card-border-color:#d2d2d2}.bg-gray-100 .text-theme .card a{--bs-card-bg:#fff;--bs-card-cap-bg:#fff;--bs-card-cap-color:#003c73;--bs-card-color:#003c73;--bs-link-color-rgb:0,60,115;--bs-link-hover-color-rgb:255,255,255}.bg-gray-100 .text-theme .card a:hover{--bs-card-bg:#003c73;--bs-card-color:#fff;--bs-card-image-scale:1.05}.bg-gray-100 .text-theme .font-h1{--bs-text-color:#003c73}ul.list-unstyled.bg-white .text-theme{--bs-text-color:#003c73;--bs-secondary-color:#0053a4;--bs-carousel-caption-color:#0053a4}ul.list-unstyled.bg-white .text-theme a,ul.list-unstyled.bg-white .text-theme a:hover{--bs-link-color-rgb:#4b4b4b}ul.list-unstyled.bg-white .text-theme .text-gray-400{color:#4b4b4b}ul.list-unstyled.bg-white .text-theme .text-primary{color:#003c73!important}ul.list-unstyled.bg-white .text-theme hr.rounded-edge{--bs-border-color:#eee;background-color:#eee}ul.list-unstyled.bg-white .text-theme time.date{color:#1e1e1e}ul.list-unstyled.bg-white hr.rounded-edge{--bs-border-color:#eee;background-color:#eee}.font-body-default{font-size:1.8rem;font-weight:400;line-height:1.4444444444;margin-bottom:4rem}.font-breadcrumb{font-size:1.2rem;font-weight:700;letter-spacing:.03rem;line-height:1.25}@media (min-width:992px){.font-breadcrumb{font-size:1.8rem;font-weight:700;letter-spacing:.03rem;line-height:1.3333333333}}.font-caption{font-size:1.6rem;font-style:italic;font-weight:400;line-height:1.3125}.font-h1{color:#003c73;font-size:3.4rem;font-style:italic;font-weight:700;letter-spacing:.03rem;line-height:1.2352941176;margin-bottom:3rem}@media (min-width:992px){.font-h1{font-size:6.4rem;font-style:italic;font-weight:700;letter-spacing:.15rem;line-height:1.125;margin-bottom:4rem}}.font-h1-48{color:#003c73;font-size:3.6rem;font-style:italic;font-weight:700;letter-spacing:.15rem;line-height:1.1666666667;margin-bottom:3rem}@media (min-width:992px){.font-h1-48{font-size:4.8rem;font-style:italic;font-weight:700;letter-spacing:.15rem;line-height:1.3333333333;margin-bottom:4rem}}.font-h1-92{color:#003c73;font-size:9.2rem;font-style:italic;font-weight:700;letter-spacing:.15rem;line-height:1.1304347826;margin-bottom:4rem}.font-h2{font-size:3.2rem;font-weight:400;line-height:1.28125;margin-bottom:3rem}@media (min-width:992px){.font-h2{font-size:3rem;font-weight:400;line-height:1.3;margin-bottom:3rem}}.font-h3{font-size:2rem;font-weight:400;line-height:1.3;margin-bottom:3rem}@media (min-width:992px){.font-h3{font-size:2.6rem;font-weight:400;line-height:1.2692307692;margin-bottom:3rem}}.font-h4{font-size:1.8rem;font-weight:400;line-height:1.3333333333;margin-bottom:3rem}@media (min-width:992px){.font-h4{font-size:2.2rem;font-weight:400;line-height:1.3181818182;margin-bottom:3rem}}.font-h5{font-size:1.6rem;font-weight:700;line-height:1.3125;margin-bottom:2rem}@media (min-width:992px){.font-h5{font-size:1.8rem;font-weight:700;line-height:1.4444444444;margin-bottom:2rem}}.font-p{font-weight:400}.font-p,.font-p-intro{font-size:1.8rem;line-height:1.4444444444;margin-bottom:4rem}.font-p-intro{font-weight:700}.font-p-small{font-size:1.6rem;font-weight:400;line-height:1.3125;margin-bottom:4rem}.font-brand-small{font-size:1rem;line-height:1.3}.font-brand,.font-brand-small{font-weight:700;letter-spacing:.03rem}.font-brand{font-size:1.2rem;line-height:1.25}@media (min-width:992px){.font-brand{font-size:2.4rem;font-weight:700;line-height:1.3333333333}}.font-card-meta{font-size:1.4rem;font-weight:400;line-height:1.3571428571;margin-bottom:0}.font-footer-main{font-size:2.2rem;font-weight:400;line-height:1.8181818182}.font-header-contact{font-size:2rem;font-weight:400;line-height:2}.font-header-meta{font-size:1.8rem;font-weight:400;line-height:2.2222222222}.font-header-suggest{font-size:2.4rem;font-weight:400;letter-spacing:.03rem;line-height:1.6666666667}.font-intranet-footer-navigation{font-size:1rem;font-weight:700;letter-spacing:.06rem;line-height:1.3}.font-meta{font-size:2rem;font-weight:700;letter-spacing:.5rem;line-height:normal}.font-navigation-title{font-size:2.2rem;font-weight:400;line-height:1.28125}@media (min-width:992px){.font-navigation-title{font-size:3rem;font-weight:400;line-height:1.3}}.font-profile-navigation{font-size:2rem;font-weight:700;letter-spacing:.03rem;line-height:1.5}.font-side-navigation{font-size:2rem;font-weight:400;line-height:1.3}.font-side-navigation-submenu{font-size:1.8rem;line-height:1.3333333333}.font-side-navigation-subsubmenu{font-size:1.6rem;line-height:1.3333333333}.font-quote-teaser{font-size:2rem;line-height:1.3}@media (min-width:992px){.font-quote-teaser{font-size:2.8rem;line-height:1.2857142857}}.font-sidebar-caption{font-size:2rem;font-weight:700;line-height:1.4}.font-teaser-headline{font-size:2rem;font-weight:700;line-height:1.45}.font-teaser-meta{font-size:1.4rem;font-weight:400;line-height:1.5}.font-top-navigation{font-size:1.6rem;font-weight:700;letter-spacing:.03rem;line-height:1.625}.fs-12{font-size:1.2rem!important}.fs-24{font-size:2.4rem!important}.font-regular{font-style:normal!important}#wrapper{max-width:1920px}#page{overflow:hidden;position:relative;z-index:1}body{--bs-icon-size:3.2rem;--bs-body-line-height:1.4444444444;margin:0!important;-webkit-transition:opacity 1s;transition:opacity 1s}hr.rounded-edge{--bs-border-color:#eee;background-color:var(--bs-border-color);opacity:1}a{text-underline-offset:.4em}.mark,mark{--bs-highlight-bg:rgba(0,83,164,.2);--bs-mark-padding:0 0.1875em;margin-left:-.1875em;margin-right:-.1875em;padding:var(--bs-mark-padding,.1875em)}a>.mark,a>mark{--bs-highlight-color:#003c73}.overlay{background-color:rgba(0,0,0,.5);inset:0;opacity:0;position:fixed;-webkit-transition:opacity .5s;transition:opacity .5s;z-index:1020}.overlay.d-block{opacity:1}.page-loading{opacity:0}.item-icon{height:4.8rem;margin-left:2.4rem;margin-right:2.4rem;margin-top:-1.8rem;pointer-events:none;width:4.8rem;z-index:1}.item-icon.start-50{margin-left:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}:not(input,textarea,select,button):focus-visible{-webkit-box-shadow:0 0 var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width,.2rem) var(--bs-focus-inset) var(--bs-focus-ring-color,#003c73)!important;box-shadow:0 0 var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width,.2rem) var(--bs-focus-inset) var(--bs-focus-ring-color,#003c73)!important}.intranet-login{background-color:#eee;background-image:url(../Images/Login-Intranet.jpg);background-position:50%;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto!important;width:100%}.intranet-login-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.5em;z-index:100}.intranet-login-container,.intranet-login-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.intranet-login-inner{margin:0 auto;min-height:100vh;width:99.999%}.material-symbols{direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:Material Symbols Rounded;font-size:var(--bs-icon-size);font-style:normal;font-weight:400;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap;word-wrap:normal}.text-theme{color:var(--bs-text-color)}.accordion{--bs-accordion-active-color:#fff;--bs-accordion-active-bg:#003c73;--bs-accordion-hover-color:#fff;--bs-accordion-hover-bg:#003c73;--bs-accordion-bg:#fff;--bs-accordion-body-bg:#eee;--bs-accordion-border-radius:0;--bs-accordion-border-width:0;--bs-accordion-btn-bg:#fff;--bs-accordion-btn-color:#003c73;--bs-accordion-btn-icon:none;--bs-accordion-btn-active-icon:none;--bs-accordion-inner-border-radius:0;--bs-accordion-btn-icon-width:2.4rem;--bs-icon-size:2.4rem}.accordion-button:after{-webkit-box-align:center;-ms-flex-align:center;align-items:center;content:"keyboard_arrow_down";font-family:Material Symbols Rounded;font-size:var(--bs-icon-size);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1}.accordion-button:focus,.accordion-button:hover{background-color:var(--bs-accordion-hover-bg);color:var(--bs-accordion-hover-color)}.accordion-button:focus{border-color:var(--bs-accordion-hover-bg)}.accordion-button:focus:not(.collapsed){background-color:var(--bs-accordion-btn-bg);-webkit-box-shadow:var(--bs-accordion-hover-bg);box-shadow:var(--bs-accordion-hover-bg);color:var(--bs-accordion-btn-color)}.accordion-body{background-color:var(--bs-accordion-body-bg)}.event-calendar>*{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;padding-left:0}.event-calendar__weeknumber{-ms-flex-preferred-size:9%;flex-basis:9%;text-align:center}.event-calendar__day,.event-calendar__weekdays-weekday{-ms-flex-preferred-size:13%;flex-basis:13%;text-align:center}.card{--bs-card-bg:#fff;--bs-card-cap-bg:#fff;--bs-card-cap-color:#003c73;--bs-icon-link-icon-hover-bg:#003c73;--bs-icon-link-icon-hover-color:#fff;overflow:hidden;-webkit-transition:all .3s;transition:all .3s}a:hover .card{text-decoration:none}.card .text-theme{--bs-text-color:var(--bs-card-color)}.card li p:last-of-type{margin-bottom:1rem}.card-white{--bs-card-bg:#fff;--bs-card-cap-bg:#fff;--bs-card-cap-color:#003c73;--bs-card-color:#003c73;--bs-link-color-rgb:0,60,115;--bs-link-hover-color-rgb:255,255,255}a:hover .card-white{--bs-card-bg:#003c73;--bs-card-color:#fff;--bs-card-image-scale:1.05}.card-blue{--bs-card-bg:#0053a4;--bs-card-cap-bg:#0053a4;--bs-card-cap-color:#fff;--bs-card-color:#fff;--bs-link-color-rgb:255,255,255;--bs-link-hover-color-rgb:0,83,164}a:hover .card-blue{--bs-card-bg:#ccd8e3;--bs-card-color:#003c73;--bs-card-image-scale:1.05}.card-list-blue{--bs-card-bg:#003c73;--bs-card-cap-bg:#003c73;--bs-card-cap-color:#fff;--bs-card-color:#fff;--bs-link-color-rgb:255,255,255;--bs-link-hover-color-rgb:255,255,255}.card-blue-light{--bs-card-bg:#acd3e4;--bs-card-cap-bg:#acd3e4;--bs-card-cap-color:#fff;--bs-card-color:#003c73;--bs-link-color-rgb:255,255,255;--bs-link-hover-color-rgb:172,211,228}a:hover .card-blue-light{--bs-card-bg:#003c73;--bs-card-color:#fff;--bs-card-image-scale:1.05}.card-gray-100{--bs-card-bg:#eee;--bs-card-cap-bg:#eee;--bs-card-cap-color:#fff;--bs-card-color:#1e1e1e}.card-body-list{line-height:3.4rem}.card-body-list li{-ms-hyphens:auto;hyphens:auto}.card-body-list i{--bs-icon-size:2.4rem;-ms-flex-item-align:start;align-self:start;line-height:3.4rem}.card-body-list .icon-link:hover i{color:var(--bs-icon-link-icon-hover-color);position:relative;z-index:1}.card-body-list .icon-link:hover i:before{aspect-ratio:1;background:var(--bs-icon-link-icon-hover-bg);border-radius:50%;content:"";margin-left:-.25rem;margin-right:-.25rem;position:absolute;width:calc(100% + .5rem);z-index:-1}.card-body{background:var(--bs-card-bg);color:var(--bs-card-color);-webkit-transition:all .3s;transition:all .3s}.card-body :last-child{margin-bottom:0}.card-contact{--bs-icon-link-icon-hover-bg:#ccd8e3;--bs-icon-link-icon-hover-color:#003c73}.card-social .card-footer{--bs-card-border-width:0}.card-social .card-footer .icon-link{--bs-icon-size:3.2rem}.card-img .img-fluid{display:block;-webkit-transform:scale(var(--bs-card-image-scale,1));transform:scale(var(--bs-card-image-scale,1));-webkit-transition:all .3s;transition:all .3s}.card-image{margin-top:2rem;overflow:visible;-webkit-transform:rotate(5deg) scale(var(--bs-card-image-scale,.945));transform:rotate(5deg) scale(var(--bs-card-image-scale,.945))}.card-image+.figure-caption{font-size:2.4rem;line-height:1.3333333333}.card-quote{--bs-card-bg:#eee;overflow:visible}.card-quote .item-icon{height:9.6rem;width:9.6rem}.open-card{--bs-card-spacer-x:0;border-bottom:none;border-left:none;border-right:none}.card-collection.equal-heights .card:not(.card-big){height:100%}.frame-type-dshs_intranet_cardgroup .equal-heights .frame{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.frame-type-dshs_intranet_cardgroup .equal-heights .news{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.frame-type-dshs_intranet_cardgroup .equal-heights .fal-securedownload{height:100%}.carousel-item figure{height:0;padding-bottom:57.1428571429%;position:relative}.carousel-item picture{inset:0;position:absolute!important}.carousel-item img{height:100%;-o-object-fit:cover;object-fit:cover}.carousel-caption{font-style:italic;padding-bottom:0;position:relative;text-align:left}@media (min-width:576px){.carousel-caption{width:66.6666666667%}}@media (min-width:992px){.carousel-caption{width:75%}}.carousel-controls{background-color:#fff;color:#003c73;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media (min-width:576px){.carousel-controls{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;width:33.3333333333%}}@media (min-width:992px){.carousel-controls{max-width:25%;min-width:15rem;width:auto}}.carousel-counter{display:block;min-width:5.4rem}.carousel-control{--bs-btn-active-bg:#33638f;--bs-btn-active-border-color:#33638f;--bs-btn-active-color:#fff;--bs-btn-bg:#fff;--bs-btn-border-color:#003c73;--bs-btn-color:#003c73;--bs-btn-hover-bg:#003c73;--bs-btn-hover-border-color:#003c73;--bs-btn-hover-color:#fff;--bs-btn-size:4.8rem;--bs-icon-size:4.8rem;height:auto;opacity:1;position:relative;width:var(--bs-btn-size)}.carousel-control:focus-visible,.carousel-control:hover{color:#fff}.fancybox__container{--fancybox-bg:#acd3e4;--f-button-size:4.8rem;--fancybox-color:#1e1e1e;--fancybox-font-size:4.8rem}.fancybox__toolbar{--f-button-bg:#003c73;--f-button-border-radius:2.4rem;--f-button-color:#fff;--f-button-height:var(--f-button-size);--f-button-hover-bg:#fff;--f-button-hover-color:#003c73;--f-button-width:var(--f-button-size)}.fancybox__nav{--f-button-bg:#fff;--f-button-border-radius:2.4rem;--f-button-color:#003c73;--f-button-height:var(--f-button-size);--f-button-hover-bg:#003c73;--f-button-hover-color:#fff;--f-button-width:var(--f-button-size)}.fancybox__toolbar__column{padding:2rem}.fancybox__caption{-ms-flex-item-align:start;align-self:start;font-style:italic}.f-button.is-next:after{content:"chevron_right"}.f-button.is-prev:after{content:"chevron_left"}.fancybox__carousel{width:100%}@media (min-width:992px){.fancybox__carousel{margin:0 auto;max-width:104rem}}.fancybox__content:after,.fancybox__content:before{background-color:#eee;bottom:0;content:"";display:block;position:absolute;top:0;width:100vw}.fancybox__content:after{left:100%}.fancybox__content:before{right:100%}.fancybox__slide{overflow:hidden;padding:0}.fancybox__slide>.fancybox__content{overflow:hidden}.fancybox__slide.is-selected>.fancybox__content{overflow:visible}a[data-fancybox]:hover .ratio:before{background-color:rgba(172,211,228,.5);z-index:1}a[data-fancybox]:hover .ratio:after{-ms-flex-line-pack:center;align-content:center;background:#fff;border-radius:50%;color:#003c73;content:"zoom_in";font-size:3.2rem;height:6rem;left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6rem;z-index:2}a[data-fancybox]:hover .video .ratio:after{content:"play_arrow";font-size:9.6rem;height:9.6rem;width:9.6rem}@media (max-width:991.98px){a[data-fancybox]:hover .video .ratio:after{font-size:6rem;height:6rem;width:6rem}}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:#eee;height:auto!important;max-width:1040px!important;width:100%!important}#footer{overflow:hidden}#footer .nav-link{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0;-ms-hyphens:auto;hyphens:auto}#footer :focus-visible{outline:auto}#footer .footer-main-navigation{line-height:4rem}#footer .footer-meta-navigation{line-height:3.4rem}#footer .brand-divider{--bs-brand-divider-color:#fff}#footer .brand{--bs-brand-logo-size-xs:9.5rem}.footer-accent-container{height:39rem;top:10rem;width:60rem}.footer-main{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:url(../Images/top-left-5.svg);mask-image:url(../Images/top-left-5.svg);-webkit-mask-position:right top;mask-position:right top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}@media (min-width:1200px){.footer-sponsors{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:url(../Images/top-left-5.svg);mask-image:url(../Images/top-left-5.svg);-webkit-mask-position:right top;mask-position:right top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.footer-sponsors .container{max-width:none}}.footer-connector{height:66rem;margin-top:-37.4rem;max-width:192rem;position:absolute;width:100%}@media (max-width:575.98px){#header .btn-header,#header .btn-header-inverted{--bs-icon-size:3.2rem;--bs-btn-size:4.8rem}}.infinite-wall__list{position:relative}.infinite-wall__bottom_gradient{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(50%,hsla(0,0%,100%,.75)),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.75) 50%,#fff);bottom:0;height:50rem;left:0;pointer-events:none;position:absolute;width:100%;z-index:1}.intranet-footer-navigation{--bs-link-active-bg:#fff;--bs-link-icon-hover-bg:#fff;--bs-link-icon-hover-color:#000;--bs-link-icon-bg:#ccd8e3;--bs-link-icon-color:#003c73}.intranet-footer-navigation .icon-link{--bs-link-color-rgb:255,255,255;--bs-icon-size:3.2rem}.intranet-footer-navigation .icon-link span{font-size:1rem;font-weight:700;letter-spacing:.06rem;line-height:1.3}.intranet-footer-navigation .icon-link i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--bs-link-icon-bg);border-radius:50%;color:var(--bs-link-icon-color);display:-webkit-box;display:-ms-flexbox;display:flex;height:4.8rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4.8rem}.intranet-footer-navigation .icon-link:hover i{background-color:var(--bs-link-icon-hover-bg);color:var(--bs-link-icon-hover-color)}@media (max-width:991.98px){footer.is-intranet>:last-child{padding-bottom:15rem!important}}@media screen and (width <= 384px){footer.is-intranet>:last-child{padding-bottom:24rem!important}}@media (min-width:992px){.key-visual--hero{min-height:80rem}}@media (min-width:992px){.container:has([class*=lg-bottom-left-10]) .keyvisual{padding-bottom:33rem!important}}@media (min-width:992px){.container:has([class*=lg-bottom-left-5]) .keyvisual{padding-bottom:20rem!important}}.keyvisual .h1,.keyvisual h1{-ms-hyphens:auto;hyphens:auto}.keyvisual__caption{bottom:0;z-index:2}@media (min-width:992px){.keyvisual__caption{bottom:3.6rem}}.frame:has(.keyvisual .target-group-navigation)+.fullwidth [class*=bevel-]{margin-top:-50rem!important;padding-top:50rem!important}.link-list-item{position:relative}.link-list-item:has(.stretched-link:focus),.link-list-item:has(.stretched-link:hover){-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:.4em}@media (min-width:768px){#header[data-navigation] .brand{display:none}}#header[data-navigation] .brand .brand-divider,#header[data-navigation] .brand .brand-text{display:none}#header .nav-item{background-color:var(--bs-nav-link-bg,transparent)}#header .nav-item .active,#header .nav-item:hover{background-color:var(--bs-nav-link-hover-bg,transparent);z-index:1}#header .nav-item .active hr,#header .nav-item:hover hr{opacity:0}#header .navbar-nav .nav-link{text-decoration:none}#header .navbar-nav .nav-link:focus,#header .navbar-nav .nav-link:hover{background:var(--bs-nav-link-hover-bg,transparent);color:var(--bs-nav-link-hover-color,#003c73)}#header .navbar-collapse{padding-top:8rem}@media (min-width:992px){#header .navbar-collapse{padding-top:16rem}}#header .collapsing{-webkit-transition:opacity 0s linear;transition:opacity 0s linear}@media (prefers-reduced-motion:reduce){#header .collapsing{-webkit-transition:none;transition:none}}@media (min-width:992px){#header .navbar .navigation .navigation-buttons{margin-top:5.6rem}#header .navbar .navigation div+.navigation-buttons{margin-top:0}}@media (max-width:767.98px){#header .navbar{height:8rem}#header .navbar>.container-fluid,#header .navbar>.container-lg,#header .navbar>.container-md,#header .navbar>.container-sm,#header .navbar>.container-xl,#header .navbar>.container-xxl{padding:0}}#main-navigation-container{--bs-link-active-bg:#fff;--bs-link-active-color:#fff;--bs-link-bg:#678bac;--bs-link-color:#fff;--bs-link-hover-bg:#fff}#main-navigation-container hr{--bs-border-color:#33638f}#main-navigation-container .navbar-nav{--bs-nav-link-bg:#003c73;--bs-nav-link-color:#fff;--bs-nav-link-hover-bg:#fff;--bs-nav-link-hover-color:#003c73;--bs-navbar-active-bg:#fff;--bs-navbar-active-color:#003c73}#main-navigation-container .icon-link{--bs-link-color-rgb:255,255,255;--bs-link-hover-color-rgb:255,255,255}#direct-navigation-container{--bs-link-active-bg:#003c73;--bs-link-active-color:#003c73;--bs-link-bg:#ccd8e3;--bs-link-color:#003c73;--bs-link-hover-bg:#003c73}#direct-navigation-container hr{--bs-border-color:#ccd8e3}#direct-navigation-container .navbar-nav{--bs-nav-link-bg:#fff;--bs-nav-link-hover-bg:#003c73;--bs-nav-link-color:#003c73;--bs-nav-link-hover-color:#fff;--bs-navbar-active-bg:#003c73;--bs-navbar-active-color:#fff}#direct-navigation-container .icon-link{--bs-link-color-rgb:0,60,115;--bs-link-hover-color-rgb:0,60,115}.navigation-container .back{visibility:hidden}.navigation-container .back.on{visibility:visible}.navigation-container .location{font-size:0}.navigation-container .location li.visible,.navigation-container .location li:first-child{visibility:visible}.navigation-container .location .indicator{background:var(--bs-link-bg);border:0;border-radius:1rem;cursor:auto;height:1rem}.navigation-container .location .on .indicator{background-color:var(--bs-link-active-bg)}.navigation-container hr{margin:0;opacity:1}.direct-navigation-toggle-container .btn{width:100%}@media (max-width:767.98px){.btn-main-menu,.btn-search-menu{--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-color:#003c73;--bs-btn-size:4.8rem;--bs-icon-size:3.2rem;--bs-btn-hover-bg:#003c73;--bs-btn-hover-border-color:#003c73;--bs-btn-hover-color:#fff;padding:0!important}.btn-main-menu i,.btn-search-menu i{margin:0!important}.btn-main-menu span,.btn-search-menu span{display:none}[data-navigation=main] .btn-main-menu,[data-navigation=main] .btn-search-menu,[data-navigation=search] .btn-main-menu,[data-navigation=search] .btn-search-menu{--bs-btn-bg:#003c73;--bs-btn-border-color:#003c73;--bs-btn-color:#fff;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-hover-color:#003c73}}[data-navigation=main] .brand figure,[data-navigation=search] .brand figure{display:none}[data-navigation=main] .brand figure.brand-inverted,[data-navigation=search] .brand figure.brand-inverted{display:block}.nav-toggle i{pointer-events:none}.multi-menu ul{background-color:var(--bs-nav-multi-menu-bg);min-height:auto}.multi-menu ul li:has(>.js-menu-back-btn){display:none}.news-picture .img-fluid{-o-object-fit:cover;object-fit:cover}@media (min-width:992px){.news-picture .img-fluid{height:100%;width:auto}}.news-content>*{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.news-text{color:var(--bs-news-text-color)}.news-meta{color:var(--bs-news-meta-color)}.news-item .card-white{--bs-news-meta-color:#4b4b4b;--bs-news-text-color:#1e1e1e}.news-item .card-white:hover{--bs-news-meta-color:--bs-card-color;--bs-news-text-color:--bs-card-color}.news-item .card-white .card-body svg{fill:inherit;width:100%}@media (max-width:991.98px){.news-item .news-picture{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:url(../Images/bottom-right-5.svg);mask-image:url(../Images/bottom-right-5.svg);-webkit-mask-position:left bottom;mask-position:left bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}}@media (min-width:992px){.news-item[data-column="1"] .row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.news-item[data-even=true] .news-picture{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-mask-image:url(../Images/left-top-15.svg);mask-image:url(../Images/left-top-15.svg);-webkit-mask-position:left bottom;mask-position:left bottom;order:2}.news-item[data-even=false] .news-picture,.news-item[data-even=true] .news-picture{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.news-item[data-even=false] .news-picture{-webkit-mask-image:url(../Images/right-bottom-15.svg);mask-image:url(../Images/right-bottom-15.svg);-webkit-mask-position:right top;mask-position:right top}}.news-item a{text-decoration:none}.side-navigation-container{z-index:1018}.side-navigation-container .nav-link{--bs-nav-link-padding-y:1rem}.side-navigation-container hr{--bs-border-color:#33638f}.side-navigation-container .material-symbols{font-size:2.4rem}@media (min-width:576px){.side-navigation-container{z-index:1021}}@media (min-width:1200px){.side-navigation-container{z-index:1018}}@media (max-width:575.98px){.side-navigation-container{background-color:#003c73;position:sticky;top:8rem}.side-navigation-container .navbar-collapse{height:calc(100vh - 8rem)}.side-navigation-container .side-navigation-toggler{width:100%}}@media (min-width:576px) and (max-width:1199.98px){.side-navigation-container{height:100%;position:fixed;right:0;top:0}.side-navigation-container .side-navigation-toggler{margin-top:-3rem;top:50%}.side-navigation-container .side-navigation-toggler:after{height:100vh;top:calc(-50vh + 3rem)}.side-navigation-container .collapse>*{height:100vh}.side-navigation-container:after{background-color:rgba(0,0,0,.5);content:"";height:100vh;opacity:0;pointer-events:none;position:fixed;right:0;top:0;-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in;width:100vw;z-index:-1}.side-navigation-container:has([aria-expanded=true]):after{display:block;opacity:1;pointer-events:auto;-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in}}@media (min-width:576px){.side-navigation-container .collapse{-webkit-transition:visibility;transition:visibility;visibility:hidden}.side-navigation-container .collapse.show{visibility:visible}.side-navigation-container .collapse.show+.side-navigation-toggler{margin-left:-3rem;margin-right:0;right:auto}.side-navigation-container .collapsing{height:auto;-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-property:width,visibility;transition-property:width,visibility;width:0}.side-navigation-container .side-navigation-toggler{position:absolute;right:100%;width:auto}.side-navigation-container .side-navigation-toggler:after{background-color:#003c73;content:"";position:absolute;right:0;width:3rem;z-index:-1}}@media (min-width:1200px){.side-navigation-container{max-width:40rem;position:absolute;top:13.5rem}.side-navigation-container .side-navigation-toggler{top:1rem}.side-navigation-container .side-navigation-toggler:after{min-height:30rem;top:-1rem}.side-navigation-container .side-navigation-toggler:has([aria-expanded=true]):after{display:none}.side-navigation-container .collapse>*{height:100%}.side-navigation-container[data-orient=right]{right:50%}}@media (min-width:1200px) and (min-width:1200px){.side-navigation-container[data-orient=right]{margin-right:-57rem}}@media (min-width:1200px) and (min-width:1400px){.side-navigation-container[data-orient=right]{margin-right:-65.5rem}}@media (min-width:1200px){.side-navigation-container[data-orient=right] .side-navigation-toggler{margin-right:-4.5rem;right:100%}.side-navigation-container[data-orient=right] .side-navigation-toggler:after{right:0}.side-navigation-container[data-orient=right] .collapse.show+.side-navigation-toggler{margin-left:-3rem;margin-right:0;right:auto}.side-navigation-container[data-orient=left]{left:50%}}@media (min-width:1200px) and (min-width:1200px){.side-navigation-container[data-orient=left]{margin-left:-57rem}}@media (min-width:1200px) and (min-width:1400px){.side-navigation-container[data-orient=left]{margin-left:-65.5rem}}@media (min-width:1200px){.side-navigation-container[data-orient=left] .side-navigation-toggler{left:100%;margin-left:-4.5rem}.side-navigation-container[data-orient=left] .side-navigation-toggler:after{left:0}.side-navigation-container[data-orient=left] .collapse.show+.side-navigation-toggler{left:auto;margin-left:0;margin-right:-1.5rem;right:0}}.side-navigation-container .navbar-collapse{padding-bottom:2.5rem}.side-navigation-container .navbar-collapse .overflow-y-auto{max-height:calc(100vh - 14rem)}@media (min-width:576px){.side-navigation-container .navbar-collapse .overflow-y-auto{max-height:calc(100vh - 8rem)}}@media (min-width:1200px){.side-navigation-container .navbar-collapse .overflow-y-auto{max-height:calc(100vh - 24rem)}}.side-navigation-container .nav-toggle{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.side-navigation-container .nav-toggle.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.side-navigation-container .nav-item{--bs-focus-ring-color:#fff;--bs-focus-inset:inset}.side-navigation-container .nav-item .nav-item{margin-left:2rem}.side-navigation-toggler__button{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.side-navigation-toggler__button+.side-navigation-toggle__label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.side-navigation-toggler__button[aria-expanded=true]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.side-navigation-toggler__button[aria-expanded=true]+.side-navigation-toggle__label{background-color:transparent;color:#fff;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media (min-width:576px) and (max-width:1199.98px){.side-navigation-toggler__button[aria-expanded=true]+.side-navigation-toggle__label{display:none}}@media (min-width:1200px){[data-orient=left] .side-navigation-toggler__button+.side-navigation-toggle__label{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}[data-orient=left] .side-navigation-toggler__button[aria-expanded=false]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[data-orient=left] .side-navigation-toggler__button[aria-expanded=true]+.side-navigation-toggle__label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.side-navigation-toggle__label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:transparent;color:#fff;height:6rem;justify-content:space-between}@media (min-width:576px){.side-navigation-toggle__label{background-color:hsla(0,0%,100%,.7);color:#003c73;height:auto;white-space:nowrap}}.search-input{--bs-body-bg:#fff;--bs-border-color:#eee;--bs-border-radius:3rem;--bs-border-width:0.4rem;--bs-line-height:3.2rem;--bs-padding-y:1rem;--bs-padding-x:2rem;--bs-font-size:2.4rem}.search-result-excerpt :last-child{margin-bottom:0}.search-result-title{-ms-hyphens:auto;hyphens:auto}#search-navigation-container .search-form{margin-top:5.5rem}.share-social .icon-link .bi{--bs-icon-size:3rem;margin:.8rem}.suggestions,.tx-solr-autosuggest{--bs-bg-color:#fff;--bs-border-color:#fff}#header .suggestions,#header .tx-solr-autosuggest,[class*=bg-blue] .suggestions,[class*=bg-blue] .tx-solr-autosuggest{--bs-bg-color:#003c73;--bs-border-color:#003c73;--bs-link-color:#fff;--bs-link-hover-color:#d2d2d2}.tx-solr-autocomplete{margin-top:.5rem;position:relative;width:100%}.tx-solr-autocomplete .tx-solr-autosuggest{background-color:var(--bs-bg-color);border-color:var(--bs-border-color);padding:.5rem 3rem 1rem;width:100%!important}.tx-solr-autocomplete .tx-solr-autosuggest strong{color:inherit;font-weight:700}.tx-solr-autocomplete .tx-solr-autosuggest .autocomplete-suggestion{color:var(--bs-link-color);display:table;font-size:2.4rem;font-weight:400;letter-spacing:.03rem;line-height:1.6666666667}.tx-solr-autocomplete .tx-solr-autosuggest .autocomplete-suggestion.autocomplete-selected{background-color:transparent;-webkit-text-decoration:var(--bs-link-hover-decoration);text-decoration:var(--bs-link-hover-decoration)}.tx-solr-autocomplete .tx-solr-autosuggest .autocomplete-suggestion:hover{cursor:pointer}.teaser{position:relative}.teaser:has(.stretched-link:focus),.teaser:has(.stretched-link:hover){-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:.4em}.target-group-navigation{background-color:#003c73}@media (min-width:576px){.target-group-navigation{background-color:#fff}}.target-group-navigation .nav-link{color:#fff}@media (min-width:576px){.target-group-navigation .nav-link{color:#003c73;line-height:4rem}}@media (max-width:575.98px){.target-group-navigation .nav-link{padding-bottom:1.2rem;padding-top:1.2rem}}@media (min-width:576px){.target-group-navigation .nav-link{--bs-nav-link-padding-y:1rem}}@media (max-width:575.98px){.target-group-navigation .dropdown-toggle span{display:none}}@media (min-width:576px){.target-group-navigation [data-popper-placement=bottom-end],.target-group-navigation [data-popper-placement=top-end]{margin-right:-2rem!important}}@media (min-width:992px){.target-group-navigation [data-popper-placement=bottom-end],.target-group-navigation [data-popper-placement=top-end]{margin-right:-3rem!important}}@media (min-width:576px){.target-group-navigation .dropdown-menu{--bs-dropdown-min-width:30rem}}.target-group-navigation__label{font-weight:400}@media (max-width:575.98px){.target-group-navigation__label{color:#fff}.target-group-navigation__label:after{content:" ..."}}.wallsio-load-more-button{display:none}.button-row>.wallsio-load-more-button{display:block}