﻿:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}: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:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top: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{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left: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-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-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 *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0, 0, 0, 0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0, 0, 0, 0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .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;top:0;right:8px;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;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24, 24, 27, 0.5)}.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, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right: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, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.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, 0.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{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24, 24, 27, 0.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0, 0, 0, 0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !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;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0, 0, 0, 0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.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{outline:none;opacity:var(--f-thumb-selected-opacity)}.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{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{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;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.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:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.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:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.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:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.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, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.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, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;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:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}﻿html,body,div,span,object,iframe,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,.small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,.mark,audio,video,button{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:rgba(0, 0, 0, 0);box-sizing:border-box}html:before,html:after,body:before,body:after,div:before,div:after,span:before,span:after,object:before,object:after,iframe:before,iframe:after,h1:before,.h1:before,h1:after,.h1:after,h2:before,.h2:before,h2:after,.h2:after,h3:before,.h3:before,h3:after,.h3:after,h4:before,.h4:before,h4:after,.h4:after,h5:before,.h5:before,h5:after,.h5:after,h6:before,.h6:before,h6:after,.h6:after,p:before,p:after,blockquote:before,blockquote:after,pre:before,pre:after,abbr:before,abbr:after,address:before,address:after,cite:before,cite:after,code:before,code:after,del:before,del:after,dfn:before,dfn:after,em:before,em:after,img:before,img:after,ins:before,ins:after,kbd:before,kbd:after,q:before,q:after,samp:before,samp:after,small:before,.small:before,small:after,.small:after,strong:before,strong:after,var:before,var:after,b:before,b:after,i:before,i:after,dl:before,dl:after,dt:before,dt:after,dd:before,dd:after,ol:before,ol:after,ul:before,ul:after,li:before,li:after,fieldset:before,fieldset:after,form:before,form:after,label:before,label:after,legend:before,legend:after,article:before,article:after,aside:before,aside:after,canvas:before,canvas:after,details:before,details:after,figcaption:before,figcaption:after,figure:before,figure:after,footer:before,footer:after,header:before,header:after,hgroup:before,hgroup:after,menu:before,menu:after,nav:before,nav:after,section:before,section:after,summary:before,summary:after,time:before,time:after,mark:before,.mark:before,mark:after,.mark:after,audio:before,audio:after,video:before,video:after,button:before,button:after{box-sizing:border-box}sub,sup{margin:0;padding:0;border:0;outline:0;font-size:100%;background:rgba(0, 0, 0, 0);box-sizing:border-box}sub:before,sub:after,sup:before,sup:after{box-sizing:border-box}a:before,a:after{box-sizing:border-box}table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:rgba(0, 0, 0, 0)}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul,li{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:none}q:before,q:after{content:none}:focus{outline:0}input[type=text],textarea{-webkit-appearance:none}input[type=text]::-ms-clear,textarea::-ms-clear{display:none}input,textarea{border-radius:0;box-sizing:border-box}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:rgba(0, 0, 0, 0)}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:rgba(0, 0, 0, 0)}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color:rgba(0, 0, 0, 0)}textarea{resize:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box;word-wrap:break-word}input.search-input{--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: rgba(0, 0, 0, 0.3);--bs-box-shadow-inset: none;caret-color:currentColor}input.search-input::-webkit-search-decoration,input.search-input::-webkit-search-cancel-button,input.search-input::-webkit-search-results-button,input.search-input::-webkit-search-results-decoration{-webkit-appearance:none}@media(min-width: 768px){input.search-input:not(.header input.search-input){height:3.6rem;line-height:3.6rem;--bs-bg-opacity: 0}}@media(max-width: 767px){input.search-input:not(.header input.search-input){font-size:1.6rem;height:4.8rem;line-height:4.8rem;--bs-border-color: transparent}}@media(min-width: 992px){.header input.search-input{height:3.6rem;line-height:3.6rem;--bs-bg-opacity: 0}}@media(max-width: 991px){.header input.search-input{font-size:1.6rem;height:4.8rem;line-height:4.8rem;--bs-border-color: transparent}}input.search-input::-webkit-input-placeholder{color:#c8c7c4}input.search-input::-moz-placeholder{color:#c8c7c4;opacity:1}input.search-input:-ms-input-placeholder{color:#c8c7c4}.btn.search-button{--bs-btn-border-width: 0;--bs-btn-box-shadow: none;--bs-btn-hover-color: rgba(25, 25, 25, 0.5);--bs-btn-focus-box-shadow: none;position:absolute;top:50%;transform:translateY(-50%)}@media(min-width: 768px){.btn.search-button:not(.header .btn.search-button){right:0}}@media(max-width: 767px){.btn.search-button:not(.header .btn.search-button){right:1.6rem}}@media(min-width: 992px){.header .btn.search-button{right:0}}@media(max-width: 991px){.header .btn.search-button{right:1.6rem}}.autocomplete-instantsearch .search-icon{display:none}.autocomplete-instantsearch #facet-post-types .ais-Menu-list{display:flex;margin:1rem 0}.autocomplete-instantsearch #facet-post-types .ais-Menu-list .ais-Menu-item{padding:1rem 1rem 0}.autocomplete-instantsearch #facet-post-types .ais-Menu-list .ais-Menu-item:first-child{padding-left:0}.autocomplete-instantsearch #autocomplete-hits{margin-top:2.5rem}.autocomplete-instantsearch #autocomplete-hits .ais-Hits-list,.autocomplete-instantsearch #autocomplete-hits .ais-InfiniteHits-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:3rem;padding-left:0}@media(min-width: 992px){.autocomplete-instantsearch #autocomplete-hits .ais-Hits-list,.autocomplete-instantsearch #autocomplete-hits .ais-InfiniteHits-list{grid-template-columns:repeat(4, 1fr)}}.autocomplete-instantsearch #autocomplete-hits .ais-InfiniteHits-loadMore{margin:4rem auto;display:block}.autocomplete-instantsearch #autocomplete-hits .ais-InfiniteHits-loadMore.ais-InfiniteHits-loadMore--disabled{display:none}@media(min-width: 992px){.autocomplete-instantsearch #autocomplete-hits.hits_list_products .ais-Hits-list,.autocomplete-instantsearch #autocomplete-hits.hits_list_products .ais-InfiniteHits-list,.autocomplete-instantsearch #autocomplete-hits.hits_list_post .ais-Hits-list,.autocomplete-instantsearch #autocomplete-hits.hits_list_post .ais-InfiniteHits-list{grid-template-columns:repeat(3, 1fr)}}.autocomplete-instantsearch .ais-RefinementList-list{padding-left:0}.autocomplete-instantsearch .ais-RefinementList-list .ais-RefinementList-item{margin-bottom:.5rem}.autocomplete-instantsearch .ais-Menu-list{padding-left:0}.autocomplete-instantsearch .ais-Dropdown{position:relative}.autocomplete-instantsearch .ais-Dropdown .ais-Panel-header{margin-bottom:0;padding-bottom:0;border-bottom:0}.autocomplete-instantsearch .ais-Dropdown .ais-Panel-body{display:none;position:relative}.autocomplete-instantsearch .ais-Dropdown--opened .ais-Panel-body{display:block}.autocomplete-instantsearch .ais-Dropdown .ais-Panel-body>div>div[class^=ais-]{position:absolute;padding:1.5rem;margin-top:.5rem;background-color:#fff;width:100%;max-height:50vh;overflow:auto;z-index:10}.autocomplete-instantsearch .ais-Dropdown .ais-RefinementList-label{display:flex;align-items:center;gap:1rem}.autocomplete-instantsearch .ais-Dropdown input.ais-RefinementList-checkbox{width:9px;height:9px}.autocomplete-instantsearch .ais-Dropdown-button{border-bottom:1px solid #000;padding:.75rem 2.5rem .75rem 0;cursor:pointer;background-color:rgba(0, 0, 0, 0);width:100%;text-align:left;min-width:150px;position:relative}@media(min-width: 992px){.autocomplete-instantsearch .ais-Dropdown-button{min-width:204px}}.autocomplete-instantsearch .ais-Dropdown-button::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(45deg);border:solid currentColor;border-width:0 1px 1px 0;padding:4px;transition:transform .2s ease}.autocomplete-instantsearch .ais-Dropdown-button--refined{font-weight:bold}.autocomplete-instantsearch .ais-Dropdown--opened .ais-Dropdown-button::after{transform:translateY(-50%) rotate(-135deg)}.autocomplete-instantsearch .ais-RefinementList-count{display:none}@media only screen and (max-width: 375px){body.ais-Dropdown--body-locked{overflow:hidden}.autocomplete-instantsearch .ais-Dropdown--opened .ais-Panel-body>div>div[class^=ais-]{margin-top:0;position:fixed;top:0;left:0;right:0;bottom:0;height:auto;border:0;border-radius:0}}form .gform-body input:not([type=submit]):not([type=checkbox]),form .gform-body select,form .gform-body textarea{border:1px solid #c8c7c4 !important;font-size:1.2rem !important;padding-top:1.6rem !important;padding-bottom:1.6rem !important;padding-right:1.2rem !important;padding-left:1.2rem !important;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}form .gform-body input:not([type=submit]):not([type=checkbox]):hover,form .gform-body select:hover,form .gform-body textarea:hover{border:1px solid #000 !important}form .gform-body select option{font-size:3rem !important}form .gform-body input[type=checkbox]{display:grid;place-content:center;appearance:none;background-color:#fff;margin:0;padding:0 !important;width:1em;height:1em;border:1px solid #c8c7c4 !important}form .gform-body input[type=checkbox]::before{content:"";width:100% !important;height:100% !important;display:block;transform:scale(0);transition:120ms transform ease-in-out;background:#000}form .gform-body input[type=checkbox]:checked::before{transform:scale(1)}form .gform-body .ginput_container_textarea{position:relative}form .gform-body .ginput_container_textarea>div{font-size:12px !important;position:absolute;bottom:1.6rem !important;left:1.2rem !important}form .gform-body .gchoice{display:flex;align-items:center;gap:15px}form .gform-body .gchoice label{font-size:12px !important}form .gform-body .chosen-container .chosen-single{border:1px solid #c8c7c4 !important;background:rgba(0, 0, 0, 0) !important;box-shadow:none !important;height:auto !important;line-height:1 !important;padding:0 !important}form .gform-body .chosen-container .chosen-single span{padding-top:1.9rem !important;padding-bottom:1.9rem !important;padding-right:1.2rem !important;padding-left:1.2rem !important;font-weight:400;font-size:1.2rem !important;line-height:1 !important;color:#767674 !important}form .gform-body .chosen-container .chosen-single div{right:6px !important}form .gform-body .chosen-container .chosen-single div b{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggaWQ9IlhNTElEXzIyNV8iIGQ9Ik0zMjUuNjA3LDc5LjM5M2MtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWwtMTM5LjM5LDEzOS4zOTNMMjUuNjA3LDc5LjM5Mw0KCWMtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWMtNS44NTgsNS44NTgtNS44NTgsMTUuMzU1LDAsMjEuMjEzbDE1MC4wMDQsMTUwYzIuODEzLDIuODEzLDYuNjI4LDQuMzkzLDEwLjYwNiw0LjM5Mw0KCXM3Ljc5NC0xLjU4MSwxMC42MDYtNC4zOTRsMTQ5Ljk5Ni0xNTBDMzMxLjQ2NSw5NC43NDksMzMxLjQ2NSw4NS4yNTEsMzI1LjYwNyw3OS4zOTN6Ii8+DQo8L3N2Zz4=) !important;background-position:center center !important;background-size:13px !important;background-repeat:no-repeat !important}form .gform-body .chosen-container .chosen-drop{box-shadow:none !important;border:1px solid #c8c7c4 !important}form .gform-body .chosen-container .chosen-drop .chosen-search input{padding-top:1rem !important;padding-bottom:1rem !important;background-position:98% center !important;background-repeat:no-repeat !important;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTM5MzkgOC43TDExIDEwLjVNMTAuNCA1LjdDMTAuNCA4LjAxOTYgOC41MTk2IDkuOSA2LjIgOS45QzMuODgwNCA5LjkgMiA4LjAxOTYgMiA1LjdDMiAzLjM4MDQgMy44ODA0IDEuNSA2LjIgMS41QzguNTE5NiAxLjUgMTAuNCAzLjM4MDQgMTAuNCA1LjdaIiBzdHJva2U9IiM3Njc2NzQiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=) !important}form .gform-body .chosen-container .chosen-drop .chosen-results{margin:0 !important;padding:0 !important}form .gform-body .chosen-container .chosen-drop .chosen-results li{border-bottom:.1rem solid #c8c7c4 !important;padding:1.1rem 1.2rem !important;letter-spacing:.01em !important;font-size:1.2rem !important;color:#767674 !important}form .gform-body .chosen-container .chosen-drop .chosen-results li.highlighted{background-color:#f7f5f4 !important;background-image:none !important}form .gform-body .chosen-container:hover .chosen-single{border:1px solid #000 !important}form .gform-body .no-search .chosen-search{display:none !important}form input[type=submit]{--bs-btn-color: #fff;--bs-btn-bg: #000;--bs-btn-border-color: #fff;--bs-btn-hover-color: #000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color: #000;font-size:1.2rem !important;border-width:0 0 1px;min-height:3.6rem;min-width:8.5rem;line-height:3.4rem;padding:0 1.2rem;text-transform:uppercase;background-image:none;background-color:var(--bs-btn-bg);color:var(--bs-btn-color);display:inline-flex;cursor:pointer;-webkit-appearance:none;justify-content:center;align-items:center;text-align:center;white-space:nowrap;font-family:"Alpha",serif;border-style:solid;outline:0 !important;box-shadow:unset !important;text-decoration:none !important;letter-spacing:.02em;--bs-btn-active-color: var(--bs-btn-hover-color);--bs-btn-active-bg: var(--bs-btn-hover-bg);--bs-btn-active-border-color: var(--bs-btn-hover-border-color);--bs-btn-disabled-color: var(--bs-btn-color);--bs-btn-disabled-bg: var(--bs-btn-bg);--bs-btn-disabled-border-color: var(--bs-btn-hover-color);--bs-btn-font-size: 1.2rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}form input[type=submit]:hover{background:#fff;color:#000}.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message{padding:6.992px 12px !important;font-size:12px !important}.gform_wrapper.gravity-theme .gform_validation_errors{box-shadow:none !important;border-radius:0 !important}.gform_wrapper.gravity-theme .gform_validation_errors:focus{outline:none !important}.gform_confirmation_message{text-align:center}@media screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx){html body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggaWQ9IlhNTElEXzIyNV8iIGQ9Ik0zMjUuNjA3LDc5LjM5M2MtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWwtMTM5LjM5LDEzOS4zOTNMMjUuNjA3LDc5LjM5Mw0KCWMtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWMtNS44NTgsNS44NTgtNS44NTgsMTUuMzU1LDAsMjEuMjEzbDE1MC4wMDQsMTUwYzIuODEzLDIuODEzLDYuNjI4LDQuMzkzLDEwLjYwNiw0LjM5Mw0KCXM3Ljc5NC0xLjU4MSwxMC42MDYtNC4zOTRsMTQ5Ljk5Ni0xNTBDMzMxLjQ2NSw5NC43NDksMzMxLjQ2NSw4NS4yNTEsMzI1LjYwNyw3OS4zOTN6Ii8+DQo8L3N2Zz4=) !important;background-position:center center !important;background-size:13px !important;background-repeat:no-repeat !important}}.gform_validation_errors{display:none !important}/*!
* Bootstrap  v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/: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: #000;--bs-white: #ffffff;--bs-black-0: rgba(0, 0, 0, 0);--bs-black-30: rgba(0, 0, 0, 0.3);--bs-black-60: rgba(0, 0, 0, 0.6);--bs-black-80: rgba(0, 0, 0, 0.8);--bs-black1: #191919;--bs-black1-50: rgba(25, 25, 25, 0.5);--bs-metal: #767674;--bs-metal2: #c6bfad;--bs-metal3: #e3dfd6;--bs-gray: #c8c7c4;--bs-gray2: #f7f5f4;--bs-gray3: #ebebeb;--bs-gray4: #737369;--bs-gray5: #eeecea;--bs-gray6: #d9d9d9;--bs-gray7: #D3D2D0;--bs-dark: #483a39;--bs-dark2: #313131;--bs-sand: #c9b99c;--bs-turquoise: #618993;--bs-blue: #afc3c9;--bs-green1: #87a161;--bs-primary-rgb: 0, 0, 0;--bs-white-rgb: 255, 255, 255;--bs-black-0-rgb: 0, 0, 0;--bs-black-30-rgb: 0, 0, 0;--bs-black-60-rgb: 0, 0, 0;--bs-black-80-rgb: 0, 0, 0;--bs-black1-rgb: 25, 25, 25;--bs-black1-50-rgb: 25, 25, 25;--bs-metal-rgb: 118, 118, 116;--bs-metal2-rgb: 198, 191, 173;--bs-metal3-rgb: 227, 223, 214;--bs-gray-rgb: 200, 199, 196;--bs-gray2-rgb: 247, 245, 244;--bs-gray3-rgb: 235, 235, 235;--bs-gray4-rgb: 115, 115, 105;--bs-gray5-rgb: 238, 236, 234;--bs-gray6-rgb: 217, 217, 217;--bs-gray7-rgb: 211, 210, 208;--bs-dark-rgb: 72, 58, 57;--bs-dark2-rgb: 49, 49, 49;--bs-sand-rgb: 201, 185, 156;--bs-turquoise-rgb: 97, 137, 147;--bs-blue-rgb: 175, 195, 201;--bs-green1-rgb: 135, 161, 97;--bs-primary-text-emphasis: #052c65;--bs-secondary-text-emphasis: #2b2f32;--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: #cfe2ff;--bs-secondary-bg-subtle: #e2e3e5;--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: #9ec5fe;--bs-secondary-border-subtle: #c4c8cb;--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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #000;--bs-body-color-rgb: 0, 0, 0;--bs-body-bg: #000;--bs-body-bg-rgb: 0, 0, 0;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(0, 0, 0, 0.75);--bs-secondary-color-rgb: 0, 0, 0;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(0, 0, 0, 0.5);--bs-tertiary-color-rgb: 0, 0, 0;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: #0a58ca;--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #000;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 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, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:0;font-weight:400;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.605rem + 4.26vw);font-family:"Alpha",sans-serif;font-weight:400;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:4.8rem}}.display-2{font-size:calc(1.485rem + 2.82vw);font-family:"Alpha",sans-serif;font-weight:400;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:3.6rem}}.display-3{font-size:calc(1.345rem + 1.14vw);font-family:"Alpha",sans-serif;font-weight:400;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:2.2rem}}.display-4{font-size:calc(1.285rem + .42vw);font-family:"Alpha",sans-serif;font-weight:400;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:1.6rem}}.display-5,.stores--lines-mod .card-stores__content>*,.gform_confirmation_message{font-size:calc(1.265rem + .18vw);font-family:"Alpha",sans-serif;font-weight:400;line-height:1.2}@media(min-width: 1200px){.display-5,.stores--lines-mod .card-stores__content>*,.gform_confirmation_message{font-size:1.4rem}}.display-6,.btn-text{font-size:1.2rem;font-family:"Alpha",sans-serif;font-weight:400;line-height:1.2}.display-7{font-size:1.2rem;font-family:"Alpha",sans-serif;font-weight:400;line-height:1.2}.display-8{font-size:calc(1.765rem + 6.18vw);font-family:"Alpha",sans-serif;font-weight:400;line-height:1.2}@media(min-width: 1200px){.display-8{font-size:6.4rem}}.display-9{font-size:calc(1.265rem + .18vw);font-family:"Alpha",sans-serif;font-weight:400;line-height:1.2}@media(min-width: 1200px){.display-9{font-size:1.4rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);box-shadow:var(--bs-box-shadow-sm);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container-xsm,.container-xxs,.container{max-width:54rem}}@media(min-width: 768px){.container-md,.container-sm,.container-xsm,.container-xxs,.container{max-width:72rem}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container-xsm,.container-xxs,.container{max-width:96rem}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container-xsm,.container-xxs,.container{max-width:114rem}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container-xsm,.container-xxs,.container{max-width:132rem}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-xxs: 375px;--bs-breakpoint-xsm: 425px;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px;--bs-breakpoint-xxxxl: 1986px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.grid{display:grid;grid-template-rows:repeat(var(--bs-rows, 1), 1fr);grid-template-columns:repeat(var(--bs-columns, 12), 1fr);gap:var(--bs-gap, 1.5rem)}.grid .g-col-1{grid-column:auto/span 1}.grid .g-col-2{grid-column:auto/span 2}.grid .g-col-3{grid-column:auto/span 3}.grid .g-col-4{grid-column:auto/span 4}.grid .g-col-5{grid-column:auto/span 5}.grid .g-col-6{grid-column:auto/span 6}.grid .g-col-7{grid-column:auto/span 7}.grid .g-col-8{grid-column:auto/span 8}.grid .g-col-9{grid-column:auto/span 9}.grid .g-col-10{grid-column:auto/span 10}.grid .g-col-11{grid-column:auto/span 11}.grid .g-col-12{grid-column:auto/span 12}.grid .g-start-1{grid-column-start:1}.grid .g-start-2{grid-column-start:2}.grid .g-start-3{grid-column-start:3}.grid .g-start-4{grid-column-start:4}.grid .g-start-5{grid-column-start:5}.grid .g-start-6{grid-column-start:6}.grid .g-start-7{grid-column-start:7}.grid .g-start-8{grid-column-start:8}.grid .g-start-9{grid-column-start:9}.grid .g-start-10{grid-column-start:10}.grid .g-start-11{grid-column-start:11}@media(min-width: 375px){.grid .g-col-xxs-1{grid-column:auto/span 1}.grid .g-col-xxs-2{grid-column:auto/span 2}.grid .g-col-xxs-3{grid-column:auto/span 3}.grid .g-col-xxs-4{grid-column:auto/span 4}.grid .g-col-xxs-5{grid-column:auto/span 5}.grid .g-col-xxs-6{grid-column:auto/span 6}.grid .g-col-xxs-7{grid-column:auto/span 7}.grid .g-col-xxs-8{grid-column:auto/span 8}.grid .g-col-xxs-9{grid-column:auto/span 9}.grid .g-col-xxs-10{grid-column:auto/span 10}.grid .g-col-xxs-11{grid-column:auto/span 11}.grid .g-col-xxs-12{grid-column:auto/span 12}.grid .g-start-xxs-1{grid-column-start:1}.grid .g-start-xxs-2{grid-column-start:2}.grid .g-start-xxs-3{grid-column-start:3}.grid .g-start-xxs-4{grid-column-start:4}.grid .g-start-xxs-5{grid-column-start:5}.grid .g-start-xxs-6{grid-column-start:6}.grid .g-start-xxs-7{grid-column-start:7}.grid .g-start-xxs-8{grid-column-start:8}.grid .g-start-xxs-9{grid-column-start:9}.grid .g-start-xxs-10{grid-column-start:10}.grid .g-start-xxs-11{grid-column-start:11}}@media(min-width: 425px){.grid .g-col-xsm-1{grid-column:auto/span 1}.grid .g-col-xsm-2{grid-column:auto/span 2}.grid .g-col-xsm-3{grid-column:auto/span 3}.grid .g-col-xsm-4{grid-column:auto/span 4}.grid .g-col-xsm-5{grid-column:auto/span 5}.grid .g-col-xsm-6{grid-column:auto/span 6}.grid .g-col-xsm-7{grid-column:auto/span 7}.grid .g-col-xsm-8{grid-column:auto/span 8}.grid .g-col-xsm-9{grid-column:auto/span 9}.grid .g-col-xsm-10{grid-column:auto/span 10}.grid .g-col-xsm-11{grid-column:auto/span 11}.grid .g-col-xsm-12{grid-column:auto/span 12}.grid .g-start-xsm-1{grid-column-start:1}.grid .g-start-xsm-2{grid-column-start:2}.grid .g-start-xsm-3{grid-column-start:3}.grid .g-start-xsm-4{grid-column-start:4}.grid .g-start-xsm-5{grid-column-start:5}.grid .g-start-xsm-6{grid-column-start:6}.grid .g-start-xsm-7{grid-column-start:7}.grid .g-start-xsm-8{grid-column-start:8}.grid .g-start-xsm-9{grid-column-start:9}.grid .g-start-xsm-10{grid-column-start:10}.grid .g-start-xsm-11{grid-column-start:11}}@media(min-width: 576px){.grid .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11{grid-column-start:11}}@media(min-width: 768px){.grid .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1{grid-column-start:1}.grid .g-start-md-2{grid-column-start:2}.grid .g-start-md-3{grid-column-start:3}.grid .g-start-md-4{grid-column-start:4}.grid .g-start-md-5{grid-column-start:5}.grid .g-start-md-6{grid-column-start:6}.grid .g-start-md-7{grid-column-start:7}.grid .g-start-md-8{grid-column-start:8}.grid .g-start-md-9{grid-column-start:9}.grid .g-start-md-10{grid-column-start:10}.grid .g-start-md-11{grid-column-start:11}}@media(min-width: 992px){.grid .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11{grid-column-start:11}}@media(min-width: 1200px){.grid .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11{grid-column-start:11}}@media(min-width: 1400px){.grid .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11{grid-column-start:11}}@media(min-width: 1986px){.grid .g-col-xxxxl-1{grid-column:auto/span 1}.grid .g-col-xxxxl-2{grid-column:auto/span 2}.grid .g-col-xxxxl-3{grid-column:auto/span 3}.grid .g-col-xxxxl-4{grid-column:auto/span 4}.grid .g-col-xxxxl-5{grid-column:auto/span 5}.grid .g-col-xxxxl-6{grid-column:auto/span 6}.grid .g-col-xxxxl-7{grid-column:auto/span 7}.grid .g-col-xxxxl-8{grid-column:auto/span 8}.grid .g-col-xxxxl-9{grid-column:auto/span 9}.grid .g-col-xxxxl-10{grid-column:auto/span 10}.grid .g-col-xxxxl-11{grid-column:auto/span 11}.grid .g-col-xxxxl-12{grid-column:auto/span 12}.grid .g-start-xxxxl-1{grid-column-start:1}.grid .g-start-xxxxl-2{grid-column-start:2}.grid .g-start-xxxxl-3{grid-column-start:3}.grid .g-start-xxxxl-4{grid-column-start:4}.grid .g-start-xxxxl-5{grid-column-start:5}.grid .g-start-xxxxl-6{grid-column-start:6}.grid .g-start-xxxxl-7{grid-column-start:7}.grid .g-start-xxxxl-8{grid-column-start:8}.grid .g-start-xxxxl-9{grid-column-start:9}.grid .g-start-xxxxl-10{grid-column-start:10}.grid .g-start-xxxxl-11{grid-column-start:11}}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-12,.gx-12{--bs-gutter-x: 1.2rem}.g-12,.gy-12{--bs-gutter-y: 1.2rem}.g-16,.gx-16{--bs-gutter-x: 1.6rem}.g-16,.gy-16{--bs-gutter-y: 1.6rem}.g-20,.gx-20{--bs-gutter-x: 2rem}.g-20,.gy-20{--bs-gutter-y: 2rem}.g-24,.gx-24{--bs-gutter-x: 2.4rem}.g-24,.gy-24{--bs-gutter-y: 2.4rem}.g-30,.gx-30{--bs-gutter-x: 3rem}.g-30,.gy-30{--bs-gutter-y: 3rem}.g-32,.gx-32{--bs-gutter-x: 3.2rem}.g-32,.gy-32{--bs-gutter-y: 3.2rem}.g-40,.gx-40{--bs-gutter-x: 4rem}.g-40,.gy-40{--bs-gutter-y: 4rem}.g-48,.gx-48{--bs-gutter-x: 4.8rem}.g-48,.gy-48{--bs-gutter-y: 4.8rem}.g-64,.gx-64{--bs-gutter-x: 6.4rem}.g-64,.gy-64{--bs-gutter-y: 6.4rem}.g-72,.gx-72{--bs-gutter-x: 7.2rem}.g-72,.gy-72{--bs-gutter-y: 7.2rem}.g-98,.gx-98{--bs-gutter-x: 9.8rem}.g-98,.gy-98{--bs-gutter-y: 9.8rem}.g-106,.gx-106{--bs-gutter-x: 10.6rem}.g-106,.gy-106{--bs-gutter-y: 10.6rem}@media(min-width: 375px){.col-xxs{flex:1 0 0%}.row-cols-xxs-auto>*{flex:0 0 auto;width:auto}.row-cols-xxs-1>*{flex:0 0 auto;width:100%}.row-cols-xxs-2>*{flex:0 0 auto;width:50%}.row-cols-xxs-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxs-4>*{flex:0 0 auto;width:25%}.row-cols-xxs-5>*{flex:0 0 auto;width:20%}.row-cols-xxs-6>*{flex:0 0 auto;width:16.66666667%}.col-xxs-auto{flex:0 0 auto;width:auto}.col-xxs-1{flex:0 0 auto;width:8.33333333%}.col-xxs-2{flex:0 0 auto;width:16.66666667%}.col-xxs-3{flex:0 0 auto;width:25%}.col-xxs-4{flex:0 0 auto;width:33.33333333%}.col-xxs-5{flex:0 0 auto;width:41.66666667%}.col-xxs-6{flex:0 0 auto;width:50%}.col-xxs-7{flex:0 0 auto;width:58.33333333%}.col-xxs-8{flex:0 0 auto;width:66.66666667%}.col-xxs-9{flex:0 0 auto;width:75%}.col-xxs-10{flex:0 0 auto;width:83.33333333%}.col-xxs-11{flex:0 0 auto;width:91.66666667%}.col-xxs-12{flex:0 0 auto;width:100%}.offset-xxs-0{margin-left:0}.offset-xxs-1{margin-left:8.33333333%}.offset-xxs-2{margin-left:16.66666667%}.offset-xxs-3{margin-left:25%}.offset-xxs-4{margin-left:33.33333333%}.offset-xxs-5{margin-left:41.66666667%}.offset-xxs-6{margin-left:50%}.offset-xxs-7{margin-left:58.33333333%}.offset-xxs-8{margin-left:66.66666667%}.offset-xxs-9{margin-left:75%}.offset-xxs-10{margin-left:83.33333333%}.offset-xxs-11{margin-left:91.66666667%}.g-xxs-0,.gx-xxs-0{--bs-gutter-x: 0}.g-xxs-0,.gy-xxs-0{--bs-gutter-y: 0}.g-xxs-12,.gx-xxs-12{--bs-gutter-x: 1.2rem}.g-xxs-12,.gy-xxs-12{--bs-gutter-y: 1.2rem}.g-xxs-16,.gx-xxs-16{--bs-gutter-x: 1.6rem}.g-xxs-16,.gy-xxs-16{--bs-gutter-y: 1.6rem}.g-xxs-20,.gx-xxs-20{--bs-gutter-x: 2rem}.g-xxs-20,.gy-xxs-20{--bs-gutter-y: 2rem}.g-xxs-24,.gx-xxs-24{--bs-gutter-x: 2.4rem}.g-xxs-24,.gy-xxs-24{--bs-gutter-y: 2.4rem}.g-xxs-30,.gx-xxs-30{--bs-gutter-x: 3rem}.g-xxs-30,.gy-xxs-30{--bs-gutter-y: 3rem}.g-xxs-32,.gx-xxs-32{--bs-gutter-x: 3.2rem}.g-xxs-32,.gy-xxs-32{--bs-gutter-y: 3.2rem}.g-xxs-40,.gx-xxs-40{--bs-gutter-x: 4rem}.g-xxs-40,.gy-xxs-40{--bs-gutter-y: 4rem}.g-xxs-48,.gx-xxs-48{--bs-gutter-x: 4.8rem}.g-xxs-48,.gy-xxs-48{--bs-gutter-y: 4.8rem}.g-xxs-64,.gx-xxs-64{--bs-gutter-x: 6.4rem}.g-xxs-64,.gy-xxs-64{--bs-gutter-y: 6.4rem}.g-xxs-72,.gx-xxs-72{--bs-gutter-x: 7.2rem}.g-xxs-72,.gy-xxs-72{--bs-gutter-y: 7.2rem}.g-xxs-98,.gx-xxs-98{--bs-gutter-x: 9.8rem}.g-xxs-98,.gy-xxs-98{--bs-gutter-y: 9.8rem}.g-xxs-106,.gx-xxs-106{--bs-gutter-x: 10.6rem}.g-xxs-106,.gy-xxs-106{--bs-gutter-y: 10.6rem}}@media(min-width: 425px){.col-xsm{flex:1 0 0%}.row-cols-xsm-auto>*{flex:0 0 auto;width:auto}.row-cols-xsm-1>*{flex:0 0 auto;width:100%}.row-cols-xsm-2>*{flex:0 0 auto;width:50%}.row-cols-xsm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xsm-4>*{flex:0 0 auto;width:25%}.row-cols-xsm-5>*{flex:0 0 auto;width:20%}.row-cols-xsm-6>*{flex:0 0 auto;width:16.66666667%}.col-xsm-auto{flex:0 0 auto;width:auto}.col-xsm-1{flex:0 0 auto;width:8.33333333%}.col-xsm-2{flex:0 0 auto;width:16.66666667%}.col-xsm-3{flex:0 0 auto;width:25%}.col-xsm-4{flex:0 0 auto;width:33.33333333%}.col-xsm-5{flex:0 0 auto;width:41.66666667%}.col-xsm-6{flex:0 0 auto;width:50%}.col-xsm-7{flex:0 0 auto;width:58.33333333%}.col-xsm-8{flex:0 0 auto;width:66.66666667%}.col-xsm-9{flex:0 0 auto;width:75%}.col-xsm-10{flex:0 0 auto;width:83.33333333%}.col-xsm-11{flex:0 0 auto;width:91.66666667%}.col-xsm-12{flex:0 0 auto;width:100%}.offset-xsm-0{margin-left:0}.offset-xsm-1{margin-left:8.33333333%}.offset-xsm-2{margin-left:16.66666667%}.offset-xsm-3{margin-left:25%}.offset-xsm-4{margin-left:33.33333333%}.offset-xsm-5{margin-left:41.66666667%}.offset-xsm-6{margin-left:50%}.offset-xsm-7{margin-left:58.33333333%}.offset-xsm-8{margin-left:66.66666667%}.offset-xsm-9{margin-left:75%}.offset-xsm-10{margin-left:83.33333333%}.offset-xsm-11{margin-left:91.66666667%}.g-xsm-0,.gx-xsm-0{--bs-gutter-x: 0}.g-xsm-0,.gy-xsm-0{--bs-gutter-y: 0}.g-xsm-12,.gx-xsm-12{--bs-gutter-x: 1.2rem}.g-xsm-12,.gy-xsm-12{--bs-gutter-y: 1.2rem}.g-xsm-16,.gx-xsm-16{--bs-gutter-x: 1.6rem}.g-xsm-16,.gy-xsm-16{--bs-gutter-y: 1.6rem}.g-xsm-20,.gx-xsm-20{--bs-gutter-x: 2rem}.g-xsm-20,.gy-xsm-20{--bs-gutter-y: 2rem}.g-xsm-24,.gx-xsm-24{--bs-gutter-x: 2.4rem}.g-xsm-24,.gy-xsm-24{--bs-gutter-y: 2.4rem}.g-xsm-30,.gx-xsm-30{--bs-gutter-x: 3rem}.g-xsm-30,.gy-xsm-30{--bs-gutter-y: 3rem}.g-xsm-32,.gx-xsm-32{--bs-gutter-x: 3.2rem}.g-xsm-32,.gy-xsm-32{--bs-gutter-y: 3.2rem}.g-xsm-40,.gx-xsm-40{--bs-gutter-x: 4rem}.g-xsm-40,.gy-xsm-40{--bs-gutter-y: 4rem}.g-xsm-48,.gx-xsm-48{--bs-gutter-x: 4.8rem}.g-xsm-48,.gy-xsm-48{--bs-gutter-y: 4.8rem}.g-xsm-64,.gx-xsm-64{--bs-gutter-x: 6.4rem}.g-xsm-64,.gy-xsm-64{--bs-gutter-y: 6.4rem}.g-xsm-72,.gx-xsm-72{--bs-gutter-x: 7.2rem}.g-xsm-72,.gy-xsm-72{--bs-gutter-y: 7.2rem}.g-xsm-98,.gx-xsm-98{--bs-gutter-x: 9.8rem}.g-xsm-98,.gy-xsm-98{--bs-gutter-y: 9.8rem}.g-xsm-106,.gx-xsm-106{--bs-gutter-x: 10.6rem}.g-xsm-106,.gy-xsm-106{--bs-gutter-y: 10.6rem}}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-12,.gx-sm-12{--bs-gutter-x: 1.2rem}.g-sm-12,.gy-sm-12{--bs-gutter-y: 1.2rem}.g-sm-16,.gx-sm-16{--bs-gutter-x: 1.6rem}.g-sm-16,.gy-sm-16{--bs-gutter-y: 1.6rem}.g-sm-20,.gx-sm-20{--bs-gutter-x: 2rem}.g-sm-20,.gy-sm-20{--bs-gutter-y: 2rem}.g-sm-24,.gx-sm-24{--bs-gutter-x: 2.4rem}.g-sm-24,.gy-sm-24{--bs-gutter-y: 2.4rem}.g-sm-30,.gx-sm-30{--bs-gutter-x: 3rem}.g-sm-30,.gy-sm-30{--bs-gutter-y: 3rem}.g-sm-32,.gx-sm-32{--bs-gutter-x: 3.2rem}.g-sm-32,.gy-sm-32{--bs-gutter-y: 3.2rem}.g-sm-40,.gx-sm-40{--bs-gutter-x: 4rem}.g-sm-40,.gy-sm-40{--bs-gutter-y: 4rem}.g-sm-48,.gx-sm-48{--bs-gutter-x: 4.8rem}.g-sm-48,.gy-sm-48{--bs-gutter-y: 4.8rem}.g-sm-64,.gx-sm-64{--bs-gutter-x: 6.4rem}.g-sm-64,.gy-sm-64{--bs-gutter-y: 6.4rem}.g-sm-72,.gx-sm-72{--bs-gutter-x: 7.2rem}.g-sm-72,.gy-sm-72{--bs-gutter-y: 7.2rem}.g-sm-98,.gx-sm-98{--bs-gutter-x: 9.8rem}.g-sm-98,.gy-sm-98{--bs-gutter-y: 9.8rem}.g-sm-106,.gx-sm-106{--bs-gutter-x: 10.6rem}.g-sm-106,.gy-sm-106{--bs-gutter-y: 10.6rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-12,.gx-md-12{--bs-gutter-x: 1.2rem}.g-md-12,.gy-md-12{--bs-gutter-y: 1.2rem}.g-md-16,.gx-md-16{--bs-gutter-x: 1.6rem}.g-md-16,.gy-md-16{--bs-gutter-y: 1.6rem}.g-md-20,.gx-md-20{--bs-gutter-x: 2rem}.g-md-20,.gy-md-20{--bs-gutter-y: 2rem}.g-md-24,.gx-md-24{--bs-gutter-x: 2.4rem}.g-md-24,.gy-md-24{--bs-gutter-y: 2.4rem}.g-md-30,.gx-md-30{--bs-gutter-x: 3rem}.g-md-30,.gy-md-30{--bs-gutter-y: 3rem}.g-md-32,.gx-md-32{--bs-gutter-x: 3.2rem}.g-md-32,.gy-md-32{--bs-gutter-y: 3.2rem}.g-md-40,.gx-md-40{--bs-gutter-x: 4rem}.g-md-40,.gy-md-40{--bs-gutter-y: 4rem}.g-md-48,.gx-md-48{--bs-gutter-x: 4.8rem}.g-md-48,.gy-md-48{--bs-gutter-y: 4.8rem}.g-md-64,.gx-md-64{--bs-gutter-x: 6.4rem}.g-md-64,.gy-md-64{--bs-gutter-y: 6.4rem}.g-md-72,.gx-md-72{--bs-gutter-x: 7.2rem}.g-md-72,.gy-md-72{--bs-gutter-y: 7.2rem}.g-md-98,.gx-md-98{--bs-gutter-x: 9.8rem}.g-md-98,.gy-md-98{--bs-gutter-y: 9.8rem}.g-md-106,.gx-md-106{--bs-gutter-x: 10.6rem}.g-md-106,.gy-md-106{--bs-gutter-y: 10.6rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-12,.gx-lg-12{--bs-gutter-x: 1.2rem}.g-lg-12,.gy-lg-12{--bs-gutter-y: 1.2rem}.g-lg-16,.gx-lg-16{--bs-gutter-x: 1.6rem}.g-lg-16,.gy-lg-16{--bs-gutter-y: 1.6rem}.g-lg-20,.gx-lg-20{--bs-gutter-x: 2rem}.g-lg-20,.gy-lg-20{--bs-gutter-y: 2rem}.g-lg-24,.gx-lg-24{--bs-gutter-x: 2.4rem}.g-lg-24,.gy-lg-24{--bs-gutter-y: 2.4rem}.g-lg-30,.gx-lg-30{--bs-gutter-x: 3rem}.g-lg-30,.gy-lg-30{--bs-gutter-y: 3rem}.g-lg-32,.gx-lg-32{--bs-gutter-x: 3.2rem}.g-lg-32,.gy-lg-32{--bs-gutter-y: 3.2rem}.g-lg-40,.gx-lg-40{--bs-gutter-x: 4rem}.g-lg-40,.gy-lg-40{--bs-gutter-y: 4rem}.g-lg-48,.gx-lg-48{--bs-gutter-x: 4.8rem}.g-lg-48,.gy-lg-48{--bs-gutter-y: 4.8rem}.g-lg-64,.gx-lg-64{--bs-gutter-x: 6.4rem}.g-lg-64,.gy-lg-64{--bs-gutter-y: 6.4rem}.g-lg-72,.gx-lg-72{--bs-gutter-x: 7.2rem}.g-lg-72,.gy-lg-72{--bs-gutter-y: 7.2rem}.g-lg-98,.gx-lg-98{--bs-gutter-x: 9.8rem}.g-lg-98,.gy-lg-98{--bs-gutter-y: 9.8rem}.g-lg-106,.gx-lg-106{--bs-gutter-x: 10.6rem}.g-lg-106,.gy-lg-106{--bs-gutter-y: 10.6rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-12,.gx-xl-12{--bs-gutter-x: 1.2rem}.g-xl-12,.gy-xl-12{--bs-gutter-y: 1.2rem}.g-xl-16,.gx-xl-16{--bs-gutter-x: 1.6rem}.g-xl-16,.gy-xl-16{--bs-gutter-y: 1.6rem}.g-xl-20,.gx-xl-20{--bs-gutter-x: 2rem}.g-xl-20,.gy-xl-20{--bs-gutter-y: 2rem}.g-xl-24,.gx-xl-24{--bs-gutter-x: 2.4rem}.g-xl-24,.gy-xl-24{--bs-gutter-y: 2.4rem}.g-xl-30,.gx-xl-30{--bs-gutter-x: 3rem}.g-xl-30,.gy-xl-30{--bs-gutter-y: 3rem}.g-xl-32,.gx-xl-32{--bs-gutter-x: 3.2rem}.g-xl-32,.gy-xl-32{--bs-gutter-y: 3.2rem}.g-xl-40,.gx-xl-40{--bs-gutter-x: 4rem}.g-xl-40,.gy-xl-40{--bs-gutter-y: 4rem}.g-xl-48,.gx-xl-48{--bs-gutter-x: 4.8rem}.g-xl-48,.gy-xl-48{--bs-gutter-y: 4.8rem}.g-xl-64,.gx-xl-64{--bs-gutter-x: 6.4rem}.g-xl-64,.gy-xl-64{--bs-gutter-y: 6.4rem}.g-xl-72,.gx-xl-72{--bs-gutter-x: 7.2rem}.g-xl-72,.gy-xl-72{--bs-gutter-y: 7.2rem}.g-xl-98,.gx-xl-98{--bs-gutter-x: 9.8rem}.g-xl-98,.gy-xl-98{--bs-gutter-y: 9.8rem}.g-xl-106,.gx-xl-106{--bs-gutter-x: 10.6rem}.g-xl-106,.gy-xl-106{--bs-gutter-y: 10.6rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-12,.gx-xxl-12{--bs-gutter-x: 1.2rem}.g-xxl-12,.gy-xxl-12{--bs-gutter-y: 1.2rem}.g-xxl-16,.gx-xxl-16{--bs-gutter-x: 1.6rem}.g-xxl-16,.gy-xxl-16{--bs-gutter-y: 1.6rem}.g-xxl-20,.gx-xxl-20{--bs-gutter-x: 2rem}.g-xxl-20,.gy-xxl-20{--bs-gutter-y: 2rem}.g-xxl-24,.gx-xxl-24{--bs-gutter-x: 2.4rem}.g-xxl-24,.gy-xxl-24{--bs-gutter-y: 2.4rem}.g-xxl-30,.gx-xxl-30{--bs-gutter-x: 3rem}.g-xxl-30,.gy-xxl-30{--bs-gutter-y: 3rem}.g-xxl-32,.gx-xxl-32{--bs-gutter-x: 3.2rem}.g-xxl-32,.gy-xxl-32{--bs-gutter-y: 3.2rem}.g-xxl-40,.gx-xxl-40{--bs-gutter-x: 4rem}.g-xxl-40,.gy-xxl-40{--bs-gutter-y: 4rem}.g-xxl-48,.gx-xxl-48{--bs-gutter-x: 4.8rem}.g-xxl-48,.gy-xxl-48{--bs-gutter-y: 4.8rem}.g-xxl-64,.gx-xxl-64{--bs-gutter-x: 6.4rem}.g-xxl-64,.gy-xxl-64{--bs-gutter-y: 6.4rem}.g-xxl-72,.gx-xxl-72{--bs-gutter-x: 7.2rem}.g-xxl-72,.gy-xxl-72{--bs-gutter-y: 7.2rem}.g-xxl-98,.gx-xxl-98{--bs-gutter-x: 9.8rem}.g-xxl-98,.gy-xxl-98{--bs-gutter-y: 9.8rem}.g-xxl-106,.gx-xxl-106{--bs-gutter-x: 10.6rem}.g-xxl-106,.gy-xxl-106{--bs-gutter-y: 10.6rem}}@media(min-width: 1986px){.col-xxxxl{flex:1 0 0%}.row-cols-xxxxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxxxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxxxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxxxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxxxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxxxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxxxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxxxl-auto{flex:0 0 auto;width:auto}.col-xxxxl-1{flex:0 0 auto;width:8.33333333%}.col-xxxxl-2{flex:0 0 auto;width:16.66666667%}.col-xxxxl-3{flex:0 0 auto;width:25%}.col-xxxxl-4{flex:0 0 auto;width:33.33333333%}.col-xxxxl-5{flex:0 0 auto;width:41.66666667%}.col-xxxxl-6{flex:0 0 auto;width:50%}.col-xxxxl-7{flex:0 0 auto;width:58.33333333%}.col-xxxxl-8{flex:0 0 auto;width:66.66666667%}.col-xxxxl-9{flex:0 0 auto;width:75%}.col-xxxxl-10{flex:0 0 auto;width:83.33333333%}.col-xxxxl-11{flex:0 0 auto;width:91.66666667%}.col-xxxxl-12{flex:0 0 auto;width:100%}.offset-xxxxl-0{margin-left:0}.offset-xxxxl-1{margin-left:8.33333333%}.offset-xxxxl-2{margin-left:16.66666667%}.offset-xxxxl-3{margin-left:25%}.offset-xxxxl-4{margin-left:33.33333333%}.offset-xxxxl-5{margin-left:41.66666667%}.offset-xxxxl-6{margin-left:50%}.offset-xxxxl-7{margin-left:58.33333333%}.offset-xxxxl-8{margin-left:66.66666667%}.offset-xxxxl-9{margin-left:75%}.offset-xxxxl-10{margin-left:83.33333333%}.offset-xxxxl-11{margin-left:91.66666667%}.g-xxxxl-0,.gx-xxxxl-0{--bs-gutter-x: 0}.g-xxxxl-0,.gy-xxxxl-0{--bs-gutter-y: 0}.g-xxxxl-12,.gx-xxxxl-12{--bs-gutter-x: 1.2rem}.g-xxxxl-12,.gy-xxxxl-12{--bs-gutter-y: 1.2rem}.g-xxxxl-16,.gx-xxxxl-16{--bs-gutter-x: 1.6rem}.g-xxxxl-16,.gy-xxxxl-16{--bs-gutter-y: 1.6rem}.g-xxxxl-20,.gx-xxxxl-20{--bs-gutter-x: 2rem}.g-xxxxl-20,.gy-xxxxl-20{--bs-gutter-y: 2rem}.g-xxxxl-24,.gx-xxxxl-24{--bs-gutter-x: 2.4rem}.g-xxxxl-24,.gy-xxxxl-24{--bs-gutter-y: 2.4rem}.g-xxxxl-30,.gx-xxxxl-30{--bs-gutter-x: 3rem}.g-xxxxl-30,.gy-xxxxl-30{--bs-gutter-y: 3rem}.g-xxxxl-32,.gx-xxxxl-32{--bs-gutter-x: 3.2rem}.g-xxxxl-32,.gy-xxxxl-32{--bs-gutter-y: 3.2rem}.g-xxxxl-40,.gx-xxxxl-40{--bs-gutter-x: 4rem}.g-xxxxl-40,.gy-xxxxl-40{--bs-gutter-y: 4rem}.g-xxxxl-48,.gx-xxxxl-48{--bs-gutter-x: 4.8rem}.g-xxxxl-48,.gy-xxxxl-48{--bs-gutter-y: 4.8rem}.g-xxxxl-64,.gx-xxxxl-64{--bs-gutter-x: 6.4rem}.g-xxxxl-64,.gy-xxxxl-64{--bs-gutter-y: 6.4rem}.g-xxxxl-72,.gx-xxxxl-72{--bs-gutter-x: 7.2rem}.g-xxxxl-72,.gy-xxxxl-72{--bs-gutter-y: 7.2rem}.g-xxxxl-98,.gx-xxxxl-98{--bs-gutter-x: 9.8rem}.g-xxxxl-98,.gy-xxxxl-98{--bs-gutter-y: 9.8rem}.g-xxxxl-106,.gx-xxxxl-106{--bs-gutter-x: 10.6rem}.g-xxxxl-106,.gy-xxxxl-106{--bs-gutter-y: 10.6rem}}.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);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--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: #cfe2ff;--bs-table-border-color: #a6b5cc;--bs-table-striped-bg: #c5d7f2;--bs-table-striped-color: #000;--bs-table-active-bg: #bacbe6;--bs-table-active-color: #000;--bs-table-hover-bg: #bfd1ec;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #b5b6b7;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.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;color:var(--bs-table-color);border-color:var(--bs-table-border-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;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.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;color:var(--bs-table-color);border-color:var(--bs-table-border-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;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #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;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #483a39;--bs-table-border-color: #6d6161;--bs-table-striped-bg: #514443;--bs-table-striped-color: #fff;--bs-table-active-bg: #5a4e4d;--bs-table-active-color: #fff;--bs-table-hover-bg: #564948;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 374.98px){.table-responsive-xxs{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 424.98px){.table-responsive-xsm{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}}@media(max-width: 1985.98px){.table-responsive-xxxxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);box-shadow:var(--bs-box-shadow-inset);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(13, 110, 253, 0.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);background-image:var(--bs-gradient);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:rgba(0, 0, 0, 0);border:solid rgba(0, 0, 0, 0);border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + var(--bs-border-width)*2);padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 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{width:3rem;height:calc(1.5em + .75rem + var(--bs-border-width)*2);padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + 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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);box-shadow:var(--bs-box-shadow-inset);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(13, 110, 253, 0.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:rgba(0, 0, 0, 0);text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13, 110, 253, 0.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"), var(--bs-gradient)}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"), var(--bs-gradient)}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"), var(--bs-gradient)}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"), var(--bs-gradient)}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:rgba(0, 0, 0, 0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #000,0 0 0 .25rem rgba(13, 110, 253, 0.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #000,0 0 0 .25rem rgba(13, 110, 253, 0.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;background-color:#0d6efd;background-image:var(--bs-gradient);border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0, 0, 0, 0.1);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe;background-image:var(--bs-gradient)}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0, 0, 0, 0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0, 0, 0, 0);border-radius:1rem;box-shadow:var(--bs-box-shadow-inset)}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;background-image:var(--bs-gradient);border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0, 0, 0, 0.1);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe;background-image:var(--bs-gradient)}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0, 0, 0, 0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0, 0, 0, 0);border-radius:1rem;box-shadow:var(--bs-box-shadow-inset)}.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);min-height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid rgba(0, 0, 0, 0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0, 0, 0, 0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-control-plaintext~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label::after,.form-floating>.form-control:disabled~label::after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width)*-1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + 1.5em + .75rem)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + 1.5em + .75rem)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);background-image:var(--bs-gradient);box-shadow:var(--bs-btn-box-shadow);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);background-image:var(--bs-gradient);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-box-shadow),var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-box-shadow),var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);background-image:none;border-color:var(--bs-btn-active-border-color);box-shadow:var(--bs-btn-active-shadow)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-active-shadow),var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-active-shadow),var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);background-image:none;border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity);box-shadow:none}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #000;--bs-btn-border-color: #000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: black;--bs-btn-hover-border-color: black;--bs-btn-focus-shadow-rgb: 38, 38, 38;--bs-btn-active-color: #fff;--bs-btn-active-bg: black;--bs-btn-active-border-color: black;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #000;--bs-btn-disabled-border-color: #000}.btn-white{--bs-btn-color: #000;--bs-btn-bg: #ffffff;--bs-btn-border-color: #ffffff;--bs-btn-hover-color: #000;--bs-btn-hover-bg: white;--bs-btn-hover-border-color: white;--bs-btn-focus-shadow-rgb: 217, 217, 217;--bs-btn-active-color: #000;--bs-btn-active-bg: white;--bs-btn-active-border-color: white;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffffff;--bs-btn-disabled-border-color: #ffffff}.btn-black-0{--bs-btn-color: #fff;--bs-btn-bg: rgba(0, 0, 0, 0);--bs-btn-border-color: rgba(0, 0, 0, 0);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgba(0, 0, 0, 0.15);--bs-btn-hover-border-color: rgba(0, 0, 0, 0.2);--bs-btn-focus-shadow-rgb: 255, 255, 255;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgba(0, 0, 0, 0.2);--bs-btn-active-border-color: rgba(0, 0, 0, 0.25);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: rgba(0, 0, 0, 0);--bs-btn-disabled-border-color: rgba(0, 0, 0, 0)}.btn-black-30{--bs-btn-color: #fff;--bs-btn-bg: rgba(0, 0, 0, 0.3);--bs-btn-border-color: rgba(0, 0, 0, 0.3);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgba(0, 0, 0, 0.405);--bs-btn-hover-border-color: rgba(0, 0, 0, 0.44);--bs-btn-focus-shadow-rgb: 128, 128, 128;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgba(0, 0, 0, 0.44);--bs-btn-active-border-color: rgba(0, 0, 0, 0.475);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: rgba(0, 0, 0, 0.3);--bs-btn-disabled-border-color: rgba(0, 0, 0, 0.3)}.btn-black-60{--bs-btn-color: #fff;--bs-btn-bg: rgba(0, 0, 0, 0.6);--bs-btn-border-color: rgba(0, 0, 0, 0.6);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgba(0, 0, 0, 0.66);--bs-btn-hover-border-color: rgba(0, 0, 0, 0.68);--bs-btn-focus-shadow-rgb: 74, 74, 74;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgba(0, 0, 0, 0.68);--bs-btn-active-border-color: rgba(0, 0, 0, 0.7);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: rgba(0, 0, 0, 0.6);--bs-btn-disabled-border-color: rgba(0, 0, 0, 0.6)}.btn-black-80{--bs-btn-color: #fff;--bs-btn-bg: rgba(0, 0, 0, 0.8);--bs-btn-border-color: rgba(0, 0, 0, 0.8);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgba(0, 0, 0, 0.83);--bs-btn-hover-border-color: rgba(0, 0, 0, 0.84);--bs-btn-focus-shadow-rgb: 53, 53, 53;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgba(0, 0, 0, 0.84);--bs-btn-active-border-color: rgba(0, 0, 0, 0.85);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: rgba(0, 0, 0, 0.8);--bs-btn-disabled-border-color: rgba(0, 0, 0, 0.8)}.btn-black1{--bs-btn-color: #fff;--bs-btn-bg: #191919;--bs-btn-border-color: #191919;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #151515;--bs-btn-hover-border-color: #141414;--bs-btn-focus-shadow-rgb: 60, 60, 60;--bs-btn-active-color: #fff;--bs-btn-active-bg: #141414;--bs-btn-active-border-color: #131313;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #191919;--bs-btn-disabled-border-color: #191919}.btn-black1-50{--bs-btn-color: #fff;--bs-btn-bg: rgba(25, 25, 25, 0.5);--bs-btn-border-color: rgba(25, 25, 25, 0.5);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgba(16, 16, 16, 0.575);--bs-btn-hover-border-color: rgba(14, 14, 14, 0.6);--bs-btn-focus-shadow-rgb: 105, 105, 105;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgba(14, 14, 14, 0.6);--bs-btn-active-border-color: rgba(13, 13, 13, 0.625);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: rgba(25, 25, 25, 0.5);--bs-btn-disabled-border-color: rgba(25, 25, 25, 0.5)}.btn-metal{--bs-btn-color: #fff;--bs-btn-bg: #767674;--bs-btn-border-color: #767674;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #646463;--bs-btn-hover-border-color: #5e5e5d;--bs-btn-focus-shadow-rgb: 139, 139, 137;--bs-btn-active-color: #fff;--bs-btn-active-bg: #5e5e5d;--bs-btn-active-border-color: #595957;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #767674;--bs-btn-disabled-border-color: #767674}.btn-metal2{--bs-btn-color: #000;--bs-btn-bg: #c6bfad;--bs-btn-border-color: #c6bfad;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #cfc9b9;--bs-btn-hover-border-color: #ccc5b5;--bs-btn-focus-shadow-rgb: 168, 162, 147;--bs-btn-active-color: #000;--bs-btn-active-bg: #d1ccbd;--bs-btn-active-border-color: #ccc5b5;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #c6bfad;--bs-btn-disabled-border-color: #c6bfad}.btn-metal3{--bs-btn-color: #000;--bs-btn-bg: #e3dfd6;--bs-btn-border-color: #e3dfd6;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #e7e4dc;--bs-btn-hover-border-color: #e6e2da;--bs-btn-focus-shadow-rgb: 193, 190, 182;--bs-btn-active-color: #000;--bs-btn-active-bg: #e9e5de;--bs-btn-active-border-color: #e6e2da;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #e3dfd6;--bs-btn-disabled-border-color: #e3dfd6}.btn-gray{--bs-btn-color: #000;--bs-btn-bg: #c8c7c4;--bs-btn-border-color: #c8c7c4;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d0cfcd;--bs-btn-hover-border-color: #cecdca;--bs-btn-focus-shadow-rgb: 170, 169, 167;--bs-btn-active-color: #000;--bs-btn-active-bg: #d3d2d0;--bs-btn-active-border-color: #cecdca;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #c8c7c4;--bs-btn-disabled-border-color: #c8c7c4}.btn-gray2{--bs-btn-color: #000;--bs-btn-bg: #f7f5f4;--bs-btn-border-color: #f7f5f4;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f7f6;--bs-btn-hover-border-color: #f8f6f5;--bs-btn-focus-shadow-rgb: 210, 208, 207;--bs-btn-active-color: #000;--bs-btn-active-bg: #f9f7f6;--bs-btn-active-border-color: #f8f6f5;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f7f5f4;--bs-btn-disabled-border-color: #f7f5f4}.btn-gray3{--bs-btn-color: #000;--bs-btn-bg: #ebebeb;--bs-btn-border-color: #ebebeb;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #eeeeee;--bs-btn-hover-border-color: #ededed;--bs-btn-focus-shadow-rgb: 200, 200, 200;--bs-btn-active-color: #000;--bs-btn-active-bg: #efefef;--bs-btn-active-border-color: #ededed;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ebebeb;--bs-btn-disabled-border-color: #ebebeb}.btn-gray4{--bs-btn-color: #fff;--bs-btn-bg: #737369;--bs-btn-border-color: #737369;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #626259;--bs-btn-hover-border-color: #5c5c54;--bs-btn-focus-shadow-rgb: 136, 136, 128;--bs-btn-active-color: #fff;--bs-btn-active-bg: #5c5c54;--bs-btn-active-border-color: #56564f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #737369;--bs-btn-disabled-border-color: #737369}.btn-gray5{--bs-btn-color: #000;--bs-btn-bg: #eeecea;--bs-btn-border-color: #eeecea;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f1efed;--bs-btn-hover-border-color: #f0eeec;--bs-btn-focus-shadow-rgb: 202, 201, 199;--bs-btn-active-color: #000;--bs-btn-active-bg: #f1f0ee;--bs-btn-active-border-color: #f0eeec;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #eeecea;--bs-btn-disabled-border-color: #eeecea}.btn-gray6{--bs-btn-color: #000;--bs-btn-bg: #d9d9d9;--bs-btn-border-color: #d9d9d9;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #dfdfdf;--bs-btn-hover-border-color: #dddddd;--bs-btn-focus-shadow-rgb: 184, 184, 184;--bs-btn-active-color: #000;--bs-btn-active-bg: #e1e1e1;--bs-btn-active-border-color: #dddddd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #d9d9d9;--bs-btn-disabled-border-color: #d9d9d9}.btn-gray7{--bs-btn-color: #000;--bs-btn-bg: #D3D2D0;--bs-btn-border-color: #D3D2D0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #dad9d7;--bs-btn-hover-border-color: #d7d7d5;--bs-btn-focus-shadow-rgb: 179, 179, 177;--bs-btn-active-color: #000;--bs-btn-active-bg: #dcdbd9;--bs-btn-active-border-color: #d7d7d5;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #D3D2D0;--bs-btn-disabled-border-color: #D3D2D0}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #483a39;--bs-btn-border-color: #483a39;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #635857;--bs-btn-hover-border-color: #5a4e4d;--bs-btn-focus-shadow-rgb: 99, 88, 87;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6d6161;--bs-btn-active-border-color: #5a4e4d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #483a39;--bs-btn-disabled-border-color: #483a39}.btn-dark2{--bs-btn-color: #fff;--bs-btn-bg: #313131;--bs-btn-border-color: #313131;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #2a2a2a;--bs-btn-hover-border-color: #272727;--bs-btn-focus-shadow-rgb: 80, 80, 80;--bs-btn-active-color: #fff;--bs-btn-active-bg: #272727;--bs-btn-active-border-color: #252525;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #313131;--bs-btn-disabled-border-color: #313131}.btn-sand{--bs-btn-color: #000;--bs-btn-bg: #c9b99c;--bs-btn-border-color: #c9b99c;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d1c4ab;--bs-btn-hover-border-color: #cec0a6;--bs-btn-focus-shadow-rgb: 171, 157, 133;--bs-btn-active-color: #000;--bs-btn-active-bg: #d4c7b0;--bs-btn-active-border-color: #cec0a6;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #c9b99c;--bs-btn-disabled-border-color: #c9b99c}.btn-turquoise{--bs-btn-color: #000;--bs-btn-bg: #618993;--bs-btn-border-color: #618993;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #799ba3;--bs-btn-hover-border-color: #71959e;--bs-btn-focus-shadow-rgb: 82, 116, 125;--bs-btn-active-color: #000;--bs-btn-active-bg: #81a1a9;--bs-btn-active-border-color: #71959e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #618993;--bs-btn-disabled-border-color: #618993}.btn-blue{--bs-btn-color: #000;--bs-btn-bg: #afc3c9;--bs-btn-border-color: #afc3c9;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #bbccd1;--bs-btn-hover-border-color: #b7c9ce;--bs-btn-focus-shadow-rgb: 149, 166, 171;--bs-btn-active-color: #000;--bs-btn-active-bg: #bfcfd4;--bs-btn-active-border-color: #b7c9ce;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #afc3c9;--bs-btn-disabled-border-color: #afc3c9}.btn-green1{--bs-btn-color: #000;--bs-btn-bg: #87a161;--bs-btn-border-color: #87a161;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #99af79;--bs-btn-hover-border-color: #93aa71;--bs-btn-focus-shadow-rgb: 115, 137, 82;--bs-btn-active-color: #000;--bs-btn-active-bg: #9fb481;--bs-btn-active-border-color: #93aa71;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #87a161;--bs-btn-disabled-border-color: #87a161}.btn-outline-primary{--bs-btn-color: #000;--bs-btn-border-color: #000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #000;--bs-btn-hover-border-color: #000;--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: #000;--bs-btn-active-border-color: #000;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #000;--bs-gradient: none}.btn-outline-white{--bs-btn-color: #ffffff;--bs-btn-border-color: #ffffff;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffffff;--bs-btn-hover-border-color: #ffffff;--bs-btn-focus-shadow-rgb: 255, 255, 255;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffffff;--bs-btn-active-border-color: #ffffff;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffffff;--bs-gradient: none}.btn-outline-black-0{--bs-btn-color: rgba(0, 0, 0, 0);--bs-btn-border-color: rgba(0, 0, 0, 0);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgba(0, 0, 0, 0);--bs-btn-hover-border-color: rgba(0, 0, 0, 0);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgba(0, 0, 0, 0);--bs-btn-active-border-color: rgba(0, 0, 0, 0);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: rgba(0, 0, 0, 0);--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: rgba(0, 0, 0, 0);--bs-gradient: none}.btn-outline-black-30{--bs-btn-color: rgba(0, 0, 0, 0.3);--bs-btn-border-color: rgba(0, 0, 0, 0.3);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgba(0, 0, 0, 0.3);--bs-btn-hover-border-color: rgba(0, 0, 0, 0.3);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgba(0, 0, 0, 0.3);--bs-btn-active-border-color: rgba(0, 0, 0, 0.3);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: rgba(0, 0, 0, 0.3);--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: rgba(0, 0, 0, 0.3);--bs-gradient: none}.btn-outline-black-60{--bs-btn-color: rgba(0, 0, 0, 0.6);--bs-btn-border-color: rgba(0, 0, 0, 0.6);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgba(0, 0, 0, 0.6);--bs-btn-hover-border-color: rgba(0, 0, 0, 0.6);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgba(0, 0, 0, 0.6);--bs-btn-active-border-color: rgba(0, 0, 0, 0.6);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: rgba(0, 0, 0, 0.6);--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: rgba(0, 0, 0, 0.6);--bs-gradient: none}.btn-outline-black-80{--bs-btn-color: rgba(0, 0, 0, 0.8);--bs-btn-border-color: rgba(0, 0, 0, 0.8);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgba(0, 0, 0, 0.8);--bs-btn-hover-border-color: rgba(0, 0, 0, 0.8);--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgba(0, 0, 0, 0.8);--bs-btn-active-border-color: rgba(0, 0, 0, 0.8);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: rgba(0, 0, 0, 0.8);--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: rgba(0, 0, 0, 0.8);--bs-gradient: none}.btn-outline-black1{--bs-btn-color: #191919;--bs-btn-border-color: #191919;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #191919;--bs-btn-hover-border-color: #191919;--bs-btn-focus-shadow-rgb: 25, 25, 25;--bs-btn-active-color: #fff;--bs-btn-active-bg: #191919;--bs-btn-active-border-color: #191919;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #191919;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #191919;--bs-gradient: none}.btn-outline-black1-50{--bs-btn-color: rgba(25, 25, 25, 0.5);--bs-btn-border-color: rgba(25, 25, 25, 0.5);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgba(25, 25, 25, 0.5);--bs-btn-hover-border-color: rgba(25, 25, 25, 0.5);--bs-btn-focus-shadow-rgb: 25, 25, 25;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgba(25, 25, 25, 0.5);--bs-btn-active-border-color: rgba(25, 25, 25, 0.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: rgba(25, 25, 25, 0.5);--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: rgba(25, 25, 25, 0.5);--bs-gradient: none}.btn-outline-metal{--bs-btn-color: #767674;--bs-btn-border-color: #767674;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #767674;--bs-btn-hover-border-color: #767674;--bs-btn-focus-shadow-rgb: 118, 118, 116;--bs-btn-active-color: #fff;--bs-btn-active-bg: #767674;--bs-btn-active-border-color: #767674;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #767674;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #767674;--bs-gradient: none}.btn-outline-metal2{--bs-btn-color: #c6bfad;--bs-btn-border-color: #c6bfad;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #c6bfad;--bs-btn-hover-border-color: #c6bfad;--bs-btn-focus-shadow-rgb: 198, 191, 173;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6bfad;--bs-btn-active-border-color: #c6bfad;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #c6bfad;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #c6bfad;--bs-gradient: none}.btn-outline-metal3{--bs-btn-color: #e3dfd6;--bs-btn-border-color: #e3dfd6;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #e3dfd6;--bs-btn-hover-border-color: #e3dfd6;--bs-btn-focus-shadow-rgb: 227, 223, 214;--bs-btn-active-color: #000;--bs-btn-active-bg: #e3dfd6;--bs-btn-active-border-color: #e3dfd6;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #e3dfd6;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #e3dfd6;--bs-gradient: none}.btn-outline-gray{--bs-btn-color: #c8c7c4;--bs-btn-border-color: #c8c7c4;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #c8c7c4;--bs-btn-hover-border-color: #c8c7c4;--bs-btn-focus-shadow-rgb: 200, 199, 196;--bs-btn-active-color: #000;--bs-btn-active-bg: #c8c7c4;--bs-btn-active-border-color: #c8c7c4;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #c8c7c4;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #c8c7c4;--bs-gradient: none}.btn-outline-gray2{--bs-btn-color: #f7f5f4;--bs-btn-border-color: #f7f5f4;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f7f5f4;--bs-btn-hover-border-color: #f7f5f4;--bs-btn-focus-shadow-rgb: 247, 245, 244;--bs-btn-active-color: #000;--bs-btn-active-bg: #f7f5f4;--bs-btn-active-border-color: #f7f5f4;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f7f5f4;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f7f5f4;--bs-gradient: none}.btn-outline-gray3{--bs-btn-color: #ebebeb;--bs-btn-border-color: #ebebeb;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ebebeb;--bs-btn-hover-border-color: #ebebeb;--bs-btn-focus-shadow-rgb: 235, 235, 235;--bs-btn-active-color: #000;--bs-btn-active-bg: #ebebeb;--bs-btn-active-border-color: #ebebeb;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ebebeb;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ebebeb;--bs-gradient: none}.btn-outline-gray4{--bs-btn-color: #737369;--bs-btn-border-color: #737369;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #737369;--bs-btn-hover-border-color: #737369;--bs-btn-focus-shadow-rgb: 115, 115, 105;--bs-btn-active-color: #fff;--bs-btn-active-bg: #737369;--bs-btn-active-border-color: #737369;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #737369;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #737369;--bs-gradient: none}.btn-outline-gray5{--bs-btn-color: #eeecea;--bs-btn-border-color: #eeecea;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #eeecea;--bs-btn-hover-border-color: #eeecea;--bs-btn-focus-shadow-rgb: 238, 236, 234;--bs-btn-active-color: #000;--bs-btn-active-bg: #eeecea;--bs-btn-active-border-color: #eeecea;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #eeecea;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #eeecea;--bs-gradient: none}.btn-outline-gray6{--bs-btn-color: #d9d9d9;--bs-btn-border-color: #d9d9d9;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d9d9d9;--bs-btn-hover-border-color: #d9d9d9;--bs-btn-focus-shadow-rgb: 217, 217, 217;--bs-btn-active-color: #000;--bs-btn-active-bg: #d9d9d9;--bs-btn-active-border-color: #d9d9d9;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #d9d9d9;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #d9d9d9;--bs-gradient: none}.btn-outline-gray7{--bs-btn-color: #D3D2D0;--bs-btn-border-color: #D3D2D0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #D3D2D0;--bs-btn-hover-border-color: #D3D2D0;--bs-btn-focus-shadow-rgb: 211, 210, 208;--bs-btn-active-color: #000;--bs-btn-active-bg: #D3D2D0;--bs-btn-active-border-color: #D3D2D0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #D3D2D0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #D3D2D0;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #483a39;--bs-btn-border-color: #483a39;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #483a39;--bs-btn-hover-border-color: #483a39;--bs-btn-focus-shadow-rgb: 72, 58, 57;--bs-btn-active-color: #fff;--bs-btn-active-bg: #483a39;--bs-btn-active-border-color: #483a39;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #483a39;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #483a39;--bs-gradient: none}.btn-outline-dark2{--bs-btn-color: #313131;--bs-btn-border-color: #313131;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #313131;--bs-btn-hover-border-color: #313131;--bs-btn-focus-shadow-rgb: 49, 49, 49;--bs-btn-active-color: #fff;--bs-btn-active-bg: #313131;--bs-btn-active-border-color: #313131;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #313131;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #313131;--bs-gradient: none}.btn-outline-sand{--bs-btn-color: #c9b99c;--bs-btn-border-color: #c9b99c;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #c9b99c;--bs-btn-hover-border-color: #c9b99c;--bs-btn-focus-shadow-rgb: 201, 185, 156;--bs-btn-active-color: #000;--bs-btn-active-bg: #c9b99c;--bs-btn-active-border-color: #c9b99c;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #c9b99c;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #c9b99c;--bs-gradient: none}.btn-outline-turquoise{--bs-btn-color: #618993;--bs-btn-border-color: #618993;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #618993;--bs-btn-hover-border-color: #618993;--bs-btn-focus-shadow-rgb: 97, 137, 147;--bs-btn-active-color: #000;--bs-btn-active-bg: #618993;--bs-btn-active-border-color: #618993;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #618993;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #618993;--bs-gradient: none}.btn-outline-blue{--bs-btn-color: #afc3c9;--bs-btn-border-color: #afc3c9;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #afc3c9;--bs-btn-hover-border-color: #afc3c9;--bs-btn-focus-shadow-rgb: 175, 195, 201;--bs-btn-active-color: #000;--bs-btn-active-bg: #afc3c9;--bs-btn-active-border-color: #afc3c9;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #afc3c9;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #afc3c9;--bs-gradient: none}.btn-outline-green1{--bs-btn-color: #87a161;--bs-btn-border-color: #87a161;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #87a161;--bs-btn-hover-border-color: #87a161;--bs-btn-focus-shadow-rgb: 135, 161, 97;--bs-btn-active-color: #000;--bs-btn-active-bg: #87a161;--bs-btn-active-border-color: #87a161;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #87a161;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #87a161;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline;background-image:none}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0, 0, 0, 0);border-bottom:0;border-left:.3em solid rgba(0, 0, 0, 0)}.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:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 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: #0d6efd;--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;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);box-shadow:var(--bs-dropdown-box-shadow)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 375px){.dropdown-menu-xxs-start{--bs-position: start}.dropdown-menu-xxs-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxs-end{--bs-position: end}.dropdown-menu-xxs-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 425px){.dropdown-menu-xsm-start{--bs-position: start}.dropdown-menu-xsm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xsm-end{--bs-position: end}.dropdown-menu-xsm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1986px){.dropdown-menu-xxxxl-start{--bs-position: start}.dropdown-menu-xxxxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxxxl-end{--bs-position: end}.dropdown-menu-xxxxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0, 0, 0, 0);border-bottom:.3em solid;border-left:.3em solid rgba(0, 0, 0, 0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0, 0, 0, 0);border-right:0;border-bottom:.3em solid rgba(0, 0, 0, 0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0, 0, 0, 0);border-right:.3em solid;border-bottom:.3em solid rgba(0, 0, 0, 0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0, 0, 0, 0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg);background-image:var(--bs-gradient)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg);background-image:var(--bs-gradient)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0, 0, 0, 0);background-image:none}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group.show .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.btn-group.show .dropdown-toggle.btn-link{box-shadow:none}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13, 110, 253, 0.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg);background-image:var(--bs-gradient)}.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{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid rgba(0, 0, 0, 0)}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: 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: 0.3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);background-image:var(--bs-gradient)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0, 0, 0, 0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 375px){.navbar-expand-xxs{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxs .navbar-nav{flex-direction:row}.navbar-expand-xxs .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxs .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxs .navbar-nav-scroll{overflow:visible}.navbar-expand-xxs .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxs .navbar-toggler{display:none}.navbar-expand-xxs .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0, 0, 0, 0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-xxs .offcanvas .offcanvas-header{display:none}.navbar-expand-xxs .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 425px){.navbar-expand-xsm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xsm .navbar-nav{flex-direction:row}.navbar-expand-xsm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xsm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xsm .navbar-nav-scroll{overflow:visible}.navbar-expand-xsm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xsm .navbar-toggler{display:none}.navbar-expand-xsm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0, 0, 0, 0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-xsm .offcanvas .offcanvas-header{display:none}.navbar-expand-xsm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0, 0, 0, 0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0, 0, 0, 0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0, 0, 0, 0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0, 0, 0, 0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0, 0, 0, 0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1986px){.navbar-expand-xxxxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxxxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxxxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxxxl .navbar-toggler{display:none}.navbar-expand-xxxxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0, 0, 0, 0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-xxxxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxxxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0, 0, 0, 0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--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: 0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);box-shadow:var(--bs-card-box-shadow)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color 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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #0d6efd;--bs-pagination-active-border-color: #0d6efd;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);background-image:var(--bs-gradient);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.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);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius);background-image:var(--bs-gradient)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-white{--bs-alert-color: var(--bs-white-text-emphasis);--bs-alert-bg: var(--bs-white-bg-subtle);--bs-alert-border-color: var(--bs-white-border-subtle);--bs-alert-link-color: var(--bs-white-text-emphasis)}.alert-black-0{--bs-alert-color: var(--bs-black-0-text-emphasis);--bs-alert-bg: var(--bs-black-0-bg-subtle);--bs-alert-border-color: var(--bs-black-0-border-subtle);--bs-alert-link-color: var(--bs-black-0-text-emphasis)}.alert-black-30{--bs-alert-color: var(--bs-black-30-text-emphasis);--bs-alert-bg: var(--bs-black-30-bg-subtle);--bs-alert-border-color: var(--bs-black-30-border-subtle);--bs-alert-link-color: var(--bs-black-30-text-emphasis)}.alert-black-60{--bs-alert-color: var(--bs-black-60-text-emphasis);--bs-alert-bg: var(--bs-black-60-bg-subtle);--bs-alert-border-color: var(--bs-black-60-border-subtle);--bs-alert-link-color: var(--bs-black-60-text-emphasis)}.alert-black-80{--bs-alert-color: var(--bs-black-80-text-emphasis);--bs-alert-bg: var(--bs-black-80-bg-subtle);--bs-alert-border-color: var(--bs-black-80-border-subtle);--bs-alert-link-color: var(--bs-black-80-text-emphasis)}.alert-black1{--bs-alert-color: var(--bs-black1-text-emphasis);--bs-alert-bg: var(--bs-black1-bg-subtle);--bs-alert-border-color: var(--bs-black1-border-subtle);--bs-alert-link-color: var(--bs-black1-text-emphasis)}.alert-black1-50{--bs-alert-color: var(--bs-black1-50-text-emphasis);--bs-alert-bg: var(--bs-black1-50-bg-subtle);--bs-alert-border-color: var(--bs-black1-50-border-subtle);--bs-alert-link-color: var(--bs-black1-50-text-emphasis)}.alert-metal{--bs-alert-color: var(--bs-metal-text-emphasis);--bs-alert-bg: var(--bs-metal-bg-subtle);--bs-alert-border-color: var(--bs-metal-border-subtle);--bs-alert-link-color: var(--bs-metal-text-emphasis)}.alert-metal2{--bs-alert-color: var(--bs-metal2-text-emphasis);--bs-alert-bg: var(--bs-metal2-bg-subtle);--bs-alert-border-color: var(--bs-metal2-border-subtle);--bs-alert-link-color: var(--bs-metal2-text-emphasis)}.alert-metal3{--bs-alert-color: var(--bs-metal3-text-emphasis);--bs-alert-bg: var(--bs-metal3-bg-subtle);--bs-alert-border-color: var(--bs-metal3-border-subtle);--bs-alert-link-color: var(--bs-metal3-text-emphasis)}.alert-gray{--bs-alert-color: var(--bs-gray-text-emphasis);--bs-alert-bg: var(--bs-gray-bg-subtle);--bs-alert-border-color: var(--bs-gray-border-subtle);--bs-alert-link-color: var(--bs-gray-text-emphasis)}.alert-gray2{--bs-alert-color: var(--bs-gray2-text-emphasis);--bs-alert-bg: var(--bs-gray2-bg-subtle);--bs-alert-border-color: var(--bs-gray2-border-subtle);--bs-alert-link-color: var(--bs-gray2-text-emphasis)}.alert-gray3{--bs-alert-color: var(--bs-gray3-text-emphasis);--bs-alert-bg: var(--bs-gray3-bg-subtle);--bs-alert-border-color: var(--bs-gray3-border-subtle);--bs-alert-link-color: var(--bs-gray3-text-emphasis)}.alert-gray4{--bs-alert-color: var(--bs-gray4-text-emphasis);--bs-alert-bg: var(--bs-gray4-bg-subtle);--bs-alert-border-color: var(--bs-gray4-border-subtle);--bs-alert-link-color: var(--bs-gray4-text-emphasis)}.alert-gray5{--bs-alert-color: var(--bs-gray5-text-emphasis);--bs-alert-bg: var(--bs-gray5-bg-subtle);--bs-alert-border-color: var(--bs-gray5-border-subtle);--bs-alert-link-color: var(--bs-gray5-text-emphasis)}.alert-gray6{--bs-alert-color: var(--bs-gray6-text-emphasis);--bs-alert-bg: var(--bs-gray6-bg-subtle);--bs-alert-border-color: var(--bs-gray6-border-subtle);--bs-alert-link-color: var(--bs-gray6-text-emphasis)}.alert-gray7{--bs-alert-color: var(--bs-gray7-text-emphasis);--bs-alert-bg: var(--bs-gray7-bg-subtle);--bs-alert-border-color: var(--bs-gray7-border-subtle);--bs-alert-link-color: var(--bs-gray7-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)}.alert-dark2{--bs-alert-color: var(--bs-dark2-text-emphasis);--bs-alert-bg: var(--bs-dark2-bg-subtle);--bs-alert-border-color: var(--bs-dark2-border-subtle);--bs-alert-link-color: var(--bs-dark2-text-emphasis)}.alert-sand{--bs-alert-color: var(--bs-sand-text-emphasis);--bs-alert-bg: var(--bs-sand-bg-subtle);--bs-alert-border-color: var(--bs-sand-border-subtle);--bs-alert-link-color: var(--bs-sand-text-emphasis)}.alert-turquoise{--bs-alert-color: var(--bs-turquoise-text-emphasis);--bs-alert-bg: var(--bs-turquoise-bg-subtle);--bs-alert-border-color: var(--bs-turquoise-border-subtle);--bs-alert-link-color: var(--bs-turquoise-text-emphasis)}.alert-blue{--bs-alert-color: var(--bs-blue-text-emphasis);--bs-alert-bg: var(--bs-blue-bg-subtle);--bs-alert-border-color: var(--bs-blue-border-subtle);--bs-alert-link-color: var(--bs-blue-text-emphasis)}.alert-green1{--bs-alert-color: var(--bs-green1-text-emphasis);--bs-alert-bg: var(--bs-green1-bg-subtle);--bs-alert-border-color: var(--bs-green1-border-subtle);--bs-alert-link-color: var(--bs-green1-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #0d6efd;--bs-progress-bar-transition: width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);box-shadow:var(--bs-progress-box-shadow)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 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: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width: 375px){.list-group-horizontal-xxs{flex-direction:row}.list-group-horizontal-xxs>.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-xxs>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxs>.list-group-item.active{margin-top:0}.list-group-horizontal-xxs>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxs>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 425px){.list-group-horizontal-xsm{flex-direction:row}.list-group-horizontal-xsm>.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-xsm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xsm>.list-group-item.active{margin-top:0}.list-group-horizontal-xsm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xsm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1986px){.list-group-horizontal-xxxxl{flex-direction:row}.list-group-horizontal-xxxxl>.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-xxxxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxxxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxxxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxxxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-white{--bs-list-group-color: var(--bs-white-text-emphasis);--bs-list-group-bg: var(--bs-white-bg-subtle);--bs-list-group-border-color: var(--bs-white-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-white-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-white-border-subtle);--bs-list-group-active-color: var(--bs-white-bg-subtle);--bs-list-group-active-bg: var(--bs-white-text-emphasis);--bs-list-group-active-border-color: var(--bs-white-text-emphasis)}.list-group-item-black-0{--bs-list-group-color: var(--bs-black-0-text-emphasis);--bs-list-group-bg: var(--bs-black-0-bg-subtle);--bs-list-group-border-color: var(--bs-black-0-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-black-0-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-black-0-border-subtle);--bs-list-group-active-color: var(--bs-black-0-bg-subtle);--bs-list-group-active-bg: var(--bs-black-0-text-emphasis);--bs-list-group-active-border-color: var(--bs-black-0-text-emphasis)}.list-group-item-black-30{--bs-list-group-color: var(--bs-black-30-text-emphasis);--bs-list-group-bg: var(--bs-black-30-bg-subtle);--bs-list-group-border-color: var(--bs-black-30-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-black-30-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-black-30-border-subtle);--bs-list-group-active-color: var(--bs-black-30-bg-subtle);--bs-list-group-active-bg: var(--bs-black-30-text-emphasis);--bs-list-group-active-border-color: var(--bs-black-30-text-emphasis)}.list-group-item-black-60{--bs-list-group-color: var(--bs-black-60-text-emphasis);--bs-list-group-bg: var(--bs-black-60-bg-subtle);--bs-list-group-border-color: var(--bs-black-60-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-black-60-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-black-60-border-subtle);--bs-list-group-active-color: var(--bs-black-60-bg-subtle);--bs-list-group-active-bg: var(--bs-black-60-text-emphasis);--bs-list-group-active-border-color: var(--bs-black-60-text-emphasis)}.list-group-item-black-80{--bs-list-group-color: var(--bs-black-80-text-emphasis);--bs-list-group-bg: var(--bs-black-80-bg-subtle);--bs-list-group-border-color: var(--bs-black-80-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-black-80-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-black-80-border-subtle);--bs-list-group-active-color: var(--bs-black-80-bg-subtle);--bs-list-group-active-bg: var(--bs-black-80-text-emphasis);--bs-list-group-active-border-color: var(--bs-black-80-text-emphasis)}.list-group-item-black1{--bs-list-group-color: var(--bs-black1-text-emphasis);--bs-list-group-bg: var(--bs-black1-bg-subtle);--bs-list-group-border-color: var(--bs-black1-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-black1-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-black1-border-subtle);--bs-list-group-active-color: var(--bs-black1-bg-subtle);--bs-list-group-active-bg: var(--bs-black1-text-emphasis);--bs-list-group-active-border-color: var(--bs-black1-text-emphasis)}.list-group-item-black1-50{--bs-list-group-color: var(--bs-black1-50-text-emphasis);--bs-list-group-bg: var(--bs-black1-50-bg-subtle);--bs-list-group-border-color: var(--bs-black1-50-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-black1-50-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-black1-50-border-subtle);--bs-list-group-active-color: var(--bs-black1-50-bg-subtle);--bs-list-group-active-bg: var(--bs-black1-50-text-emphasis);--bs-list-group-active-border-color: var(--bs-black1-50-text-emphasis)}.list-group-item-metal{--bs-list-group-color: var(--bs-metal-text-emphasis);--bs-list-group-bg: var(--bs-metal-bg-subtle);--bs-list-group-border-color: var(--bs-metal-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-metal-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-metal-border-subtle);--bs-list-group-active-color: var(--bs-metal-bg-subtle);--bs-list-group-active-bg: var(--bs-metal-text-emphasis);--bs-list-group-active-border-color: var(--bs-metal-text-emphasis)}.list-group-item-metal2{--bs-list-group-color: var(--bs-metal2-text-emphasis);--bs-list-group-bg: var(--bs-metal2-bg-subtle);--bs-list-group-border-color: var(--bs-metal2-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-metal2-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-metal2-border-subtle);--bs-list-group-active-color: var(--bs-metal2-bg-subtle);--bs-list-group-active-bg: var(--bs-metal2-text-emphasis);--bs-list-group-active-border-color: var(--bs-metal2-text-emphasis)}.list-group-item-metal3{--bs-list-group-color: var(--bs-metal3-text-emphasis);--bs-list-group-bg: var(--bs-metal3-bg-subtle);--bs-list-group-border-color: var(--bs-metal3-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-metal3-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-metal3-border-subtle);--bs-list-group-active-color: var(--bs-metal3-bg-subtle);--bs-list-group-active-bg: var(--bs-metal3-text-emphasis);--bs-list-group-active-border-color: var(--bs-metal3-text-emphasis)}.list-group-item-gray{--bs-list-group-color: var(--bs-gray-text-emphasis);--bs-list-group-bg: var(--bs-gray-bg-subtle);--bs-list-group-border-color: var(--bs-gray-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-border-subtle);--bs-list-group-active-color: var(--bs-gray-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-text-emphasis)}.list-group-item-gray2{--bs-list-group-color: var(--bs-gray2-text-emphasis);--bs-list-group-bg: var(--bs-gray2-bg-subtle);--bs-list-group-border-color: var(--bs-gray2-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray2-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray2-border-subtle);--bs-list-group-active-color: var(--bs-gray2-bg-subtle);--bs-list-group-active-bg: var(--bs-gray2-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray2-text-emphasis)}.list-group-item-gray3{--bs-list-group-color: var(--bs-gray3-text-emphasis);--bs-list-group-bg: var(--bs-gray3-bg-subtle);--bs-list-group-border-color: var(--bs-gray3-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray3-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray3-border-subtle);--bs-list-group-active-color: var(--bs-gray3-bg-subtle);--bs-list-group-active-bg: var(--bs-gray3-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray3-text-emphasis)}.list-group-item-gray4{--bs-list-group-color: var(--bs-gray4-text-emphasis);--bs-list-group-bg: var(--bs-gray4-bg-subtle);--bs-list-group-border-color: var(--bs-gray4-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray4-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray4-border-subtle);--bs-list-group-active-color: var(--bs-gray4-bg-subtle);--bs-list-group-active-bg: var(--bs-gray4-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray4-text-emphasis)}.list-group-item-gray5{--bs-list-group-color: var(--bs-gray5-text-emphasis);--bs-list-group-bg: var(--bs-gray5-bg-subtle);--bs-list-group-border-color: var(--bs-gray5-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray5-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray5-border-subtle);--bs-list-group-active-color: var(--bs-gray5-bg-subtle);--bs-list-group-active-bg: var(--bs-gray5-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray5-text-emphasis)}.list-group-item-gray6{--bs-list-group-color: var(--bs-gray6-text-emphasis);--bs-list-group-bg: var(--bs-gray6-bg-subtle);--bs-list-group-border-color: var(--bs-gray6-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray6-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray6-border-subtle);--bs-list-group-active-color: var(--bs-gray6-bg-subtle);--bs-list-group-active-bg: var(--bs-gray6-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray6-text-emphasis)}.list-group-item-gray7{--bs-list-group-color: var(--bs-gray7-text-emphasis);--bs-list-group-bg: var(--bs-gray7-bg-subtle);--bs-list-group-border-color: var(--bs-gray7-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray7-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray7-border-subtle);--bs-list-group-active-color: var(--bs-gray7-bg-subtle);--bs-list-group-active-bg: var(--bs-gray7-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray7-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)}.list-group-item-dark2{--bs-list-group-color: var(--bs-dark2-text-emphasis);--bs-list-group-bg: var(--bs-dark2-bg-subtle);--bs-list-group-border-color: var(--bs-dark2-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark2-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark2-border-subtle);--bs-list-group-active-color: var(--bs-dark2-bg-subtle);--bs-list-group-active-bg: var(--bs-dark2-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark2-text-emphasis)}.list-group-item-sand{--bs-list-group-color: var(--bs-sand-text-emphasis);--bs-list-group-bg: var(--bs-sand-bg-subtle);--bs-list-group-border-color: var(--bs-sand-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-sand-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-sand-border-subtle);--bs-list-group-active-color: var(--bs-sand-bg-subtle);--bs-list-group-active-bg: var(--bs-sand-text-emphasis);--bs-list-group-active-border-color: var(--bs-sand-text-emphasis)}.list-group-item-turquoise{--bs-list-group-color: var(--bs-turquoise-text-emphasis);--bs-list-group-bg: var(--bs-turquoise-bg-subtle);--bs-list-group-border-color: var(--bs-turquoise-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-turquoise-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-turquoise-border-subtle);--bs-list-group-active-color: var(--bs-turquoise-bg-subtle);--bs-list-group-active-bg: var(--bs-turquoise-text-emphasis);--bs-list-group-active-border-color: var(--bs-turquoise-text-emphasis)}.list-group-item-blue{--bs-list-group-color: var(--bs-blue-text-emphasis);--bs-list-group-bg: var(--bs-blue-bg-subtle);--bs-list-group-border-color: var(--bs-blue-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-blue-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-blue-border-subtle);--bs-list-group-active-color: var(--bs-blue-bg-subtle);--bs-list-group-active-bg: var(--bs-blue-text-emphasis);--bs-list-group-active-border-color: var(--bs-blue-text-emphasis)}.list-group-item-green1{--bs-list-group-color: var(--bs-green1-text-emphasis);--bs-list-group-bg: var(--bs-green1-bg-subtle);--bs-list-group-border-color: var(--bs-green1-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-green1-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-green1-border-subtle);--bs-list-group-active-color: var(--bs-green1-bg-subtle);--bs-list-group-active-bg: var(--bs-green1-text-emphasis);--bs-list-group-active-border-color: var(--bs-green1-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: 0.5;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:rgba(0, 0, 0, 0) var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-0.5*var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);box-shadow:var(--bs-modal-box-shadow);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 374.98px){.modal-fullscreen-xxs-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxs-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxs-down .modal-header,.modal-fullscreen-xxs-down .modal-footer{border-radius:0}.modal-fullscreen-xxs-down .modal-body{overflow-y:auto}}@media(max-width: 424.98px){.modal-fullscreen-xsm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xsm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xsm-down .modal-header,.modal-fullscreen-xsm-down .modal-footer{border-radius:0}.modal-fullscreen-xsm-down .modal-body{overflow-y:auto}}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}@media(max-width: 1985.98px){.modal-fullscreen-xxxxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxxxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxxxl-down .modal-header,.modal-fullscreen-xxxxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxxxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0, 0, 0, 0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:0.875rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);box-shadow:var(--bs-popover-box-shadow)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:rgba(0, 0, 0, 0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-0.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0;background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001))}.carousel-control-next{right:0;background-image:linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001))}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid rgba(0, 0, 0, 0);border-bottom:10px solid rgba(0, 0, 0, 0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:rgba(0, 0, 0, 0)}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxxxl,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xsm,.offcanvas-xxs{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform 0.3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media(max-width: 374.98px){.offcanvas-xxs{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--bs-offcanvas-box-shadow);transition:var(--bs-offcanvas-transition)}}@media(max-width: 374.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxs{transition:none}}@media(max-width: 374.98px){.offcanvas-xxs.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxs.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxs.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxs.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxs.showing,.offcanvas-xxs.show:not(.hiding){transform:none}.offcanvas-xxs.showing,.offcanvas-xxs.hiding,.offcanvas-xxs.show{visibility:visible}}@media(min-width: 375px){.offcanvas-xxs{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0, 0, 0, 0) !important}.offcanvas-xxs .offcanvas-header{display:none}.offcanvas-xxs .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0, 0, 0, 0) !important}}@media(max-width: 424.98px){.offcanvas-xsm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--bs-offcanvas-box-shadow);transition:var(--bs-offcanvas-transition)}}@media(max-width: 424.98px)and (prefers-reduced-motion: reduce){.offcanvas-xsm{transition:none}}@media(max-width: 424.98px){.offcanvas-xsm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xsm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xsm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xsm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xsm.showing,.offcanvas-xsm.show:not(.hiding){transform:none}.offcanvas-xsm.showing,.offcanvas-xsm.hiding,.offcanvas-xsm.show{visibility:visible}}@media(min-width: 425px){.offcanvas-xsm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0, 0, 0, 0) !important}.offcanvas-xsm .offcanvas-header{display:none}.offcanvas-xsm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0, 0, 0, 0) !important}}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--bs-offcanvas-box-shadow);transition:var(--bs-offcanvas-transition)}}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0, 0, 0, 0) !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0, 0, 0, 0) !important}}@media(max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--bs-offcanvas-box-shadow);transition:var(--bs-offcanvas-transition)}}@media(max-width: 767.98px)and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0, 0, 0, 0) !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0, 0, 0, 0) !important}}@media(max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--bs-offcanvas-box-shadow);transition:var(--bs-offcanvas-transition)}}@media(max-width: 991.98px)and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0, 0, 0, 0) !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0, 0, 0, 0) !important}}@media(max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--bs-offcanvas-box-shadow);transition:var(--bs-offcanvas-transition)}}@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0, 0, 0, 0) !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0, 0, 0, 0) !important}}@media(max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--bs-offcanvas-box-shadow);transition:var(--bs-offcanvas-transition)}}@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0, 0, 0, 0) !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0, 0, 0, 0) !important}}@media(max-width: 1985.98px){.offcanvas-xxxxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--bs-offcanvas-box-shadow);transition:var(--bs-offcanvas-transition)}}@media(max-width: 1985.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxxxl{transition:none}}@media(max-width: 1985.98px){.offcanvas-xxxxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxxxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxxxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxxxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxxxl.showing,.offcanvas-xxxxl.show:not(.hiding){transform:none}.offcanvas-xxxxl.showing,.offcanvas-xxxxl.hiding,.offcanvas-xxxxl.show{visibility:visible}}@media(min-width: 1986px){.offcanvas-xxxxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0, 0, 0, 0) !important}.offcanvas-xxxxl .offcanvas-header{display:none}.offcanvas-xxxxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0, 0, 0, 0) !important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--bs-offcanvas-box-shadow);transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin:calc(-0.5*var(--bs-offcanvas-padding-y)) calc(-0.5*var(--bs-offcanvas-padding-x)) calc(-0.5*var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-white{color:#000 !important;background-color:RGBA(var(--bs-white-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-black-0{color:#fff !important;background-color:RGBA(var(--bs-black-0-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-black-30{color:#fff !important;background-color:RGBA(var(--bs-black-30-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-black-60{color:#fff !important;background-color:RGBA(var(--bs-black-60-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-black-80{color:#fff !important;background-color:RGBA(var(--bs-black-80-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-black1{color:#fff !important;background-color:RGBA(var(--bs-black1-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-black1-50{color:#fff !important;background-color:RGBA(var(--bs-black1-50-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-metal{color:#fff !important;background-color:RGBA(var(--bs-metal-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-metal2{color:#000 !important;background-color:RGBA(var(--bs-metal2-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-metal3{color:#000 !important;background-color:RGBA(var(--bs-metal3-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-gray{color:#000 !important;background-color:RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-gray2{color:#000 !important;background-color:RGBA(var(--bs-gray2-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-gray3{color:#000 !important;background-color:RGBA(var(--bs-gray3-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-gray4{color:#fff !important;background-color:RGBA(var(--bs-gray4-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-gray5{color:#000 !important;background-color:RGBA(var(--bs-gray5-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-gray6{color:#000 !important;background-color:RGBA(var(--bs-gray6-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-gray7{color:#000 !important;background-color:RGBA(var(--bs-gray7-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark2{color:#fff !important;background-color:RGBA(var(--bs-dark2-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-sand{color:#000 !important;background-color:RGBA(var(--bs-sand-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-turquoise{color:#000 !important;background-color:RGBA(var(--bs-turquoise-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-blue{color:#000 !important;background-color:RGBA(var(--bs-blue-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-green1{color:#000 !important;background-color:RGBA(var(--bs-green1-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important}.link-white{color:RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-white:hover,.link-white:focus{color:RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important}.link-black-0{color:RGBA(var(--bs-black-0-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-black-0-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-black-0:hover,.link-black-0:focus{color:RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important}.link-black-30{color:RGBA(var(--bs-black-30-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-black-30-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-black-30:hover,.link-black-30:focus{color:RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important}.link-black-60{color:RGBA(var(--bs-black-60-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-black-60-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-black-60:hover,.link-black-60:focus{color:RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important}.link-black-80{color:RGBA(var(--bs-black-80-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-black-80-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-black-80:hover,.link-black-80:focus{color:RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important}.link-black1{color:RGBA(var(--bs-black1-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-black1-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-black1:hover,.link-black1:focus{color:RGBA(20, 20, 20, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(20, 20, 20, var(--bs-link-underline-opacity, 1)) !important}.link-black1-50{color:RGBA(var(--bs-black1-50-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-black1-50-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-black1-50:hover,.link-black1-50:focus{color:RGBA(14, 14, 14, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(14, 14, 14, var(--bs-link-underline-opacity, 1)) !important}.link-metal{color:RGBA(var(--bs-metal-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-metal-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-metal:hover,.link-metal:focus{color:RGBA(94, 94, 93, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(94, 94, 93, var(--bs-link-underline-opacity, 1)) !important}.link-metal2{color:RGBA(var(--bs-metal2-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-metal2-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-metal2:hover,.link-metal2:focus{color:RGBA(209, 204, 189, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(209, 204, 189, var(--bs-link-underline-opacity, 1)) !important}.link-metal3{color:RGBA(var(--bs-metal3-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-metal3-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-metal3:hover,.link-metal3:focus{color:RGBA(233, 229, 222, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(233, 229, 222, var(--bs-link-underline-opacity, 1)) !important}.link-gray{color:RGBA(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-gray:hover,.link-gray:focus{color:RGBA(211, 210, 208, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(211, 210, 208, var(--bs-link-underline-opacity, 1)) !important}.link-gray2{color:RGBA(var(--bs-gray2-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-gray2-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-gray2:hover,.link-gray2:focus{color:RGBA(249, 247, 246, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 247, 246, var(--bs-link-underline-opacity, 1)) !important}.link-gray3{color:RGBA(var(--bs-gray3-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-gray3-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-gray3:hover,.link-gray3:focus{color:RGBA(239, 239, 239, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(239, 239, 239, var(--bs-link-underline-opacity, 1)) !important}.link-gray4{color:RGBA(var(--bs-gray4-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-gray4-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-gray4:hover,.link-gray4:focus{color:RGBA(92, 92, 84, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(92, 92, 84, var(--bs-link-underline-opacity, 1)) !important}.link-gray5{color:RGBA(var(--bs-gray5-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-gray5-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-gray5:hover,.link-gray5:focus{color:RGBA(241, 240, 238, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(241, 240, 238, var(--bs-link-underline-opacity, 1)) !important}.link-gray6{color:RGBA(var(--bs-gray6-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-gray6-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-gray6:hover,.link-gray6:focus{color:RGBA(225, 225, 225, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(225, 225, 225, var(--bs-link-underline-opacity, 1)) !important}.link-gray7{color:RGBA(var(--bs-gray7-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-gray7-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-gray7:hover,.link-gray7:focus{color:RGBA(220, 219, 217, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(220, 219, 217, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(58, 46, 46, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(58, 46, 46, var(--bs-link-underline-opacity, 1)) !important}.link-dark2{color:RGBA(var(--bs-dark2-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark2-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark2:hover,.link-dark2:focus{color:RGBA(39, 39, 39, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(39, 39, 39, var(--bs-link-underline-opacity, 1)) !important}.link-sand{color:RGBA(var(--bs-sand-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-sand-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-sand:hover,.link-sand:focus{color:RGBA(212, 199, 176, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(212, 199, 176, var(--bs-link-underline-opacity, 1)) !important}.link-turquoise{color:RGBA(var(--bs-turquoise-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-turquoise-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-turquoise:hover,.link-turquoise:focus{color:RGBA(129, 161, 169, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(129, 161, 169, var(--bs-link-underline-opacity, 1)) !important}.link-blue{color:RGBA(var(--bs-blue-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-blue-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-blue:hover,.link-blue:focus{color:RGBA(191, 207, 212, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(191, 207, 212, var(--bs-link-underline-opacity, 1)) !important}.link-green1{color:RGBA(var(--bs-green1-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-green1-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-green1:hover,.link-green1:focus{color:RGBA(159, 180, 129, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(159, 180, 129, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1-15{--bs-aspect-ratio: 0.8695652174}.ratio-1x1{--bs-aspect-ratio: 1}.ratio-3x4{--bs-aspect-ratio: 0.75}.ratio-4x3{--bs-aspect-ratio: 1.3333333333}.ratio-16x9{--bs-aspect-ratio: 1.7777777778}.ratio-13x17{--bs-aspect-ratio: 0.7647058824}.ratio-7x3{--bs-aspect-ratio: 2.3333333333}.ratio-8x6{--bs-aspect-ratio: 1.3333333333}.ratio-21x9{--bs-aspect-ratio: 2.3333333333}.ratio-17x1{--bs-aspect-ratio: 1.71}.ratio-15x1{--bs-aspect-ratio: 1.54}.ratio-14x1{--bs-aspect-ratio: 1.4}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 375px){.sticky-xxs-top{position:sticky;top:0;z-index:1020}.sticky-xxs-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 425px){.sticky-xsm-top{position:sticky;top:0;z-index:1020}.sticky-xsm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1986px){.sticky-xxxxl-top{position:sticky;top:0;z-index:1020}.sticky-xxxxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.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:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-white{--bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity))}.focus-ring-black-0{--bs-focus-ring-color: rgba(var(--bs-black-0-rgb), var(--bs-focus-ring-opacity))}.focus-ring-black-30{--bs-focus-ring-color: rgba(var(--bs-black-30-rgb), var(--bs-focus-ring-opacity))}.focus-ring-black-60{--bs-focus-ring-color: rgba(var(--bs-black-60-rgb), var(--bs-focus-ring-opacity))}.focus-ring-black-80{--bs-focus-ring-color: rgba(var(--bs-black-80-rgb), var(--bs-focus-ring-opacity))}.focus-ring-black1{--bs-focus-ring-color: rgba(var(--bs-black1-rgb), var(--bs-focus-ring-opacity))}.focus-ring-black1-50{--bs-focus-ring-color: rgba(var(--bs-black1-50-rgb), var(--bs-focus-ring-opacity))}.focus-ring-metal{--bs-focus-ring-color: rgba(var(--bs-metal-rgb), var(--bs-focus-ring-opacity))}.focus-ring-metal2{--bs-focus-ring-color: rgba(var(--bs-metal2-rgb), var(--bs-focus-ring-opacity))}.focus-ring-metal3{--bs-focus-ring-color: rgba(var(--bs-metal3-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray{--bs-focus-ring-color: rgba(var(--bs-gray-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray2{--bs-focus-ring-color: rgba(var(--bs-gray2-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray3{--bs-focus-ring-color: rgba(var(--bs-gray3-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray4{--bs-focus-ring-color: rgba(var(--bs-gray4-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray5{--bs-focus-ring-color: rgba(var(--bs-gray5-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray6{--bs-focus-ring-color: rgba(var(--bs-gray6-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray7{--bs-focus-ring-color: rgba(var(--bs-gray7-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark2{--bs-focus-ring-color: rgba(var(--bs-dark2-rgb), var(--bs-focus-ring-opacity))}.focus-ring-sand{--bs-focus-ring-color: rgba(var(--bs-sand-rgb), var(--bs-focus-ring-opacity))}.focus-ring-turquoise{--bs-focus-ring-color: rgba(var(--bs-turquoise-rgb), var(--bs-focus-ring-opacity))}.focus-ring-blue{--bs-focus-ring-color: rgba(var(--bs-blue-rgb), var(--bs-focus-ring-opacity))}.focus-ring-green1{--bs-focus-ring-color: rgba(var(--bs-green1-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-black-0{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-0-rgb), var(--bs-border-opacity)) !important}.border-black-30{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-30-rgb), var(--bs-border-opacity)) !important}.border-black-60{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-60-rgb), var(--bs-border-opacity)) !important}.border-black-80{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-80-rgb), var(--bs-border-opacity)) !important}.border-black1{--bs-border-opacity: 1;border-color:rgba(var(--bs-black1-rgb), var(--bs-border-opacity)) !important}.border-black1-50{--bs-border-opacity: 1;border-color:rgba(var(--bs-black1-50-rgb), var(--bs-border-opacity)) !important}.border-metal{--bs-border-opacity: 1;border-color:rgba(var(--bs-metal-rgb), var(--bs-border-opacity)) !important}.border-metal2{--bs-border-opacity: 1;border-color:rgba(var(--bs-metal2-rgb), var(--bs-border-opacity)) !important}.border-metal3{--bs-border-opacity: 1;border-color:rgba(var(--bs-metal3-rgb), var(--bs-border-opacity)) !important}.border-gray{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important}.border-gray2{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray2-rgb), var(--bs-border-opacity)) !important}.border-gray3{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray3-rgb), var(--bs-border-opacity)) !important}.border-gray4{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray4-rgb), var(--bs-border-opacity)) !important}.border-gray5{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray5-rgb), var(--bs-border-opacity)) !important}.border-gray6{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray6-rgb), var(--bs-border-opacity)) !important}.border-gray7{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray7-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-dark2{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark2-rgb), var(--bs-border-opacity)) !important}.border-sand{--bs-border-opacity: 1;border-color:rgba(var(--bs-sand-rgb), var(--bs-border-opacity)) !important}.border-turquoise{--bs-border-opacity: 1;border-color:rgba(var(--bs-turquoise-rgb), var(--bs-border-opacity)) !important}.border-blue{--bs-border-opacity: 1;border-color:rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important}.border-green1{--bs-border-opacity: 1;border-color:rgba(var(--bs-green1-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-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-2{margin:.2rem !important}.m-4{margin:.4rem !important}.m-6{margin:.6rem !important}.m-8{margin:.8rem !important}.m-10{margin:1rem !important}.m-12{margin:1.2rem !important}.m-14{margin:1.4rem !important}.m-16{margin:1.6rem !important}.m-18{margin:1.8rem !important}.m-20{margin:2rem !important}.m-22{margin:2.2rem !important}.m-24{margin:2.4rem !important}.m-26{margin:2.6rem !important}.m-28{margin:2.8rem !important}.m-30{margin:3rem !important}.m-32{margin:3.2rem !important}.m-36{margin:3.6rem !important}.m-38{margin:3.8rem !important}.m-40{margin:4rem !important}.m-44{margin:4.4rem !important}.m-48{margin:4.8rem !important}.m-52{margin:5.2rem !important}.m-56{margin:5.6rem !important}.m-60{margin:6rem !important}.m-64{margin:6.4rem !important}.m-68{margin:6.8rem !important}.m-72{margin:7.2rem !important}.m-76{margin:7.6rem !important}.m-80{margin:8rem !important}.m-90{margin:9rem !important}.m-98{margin:9.8rem !important}.m-106{margin:10.6rem !important}.m-110{margin:11rem !important}.m-118{margin:11.8rem !important}.m-128{margin:12.8rem !important}.m-144{margin:14.4rem !important}.m-148{margin:14.8rem !important}.m-176{margin:17.6rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-2{margin-right:.2rem !important;margin-left:.2rem !important}.mx-4{margin-right:.4rem !important;margin-left:.4rem !important}.mx-6{margin-right:.6rem !important;margin-left:.6rem !important}.mx-8{margin-right:.8rem !important;margin-left:.8rem !important}.mx-10{margin-right:1rem !important;margin-left:1rem !important}.mx-12{margin-right:1.2rem !important;margin-left:1.2rem !important}.mx-14{margin-right:1.4rem !important;margin-left:1.4rem !important}.mx-16{margin-right:1.6rem !important;margin-left:1.6rem !important}.mx-18{margin-right:1.8rem !important;margin-left:1.8rem !important}.mx-20{margin-right:2rem !important;margin-left:2rem !important}.mx-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-24{margin-right:2.4rem !important;margin-left:2.4rem !important}.mx-26{margin-right:2.6rem !important;margin-left:2.6rem !important}.mx-28{margin-right:2.8rem !important;margin-left:2.8rem !important}.mx-30{margin-right:3rem !important;margin-left:3rem !important}.mx-32{margin-right:3.2rem !important;margin-left:3.2rem !important}.mx-36{margin-right:3.6rem !important;margin-left:3.6rem !important}.mx-38{margin-right:3.8rem !important;margin-left:3.8rem !important}.mx-40{margin-right:4rem !important;margin-left:4rem !important}.mx-44{margin-right:4.4rem !important;margin-left:4.4rem !important}.mx-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-52{margin-right:5.2rem !important;margin-left:5.2rem !important}.mx-56{margin-right:5.6rem !important;margin-left:5.6rem !important}.mx-60{margin-right:6rem !important;margin-left:6rem !important}.mx-64{margin-right:6.4rem !important;margin-left:6.4rem !important}.mx-68{margin-right:6.8rem !important;margin-left:6.8rem !important}.mx-72{margin-right:7.2rem !important;margin-left:7.2rem !important}.mx-76{margin-right:7.6rem !important;margin-left:7.6rem !important}.mx-80{margin-right:8rem !important;margin-left:8rem !important}.mx-90{margin-right:9rem !important;margin-left:9rem !important}.mx-98{margin-right:9.8rem !important;margin-left:9.8rem !important}.mx-106{margin-right:10.6rem !important;margin-left:10.6rem !important}.mx-110{margin-right:11rem !important;margin-left:11rem !important}.mx-118{margin-right:11.8rem !important;margin-left:11.8rem !important}.mx-128{margin-right:12.8rem !important;margin-left:12.8rem !important}.mx-144{margin-right:14.4rem !important;margin-left:14.4rem !important}.mx-148{margin-right:14.8rem !important;margin-left:14.8rem !important}.mx-176{margin-right:17.6rem !important;margin-left:17.6rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-2{margin-top:.2rem !important;margin-bottom:.2rem !important}.my-4{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-6{margin-top:.6rem !important;margin-bottom:.6rem !important}.my-8{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-12{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-14{margin-top:1.4rem !important;margin-bottom:1.4rem !important}.my-16{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-18{margin-top:1.8rem !important;margin-bottom:1.8rem !important}.my-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-24{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-26{margin-top:2.6rem !important;margin-bottom:2.6rem !important}.my-28{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-32{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-36{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-38{margin-top:3.8rem !important;margin-bottom:3.8rem !important}.my-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-44{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-52{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-56{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-64{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-68{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-72{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-76{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-90{margin-top:9rem !important;margin-bottom:9rem !important}.my-98{margin-top:9.8rem !important;margin-bottom:9.8rem !important}.my-106{margin-top:10.6rem !important;margin-bottom:10.6rem !important}.my-110{margin-top:11rem !important;margin-bottom:11rem !important}.my-118{margin-top:11.8rem !important;margin-bottom:11.8rem !important}.my-128{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-144{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-148{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-176{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-2{margin-top:.2rem !important}.mt-4{margin-top:.4rem !important}.mt-6{margin-top:.6rem !important}.mt-8{margin-top:.8rem !important}.mt-10{margin-top:1rem !important}.mt-12{margin-top:1.2rem !important}.mt-14{margin-top:1.4rem !important}.mt-16{margin-top:1.6rem !important}.mt-18{margin-top:1.8rem !important}.mt-20{margin-top:2rem !important}.mt-22{margin-top:2.2rem !important}.mt-24{margin-top:2.4rem !important}.mt-26{margin-top:2.6rem !important}.mt-28{margin-top:2.8rem !important}.mt-30{margin-top:3rem !important}.mt-32{margin-top:3.2rem !important}.mt-36{margin-top:3.6rem !important}.mt-38{margin-top:3.8rem !important}.mt-40{margin-top:4rem !important}.mt-44{margin-top:4.4rem !important}.mt-48{margin-top:4.8rem !important}.mt-52{margin-top:5.2rem !important}.mt-56{margin-top:5.6rem !important}.mt-60{margin-top:6rem !important}.mt-64{margin-top:6.4rem !important}.mt-68{margin-top:6.8rem !important}.mt-72{margin-top:7.2rem !important}.mt-76{margin-top:7.6rem !important}.mt-80{margin-top:8rem !important}.mt-90{margin-top:9rem !important}.mt-98{margin-top:9.8rem !important}.mt-106{margin-top:10.6rem !important}.mt-110{margin-top:11rem !important}.mt-118{margin-top:11.8rem !important}.mt-128{margin-top:12.8rem !important}.mt-144{margin-top:14.4rem !important}.mt-148{margin-top:14.8rem !important}.mt-176{margin-top:17.6rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-2{margin-right:.2rem !important}.me-4{margin-right:.4rem !important}.me-6{margin-right:.6rem !important}.me-8{margin-right:.8rem !important}.me-10{margin-right:1rem !important}.me-12{margin-right:1.2rem !important}.me-14{margin-right:1.4rem !important}.me-16{margin-right:1.6rem !important}.me-18{margin-right:1.8rem !important}.me-20{margin-right:2rem !important}.me-22{margin-right:2.2rem !important}.me-24{margin-right:2.4rem !important}.me-26{margin-right:2.6rem !important}.me-28{margin-right:2.8rem !important}.me-30{margin-right:3rem !important}.me-32{margin-right:3.2rem !important}.me-36{margin-right:3.6rem !important}.me-38{margin-right:3.8rem !important}.me-40{margin-right:4rem !important}.me-44{margin-right:4.4rem !important}.me-48{margin-right:4.8rem !important}.me-52{margin-right:5.2rem !important}.me-56{margin-right:5.6rem !important}.me-60{margin-right:6rem !important}.me-64{margin-right:6.4rem !important}.me-68{margin-right:6.8rem !important}.me-72{margin-right:7.2rem !important}.me-76{margin-right:7.6rem !important}.me-80{margin-right:8rem !important}.me-90{margin-right:9rem !important}.me-98{margin-right:9.8rem !important}.me-106{margin-right:10.6rem !important}.me-110{margin-right:11rem !important}.me-118{margin-right:11.8rem !important}.me-128{margin-right:12.8rem !important}.me-144{margin-right:14.4rem !important}.me-148{margin-right:14.8rem !important}.me-176{margin-right:17.6rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-2{margin-bottom:.2rem !important}.mb-4{margin-bottom:.4rem !important}.mb-6{margin-bottom:.6rem !important}.mb-8{margin-bottom:.8rem !important}.mb-10{margin-bottom:1rem !important}.mb-12{margin-bottom:1.2rem !important}.mb-14{margin-bottom:1.4rem !important}.mb-16{margin-bottom:1.6rem !important}.mb-18{margin-bottom:1.8rem !important}.mb-20{margin-bottom:2rem !important}.mb-22{margin-bottom:2.2rem !important}.mb-24{margin-bottom:2.4rem !important}.mb-26{margin-bottom:2.6rem !important}.mb-28{margin-bottom:2.8rem !important}.mb-30{margin-bottom:3rem !important}.mb-32{margin-bottom:3.2rem !important}.mb-36{margin-bottom:3.6rem !important}.mb-38{margin-bottom:3.8rem !important}.mb-40{margin-bottom:4rem !important}.mb-44{margin-bottom:4.4rem !important}.mb-48{margin-bottom:4.8rem !important}.mb-52{margin-bottom:5.2rem !important}.mb-56{margin-bottom:5.6rem !important}.mb-60{margin-bottom:6rem !important}.mb-64{margin-bottom:6.4rem !important}.mb-68{margin-bottom:6.8rem !important}.mb-72{margin-bottom:7.2rem !important}.mb-76{margin-bottom:7.6rem !important}.mb-80{margin-bottom:8rem !important}.mb-90{margin-bottom:9rem !important}.mb-98{margin-bottom:9.8rem !important}.mb-106{margin-bottom:10.6rem !important}.mb-110{margin-bottom:11rem !important}.mb-118{margin-bottom:11.8rem !important}.mb-128{margin-bottom:12.8rem !important}.mb-144{margin-bottom:14.4rem !important}.mb-148{margin-bottom:14.8rem !important}.mb-176{margin-bottom:17.6rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-2{margin-left:.2rem !important}.ms-4{margin-left:.4rem !important}.ms-6{margin-left:.6rem !important}.ms-8{margin-left:.8rem !important}.ms-10{margin-left:1rem !important}.ms-12{margin-left:1.2rem !important}.ms-14{margin-left:1.4rem !important}.ms-16{margin-left:1.6rem !important}.ms-18{margin-left:1.8rem !important}.ms-20{margin-left:2rem !important}.ms-22{margin-left:2.2rem !important}.ms-24{margin-left:2.4rem !important}.ms-26{margin-left:2.6rem !important}.ms-28{margin-left:2.8rem !important}.ms-30{margin-left:3rem !important}.ms-32{margin-left:3.2rem !important}.ms-36{margin-left:3.6rem !important}.ms-38{margin-left:3.8rem !important}.ms-40{margin-left:4rem !important}.ms-44{margin-left:4.4rem !important}.ms-48{margin-left:4.8rem !important}.ms-52{margin-left:5.2rem !important}.ms-56{margin-left:5.6rem !important}.ms-60{margin-left:6rem !important}.ms-64{margin-left:6.4rem !important}.ms-68{margin-left:6.8rem !important}.ms-72{margin-left:7.2rem !important}.ms-76{margin-left:7.6rem !important}.ms-80{margin-left:8rem !important}.ms-90{margin-left:9rem !important}.ms-98{margin-left:9.8rem !important}.ms-106{margin-left:10.6rem !important}.ms-110{margin-left:11rem !important}.ms-118{margin-left:11.8rem !important}.ms-128{margin-left:12.8rem !important}.ms-144{margin-left:14.4rem !important}.ms-148{margin-left:14.8rem !important}.ms-176{margin-left:17.6rem !important}.ms-auto{margin-left:auto !important}.m-n2{margin:-0.2rem !important}.m-n4{margin:-0.4rem !important}.m-n6{margin:-0.6rem !important}.m-n8{margin:-0.8rem !important}.m-n10{margin:-1rem !important}.m-n12{margin:-1.2rem !important}.m-n14{margin:-1.4rem !important}.m-n16{margin:-1.6rem !important}.m-n18{margin:-1.8rem !important}.m-n20{margin:-2rem !important}.m-n22{margin:-2.2rem !important}.m-n24{margin:-2.4rem !important}.m-n26{margin:-2.6rem !important}.m-n28{margin:-2.8rem !important}.m-n30{margin:-3rem !important}.m-n32{margin:-3.2rem !important}.m-n36{margin:-3.6rem !important}.m-n38{margin:-3.8rem !important}.m-n40{margin:-4rem !important}.m-n44{margin:-4.4rem !important}.m-n48{margin:-4.8rem !important}.m-n52{margin:-5.2rem !important}.m-n56{margin:-5.6rem !important}.m-n60{margin:-6rem !important}.m-n64{margin:-6.4rem !important}.m-n68{margin:-6.8rem !important}.m-n72{margin:-7.2rem !important}.m-n76{margin:-7.6rem !important}.m-n80{margin:-8rem !important}.m-n90{margin:-9rem !important}.m-n98{margin:-9.8rem !important}.m-n106{margin:-10.6rem !important}.m-n110{margin:-11rem !important}.m-n118{margin:-11.8rem !important}.m-n128{margin:-12.8rem !important}.m-n144{margin:-14.4rem !important}.m-n148{margin:-14.8rem !important}.m-n176{margin:-17.6rem !important}.mx-n2{margin-right:-0.2rem !important;margin-left:-0.2rem !important}.mx-n4{margin-right:-0.4rem !important;margin-left:-0.4rem !important}.mx-n6{margin-right:-0.6rem !important;margin-left:-0.6rem !important}.mx-n8{margin-right:-0.8rem !important;margin-left:-0.8rem !important}.mx-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n12{margin-right:-1.2rem !important;margin-left:-1.2rem !important}.mx-n14{margin-right:-1.4rem !important;margin-left:-1.4rem !important}.mx-n16{margin-right:-1.6rem !important;margin-left:-1.6rem !important}.mx-n18{margin-right:-1.8rem !important;margin-left:-1.8rem !important}.mx-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-n24{margin-right:-2.4rem !important;margin-left:-2.4rem !important}.mx-n26{margin-right:-2.6rem !important;margin-left:-2.6rem !important}.mx-n28{margin-right:-2.8rem !important;margin-left:-2.8rem !important}.mx-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-n32{margin-right:-3.2rem !important;margin-left:-3.2rem !important}.mx-n36{margin-right:-3.6rem !important;margin-left:-3.6rem !important}.mx-n38{margin-right:-3.8rem !important;margin-left:-3.8rem !important}.mx-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-n44{margin-right:-4.4rem !important;margin-left:-4.4rem !important}.mx-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-n52{margin-right:-5.2rem !important;margin-left:-5.2rem !important}.mx-n56{margin-right:-5.6rem !important;margin-left:-5.6rem !important}.mx-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-n64{margin-right:-6.4rem !important;margin-left:-6.4rem !important}.mx-n68{margin-right:-6.8rem !important;margin-left:-6.8rem !important}.mx-n72{margin-right:-7.2rem !important;margin-left:-7.2rem !important}.mx-n76{margin-right:-7.6rem !important;margin-left:-7.6rem !important}.mx-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-n90{margin-right:-9rem !important;margin-left:-9rem !important}.mx-n98{margin-right:-9.8rem !important;margin-left:-9.8rem !important}.mx-n106{margin-right:-10.6rem !important;margin-left:-10.6rem !important}.mx-n110{margin-right:-11rem !important;margin-left:-11rem !important}.mx-n118{margin-right:-11.8rem !important;margin-left:-11.8rem !important}.mx-n128{margin-right:-12.8rem !important;margin-left:-12.8rem !important}.mx-n144{margin-right:-14.4rem !important;margin-left:-14.4rem !important}.mx-n148{margin-right:-14.8rem !important;margin-left:-14.8rem !important}.mx-n176{margin-right:-17.6rem !important;margin-left:-17.6rem !important}.my-n2{margin-top:-0.2rem !important;margin-bottom:-0.2rem !important}.my-n4{margin-top:-0.4rem !important;margin-bottom:-0.4rem !important}.my-n6{margin-top:-0.6rem !important;margin-bottom:-0.6rem !important}.my-n8{margin-top:-0.8rem !important;margin-bottom:-0.8rem !important}.my-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n12{margin-top:-1.2rem !important;margin-bottom:-1.2rem !important}.my-n14{margin-top:-1.4rem !important;margin-bottom:-1.4rem !important}.my-n16{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important}.my-n18{margin-top:-1.8rem !important;margin-bottom:-1.8rem !important}.my-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-n24{margin-top:-2.4rem !important;margin-bottom:-2.4rem !important}.my-n26{margin-top:-2.6rem !important;margin-bottom:-2.6rem !important}.my-n28{margin-top:-2.8rem !important;margin-bottom:-2.8rem !important}.my-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-n32{margin-top:-3.2rem !important;margin-bottom:-3.2rem !important}.my-n36{margin-top:-3.6rem !important;margin-bottom:-3.6rem !important}.my-n38{margin-top:-3.8rem !important;margin-bottom:-3.8rem !important}.my-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-n44{margin-top:-4.4rem !important;margin-bottom:-4.4rem !important}.my-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-n52{margin-top:-5.2rem !important;margin-bottom:-5.2rem !important}.my-n56{margin-top:-5.6rem !important;margin-bottom:-5.6rem !important}.my-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-n64{margin-top:-6.4rem !important;margin-bottom:-6.4rem !important}.my-n68{margin-top:-6.8rem !important;margin-bottom:-6.8rem !important}.my-n72{margin-top:-7.2rem !important;margin-bottom:-7.2rem !important}.my-n76{margin-top:-7.6rem !important;margin-bottom:-7.6rem !important}.my-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-n90{margin-top:-9rem !important;margin-bottom:-9rem !important}.my-n98{margin-top:-9.8rem !important;margin-bottom:-9.8rem !important}.my-n106{margin-top:-10.6rem !important;margin-bottom:-10.6rem !important}.my-n110{margin-top:-11rem !important;margin-bottom:-11rem !important}.my-n118{margin-top:-11.8rem !important;margin-bottom:-11.8rem !important}.my-n128{margin-top:-12.8rem !important;margin-bottom:-12.8rem !important}.my-n144{margin-top:-14.4rem !important;margin-bottom:-14.4rem !important}.my-n148{margin-top:-14.8rem !important;margin-bottom:-14.8rem !important}.my-n176{margin-top:-17.6rem !important;margin-bottom:-17.6rem !important}.mt-n2{margin-top:-0.2rem !important}.mt-n4{margin-top:-0.4rem !important}.mt-n6{margin-top:-0.6rem !important}.mt-n8{margin-top:-0.8rem !important}.mt-n10{margin-top:-1rem !important}.mt-n12{margin-top:-1.2rem !important}.mt-n14{margin-top:-1.4rem !important}.mt-n16{margin-top:-1.6rem !important}.mt-n18{margin-top:-1.8rem !important}.mt-n20{margin-top:-2rem !important}.mt-n22{margin-top:-2.2rem !important}.mt-n24{margin-top:-2.4rem !important}.mt-n26{margin-top:-2.6rem !important}.mt-n28{margin-top:-2.8rem !important}.mt-n30{margin-top:-3rem !important}.mt-n32{margin-top:-3.2rem !important}.mt-n36{margin-top:-3.6rem !important}.mt-n38{margin-top:-3.8rem !important}.mt-n40{margin-top:-4rem !important}.mt-n44{margin-top:-4.4rem !important}.mt-n48{margin-top:-4.8rem !important}.mt-n52{margin-top:-5.2rem !important}.mt-n56{margin-top:-5.6rem !important}.mt-n60{margin-top:-6rem !important}.mt-n64{margin-top:-6.4rem !important}.mt-n68{margin-top:-6.8rem !important}.mt-n72{margin-top:-7.2rem !important}.mt-n76{margin-top:-7.6rem !important}.mt-n80{margin-top:-8rem !important}.mt-n90{margin-top:-9rem !important}.mt-n98{margin-top:-9.8rem !important}.mt-n106{margin-top:-10.6rem !important}.mt-n110{margin-top:-11rem !important}.mt-n118{margin-top:-11.8rem !important}.mt-n128{margin-top:-12.8rem !important}.mt-n144{margin-top:-14.4rem !important}.mt-n148{margin-top:-14.8rem !important}.mt-n176{margin-top:-17.6rem !important}.me-n2{margin-right:-0.2rem !important}.me-n4{margin-right:-0.4rem !important}.me-n6{margin-right:-0.6rem !important}.me-n8{margin-right:-0.8rem !important}.me-n10{margin-right:-1rem !important}.me-n12{margin-right:-1.2rem !important}.me-n14{margin-right:-1.4rem !important}.me-n16{margin-right:-1.6rem !important}.me-n18{margin-right:-1.8rem !important}.me-n20{margin-right:-2rem !important}.me-n22{margin-right:-2.2rem !important}.me-n24{margin-right:-2.4rem !important}.me-n26{margin-right:-2.6rem !important}.me-n28{margin-right:-2.8rem !important}.me-n30{margin-right:-3rem !important}.me-n32{margin-right:-3.2rem !important}.me-n36{margin-right:-3.6rem !important}.me-n38{margin-right:-3.8rem !important}.me-n40{margin-right:-4rem !important}.me-n44{margin-right:-4.4rem !important}.me-n48{margin-right:-4.8rem !important}.me-n52{margin-right:-5.2rem !important}.me-n56{margin-right:-5.6rem !important}.me-n60{margin-right:-6rem !important}.me-n64{margin-right:-6.4rem !important}.me-n68{margin-right:-6.8rem !important}.me-n72{margin-right:-7.2rem !important}.me-n76{margin-right:-7.6rem !important}.me-n80{margin-right:-8rem !important}.me-n90{margin-right:-9rem !important}.me-n98{margin-right:-9.8rem !important}.me-n106{margin-right:-10.6rem !important}.me-n110{margin-right:-11rem !important}.me-n118{margin-right:-11.8rem !important}.me-n128{margin-right:-12.8rem !important}.me-n144{margin-right:-14.4rem !important}.me-n148{margin-right:-14.8rem !important}.me-n176{margin-right:-17.6rem !important}.mb-n2{margin-bottom:-0.2rem !important}.mb-n4{margin-bottom:-0.4rem !important}.mb-n6{margin-bottom:-0.6rem !important}.mb-n8{margin-bottom:-0.8rem !important}.mb-n10{margin-bottom:-1rem !important}.mb-n12{margin-bottom:-1.2rem !important}.mb-n14{margin-bottom:-1.4rem !important}.mb-n16{margin-bottom:-1.6rem !important}.mb-n18{margin-bottom:-1.8rem !important}.mb-n20{margin-bottom:-2rem !important}.mb-n22{margin-bottom:-2.2rem !important}.mb-n24{margin-bottom:-2.4rem !important}.mb-n26{margin-bottom:-2.6rem !important}.mb-n28{margin-bottom:-2.8rem !important}.mb-n30{margin-bottom:-3rem !important}.mb-n32{margin-bottom:-3.2rem !important}.mb-n36{margin-bottom:-3.6rem !important}.mb-n38{margin-bottom:-3.8rem !important}.mb-n40{margin-bottom:-4rem !important}.mb-n44{margin-bottom:-4.4rem !important}.mb-n48{margin-bottom:-4.8rem !important}.mb-n52{margin-bottom:-5.2rem !important}.mb-n56{margin-bottom:-5.6rem !important}.mb-n60{margin-bottom:-6rem !important}.mb-n64{margin-bottom:-6.4rem !important}.mb-n68{margin-bottom:-6.8rem !important}.mb-n72{margin-bottom:-7.2rem !important}.mb-n76{margin-bottom:-7.6rem !important}.mb-n80{margin-bottom:-8rem !important}.mb-n90{margin-bottom:-9rem !important}.mb-n98{margin-bottom:-9.8rem !important}.mb-n106{margin-bottom:-10.6rem !important}.mb-n110{margin-bottom:-11rem !important}.mb-n118{margin-bottom:-11.8rem !important}.mb-n128{margin-bottom:-12.8rem !important}.mb-n144{margin-bottom:-14.4rem !important}.mb-n148{margin-bottom:-14.8rem !important}.mb-n176{margin-bottom:-17.6rem !important}.ms-n2{margin-left:-0.2rem !important}.ms-n4{margin-left:-0.4rem !important}.ms-n6{margin-left:-0.6rem !important}.ms-n8{margin-left:-0.8rem !important}.ms-n10{margin-left:-1rem !important}.ms-n12{margin-left:-1.2rem !important}.ms-n14{margin-left:-1.4rem !important}.ms-n16{margin-left:-1.6rem !important}.ms-n18{margin-left:-1.8rem !important}.ms-n20{margin-left:-2rem !important}.ms-n22{margin-left:-2.2rem !important}.ms-n24{margin-left:-2.4rem !important}.ms-n26{margin-left:-2.6rem !important}.ms-n28{margin-left:-2.8rem !important}.ms-n30{margin-left:-3rem !important}.ms-n32{margin-left:-3.2rem !important}.ms-n36{margin-left:-3.6rem !important}.ms-n38{margin-left:-3.8rem !important}.ms-n40{margin-left:-4rem !important}.ms-n44{margin-left:-4.4rem !important}.ms-n48{margin-left:-4.8rem !important}.ms-n52{margin-left:-5.2rem !important}.ms-n56{margin-left:-5.6rem !important}.ms-n60{margin-left:-6rem !important}.ms-n64{margin-left:-6.4rem !important}.ms-n68{margin-left:-6.8rem !important}.ms-n72{margin-left:-7.2rem !important}.ms-n76{margin-left:-7.6rem !important}.ms-n80{margin-left:-8rem !important}.ms-n90{margin-left:-9rem !important}.ms-n98{margin-left:-9.8rem !important}.ms-n106{margin-left:-10.6rem !important}.ms-n110{margin-left:-11rem !important}.ms-n118{margin-left:-11.8rem !important}.ms-n128{margin-left:-12.8rem !important}.ms-n144{margin-left:-14.4rem !important}.ms-n148{margin-left:-14.8rem !important}.ms-n176{margin-left:-17.6rem !important}.p-0{padding:0 !important}.p-2{padding:.2rem !important}.p-4{padding:.4rem !important}.p-6{padding:.6rem !important}.p-8{padding:.8rem !important}.p-10{padding:1rem !important}.p-12{padding:1.2rem !important}.p-14{padding:1.4rem !important}.p-16{padding:1.6rem !important}.p-18{padding:1.8rem !important}.p-20{padding:2rem !important}.p-22{padding:2.2rem !important}.p-24{padding:2.4rem !important}.p-26{padding:2.6rem !important}.p-28{padding:2.8rem !important}.p-30{padding:3rem !important}.p-32{padding:3.2rem !important}.p-36{padding:3.6rem !important}.p-38{padding:3.8rem !important}.p-40{padding:4rem !important}.p-44{padding:4.4rem !important}.p-48{padding:4.8rem !important}.p-52{padding:5.2rem !important}.p-56{padding:5.6rem !important}.p-60{padding:6rem !important}.p-64{padding:6.4rem !important}.p-68{padding:6.8rem !important}.p-72{padding:7.2rem !important}.p-76{padding:7.6rem !important}.p-80{padding:8rem !important}.p-90{padding:9rem !important}.p-98{padding:9.8rem !important}.p-106{padding:10.6rem !important}.p-110{padding:11rem !important}.p-118{padding:11.8rem !important}.p-128{padding:12.8rem !important}.p-144{padding:14.4rem !important}.p-148{padding:14.8rem !important}.p-176{padding:17.6rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-2{padding-right:.2rem !important;padding-left:.2rem !important}.px-4{padding-right:.4rem !important;padding-left:.4rem !important}.px-6{padding-right:.6rem !important;padding-left:.6rem !important}.px-8{padding-right:.8rem !important;padding-left:.8rem !important}.px-10{padding-right:1rem !important;padding-left:1rem !important}.px-12{padding-right:1.2rem !important;padding-left:1.2rem !important}.px-14{padding-right:1.4rem !important;padding-left:1.4rem !important}.px-16{padding-right:1.6rem !important;padding-left:1.6rem !important}.px-18{padding-right:1.8rem !important;padding-left:1.8rem !important}.px-20{padding-right:2rem !important;padding-left:2rem !important}.px-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-24{padding-right:2.4rem !important;padding-left:2.4rem !important}.px-26{padding-right:2.6rem !important;padding-left:2.6rem !important}.px-28{padding-right:2.8rem !important;padding-left:2.8rem !important}.px-30{padding-right:3rem !important;padding-left:3rem !important}.px-32{padding-right:3.2rem !important;padding-left:3.2rem !important}.px-36{padding-right:3.6rem !important;padding-left:3.6rem !important}.px-38{padding-right:3.8rem !important;padding-left:3.8rem !important}.px-40{padding-right:4rem !important;padding-left:4rem !important}.px-44{padding-right:4.4rem !important;padding-left:4.4rem !important}.px-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-52{padding-right:5.2rem !important;padding-left:5.2rem !important}.px-56{padding-right:5.6rem !important;padding-left:5.6rem !important}.px-60{padding-right:6rem !important;padding-left:6rem !important}.px-64{padding-right:6.4rem !important;padding-left:6.4rem !important}.px-68{padding-right:6.8rem !important;padding-left:6.8rem !important}.px-72{padding-right:7.2rem !important;padding-left:7.2rem !important}.px-76{padding-right:7.6rem !important;padding-left:7.6rem !important}.px-80{padding-right:8rem !important;padding-left:8rem !important}.px-90{padding-right:9rem !important;padding-left:9rem !important}.px-98{padding-right:9.8rem !important;padding-left:9.8rem !important}.px-106{padding-right:10.6rem !important;padding-left:10.6rem !important}.px-110{padding-right:11rem !important;padding-left:11rem !important}.px-118{padding-right:11.8rem !important;padding-left:11.8rem !important}.px-128{padding-right:12.8rem !important;padding-left:12.8rem !important}.px-144{padding-right:14.4rem !important;padding-left:14.4rem !important}.px-148{padding-right:14.8rem !important;padding-left:14.8rem !important}.px-176{padding-right:17.6rem !important;padding-left:17.6rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-2{padding-top:.2rem !important;padding-bottom:.2rem !important}.py-4{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-6{padding-top:.6rem !important;padding-bottom:.6rem !important}.py-8{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-12{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-14{padding-top:1.4rem !important;padding-bottom:1.4rem !important}.py-16{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-18{padding-top:1.8rem !important;padding-bottom:1.8rem !important}.py-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-24{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-26{padding-top:2.6rem !important;padding-bottom:2.6rem !important}.py-28{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-32{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-36{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-38{padding-top:3.8rem !important;padding-bottom:3.8rem !important}.py-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-44{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-52{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-56{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-64{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-68{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-72{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-76{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-90{padding-top:9rem !important;padding-bottom:9rem !important}.py-98{padding-top:9.8rem !important;padding-bottom:9.8rem !important}.py-106{padding-top:10.6rem !important;padding-bottom:10.6rem !important}.py-110{padding-top:11rem !important;padding-bottom:11rem !important}.py-118{padding-top:11.8rem !important;padding-bottom:11.8rem !important}.py-128{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-144{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-148{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-176{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.pt-0{padding-top:0 !important}.pt-2{padding-top:.2rem !important}.pt-4{padding-top:.4rem !important}.pt-6{padding-top:.6rem !important}.pt-8{padding-top:.8rem !important}.pt-10{padding-top:1rem !important}.pt-12{padding-top:1.2rem !important}.pt-14{padding-top:1.4rem !important}.pt-16{padding-top:1.6rem !important}.pt-18{padding-top:1.8rem !important}.pt-20{padding-top:2rem !important}.pt-22{padding-top:2.2rem !important}.pt-24{padding-top:2.4rem !important}.pt-26{padding-top:2.6rem !important}.pt-28{padding-top:2.8rem !important}.pt-30{padding-top:3rem !important}.pt-32{padding-top:3.2rem !important}.pt-36{padding-top:3.6rem !important}.pt-38{padding-top:3.8rem !important}.pt-40{padding-top:4rem !important}.pt-44{padding-top:4.4rem !important}.pt-48{padding-top:4.8rem !important}.pt-52{padding-top:5.2rem !important}.pt-56{padding-top:5.6rem !important}.pt-60{padding-top:6rem !important}.pt-64{padding-top:6.4rem !important}.pt-68{padding-top:6.8rem !important}.pt-72{padding-top:7.2rem !important}.pt-76{padding-top:7.6rem !important}.pt-80{padding-top:8rem !important}.pt-90{padding-top:9rem !important}.pt-98{padding-top:9.8rem !important}.pt-106{padding-top:10.6rem !important}.pt-110{padding-top:11rem !important}.pt-118{padding-top:11.8rem !important}.pt-128{padding-top:12.8rem !important}.pt-144{padding-top:14.4rem !important}.pt-148{padding-top:14.8rem !important}.pt-176{padding-top:17.6rem !important}.pe-0{padding-right:0 !important}.pe-2{padding-right:.2rem !important}.pe-4{padding-right:.4rem !important}.pe-6{padding-right:.6rem !important}.pe-8{padding-right:.8rem !important}.pe-10{padding-right:1rem !important}.pe-12{padding-right:1.2rem !important}.pe-14{padding-right:1.4rem !important}.pe-16{padding-right:1.6rem !important}.pe-18{padding-right:1.8rem !important}.pe-20{padding-right:2rem !important}.pe-22{padding-right:2.2rem !important}.pe-24{padding-right:2.4rem !important}.pe-26{padding-right:2.6rem !important}.pe-28{padding-right:2.8rem !important}.pe-30{padding-right:3rem !important}.pe-32{padding-right:3.2rem !important}.pe-36{padding-right:3.6rem !important}.pe-38{padding-right:3.8rem !important}.pe-40{padding-right:4rem !important}.pe-44{padding-right:4.4rem !important}.pe-48{padding-right:4.8rem !important}.pe-52{padding-right:5.2rem !important}.pe-56{padding-right:5.6rem !important}.pe-60{padding-right:6rem !important}.pe-64{padding-right:6.4rem !important}.pe-68{padding-right:6.8rem !important}.pe-72{padding-right:7.2rem !important}.pe-76{padding-right:7.6rem !important}.pe-80{padding-right:8rem !important}.pe-90{padding-right:9rem !important}.pe-98{padding-right:9.8rem !important}.pe-106{padding-right:10.6rem !important}.pe-110{padding-right:11rem !important}.pe-118{padding-right:11.8rem !important}.pe-128{padding-right:12.8rem !important}.pe-144{padding-right:14.4rem !important}.pe-148{padding-right:14.8rem !important}.pe-176{padding-right:17.6rem !important}.pb-0{padding-bottom:0 !important}.pb-2{padding-bottom:.2rem !important}.pb-4{padding-bottom:.4rem !important}.pb-6{padding-bottom:.6rem !important}.pb-8{padding-bottom:.8rem !important}.pb-10{padding-bottom:1rem !important}.pb-12{padding-bottom:1.2rem !important}.pb-14{padding-bottom:1.4rem !important}.pb-16{padding-bottom:1.6rem !important}.pb-18{padding-bottom:1.8rem !important}.pb-20{padding-bottom:2rem !important}.pb-22{padding-bottom:2.2rem !important}.pb-24{padding-bottom:2.4rem !important}.pb-26{padding-bottom:2.6rem !important}.pb-28{padding-bottom:2.8rem !important}.pb-30{padding-bottom:3rem !important}.pb-32{padding-bottom:3.2rem !important}.pb-36{padding-bottom:3.6rem !important}.pb-38{padding-bottom:3.8rem !important}.pb-40{padding-bottom:4rem !important}.pb-44{padding-bottom:4.4rem !important}.pb-48{padding-bottom:4.8rem !important}.pb-52{padding-bottom:5.2rem !important}.pb-56{padding-bottom:5.6rem !important}.pb-60{padding-bottom:6rem !important}.pb-64{padding-bottom:6.4rem !important}.pb-68{padding-bottom:6.8rem !important}.pb-72{padding-bottom:7.2rem !important}.pb-76{padding-bottom:7.6rem !important}.pb-80{padding-bottom:8rem !important}.pb-90{padding-bottom:9rem !important}.pb-98{padding-bottom:9.8rem !important}.pb-106{padding-bottom:10.6rem !important}.pb-110{padding-bottom:11rem !important}.pb-118{padding-bottom:11.8rem !important}.pb-128{padding-bottom:12.8rem !important}.pb-144{padding-bottom:14.4rem !important}.pb-148{padding-bottom:14.8rem !important}.pb-176{padding-bottom:17.6rem !important}.ps-0{padding-left:0 !important}.ps-2{padding-left:.2rem !important}.ps-4{padding-left:.4rem !important}.ps-6{padding-left:.6rem !important}.ps-8{padding-left:.8rem !important}.ps-10{padding-left:1rem !important}.ps-12{padding-left:1.2rem !important}.ps-14{padding-left:1.4rem !important}.ps-16{padding-left:1.6rem !important}.ps-18{padding-left:1.8rem !important}.ps-20{padding-left:2rem !important}.ps-22{padding-left:2.2rem !important}.ps-24{padding-left:2.4rem !important}.ps-26{padding-left:2.6rem !important}.ps-28{padding-left:2.8rem !important}.ps-30{padding-left:3rem !important}.ps-32{padding-left:3.2rem !important}.ps-36{padding-left:3.6rem !important}.ps-38{padding-left:3.8rem !important}.ps-40{padding-left:4rem !important}.ps-44{padding-left:4.4rem !important}.ps-48{padding-left:4.8rem !important}.ps-52{padding-left:5.2rem !important}.ps-56{padding-left:5.6rem !important}.ps-60{padding-left:6rem !important}.ps-64{padding-left:6.4rem !important}.ps-68{padding-left:6.8rem !important}.ps-72{padding-left:7.2rem !important}.ps-76{padding-left:7.6rem !important}.ps-80{padding-left:8rem !important}.ps-90{padding-left:9rem !important}.ps-98{padding-left:9.8rem !important}.ps-106{padding-left:10.6rem !important}.ps-110{padding-left:11rem !important}.ps-118{padding-left:11.8rem !important}.ps-128{padding-left:12.8rem !important}.ps-144{padding-left:14.4rem !important}.ps-148{padding-left:14.8rem !important}.ps-176{padding-left:17.6rem !important}.gap-0{gap:0 !important}.gap-2{gap:.2rem !important}.gap-4{gap:.4rem !important}.gap-6{gap:.6rem !important}.gap-8{gap:.8rem !important}.gap-10{gap:1rem !important}.gap-12{gap:1.2rem !important}.gap-14{gap:1.4rem !important}.gap-16{gap:1.6rem !important}.gap-18{gap:1.8rem !important}.gap-20{gap:2rem !important}.gap-22{gap:2.2rem !important}.gap-24{gap:2.4rem !important}.gap-26{gap:2.6rem !important}.gap-28{gap:2.8rem !important}.gap-30{gap:3rem !important}.gap-32{gap:3.2rem !important}.gap-36{gap:3.6rem !important}.gap-38{gap:3.8rem !important}.gap-40{gap:4rem !important}.gap-44{gap:4.4rem !important}.gap-48{gap:4.8rem !important}.gap-52{gap:5.2rem !important}.gap-56{gap:5.6rem !important}.gap-60{gap:6rem !important}.gap-64{gap:6.4rem !important}.gap-68{gap:6.8rem !important}.gap-72{gap:7.2rem !important}.gap-76{gap:7.6rem !important}.gap-80{gap:8rem !important}.gap-90{gap:9rem !important}.gap-98{gap:9.8rem !important}.gap-106{gap:10.6rem !important}.gap-110{gap:11rem !important}.gap-118{gap:11.8rem !important}.gap-128{gap:12.8rem !important}.gap-144{gap:14.4rem !important}.gap-148{gap:14.8rem !important}.gap-176{gap:17.6rem !important}.row-gap-0{row-gap:0 !important}.row-gap-2{row-gap:.2rem !important}.row-gap-4{row-gap:.4rem !important}.row-gap-6{row-gap:.6rem !important}.row-gap-8{row-gap:.8rem !important}.row-gap-10{row-gap:1rem !important}.row-gap-12{row-gap:1.2rem !important}.row-gap-14{row-gap:1.4rem !important}.row-gap-16{row-gap:1.6rem !important}.row-gap-18{row-gap:1.8rem !important}.row-gap-20{row-gap:2rem !important}.row-gap-22{row-gap:2.2rem !important}.row-gap-24{row-gap:2.4rem !important}.row-gap-26{row-gap:2.6rem !important}.row-gap-28{row-gap:2.8rem !important}.row-gap-30{row-gap:3rem !important}.row-gap-32{row-gap:3.2rem !important}.row-gap-36{row-gap:3.6rem !important}.row-gap-38{row-gap:3.8rem !important}.row-gap-40{row-gap:4rem !important}.row-gap-44{row-gap:4.4rem !important}.row-gap-48{row-gap:4.8rem !important}.row-gap-52{row-gap:5.2rem !important}.row-gap-56{row-gap:5.6rem !important}.row-gap-60{row-gap:6rem !important}.row-gap-64{row-gap:6.4rem !important}.row-gap-68{row-gap:6.8rem !important}.row-gap-72{row-gap:7.2rem !important}.row-gap-76{row-gap:7.6rem !important}.row-gap-80{row-gap:8rem !important}.row-gap-90{row-gap:9rem !important}.row-gap-98{row-gap:9.8rem !important}.row-gap-106{row-gap:10.6rem !important}.row-gap-110{row-gap:11rem !important}.row-gap-118{row-gap:11.8rem !important}.row-gap-128{row-gap:12.8rem !important}.row-gap-144{row-gap:14.4rem !important}.row-gap-148{row-gap:14.8rem !important}.row-gap-176{row-gap:17.6rem !important}.column-gap-0{column-gap:0 !important}.column-gap-2{column-gap:.2rem !important}.column-gap-4{column-gap:.4rem !important}.column-gap-6{column-gap:.6rem !important}.column-gap-8{column-gap:.8rem !important}.column-gap-10{column-gap:1rem !important}.column-gap-12{column-gap:1.2rem !important}.column-gap-14{column-gap:1.4rem !important}.column-gap-16{column-gap:1.6rem !important}.column-gap-18{column-gap:1.8rem !important}.column-gap-20{column-gap:2rem !important}.column-gap-22{column-gap:2.2rem !important}.column-gap-24{column-gap:2.4rem !important}.column-gap-26{column-gap:2.6rem !important}.column-gap-28{column-gap:2.8rem !important}.column-gap-30{column-gap:3rem !important}.column-gap-32{column-gap:3.2rem !important}.column-gap-36{column-gap:3.6rem !important}.column-gap-38{column-gap:3.8rem !important}.column-gap-40{column-gap:4rem !important}.column-gap-44{column-gap:4.4rem !important}.column-gap-48{column-gap:4.8rem !important}.column-gap-52{column-gap:5.2rem !important}.column-gap-56{column-gap:5.6rem !important}.column-gap-60{column-gap:6rem !important}.column-gap-64{column-gap:6.4rem !important}.column-gap-68{column-gap:6.8rem !important}.column-gap-72{column-gap:7.2rem !important}.column-gap-76{column-gap:7.6rem !important}.column-gap-80{column-gap:8rem !important}.column-gap-90{column-gap:9rem !important}.column-gap-98{column-gap:9.8rem !important}.column-gap-106{column-gap:10.6rem !important}.column-gap-110{column-gap:11rem !important}.column-gap-118{column-gap:11.8rem !important}.column-gap-128{column-gap:12.8rem !important}.column-gap-144{column-gap:14.4rem !important}.column-gap-148{column-gap:14.8rem !important}.column-gap-176{column-gap:17.6rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + .9vw) !important}.fs-3{font-size:calc(1.3rem + .6vw) !important}.fs-4{font-size:calc(1.275rem + .3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-black-0{--bs-text-opacity: 1;color:rgba(var(--bs-black-0-rgb), var(--bs-text-opacity)) !important}.text-black-30{--bs-text-opacity: 1;color:rgba(var(--bs-black-30-rgb), var(--bs-text-opacity)) !important}.text-black-60{--bs-text-opacity: 1;color:rgba(var(--bs-black-60-rgb), var(--bs-text-opacity)) !important}.text-black-80{--bs-text-opacity: 1;color:rgba(var(--bs-black-80-rgb), var(--bs-text-opacity)) !important}.text-black1{--bs-text-opacity: 1;color:rgba(var(--bs-black1-rgb), var(--bs-text-opacity)) !important}.text-black1-50{--bs-text-opacity: 1;color:rgba(var(--bs-black1-50-rgb), var(--bs-text-opacity)) !important}.text-metal{--bs-text-opacity: 1;color:rgba(var(--bs-metal-rgb), var(--bs-text-opacity)) !important}.text-metal2{--bs-text-opacity: 1;color:rgba(var(--bs-metal2-rgb), var(--bs-text-opacity)) !important}.text-metal3{--bs-text-opacity: 1;color:rgba(var(--bs-metal3-rgb), var(--bs-text-opacity)) !important}.text-gray{--bs-text-opacity: 1;color:rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important}.text-gray2{--bs-text-opacity: 1;color:rgba(var(--bs-gray2-rgb), var(--bs-text-opacity)) !important}.text-gray3{--bs-text-opacity: 1;color:rgba(var(--bs-gray3-rgb), var(--bs-text-opacity)) !important}.text-gray4{--bs-text-opacity: 1;color:rgba(var(--bs-gray4-rgb), var(--bs-text-opacity)) !important}.text-gray5{--bs-text-opacity: 1;color:rgba(var(--bs-gray5-rgb), var(--bs-text-opacity)) !important}.text-gray6{--bs-text-opacity: 1;color:rgba(var(--bs-gray6-rgb), var(--bs-text-opacity)) !important}.text-gray7{--bs-text-opacity: 1;color:rgba(var(--bs-gray7-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-dark2{--bs-text-opacity: 1;color:rgba(var(--bs-dark2-rgb), var(--bs-text-opacity)) !important}.text-sand{--bs-text-opacity: 1;color:rgba(var(--bs-sand-rgb), var(--bs-text-opacity)) !important}.text-turquoise{--bs-text-opacity: 1;color:rgba(var(--bs-turquoise-rgb), var(--bs-text-opacity)) !important}.text-blue{--bs-text-opacity: 1;color:rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important}.text-green1{--bs-text-opacity: 1;color:rgba(var(--bs-green1-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-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, 0.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255, 255, 255, 0.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{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.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-white{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-black-0{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-black-0-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-black-30{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-black-30-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-black-60{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-black-60-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-black-80{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-black-80-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-black1{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-black1-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-black1-50{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-black1-50-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-metal{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-metal-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-metal2{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-metal2-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-metal3{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-metal3-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-gray{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-gray2{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray2-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-gray3{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray3-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-gray4{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray4-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-gray5{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray5-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-gray6{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray6-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-gray7{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray7-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-dark2{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark2-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-sand{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-sand-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-turquoise{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-turquoise-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-blue{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-blue-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-green1{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-green1-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{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.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-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-black-0{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-0-rgb), var(--bs-bg-opacity)) !important}.bg-black-30{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-30-rgb), var(--bs-bg-opacity)) !important}.bg-black-60{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-60-rgb), var(--bs-bg-opacity)) !important}.bg-black-80{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-80-rgb), var(--bs-bg-opacity)) !important}.bg-black1{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black1-rgb), var(--bs-bg-opacity)) !important}.bg-black1-50{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black1-50-rgb), var(--bs-bg-opacity)) !important}.bg-metal{--bs-bg-opacity: 1;background-color:rgba(var(--bs-metal-rgb), var(--bs-bg-opacity)) !important}.bg-metal2{--bs-bg-opacity: 1;background-color:rgba(var(--bs-metal2-rgb), var(--bs-bg-opacity)) !important}.bg-metal3{--bs-bg-opacity: 1;background-color:rgba(var(--bs-metal3-rgb), var(--bs-bg-opacity)) !important}.bg-gray{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important}.bg-gray2{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray2-rgb), var(--bs-bg-opacity)) !important}.bg-gray3{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray3-rgb), var(--bs-bg-opacity)) !important}.bg-gray4{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray4-rgb), var(--bs-bg-opacity)) !important}.bg-gray5{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray5-rgb), var(--bs-bg-opacity)) !important}.bg-gray6{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray6-rgb), var(--bs-bg-opacity)) !important}.bg-gray7{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray7-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-dark2{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark2-rgb), var(--bs-bg-opacity)) !important}.bg-sand{--bs-bg-opacity: 1;background-color:rgba(var(--bs-sand-rgb), var(--bs-bg-opacity)) !important}.bg-turquoise{--bs-bg-opacity: 1;background-color:rgba(var(--bs-turquoise-rgb), var(--bs-bg-opacity)) !important}.bg-blue{--bs-bg-opacity: 1;background-color:rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important}.bg-green1{--bs-bg-opacity: 1;background-color:rgba(var(--bs-green1-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-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:rgba(0, 0, 0, 0) !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{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 375px){.float-xxs-start{float:left !important}.float-xxs-end{float:right !important}.float-xxs-none{float:none !important}.object-fit-xxs-contain{object-fit:contain !important}.object-fit-xxs-cover{object-fit:cover !important}.object-fit-xxs-fill{object-fit:fill !important}.object-fit-xxs-scale{object-fit:scale-down !important}.object-fit-xxs-none{object-fit:none !important}.d-xxs-inline{display:inline !important}.d-xxs-inline-block{display:inline-block !important}.d-xxs-block{display:block !important}.d-xxs-grid{display:grid !important}.d-xxs-inline-grid{display:inline-grid !important}.d-xxs-table{display:table !important}.d-xxs-table-row{display:table-row !important}.d-xxs-table-cell{display:table-cell !important}.d-xxs-flex{display:flex !important}.d-xxs-inline-flex{display:inline-flex !important}.d-xxs-none{display:none !important}.flex-xxs-fill{flex:1 1 auto !important}.flex-xxs-row{flex-direction:row !important}.flex-xxs-column{flex-direction:column !important}.flex-xxs-row-reverse{flex-direction:row-reverse !important}.flex-xxs-column-reverse{flex-direction:column-reverse !important}.flex-xxs-grow-0{flex-grow:0 !important}.flex-xxs-grow-1{flex-grow:1 !important}.flex-xxs-shrink-0{flex-shrink:0 !important}.flex-xxs-shrink-1{flex-shrink:1 !important}.flex-xxs-wrap{flex-wrap:wrap !important}.flex-xxs-nowrap{flex-wrap:nowrap !important}.flex-xxs-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxs-start{justify-content:flex-start !important}.justify-content-xxs-end{justify-content:flex-end !important}.justify-content-xxs-center{justify-content:center !important}.justify-content-xxs-between{justify-content:space-between !important}.justify-content-xxs-around{justify-content:space-around !important}.justify-content-xxs-evenly{justify-content:space-evenly !important}.align-items-xxs-start{align-items:flex-start !important}.align-items-xxs-end{align-items:flex-end !important}.align-items-xxs-center{align-items:center !important}.align-items-xxs-baseline{align-items:baseline !important}.align-items-xxs-stretch{align-items:stretch !important}.align-content-xxs-start{align-content:flex-start !important}.align-content-xxs-end{align-content:flex-end !important}.align-content-xxs-center{align-content:center !important}.align-content-xxs-between{align-content:space-between !important}.align-content-xxs-around{align-content:space-around !important}.align-content-xxs-stretch{align-content:stretch !important}.align-self-xxs-auto{align-self:auto !important}.align-self-xxs-start{align-self:flex-start !important}.align-self-xxs-end{align-self:flex-end !important}.align-self-xxs-center{align-self:center !important}.align-self-xxs-baseline{align-self:baseline !important}.align-self-xxs-stretch{align-self:stretch !important}.order-xxs-first{order:-1 !important}.order-xxs-0{order:0 !important}.order-xxs-1{order:1 !important}.order-xxs-2{order:2 !important}.order-xxs-3{order:3 !important}.order-xxs-4{order:4 !important}.order-xxs-5{order:5 !important}.order-xxs-last{order:6 !important}.m-xxs-0{margin:0 !important}.m-xxs-2{margin:.2rem !important}.m-xxs-4{margin:.4rem !important}.m-xxs-6{margin:.6rem !important}.m-xxs-8{margin:.8rem !important}.m-xxs-10{margin:1rem !important}.m-xxs-12{margin:1.2rem !important}.m-xxs-14{margin:1.4rem !important}.m-xxs-16{margin:1.6rem !important}.m-xxs-18{margin:1.8rem !important}.m-xxs-20{margin:2rem !important}.m-xxs-22{margin:2.2rem !important}.m-xxs-24{margin:2.4rem !important}.m-xxs-26{margin:2.6rem !important}.m-xxs-28{margin:2.8rem !important}.m-xxs-30{margin:3rem !important}.m-xxs-32{margin:3.2rem !important}.m-xxs-36{margin:3.6rem !important}.m-xxs-38{margin:3.8rem !important}.m-xxs-40{margin:4rem !important}.m-xxs-44{margin:4.4rem !important}.m-xxs-48{margin:4.8rem !important}.m-xxs-52{margin:5.2rem !important}.m-xxs-56{margin:5.6rem !important}.m-xxs-60{margin:6rem !important}.m-xxs-64{margin:6.4rem !important}.m-xxs-68{margin:6.8rem !important}.m-xxs-72{margin:7.2rem !important}.m-xxs-76{margin:7.6rem !important}.m-xxs-80{margin:8rem !important}.m-xxs-90{margin:9rem !important}.m-xxs-98{margin:9.8rem !important}.m-xxs-106{margin:10.6rem !important}.m-xxs-110{margin:11rem !important}.m-xxs-118{margin:11.8rem !important}.m-xxs-128{margin:12.8rem !important}.m-xxs-144{margin:14.4rem !important}.m-xxs-148{margin:14.8rem !important}.m-xxs-176{margin:17.6rem !important}.m-xxs-auto{margin:auto !important}.mx-xxs-0{margin-right:0 !important;margin-left:0 !important}.mx-xxs-2{margin-right:.2rem !important;margin-left:.2rem !important}.mx-xxs-4{margin-right:.4rem !important;margin-left:.4rem !important}.mx-xxs-6{margin-right:.6rem !important;margin-left:.6rem !important}.mx-xxs-8{margin-right:.8rem !important;margin-left:.8rem !important}.mx-xxs-10{margin-right:1rem !important;margin-left:1rem !important}.mx-xxs-12{margin-right:1.2rem !important;margin-left:1.2rem !important}.mx-xxs-14{margin-right:1.4rem !important;margin-left:1.4rem !important}.mx-xxs-16{margin-right:1.6rem !important;margin-left:1.6rem !important}.mx-xxs-18{margin-right:1.8rem !important;margin-left:1.8rem !important}.mx-xxs-20{margin-right:2rem !important;margin-left:2rem !important}.mx-xxs-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-xxs-24{margin-right:2.4rem !important;margin-left:2.4rem !important}.mx-xxs-26{margin-right:2.6rem !important;margin-left:2.6rem !important}.mx-xxs-28{margin-right:2.8rem !important;margin-left:2.8rem !important}.mx-xxs-30{margin-right:3rem !important;margin-left:3rem !important}.mx-xxs-32{margin-right:3.2rem !important;margin-left:3.2rem !important}.mx-xxs-36{margin-right:3.6rem !important;margin-left:3.6rem !important}.mx-xxs-38{margin-right:3.8rem !important;margin-left:3.8rem !important}.mx-xxs-40{margin-right:4rem !important;margin-left:4rem !important}.mx-xxs-44{margin-right:4.4rem !important;margin-left:4.4rem !important}.mx-xxs-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-xxs-52{margin-right:5.2rem !important;margin-left:5.2rem !important}.mx-xxs-56{margin-right:5.6rem !important;margin-left:5.6rem !important}.mx-xxs-60{margin-right:6rem !important;margin-left:6rem !important}.mx-xxs-64{margin-right:6.4rem !important;margin-left:6.4rem !important}.mx-xxs-68{margin-right:6.8rem !important;margin-left:6.8rem !important}.mx-xxs-72{margin-right:7.2rem !important;margin-left:7.2rem !important}.mx-xxs-76{margin-right:7.6rem !important;margin-left:7.6rem !important}.mx-xxs-80{margin-right:8rem !important;margin-left:8rem !important}.mx-xxs-90{margin-right:9rem !important;margin-left:9rem !important}.mx-xxs-98{margin-right:9.8rem !important;margin-left:9.8rem !important}.mx-xxs-106{margin-right:10.6rem !important;margin-left:10.6rem !important}.mx-xxs-110{margin-right:11rem !important;margin-left:11rem !important}.mx-xxs-118{margin-right:11.8rem !important;margin-left:11.8rem !important}.mx-xxs-128{margin-right:12.8rem !important;margin-left:12.8rem !important}.mx-xxs-144{margin-right:14.4rem !important;margin-left:14.4rem !important}.mx-xxs-148{margin-right:14.8rem !important;margin-left:14.8rem !important}.mx-xxs-176{margin-right:17.6rem !important;margin-left:17.6rem !important}.mx-xxs-auto{margin-right:auto !important;margin-left:auto !important}.my-xxs-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxs-2{margin-top:.2rem !important;margin-bottom:.2rem !important}.my-xxs-4{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-xxs-6{margin-top:.6rem !important;margin-bottom:.6rem !important}.my-xxs-8{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-xxs-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxs-12{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-xxs-14{margin-top:1.4rem !important;margin-bottom:1.4rem !important}.my-xxs-16{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-xxs-18{margin-top:1.8rem !important;margin-bottom:1.8rem !important}.my-xxs-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-xxs-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-xxs-24{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-xxs-26{margin-top:2.6rem !important;margin-bottom:2.6rem !important}.my-xxs-28{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-xxs-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxs-32{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-xxs-36{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-xxs-38{margin-top:3.8rem !important;margin-bottom:3.8rem !important}.my-xxs-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxs-44{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-xxs-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-xxs-52{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-xxs-56{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-xxs-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-xxs-64{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-xxs-68{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-xxs-72{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-xxs-76{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-xxs-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-xxs-90{margin-top:9rem !important;margin-bottom:9rem !important}.my-xxs-98{margin-top:9.8rem !important;margin-bottom:9.8rem !important}.my-xxs-106{margin-top:10.6rem !important;margin-bottom:10.6rem !important}.my-xxs-110{margin-top:11rem !important;margin-bottom:11rem !important}.my-xxs-118{margin-top:11.8rem !important;margin-bottom:11.8rem !important}.my-xxs-128{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-xxs-144{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-xxs-148{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-xxs-176{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-xxs-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxs-0{margin-top:0 !important}.mt-xxs-2{margin-top:.2rem !important}.mt-xxs-4{margin-top:.4rem !important}.mt-xxs-6{margin-top:.6rem !important}.mt-xxs-8{margin-top:.8rem !important}.mt-xxs-10{margin-top:1rem !important}.mt-xxs-12{margin-top:1.2rem !important}.mt-xxs-14{margin-top:1.4rem !important}.mt-xxs-16{margin-top:1.6rem !important}.mt-xxs-18{margin-top:1.8rem !important}.mt-xxs-20{margin-top:2rem !important}.mt-xxs-22{margin-top:2.2rem !important}.mt-xxs-24{margin-top:2.4rem !important}.mt-xxs-26{margin-top:2.6rem !important}.mt-xxs-28{margin-top:2.8rem !important}.mt-xxs-30{margin-top:3rem !important}.mt-xxs-32{margin-top:3.2rem !important}.mt-xxs-36{margin-top:3.6rem !important}.mt-xxs-38{margin-top:3.8rem !important}.mt-xxs-40{margin-top:4rem !important}.mt-xxs-44{margin-top:4.4rem !important}.mt-xxs-48{margin-top:4.8rem !important}.mt-xxs-52{margin-top:5.2rem !important}.mt-xxs-56{margin-top:5.6rem !important}.mt-xxs-60{margin-top:6rem !important}.mt-xxs-64{margin-top:6.4rem !important}.mt-xxs-68{margin-top:6.8rem !important}.mt-xxs-72{margin-top:7.2rem !important}.mt-xxs-76{margin-top:7.6rem !important}.mt-xxs-80{margin-top:8rem !important}.mt-xxs-90{margin-top:9rem !important}.mt-xxs-98{margin-top:9.8rem !important}.mt-xxs-106{margin-top:10.6rem !important}.mt-xxs-110{margin-top:11rem !important}.mt-xxs-118{margin-top:11.8rem !important}.mt-xxs-128{margin-top:12.8rem !important}.mt-xxs-144{margin-top:14.4rem !important}.mt-xxs-148{margin-top:14.8rem !important}.mt-xxs-176{margin-top:17.6rem !important}.mt-xxs-auto{margin-top:auto !important}.me-xxs-0{margin-right:0 !important}.me-xxs-2{margin-right:.2rem !important}.me-xxs-4{margin-right:.4rem !important}.me-xxs-6{margin-right:.6rem !important}.me-xxs-8{margin-right:.8rem !important}.me-xxs-10{margin-right:1rem !important}.me-xxs-12{margin-right:1.2rem !important}.me-xxs-14{margin-right:1.4rem !important}.me-xxs-16{margin-right:1.6rem !important}.me-xxs-18{margin-right:1.8rem !important}.me-xxs-20{margin-right:2rem !important}.me-xxs-22{margin-right:2.2rem !important}.me-xxs-24{margin-right:2.4rem !important}.me-xxs-26{margin-right:2.6rem !important}.me-xxs-28{margin-right:2.8rem !important}.me-xxs-30{margin-right:3rem !important}.me-xxs-32{margin-right:3.2rem !important}.me-xxs-36{margin-right:3.6rem !important}.me-xxs-38{margin-right:3.8rem !important}.me-xxs-40{margin-right:4rem !important}.me-xxs-44{margin-right:4.4rem !important}.me-xxs-48{margin-right:4.8rem !important}.me-xxs-52{margin-right:5.2rem !important}.me-xxs-56{margin-right:5.6rem !important}.me-xxs-60{margin-right:6rem !important}.me-xxs-64{margin-right:6.4rem !important}.me-xxs-68{margin-right:6.8rem !important}.me-xxs-72{margin-right:7.2rem !important}.me-xxs-76{margin-right:7.6rem !important}.me-xxs-80{margin-right:8rem !important}.me-xxs-90{margin-right:9rem !important}.me-xxs-98{margin-right:9.8rem !important}.me-xxs-106{margin-right:10.6rem !important}.me-xxs-110{margin-right:11rem !important}.me-xxs-118{margin-right:11.8rem !important}.me-xxs-128{margin-right:12.8rem !important}.me-xxs-144{margin-right:14.4rem !important}.me-xxs-148{margin-right:14.8rem !important}.me-xxs-176{margin-right:17.6rem !important}.me-xxs-auto{margin-right:auto !important}.mb-xxs-0{margin-bottom:0 !important}.mb-xxs-2{margin-bottom:.2rem !important}.mb-xxs-4{margin-bottom:.4rem !important}.mb-xxs-6{margin-bottom:.6rem !important}.mb-xxs-8{margin-bottom:.8rem !important}.mb-xxs-10{margin-bottom:1rem !important}.mb-xxs-12{margin-bottom:1.2rem !important}.mb-xxs-14{margin-bottom:1.4rem !important}.mb-xxs-16{margin-bottom:1.6rem !important}.mb-xxs-18{margin-bottom:1.8rem !important}.mb-xxs-20{margin-bottom:2rem !important}.mb-xxs-22{margin-bottom:2.2rem !important}.mb-xxs-24{margin-bottom:2.4rem !important}.mb-xxs-26{margin-bottom:2.6rem !important}.mb-xxs-28{margin-bottom:2.8rem !important}.mb-xxs-30{margin-bottom:3rem !important}.mb-xxs-32{margin-bottom:3.2rem !important}.mb-xxs-36{margin-bottom:3.6rem !important}.mb-xxs-38{margin-bottom:3.8rem !important}.mb-xxs-40{margin-bottom:4rem !important}.mb-xxs-44{margin-bottom:4.4rem !important}.mb-xxs-48{margin-bottom:4.8rem !important}.mb-xxs-52{margin-bottom:5.2rem !important}.mb-xxs-56{margin-bottom:5.6rem !important}.mb-xxs-60{margin-bottom:6rem !important}.mb-xxs-64{margin-bottom:6.4rem !important}.mb-xxs-68{margin-bottom:6.8rem !important}.mb-xxs-72{margin-bottom:7.2rem !important}.mb-xxs-76{margin-bottom:7.6rem !important}.mb-xxs-80{margin-bottom:8rem !important}.mb-xxs-90{margin-bottom:9rem !important}.mb-xxs-98{margin-bottom:9.8rem !important}.mb-xxs-106{margin-bottom:10.6rem !important}.mb-xxs-110{margin-bottom:11rem !important}.mb-xxs-118{margin-bottom:11.8rem !important}.mb-xxs-128{margin-bottom:12.8rem !important}.mb-xxs-144{margin-bottom:14.4rem !important}.mb-xxs-148{margin-bottom:14.8rem !important}.mb-xxs-176{margin-bottom:17.6rem !important}.mb-xxs-auto{margin-bottom:auto !important}.ms-xxs-0{margin-left:0 !important}.ms-xxs-2{margin-left:.2rem !important}.ms-xxs-4{margin-left:.4rem !important}.ms-xxs-6{margin-left:.6rem !important}.ms-xxs-8{margin-left:.8rem !important}.ms-xxs-10{margin-left:1rem !important}.ms-xxs-12{margin-left:1.2rem !important}.ms-xxs-14{margin-left:1.4rem !important}.ms-xxs-16{margin-left:1.6rem !important}.ms-xxs-18{margin-left:1.8rem !important}.ms-xxs-20{margin-left:2rem !important}.ms-xxs-22{margin-left:2.2rem !important}.ms-xxs-24{margin-left:2.4rem !important}.ms-xxs-26{margin-left:2.6rem !important}.ms-xxs-28{margin-left:2.8rem !important}.ms-xxs-30{margin-left:3rem !important}.ms-xxs-32{margin-left:3.2rem !important}.ms-xxs-36{margin-left:3.6rem !important}.ms-xxs-38{margin-left:3.8rem !important}.ms-xxs-40{margin-left:4rem !important}.ms-xxs-44{margin-left:4.4rem !important}.ms-xxs-48{margin-left:4.8rem !important}.ms-xxs-52{margin-left:5.2rem !important}.ms-xxs-56{margin-left:5.6rem !important}.ms-xxs-60{margin-left:6rem !important}.ms-xxs-64{margin-left:6.4rem !important}.ms-xxs-68{margin-left:6.8rem !important}.ms-xxs-72{margin-left:7.2rem !important}.ms-xxs-76{margin-left:7.6rem !important}.ms-xxs-80{margin-left:8rem !important}.ms-xxs-90{margin-left:9rem !important}.ms-xxs-98{margin-left:9.8rem !important}.ms-xxs-106{margin-left:10.6rem !important}.ms-xxs-110{margin-left:11rem !important}.ms-xxs-118{margin-left:11.8rem !important}.ms-xxs-128{margin-left:12.8rem !important}.ms-xxs-144{margin-left:14.4rem !important}.ms-xxs-148{margin-left:14.8rem !important}.ms-xxs-176{margin-left:17.6rem !important}.ms-xxs-auto{margin-left:auto !important}.m-xxs-n2{margin:-0.2rem !important}.m-xxs-n4{margin:-0.4rem !important}.m-xxs-n6{margin:-0.6rem !important}.m-xxs-n8{margin:-0.8rem !important}.m-xxs-n10{margin:-1rem !important}.m-xxs-n12{margin:-1.2rem !important}.m-xxs-n14{margin:-1.4rem !important}.m-xxs-n16{margin:-1.6rem !important}.m-xxs-n18{margin:-1.8rem !important}.m-xxs-n20{margin:-2rem !important}.m-xxs-n22{margin:-2.2rem !important}.m-xxs-n24{margin:-2.4rem !important}.m-xxs-n26{margin:-2.6rem !important}.m-xxs-n28{margin:-2.8rem !important}.m-xxs-n30{margin:-3rem !important}.m-xxs-n32{margin:-3.2rem !important}.m-xxs-n36{margin:-3.6rem !important}.m-xxs-n38{margin:-3.8rem !important}.m-xxs-n40{margin:-4rem !important}.m-xxs-n44{margin:-4.4rem !important}.m-xxs-n48{margin:-4.8rem !important}.m-xxs-n52{margin:-5.2rem !important}.m-xxs-n56{margin:-5.6rem !important}.m-xxs-n60{margin:-6rem !important}.m-xxs-n64{margin:-6.4rem !important}.m-xxs-n68{margin:-6.8rem !important}.m-xxs-n72{margin:-7.2rem !important}.m-xxs-n76{margin:-7.6rem !important}.m-xxs-n80{margin:-8rem !important}.m-xxs-n90{margin:-9rem !important}.m-xxs-n98{margin:-9.8rem !important}.m-xxs-n106{margin:-10.6rem !important}.m-xxs-n110{margin:-11rem !important}.m-xxs-n118{margin:-11.8rem !important}.m-xxs-n128{margin:-12.8rem !important}.m-xxs-n144{margin:-14.4rem !important}.m-xxs-n148{margin:-14.8rem !important}.m-xxs-n176{margin:-17.6rem !important}.mx-xxs-n2{margin-right:-0.2rem !important;margin-left:-0.2rem !important}.mx-xxs-n4{margin-right:-0.4rem !important;margin-left:-0.4rem !important}.mx-xxs-n6{margin-right:-0.6rem !important;margin-left:-0.6rem !important}.mx-xxs-n8{margin-right:-0.8rem !important;margin-left:-0.8rem !important}.mx-xxs-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxs-n12{margin-right:-1.2rem !important;margin-left:-1.2rem !important}.mx-xxs-n14{margin-right:-1.4rem !important;margin-left:-1.4rem !important}.mx-xxs-n16{margin-right:-1.6rem !important;margin-left:-1.6rem !important}.mx-xxs-n18{margin-right:-1.8rem !important;margin-left:-1.8rem !important}.mx-xxs-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xxs-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-xxs-n24{margin-right:-2.4rem !important;margin-left:-2.4rem !important}.mx-xxs-n26{margin-right:-2.6rem !important;margin-left:-2.6rem !important}.mx-xxs-n28{margin-right:-2.8rem !important;margin-left:-2.8rem !important}.mx-xxs-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xxs-n32{margin-right:-3.2rem !important;margin-left:-3.2rem !important}.mx-xxs-n36{margin-right:-3.6rem !important;margin-left:-3.6rem !important}.mx-xxs-n38{margin-right:-3.8rem !important;margin-left:-3.8rem !important}.mx-xxs-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xxs-n44{margin-right:-4.4rem !important;margin-left:-4.4rem !important}.mx-xxs-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-xxs-n52{margin-right:-5.2rem !important;margin-left:-5.2rem !important}.mx-xxs-n56{margin-right:-5.6rem !important;margin-left:-5.6rem !important}.mx-xxs-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xxs-n64{margin-right:-6.4rem !important;margin-left:-6.4rem !important}.mx-xxs-n68{margin-right:-6.8rem !important;margin-left:-6.8rem !important}.mx-xxs-n72{margin-right:-7.2rem !important;margin-left:-7.2rem !important}.mx-xxs-n76{margin-right:-7.6rem !important;margin-left:-7.6rem !important}.mx-xxs-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-xxs-n90{margin-right:-9rem !important;margin-left:-9rem !important}.mx-xxs-n98{margin-right:-9.8rem !important;margin-left:-9.8rem !important}.mx-xxs-n106{margin-right:-10.6rem !important;margin-left:-10.6rem !important}.mx-xxs-n110{margin-right:-11rem !important;margin-left:-11rem !important}.mx-xxs-n118{margin-right:-11.8rem !important;margin-left:-11.8rem !important}.mx-xxs-n128{margin-right:-12.8rem !important;margin-left:-12.8rem !important}.mx-xxs-n144{margin-right:-14.4rem !important;margin-left:-14.4rem !important}.mx-xxs-n148{margin-right:-14.8rem !important;margin-left:-14.8rem !important}.mx-xxs-n176{margin-right:-17.6rem !important;margin-left:-17.6rem !important}.my-xxs-n2{margin-top:-0.2rem !important;margin-bottom:-0.2rem !important}.my-xxs-n4{margin-top:-0.4rem !important;margin-bottom:-0.4rem !important}.my-xxs-n6{margin-top:-0.6rem !important;margin-bottom:-0.6rem !important}.my-xxs-n8{margin-top:-0.8rem !important;margin-bottom:-0.8rem !important}.my-xxs-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxs-n12{margin-top:-1.2rem !important;margin-bottom:-1.2rem !important}.my-xxs-n14{margin-top:-1.4rem !important;margin-bottom:-1.4rem !important}.my-xxs-n16{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important}.my-xxs-n18{margin-top:-1.8rem !important;margin-bottom:-1.8rem !important}.my-xxs-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xxs-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-xxs-n24{margin-top:-2.4rem !important;margin-bottom:-2.4rem !important}.my-xxs-n26{margin-top:-2.6rem !important;margin-bottom:-2.6rem !important}.my-xxs-n28{margin-top:-2.8rem !important;margin-bottom:-2.8rem !important}.my-xxs-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xxs-n32{margin-top:-3.2rem !important;margin-bottom:-3.2rem !important}.my-xxs-n36{margin-top:-3.6rem !important;margin-bottom:-3.6rem !important}.my-xxs-n38{margin-top:-3.8rem !important;margin-bottom:-3.8rem !important}.my-xxs-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xxs-n44{margin-top:-4.4rem !important;margin-bottom:-4.4rem !important}.my-xxs-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-xxs-n52{margin-top:-5.2rem !important;margin-bottom:-5.2rem !important}.my-xxs-n56{margin-top:-5.6rem !important;margin-bottom:-5.6rem !important}.my-xxs-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xxs-n64{margin-top:-6.4rem !important;margin-bottom:-6.4rem !important}.my-xxs-n68{margin-top:-6.8rem !important;margin-bottom:-6.8rem !important}.my-xxs-n72{margin-top:-7.2rem !important;margin-bottom:-7.2rem !important}.my-xxs-n76{margin-top:-7.6rem !important;margin-bottom:-7.6rem !important}.my-xxs-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-xxs-n90{margin-top:-9rem !important;margin-bottom:-9rem !important}.my-xxs-n98{margin-top:-9.8rem !important;margin-bottom:-9.8rem !important}.my-xxs-n106{margin-top:-10.6rem !important;margin-bottom:-10.6rem !important}.my-xxs-n110{margin-top:-11rem !important;margin-bottom:-11rem !important}.my-xxs-n118{margin-top:-11.8rem !important;margin-bottom:-11.8rem !important}.my-xxs-n128{margin-top:-12.8rem !important;margin-bottom:-12.8rem !important}.my-xxs-n144{margin-top:-14.4rem !important;margin-bottom:-14.4rem !important}.my-xxs-n148{margin-top:-14.8rem !important;margin-bottom:-14.8rem !important}.my-xxs-n176{margin-top:-17.6rem !important;margin-bottom:-17.6rem !important}.mt-xxs-n2{margin-top:-0.2rem !important}.mt-xxs-n4{margin-top:-0.4rem !important}.mt-xxs-n6{margin-top:-0.6rem !important}.mt-xxs-n8{margin-top:-0.8rem !important}.mt-xxs-n10{margin-top:-1rem !important}.mt-xxs-n12{margin-top:-1.2rem !important}.mt-xxs-n14{margin-top:-1.4rem !important}.mt-xxs-n16{margin-top:-1.6rem !important}.mt-xxs-n18{margin-top:-1.8rem !important}.mt-xxs-n20{margin-top:-2rem !important}.mt-xxs-n22{margin-top:-2.2rem !important}.mt-xxs-n24{margin-top:-2.4rem !important}.mt-xxs-n26{margin-top:-2.6rem !important}.mt-xxs-n28{margin-top:-2.8rem !important}.mt-xxs-n30{margin-top:-3rem !important}.mt-xxs-n32{margin-top:-3.2rem !important}.mt-xxs-n36{margin-top:-3.6rem !important}.mt-xxs-n38{margin-top:-3.8rem !important}.mt-xxs-n40{margin-top:-4rem !important}.mt-xxs-n44{margin-top:-4.4rem !important}.mt-xxs-n48{margin-top:-4.8rem !important}.mt-xxs-n52{margin-top:-5.2rem !important}.mt-xxs-n56{margin-top:-5.6rem !important}.mt-xxs-n60{margin-top:-6rem !important}.mt-xxs-n64{margin-top:-6.4rem !important}.mt-xxs-n68{margin-top:-6.8rem !important}.mt-xxs-n72{margin-top:-7.2rem !important}.mt-xxs-n76{margin-top:-7.6rem !important}.mt-xxs-n80{margin-top:-8rem !important}.mt-xxs-n90{margin-top:-9rem !important}.mt-xxs-n98{margin-top:-9.8rem !important}.mt-xxs-n106{margin-top:-10.6rem !important}.mt-xxs-n110{margin-top:-11rem !important}.mt-xxs-n118{margin-top:-11.8rem !important}.mt-xxs-n128{margin-top:-12.8rem !important}.mt-xxs-n144{margin-top:-14.4rem !important}.mt-xxs-n148{margin-top:-14.8rem !important}.mt-xxs-n176{margin-top:-17.6rem !important}.me-xxs-n2{margin-right:-0.2rem !important}.me-xxs-n4{margin-right:-0.4rem !important}.me-xxs-n6{margin-right:-0.6rem !important}.me-xxs-n8{margin-right:-0.8rem !important}.me-xxs-n10{margin-right:-1rem !important}.me-xxs-n12{margin-right:-1.2rem !important}.me-xxs-n14{margin-right:-1.4rem !important}.me-xxs-n16{margin-right:-1.6rem !important}.me-xxs-n18{margin-right:-1.8rem !important}.me-xxs-n20{margin-right:-2rem !important}.me-xxs-n22{margin-right:-2.2rem !important}.me-xxs-n24{margin-right:-2.4rem !important}.me-xxs-n26{margin-right:-2.6rem !important}.me-xxs-n28{margin-right:-2.8rem !important}.me-xxs-n30{margin-right:-3rem !important}.me-xxs-n32{margin-right:-3.2rem !important}.me-xxs-n36{margin-right:-3.6rem !important}.me-xxs-n38{margin-right:-3.8rem !important}.me-xxs-n40{margin-right:-4rem !important}.me-xxs-n44{margin-right:-4.4rem !important}.me-xxs-n48{margin-right:-4.8rem !important}.me-xxs-n52{margin-right:-5.2rem !important}.me-xxs-n56{margin-right:-5.6rem !important}.me-xxs-n60{margin-right:-6rem !important}.me-xxs-n64{margin-right:-6.4rem !important}.me-xxs-n68{margin-right:-6.8rem !important}.me-xxs-n72{margin-right:-7.2rem !important}.me-xxs-n76{margin-right:-7.6rem !important}.me-xxs-n80{margin-right:-8rem !important}.me-xxs-n90{margin-right:-9rem !important}.me-xxs-n98{margin-right:-9.8rem !important}.me-xxs-n106{margin-right:-10.6rem !important}.me-xxs-n110{margin-right:-11rem !important}.me-xxs-n118{margin-right:-11.8rem !important}.me-xxs-n128{margin-right:-12.8rem !important}.me-xxs-n144{margin-right:-14.4rem !important}.me-xxs-n148{margin-right:-14.8rem !important}.me-xxs-n176{margin-right:-17.6rem !important}.mb-xxs-n2{margin-bottom:-0.2rem !important}.mb-xxs-n4{margin-bottom:-0.4rem !important}.mb-xxs-n6{margin-bottom:-0.6rem !important}.mb-xxs-n8{margin-bottom:-0.8rem !important}.mb-xxs-n10{margin-bottom:-1rem !important}.mb-xxs-n12{margin-bottom:-1.2rem !important}.mb-xxs-n14{margin-bottom:-1.4rem !important}.mb-xxs-n16{margin-bottom:-1.6rem !important}.mb-xxs-n18{margin-bottom:-1.8rem !important}.mb-xxs-n20{margin-bottom:-2rem !important}.mb-xxs-n22{margin-bottom:-2.2rem !important}.mb-xxs-n24{margin-bottom:-2.4rem !important}.mb-xxs-n26{margin-bottom:-2.6rem !important}.mb-xxs-n28{margin-bottom:-2.8rem !important}.mb-xxs-n30{margin-bottom:-3rem !important}.mb-xxs-n32{margin-bottom:-3.2rem !important}.mb-xxs-n36{margin-bottom:-3.6rem !important}.mb-xxs-n38{margin-bottom:-3.8rem !important}.mb-xxs-n40{margin-bottom:-4rem !important}.mb-xxs-n44{margin-bottom:-4.4rem !important}.mb-xxs-n48{margin-bottom:-4.8rem !important}.mb-xxs-n52{margin-bottom:-5.2rem !important}.mb-xxs-n56{margin-bottom:-5.6rem !important}.mb-xxs-n60{margin-bottom:-6rem !important}.mb-xxs-n64{margin-bottom:-6.4rem !important}.mb-xxs-n68{margin-bottom:-6.8rem !important}.mb-xxs-n72{margin-bottom:-7.2rem !important}.mb-xxs-n76{margin-bottom:-7.6rem !important}.mb-xxs-n80{margin-bottom:-8rem !important}.mb-xxs-n90{margin-bottom:-9rem !important}.mb-xxs-n98{margin-bottom:-9.8rem !important}.mb-xxs-n106{margin-bottom:-10.6rem !important}.mb-xxs-n110{margin-bottom:-11rem !important}.mb-xxs-n118{margin-bottom:-11.8rem !important}.mb-xxs-n128{margin-bottom:-12.8rem !important}.mb-xxs-n144{margin-bottom:-14.4rem !important}.mb-xxs-n148{margin-bottom:-14.8rem !important}.mb-xxs-n176{margin-bottom:-17.6rem !important}.ms-xxs-n2{margin-left:-0.2rem !important}.ms-xxs-n4{margin-left:-0.4rem !important}.ms-xxs-n6{margin-left:-0.6rem !important}.ms-xxs-n8{margin-left:-0.8rem !important}.ms-xxs-n10{margin-left:-1rem !important}.ms-xxs-n12{margin-left:-1.2rem !important}.ms-xxs-n14{margin-left:-1.4rem !important}.ms-xxs-n16{margin-left:-1.6rem !important}.ms-xxs-n18{margin-left:-1.8rem !important}.ms-xxs-n20{margin-left:-2rem !important}.ms-xxs-n22{margin-left:-2.2rem !important}.ms-xxs-n24{margin-left:-2.4rem !important}.ms-xxs-n26{margin-left:-2.6rem !important}.ms-xxs-n28{margin-left:-2.8rem !important}.ms-xxs-n30{margin-left:-3rem !important}.ms-xxs-n32{margin-left:-3.2rem !important}.ms-xxs-n36{margin-left:-3.6rem !important}.ms-xxs-n38{margin-left:-3.8rem !important}.ms-xxs-n40{margin-left:-4rem !important}.ms-xxs-n44{margin-left:-4.4rem !important}.ms-xxs-n48{margin-left:-4.8rem !important}.ms-xxs-n52{margin-left:-5.2rem !important}.ms-xxs-n56{margin-left:-5.6rem !important}.ms-xxs-n60{margin-left:-6rem !important}.ms-xxs-n64{margin-left:-6.4rem !important}.ms-xxs-n68{margin-left:-6.8rem !important}.ms-xxs-n72{margin-left:-7.2rem !important}.ms-xxs-n76{margin-left:-7.6rem !important}.ms-xxs-n80{margin-left:-8rem !important}.ms-xxs-n90{margin-left:-9rem !important}.ms-xxs-n98{margin-left:-9.8rem !important}.ms-xxs-n106{margin-left:-10.6rem !important}.ms-xxs-n110{margin-left:-11rem !important}.ms-xxs-n118{margin-left:-11.8rem !important}.ms-xxs-n128{margin-left:-12.8rem !important}.ms-xxs-n144{margin-left:-14.4rem !important}.ms-xxs-n148{margin-left:-14.8rem !important}.ms-xxs-n176{margin-left:-17.6rem !important}.p-xxs-0{padding:0 !important}.p-xxs-2{padding:.2rem !important}.p-xxs-4{padding:.4rem !important}.p-xxs-6{padding:.6rem !important}.p-xxs-8{padding:.8rem !important}.p-xxs-10{padding:1rem !important}.p-xxs-12{padding:1.2rem !important}.p-xxs-14{padding:1.4rem !important}.p-xxs-16{padding:1.6rem !important}.p-xxs-18{padding:1.8rem !important}.p-xxs-20{padding:2rem !important}.p-xxs-22{padding:2.2rem !important}.p-xxs-24{padding:2.4rem !important}.p-xxs-26{padding:2.6rem !important}.p-xxs-28{padding:2.8rem !important}.p-xxs-30{padding:3rem !important}.p-xxs-32{padding:3.2rem !important}.p-xxs-36{padding:3.6rem !important}.p-xxs-38{padding:3.8rem !important}.p-xxs-40{padding:4rem !important}.p-xxs-44{padding:4.4rem !important}.p-xxs-48{padding:4.8rem !important}.p-xxs-52{padding:5.2rem !important}.p-xxs-56{padding:5.6rem !important}.p-xxs-60{padding:6rem !important}.p-xxs-64{padding:6.4rem !important}.p-xxs-68{padding:6.8rem !important}.p-xxs-72{padding:7.2rem !important}.p-xxs-76{padding:7.6rem !important}.p-xxs-80{padding:8rem !important}.p-xxs-90{padding:9rem !important}.p-xxs-98{padding:9.8rem !important}.p-xxs-106{padding:10.6rem !important}.p-xxs-110{padding:11rem !important}.p-xxs-118{padding:11.8rem !important}.p-xxs-128{padding:12.8rem !important}.p-xxs-144{padding:14.4rem !important}.p-xxs-148{padding:14.8rem !important}.p-xxs-176{padding:17.6rem !important}.px-xxs-0{padding-right:0 !important;padding-left:0 !important}.px-xxs-2{padding-right:.2rem !important;padding-left:.2rem !important}.px-xxs-4{padding-right:.4rem !important;padding-left:.4rem !important}.px-xxs-6{padding-right:.6rem !important;padding-left:.6rem !important}.px-xxs-8{padding-right:.8rem !important;padding-left:.8rem !important}.px-xxs-10{padding-right:1rem !important;padding-left:1rem !important}.px-xxs-12{padding-right:1.2rem !important;padding-left:1.2rem !important}.px-xxs-14{padding-right:1.4rem !important;padding-left:1.4rem !important}.px-xxs-16{padding-right:1.6rem !important;padding-left:1.6rem !important}.px-xxs-18{padding-right:1.8rem !important;padding-left:1.8rem !important}.px-xxs-20{padding-right:2rem !important;padding-left:2rem !important}.px-xxs-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-xxs-24{padding-right:2.4rem !important;padding-left:2.4rem !important}.px-xxs-26{padding-right:2.6rem !important;padding-left:2.6rem !important}.px-xxs-28{padding-right:2.8rem !important;padding-left:2.8rem !important}.px-xxs-30{padding-right:3rem !important;padding-left:3rem !important}.px-xxs-32{padding-right:3.2rem !important;padding-left:3.2rem !important}.px-xxs-36{padding-right:3.6rem !important;padding-left:3.6rem !important}.px-xxs-38{padding-right:3.8rem !important;padding-left:3.8rem !important}.px-xxs-40{padding-right:4rem !important;padding-left:4rem !important}.px-xxs-44{padding-right:4.4rem !important;padding-left:4.4rem !important}.px-xxs-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-xxs-52{padding-right:5.2rem !important;padding-left:5.2rem !important}.px-xxs-56{padding-right:5.6rem !important;padding-left:5.6rem !important}.px-xxs-60{padding-right:6rem !important;padding-left:6rem !important}.px-xxs-64{padding-right:6.4rem !important;padding-left:6.4rem !important}.px-xxs-68{padding-right:6.8rem !important;padding-left:6.8rem !important}.px-xxs-72{padding-right:7.2rem !important;padding-left:7.2rem !important}.px-xxs-76{padding-right:7.6rem !important;padding-left:7.6rem !important}.px-xxs-80{padding-right:8rem !important;padding-left:8rem !important}.px-xxs-90{padding-right:9rem !important;padding-left:9rem !important}.px-xxs-98{padding-right:9.8rem !important;padding-left:9.8rem !important}.px-xxs-106{padding-right:10.6rem !important;padding-left:10.6rem !important}.px-xxs-110{padding-right:11rem !important;padding-left:11rem !important}.px-xxs-118{padding-right:11.8rem !important;padding-left:11.8rem !important}.px-xxs-128{padding-right:12.8rem !important;padding-left:12.8rem !important}.px-xxs-144{padding-right:14.4rem !important;padding-left:14.4rem !important}.px-xxs-148{padding-right:14.8rem !important;padding-left:14.8rem !important}.px-xxs-176{padding-right:17.6rem !important;padding-left:17.6rem !important}.py-xxs-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxs-2{padding-top:.2rem !important;padding-bottom:.2rem !important}.py-xxs-4{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-xxs-6{padding-top:.6rem !important;padding-bottom:.6rem !important}.py-xxs-8{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-xxs-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxs-12{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-xxs-14{padding-top:1.4rem !important;padding-bottom:1.4rem !important}.py-xxs-16{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-xxs-18{padding-top:1.8rem !important;padding-bottom:1.8rem !important}.py-xxs-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-xxs-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-xxs-24{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-xxs-26{padding-top:2.6rem !important;padding-bottom:2.6rem !important}.py-xxs-28{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-xxs-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-xxs-32{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-xxs-36{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-xxs-38{padding-top:3.8rem !important;padding-bottom:3.8rem !important}.py-xxs-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-xxs-44{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-xxs-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-xxs-52{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-xxs-56{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-xxs-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-xxs-64{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-xxs-68{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-xxs-72{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-xxs-76{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-xxs-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-xxs-90{padding-top:9rem !important;padding-bottom:9rem !important}.py-xxs-98{padding-top:9.8rem !important;padding-bottom:9.8rem !important}.py-xxs-106{padding-top:10.6rem !important;padding-bottom:10.6rem !important}.py-xxs-110{padding-top:11rem !important;padding-bottom:11rem !important}.py-xxs-118{padding-top:11.8rem !important;padding-bottom:11.8rem !important}.py-xxs-128{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-xxs-144{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-xxs-148{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-xxs-176{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.pt-xxs-0{padding-top:0 !important}.pt-xxs-2{padding-top:.2rem !important}.pt-xxs-4{padding-top:.4rem !important}.pt-xxs-6{padding-top:.6rem !important}.pt-xxs-8{padding-top:.8rem !important}.pt-xxs-10{padding-top:1rem !important}.pt-xxs-12{padding-top:1.2rem !important}.pt-xxs-14{padding-top:1.4rem !important}.pt-xxs-16{padding-top:1.6rem !important}.pt-xxs-18{padding-top:1.8rem !important}.pt-xxs-20{padding-top:2rem !important}.pt-xxs-22{padding-top:2.2rem !important}.pt-xxs-24{padding-top:2.4rem !important}.pt-xxs-26{padding-top:2.6rem !important}.pt-xxs-28{padding-top:2.8rem !important}.pt-xxs-30{padding-top:3rem !important}.pt-xxs-32{padding-top:3.2rem !important}.pt-xxs-36{padding-top:3.6rem !important}.pt-xxs-38{padding-top:3.8rem !important}.pt-xxs-40{padding-top:4rem !important}.pt-xxs-44{padding-top:4.4rem !important}.pt-xxs-48{padding-top:4.8rem !important}.pt-xxs-52{padding-top:5.2rem !important}.pt-xxs-56{padding-top:5.6rem !important}.pt-xxs-60{padding-top:6rem !important}.pt-xxs-64{padding-top:6.4rem !important}.pt-xxs-68{padding-top:6.8rem !important}.pt-xxs-72{padding-top:7.2rem !important}.pt-xxs-76{padding-top:7.6rem !important}.pt-xxs-80{padding-top:8rem !important}.pt-xxs-90{padding-top:9rem !important}.pt-xxs-98{padding-top:9.8rem !important}.pt-xxs-106{padding-top:10.6rem !important}.pt-xxs-110{padding-top:11rem !important}.pt-xxs-118{padding-top:11.8rem !important}.pt-xxs-128{padding-top:12.8rem !important}.pt-xxs-144{padding-top:14.4rem !important}.pt-xxs-148{padding-top:14.8rem !important}.pt-xxs-176{padding-top:17.6rem !important}.pe-xxs-0{padding-right:0 !important}.pe-xxs-2{padding-right:.2rem !important}.pe-xxs-4{padding-right:.4rem !important}.pe-xxs-6{padding-right:.6rem !important}.pe-xxs-8{padding-right:.8rem !important}.pe-xxs-10{padding-right:1rem !important}.pe-xxs-12{padding-right:1.2rem !important}.pe-xxs-14{padding-right:1.4rem !important}.pe-xxs-16{padding-right:1.6rem !important}.pe-xxs-18{padding-right:1.8rem !important}.pe-xxs-20{padding-right:2rem !important}.pe-xxs-22{padding-right:2.2rem !important}.pe-xxs-24{padding-right:2.4rem !important}.pe-xxs-26{padding-right:2.6rem !important}.pe-xxs-28{padding-right:2.8rem !important}.pe-xxs-30{padding-right:3rem !important}.pe-xxs-32{padding-right:3.2rem !important}.pe-xxs-36{padding-right:3.6rem !important}.pe-xxs-38{padding-right:3.8rem !important}.pe-xxs-40{padding-right:4rem !important}.pe-xxs-44{padding-right:4.4rem !important}.pe-xxs-48{padding-right:4.8rem !important}.pe-xxs-52{padding-right:5.2rem !important}.pe-xxs-56{padding-right:5.6rem !important}.pe-xxs-60{padding-right:6rem !important}.pe-xxs-64{padding-right:6.4rem !important}.pe-xxs-68{padding-right:6.8rem !important}.pe-xxs-72{padding-right:7.2rem !important}.pe-xxs-76{padding-right:7.6rem !important}.pe-xxs-80{padding-right:8rem !important}.pe-xxs-90{padding-right:9rem !important}.pe-xxs-98{padding-right:9.8rem !important}.pe-xxs-106{padding-right:10.6rem !important}.pe-xxs-110{padding-right:11rem !important}.pe-xxs-118{padding-right:11.8rem !important}.pe-xxs-128{padding-right:12.8rem !important}.pe-xxs-144{padding-right:14.4rem !important}.pe-xxs-148{padding-right:14.8rem !important}.pe-xxs-176{padding-right:17.6rem !important}.pb-xxs-0{padding-bottom:0 !important}.pb-xxs-2{padding-bottom:.2rem !important}.pb-xxs-4{padding-bottom:.4rem !important}.pb-xxs-6{padding-bottom:.6rem !important}.pb-xxs-8{padding-bottom:.8rem !important}.pb-xxs-10{padding-bottom:1rem !important}.pb-xxs-12{padding-bottom:1.2rem !important}.pb-xxs-14{padding-bottom:1.4rem !important}.pb-xxs-16{padding-bottom:1.6rem !important}.pb-xxs-18{padding-bottom:1.8rem !important}.pb-xxs-20{padding-bottom:2rem !important}.pb-xxs-22{padding-bottom:2.2rem !important}.pb-xxs-24{padding-bottom:2.4rem !important}.pb-xxs-26{padding-bottom:2.6rem !important}.pb-xxs-28{padding-bottom:2.8rem !important}.pb-xxs-30{padding-bottom:3rem !important}.pb-xxs-32{padding-bottom:3.2rem !important}.pb-xxs-36{padding-bottom:3.6rem !important}.pb-xxs-38{padding-bottom:3.8rem !important}.pb-xxs-40{padding-bottom:4rem !important}.pb-xxs-44{padding-bottom:4.4rem !important}.pb-xxs-48{padding-bottom:4.8rem !important}.pb-xxs-52{padding-bottom:5.2rem !important}.pb-xxs-56{padding-bottom:5.6rem !important}.pb-xxs-60{padding-bottom:6rem !important}.pb-xxs-64{padding-bottom:6.4rem !important}.pb-xxs-68{padding-bottom:6.8rem !important}.pb-xxs-72{padding-bottom:7.2rem !important}.pb-xxs-76{padding-bottom:7.6rem !important}.pb-xxs-80{padding-bottom:8rem !important}.pb-xxs-90{padding-bottom:9rem !important}.pb-xxs-98{padding-bottom:9.8rem !important}.pb-xxs-106{padding-bottom:10.6rem !important}.pb-xxs-110{padding-bottom:11rem !important}.pb-xxs-118{padding-bottom:11.8rem !important}.pb-xxs-128{padding-bottom:12.8rem !important}.pb-xxs-144{padding-bottom:14.4rem !important}.pb-xxs-148{padding-bottom:14.8rem !important}.pb-xxs-176{padding-bottom:17.6rem !important}.ps-xxs-0{padding-left:0 !important}.ps-xxs-2{padding-left:.2rem !important}.ps-xxs-4{padding-left:.4rem !important}.ps-xxs-6{padding-left:.6rem !important}.ps-xxs-8{padding-left:.8rem !important}.ps-xxs-10{padding-left:1rem !important}.ps-xxs-12{padding-left:1.2rem !important}.ps-xxs-14{padding-left:1.4rem !important}.ps-xxs-16{padding-left:1.6rem !important}.ps-xxs-18{padding-left:1.8rem !important}.ps-xxs-20{padding-left:2rem !important}.ps-xxs-22{padding-left:2.2rem !important}.ps-xxs-24{padding-left:2.4rem !important}.ps-xxs-26{padding-left:2.6rem !important}.ps-xxs-28{padding-left:2.8rem !important}.ps-xxs-30{padding-left:3rem !important}.ps-xxs-32{padding-left:3.2rem !important}.ps-xxs-36{padding-left:3.6rem !important}.ps-xxs-38{padding-left:3.8rem !important}.ps-xxs-40{padding-left:4rem !important}.ps-xxs-44{padding-left:4.4rem !important}.ps-xxs-48{padding-left:4.8rem !important}.ps-xxs-52{padding-left:5.2rem !important}.ps-xxs-56{padding-left:5.6rem !important}.ps-xxs-60{padding-left:6rem !important}.ps-xxs-64{padding-left:6.4rem !important}.ps-xxs-68{padding-left:6.8rem !important}.ps-xxs-72{padding-left:7.2rem !important}.ps-xxs-76{padding-left:7.6rem !important}.ps-xxs-80{padding-left:8rem !important}.ps-xxs-90{padding-left:9rem !important}.ps-xxs-98{padding-left:9.8rem !important}.ps-xxs-106{padding-left:10.6rem !important}.ps-xxs-110{padding-left:11rem !important}.ps-xxs-118{padding-left:11.8rem !important}.ps-xxs-128{padding-left:12.8rem !important}.ps-xxs-144{padding-left:14.4rem !important}.ps-xxs-148{padding-left:14.8rem !important}.ps-xxs-176{padding-left:17.6rem !important}.gap-xxs-0{gap:0 !important}.gap-xxs-2{gap:.2rem !important}.gap-xxs-4{gap:.4rem !important}.gap-xxs-6{gap:.6rem !important}.gap-xxs-8{gap:.8rem !important}.gap-xxs-10{gap:1rem !important}.gap-xxs-12{gap:1.2rem !important}.gap-xxs-14{gap:1.4rem !important}.gap-xxs-16{gap:1.6rem !important}.gap-xxs-18{gap:1.8rem !important}.gap-xxs-20{gap:2rem !important}.gap-xxs-22{gap:2.2rem !important}.gap-xxs-24{gap:2.4rem !important}.gap-xxs-26{gap:2.6rem !important}.gap-xxs-28{gap:2.8rem !important}.gap-xxs-30{gap:3rem !important}.gap-xxs-32{gap:3.2rem !important}.gap-xxs-36{gap:3.6rem !important}.gap-xxs-38{gap:3.8rem !important}.gap-xxs-40{gap:4rem !important}.gap-xxs-44{gap:4.4rem !important}.gap-xxs-48{gap:4.8rem !important}.gap-xxs-52{gap:5.2rem !important}.gap-xxs-56{gap:5.6rem !important}.gap-xxs-60{gap:6rem !important}.gap-xxs-64{gap:6.4rem !important}.gap-xxs-68{gap:6.8rem !important}.gap-xxs-72{gap:7.2rem !important}.gap-xxs-76{gap:7.6rem !important}.gap-xxs-80{gap:8rem !important}.gap-xxs-90{gap:9rem !important}.gap-xxs-98{gap:9.8rem !important}.gap-xxs-106{gap:10.6rem !important}.gap-xxs-110{gap:11rem !important}.gap-xxs-118{gap:11.8rem !important}.gap-xxs-128{gap:12.8rem !important}.gap-xxs-144{gap:14.4rem !important}.gap-xxs-148{gap:14.8rem !important}.gap-xxs-176{gap:17.6rem !important}.row-gap-xxs-0{row-gap:0 !important}.row-gap-xxs-2{row-gap:.2rem !important}.row-gap-xxs-4{row-gap:.4rem !important}.row-gap-xxs-6{row-gap:.6rem !important}.row-gap-xxs-8{row-gap:.8rem !important}.row-gap-xxs-10{row-gap:1rem !important}.row-gap-xxs-12{row-gap:1.2rem !important}.row-gap-xxs-14{row-gap:1.4rem !important}.row-gap-xxs-16{row-gap:1.6rem !important}.row-gap-xxs-18{row-gap:1.8rem !important}.row-gap-xxs-20{row-gap:2rem !important}.row-gap-xxs-22{row-gap:2.2rem !important}.row-gap-xxs-24{row-gap:2.4rem !important}.row-gap-xxs-26{row-gap:2.6rem !important}.row-gap-xxs-28{row-gap:2.8rem !important}.row-gap-xxs-30{row-gap:3rem !important}.row-gap-xxs-32{row-gap:3.2rem !important}.row-gap-xxs-36{row-gap:3.6rem !important}.row-gap-xxs-38{row-gap:3.8rem !important}.row-gap-xxs-40{row-gap:4rem !important}.row-gap-xxs-44{row-gap:4.4rem !important}.row-gap-xxs-48{row-gap:4.8rem !important}.row-gap-xxs-52{row-gap:5.2rem !important}.row-gap-xxs-56{row-gap:5.6rem !important}.row-gap-xxs-60{row-gap:6rem !important}.row-gap-xxs-64{row-gap:6.4rem !important}.row-gap-xxs-68{row-gap:6.8rem !important}.row-gap-xxs-72{row-gap:7.2rem !important}.row-gap-xxs-76{row-gap:7.6rem !important}.row-gap-xxs-80{row-gap:8rem !important}.row-gap-xxs-90{row-gap:9rem !important}.row-gap-xxs-98{row-gap:9.8rem !important}.row-gap-xxs-106{row-gap:10.6rem !important}.row-gap-xxs-110{row-gap:11rem !important}.row-gap-xxs-118{row-gap:11.8rem !important}.row-gap-xxs-128{row-gap:12.8rem !important}.row-gap-xxs-144{row-gap:14.4rem !important}.row-gap-xxs-148{row-gap:14.8rem !important}.row-gap-xxs-176{row-gap:17.6rem !important}.column-gap-xxs-0{column-gap:0 !important}.column-gap-xxs-2{column-gap:.2rem !important}.column-gap-xxs-4{column-gap:.4rem !important}.column-gap-xxs-6{column-gap:.6rem !important}.column-gap-xxs-8{column-gap:.8rem !important}.column-gap-xxs-10{column-gap:1rem !important}.column-gap-xxs-12{column-gap:1.2rem !important}.column-gap-xxs-14{column-gap:1.4rem !important}.column-gap-xxs-16{column-gap:1.6rem !important}.column-gap-xxs-18{column-gap:1.8rem !important}.column-gap-xxs-20{column-gap:2rem !important}.column-gap-xxs-22{column-gap:2.2rem !important}.column-gap-xxs-24{column-gap:2.4rem !important}.column-gap-xxs-26{column-gap:2.6rem !important}.column-gap-xxs-28{column-gap:2.8rem !important}.column-gap-xxs-30{column-gap:3rem !important}.column-gap-xxs-32{column-gap:3.2rem !important}.column-gap-xxs-36{column-gap:3.6rem !important}.column-gap-xxs-38{column-gap:3.8rem !important}.column-gap-xxs-40{column-gap:4rem !important}.column-gap-xxs-44{column-gap:4.4rem !important}.column-gap-xxs-48{column-gap:4.8rem !important}.column-gap-xxs-52{column-gap:5.2rem !important}.column-gap-xxs-56{column-gap:5.6rem !important}.column-gap-xxs-60{column-gap:6rem !important}.column-gap-xxs-64{column-gap:6.4rem !important}.column-gap-xxs-68{column-gap:6.8rem !important}.column-gap-xxs-72{column-gap:7.2rem !important}.column-gap-xxs-76{column-gap:7.6rem !important}.column-gap-xxs-80{column-gap:8rem !important}.column-gap-xxs-90{column-gap:9rem !important}.column-gap-xxs-98{column-gap:9.8rem !important}.column-gap-xxs-106{column-gap:10.6rem !important}.column-gap-xxs-110{column-gap:11rem !important}.column-gap-xxs-118{column-gap:11.8rem !important}.column-gap-xxs-128{column-gap:12.8rem !important}.column-gap-xxs-144{column-gap:14.4rem !important}.column-gap-xxs-148{column-gap:14.8rem !important}.column-gap-xxs-176{column-gap:17.6rem !important}.text-xxs-start{text-align:left !important}.text-xxs-end{text-align:right !important}.text-xxs-center{text-align:center !important}}@media(min-width: 425px){.float-xsm-start{float:left !important}.float-xsm-end{float:right !important}.float-xsm-none{float:none !important}.object-fit-xsm-contain{object-fit:contain !important}.object-fit-xsm-cover{object-fit:cover !important}.object-fit-xsm-fill{object-fit:fill !important}.object-fit-xsm-scale{object-fit:scale-down !important}.object-fit-xsm-none{object-fit:none !important}.d-xsm-inline{display:inline !important}.d-xsm-inline-block{display:inline-block !important}.d-xsm-block{display:block !important}.d-xsm-grid{display:grid !important}.d-xsm-inline-grid{display:inline-grid !important}.d-xsm-table{display:table !important}.d-xsm-table-row{display:table-row !important}.d-xsm-table-cell{display:table-cell !important}.d-xsm-flex{display:flex !important}.d-xsm-inline-flex{display:inline-flex !important}.d-xsm-none{display:none !important}.flex-xsm-fill{flex:1 1 auto !important}.flex-xsm-row{flex-direction:row !important}.flex-xsm-column{flex-direction:column !important}.flex-xsm-row-reverse{flex-direction:row-reverse !important}.flex-xsm-column-reverse{flex-direction:column-reverse !important}.flex-xsm-grow-0{flex-grow:0 !important}.flex-xsm-grow-1{flex-grow:1 !important}.flex-xsm-shrink-0{flex-shrink:0 !important}.flex-xsm-shrink-1{flex-shrink:1 !important}.flex-xsm-wrap{flex-wrap:wrap !important}.flex-xsm-nowrap{flex-wrap:nowrap !important}.flex-xsm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xsm-start{justify-content:flex-start !important}.justify-content-xsm-end{justify-content:flex-end !important}.justify-content-xsm-center{justify-content:center !important}.justify-content-xsm-between{justify-content:space-between !important}.justify-content-xsm-around{justify-content:space-around !important}.justify-content-xsm-evenly{justify-content:space-evenly !important}.align-items-xsm-start{align-items:flex-start !important}.align-items-xsm-end{align-items:flex-end !important}.align-items-xsm-center{align-items:center !important}.align-items-xsm-baseline{align-items:baseline !important}.align-items-xsm-stretch{align-items:stretch !important}.align-content-xsm-start{align-content:flex-start !important}.align-content-xsm-end{align-content:flex-end !important}.align-content-xsm-center{align-content:center !important}.align-content-xsm-between{align-content:space-between !important}.align-content-xsm-around{align-content:space-around !important}.align-content-xsm-stretch{align-content:stretch !important}.align-self-xsm-auto{align-self:auto !important}.align-self-xsm-start{align-self:flex-start !important}.align-self-xsm-end{align-self:flex-end !important}.align-self-xsm-center{align-self:center !important}.align-self-xsm-baseline{align-self:baseline !important}.align-self-xsm-stretch{align-self:stretch !important}.order-xsm-first{order:-1 !important}.order-xsm-0{order:0 !important}.order-xsm-1{order:1 !important}.order-xsm-2{order:2 !important}.order-xsm-3{order:3 !important}.order-xsm-4{order:4 !important}.order-xsm-5{order:5 !important}.order-xsm-last{order:6 !important}.m-xsm-0{margin:0 !important}.m-xsm-2{margin:.2rem !important}.m-xsm-4{margin:.4rem !important}.m-xsm-6{margin:.6rem !important}.m-xsm-8{margin:.8rem !important}.m-xsm-10{margin:1rem !important}.m-xsm-12{margin:1.2rem !important}.m-xsm-14{margin:1.4rem !important}.m-xsm-16{margin:1.6rem !important}.m-xsm-18{margin:1.8rem !important}.m-xsm-20{margin:2rem !important}.m-xsm-22{margin:2.2rem !important}.m-xsm-24{margin:2.4rem !important}.m-xsm-26{margin:2.6rem !important}.m-xsm-28{margin:2.8rem !important}.m-xsm-30{margin:3rem !important}.m-xsm-32{margin:3.2rem !important}.m-xsm-36{margin:3.6rem !important}.m-xsm-38{margin:3.8rem !important}.m-xsm-40{margin:4rem !important}.m-xsm-44{margin:4.4rem !important}.m-xsm-48{margin:4.8rem !important}.m-xsm-52{margin:5.2rem !important}.m-xsm-56{margin:5.6rem !important}.m-xsm-60{margin:6rem !important}.m-xsm-64{margin:6.4rem !important}.m-xsm-68{margin:6.8rem !important}.m-xsm-72{margin:7.2rem !important}.m-xsm-76{margin:7.6rem !important}.m-xsm-80{margin:8rem !important}.m-xsm-90{margin:9rem !important}.m-xsm-98{margin:9.8rem !important}.m-xsm-106{margin:10.6rem !important}.m-xsm-110{margin:11rem !important}.m-xsm-118{margin:11.8rem !important}.m-xsm-128{margin:12.8rem !important}.m-xsm-144{margin:14.4rem !important}.m-xsm-148{margin:14.8rem !important}.m-xsm-176{margin:17.6rem !important}.m-xsm-auto{margin:auto !important}.mx-xsm-0{margin-right:0 !important;margin-left:0 !important}.mx-xsm-2{margin-right:.2rem !important;margin-left:.2rem !important}.mx-xsm-4{margin-right:.4rem !important;margin-left:.4rem !important}.mx-xsm-6{margin-right:.6rem !important;margin-left:.6rem !important}.mx-xsm-8{margin-right:.8rem !important;margin-left:.8rem !important}.mx-xsm-10{margin-right:1rem !important;margin-left:1rem !important}.mx-xsm-12{margin-right:1.2rem !important;margin-left:1.2rem !important}.mx-xsm-14{margin-right:1.4rem !important;margin-left:1.4rem !important}.mx-xsm-16{margin-right:1.6rem !important;margin-left:1.6rem !important}.mx-xsm-18{margin-right:1.8rem !important;margin-left:1.8rem !important}.mx-xsm-20{margin-right:2rem !important;margin-left:2rem !important}.mx-xsm-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-xsm-24{margin-right:2.4rem !important;margin-left:2.4rem !important}.mx-xsm-26{margin-right:2.6rem !important;margin-left:2.6rem !important}.mx-xsm-28{margin-right:2.8rem !important;margin-left:2.8rem !important}.mx-xsm-30{margin-right:3rem !important;margin-left:3rem !important}.mx-xsm-32{margin-right:3.2rem !important;margin-left:3.2rem !important}.mx-xsm-36{margin-right:3.6rem !important;margin-left:3.6rem !important}.mx-xsm-38{margin-right:3.8rem !important;margin-left:3.8rem !important}.mx-xsm-40{margin-right:4rem !important;margin-left:4rem !important}.mx-xsm-44{margin-right:4.4rem !important;margin-left:4.4rem !important}.mx-xsm-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-xsm-52{margin-right:5.2rem !important;margin-left:5.2rem !important}.mx-xsm-56{margin-right:5.6rem !important;margin-left:5.6rem !important}.mx-xsm-60{margin-right:6rem !important;margin-left:6rem !important}.mx-xsm-64{margin-right:6.4rem !important;margin-left:6.4rem !important}.mx-xsm-68{margin-right:6.8rem !important;margin-left:6.8rem !important}.mx-xsm-72{margin-right:7.2rem !important;margin-left:7.2rem !important}.mx-xsm-76{margin-right:7.6rem !important;margin-left:7.6rem !important}.mx-xsm-80{margin-right:8rem !important;margin-left:8rem !important}.mx-xsm-90{margin-right:9rem !important;margin-left:9rem !important}.mx-xsm-98{margin-right:9.8rem !important;margin-left:9.8rem !important}.mx-xsm-106{margin-right:10.6rem !important;margin-left:10.6rem !important}.mx-xsm-110{margin-right:11rem !important;margin-left:11rem !important}.mx-xsm-118{margin-right:11.8rem !important;margin-left:11.8rem !important}.mx-xsm-128{margin-right:12.8rem !important;margin-left:12.8rem !important}.mx-xsm-144{margin-right:14.4rem !important;margin-left:14.4rem !important}.mx-xsm-148{margin-right:14.8rem !important;margin-left:14.8rem !important}.mx-xsm-176{margin-right:17.6rem !important;margin-left:17.6rem !important}.mx-xsm-auto{margin-right:auto !important;margin-left:auto !important}.my-xsm-0{margin-top:0 !important;margin-bottom:0 !important}.my-xsm-2{margin-top:.2rem !important;margin-bottom:.2rem !important}.my-xsm-4{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-xsm-6{margin-top:.6rem !important;margin-bottom:.6rem !important}.my-xsm-8{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-xsm-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-xsm-12{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-xsm-14{margin-top:1.4rem !important;margin-bottom:1.4rem !important}.my-xsm-16{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-xsm-18{margin-top:1.8rem !important;margin-bottom:1.8rem !important}.my-xsm-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-xsm-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-xsm-24{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-xsm-26{margin-top:2.6rem !important;margin-bottom:2.6rem !important}.my-xsm-28{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-xsm-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-xsm-32{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-xsm-36{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-xsm-38{margin-top:3.8rem !important;margin-bottom:3.8rem !important}.my-xsm-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-xsm-44{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-xsm-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-xsm-52{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-xsm-56{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-xsm-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-xsm-64{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-xsm-68{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-xsm-72{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-xsm-76{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-xsm-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-xsm-90{margin-top:9rem !important;margin-bottom:9rem !important}.my-xsm-98{margin-top:9.8rem !important;margin-bottom:9.8rem !important}.my-xsm-106{margin-top:10.6rem !important;margin-bottom:10.6rem !important}.my-xsm-110{margin-top:11rem !important;margin-bottom:11rem !important}.my-xsm-118{margin-top:11.8rem !important;margin-bottom:11.8rem !important}.my-xsm-128{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-xsm-144{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-xsm-148{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-xsm-176{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-xsm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xsm-0{margin-top:0 !important}.mt-xsm-2{margin-top:.2rem !important}.mt-xsm-4{margin-top:.4rem !important}.mt-xsm-6{margin-top:.6rem !important}.mt-xsm-8{margin-top:.8rem !important}.mt-xsm-10{margin-top:1rem !important}.mt-xsm-12{margin-top:1.2rem !important}.mt-xsm-14{margin-top:1.4rem !important}.mt-xsm-16{margin-top:1.6rem !important}.mt-xsm-18{margin-top:1.8rem !important}.mt-xsm-20{margin-top:2rem !important}.mt-xsm-22{margin-top:2.2rem !important}.mt-xsm-24{margin-top:2.4rem !important}.mt-xsm-26{margin-top:2.6rem !important}.mt-xsm-28{margin-top:2.8rem !important}.mt-xsm-30{margin-top:3rem !important}.mt-xsm-32{margin-top:3.2rem !important}.mt-xsm-36{margin-top:3.6rem !important}.mt-xsm-38{margin-top:3.8rem !important}.mt-xsm-40{margin-top:4rem !important}.mt-xsm-44{margin-top:4.4rem !important}.mt-xsm-48{margin-top:4.8rem !important}.mt-xsm-52{margin-top:5.2rem !important}.mt-xsm-56{margin-top:5.6rem !important}.mt-xsm-60{margin-top:6rem !important}.mt-xsm-64{margin-top:6.4rem !important}.mt-xsm-68{margin-top:6.8rem !important}.mt-xsm-72{margin-top:7.2rem !important}.mt-xsm-76{margin-top:7.6rem !important}.mt-xsm-80{margin-top:8rem !important}.mt-xsm-90{margin-top:9rem !important}.mt-xsm-98{margin-top:9.8rem !important}.mt-xsm-106{margin-top:10.6rem !important}.mt-xsm-110{margin-top:11rem !important}.mt-xsm-118{margin-top:11.8rem !important}.mt-xsm-128{margin-top:12.8rem !important}.mt-xsm-144{margin-top:14.4rem !important}.mt-xsm-148{margin-top:14.8rem !important}.mt-xsm-176{margin-top:17.6rem !important}.mt-xsm-auto{margin-top:auto !important}.me-xsm-0{margin-right:0 !important}.me-xsm-2{margin-right:.2rem !important}.me-xsm-4{margin-right:.4rem !important}.me-xsm-6{margin-right:.6rem !important}.me-xsm-8{margin-right:.8rem !important}.me-xsm-10{margin-right:1rem !important}.me-xsm-12{margin-right:1.2rem !important}.me-xsm-14{margin-right:1.4rem !important}.me-xsm-16{margin-right:1.6rem !important}.me-xsm-18{margin-right:1.8rem !important}.me-xsm-20{margin-right:2rem !important}.me-xsm-22{margin-right:2.2rem !important}.me-xsm-24{margin-right:2.4rem !important}.me-xsm-26{margin-right:2.6rem !important}.me-xsm-28{margin-right:2.8rem !important}.me-xsm-30{margin-right:3rem !important}.me-xsm-32{margin-right:3.2rem !important}.me-xsm-36{margin-right:3.6rem !important}.me-xsm-38{margin-right:3.8rem !important}.me-xsm-40{margin-right:4rem !important}.me-xsm-44{margin-right:4.4rem !important}.me-xsm-48{margin-right:4.8rem !important}.me-xsm-52{margin-right:5.2rem !important}.me-xsm-56{margin-right:5.6rem !important}.me-xsm-60{margin-right:6rem !important}.me-xsm-64{margin-right:6.4rem !important}.me-xsm-68{margin-right:6.8rem !important}.me-xsm-72{margin-right:7.2rem !important}.me-xsm-76{margin-right:7.6rem !important}.me-xsm-80{margin-right:8rem !important}.me-xsm-90{margin-right:9rem !important}.me-xsm-98{margin-right:9.8rem !important}.me-xsm-106{margin-right:10.6rem !important}.me-xsm-110{margin-right:11rem !important}.me-xsm-118{margin-right:11.8rem !important}.me-xsm-128{margin-right:12.8rem !important}.me-xsm-144{margin-right:14.4rem !important}.me-xsm-148{margin-right:14.8rem !important}.me-xsm-176{margin-right:17.6rem !important}.me-xsm-auto{margin-right:auto !important}.mb-xsm-0{margin-bottom:0 !important}.mb-xsm-2{margin-bottom:.2rem !important}.mb-xsm-4{margin-bottom:.4rem !important}.mb-xsm-6{margin-bottom:.6rem !important}.mb-xsm-8{margin-bottom:.8rem !important}.mb-xsm-10{margin-bottom:1rem !important}.mb-xsm-12{margin-bottom:1.2rem !important}.mb-xsm-14{margin-bottom:1.4rem !important}.mb-xsm-16{margin-bottom:1.6rem !important}.mb-xsm-18{margin-bottom:1.8rem !important}.mb-xsm-20{margin-bottom:2rem !important}.mb-xsm-22{margin-bottom:2.2rem !important}.mb-xsm-24{margin-bottom:2.4rem !important}.mb-xsm-26{margin-bottom:2.6rem !important}.mb-xsm-28{margin-bottom:2.8rem !important}.mb-xsm-30{margin-bottom:3rem !important}.mb-xsm-32{margin-bottom:3.2rem !important}.mb-xsm-36{margin-bottom:3.6rem !important}.mb-xsm-38{margin-bottom:3.8rem !important}.mb-xsm-40{margin-bottom:4rem !important}.mb-xsm-44{margin-bottom:4.4rem !important}.mb-xsm-48{margin-bottom:4.8rem !important}.mb-xsm-52{margin-bottom:5.2rem !important}.mb-xsm-56{margin-bottom:5.6rem !important}.mb-xsm-60{margin-bottom:6rem !important}.mb-xsm-64{margin-bottom:6.4rem !important}.mb-xsm-68{margin-bottom:6.8rem !important}.mb-xsm-72{margin-bottom:7.2rem !important}.mb-xsm-76{margin-bottom:7.6rem !important}.mb-xsm-80{margin-bottom:8rem !important}.mb-xsm-90{margin-bottom:9rem !important}.mb-xsm-98{margin-bottom:9.8rem !important}.mb-xsm-106{margin-bottom:10.6rem !important}.mb-xsm-110{margin-bottom:11rem !important}.mb-xsm-118{margin-bottom:11.8rem !important}.mb-xsm-128{margin-bottom:12.8rem !important}.mb-xsm-144{margin-bottom:14.4rem !important}.mb-xsm-148{margin-bottom:14.8rem !important}.mb-xsm-176{margin-bottom:17.6rem !important}.mb-xsm-auto{margin-bottom:auto !important}.ms-xsm-0{margin-left:0 !important}.ms-xsm-2{margin-left:.2rem !important}.ms-xsm-4{margin-left:.4rem !important}.ms-xsm-6{margin-left:.6rem !important}.ms-xsm-8{margin-left:.8rem !important}.ms-xsm-10{margin-left:1rem !important}.ms-xsm-12{margin-left:1.2rem !important}.ms-xsm-14{margin-left:1.4rem !important}.ms-xsm-16{margin-left:1.6rem !important}.ms-xsm-18{margin-left:1.8rem !important}.ms-xsm-20{margin-left:2rem !important}.ms-xsm-22{margin-left:2.2rem !important}.ms-xsm-24{margin-left:2.4rem !important}.ms-xsm-26{margin-left:2.6rem !important}.ms-xsm-28{margin-left:2.8rem !important}.ms-xsm-30{margin-left:3rem !important}.ms-xsm-32{margin-left:3.2rem !important}.ms-xsm-36{margin-left:3.6rem !important}.ms-xsm-38{margin-left:3.8rem !important}.ms-xsm-40{margin-left:4rem !important}.ms-xsm-44{margin-left:4.4rem !important}.ms-xsm-48{margin-left:4.8rem !important}.ms-xsm-52{margin-left:5.2rem !important}.ms-xsm-56{margin-left:5.6rem !important}.ms-xsm-60{margin-left:6rem !important}.ms-xsm-64{margin-left:6.4rem !important}.ms-xsm-68{margin-left:6.8rem !important}.ms-xsm-72{margin-left:7.2rem !important}.ms-xsm-76{margin-left:7.6rem !important}.ms-xsm-80{margin-left:8rem !important}.ms-xsm-90{margin-left:9rem !important}.ms-xsm-98{margin-left:9.8rem !important}.ms-xsm-106{margin-left:10.6rem !important}.ms-xsm-110{margin-left:11rem !important}.ms-xsm-118{margin-left:11.8rem !important}.ms-xsm-128{margin-left:12.8rem !important}.ms-xsm-144{margin-left:14.4rem !important}.ms-xsm-148{margin-left:14.8rem !important}.ms-xsm-176{margin-left:17.6rem !important}.ms-xsm-auto{margin-left:auto !important}.m-xsm-n2{margin:-0.2rem !important}.m-xsm-n4{margin:-0.4rem !important}.m-xsm-n6{margin:-0.6rem !important}.m-xsm-n8{margin:-0.8rem !important}.m-xsm-n10{margin:-1rem !important}.m-xsm-n12{margin:-1.2rem !important}.m-xsm-n14{margin:-1.4rem !important}.m-xsm-n16{margin:-1.6rem !important}.m-xsm-n18{margin:-1.8rem !important}.m-xsm-n20{margin:-2rem !important}.m-xsm-n22{margin:-2.2rem !important}.m-xsm-n24{margin:-2.4rem !important}.m-xsm-n26{margin:-2.6rem !important}.m-xsm-n28{margin:-2.8rem !important}.m-xsm-n30{margin:-3rem !important}.m-xsm-n32{margin:-3.2rem !important}.m-xsm-n36{margin:-3.6rem !important}.m-xsm-n38{margin:-3.8rem !important}.m-xsm-n40{margin:-4rem !important}.m-xsm-n44{margin:-4.4rem !important}.m-xsm-n48{margin:-4.8rem !important}.m-xsm-n52{margin:-5.2rem !important}.m-xsm-n56{margin:-5.6rem !important}.m-xsm-n60{margin:-6rem !important}.m-xsm-n64{margin:-6.4rem !important}.m-xsm-n68{margin:-6.8rem !important}.m-xsm-n72{margin:-7.2rem !important}.m-xsm-n76{margin:-7.6rem !important}.m-xsm-n80{margin:-8rem !important}.m-xsm-n90{margin:-9rem !important}.m-xsm-n98{margin:-9.8rem !important}.m-xsm-n106{margin:-10.6rem !important}.m-xsm-n110{margin:-11rem !important}.m-xsm-n118{margin:-11.8rem !important}.m-xsm-n128{margin:-12.8rem !important}.m-xsm-n144{margin:-14.4rem !important}.m-xsm-n148{margin:-14.8rem !important}.m-xsm-n176{margin:-17.6rem !important}.mx-xsm-n2{margin-right:-0.2rem !important;margin-left:-0.2rem !important}.mx-xsm-n4{margin-right:-0.4rem !important;margin-left:-0.4rem !important}.mx-xsm-n6{margin-right:-0.6rem !important;margin-left:-0.6rem !important}.mx-xsm-n8{margin-right:-0.8rem !important;margin-left:-0.8rem !important}.mx-xsm-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xsm-n12{margin-right:-1.2rem !important;margin-left:-1.2rem !important}.mx-xsm-n14{margin-right:-1.4rem !important;margin-left:-1.4rem !important}.mx-xsm-n16{margin-right:-1.6rem !important;margin-left:-1.6rem !important}.mx-xsm-n18{margin-right:-1.8rem !important;margin-left:-1.8rem !important}.mx-xsm-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xsm-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-xsm-n24{margin-right:-2.4rem !important;margin-left:-2.4rem !important}.mx-xsm-n26{margin-right:-2.6rem !important;margin-left:-2.6rem !important}.mx-xsm-n28{margin-right:-2.8rem !important;margin-left:-2.8rem !important}.mx-xsm-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xsm-n32{margin-right:-3.2rem !important;margin-left:-3.2rem !important}.mx-xsm-n36{margin-right:-3.6rem !important;margin-left:-3.6rem !important}.mx-xsm-n38{margin-right:-3.8rem !important;margin-left:-3.8rem !important}.mx-xsm-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xsm-n44{margin-right:-4.4rem !important;margin-left:-4.4rem !important}.mx-xsm-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-xsm-n52{margin-right:-5.2rem !important;margin-left:-5.2rem !important}.mx-xsm-n56{margin-right:-5.6rem !important;margin-left:-5.6rem !important}.mx-xsm-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xsm-n64{margin-right:-6.4rem !important;margin-left:-6.4rem !important}.mx-xsm-n68{margin-right:-6.8rem !important;margin-left:-6.8rem !important}.mx-xsm-n72{margin-right:-7.2rem !important;margin-left:-7.2rem !important}.mx-xsm-n76{margin-right:-7.6rem !important;margin-left:-7.6rem !important}.mx-xsm-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-xsm-n90{margin-right:-9rem !important;margin-left:-9rem !important}.mx-xsm-n98{margin-right:-9.8rem !important;margin-left:-9.8rem !important}.mx-xsm-n106{margin-right:-10.6rem !important;margin-left:-10.6rem !important}.mx-xsm-n110{margin-right:-11rem !important;margin-left:-11rem !important}.mx-xsm-n118{margin-right:-11.8rem !important;margin-left:-11.8rem !important}.mx-xsm-n128{margin-right:-12.8rem !important;margin-left:-12.8rem !important}.mx-xsm-n144{margin-right:-14.4rem !important;margin-left:-14.4rem !important}.mx-xsm-n148{margin-right:-14.8rem !important;margin-left:-14.8rem !important}.mx-xsm-n176{margin-right:-17.6rem !important;margin-left:-17.6rem !important}.my-xsm-n2{margin-top:-0.2rem !important;margin-bottom:-0.2rem !important}.my-xsm-n4{margin-top:-0.4rem !important;margin-bottom:-0.4rem !important}.my-xsm-n6{margin-top:-0.6rem !important;margin-bottom:-0.6rem !important}.my-xsm-n8{margin-top:-0.8rem !important;margin-bottom:-0.8rem !important}.my-xsm-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xsm-n12{margin-top:-1.2rem !important;margin-bottom:-1.2rem !important}.my-xsm-n14{margin-top:-1.4rem !important;margin-bottom:-1.4rem !important}.my-xsm-n16{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important}.my-xsm-n18{margin-top:-1.8rem !important;margin-bottom:-1.8rem !important}.my-xsm-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xsm-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-xsm-n24{margin-top:-2.4rem !important;margin-bottom:-2.4rem !important}.my-xsm-n26{margin-top:-2.6rem !important;margin-bottom:-2.6rem !important}.my-xsm-n28{margin-top:-2.8rem !important;margin-bottom:-2.8rem !important}.my-xsm-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xsm-n32{margin-top:-3.2rem !important;margin-bottom:-3.2rem !important}.my-xsm-n36{margin-top:-3.6rem !important;margin-bottom:-3.6rem !important}.my-xsm-n38{margin-top:-3.8rem !important;margin-bottom:-3.8rem !important}.my-xsm-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xsm-n44{margin-top:-4.4rem !important;margin-bottom:-4.4rem !important}.my-xsm-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-xsm-n52{margin-top:-5.2rem !important;margin-bottom:-5.2rem !important}.my-xsm-n56{margin-top:-5.6rem !important;margin-bottom:-5.6rem !important}.my-xsm-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xsm-n64{margin-top:-6.4rem !important;margin-bottom:-6.4rem !important}.my-xsm-n68{margin-top:-6.8rem !important;margin-bottom:-6.8rem !important}.my-xsm-n72{margin-top:-7.2rem !important;margin-bottom:-7.2rem !important}.my-xsm-n76{margin-top:-7.6rem !important;margin-bottom:-7.6rem !important}.my-xsm-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-xsm-n90{margin-top:-9rem !important;margin-bottom:-9rem !important}.my-xsm-n98{margin-top:-9.8rem !important;margin-bottom:-9.8rem !important}.my-xsm-n106{margin-top:-10.6rem !important;margin-bottom:-10.6rem !important}.my-xsm-n110{margin-top:-11rem !important;margin-bottom:-11rem !important}.my-xsm-n118{margin-top:-11.8rem !important;margin-bottom:-11.8rem !important}.my-xsm-n128{margin-top:-12.8rem !important;margin-bottom:-12.8rem !important}.my-xsm-n144{margin-top:-14.4rem !important;margin-bottom:-14.4rem !important}.my-xsm-n148{margin-top:-14.8rem !important;margin-bottom:-14.8rem !important}.my-xsm-n176{margin-top:-17.6rem !important;margin-bottom:-17.6rem !important}.mt-xsm-n2{margin-top:-0.2rem !important}.mt-xsm-n4{margin-top:-0.4rem !important}.mt-xsm-n6{margin-top:-0.6rem !important}.mt-xsm-n8{margin-top:-0.8rem !important}.mt-xsm-n10{margin-top:-1rem !important}.mt-xsm-n12{margin-top:-1.2rem !important}.mt-xsm-n14{margin-top:-1.4rem !important}.mt-xsm-n16{margin-top:-1.6rem !important}.mt-xsm-n18{margin-top:-1.8rem !important}.mt-xsm-n20{margin-top:-2rem !important}.mt-xsm-n22{margin-top:-2.2rem !important}.mt-xsm-n24{margin-top:-2.4rem !important}.mt-xsm-n26{margin-top:-2.6rem !important}.mt-xsm-n28{margin-top:-2.8rem !important}.mt-xsm-n30{margin-top:-3rem !important}.mt-xsm-n32{margin-top:-3.2rem !important}.mt-xsm-n36{margin-top:-3.6rem !important}.mt-xsm-n38{margin-top:-3.8rem !important}.mt-xsm-n40{margin-top:-4rem !important}.mt-xsm-n44{margin-top:-4.4rem !important}.mt-xsm-n48{margin-top:-4.8rem !important}.mt-xsm-n52{margin-top:-5.2rem !important}.mt-xsm-n56{margin-top:-5.6rem !important}.mt-xsm-n60{margin-top:-6rem !important}.mt-xsm-n64{margin-top:-6.4rem !important}.mt-xsm-n68{margin-top:-6.8rem !important}.mt-xsm-n72{margin-top:-7.2rem !important}.mt-xsm-n76{margin-top:-7.6rem !important}.mt-xsm-n80{margin-top:-8rem !important}.mt-xsm-n90{margin-top:-9rem !important}.mt-xsm-n98{margin-top:-9.8rem !important}.mt-xsm-n106{margin-top:-10.6rem !important}.mt-xsm-n110{margin-top:-11rem !important}.mt-xsm-n118{margin-top:-11.8rem !important}.mt-xsm-n128{margin-top:-12.8rem !important}.mt-xsm-n144{margin-top:-14.4rem !important}.mt-xsm-n148{margin-top:-14.8rem !important}.mt-xsm-n176{margin-top:-17.6rem !important}.me-xsm-n2{margin-right:-0.2rem !important}.me-xsm-n4{margin-right:-0.4rem !important}.me-xsm-n6{margin-right:-0.6rem !important}.me-xsm-n8{margin-right:-0.8rem !important}.me-xsm-n10{margin-right:-1rem !important}.me-xsm-n12{margin-right:-1.2rem !important}.me-xsm-n14{margin-right:-1.4rem !important}.me-xsm-n16{margin-right:-1.6rem !important}.me-xsm-n18{margin-right:-1.8rem !important}.me-xsm-n20{margin-right:-2rem !important}.me-xsm-n22{margin-right:-2.2rem !important}.me-xsm-n24{margin-right:-2.4rem !important}.me-xsm-n26{margin-right:-2.6rem !important}.me-xsm-n28{margin-right:-2.8rem !important}.me-xsm-n30{margin-right:-3rem !important}.me-xsm-n32{margin-right:-3.2rem !important}.me-xsm-n36{margin-right:-3.6rem !important}.me-xsm-n38{margin-right:-3.8rem !important}.me-xsm-n40{margin-right:-4rem !important}.me-xsm-n44{margin-right:-4.4rem !important}.me-xsm-n48{margin-right:-4.8rem !important}.me-xsm-n52{margin-right:-5.2rem !important}.me-xsm-n56{margin-right:-5.6rem !important}.me-xsm-n60{margin-right:-6rem !important}.me-xsm-n64{margin-right:-6.4rem !important}.me-xsm-n68{margin-right:-6.8rem !important}.me-xsm-n72{margin-right:-7.2rem !important}.me-xsm-n76{margin-right:-7.6rem !important}.me-xsm-n80{margin-right:-8rem !important}.me-xsm-n90{margin-right:-9rem !important}.me-xsm-n98{margin-right:-9.8rem !important}.me-xsm-n106{margin-right:-10.6rem !important}.me-xsm-n110{margin-right:-11rem !important}.me-xsm-n118{margin-right:-11.8rem !important}.me-xsm-n128{margin-right:-12.8rem !important}.me-xsm-n144{margin-right:-14.4rem !important}.me-xsm-n148{margin-right:-14.8rem !important}.me-xsm-n176{margin-right:-17.6rem !important}.mb-xsm-n2{margin-bottom:-0.2rem !important}.mb-xsm-n4{margin-bottom:-0.4rem !important}.mb-xsm-n6{margin-bottom:-0.6rem !important}.mb-xsm-n8{margin-bottom:-0.8rem !important}.mb-xsm-n10{margin-bottom:-1rem !important}.mb-xsm-n12{margin-bottom:-1.2rem !important}.mb-xsm-n14{margin-bottom:-1.4rem !important}.mb-xsm-n16{margin-bottom:-1.6rem !important}.mb-xsm-n18{margin-bottom:-1.8rem !important}.mb-xsm-n20{margin-bottom:-2rem !important}.mb-xsm-n22{margin-bottom:-2.2rem !important}.mb-xsm-n24{margin-bottom:-2.4rem !important}.mb-xsm-n26{margin-bottom:-2.6rem !important}.mb-xsm-n28{margin-bottom:-2.8rem !important}.mb-xsm-n30{margin-bottom:-3rem !important}.mb-xsm-n32{margin-bottom:-3.2rem !important}.mb-xsm-n36{margin-bottom:-3.6rem !important}.mb-xsm-n38{margin-bottom:-3.8rem !important}.mb-xsm-n40{margin-bottom:-4rem !important}.mb-xsm-n44{margin-bottom:-4.4rem !important}.mb-xsm-n48{margin-bottom:-4.8rem !important}.mb-xsm-n52{margin-bottom:-5.2rem !important}.mb-xsm-n56{margin-bottom:-5.6rem !important}.mb-xsm-n60{margin-bottom:-6rem !important}.mb-xsm-n64{margin-bottom:-6.4rem !important}.mb-xsm-n68{margin-bottom:-6.8rem !important}.mb-xsm-n72{margin-bottom:-7.2rem !important}.mb-xsm-n76{margin-bottom:-7.6rem !important}.mb-xsm-n80{margin-bottom:-8rem !important}.mb-xsm-n90{margin-bottom:-9rem !important}.mb-xsm-n98{margin-bottom:-9.8rem !important}.mb-xsm-n106{margin-bottom:-10.6rem !important}.mb-xsm-n110{margin-bottom:-11rem !important}.mb-xsm-n118{margin-bottom:-11.8rem !important}.mb-xsm-n128{margin-bottom:-12.8rem !important}.mb-xsm-n144{margin-bottom:-14.4rem !important}.mb-xsm-n148{margin-bottom:-14.8rem !important}.mb-xsm-n176{margin-bottom:-17.6rem !important}.ms-xsm-n2{margin-left:-0.2rem !important}.ms-xsm-n4{margin-left:-0.4rem !important}.ms-xsm-n6{margin-left:-0.6rem !important}.ms-xsm-n8{margin-left:-0.8rem !important}.ms-xsm-n10{margin-left:-1rem !important}.ms-xsm-n12{margin-left:-1.2rem !important}.ms-xsm-n14{margin-left:-1.4rem !important}.ms-xsm-n16{margin-left:-1.6rem !important}.ms-xsm-n18{margin-left:-1.8rem !important}.ms-xsm-n20{margin-left:-2rem !important}.ms-xsm-n22{margin-left:-2.2rem !important}.ms-xsm-n24{margin-left:-2.4rem !important}.ms-xsm-n26{margin-left:-2.6rem !important}.ms-xsm-n28{margin-left:-2.8rem !important}.ms-xsm-n30{margin-left:-3rem !important}.ms-xsm-n32{margin-left:-3.2rem !important}.ms-xsm-n36{margin-left:-3.6rem !important}.ms-xsm-n38{margin-left:-3.8rem !important}.ms-xsm-n40{margin-left:-4rem !important}.ms-xsm-n44{margin-left:-4.4rem !important}.ms-xsm-n48{margin-left:-4.8rem !important}.ms-xsm-n52{margin-left:-5.2rem !important}.ms-xsm-n56{margin-left:-5.6rem !important}.ms-xsm-n60{margin-left:-6rem !important}.ms-xsm-n64{margin-left:-6.4rem !important}.ms-xsm-n68{margin-left:-6.8rem !important}.ms-xsm-n72{margin-left:-7.2rem !important}.ms-xsm-n76{margin-left:-7.6rem !important}.ms-xsm-n80{margin-left:-8rem !important}.ms-xsm-n90{margin-left:-9rem !important}.ms-xsm-n98{margin-left:-9.8rem !important}.ms-xsm-n106{margin-left:-10.6rem !important}.ms-xsm-n110{margin-left:-11rem !important}.ms-xsm-n118{margin-left:-11.8rem !important}.ms-xsm-n128{margin-left:-12.8rem !important}.ms-xsm-n144{margin-left:-14.4rem !important}.ms-xsm-n148{margin-left:-14.8rem !important}.ms-xsm-n176{margin-left:-17.6rem !important}.p-xsm-0{padding:0 !important}.p-xsm-2{padding:.2rem !important}.p-xsm-4{padding:.4rem !important}.p-xsm-6{padding:.6rem !important}.p-xsm-8{padding:.8rem !important}.p-xsm-10{padding:1rem !important}.p-xsm-12{padding:1.2rem !important}.p-xsm-14{padding:1.4rem !important}.p-xsm-16{padding:1.6rem !important}.p-xsm-18{padding:1.8rem !important}.p-xsm-20{padding:2rem !important}.p-xsm-22{padding:2.2rem !important}.p-xsm-24{padding:2.4rem !important}.p-xsm-26{padding:2.6rem !important}.p-xsm-28{padding:2.8rem !important}.p-xsm-30{padding:3rem !important}.p-xsm-32{padding:3.2rem !important}.p-xsm-36{padding:3.6rem !important}.p-xsm-38{padding:3.8rem !important}.p-xsm-40{padding:4rem !important}.p-xsm-44{padding:4.4rem !important}.p-xsm-48{padding:4.8rem !important}.p-xsm-52{padding:5.2rem !important}.p-xsm-56{padding:5.6rem !important}.p-xsm-60{padding:6rem !important}.p-xsm-64{padding:6.4rem !important}.p-xsm-68{padding:6.8rem !important}.p-xsm-72{padding:7.2rem !important}.p-xsm-76{padding:7.6rem !important}.p-xsm-80{padding:8rem !important}.p-xsm-90{padding:9rem !important}.p-xsm-98{padding:9.8rem !important}.p-xsm-106{padding:10.6rem !important}.p-xsm-110{padding:11rem !important}.p-xsm-118{padding:11.8rem !important}.p-xsm-128{padding:12.8rem !important}.p-xsm-144{padding:14.4rem !important}.p-xsm-148{padding:14.8rem !important}.p-xsm-176{padding:17.6rem !important}.px-xsm-0{padding-right:0 !important;padding-left:0 !important}.px-xsm-2{padding-right:.2rem !important;padding-left:.2rem !important}.px-xsm-4{padding-right:.4rem !important;padding-left:.4rem !important}.px-xsm-6{padding-right:.6rem !important;padding-left:.6rem !important}.px-xsm-8{padding-right:.8rem !important;padding-left:.8rem !important}.px-xsm-10{padding-right:1rem !important;padding-left:1rem !important}.px-xsm-12{padding-right:1.2rem !important;padding-left:1.2rem !important}.px-xsm-14{padding-right:1.4rem !important;padding-left:1.4rem !important}.px-xsm-16{padding-right:1.6rem !important;padding-left:1.6rem !important}.px-xsm-18{padding-right:1.8rem !important;padding-left:1.8rem !important}.px-xsm-20{padding-right:2rem !important;padding-left:2rem !important}.px-xsm-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-xsm-24{padding-right:2.4rem !important;padding-left:2.4rem !important}.px-xsm-26{padding-right:2.6rem !important;padding-left:2.6rem !important}.px-xsm-28{padding-right:2.8rem !important;padding-left:2.8rem !important}.px-xsm-30{padding-right:3rem !important;padding-left:3rem !important}.px-xsm-32{padding-right:3.2rem !important;padding-left:3.2rem !important}.px-xsm-36{padding-right:3.6rem !important;padding-left:3.6rem !important}.px-xsm-38{padding-right:3.8rem !important;padding-left:3.8rem !important}.px-xsm-40{padding-right:4rem !important;padding-left:4rem !important}.px-xsm-44{padding-right:4.4rem !important;padding-left:4.4rem !important}.px-xsm-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-xsm-52{padding-right:5.2rem !important;padding-left:5.2rem !important}.px-xsm-56{padding-right:5.6rem !important;padding-left:5.6rem !important}.px-xsm-60{padding-right:6rem !important;padding-left:6rem !important}.px-xsm-64{padding-right:6.4rem !important;padding-left:6.4rem !important}.px-xsm-68{padding-right:6.8rem !important;padding-left:6.8rem !important}.px-xsm-72{padding-right:7.2rem !important;padding-left:7.2rem !important}.px-xsm-76{padding-right:7.6rem !important;padding-left:7.6rem !important}.px-xsm-80{padding-right:8rem !important;padding-left:8rem !important}.px-xsm-90{padding-right:9rem !important;padding-left:9rem !important}.px-xsm-98{padding-right:9.8rem !important;padding-left:9.8rem !important}.px-xsm-106{padding-right:10.6rem !important;padding-left:10.6rem !important}.px-xsm-110{padding-right:11rem !important;padding-left:11rem !important}.px-xsm-118{padding-right:11.8rem !important;padding-left:11.8rem !important}.px-xsm-128{padding-right:12.8rem !important;padding-left:12.8rem !important}.px-xsm-144{padding-right:14.4rem !important;padding-left:14.4rem !important}.px-xsm-148{padding-right:14.8rem !important;padding-left:14.8rem !important}.px-xsm-176{padding-right:17.6rem !important;padding-left:17.6rem !important}.py-xsm-0{padding-top:0 !important;padding-bottom:0 !important}.py-xsm-2{padding-top:.2rem !important;padding-bottom:.2rem !important}.py-xsm-4{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-xsm-6{padding-top:.6rem !important;padding-bottom:.6rem !important}.py-xsm-8{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-xsm-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-xsm-12{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-xsm-14{padding-top:1.4rem !important;padding-bottom:1.4rem !important}.py-xsm-16{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-xsm-18{padding-top:1.8rem !important;padding-bottom:1.8rem !important}.py-xsm-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-xsm-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-xsm-24{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-xsm-26{padding-top:2.6rem !important;padding-bottom:2.6rem !important}.py-xsm-28{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-xsm-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-xsm-32{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-xsm-36{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-xsm-38{padding-top:3.8rem !important;padding-bottom:3.8rem !important}.py-xsm-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-xsm-44{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-xsm-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-xsm-52{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-xsm-56{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-xsm-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-xsm-64{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-xsm-68{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-xsm-72{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-xsm-76{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-xsm-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-xsm-90{padding-top:9rem !important;padding-bottom:9rem !important}.py-xsm-98{padding-top:9.8rem !important;padding-bottom:9.8rem !important}.py-xsm-106{padding-top:10.6rem !important;padding-bottom:10.6rem !important}.py-xsm-110{padding-top:11rem !important;padding-bottom:11rem !important}.py-xsm-118{padding-top:11.8rem !important;padding-bottom:11.8rem !important}.py-xsm-128{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-xsm-144{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-xsm-148{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-xsm-176{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.pt-xsm-0{padding-top:0 !important}.pt-xsm-2{padding-top:.2rem !important}.pt-xsm-4{padding-top:.4rem !important}.pt-xsm-6{padding-top:.6rem !important}.pt-xsm-8{padding-top:.8rem !important}.pt-xsm-10{padding-top:1rem !important}.pt-xsm-12{padding-top:1.2rem !important}.pt-xsm-14{padding-top:1.4rem !important}.pt-xsm-16{padding-top:1.6rem !important}.pt-xsm-18{padding-top:1.8rem !important}.pt-xsm-20{padding-top:2rem !important}.pt-xsm-22{padding-top:2.2rem !important}.pt-xsm-24{padding-top:2.4rem !important}.pt-xsm-26{padding-top:2.6rem !important}.pt-xsm-28{padding-top:2.8rem !important}.pt-xsm-30{padding-top:3rem !important}.pt-xsm-32{padding-top:3.2rem !important}.pt-xsm-36{padding-top:3.6rem !important}.pt-xsm-38{padding-top:3.8rem !important}.pt-xsm-40{padding-top:4rem !important}.pt-xsm-44{padding-top:4.4rem !important}.pt-xsm-48{padding-top:4.8rem !important}.pt-xsm-52{padding-top:5.2rem !important}.pt-xsm-56{padding-top:5.6rem !important}.pt-xsm-60{padding-top:6rem !important}.pt-xsm-64{padding-top:6.4rem !important}.pt-xsm-68{padding-top:6.8rem !important}.pt-xsm-72{padding-top:7.2rem !important}.pt-xsm-76{padding-top:7.6rem !important}.pt-xsm-80{padding-top:8rem !important}.pt-xsm-90{padding-top:9rem !important}.pt-xsm-98{padding-top:9.8rem !important}.pt-xsm-106{padding-top:10.6rem !important}.pt-xsm-110{padding-top:11rem !important}.pt-xsm-118{padding-top:11.8rem !important}.pt-xsm-128{padding-top:12.8rem !important}.pt-xsm-144{padding-top:14.4rem !important}.pt-xsm-148{padding-top:14.8rem !important}.pt-xsm-176{padding-top:17.6rem !important}.pe-xsm-0{padding-right:0 !important}.pe-xsm-2{padding-right:.2rem !important}.pe-xsm-4{padding-right:.4rem !important}.pe-xsm-6{padding-right:.6rem !important}.pe-xsm-8{padding-right:.8rem !important}.pe-xsm-10{padding-right:1rem !important}.pe-xsm-12{padding-right:1.2rem !important}.pe-xsm-14{padding-right:1.4rem !important}.pe-xsm-16{padding-right:1.6rem !important}.pe-xsm-18{padding-right:1.8rem !important}.pe-xsm-20{padding-right:2rem !important}.pe-xsm-22{padding-right:2.2rem !important}.pe-xsm-24{padding-right:2.4rem !important}.pe-xsm-26{padding-right:2.6rem !important}.pe-xsm-28{padding-right:2.8rem !important}.pe-xsm-30{padding-right:3rem !important}.pe-xsm-32{padding-right:3.2rem !important}.pe-xsm-36{padding-right:3.6rem !important}.pe-xsm-38{padding-right:3.8rem !important}.pe-xsm-40{padding-right:4rem !important}.pe-xsm-44{padding-right:4.4rem !important}.pe-xsm-48{padding-right:4.8rem !important}.pe-xsm-52{padding-right:5.2rem !important}.pe-xsm-56{padding-right:5.6rem !important}.pe-xsm-60{padding-right:6rem !important}.pe-xsm-64{padding-right:6.4rem !important}.pe-xsm-68{padding-right:6.8rem !important}.pe-xsm-72{padding-right:7.2rem !important}.pe-xsm-76{padding-right:7.6rem !important}.pe-xsm-80{padding-right:8rem !important}.pe-xsm-90{padding-right:9rem !important}.pe-xsm-98{padding-right:9.8rem !important}.pe-xsm-106{padding-right:10.6rem !important}.pe-xsm-110{padding-right:11rem !important}.pe-xsm-118{padding-right:11.8rem !important}.pe-xsm-128{padding-right:12.8rem !important}.pe-xsm-144{padding-right:14.4rem !important}.pe-xsm-148{padding-right:14.8rem !important}.pe-xsm-176{padding-right:17.6rem !important}.pb-xsm-0{padding-bottom:0 !important}.pb-xsm-2{padding-bottom:.2rem !important}.pb-xsm-4{padding-bottom:.4rem !important}.pb-xsm-6{padding-bottom:.6rem !important}.pb-xsm-8{padding-bottom:.8rem !important}.pb-xsm-10{padding-bottom:1rem !important}.pb-xsm-12{padding-bottom:1.2rem !important}.pb-xsm-14{padding-bottom:1.4rem !important}.pb-xsm-16{padding-bottom:1.6rem !important}.pb-xsm-18{padding-bottom:1.8rem !important}.pb-xsm-20{padding-bottom:2rem !important}.pb-xsm-22{padding-bottom:2.2rem !important}.pb-xsm-24{padding-bottom:2.4rem !important}.pb-xsm-26{padding-bottom:2.6rem !important}.pb-xsm-28{padding-bottom:2.8rem !important}.pb-xsm-30{padding-bottom:3rem !important}.pb-xsm-32{padding-bottom:3.2rem !important}.pb-xsm-36{padding-bottom:3.6rem !important}.pb-xsm-38{padding-bottom:3.8rem !important}.pb-xsm-40{padding-bottom:4rem !important}.pb-xsm-44{padding-bottom:4.4rem !important}.pb-xsm-48{padding-bottom:4.8rem !important}.pb-xsm-52{padding-bottom:5.2rem !important}.pb-xsm-56{padding-bottom:5.6rem !important}.pb-xsm-60{padding-bottom:6rem !important}.pb-xsm-64{padding-bottom:6.4rem !important}.pb-xsm-68{padding-bottom:6.8rem !important}.pb-xsm-72{padding-bottom:7.2rem !important}.pb-xsm-76{padding-bottom:7.6rem !important}.pb-xsm-80{padding-bottom:8rem !important}.pb-xsm-90{padding-bottom:9rem !important}.pb-xsm-98{padding-bottom:9.8rem !important}.pb-xsm-106{padding-bottom:10.6rem !important}.pb-xsm-110{padding-bottom:11rem !important}.pb-xsm-118{padding-bottom:11.8rem !important}.pb-xsm-128{padding-bottom:12.8rem !important}.pb-xsm-144{padding-bottom:14.4rem !important}.pb-xsm-148{padding-bottom:14.8rem !important}.pb-xsm-176{padding-bottom:17.6rem !important}.ps-xsm-0{padding-left:0 !important}.ps-xsm-2{padding-left:.2rem !important}.ps-xsm-4{padding-left:.4rem !important}.ps-xsm-6{padding-left:.6rem !important}.ps-xsm-8{padding-left:.8rem !important}.ps-xsm-10{padding-left:1rem !important}.ps-xsm-12{padding-left:1.2rem !important}.ps-xsm-14{padding-left:1.4rem !important}.ps-xsm-16{padding-left:1.6rem !important}.ps-xsm-18{padding-left:1.8rem !important}.ps-xsm-20{padding-left:2rem !important}.ps-xsm-22{padding-left:2.2rem !important}.ps-xsm-24{padding-left:2.4rem !important}.ps-xsm-26{padding-left:2.6rem !important}.ps-xsm-28{padding-left:2.8rem !important}.ps-xsm-30{padding-left:3rem !important}.ps-xsm-32{padding-left:3.2rem !important}.ps-xsm-36{padding-left:3.6rem !important}.ps-xsm-38{padding-left:3.8rem !important}.ps-xsm-40{padding-left:4rem !important}.ps-xsm-44{padding-left:4.4rem !important}.ps-xsm-48{padding-left:4.8rem !important}.ps-xsm-52{padding-left:5.2rem !important}.ps-xsm-56{padding-left:5.6rem !important}.ps-xsm-60{padding-left:6rem !important}.ps-xsm-64{padding-left:6.4rem !important}.ps-xsm-68{padding-left:6.8rem !important}.ps-xsm-72{padding-left:7.2rem !important}.ps-xsm-76{padding-left:7.6rem !important}.ps-xsm-80{padding-left:8rem !important}.ps-xsm-90{padding-left:9rem !important}.ps-xsm-98{padding-left:9.8rem !important}.ps-xsm-106{padding-left:10.6rem !important}.ps-xsm-110{padding-left:11rem !important}.ps-xsm-118{padding-left:11.8rem !important}.ps-xsm-128{padding-left:12.8rem !important}.ps-xsm-144{padding-left:14.4rem !important}.ps-xsm-148{padding-left:14.8rem !important}.ps-xsm-176{padding-left:17.6rem !important}.gap-xsm-0{gap:0 !important}.gap-xsm-2{gap:.2rem !important}.gap-xsm-4{gap:.4rem !important}.gap-xsm-6{gap:.6rem !important}.gap-xsm-8{gap:.8rem !important}.gap-xsm-10{gap:1rem !important}.gap-xsm-12{gap:1.2rem !important}.gap-xsm-14{gap:1.4rem !important}.gap-xsm-16{gap:1.6rem !important}.gap-xsm-18{gap:1.8rem !important}.gap-xsm-20{gap:2rem !important}.gap-xsm-22{gap:2.2rem !important}.gap-xsm-24{gap:2.4rem !important}.gap-xsm-26{gap:2.6rem !important}.gap-xsm-28{gap:2.8rem !important}.gap-xsm-30{gap:3rem !important}.gap-xsm-32{gap:3.2rem !important}.gap-xsm-36{gap:3.6rem !important}.gap-xsm-38{gap:3.8rem !important}.gap-xsm-40{gap:4rem !important}.gap-xsm-44{gap:4.4rem !important}.gap-xsm-48{gap:4.8rem !important}.gap-xsm-52{gap:5.2rem !important}.gap-xsm-56{gap:5.6rem !important}.gap-xsm-60{gap:6rem !important}.gap-xsm-64{gap:6.4rem !important}.gap-xsm-68{gap:6.8rem !important}.gap-xsm-72{gap:7.2rem !important}.gap-xsm-76{gap:7.6rem !important}.gap-xsm-80{gap:8rem !important}.gap-xsm-90{gap:9rem !important}.gap-xsm-98{gap:9.8rem !important}.gap-xsm-106{gap:10.6rem !important}.gap-xsm-110{gap:11rem !important}.gap-xsm-118{gap:11.8rem !important}.gap-xsm-128{gap:12.8rem !important}.gap-xsm-144{gap:14.4rem !important}.gap-xsm-148{gap:14.8rem !important}.gap-xsm-176{gap:17.6rem !important}.row-gap-xsm-0{row-gap:0 !important}.row-gap-xsm-2{row-gap:.2rem !important}.row-gap-xsm-4{row-gap:.4rem !important}.row-gap-xsm-6{row-gap:.6rem !important}.row-gap-xsm-8{row-gap:.8rem !important}.row-gap-xsm-10{row-gap:1rem !important}.row-gap-xsm-12{row-gap:1.2rem !important}.row-gap-xsm-14{row-gap:1.4rem !important}.row-gap-xsm-16{row-gap:1.6rem !important}.row-gap-xsm-18{row-gap:1.8rem !important}.row-gap-xsm-20{row-gap:2rem !important}.row-gap-xsm-22{row-gap:2.2rem !important}.row-gap-xsm-24{row-gap:2.4rem !important}.row-gap-xsm-26{row-gap:2.6rem !important}.row-gap-xsm-28{row-gap:2.8rem !important}.row-gap-xsm-30{row-gap:3rem !important}.row-gap-xsm-32{row-gap:3.2rem !important}.row-gap-xsm-36{row-gap:3.6rem !important}.row-gap-xsm-38{row-gap:3.8rem !important}.row-gap-xsm-40{row-gap:4rem !important}.row-gap-xsm-44{row-gap:4.4rem !important}.row-gap-xsm-48{row-gap:4.8rem !important}.row-gap-xsm-52{row-gap:5.2rem !important}.row-gap-xsm-56{row-gap:5.6rem !important}.row-gap-xsm-60{row-gap:6rem !important}.row-gap-xsm-64{row-gap:6.4rem !important}.row-gap-xsm-68{row-gap:6.8rem !important}.row-gap-xsm-72{row-gap:7.2rem !important}.row-gap-xsm-76{row-gap:7.6rem !important}.row-gap-xsm-80{row-gap:8rem !important}.row-gap-xsm-90{row-gap:9rem !important}.row-gap-xsm-98{row-gap:9.8rem !important}.row-gap-xsm-106{row-gap:10.6rem !important}.row-gap-xsm-110{row-gap:11rem !important}.row-gap-xsm-118{row-gap:11.8rem !important}.row-gap-xsm-128{row-gap:12.8rem !important}.row-gap-xsm-144{row-gap:14.4rem !important}.row-gap-xsm-148{row-gap:14.8rem !important}.row-gap-xsm-176{row-gap:17.6rem !important}.column-gap-xsm-0{column-gap:0 !important}.column-gap-xsm-2{column-gap:.2rem !important}.column-gap-xsm-4{column-gap:.4rem !important}.column-gap-xsm-6{column-gap:.6rem !important}.column-gap-xsm-8{column-gap:.8rem !important}.column-gap-xsm-10{column-gap:1rem !important}.column-gap-xsm-12{column-gap:1.2rem !important}.column-gap-xsm-14{column-gap:1.4rem !important}.column-gap-xsm-16{column-gap:1.6rem !important}.column-gap-xsm-18{column-gap:1.8rem !important}.column-gap-xsm-20{column-gap:2rem !important}.column-gap-xsm-22{column-gap:2.2rem !important}.column-gap-xsm-24{column-gap:2.4rem !important}.column-gap-xsm-26{column-gap:2.6rem !important}.column-gap-xsm-28{column-gap:2.8rem !important}.column-gap-xsm-30{column-gap:3rem !important}.column-gap-xsm-32{column-gap:3.2rem !important}.column-gap-xsm-36{column-gap:3.6rem !important}.column-gap-xsm-38{column-gap:3.8rem !important}.column-gap-xsm-40{column-gap:4rem !important}.column-gap-xsm-44{column-gap:4.4rem !important}.column-gap-xsm-48{column-gap:4.8rem !important}.column-gap-xsm-52{column-gap:5.2rem !important}.column-gap-xsm-56{column-gap:5.6rem !important}.column-gap-xsm-60{column-gap:6rem !important}.column-gap-xsm-64{column-gap:6.4rem !important}.column-gap-xsm-68{column-gap:6.8rem !important}.column-gap-xsm-72{column-gap:7.2rem !important}.column-gap-xsm-76{column-gap:7.6rem !important}.column-gap-xsm-80{column-gap:8rem !important}.column-gap-xsm-90{column-gap:9rem !important}.column-gap-xsm-98{column-gap:9.8rem !important}.column-gap-xsm-106{column-gap:10.6rem !important}.column-gap-xsm-110{column-gap:11rem !important}.column-gap-xsm-118{column-gap:11.8rem !important}.column-gap-xsm-128{column-gap:12.8rem !important}.column-gap-xsm-144{column-gap:14.4rem !important}.column-gap-xsm-148{column-gap:14.8rem !important}.column-gap-xsm-176{column-gap:17.6rem !important}.text-xsm-start{text-align:left !important}.text-xsm-end{text-align:right !important}.text-xsm-center{text-align:center !important}}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-2{margin:.2rem !important}.m-sm-4{margin:.4rem !important}.m-sm-6{margin:.6rem !important}.m-sm-8{margin:.8rem !important}.m-sm-10{margin:1rem !important}.m-sm-12{margin:1.2rem !important}.m-sm-14{margin:1.4rem !important}.m-sm-16{margin:1.6rem !important}.m-sm-18{margin:1.8rem !important}.m-sm-20{margin:2rem !important}.m-sm-22{margin:2.2rem !important}.m-sm-24{margin:2.4rem !important}.m-sm-26{margin:2.6rem !important}.m-sm-28{margin:2.8rem !important}.m-sm-30{margin:3rem !important}.m-sm-32{margin:3.2rem !important}.m-sm-36{margin:3.6rem !important}.m-sm-38{margin:3.8rem !important}.m-sm-40{margin:4rem !important}.m-sm-44{margin:4.4rem !important}.m-sm-48{margin:4.8rem !important}.m-sm-52{margin:5.2rem !important}.m-sm-56{margin:5.6rem !important}.m-sm-60{margin:6rem !important}.m-sm-64{margin:6.4rem !important}.m-sm-68{margin:6.8rem !important}.m-sm-72{margin:7.2rem !important}.m-sm-76{margin:7.6rem !important}.m-sm-80{margin:8rem !important}.m-sm-90{margin:9rem !important}.m-sm-98{margin:9.8rem !important}.m-sm-106{margin:10.6rem !important}.m-sm-110{margin:11rem !important}.m-sm-118{margin:11.8rem !important}.m-sm-128{margin:12.8rem !important}.m-sm-144{margin:14.4rem !important}.m-sm-148{margin:14.8rem !important}.m-sm-176{margin:17.6rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-2{margin-right:.2rem !important;margin-left:.2rem !important}.mx-sm-4{margin-right:.4rem !important;margin-left:.4rem !important}.mx-sm-6{margin-right:.6rem !important;margin-left:.6rem !important}.mx-sm-8{margin-right:.8rem !important;margin-left:.8rem !important}.mx-sm-10{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-12{margin-right:1.2rem !important;margin-left:1.2rem !important}.mx-sm-14{margin-right:1.4rem !important;margin-left:1.4rem !important}.mx-sm-16{margin-right:1.6rem !important;margin-left:1.6rem !important}.mx-sm-18{margin-right:1.8rem !important;margin-left:1.8rem !important}.mx-sm-20{margin-right:2rem !important;margin-left:2rem !important}.mx-sm-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-sm-24{margin-right:2.4rem !important;margin-left:2.4rem !important}.mx-sm-26{margin-right:2.6rem !important;margin-left:2.6rem !important}.mx-sm-28{margin-right:2.8rem !important;margin-left:2.8rem !important}.mx-sm-30{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-32{margin-right:3.2rem !important;margin-left:3.2rem !important}.mx-sm-36{margin-right:3.6rem !important;margin-left:3.6rem !important}.mx-sm-38{margin-right:3.8rem !important;margin-left:3.8rem !important}.mx-sm-40{margin-right:4rem !important;margin-left:4rem !important}.mx-sm-44{margin-right:4.4rem !important;margin-left:4.4rem !important}.mx-sm-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-sm-52{margin-right:5.2rem !important;margin-left:5.2rem !important}.mx-sm-56{margin-right:5.6rem !important;margin-left:5.6rem !important}.mx-sm-60{margin-right:6rem !important;margin-left:6rem !important}.mx-sm-64{margin-right:6.4rem !important;margin-left:6.4rem !important}.mx-sm-68{margin-right:6.8rem !important;margin-left:6.8rem !important}.mx-sm-72{margin-right:7.2rem !important;margin-left:7.2rem !important}.mx-sm-76{margin-right:7.6rem !important;margin-left:7.6rem !important}.mx-sm-80{margin-right:8rem !important;margin-left:8rem !important}.mx-sm-90{margin-right:9rem !important;margin-left:9rem !important}.mx-sm-98{margin-right:9.8rem !important;margin-left:9.8rem !important}.mx-sm-106{margin-right:10.6rem !important;margin-left:10.6rem !important}.mx-sm-110{margin-right:11rem !important;margin-left:11rem !important}.mx-sm-118{margin-right:11.8rem !important;margin-left:11.8rem !important}.mx-sm-128{margin-right:12.8rem !important;margin-left:12.8rem !important}.mx-sm-144{margin-right:14.4rem !important;margin-left:14.4rem !important}.mx-sm-148{margin-right:14.8rem !important;margin-left:14.8rem !important}.mx-sm-176{margin-right:17.6rem !important;margin-left:17.6rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-2{margin-top:.2rem !important;margin-bottom:.2rem !important}.my-sm-4{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-sm-6{margin-top:.6rem !important;margin-bottom:.6rem !important}.my-sm-8{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-sm-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-12{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-sm-14{margin-top:1.4rem !important;margin-bottom:1.4rem !important}.my-sm-16{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-sm-18{margin-top:1.8rem !important;margin-bottom:1.8rem !important}.my-sm-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-sm-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-sm-24{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-sm-26{margin-top:2.6rem !important;margin-bottom:2.6rem !important}.my-sm-28{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-sm-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-32{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-sm-36{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-sm-38{margin-top:3.8rem !important;margin-bottom:3.8rem !important}.my-sm-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-44{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-sm-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-sm-52{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-sm-56{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-sm-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-sm-64{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-sm-68{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-sm-72{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-sm-76{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-sm-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-sm-90{margin-top:9rem !important;margin-bottom:9rem !important}.my-sm-98{margin-top:9.8rem !important;margin-bottom:9.8rem !important}.my-sm-106{margin-top:10.6rem !important;margin-bottom:10.6rem !important}.my-sm-110{margin-top:11rem !important;margin-bottom:11rem !important}.my-sm-118{margin-top:11.8rem !important;margin-bottom:11.8rem !important}.my-sm-128{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-sm-144{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-sm-148{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-sm-176{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-2{margin-top:.2rem !important}.mt-sm-4{margin-top:.4rem !important}.mt-sm-6{margin-top:.6rem !important}.mt-sm-8{margin-top:.8rem !important}.mt-sm-10{margin-top:1rem !important}.mt-sm-12{margin-top:1.2rem !important}.mt-sm-14{margin-top:1.4rem !important}.mt-sm-16{margin-top:1.6rem !important}.mt-sm-18{margin-top:1.8rem !important}.mt-sm-20{margin-top:2rem !important}.mt-sm-22{margin-top:2.2rem !important}.mt-sm-24{margin-top:2.4rem !important}.mt-sm-26{margin-top:2.6rem !important}.mt-sm-28{margin-top:2.8rem !important}.mt-sm-30{margin-top:3rem !important}.mt-sm-32{margin-top:3.2rem !important}.mt-sm-36{margin-top:3.6rem !important}.mt-sm-38{margin-top:3.8rem !important}.mt-sm-40{margin-top:4rem !important}.mt-sm-44{margin-top:4.4rem !important}.mt-sm-48{margin-top:4.8rem !important}.mt-sm-52{margin-top:5.2rem !important}.mt-sm-56{margin-top:5.6rem !important}.mt-sm-60{margin-top:6rem !important}.mt-sm-64{margin-top:6.4rem !important}.mt-sm-68{margin-top:6.8rem !important}.mt-sm-72{margin-top:7.2rem !important}.mt-sm-76{margin-top:7.6rem !important}.mt-sm-80{margin-top:8rem !important}.mt-sm-90{margin-top:9rem !important}.mt-sm-98{margin-top:9.8rem !important}.mt-sm-106{margin-top:10.6rem !important}.mt-sm-110{margin-top:11rem !important}.mt-sm-118{margin-top:11.8rem !important}.mt-sm-128{margin-top:12.8rem !important}.mt-sm-144{margin-top:14.4rem !important}.mt-sm-148{margin-top:14.8rem !important}.mt-sm-176{margin-top:17.6rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-2{margin-right:.2rem !important}.me-sm-4{margin-right:.4rem !important}.me-sm-6{margin-right:.6rem !important}.me-sm-8{margin-right:.8rem !important}.me-sm-10{margin-right:1rem !important}.me-sm-12{margin-right:1.2rem !important}.me-sm-14{margin-right:1.4rem !important}.me-sm-16{margin-right:1.6rem !important}.me-sm-18{margin-right:1.8rem !important}.me-sm-20{margin-right:2rem !important}.me-sm-22{margin-right:2.2rem !important}.me-sm-24{margin-right:2.4rem !important}.me-sm-26{margin-right:2.6rem !important}.me-sm-28{margin-right:2.8rem !important}.me-sm-30{margin-right:3rem !important}.me-sm-32{margin-right:3.2rem !important}.me-sm-36{margin-right:3.6rem !important}.me-sm-38{margin-right:3.8rem !important}.me-sm-40{margin-right:4rem !important}.me-sm-44{margin-right:4.4rem !important}.me-sm-48{margin-right:4.8rem !important}.me-sm-52{margin-right:5.2rem !important}.me-sm-56{margin-right:5.6rem !important}.me-sm-60{margin-right:6rem !important}.me-sm-64{margin-right:6.4rem !important}.me-sm-68{margin-right:6.8rem !important}.me-sm-72{margin-right:7.2rem !important}.me-sm-76{margin-right:7.6rem !important}.me-sm-80{margin-right:8rem !important}.me-sm-90{margin-right:9rem !important}.me-sm-98{margin-right:9.8rem !important}.me-sm-106{margin-right:10.6rem !important}.me-sm-110{margin-right:11rem !important}.me-sm-118{margin-right:11.8rem !important}.me-sm-128{margin-right:12.8rem !important}.me-sm-144{margin-right:14.4rem !important}.me-sm-148{margin-right:14.8rem !important}.me-sm-176{margin-right:17.6rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-2{margin-bottom:.2rem !important}.mb-sm-4{margin-bottom:.4rem !important}.mb-sm-6{margin-bottom:.6rem !important}.mb-sm-8{margin-bottom:.8rem !important}.mb-sm-10{margin-bottom:1rem !important}.mb-sm-12{margin-bottom:1.2rem !important}.mb-sm-14{margin-bottom:1.4rem !important}.mb-sm-16{margin-bottom:1.6rem !important}.mb-sm-18{margin-bottom:1.8rem !important}.mb-sm-20{margin-bottom:2rem !important}.mb-sm-22{margin-bottom:2.2rem !important}.mb-sm-24{margin-bottom:2.4rem !important}.mb-sm-26{margin-bottom:2.6rem !important}.mb-sm-28{margin-bottom:2.8rem !important}.mb-sm-30{margin-bottom:3rem !important}.mb-sm-32{margin-bottom:3.2rem !important}.mb-sm-36{margin-bottom:3.6rem !important}.mb-sm-38{margin-bottom:3.8rem !important}.mb-sm-40{margin-bottom:4rem !important}.mb-sm-44{margin-bottom:4.4rem !important}.mb-sm-48{margin-bottom:4.8rem !important}.mb-sm-52{margin-bottom:5.2rem !important}.mb-sm-56{margin-bottom:5.6rem !important}.mb-sm-60{margin-bottom:6rem !important}.mb-sm-64{margin-bottom:6.4rem !important}.mb-sm-68{margin-bottom:6.8rem !important}.mb-sm-72{margin-bottom:7.2rem !important}.mb-sm-76{margin-bottom:7.6rem !important}.mb-sm-80{margin-bottom:8rem !important}.mb-sm-90{margin-bottom:9rem !important}.mb-sm-98{margin-bottom:9.8rem !important}.mb-sm-106{margin-bottom:10.6rem !important}.mb-sm-110{margin-bottom:11rem !important}.mb-sm-118{margin-bottom:11.8rem !important}.mb-sm-128{margin-bottom:12.8rem !important}.mb-sm-144{margin-bottom:14.4rem !important}.mb-sm-148{margin-bottom:14.8rem !important}.mb-sm-176{margin-bottom:17.6rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-2{margin-left:.2rem !important}.ms-sm-4{margin-left:.4rem !important}.ms-sm-6{margin-left:.6rem !important}.ms-sm-8{margin-left:.8rem !important}.ms-sm-10{margin-left:1rem !important}.ms-sm-12{margin-left:1.2rem !important}.ms-sm-14{margin-left:1.4rem !important}.ms-sm-16{margin-left:1.6rem !important}.ms-sm-18{margin-left:1.8rem !important}.ms-sm-20{margin-left:2rem !important}.ms-sm-22{margin-left:2.2rem !important}.ms-sm-24{margin-left:2.4rem !important}.ms-sm-26{margin-left:2.6rem !important}.ms-sm-28{margin-left:2.8rem !important}.ms-sm-30{margin-left:3rem !important}.ms-sm-32{margin-left:3.2rem !important}.ms-sm-36{margin-left:3.6rem !important}.ms-sm-38{margin-left:3.8rem !important}.ms-sm-40{margin-left:4rem !important}.ms-sm-44{margin-left:4.4rem !important}.ms-sm-48{margin-left:4.8rem !important}.ms-sm-52{margin-left:5.2rem !important}.ms-sm-56{margin-left:5.6rem !important}.ms-sm-60{margin-left:6rem !important}.ms-sm-64{margin-left:6.4rem !important}.ms-sm-68{margin-left:6.8rem !important}.ms-sm-72{margin-left:7.2rem !important}.ms-sm-76{margin-left:7.6rem !important}.ms-sm-80{margin-left:8rem !important}.ms-sm-90{margin-left:9rem !important}.ms-sm-98{margin-left:9.8rem !important}.ms-sm-106{margin-left:10.6rem !important}.ms-sm-110{margin-left:11rem !important}.ms-sm-118{margin-left:11.8rem !important}.ms-sm-128{margin-left:12.8rem !important}.ms-sm-144{margin-left:14.4rem !important}.ms-sm-148{margin-left:14.8rem !important}.ms-sm-176{margin-left:17.6rem !important}.ms-sm-auto{margin-left:auto !important}.m-sm-n2{margin:-0.2rem !important}.m-sm-n4{margin:-0.4rem !important}.m-sm-n6{margin:-0.6rem !important}.m-sm-n8{margin:-0.8rem !important}.m-sm-n10{margin:-1rem !important}.m-sm-n12{margin:-1.2rem !important}.m-sm-n14{margin:-1.4rem !important}.m-sm-n16{margin:-1.6rem !important}.m-sm-n18{margin:-1.8rem !important}.m-sm-n20{margin:-2rem !important}.m-sm-n22{margin:-2.2rem !important}.m-sm-n24{margin:-2.4rem !important}.m-sm-n26{margin:-2.6rem !important}.m-sm-n28{margin:-2.8rem !important}.m-sm-n30{margin:-3rem !important}.m-sm-n32{margin:-3.2rem !important}.m-sm-n36{margin:-3.6rem !important}.m-sm-n38{margin:-3.8rem !important}.m-sm-n40{margin:-4rem !important}.m-sm-n44{margin:-4.4rem !important}.m-sm-n48{margin:-4.8rem !important}.m-sm-n52{margin:-5.2rem !important}.m-sm-n56{margin:-5.6rem !important}.m-sm-n60{margin:-6rem !important}.m-sm-n64{margin:-6.4rem !important}.m-sm-n68{margin:-6.8rem !important}.m-sm-n72{margin:-7.2rem !important}.m-sm-n76{margin:-7.6rem !important}.m-sm-n80{margin:-8rem !important}.m-sm-n90{margin:-9rem !important}.m-sm-n98{margin:-9.8rem !important}.m-sm-n106{margin:-10.6rem !important}.m-sm-n110{margin:-11rem !important}.m-sm-n118{margin:-11.8rem !important}.m-sm-n128{margin:-12.8rem !important}.m-sm-n144{margin:-14.4rem !important}.m-sm-n148{margin:-14.8rem !important}.m-sm-n176{margin:-17.6rem !important}.mx-sm-n2{margin-right:-0.2rem !important;margin-left:-0.2rem !important}.mx-sm-n4{margin-right:-0.4rem !important;margin-left:-0.4rem !important}.mx-sm-n6{margin-right:-0.6rem !important;margin-left:-0.6rem !important}.mx-sm-n8{margin-right:-0.8rem !important;margin-left:-0.8rem !important}.mx-sm-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n12{margin-right:-1.2rem !important;margin-left:-1.2rem !important}.mx-sm-n14{margin-right:-1.4rem !important;margin-left:-1.4rem !important}.mx-sm-n16{margin-right:-1.6rem !important;margin-left:-1.6rem !important}.mx-sm-n18{margin-right:-1.8rem !important;margin-left:-1.8rem !important}.mx-sm-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-sm-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-sm-n24{margin-right:-2.4rem !important;margin-left:-2.4rem !important}.mx-sm-n26{margin-right:-2.6rem !important;margin-left:-2.6rem !important}.mx-sm-n28{margin-right:-2.8rem !important;margin-left:-2.8rem !important}.mx-sm-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-sm-n32{margin-right:-3.2rem !important;margin-left:-3.2rem !important}.mx-sm-n36{margin-right:-3.6rem !important;margin-left:-3.6rem !important}.mx-sm-n38{margin-right:-3.8rem !important;margin-left:-3.8rem !important}.mx-sm-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-sm-n44{margin-right:-4.4rem !important;margin-left:-4.4rem !important}.mx-sm-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-sm-n52{margin-right:-5.2rem !important;margin-left:-5.2rem !important}.mx-sm-n56{margin-right:-5.6rem !important;margin-left:-5.6rem !important}.mx-sm-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-sm-n64{margin-right:-6.4rem !important;margin-left:-6.4rem !important}.mx-sm-n68{margin-right:-6.8rem !important;margin-left:-6.8rem !important}.mx-sm-n72{margin-right:-7.2rem !important;margin-left:-7.2rem !important}.mx-sm-n76{margin-right:-7.6rem !important;margin-left:-7.6rem !important}.mx-sm-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-sm-n90{margin-right:-9rem !important;margin-left:-9rem !important}.mx-sm-n98{margin-right:-9.8rem !important;margin-left:-9.8rem !important}.mx-sm-n106{margin-right:-10.6rem !important;margin-left:-10.6rem !important}.mx-sm-n110{margin-right:-11rem !important;margin-left:-11rem !important}.mx-sm-n118{margin-right:-11.8rem !important;margin-left:-11.8rem !important}.mx-sm-n128{margin-right:-12.8rem !important;margin-left:-12.8rem !important}.mx-sm-n144{margin-right:-14.4rem !important;margin-left:-14.4rem !important}.mx-sm-n148{margin-right:-14.8rem !important;margin-left:-14.8rem !important}.mx-sm-n176{margin-right:-17.6rem !important;margin-left:-17.6rem !important}.my-sm-n2{margin-top:-0.2rem !important;margin-bottom:-0.2rem !important}.my-sm-n4{margin-top:-0.4rem !important;margin-bottom:-0.4rem !important}.my-sm-n6{margin-top:-0.6rem !important;margin-bottom:-0.6rem !important}.my-sm-n8{margin-top:-0.8rem !important;margin-bottom:-0.8rem !important}.my-sm-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n12{margin-top:-1.2rem !important;margin-bottom:-1.2rem !important}.my-sm-n14{margin-top:-1.4rem !important;margin-bottom:-1.4rem !important}.my-sm-n16{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important}.my-sm-n18{margin-top:-1.8rem !important;margin-bottom:-1.8rem !important}.my-sm-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-sm-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-sm-n24{margin-top:-2.4rem !important;margin-bottom:-2.4rem !important}.my-sm-n26{margin-top:-2.6rem !important;margin-bottom:-2.6rem !important}.my-sm-n28{margin-top:-2.8rem !important;margin-bottom:-2.8rem !important}.my-sm-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-sm-n32{margin-top:-3.2rem !important;margin-bottom:-3.2rem !important}.my-sm-n36{margin-top:-3.6rem !important;margin-bottom:-3.6rem !important}.my-sm-n38{margin-top:-3.8rem !important;margin-bottom:-3.8rem !important}.my-sm-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-sm-n44{margin-top:-4.4rem !important;margin-bottom:-4.4rem !important}.my-sm-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-sm-n52{margin-top:-5.2rem !important;margin-bottom:-5.2rem !important}.my-sm-n56{margin-top:-5.6rem !important;margin-bottom:-5.6rem !important}.my-sm-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-sm-n64{margin-top:-6.4rem !important;margin-bottom:-6.4rem !important}.my-sm-n68{margin-top:-6.8rem !important;margin-bottom:-6.8rem !important}.my-sm-n72{margin-top:-7.2rem !important;margin-bottom:-7.2rem !important}.my-sm-n76{margin-top:-7.6rem !important;margin-bottom:-7.6rem !important}.my-sm-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-sm-n90{margin-top:-9rem !important;margin-bottom:-9rem !important}.my-sm-n98{margin-top:-9.8rem !important;margin-bottom:-9.8rem !important}.my-sm-n106{margin-top:-10.6rem !important;margin-bottom:-10.6rem !important}.my-sm-n110{margin-top:-11rem !important;margin-bottom:-11rem !important}.my-sm-n118{margin-top:-11.8rem !important;margin-bottom:-11.8rem !important}.my-sm-n128{margin-top:-12.8rem !important;margin-bottom:-12.8rem !important}.my-sm-n144{margin-top:-14.4rem !important;margin-bottom:-14.4rem !important}.my-sm-n148{margin-top:-14.8rem !important;margin-bottom:-14.8rem !important}.my-sm-n176{margin-top:-17.6rem !important;margin-bottom:-17.6rem !important}.mt-sm-n2{margin-top:-0.2rem !important}.mt-sm-n4{margin-top:-0.4rem !important}.mt-sm-n6{margin-top:-0.6rem !important}.mt-sm-n8{margin-top:-0.8rem !important}.mt-sm-n10{margin-top:-1rem !important}.mt-sm-n12{margin-top:-1.2rem !important}.mt-sm-n14{margin-top:-1.4rem !important}.mt-sm-n16{margin-top:-1.6rem !important}.mt-sm-n18{margin-top:-1.8rem !important}.mt-sm-n20{margin-top:-2rem !important}.mt-sm-n22{margin-top:-2.2rem !important}.mt-sm-n24{margin-top:-2.4rem !important}.mt-sm-n26{margin-top:-2.6rem !important}.mt-sm-n28{margin-top:-2.8rem !important}.mt-sm-n30{margin-top:-3rem !important}.mt-sm-n32{margin-top:-3.2rem !important}.mt-sm-n36{margin-top:-3.6rem !important}.mt-sm-n38{margin-top:-3.8rem !important}.mt-sm-n40{margin-top:-4rem !important}.mt-sm-n44{margin-top:-4.4rem !important}.mt-sm-n48{margin-top:-4.8rem !important}.mt-sm-n52{margin-top:-5.2rem !important}.mt-sm-n56{margin-top:-5.6rem !important}.mt-sm-n60{margin-top:-6rem !important}.mt-sm-n64{margin-top:-6.4rem !important}.mt-sm-n68{margin-top:-6.8rem !important}.mt-sm-n72{margin-top:-7.2rem !important}.mt-sm-n76{margin-top:-7.6rem !important}.mt-sm-n80{margin-top:-8rem !important}.mt-sm-n90{margin-top:-9rem !important}.mt-sm-n98{margin-top:-9.8rem !important}.mt-sm-n106{margin-top:-10.6rem !important}.mt-sm-n110{margin-top:-11rem !important}.mt-sm-n118{margin-top:-11.8rem !important}.mt-sm-n128{margin-top:-12.8rem !important}.mt-sm-n144{margin-top:-14.4rem !important}.mt-sm-n148{margin-top:-14.8rem !important}.mt-sm-n176{margin-top:-17.6rem !important}.me-sm-n2{margin-right:-0.2rem !important}.me-sm-n4{margin-right:-0.4rem !important}.me-sm-n6{margin-right:-0.6rem !important}.me-sm-n8{margin-right:-0.8rem !important}.me-sm-n10{margin-right:-1rem !important}.me-sm-n12{margin-right:-1.2rem !important}.me-sm-n14{margin-right:-1.4rem !important}.me-sm-n16{margin-right:-1.6rem !important}.me-sm-n18{margin-right:-1.8rem !important}.me-sm-n20{margin-right:-2rem !important}.me-sm-n22{margin-right:-2.2rem !important}.me-sm-n24{margin-right:-2.4rem !important}.me-sm-n26{margin-right:-2.6rem !important}.me-sm-n28{margin-right:-2.8rem !important}.me-sm-n30{margin-right:-3rem !important}.me-sm-n32{margin-right:-3.2rem !important}.me-sm-n36{margin-right:-3.6rem !important}.me-sm-n38{margin-right:-3.8rem !important}.me-sm-n40{margin-right:-4rem !important}.me-sm-n44{margin-right:-4.4rem !important}.me-sm-n48{margin-right:-4.8rem !important}.me-sm-n52{margin-right:-5.2rem !important}.me-sm-n56{margin-right:-5.6rem !important}.me-sm-n60{margin-right:-6rem !important}.me-sm-n64{margin-right:-6.4rem !important}.me-sm-n68{margin-right:-6.8rem !important}.me-sm-n72{margin-right:-7.2rem !important}.me-sm-n76{margin-right:-7.6rem !important}.me-sm-n80{margin-right:-8rem !important}.me-sm-n90{margin-right:-9rem !important}.me-sm-n98{margin-right:-9.8rem !important}.me-sm-n106{margin-right:-10.6rem !important}.me-sm-n110{margin-right:-11rem !important}.me-sm-n118{margin-right:-11.8rem !important}.me-sm-n128{margin-right:-12.8rem !important}.me-sm-n144{margin-right:-14.4rem !important}.me-sm-n148{margin-right:-14.8rem !important}.me-sm-n176{margin-right:-17.6rem !important}.mb-sm-n2{margin-bottom:-0.2rem !important}.mb-sm-n4{margin-bottom:-0.4rem !important}.mb-sm-n6{margin-bottom:-0.6rem !important}.mb-sm-n8{margin-bottom:-0.8rem !important}.mb-sm-n10{margin-bottom:-1rem !important}.mb-sm-n12{margin-bottom:-1.2rem !important}.mb-sm-n14{margin-bottom:-1.4rem !important}.mb-sm-n16{margin-bottom:-1.6rem !important}.mb-sm-n18{margin-bottom:-1.8rem !important}.mb-sm-n20{margin-bottom:-2rem !important}.mb-sm-n22{margin-bottom:-2.2rem !important}.mb-sm-n24{margin-bottom:-2.4rem !important}.mb-sm-n26{margin-bottom:-2.6rem !important}.mb-sm-n28{margin-bottom:-2.8rem !important}.mb-sm-n30{margin-bottom:-3rem !important}.mb-sm-n32{margin-bottom:-3.2rem !important}.mb-sm-n36{margin-bottom:-3.6rem !important}.mb-sm-n38{margin-bottom:-3.8rem !important}.mb-sm-n40{margin-bottom:-4rem !important}.mb-sm-n44{margin-bottom:-4.4rem !important}.mb-sm-n48{margin-bottom:-4.8rem !important}.mb-sm-n52{margin-bottom:-5.2rem !important}.mb-sm-n56{margin-bottom:-5.6rem !important}.mb-sm-n60{margin-bottom:-6rem !important}.mb-sm-n64{margin-bottom:-6.4rem !important}.mb-sm-n68{margin-bottom:-6.8rem !important}.mb-sm-n72{margin-bottom:-7.2rem !important}.mb-sm-n76{margin-bottom:-7.6rem !important}.mb-sm-n80{margin-bottom:-8rem !important}.mb-sm-n90{margin-bottom:-9rem !important}.mb-sm-n98{margin-bottom:-9.8rem !important}.mb-sm-n106{margin-bottom:-10.6rem !important}.mb-sm-n110{margin-bottom:-11rem !important}.mb-sm-n118{margin-bottom:-11.8rem !important}.mb-sm-n128{margin-bottom:-12.8rem !important}.mb-sm-n144{margin-bottom:-14.4rem !important}.mb-sm-n148{margin-bottom:-14.8rem !important}.mb-sm-n176{margin-bottom:-17.6rem !important}.ms-sm-n2{margin-left:-0.2rem !important}.ms-sm-n4{margin-left:-0.4rem !important}.ms-sm-n6{margin-left:-0.6rem !important}.ms-sm-n8{margin-left:-0.8rem !important}.ms-sm-n10{margin-left:-1rem !important}.ms-sm-n12{margin-left:-1.2rem !important}.ms-sm-n14{margin-left:-1.4rem !important}.ms-sm-n16{margin-left:-1.6rem !important}.ms-sm-n18{margin-left:-1.8rem !important}.ms-sm-n20{margin-left:-2rem !important}.ms-sm-n22{margin-left:-2.2rem !important}.ms-sm-n24{margin-left:-2.4rem !important}.ms-sm-n26{margin-left:-2.6rem !important}.ms-sm-n28{margin-left:-2.8rem !important}.ms-sm-n30{margin-left:-3rem !important}.ms-sm-n32{margin-left:-3.2rem !important}.ms-sm-n36{margin-left:-3.6rem !important}.ms-sm-n38{margin-left:-3.8rem !important}.ms-sm-n40{margin-left:-4rem !important}.ms-sm-n44{margin-left:-4.4rem !important}.ms-sm-n48{margin-left:-4.8rem !important}.ms-sm-n52{margin-left:-5.2rem !important}.ms-sm-n56{margin-left:-5.6rem !important}.ms-sm-n60{margin-left:-6rem !important}.ms-sm-n64{margin-left:-6.4rem !important}.ms-sm-n68{margin-left:-6.8rem !important}.ms-sm-n72{margin-left:-7.2rem !important}.ms-sm-n76{margin-left:-7.6rem !important}.ms-sm-n80{margin-left:-8rem !important}.ms-sm-n90{margin-left:-9rem !important}.ms-sm-n98{margin-left:-9.8rem !important}.ms-sm-n106{margin-left:-10.6rem !important}.ms-sm-n110{margin-left:-11rem !important}.ms-sm-n118{margin-left:-11.8rem !important}.ms-sm-n128{margin-left:-12.8rem !important}.ms-sm-n144{margin-left:-14.4rem !important}.ms-sm-n148{margin-left:-14.8rem !important}.ms-sm-n176{margin-left:-17.6rem !important}.p-sm-0{padding:0 !important}.p-sm-2{padding:.2rem !important}.p-sm-4{padding:.4rem !important}.p-sm-6{padding:.6rem !important}.p-sm-8{padding:.8rem !important}.p-sm-10{padding:1rem !important}.p-sm-12{padding:1.2rem !important}.p-sm-14{padding:1.4rem !important}.p-sm-16{padding:1.6rem !important}.p-sm-18{padding:1.8rem !important}.p-sm-20{padding:2rem !important}.p-sm-22{padding:2.2rem !important}.p-sm-24{padding:2.4rem !important}.p-sm-26{padding:2.6rem !important}.p-sm-28{padding:2.8rem !important}.p-sm-30{padding:3rem !important}.p-sm-32{padding:3.2rem !important}.p-sm-36{padding:3.6rem !important}.p-sm-38{padding:3.8rem !important}.p-sm-40{padding:4rem !important}.p-sm-44{padding:4.4rem !important}.p-sm-48{padding:4.8rem !important}.p-sm-52{padding:5.2rem !important}.p-sm-56{padding:5.6rem !important}.p-sm-60{padding:6rem !important}.p-sm-64{padding:6.4rem !important}.p-sm-68{padding:6.8rem !important}.p-sm-72{padding:7.2rem !important}.p-sm-76{padding:7.6rem !important}.p-sm-80{padding:8rem !important}.p-sm-90{padding:9rem !important}.p-sm-98{padding:9.8rem !important}.p-sm-106{padding:10.6rem !important}.p-sm-110{padding:11rem !important}.p-sm-118{padding:11.8rem !important}.p-sm-128{padding:12.8rem !important}.p-sm-144{padding:14.4rem !important}.p-sm-148{padding:14.8rem !important}.p-sm-176{padding:17.6rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-2{padding-right:.2rem !important;padding-left:.2rem !important}.px-sm-4{padding-right:.4rem !important;padding-left:.4rem !important}.px-sm-6{padding-right:.6rem !important;padding-left:.6rem !important}.px-sm-8{padding-right:.8rem !important;padding-left:.8rem !important}.px-sm-10{padding-right:1rem !important;padding-left:1rem !important}.px-sm-12{padding-right:1.2rem !important;padding-left:1.2rem !important}.px-sm-14{padding-right:1.4rem !important;padding-left:1.4rem !important}.px-sm-16{padding-right:1.6rem !important;padding-left:1.6rem !important}.px-sm-18{padding-right:1.8rem !important;padding-left:1.8rem !important}.px-sm-20{padding-right:2rem !important;padding-left:2rem !important}.px-sm-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-sm-24{padding-right:2.4rem !important;padding-left:2.4rem !important}.px-sm-26{padding-right:2.6rem !important;padding-left:2.6rem !important}.px-sm-28{padding-right:2.8rem !important;padding-left:2.8rem !important}.px-sm-30{padding-right:3rem !important;padding-left:3rem !important}.px-sm-32{padding-right:3.2rem !important;padding-left:3.2rem !important}.px-sm-36{padding-right:3.6rem !important;padding-left:3.6rem !important}.px-sm-38{padding-right:3.8rem !important;padding-left:3.8rem !important}.px-sm-40{padding-right:4rem !important;padding-left:4rem !important}.px-sm-44{padding-right:4.4rem !important;padding-left:4.4rem !important}.px-sm-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-sm-52{padding-right:5.2rem !important;padding-left:5.2rem !important}.px-sm-56{padding-right:5.6rem !important;padding-left:5.6rem !important}.px-sm-60{padding-right:6rem !important;padding-left:6rem !important}.px-sm-64{padding-right:6.4rem !important;padding-left:6.4rem !important}.px-sm-68{padding-right:6.8rem !important;padding-left:6.8rem !important}.px-sm-72{padding-right:7.2rem !important;padding-left:7.2rem !important}.px-sm-76{padding-right:7.6rem !important;padding-left:7.6rem !important}.px-sm-80{padding-right:8rem !important;padding-left:8rem !important}.px-sm-90{padding-right:9rem !important;padding-left:9rem !important}.px-sm-98{padding-right:9.8rem !important;padding-left:9.8rem !important}.px-sm-106{padding-right:10.6rem !important;padding-left:10.6rem !important}.px-sm-110{padding-right:11rem !important;padding-left:11rem !important}.px-sm-118{padding-right:11.8rem !important;padding-left:11.8rem !important}.px-sm-128{padding-right:12.8rem !important;padding-left:12.8rem !important}.px-sm-144{padding-right:14.4rem !important;padding-left:14.4rem !important}.px-sm-148{padding-right:14.8rem !important;padding-left:14.8rem !important}.px-sm-176{padding-right:17.6rem !important;padding-left:17.6rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-2{padding-top:.2rem !important;padding-bottom:.2rem !important}.py-sm-4{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-sm-6{padding-top:.6rem !important;padding-bottom:.6rem !important}.py-sm-8{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-sm-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-12{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-sm-14{padding-top:1.4rem !important;padding-bottom:1.4rem !important}.py-sm-16{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-sm-18{padding-top:1.8rem !important;padding-bottom:1.8rem !important}.py-sm-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-sm-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-sm-24{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-sm-26{padding-top:2.6rem !important;padding-bottom:2.6rem !important}.py-sm-28{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-sm-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-sm-32{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-sm-36{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-sm-38{padding-top:3.8rem !important;padding-bottom:3.8rem !important}.py-sm-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-sm-44{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-sm-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-sm-52{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-sm-56{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-sm-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-sm-64{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-sm-68{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-sm-72{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-sm-76{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-sm-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-sm-90{padding-top:9rem !important;padding-bottom:9rem !important}.py-sm-98{padding-top:9.8rem !important;padding-bottom:9.8rem !important}.py-sm-106{padding-top:10.6rem !important;padding-bottom:10.6rem !important}.py-sm-110{padding-top:11rem !important;padding-bottom:11rem !important}.py-sm-118{padding-top:11.8rem !important;padding-bottom:11.8rem !important}.py-sm-128{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-sm-144{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-sm-148{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-sm-176{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-2{padding-top:.2rem !important}.pt-sm-4{padding-top:.4rem !important}.pt-sm-6{padding-top:.6rem !important}.pt-sm-8{padding-top:.8rem !important}.pt-sm-10{padding-top:1rem !important}.pt-sm-12{padding-top:1.2rem !important}.pt-sm-14{padding-top:1.4rem !important}.pt-sm-16{padding-top:1.6rem !important}.pt-sm-18{padding-top:1.8rem !important}.pt-sm-20{padding-top:2rem !important}.pt-sm-22{padding-top:2.2rem !important}.pt-sm-24{padding-top:2.4rem !important}.pt-sm-26{padding-top:2.6rem !important}.pt-sm-28{padding-top:2.8rem !important}.pt-sm-30{padding-top:3rem !important}.pt-sm-32{padding-top:3.2rem !important}.pt-sm-36{padding-top:3.6rem !important}.pt-sm-38{padding-top:3.8rem !important}.pt-sm-40{padding-top:4rem !important}.pt-sm-44{padding-top:4.4rem !important}.pt-sm-48{padding-top:4.8rem !important}.pt-sm-52{padding-top:5.2rem !important}.pt-sm-56{padding-top:5.6rem !important}.pt-sm-60{padding-top:6rem !important}.pt-sm-64{padding-top:6.4rem !important}.pt-sm-68{padding-top:6.8rem !important}.pt-sm-72{padding-top:7.2rem !important}.pt-sm-76{padding-top:7.6rem !important}.pt-sm-80{padding-top:8rem !important}.pt-sm-90{padding-top:9rem !important}.pt-sm-98{padding-top:9.8rem !important}.pt-sm-106{padding-top:10.6rem !important}.pt-sm-110{padding-top:11rem !important}.pt-sm-118{padding-top:11.8rem !important}.pt-sm-128{padding-top:12.8rem !important}.pt-sm-144{padding-top:14.4rem !important}.pt-sm-148{padding-top:14.8rem !important}.pt-sm-176{padding-top:17.6rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-2{padding-right:.2rem !important}.pe-sm-4{padding-right:.4rem !important}.pe-sm-6{padding-right:.6rem !important}.pe-sm-8{padding-right:.8rem !important}.pe-sm-10{padding-right:1rem !important}.pe-sm-12{padding-right:1.2rem !important}.pe-sm-14{padding-right:1.4rem !important}.pe-sm-16{padding-right:1.6rem !important}.pe-sm-18{padding-right:1.8rem !important}.pe-sm-20{padding-right:2rem !important}.pe-sm-22{padding-right:2.2rem !important}.pe-sm-24{padding-right:2.4rem !important}.pe-sm-26{padding-right:2.6rem !important}.pe-sm-28{padding-right:2.8rem !important}.pe-sm-30{padding-right:3rem !important}.pe-sm-32{padding-right:3.2rem !important}.pe-sm-36{padding-right:3.6rem !important}.pe-sm-38{padding-right:3.8rem !important}.pe-sm-40{padding-right:4rem !important}.pe-sm-44{padding-right:4.4rem !important}.pe-sm-48{padding-right:4.8rem !important}.pe-sm-52{padding-right:5.2rem !important}.pe-sm-56{padding-right:5.6rem !important}.pe-sm-60{padding-right:6rem !important}.pe-sm-64{padding-right:6.4rem !important}.pe-sm-68{padding-right:6.8rem !important}.pe-sm-72{padding-right:7.2rem !important}.pe-sm-76{padding-right:7.6rem !important}.pe-sm-80{padding-right:8rem !important}.pe-sm-90{padding-right:9rem !important}.pe-sm-98{padding-right:9.8rem !important}.pe-sm-106{padding-right:10.6rem !important}.pe-sm-110{padding-right:11rem !important}.pe-sm-118{padding-right:11.8rem !important}.pe-sm-128{padding-right:12.8rem !important}.pe-sm-144{padding-right:14.4rem !important}.pe-sm-148{padding-right:14.8rem !important}.pe-sm-176{padding-right:17.6rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-2{padding-bottom:.2rem !important}.pb-sm-4{padding-bottom:.4rem !important}.pb-sm-6{padding-bottom:.6rem !important}.pb-sm-8{padding-bottom:.8rem !important}.pb-sm-10{padding-bottom:1rem !important}.pb-sm-12{padding-bottom:1.2rem !important}.pb-sm-14{padding-bottom:1.4rem !important}.pb-sm-16{padding-bottom:1.6rem !important}.pb-sm-18{padding-bottom:1.8rem !important}.pb-sm-20{padding-bottom:2rem !important}.pb-sm-22{padding-bottom:2.2rem !important}.pb-sm-24{padding-bottom:2.4rem !important}.pb-sm-26{padding-bottom:2.6rem !important}.pb-sm-28{padding-bottom:2.8rem !important}.pb-sm-30{padding-bottom:3rem !important}.pb-sm-32{padding-bottom:3.2rem !important}.pb-sm-36{padding-bottom:3.6rem !important}.pb-sm-38{padding-bottom:3.8rem !important}.pb-sm-40{padding-bottom:4rem !important}.pb-sm-44{padding-bottom:4.4rem !important}.pb-sm-48{padding-bottom:4.8rem !important}.pb-sm-52{padding-bottom:5.2rem !important}.pb-sm-56{padding-bottom:5.6rem !important}.pb-sm-60{padding-bottom:6rem !important}.pb-sm-64{padding-bottom:6.4rem !important}.pb-sm-68{padding-bottom:6.8rem !important}.pb-sm-72{padding-bottom:7.2rem !important}.pb-sm-76{padding-bottom:7.6rem !important}.pb-sm-80{padding-bottom:8rem !important}.pb-sm-90{padding-bottom:9rem !important}.pb-sm-98{padding-bottom:9.8rem !important}.pb-sm-106{padding-bottom:10.6rem !important}.pb-sm-110{padding-bottom:11rem !important}.pb-sm-118{padding-bottom:11.8rem !important}.pb-sm-128{padding-bottom:12.8rem !important}.pb-sm-144{padding-bottom:14.4rem !important}.pb-sm-148{padding-bottom:14.8rem !important}.pb-sm-176{padding-bottom:17.6rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-2{padding-left:.2rem !important}.ps-sm-4{padding-left:.4rem !important}.ps-sm-6{padding-left:.6rem !important}.ps-sm-8{padding-left:.8rem !important}.ps-sm-10{padding-left:1rem !important}.ps-sm-12{padding-left:1.2rem !important}.ps-sm-14{padding-left:1.4rem !important}.ps-sm-16{padding-left:1.6rem !important}.ps-sm-18{padding-left:1.8rem !important}.ps-sm-20{padding-left:2rem !important}.ps-sm-22{padding-left:2.2rem !important}.ps-sm-24{padding-left:2.4rem !important}.ps-sm-26{padding-left:2.6rem !important}.ps-sm-28{padding-left:2.8rem !important}.ps-sm-30{padding-left:3rem !important}.ps-sm-32{padding-left:3.2rem !important}.ps-sm-36{padding-left:3.6rem !important}.ps-sm-38{padding-left:3.8rem !important}.ps-sm-40{padding-left:4rem !important}.ps-sm-44{padding-left:4.4rem !important}.ps-sm-48{padding-left:4.8rem !important}.ps-sm-52{padding-left:5.2rem !important}.ps-sm-56{padding-left:5.6rem !important}.ps-sm-60{padding-left:6rem !important}.ps-sm-64{padding-left:6.4rem !important}.ps-sm-68{padding-left:6.8rem !important}.ps-sm-72{padding-left:7.2rem !important}.ps-sm-76{padding-left:7.6rem !important}.ps-sm-80{padding-left:8rem !important}.ps-sm-90{padding-left:9rem !important}.ps-sm-98{padding-left:9.8rem !important}.ps-sm-106{padding-left:10.6rem !important}.ps-sm-110{padding-left:11rem !important}.ps-sm-118{padding-left:11.8rem !important}.ps-sm-128{padding-left:12.8rem !important}.ps-sm-144{padding-left:14.4rem !important}.ps-sm-148{padding-left:14.8rem !important}.ps-sm-176{padding-left:17.6rem !important}.gap-sm-0{gap:0 !important}.gap-sm-2{gap:.2rem !important}.gap-sm-4{gap:.4rem !important}.gap-sm-6{gap:.6rem !important}.gap-sm-8{gap:.8rem !important}.gap-sm-10{gap:1rem !important}.gap-sm-12{gap:1.2rem !important}.gap-sm-14{gap:1.4rem !important}.gap-sm-16{gap:1.6rem !important}.gap-sm-18{gap:1.8rem !important}.gap-sm-20{gap:2rem !important}.gap-sm-22{gap:2.2rem !important}.gap-sm-24{gap:2.4rem !important}.gap-sm-26{gap:2.6rem !important}.gap-sm-28{gap:2.8rem !important}.gap-sm-30{gap:3rem !important}.gap-sm-32{gap:3.2rem !important}.gap-sm-36{gap:3.6rem !important}.gap-sm-38{gap:3.8rem !important}.gap-sm-40{gap:4rem !important}.gap-sm-44{gap:4.4rem !important}.gap-sm-48{gap:4.8rem !important}.gap-sm-52{gap:5.2rem !important}.gap-sm-56{gap:5.6rem !important}.gap-sm-60{gap:6rem !important}.gap-sm-64{gap:6.4rem !important}.gap-sm-68{gap:6.8rem !important}.gap-sm-72{gap:7.2rem !important}.gap-sm-76{gap:7.6rem !important}.gap-sm-80{gap:8rem !important}.gap-sm-90{gap:9rem !important}.gap-sm-98{gap:9.8rem !important}.gap-sm-106{gap:10.6rem !important}.gap-sm-110{gap:11rem !important}.gap-sm-118{gap:11.8rem !important}.gap-sm-128{gap:12.8rem !important}.gap-sm-144{gap:14.4rem !important}.gap-sm-148{gap:14.8rem !important}.gap-sm-176{gap:17.6rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-2{row-gap:.2rem !important}.row-gap-sm-4{row-gap:.4rem !important}.row-gap-sm-6{row-gap:.6rem !important}.row-gap-sm-8{row-gap:.8rem !important}.row-gap-sm-10{row-gap:1rem !important}.row-gap-sm-12{row-gap:1.2rem !important}.row-gap-sm-14{row-gap:1.4rem !important}.row-gap-sm-16{row-gap:1.6rem !important}.row-gap-sm-18{row-gap:1.8rem !important}.row-gap-sm-20{row-gap:2rem !important}.row-gap-sm-22{row-gap:2.2rem !important}.row-gap-sm-24{row-gap:2.4rem !important}.row-gap-sm-26{row-gap:2.6rem !important}.row-gap-sm-28{row-gap:2.8rem !important}.row-gap-sm-30{row-gap:3rem !important}.row-gap-sm-32{row-gap:3.2rem !important}.row-gap-sm-36{row-gap:3.6rem !important}.row-gap-sm-38{row-gap:3.8rem !important}.row-gap-sm-40{row-gap:4rem !important}.row-gap-sm-44{row-gap:4.4rem !important}.row-gap-sm-48{row-gap:4.8rem !important}.row-gap-sm-52{row-gap:5.2rem !important}.row-gap-sm-56{row-gap:5.6rem !important}.row-gap-sm-60{row-gap:6rem !important}.row-gap-sm-64{row-gap:6.4rem !important}.row-gap-sm-68{row-gap:6.8rem !important}.row-gap-sm-72{row-gap:7.2rem !important}.row-gap-sm-76{row-gap:7.6rem !important}.row-gap-sm-80{row-gap:8rem !important}.row-gap-sm-90{row-gap:9rem !important}.row-gap-sm-98{row-gap:9.8rem !important}.row-gap-sm-106{row-gap:10.6rem !important}.row-gap-sm-110{row-gap:11rem !important}.row-gap-sm-118{row-gap:11.8rem !important}.row-gap-sm-128{row-gap:12.8rem !important}.row-gap-sm-144{row-gap:14.4rem !important}.row-gap-sm-148{row-gap:14.8rem !important}.row-gap-sm-176{row-gap:17.6rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-2{column-gap:.2rem !important}.column-gap-sm-4{column-gap:.4rem !important}.column-gap-sm-6{column-gap:.6rem !important}.column-gap-sm-8{column-gap:.8rem !important}.column-gap-sm-10{column-gap:1rem !important}.column-gap-sm-12{column-gap:1.2rem !important}.column-gap-sm-14{column-gap:1.4rem !important}.column-gap-sm-16{column-gap:1.6rem !important}.column-gap-sm-18{column-gap:1.8rem !important}.column-gap-sm-20{column-gap:2rem !important}.column-gap-sm-22{column-gap:2.2rem !important}.column-gap-sm-24{column-gap:2.4rem !important}.column-gap-sm-26{column-gap:2.6rem !important}.column-gap-sm-28{column-gap:2.8rem !important}.column-gap-sm-30{column-gap:3rem !important}.column-gap-sm-32{column-gap:3.2rem !important}.column-gap-sm-36{column-gap:3.6rem !important}.column-gap-sm-38{column-gap:3.8rem !important}.column-gap-sm-40{column-gap:4rem !important}.column-gap-sm-44{column-gap:4.4rem !important}.column-gap-sm-48{column-gap:4.8rem !important}.column-gap-sm-52{column-gap:5.2rem !important}.column-gap-sm-56{column-gap:5.6rem !important}.column-gap-sm-60{column-gap:6rem !important}.column-gap-sm-64{column-gap:6.4rem !important}.column-gap-sm-68{column-gap:6.8rem !important}.column-gap-sm-72{column-gap:7.2rem !important}.column-gap-sm-76{column-gap:7.6rem !important}.column-gap-sm-80{column-gap:8rem !important}.column-gap-sm-90{column-gap:9rem !important}.column-gap-sm-98{column-gap:9.8rem !important}.column-gap-sm-106{column-gap:10.6rem !important}.column-gap-sm-110{column-gap:11rem !important}.column-gap-sm-118{column-gap:11.8rem !important}.column-gap-sm-128{column-gap:12.8rem !important}.column-gap-sm-144{column-gap:14.4rem !important}.column-gap-sm-148{column-gap:14.8rem !important}.column-gap-sm-176{column-gap:17.6rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-2{margin:.2rem !important}.m-md-4{margin:.4rem !important}.m-md-6{margin:.6rem !important}.m-md-8{margin:.8rem !important}.m-md-10{margin:1rem !important}.m-md-12{margin:1.2rem !important}.m-md-14{margin:1.4rem !important}.m-md-16{margin:1.6rem !important}.m-md-18{margin:1.8rem !important}.m-md-20{margin:2rem !important}.m-md-22{margin:2.2rem !important}.m-md-24{margin:2.4rem !important}.m-md-26{margin:2.6rem !important}.m-md-28{margin:2.8rem !important}.m-md-30{margin:3rem !important}.m-md-32{margin:3.2rem !important}.m-md-36{margin:3.6rem !important}.m-md-38{margin:3.8rem !important}.m-md-40{margin:4rem !important}.m-md-44{margin:4.4rem !important}.m-md-48{margin:4.8rem !important}.m-md-52{margin:5.2rem !important}.m-md-56{margin:5.6rem !important}.m-md-60{margin:6rem !important}.m-md-64{margin:6.4rem !important}.m-md-68{margin:6.8rem !important}.m-md-72{margin:7.2rem !important}.m-md-76{margin:7.6rem !important}.m-md-80{margin:8rem !important}.m-md-90{margin:9rem !important}.m-md-98{margin:9.8rem !important}.m-md-106{margin:10.6rem !important}.m-md-110{margin:11rem !important}.m-md-118{margin:11.8rem !important}.m-md-128{margin:12.8rem !important}.m-md-144{margin:14.4rem !important}.m-md-148{margin:14.8rem !important}.m-md-176{margin:17.6rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-2{margin-right:.2rem !important;margin-left:.2rem !important}.mx-md-4{margin-right:.4rem !important;margin-left:.4rem !important}.mx-md-6{margin-right:.6rem !important;margin-left:.6rem !important}.mx-md-8{margin-right:.8rem !important;margin-left:.8rem !important}.mx-md-10{margin-right:1rem !important;margin-left:1rem !important}.mx-md-12{margin-right:1.2rem !important;margin-left:1.2rem !important}.mx-md-14{margin-right:1.4rem !important;margin-left:1.4rem !important}.mx-md-16{margin-right:1.6rem !important;margin-left:1.6rem !important}.mx-md-18{margin-right:1.8rem !important;margin-left:1.8rem !important}.mx-md-20{margin-right:2rem !important;margin-left:2rem !important}.mx-md-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-md-24{margin-right:2.4rem !important;margin-left:2.4rem !important}.mx-md-26{margin-right:2.6rem !important;margin-left:2.6rem !important}.mx-md-28{margin-right:2.8rem !important;margin-left:2.8rem !important}.mx-md-30{margin-right:3rem !important;margin-left:3rem !important}.mx-md-32{margin-right:3.2rem !important;margin-left:3.2rem !important}.mx-md-36{margin-right:3.6rem !important;margin-left:3.6rem !important}.mx-md-38{margin-right:3.8rem !important;margin-left:3.8rem !important}.mx-md-40{margin-right:4rem !important;margin-left:4rem !important}.mx-md-44{margin-right:4.4rem !important;margin-left:4.4rem !important}.mx-md-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-md-52{margin-right:5.2rem !important;margin-left:5.2rem !important}.mx-md-56{margin-right:5.6rem !important;margin-left:5.6rem !important}.mx-md-60{margin-right:6rem !important;margin-left:6rem !important}.mx-md-64{margin-right:6.4rem !important;margin-left:6.4rem !important}.mx-md-68{margin-right:6.8rem !important;margin-left:6.8rem !important}.mx-md-72{margin-right:7.2rem !important;margin-left:7.2rem !important}.mx-md-76{margin-right:7.6rem !important;margin-left:7.6rem !important}.mx-md-80{margin-right:8rem !important;margin-left:8rem !important}.mx-md-90{margin-right:9rem !important;margin-left:9rem !important}.mx-md-98{margin-right:9.8rem !important;margin-left:9.8rem !important}.mx-md-106{margin-right:10.6rem !important;margin-left:10.6rem !important}.mx-md-110{margin-right:11rem !important;margin-left:11rem !important}.mx-md-118{margin-right:11.8rem !important;margin-left:11.8rem !important}.mx-md-128{margin-right:12.8rem !important;margin-left:12.8rem !important}.mx-md-144{margin-right:14.4rem !important;margin-left:14.4rem !important}.mx-md-148{margin-right:14.8rem !important;margin-left:14.8rem !important}.mx-md-176{margin-right:17.6rem !important;margin-left:17.6rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-2{margin-top:.2rem !important;margin-bottom:.2rem !important}.my-md-4{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-md-6{margin-top:.6rem !important;margin-bottom:.6rem !important}.my-md-8{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-md-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-12{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-md-14{margin-top:1.4rem !important;margin-bottom:1.4rem !important}.my-md-16{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-md-18{margin-top:1.8rem !important;margin-bottom:1.8rem !important}.my-md-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-md-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-md-24{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-md-26{margin-top:2.6rem !important;margin-bottom:2.6rem !important}.my-md-28{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-md-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-32{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-md-36{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-md-38{margin-top:3.8rem !important;margin-bottom:3.8rem !important}.my-md-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-44{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-md-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-md-52{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-md-56{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-md-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-md-64{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-md-68{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-md-72{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-md-76{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-md-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-md-90{margin-top:9rem !important;margin-bottom:9rem !important}.my-md-98{margin-top:9.8rem !important;margin-bottom:9.8rem !important}.my-md-106{margin-top:10.6rem !important;margin-bottom:10.6rem !important}.my-md-110{margin-top:11rem !important;margin-bottom:11rem !important}.my-md-118{margin-top:11.8rem !important;margin-bottom:11.8rem !important}.my-md-128{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-md-144{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-md-148{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-md-176{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-2{margin-top:.2rem !important}.mt-md-4{margin-top:.4rem !important}.mt-md-6{margin-top:.6rem !important}.mt-md-8{margin-top:.8rem !important}.mt-md-10{margin-top:1rem !important}.mt-md-12{margin-top:1.2rem !important}.mt-md-14{margin-top:1.4rem !important}.mt-md-16{margin-top:1.6rem !important}.mt-md-18{margin-top:1.8rem !important}.mt-md-20{margin-top:2rem !important}.mt-md-22{margin-top:2.2rem !important}.mt-md-24{margin-top:2.4rem !important}.mt-md-26{margin-top:2.6rem !important}.mt-md-28{margin-top:2.8rem !important}.mt-md-30{margin-top:3rem !important}.mt-md-32{margin-top:3.2rem !important}.mt-md-36{margin-top:3.6rem !important}.mt-md-38{margin-top:3.8rem !important}.mt-md-40{margin-top:4rem !important}.mt-md-44{margin-top:4.4rem !important}.mt-md-48{margin-top:4.8rem !important}.mt-md-52{margin-top:5.2rem !important}.mt-md-56{margin-top:5.6rem !important}.mt-md-60{margin-top:6rem !important}.mt-md-64{margin-top:6.4rem !important}.mt-md-68{margin-top:6.8rem !important}.mt-md-72{margin-top:7.2rem !important}.mt-md-76{margin-top:7.6rem !important}.mt-md-80{margin-top:8rem !important}.mt-md-90{margin-top:9rem !important}.mt-md-98{margin-top:9.8rem !important}.mt-md-106{margin-top:10.6rem !important}.mt-md-110{margin-top:11rem !important}.mt-md-118{margin-top:11.8rem !important}.mt-md-128{margin-top:12.8rem !important}.mt-md-144{margin-top:14.4rem !important}.mt-md-148{margin-top:14.8rem !important}.mt-md-176{margin-top:17.6rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-2{margin-right:.2rem !important}.me-md-4{margin-right:.4rem !important}.me-md-6{margin-right:.6rem !important}.me-md-8{margin-right:.8rem !important}.me-md-10{margin-right:1rem !important}.me-md-12{margin-right:1.2rem !important}.me-md-14{margin-right:1.4rem !important}.me-md-16{margin-right:1.6rem !important}.me-md-18{margin-right:1.8rem !important}.me-md-20{margin-right:2rem !important}.me-md-22{margin-right:2.2rem !important}.me-md-24{margin-right:2.4rem !important}.me-md-26{margin-right:2.6rem !important}.me-md-28{margin-right:2.8rem !important}.me-md-30{margin-right:3rem !important}.me-md-32{margin-right:3.2rem !important}.me-md-36{margin-right:3.6rem !important}.me-md-38{margin-right:3.8rem !important}.me-md-40{margin-right:4rem !important}.me-md-44{margin-right:4.4rem !important}.me-md-48{margin-right:4.8rem !important}.me-md-52{margin-right:5.2rem !important}.me-md-56{margin-right:5.6rem !important}.me-md-60{margin-right:6rem !important}.me-md-64{margin-right:6.4rem !important}.me-md-68{margin-right:6.8rem !important}.me-md-72{margin-right:7.2rem !important}.me-md-76{margin-right:7.6rem !important}.me-md-80{margin-right:8rem !important}.me-md-90{margin-right:9rem !important}.me-md-98{margin-right:9.8rem !important}.me-md-106{margin-right:10.6rem !important}.me-md-110{margin-right:11rem !important}.me-md-118{margin-right:11.8rem !important}.me-md-128{margin-right:12.8rem !important}.me-md-144{margin-right:14.4rem !important}.me-md-148{margin-right:14.8rem !important}.me-md-176{margin-right:17.6rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-2{margin-bottom:.2rem !important}.mb-md-4{margin-bottom:.4rem !important}.mb-md-6{margin-bottom:.6rem !important}.mb-md-8{margin-bottom:.8rem !important}.mb-md-10{margin-bottom:1rem !important}.mb-md-12{margin-bottom:1.2rem !important}.mb-md-14{margin-bottom:1.4rem !important}.mb-md-16{margin-bottom:1.6rem !important}.mb-md-18{margin-bottom:1.8rem !important}.mb-md-20{margin-bottom:2rem !important}.mb-md-22{margin-bottom:2.2rem !important}.mb-md-24{margin-bottom:2.4rem !important}.mb-md-26{margin-bottom:2.6rem !important}.mb-md-28{margin-bottom:2.8rem !important}.mb-md-30{margin-bottom:3rem !important}.mb-md-32{margin-bottom:3.2rem !important}.mb-md-36{margin-bottom:3.6rem !important}.mb-md-38{margin-bottom:3.8rem !important}.mb-md-40{margin-bottom:4rem !important}.mb-md-44{margin-bottom:4.4rem !important}.mb-md-48{margin-bottom:4.8rem !important}.mb-md-52{margin-bottom:5.2rem !important}.mb-md-56{margin-bottom:5.6rem !important}.mb-md-60{margin-bottom:6rem !important}.mb-md-64{margin-bottom:6.4rem !important}.mb-md-68{margin-bottom:6.8rem !important}.mb-md-72{margin-bottom:7.2rem !important}.mb-md-76{margin-bottom:7.6rem !important}.mb-md-80{margin-bottom:8rem !important}.mb-md-90{margin-bottom:9rem !important}.mb-md-98{margin-bottom:9.8rem !important}.mb-md-106{margin-bottom:10.6rem !important}.mb-md-110{margin-bottom:11rem !important}.mb-md-118{margin-bottom:11.8rem !important}.mb-md-128{margin-bottom:12.8rem !important}.mb-md-144{margin-bottom:14.4rem !important}.mb-md-148{margin-bottom:14.8rem !important}.mb-md-176{margin-bottom:17.6rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-2{margin-left:.2rem !important}.ms-md-4{margin-left:.4rem !important}.ms-md-6{margin-left:.6rem !important}.ms-md-8{margin-left:.8rem !important}.ms-md-10{margin-left:1rem !important}.ms-md-12{margin-left:1.2rem !important}.ms-md-14{margin-left:1.4rem !important}.ms-md-16{margin-left:1.6rem !important}.ms-md-18{margin-left:1.8rem !important}.ms-md-20{margin-left:2rem !important}.ms-md-22{margin-left:2.2rem !important}.ms-md-24{margin-left:2.4rem !important}.ms-md-26{margin-left:2.6rem !important}.ms-md-28{margin-left:2.8rem !important}.ms-md-30{margin-left:3rem !important}.ms-md-32{margin-left:3.2rem !important}.ms-md-36{margin-left:3.6rem !important}.ms-md-38{margin-left:3.8rem !important}.ms-md-40{margin-left:4rem !important}.ms-md-44{margin-left:4.4rem !important}.ms-md-48{margin-left:4.8rem !important}.ms-md-52{margin-left:5.2rem !important}.ms-md-56{margin-left:5.6rem !important}.ms-md-60{margin-left:6rem !important}.ms-md-64{margin-left:6.4rem !important}.ms-md-68{margin-left:6.8rem !important}.ms-md-72{margin-left:7.2rem !important}.ms-md-76{margin-left:7.6rem !important}.ms-md-80{margin-left:8rem !important}.ms-md-90{margin-left:9rem !important}.ms-md-98{margin-left:9.8rem !important}.ms-md-106{margin-left:10.6rem !important}.ms-md-110{margin-left:11rem !important}.ms-md-118{margin-left:11.8rem !important}.ms-md-128{margin-left:12.8rem !important}.ms-md-144{margin-left:14.4rem !important}.ms-md-148{margin-left:14.8rem !important}.ms-md-176{margin-left:17.6rem !important}.ms-md-auto{margin-left:auto !important}.m-md-n2{margin:-0.2rem !important}.m-md-n4{margin:-0.4rem !important}.m-md-n6{margin:-0.6rem !important}.m-md-n8{margin:-0.8rem !important}.m-md-n10{margin:-1rem !important}.m-md-n12{margin:-1.2rem !important}.m-md-n14{margin:-1.4rem !important}.m-md-n16{margin:-1.6rem !important}.m-md-n18{margin:-1.8rem !important}.m-md-n20{margin:-2rem !important}.m-md-n22{margin:-2.2rem !important}.m-md-n24{margin:-2.4rem !important}.m-md-n26{margin:-2.6rem !important}.m-md-n28{margin:-2.8rem !important}.m-md-n30{margin:-3rem !important}.m-md-n32{margin:-3.2rem !important}.m-md-n36{margin:-3.6rem !important}.m-md-n38{margin:-3.8rem !important}.m-md-n40{margin:-4rem !important}.m-md-n44{margin:-4.4rem !important}.m-md-n48{margin:-4.8rem !important}.m-md-n52{margin:-5.2rem !important}.m-md-n56{margin:-5.6rem !important}.m-md-n60{margin:-6rem !important}.m-md-n64{margin:-6.4rem !important}.m-md-n68{margin:-6.8rem !important}.m-md-n72{margin:-7.2rem !important}.m-md-n76{margin:-7.6rem !important}.m-md-n80{margin:-8rem !important}.m-md-n90{margin:-9rem !important}.m-md-n98{margin:-9.8rem !important}.m-md-n106{margin:-10.6rem !important}.m-md-n110{margin:-11rem !important}.m-md-n118{margin:-11.8rem !important}.m-md-n128{margin:-12.8rem !important}.m-md-n144{margin:-14.4rem !important}.m-md-n148{margin:-14.8rem !important}.m-md-n176{margin:-17.6rem !important}.mx-md-n2{margin-right:-0.2rem !important;margin-left:-0.2rem !important}.mx-md-n4{margin-right:-0.4rem !important;margin-left:-0.4rem !important}.mx-md-n6{margin-right:-0.6rem !important;margin-left:-0.6rem !important}.mx-md-n8{margin-right:-0.8rem !important;margin-left:-0.8rem !important}.mx-md-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n12{margin-right:-1.2rem !important;margin-left:-1.2rem !important}.mx-md-n14{margin-right:-1.4rem !important;margin-left:-1.4rem !important}.mx-md-n16{margin-right:-1.6rem !important;margin-left:-1.6rem !important}.mx-md-n18{margin-right:-1.8rem !important;margin-left:-1.8rem !important}.mx-md-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-md-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-md-n24{margin-right:-2.4rem !important;margin-left:-2.4rem !important}.mx-md-n26{margin-right:-2.6rem !important;margin-left:-2.6rem !important}.mx-md-n28{margin-right:-2.8rem !important;margin-left:-2.8rem !important}.mx-md-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-md-n32{margin-right:-3.2rem !important;margin-left:-3.2rem !important}.mx-md-n36{margin-right:-3.6rem !important;margin-left:-3.6rem !important}.mx-md-n38{margin-right:-3.8rem !important;margin-left:-3.8rem !important}.mx-md-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-md-n44{margin-right:-4.4rem !important;margin-left:-4.4rem !important}.mx-md-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-md-n52{margin-right:-5.2rem !important;margin-left:-5.2rem !important}.mx-md-n56{margin-right:-5.6rem !important;margin-left:-5.6rem !important}.mx-md-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-md-n64{margin-right:-6.4rem !important;margin-left:-6.4rem !important}.mx-md-n68{margin-right:-6.8rem !important;margin-left:-6.8rem !important}.mx-md-n72{margin-right:-7.2rem !important;margin-left:-7.2rem !important}.mx-md-n76{margin-right:-7.6rem !important;margin-left:-7.6rem !important}.mx-md-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-md-n90{margin-right:-9rem !important;margin-left:-9rem !important}.mx-md-n98{margin-right:-9.8rem !important;margin-left:-9.8rem !important}.mx-md-n106{margin-right:-10.6rem !important;margin-left:-10.6rem !important}.mx-md-n110{margin-right:-11rem !important;margin-left:-11rem !important}.mx-md-n118{margin-right:-11.8rem !important;margin-left:-11.8rem !important}.mx-md-n128{margin-right:-12.8rem !important;margin-left:-12.8rem !important}.mx-md-n144{margin-right:-14.4rem !important;margin-left:-14.4rem !important}.mx-md-n148{margin-right:-14.8rem !important;margin-left:-14.8rem !important}.mx-md-n176{margin-right:-17.6rem !important;margin-left:-17.6rem !important}.my-md-n2{margin-top:-0.2rem !important;margin-bottom:-0.2rem !important}.my-md-n4{margin-top:-0.4rem !important;margin-bottom:-0.4rem !important}.my-md-n6{margin-top:-0.6rem !important;margin-bottom:-0.6rem !important}.my-md-n8{margin-top:-0.8rem !important;margin-bottom:-0.8rem !important}.my-md-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n12{margin-top:-1.2rem !important;margin-bottom:-1.2rem !important}.my-md-n14{margin-top:-1.4rem !important;margin-bottom:-1.4rem !important}.my-md-n16{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important}.my-md-n18{margin-top:-1.8rem !important;margin-bottom:-1.8rem !important}.my-md-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-md-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-md-n24{margin-top:-2.4rem !important;margin-bottom:-2.4rem !important}.my-md-n26{margin-top:-2.6rem !important;margin-bottom:-2.6rem !important}.my-md-n28{margin-top:-2.8rem !important;margin-bottom:-2.8rem !important}.my-md-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-md-n32{margin-top:-3.2rem !important;margin-bottom:-3.2rem !important}.my-md-n36{margin-top:-3.6rem !important;margin-bottom:-3.6rem !important}.my-md-n38{margin-top:-3.8rem !important;margin-bottom:-3.8rem !important}.my-md-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-md-n44{margin-top:-4.4rem !important;margin-bottom:-4.4rem !important}.my-md-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-md-n52{margin-top:-5.2rem !important;margin-bottom:-5.2rem !important}.my-md-n56{margin-top:-5.6rem !important;margin-bottom:-5.6rem !important}.my-md-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-md-n64{margin-top:-6.4rem !important;margin-bottom:-6.4rem !important}.my-md-n68{margin-top:-6.8rem !important;margin-bottom:-6.8rem !important}.my-md-n72{margin-top:-7.2rem !important;margin-bottom:-7.2rem !important}.my-md-n76{margin-top:-7.6rem !important;margin-bottom:-7.6rem !important}.my-md-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-md-n90{margin-top:-9rem !important;margin-bottom:-9rem !important}.my-md-n98{margin-top:-9.8rem !important;margin-bottom:-9.8rem !important}.my-md-n106{margin-top:-10.6rem !important;margin-bottom:-10.6rem !important}.my-md-n110{margin-top:-11rem !important;margin-bottom:-11rem !important}.my-md-n118{margin-top:-11.8rem !important;margin-bottom:-11.8rem !important}.my-md-n128{margin-top:-12.8rem !important;margin-bottom:-12.8rem !important}.my-md-n144{margin-top:-14.4rem !important;margin-bottom:-14.4rem !important}.my-md-n148{margin-top:-14.8rem !important;margin-bottom:-14.8rem !important}.my-md-n176{margin-top:-17.6rem !important;margin-bottom:-17.6rem !important}.mt-md-n2{margin-top:-0.2rem !important}.mt-md-n4{margin-top:-0.4rem !important}.mt-md-n6{margin-top:-0.6rem !important}.mt-md-n8{margin-top:-0.8rem !important}.mt-md-n10{margin-top:-1rem !important}.mt-md-n12{margin-top:-1.2rem !important}.mt-md-n14{margin-top:-1.4rem !important}.mt-md-n16{margin-top:-1.6rem !important}.mt-md-n18{margin-top:-1.8rem !important}.mt-md-n20{margin-top:-2rem !important}.mt-md-n22{margin-top:-2.2rem !important}.mt-md-n24{margin-top:-2.4rem !important}.mt-md-n26{margin-top:-2.6rem !important}.mt-md-n28{margin-top:-2.8rem !important}.mt-md-n30{margin-top:-3rem !important}.mt-md-n32{margin-top:-3.2rem !important}.mt-md-n36{margin-top:-3.6rem !important}.mt-md-n38{margin-top:-3.8rem !important}.mt-md-n40{margin-top:-4rem !important}.mt-md-n44{margin-top:-4.4rem !important}.mt-md-n48{margin-top:-4.8rem !important}.mt-md-n52{margin-top:-5.2rem !important}.mt-md-n56{margin-top:-5.6rem !important}.mt-md-n60{margin-top:-6rem !important}.mt-md-n64{margin-top:-6.4rem !important}.mt-md-n68{margin-top:-6.8rem !important}.mt-md-n72{margin-top:-7.2rem !important}.mt-md-n76{margin-top:-7.6rem !important}.mt-md-n80{margin-top:-8rem !important}.mt-md-n90{margin-top:-9rem !important}.mt-md-n98{margin-top:-9.8rem !important}.mt-md-n106{margin-top:-10.6rem !important}.mt-md-n110{margin-top:-11rem !important}.mt-md-n118{margin-top:-11.8rem !important}.mt-md-n128{margin-top:-12.8rem !important}.mt-md-n144{margin-top:-14.4rem !important}.mt-md-n148{margin-top:-14.8rem !important}.mt-md-n176{margin-top:-17.6rem !important}.me-md-n2{margin-right:-0.2rem !important}.me-md-n4{margin-right:-0.4rem !important}.me-md-n6{margin-right:-0.6rem !important}.me-md-n8{margin-right:-0.8rem !important}.me-md-n10{margin-right:-1rem !important}.me-md-n12{margin-right:-1.2rem !important}.me-md-n14{margin-right:-1.4rem !important}.me-md-n16{margin-right:-1.6rem !important}.me-md-n18{margin-right:-1.8rem !important}.me-md-n20{margin-right:-2rem !important}.me-md-n22{margin-right:-2.2rem !important}.me-md-n24{margin-right:-2.4rem !important}.me-md-n26{margin-right:-2.6rem !important}.me-md-n28{margin-right:-2.8rem !important}.me-md-n30{margin-right:-3rem !important}.me-md-n32{margin-right:-3.2rem !important}.me-md-n36{margin-right:-3.6rem !important}.me-md-n38{margin-right:-3.8rem !important}.me-md-n40{margin-right:-4rem !important}.me-md-n44{margin-right:-4.4rem !important}.me-md-n48{margin-right:-4.8rem !important}.me-md-n52{margin-right:-5.2rem !important}.me-md-n56{margin-right:-5.6rem !important}.me-md-n60{margin-right:-6rem !important}.me-md-n64{margin-right:-6.4rem !important}.me-md-n68{margin-right:-6.8rem !important}.me-md-n72{margin-right:-7.2rem !important}.me-md-n76{margin-right:-7.6rem !important}.me-md-n80{margin-right:-8rem !important}.me-md-n90{margin-right:-9rem !important}.me-md-n98{margin-right:-9.8rem !important}.me-md-n106{margin-right:-10.6rem !important}.me-md-n110{margin-right:-11rem !important}.me-md-n118{margin-right:-11.8rem !important}.me-md-n128{margin-right:-12.8rem !important}.me-md-n144{margin-right:-14.4rem !important}.me-md-n148{margin-right:-14.8rem !important}.me-md-n176{margin-right:-17.6rem !important}.mb-md-n2{margin-bottom:-0.2rem !important}.mb-md-n4{margin-bottom:-0.4rem !important}.mb-md-n6{margin-bottom:-0.6rem !important}.mb-md-n8{margin-bottom:-0.8rem !important}.mb-md-n10{margin-bottom:-1rem !important}.mb-md-n12{margin-bottom:-1.2rem !important}.mb-md-n14{margin-bottom:-1.4rem !important}.mb-md-n16{margin-bottom:-1.6rem !important}.mb-md-n18{margin-bottom:-1.8rem !important}.mb-md-n20{margin-bottom:-2rem !important}.mb-md-n22{margin-bottom:-2.2rem !important}.mb-md-n24{margin-bottom:-2.4rem !important}.mb-md-n26{margin-bottom:-2.6rem !important}.mb-md-n28{margin-bottom:-2.8rem !important}.mb-md-n30{margin-bottom:-3rem !important}.mb-md-n32{margin-bottom:-3.2rem !important}.mb-md-n36{margin-bottom:-3.6rem !important}.mb-md-n38{margin-bottom:-3.8rem !important}.mb-md-n40{margin-bottom:-4rem !important}.mb-md-n44{margin-bottom:-4.4rem !important}.mb-md-n48{margin-bottom:-4.8rem !important}.mb-md-n52{margin-bottom:-5.2rem !important}.mb-md-n56{margin-bottom:-5.6rem !important}.mb-md-n60{margin-bottom:-6rem !important}.mb-md-n64{margin-bottom:-6.4rem !important}.mb-md-n68{margin-bottom:-6.8rem !important}.mb-md-n72{margin-bottom:-7.2rem !important}.mb-md-n76{margin-bottom:-7.6rem !important}.mb-md-n80{margin-bottom:-8rem !important}.mb-md-n90{margin-bottom:-9rem !important}.mb-md-n98{margin-bottom:-9.8rem !important}.mb-md-n106{margin-bottom:-10.6rem !important}.mb-md-n110{margin-bottom:-11rem !important}.mb-md-n118{margin-bottom:-11.8rem !important}.mb-md-n128{margin-bottom:-12.8rem !important}.mb-md-n144{margin-bottom:-14.4rem !important}.mb-md-n148{margin-bottom:-14.8rem !important}.mb-md-n176{margin-bottom:-17.6rem !important}.ms-md-n2{margin-left:-0.2rem !important}.ms-md-n4{margin-left:-0.4rem !important}.ms-md-n6{margin-left:-0.6rem !important}.ms-md-n8{margin-left:-0.8rem !important}.ms-md-n10{margin-left:-1rem !important}.ms-md-n12{margin-left:-1.2rem !important}.ms-md-n14{margin-left:-1.4rem !important}.ms-md-n16{margin-left:-1.6rem !important}.ms-md-n18{margin-left:-1.8rem !important}.ms-md-n20{margin-left:-2rem !important}.ms-md-n22{margin-left:-2.2rem !important}.ms-md-n24{margin-left:-2.4rem !important}.ms-md-n26{margin-left:-2.6rem !important}.ms-md-n28{margin-left:-2.8rem !important}.ms-md-n30{margin-left:-3rem !important}.ms-md-n32{margin-left:-3.2rem !important}.ms-md-n36{margin-left:-3.6rem !important}.ms-md-n38{margin-left:-3.8rem !important}.ms-md-n40{margin-left:-4rem !important}.ms-md-n44{margin-left:-4.4rem !important}.ms-md-n48{margin-left:-4.8rem !important}.ms-md-n52{margin-left:-5.2rem !important}.ms-md-n56{margin-left:-5.6rem !important}.ms-md-n60{margin-left:-6rem !important}.ms-md-n64{margin-left:-6.4rem !important}.ms-md-n68{margin-left:-6.8rem !important}.ms-md-n72{margin-left:-7.2rem !important}.ms-md-n76{margin-left:-7.6rem !important}.ms-md-n80{margin-left:-8rem !important}.ms-md-n90{margin-left:-9rem !important}.ms-md-n98{margin-left:-9.8rem !important}.ms-md-n106{margin-left:-10.6rem !important}.ms-md-n110{margin-left:-11rem !important}.ms-md-n118{margin-left:-11.8rem !important}.ms-md-n128{margin-left:-12.8rem !important}.ms-md-n144{margin-left:-14.4rem !important}.ms-md-n148{margin-left:-14.8rem !important}.ms-md-n176{margin-left:-17.6rem !important}.p-md-0{padding:0 !important}.p-md-2{padding:.2rem !important}.p-md-4{padding:.4rem !important}.p-md-6{padding:.6rem !important}.p-md-8{padding:.8rem !important}.p-md-10{padding:1rem !important}.p-md-12{padding:1.2rem !important}.p-md-14{padding:1.4rem !important}.p-md-16{padding:1.6rem !important}.p-md-18{padding:1.8rem !important}.p-md-20{padding:2rem !important}.p-md-22{padding:2.2rem !important}.p-md-24{padding:2.4rem !important}.p-md-26{padding:2.6rem !important}.p-md-28{padding:2.8rem !important}.p-md-30{padding:3rem !important}.p-md-32{padding:3.2rem !important}.p-md-36{padding:3.6rem !important}.p-md-38{padding:3.8rem !important}.p-md-40{padding:4rem !important}.p-md-44{padding:4.4rem !important}.p-md-48{padding:4.8rem !important}.p-md-52{padding:5.2rem !important}.p-md-56{padding:5.6rem !important}.p-md-60{padding:6rem !important}.p-md-64{padding:6.4rem !important}.p-md-68{padding:6.8rem !important}.p-md-72{padding:7.2rem !important}.p-md-76{padding:7.6rem !important}.p-md-80{padding:8rem !important}.p-md-90{padding:9rem !important}.p-md-98{padding:9.8rem !important}.p-md-106{padding:10.6rem !important}.p-md-110{padding:11rem !important}.p-md-118{padding:11.8rem !important}.p-md-128{padding:12.8rem !important}.p-md-144{padding:14.4rem !important}.p-md-148{padding:14.8rem !important}.p-md-176{padding:17.6rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-2{padding-right:.2rem !important;padding-left:.2rem !important}.px-md-4{padding-right:.4rem !important;padding-left:.4rem !important}.px-md-6{padding-right:.6rem !important;padding-left:.6rem !important}.px-md-8{padding-right:.8rem !important;padding-left:.8rem !important}.px-md-10{padding-right:1rem !important;padding-left:1rem !important}.px-md-12{padding-right:1.2rem !important;padding-left:1.2rem !important}.px-md-14{padding-right:1.4rem !important;padding-left:1.4rem !important}.px-md-16{padding-right:1.6rem !important;padding-left:1.6rem !important}.px-md-18{padding-right:1.8rem !important;padding-left:1.8rem !important}.px-md-20{padding-right:2rem !important;padding-left:2rem !important}.px-md-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-md-24{padding-right:2.4rem !important;padding-left:2.4rem !important}.px-md-26{padding-right:2.6rem !important;padding-left:2.6rem !important}.px-md-28{padding-right:2.8rem !important;padding-left:2.8rem !important}.px-md-30{padding-right:3rem !important;padding-left:3rem !important}.px-md-32{padding-right:3.2rem !important;padding-left:3.2rem !important}.px-md-36{padding-right:3.6rem !important;padding-left:3.6rem !important}.px-md-38{padding-right:3.8rem !important;padding-left:3.8rem !important}.px-md-40{padding-right:4rem !important;padding-left:4rem !important}.px-md-44{padding-right:4.4rem !important;padding-left:4.4rem !important}.px-md-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-md-52{padding-right:5.2rem !important;padding-left:5.2rem !important}.px-md-56{padding-right:5.6rem !important;padding-left:5.6rem !important}.px-md-60{padding-right:6rem !important;padding-left:6rem !important}.px-md-64{padding-right:6.4rem !important;padding-left:6.4rem !important}.px-md-68{padding-right:6.8rem !important;padding-left:6.8rem !important}.px-md-72{padding-right:7.2rem !important;padding-left:7.2rem !important}.px-md-76{padding-right:7.6rem !important;padding-left:7.6rem !important}.px-md-80{padding-right:8rem !important;padding-left:8rem !important}.px-md-90{padding-right:9rem !important;padding-left:9rem !important}.px-md-98{padding-right:9.8rem !important;padding-left:9.8rem !important}.px-md-106{padding-right:10.6rem !important;padding-left:10.6rem !important}.px-md-110{padding-right:11rem !important;padding-left:11rem !important}.px-md-118{padding-right:11.8rem !important;padding-left:11.8rem !important}.px-md-128{padding-right:12.8rem !important;padding-left:12.8rem !important}.px-md-144{padding-right:14.4rem !important;padding-left:14.4rem !important}.px-md-148{padding-right:14.8rem !important;padding-left:14.8rem !important}.px-md-176{padding-right:17.6rem !important;padding-left:17.6rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-2{padding-top:.2rem !important;padding-bottom:.2rem !important}.py-md-4{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-md-6{padding-top:.6rem !important;padding-bottom:.6rem !important}.py-md-8{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-md-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-12{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-md-14{padding-top:1.4rem !important;padding-bottom:1.4rem !important}.py-md-16{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-md-18{padding-top:1.8rem !important;padding-bottom:1.8rem !important}.py-md-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-md-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-md-24{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-md-26{padding-top:2.6rem !important;padding-bottom:2.6rem !important}.py-md-28{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-md-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-md-32{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-md-36{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-md-38{padding-top:3.8rem !important;padding-bottom:3.8rem !important}.py-md-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-md-44{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-md-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-md-52{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-md-56{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-md-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-md-64{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-md-68{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-md-72{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-md-76{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-md-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-md-90{padding-top:9rem !important;padding-bottom:9rem !important}.py-md-98{padding-top:9.8rem !important;padding-bottom:9.8rem !important}.py-md-106{padding-top:10.6rem !important;padding-bottom:10.6rem !important}.py-md-110{padding-top:11rem !important;padding-bottom:11rem !important}.py-md-118{padding-top:11.8rem !important;padding-bottom:11.8rem !important}.py-md-128{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-md-144{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-md-148{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-md-176{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.pt-md-0{padding-top:0 !important}.pt-md-2{padding-top:.2rem !important}.pt-md-4{padding-top:.4rem !important}.pt-md-6{padding-top:.6rem !important}.pt-md-8{padding-top:.8rem !important}.pt-md-10{padding-top:1rem !important}.pt-md-12{padding-top:1.2rem !important}.pt-md-14{padding-top:1.4rem !important}.pt-md-16{padding-top:1.6rem !important}.pt-md-18{padding-top:1.8rem !important}.pt-md-20{padding-top:2rem !important}.pt-md-22{padding-top:2.2rem !important}.pt-md-24{padding-top:2.4rem !important}.pt-md-26{padding-top:2.6rem !important}.pt-md-28{padding-top:2.8rem !important}.pt-md-30{padding-top:3rem !important}.pt-md-32{padding-top:3.2rem !important}.pt-md-36{padding-top:3.6rem !important}.pt-md-38{padding-top:3.8rem !important}.pt-md-40{padding-top:4rem !important}.pt-md-44{padding-top:4.4rem !important}.pt-md-48{padding-top:4.8rem !important}.pt-md-52{padding-top:5.2rem !important}.pt-md-56{padding-top:5.6rem !important}.pt-md-60{padding-top:6rem !important}.pt-md-64{padding-top:6.4rem !important}.pt-md-68{padding-top:6.8rem !important}.pt-md-72{padding-top:7.2rem !important}.pt-md-76{padding-top:7.6rem !important}.pt-md-80{padding-top:8rem !important}.pt-md-90{padding-top:9rem !important}.pt-md-98{padding-top:9.8rem !important}.pt-md-106{padding-top:10.6rem !important}.pt-md-110{padding-top:11rem !important}.pt-md-118{padding-top:11.8rem !important}.pt-md-128{padding-top:12.8rem !important}.pt-md-144{padding-top:14.4rem !important}.pt-md-148{padding-top:14.8rem !important}.pt-md-176{padding-top:17.6rem !important}.pe-md-0{padding-right:0 !important}.pe-md-2{padding-right:.2rem !important}.pe-md-4{padding-right:.4rem !important}.pe-md-6{padding-right:.6rem !important}.pe-md-8{padding-right:.8rem !important}.pe-md-10{padding-right:1rem !important}.pe-md-12{padding-right:1.2rem !important}.pe-md-14{padding-right:1.4rem !important}.pe-md-16{padding-right:1.6rem !important}.pe-md-18{padding-right:1.8rem !important}.pe-md-20{padding-right:2rem !important}.pe-md-22{padding-right:2.2rem !important}.pe-md-24{padding-right:2.4rem !important}.pe-md-26{padding-right:2.6rem !important}.pe-md-28{padding-right:2.8rem !important}.pe-md-30{padding-right:3rem !important}.pe-md-32{padding-right:3.2rem !important}.pe-md-36{padding-right:3.6rem !important}.pe-md-38{padding-right:3.8rem !important}.pe-md-40{padding-right:4rem !important}.pe-md-44{padding-right:4.4rem !important}.pe-md-48{padding-right:4.8rem !important}.pe-md-52{padding-right:5.2rem !important}.pe-md-56{padding-right:5.6rem !important}.pe-md-60{padding-right:6rem !important}.pe-md-64{padding-right:6.4rem !important}.pe-md-68{padding-right:6.8rem !important}.pe-md-72{padding-right:7.2rem !important}.pe-md-76{padding-right:7.6rem !important}.pe-md-80{padding-right:8rem !important}.pe-md-90{padding-right:9rem !important}.pe-md-98{padding-right:9.8rem !important}.pe-md-106{padding-right:10.6rem !important}.pe-md-110{padding-right:11rem !important}.pe-md-118{padding-right:11.8rem !important}.pe-md-128{padding-right:12.8rem !important}.pe-md-144{padding-right:14.4rem !important}.pe-md-148{padding-right:14.8rem !important}.pe-md-176{padding-right:17.6rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-2{padding-bottom:.2rem !important}.pb-md-4{padding-bottom:.4rem !important}.pb-md-6{padding-bottom:.6rem !important}.pb-md-8{padding-bottom:.8rem !important}.pb-md-10{padding-bottom:1rem !important}.pb-md-12{padding-bottom:1.2rem !important}.pb-md-14{padding-bottom:1.4rem !important}.pb-md-16{padding-bottom:1.6rem !important}.pb-md-18{padding-bottom:1.8rem !important}.pb-md-20{padding-bottom:2rem !important}.pb-md-22{padding-bottom:2.2rem !important}.pb-md-24{padding-bottom:2.4rem !important}.pb-md-26{padding-bottom:2.6rem !important}.pb-md-28{padding-bottom:2.8rem !important}.pb-md-30{padding-bottom:3rem !important}.pb-md-32{padding-bottom:3.2rem !important}.pb-md-36{padding-bottom:3.6rem !important}.pb-md-38{padding-bottom:3.8rem !important}.pb-md-40{padding-bottom:4rem !important}.pb-md-44{padding-bottom:4.4rem !important}.pb-md-48{padding-bottom:4.8rem !important}.pb-md-52{padding-bottom:5.2rem !important}.pb-md-56{padding-bottom:5.6rem !important}.pb-md-60{padding-bottom:6rem !important}.pb-md-64{padding-bottom:6.4rem !important}.pb-md-68{padding-bottom:6.8rem !important}.pb-md-72{padding-bottom:7.2rem !important}.pb-md-76{padding-bottom:7.6rem !important}.pb-md-80{padding-bottom:8rem !important}.pb-md-90{padding-bottom:9rem !important}.pb-md-98{padding-bottom:9.8rem !important}.pb-md-106{padding-bottom:10.6rem !important}.pb-md-110{padding-bottom:11rem !important}.pb-md-118{padding-bottom:11.8rem !important}.pb-md-128{padding-bottom:12.8rem !important}.pb-md-144{padding-bottom:14.4rem !important}.pb-md-148{padding-bottom:14.8rem !important}.pb-md-176{padding-bottom:17.6rem !important}.ps-md-0{padding-left:0 !important}.ps-md-2{padding-left:.2rem !important}.ps-md-4{padding-left:.4rem !important}.ps-md-6{padding-left:.6rem !important}.ps-md-8{padding-left:.8rem !important}.ps-md-10{padding-left:1rem !important}.ps-md-12{padding-left:1.2rem !important}.ps-md-14{padding-left:1.4rem !important}.ps-md-16{padding-left:1.6rem !important}.ps-md-18{padding-left:1.8rem !important}.ps-md-20{padding-left:2rem !important}.ps-md-22{padding-left:2.2rem !important}.ps-md-24{padding-left:2.4rem !important}.ps-md-26{padding-left:2.6rem !important}.ps-md-28{padding-left:2.8rem !important}.ps-md-30{padding-left:3rem !important}.ps-md-32{padding-left:3.2rem !important}.ps-md-36{padding-left:3.6rem !important}.ps-md-38{padding-left:3.8rem !important}.ps-md-40{padding-left:4rem !important}.ps-md-44{padding-left:4.4rem !important}.ps-md-48{padding-left:4.8rem !important}.ps-md-52{padding-left:5.2rem !important}.ps-md-56{padding-left:5.6rem !important}.ps-md-60{padding-left:6rem !important}.ps-md-64{padding-left:6.4rem !important}.ps-md-68{padding-left:6.8rem !important}.ps-md-72{padding-left:7.2rem !important}.ps-md-76{padding-left:7.6rem !important}.ps-md-80{padding-left:8rem !important}.ps-md-90{padding-left:9rem !important}.ps-md-98{padding-left:9.8rem !important}.ps-md-106{padding-left:10.6rem !important}.ps-md-110{padding-left:11rem !important}.ps-md-118{padding-left:11.8rem !important}.ps-md-128{padding-left:12.8rem !important}.ps-md-144{padding-left:14.4rem !important}.ps-md-148{padding-left:14.8rem !important}.ps-md-176{padding-left:17.6rem !important}.gap-md-0{gap:0 !important}.gap-md-2{gap:.2rem !important}.gap-md-4{gap:.4rem !important}.gap-md-6{gap:.6rem !important}.gap-md-8{gap:.8rem !important}.gap-md-10{gap:1rem !important}.gap-md-12{gap:1.2rem !important}.gap-md-14{gap:1.4rem !important}.gap-md-16{gap:1.6rem !important}.gap-md-18{gap:1.8rem !important}.gap-md-20{gap:2rem !important}.gap-md-22{gap:2.2rem !important}.gap-md-24{gap:2.4rem !important}.gap-md-26{gap:2.6rem !important}.gap-md-28{gap:2.8rem !important}.gap-md-30{gap:3rem !important}.gap-md-32{gap:3.2rem !important}.gap-md-36{gap:3.6rem !important}.gap-md-38{gap:3.8rem !important}.gap-md-40{gap:4rem !important}.gap-md-44{gap:4.4rem !important}.gap-md-48{gap:4.8rem !important}.gap-md-52{gap:5.2rem !important}.gap-md-56{gap:5.6rem !important}.gap-md-60{gap:6rem !important}.gap-md-64{gap:6.4rem !important}.gap-md-68{gap:6.8rem !important}.gap-md-72{gap:7.2rem !important}.gap-md-76{gap:7.6rem !important}.gap-md-80{gap:8rem !important}.gap-md-90{gap:9rem !important}.gap-md-98{gap:9.8rem !important}.gap-md-106{gap:10.6rem !important}.gap-md-110{gap:11rem !important}.gap-md-118{gap:11.8rem !important}.gap-md-128{gap:12.8rem !important}.gap-md-144{gap:14.4rem !important}.gap-md-148{gap:14.8rem !important}.gap-md-176{gap:17.6rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-2{row-gap:.2rem !important}.row-gap-md-4{row-gap:.4rem !important}.row-gap-md-6{row-gap:.6rem !important}.row-gap-md-8{row-gap:.8rem !important}.row-gap-md-10{row-gap:1rem !important}.row-gap-md-12{row-gap:1.2rem !important}.row-gap-md-14{row-gap:1.4rem !important}.row-gap-md-16{row-gap:1.6rem !important}.row-gap-md-18{row-gap:1.8rem !important}.row-gap-md-20{row-gap:2rem !important}.row-gap-md-22{row-gap:2.2rem !important}.row-gap-md-24{row-gap:2.4rem !important}.row-gap-md-26{row-gap:2.6rem !important}.row-gap-md-28{row-gap:2.8rem !important}.row-gap-md-30{row-gap:3rem !important}.row-gap-md-32{row-gap:3.2rem !important}.row-gap-md-36{row-gap:3.6rem !important}.row-gap-md-38{row-gap:3.8rem !important}.row-gap-md-40{row-gap:4rem !important}.row-gap-md-44{row-gap:4.4rem !important}.row-gap-md-48{row-gap:4.8rem !important}.row-gap-md-52{row-gap:5.2rem !important}.row-gap-md-56{row-gap:5.6rem !important}.row-gap-md-60{row-gap:6rem !important}.row-gap-md-64{row-gap:6.4rem !important}.row-gap-md-68{row-gap:6.8rem !important}.row-gap-md-72{row-gap:7.2rem !important}.row-gap-md-76{row-gap:7.6rem !important}.row-gap-md-80{row-gap:8rem !important}.row-gap-md-90{row-gap:9rem !important}.row-gap-md-98{row-gap:9.8rem !important}.row-gap-md-106{row-gap:10.6rem !important}.row-gap-md-110{row-gap:11rem !important}.row-gap-md-118{row-gap:11.8rem !important}.row-gap-md-128{row-gap:12.8rem !important}.row-gap-md-144{row-gap:14.4rem !important}.row-gap-md-148{row-gap:14.8rem !important}.row-gap-md-176{row-gap:17.6rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-2{column-gap:.2rem !important}.column-gap-md-4{column-gap:.4rem !important}.column-gap-md-6{column-gap:.6rem !important}.column-gap-md-8{column-gap:.8rem !important}.column-gap-md-10{column-gap:1rem !important}.column-gap-md-12{column-gap:1.2rem !important}.column-gap-md-14{column-gap:1.4rem !important}.column-gap-md-16{column-gap:1.6rem !important}.column-gap-md-18{column-gap:1.8rem !important}.column-gap-md-20{column-gap:2rem !important}.column-gap-md-22{column-gap:2.2rem !important}.column-gap-md-24{column-gap:2.4rem !important}.column-gap-md-26{column-gap:2.6rem !important}.column-gap-md-28{column-gap:2.8rem !important}.column-gap-md-30{column-gap:3rem !important}.column-gap-md-32{column-gap:3.2rem !important}.column-gap-md-36{column-gap:3.6rem !important}.column-gap-md-38{column-gap:3.8rem !important}.column-gap-md-40{column-gap:4rem !important}.column-gap-md-44{column-gap:4.4rem !important}.column-gap-md-48{column-gap:4.8rem !important}.column-gap-md-52{column-gap:5.2rem !important}.column-gap-md-56{column-gap:5.6rem !important}.column-gap-md-60{column-gap:6rem !important}.column-gap-md-64{column-gap:6.4rem !important}.column-gap-md-68{column-gap:6.8rem !important}.column-gap-md-72{column-gap:7.2rem !important}.column-gap-md-76{column-gap:7.6rem !important}.column-gap-md-80{column-gap:8rem !important}.column-gap-md-90{column-gap:9rem !important}.column-gap-md-98{column-gap:9.8rem !important}.column-gap-md-106{column-gap:10.6rem !important}.column-gap-md-110{column-gap:11rem !important}.column-gap-md-118{column-gap:11.8rem !important}.column-gap-md-128{column-gap:12.8rem !important}.column-gap-md-144{column-gap:14.4rem !important}.column-gap-md-148{column-gap:14.8rem !important}.column-gap-md-176{column-gap:17.6rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-2{margin:.2rem !important}.m-lg-4{margin:.4rem !important}.m-lg-6{margin:.6rem !important}.m-lg-8{margin:.8rem !important}.m-lg-10{margin:1rem !important}.m-lg-12{margin:1.2rem !important}.m-lg-14{margin:1.4rem !important}.m-lg-16{margin:1.6rem !important}.m-lg-18{margin:1.8rem !important}.m-lg-20{margin:2rem !important}.m-lg-22{margin:2.2rem !important}.m-lg-24{margin:2.4rem !important}.m-lg-26{margin:2.6rem !important}.m-lg-28{margin:2.8rem !important}.m-lg-30{margin:3rem !important}.m-lg-32{margin:3.2rem !important}.m-lg-36{margin:3.6rem !important}.m-lg-38{margin:3.8rem !important}.m-lg-40{margin:4rem !important}.m-lg-44{margin:4.4rem !important}.m-lg-48{margin:4.8rem !important}.m-lg-52{margin:5.2rem !important}.m-lg-56{margin:5.6rem !important}.m-lg-60{margin:6rem !important}.m-lg-64{margin:6.4rem !important}.m-lg-68{margin:6.8rem !important}.m-lg-72{margin:7.2rem !important}.m-lg-76{margin:7.6rem !important}.m-lg-80{margin:8rem !important}.m-lg-90{margin:9rem !important}.m-lg-98{margin:9.8rem !important}.m-lg-106{margin:10.6rem !important}.m-lg-110{margin:11rem !important}.m-lg-118{margin:11.8rem !important}.m-lg-128{margin:12.8rem !important}.m-lg-144{margin:14.4rem !important}.m-lg-148{margin:14.8rem !important}.m-lg-176{margin:17.6rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-2{margin-right:.2rem !important;margin-left:.2rem !important}.mx-lg-4{margin-right:.4rem !important;margin-left:.4rem !important}.mx-lg-6{margin-right:.6rem !important;margin-left:.6rem !important}.mx-lg-8{margin-right:.8rem !important;margin-left:.8rem !important}.mx-lg-10{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-12{margin-right:1.2rem !important;margin-left:1.2rem !important}.mx-lg-14{margin-right:1.4rem !important;margin-left:1.4rem !important}.mx-lg-16{margin-right:1.6rem !important;margin-left:1.6rem !important}.mx-lg-18{margin-right:1.8rem !important;margin-left:1.8rem !important}.mx-lg-20{margin-right:2rem !important;margin-left:2rem !important}.mx-lg-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-lg-24{margin-right:2.4rem !important;margin-left:2.4rem !important}.mx-lg-26{margin-right:2.6rem !important;margin-left:2.6rem !important}.mx-lg-28{margin-right:2.8rem !important;margin-left:2.8rem !important}.mx-lg-30{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-32{margin-right:3.2rem !important;margin-left:3.2rem !important}.mx-lg-36{margin-right:3.6rem !important;margin-left:3.6rem !important}.mx-lg-38{margin-right:3.8rem !important;margin-left:3.8rem !important}.mx-lg-40{margin-right:4rem !important;margin-left:4rem !important}.mx-lg-44{margin-right:4.4rem !important;margin-left:4.4rem !important}.mx-lg-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-lg-52{margin-right:5.2rem !important;margin-left:5.2rem !important}.mx-lg-56{margin-right:5.6rem !important;margin-left:5.6rem !important}.mx-lg-60{margin-right:6rem !important;margin-left:6rem !important}.mx-lg-64{margin-right:6.4rem !important;margin-left:6.4rem !important}.mx-lg-68{margin-right:6.8rem !important;margin-left:6.8rem !important}.mx-lg-72{margin-right:7.2rem !important;margin-left:7.2rem !important}.mx-lg-76{margin-right:7.6rem !important;margin-left:7.6rem !important}.mx-lg-80{margin-right:8rem !important;margin-left:8rem !important}.mx-lg-90{margin-right:9rem !important;margin-left:9rem !important}.mx-lg-98{margin-right:9.8rem !important;margin-left:9.8rem !important}.mx-lg-106{margin-right:10.6rem !important;margin-left:10.6rem !important}.mx-lg-110{margin-right:11rem !important;margin-left:11rem !important}.mx-lg-118{margin-right:11.8rem !important;margin-left:11.8rem !important}.mx-lg-128{margin-right:12.8rem !important;margin-left:12.8rem !important}.mx-lg-144{margin-right:14.4rem !important;margin-left:14.4rem !important}.mx-lg-148{margin-right:14.8rem !important;margin-left:14.8rem !important}.mx-lg-176{margin-right:17.6rem !important;margin-left:17.6rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-2{margin-top:.2rem !important;margin-bottom:.2rem !important}.my-lg-4{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-lg-6{margin-top:.6rem !important;margin-bottom:.6rem !important}.my-lg-8{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-lg-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-12{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-lg-14{margin-top:1.4rem !important;margin-bottom:1.4rem !important}.my-lg-16{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-lg-18{margin-top:1.8rem !important;margin-bottom:1.8rem !important}.my-lg-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-lg-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-lg-24{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-lg-26{margin-top:2.6rem !important;margin-bottom:2.6rem !important}.my-lg-28{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-lg-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-32{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-lg-36{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-lg-38{margin-top:3.8rem !important;margin-bottom:3.8rem !important}.my-lg-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-44{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-lg-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-lg-52{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-lg-56{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-lg-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-lg-64{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-lg-68{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-lg-72{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-lg-76{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-lg-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-lg-90{margin-top:9rem !important;margin-bottom:9rem !important}.my-lg-98{margin-top:9.8rem !important;margin-bottom:9.8rem !important}.my-lg-106{margin-top:10.6rem !important;margin-bottom:10.6rem !important}.my-lg-110{margin-top:11rem !important;margin-bottom:11rem !important}.my-lg-118{margin-top:11.8rem !important;margin-bottom:11.8rem !important}.my-lg-128{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-lg-144{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-lg-148{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-lg-176{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-2{margin-top:.2rem !important}.mt-lg-4{margin-top:.4rem !important}.mt-lg-6{margin-top:.6rem !important}.mt-lg-8{margin-top:.8rem !important}.mt-lg-10{margin-top:1rem !important}.mt-lg-12{margin-top:1.2rem !important}.mt-lg-14{margin-top:1.4rem !important}.mt-lg-16{margin-top:1.6rem !important}.mt-lg-18{margin-top:1.8rem !important}.mt-lg-20{margin-top:2rem !important}.mt-lg-22{margin-top:2.2rem !important}.mt-lg-24{margin-top:2.4rem !important}.mt-lg-26{margin-top:2.6rem !important}.mt-lg-28{margin-top:2.8rem !important}.mt-lg-30{margin-top:3rem !important}.mt-lg-32{margin-top:3.2rem !important}.mt-lg-36{margin-top:3.6rem !important}.mt-lg-38{margin-top:3.8rem !important}.mt-lg-40{margin-top:4rem !important}.mt-lg-44{margin-top:4.4rem !important}.mt-lg-48{margin-top:4.8rem !important}.mt-lg-52{margin-top:5.2rem !important}.mt-lg-56{margin-top:5.6rem !important}.mt-lg-60{margin-top:6rem !important}.mt-lg-64{margin-top:6.4rem !important}.mt-lg-68{margin-top:6.8rem !important}.mt-lg-72{margin-top:7.2rem !important}.mt-lg-76{margin-top:7.6rem !important}.mt-lg-80{margin-top:8rem !important}.mt-lg-90{margin-top:9rem !important}.mt-lg-98{margin-top:9.8rem !important}.mt-lg-106{margin-top:10.6rem !important}.mt-lg-110{margin-top:11rem !important}.mt-lg-118{margin-top:11.8rem !important}.mt-lg-128{margin-top:12.8rem !important}.mt-lg-144{margin-top:14.4rem !important}.mt-lg-148{margin-top:14.8rem !important}.mt-lg-176{margin-top:17.6rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-2{margin-right:.2rem !important}.me-lg-4{margin-right:.4rem !important}.me-lg-6{margin-right:.6rem !important}.me-lg-8{margin-right:.8rem !important}.me-lg-10{margin-right:1rem !important}.me-lg-12{margin-right:1.2rem !important}.me-lg-14{margin-right:1.4rem !important}.me-lg-16{margin-right:1.6rem !important}.me-lg-18{margin-right:1.8rem !important}.me-lg-20{margin-right:2rem !important}.me-lg-22{margin-right:2.2rem !important}.me-lg-24{margin-right:2.4rem !important}.me-lg-26{margin-right:2.6rem !important}.me-lg-28{margin-right:2.8rem !important}.me-lg-30{margin-right:3rem !important}.me-lg-32{margin-right:3.2rem !important}.me-lg-36{margin-right:3.6rem !important}.me-lg-38{margin-right:3.8rem !important}.me-lg-40{margin-right:4rem !important}.me-lg-44{margin-right:4.4rem !important}.me-lg-48{margin-right:4.8rem !important}.me-lg-52{margin-right:5.2rem !important}.me-lg-56{margin-right:5.6rem !important}.me-lg-60{margin-right:6rem !important}.me-lg-64{margin-right:6.4rem !important}.me-lg-68{margin-right:6.8rem !important}.me-lg-72{margin-right:7.2rem !important}.me-lg-76{margin-right:7.6rem !important}.me-lg-80{margin-right:8rem !important}.me-lg-90{margin-right:9rem !important}.me-lg-98{margin-right:9.8rem !important}.me-lg-106{margin-right:10.6rem !important}.me-lg-110{margin-right:11rem !important}.me-lg-118{margin-right:11.8rem !important}.me-lg-128{margin-right:12.8rem !important}.me-lg-144{margin-right:14.4rem !important}.me-lg-148{margin-right:14.8rem !important}.me-lg-176{margin-right:17.6rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-2{margin-bottom:.2rem !important}.mb-lg-4{margin-bottom:.4rem !important}.mb-lg-6{margin-bottom:.6rem !important}.mb-lg-8{margin-bottom:.8rem !important}.mb-lg-10{margin-bottom:1rem !important}.mb-lg-12{margin-bottom:1.2rem !important}.mb-lg-14{margin-bottom:1.4rem !important}.mb-lg-16{margin-bottom:1.6rem !important}.mb-lg-18{margin-bottom:1.8rem !important}.mb-lg-20{margin-bottom:2rem !important}.mb-lg-22{margin-bottom:2.2rem !important}.mb-lg-24{margin-bottom:2.4rem !important}.mb-lg-26{margin-bottom:2.6rem !important}.mb-lg-28{margin-bottom:2.8rem !important}.mb-lg-30{margin-bottom:3rem !important}.mb-lg-32{margin-bottom:3.2rem !important}.mb-lg-36{margin-bottom:3.6rem !important}.mb-lg-38{margin-bottom:3.8rem !important}.mb-lg-40{margin-bottom:4rem !important}.mb-lg-44{margin-bottom:4.4rem !important}.mb-lg-48{margin-bottom:4.8rem !important}.mb-lg-52{margin-bottom:5.2rem !important}.mb-lg-56{margin-bottom:5.6rem !important}.mb-lg-60{margin-bottom:6rem !important}.mb-lg-64{margin-bottom:6.4rem !important}.mb-lg-68{margin-bottom:6.8rem !important}.mb-lg-72{margin-bottom:7.2rem !important}.mb-lg-76{margin-bottom:7.6rem !important}.mb-lg-80{margin-bottom:8rem !important}.mb-lg-90{margin-bottom:9rem !important}.mb-lg-98{margin-bottom:9.8rem !important}.mb-lg-106{margin-bottom:10.6rem !important}.mb-lg-110{margin-bottom:11rem !important}.mb-lg-118{margin-bottom:11.8rem !important}.mb-lg-128{margin-bottom:12.8rem !important}.mb-lg-144{margin-bottom:14.4rem !important}.mb-lg-148{margin-bottom:14.8rem !important}.mb-lg-176{margin-bottom:17.6rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-2{margin-left:.2rem !important}.ms-lg-4{margin-left:.4rem !important}.ms-lg-6{margin-left:.6rem !important}.ms-lg-8{margin-left:.8rem !important}.ms-lg-10{margin-left:1rem !important}.ms-lg-12{margin-left:1.2rem !important}.ms-lg-14{margin-left:1.4rem !important}.ms-lg-16{margin-left:1.6rem !important}.ms-lg-18{margin-left:1.8rem !important}.ms-lg-20{margin-left:2rem !important}.ms-lg-22{margin-left:2.2rem !important}.ms-lg-24{margin-left:2.4rem !important}.ms-lg-26{margin-left:2.6rem !important}.ms-lg-28{margin-left:2.8rem !important}.ms-lg-30{margin-left:3rem !important}.ms-lg-32{margin-left:3.2rem !important}.ms-lg-36{margin-left:3.6rem !important}.ms-lg-38{margin-left:3.8rem !important}.ms-lg-40{margin-left:4rem !important}.ms-lg-44{margin-left:4.4rem !important}.ms-lg-48{margin-left:4.8rem !important}.ms-lg-52{margin-left:5.2rem !important}.ms-lg-56{margin-left:5.6rem !important}.ms-lg-60{margin-left:6rem !important}.ms-lg-64{margin-left:6.4rem !important}.ms-lg-68{margin-left:6.8rem !important}.ms-lg-72{margin-left:7.2rem !important}.ms-lg-76{margin-left:7.6rem !important}.ms-lg-80{margin-left:8rem !important}.ms-lg-90{margin-left:9rem !important}.ms-lg-98{margin-left:9.8rem !important}.ms-lg-106{margin-left:10.6rem !important}.ms-lg-110{margin-left:11rem !important}.ms-lg-118{margin-left:11.8rem !important}.ms-lg-128{margin-left:12.8rem !important}.ms-lg-144{margin-left:14.4rem !important}.ms-lg-148{margin-left:14.8rem !important}.ms-lg-176{margin-left:17.6rem !important}.ms-lg-auto{margin-left:auto !important}.m-lg-n2{margin:-0.2rem !important}.m-lg-n4{margin:-0.4rem !important}.m-lg-n6{margin:-0.6rem !important}.m-lg-n8{margin:-0.8rem !important}.m-lg-n10{margin:-1rem !important}.m-lg-n12{margin:-1.2rem !important}.m-lg-n14{margin:-1.4rem !important}.m-lg-n16{margin:-1.6rem !important}.m-lg-n18{margin:-1.8rem !important}.m-lg-n20{margin:-2rem !important}.m-lg-n22{margin:-2.2rem !important}.m-lg-n24{margin:-2.4rem !important}.m-lg-n26{margin:-2.6rem !important}.m-lg-n28{margin:-2.8rem !important}.m-lg-n30{margin:-3rem !important}.m-lg-n32{margin:-3.2rem !important}.m-lg-n36{margin:-3.6rem !important}.m-lg-n38{margin:-3.8rem !important}.m-lg-n40{margin:-4rem !important}.m-lg-n44{margin:-4.4rem !important}.m-lg-n48{margin:-4.8rem !important}.m-lg-n52{margin:-5.2rem !important}.m-lg-n56{margin:-5.6rem !important}.m-lg-n60{margin:-6rem !important}.m-lg-n64{margin:-6.4rem !important}.m-lg-n68{margin:-6.8rem !important}.m-lg-n72{margin:-7.2rem !important}.m-lg-n76{margin:-7.6rem !important}.m-lg-n80{margin:-8rem !important}.m-lg-n90{margin:-9rem !important}.m-lg-n98{margin:-9.8rem !important}.m-lg-n106{margin:-10.6rem !important}.m-lg-n110{margin:-11rem !important}.m-lg-n118{margin:-11.8rem !important}.m-lg-n128{margin:-12.8rem !important}.m-lg-n144{margin:-14.4rem !important}.m-lg-n148{margin:-14.8rem !important}.m-lg-n176{margin:-17.6rem !important}.mx-lg-n2{margin-right:-0.2rem !important;margin-left:-0.2rem !important}.mx-lg-n4{margin-right:-0.4rem !important;margin-left:-0.4rem !important}.mx-lg-n6{margin-right:-0.6rem !important;margin-left:-0.6rem !important}.mx-lg-n8{margin-right:-0.8rem !important;margin-left:-0.8rem !important}.mx-lg-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n12{margin-right:-1.2rem !important;margin-left:-1.2rem !important}.mx-lg-n14{margin-right:-1.4rem !important;margin-left:-1.4rem !important}.mx-lg-n16{margin-right:-1.6rem !important;margin-left:-1.6rem !important}.mx-lg-n18{margin-right:-1.8rem !important;margin-left:-1.8rem !important}.mx-lg-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-lg-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-lg-n24{margin-right:-2.4rem !important;margin-left:-2.4rem !important}.mx-lg-n26{margin-right:-2.6rem !important;margin-left:-2.6rem !important}.mx-lg-n28{margin-right:-2.8rem !important;margin-left:-2.8rem !important}.mx-lg-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-lg-n32{margin-right:-3.2rem !important;margin-left:-3.2rem !important}.mx-lg-n36{margin-right:-3.6rem !important;margin-left:-3.6rem !important}.mx-lg-n38{margin-right:-3.8rem !important;margin-left:-3.8rem !important}.mx-lg-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-lg-n44{margin-right:-4.4rem !important;margin-left:-4.4rem !important}.mx-lg-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-lg-n52{margin-right:-5.2rem !important;margin-left:-5.2rem !important}.mx-lg-n56{margin-right:-5.6rem !important;margin-left:-5.6rem !important}.mx-lg-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-lg-n64{margin-right:-6.4rem !important;margin-left:-6.4rem !important}.mx-lg-n68{margin-right:-6.8rem !important;margin-left:-6.8rem !important}.mx-lg-n72{margin-right:-7.2rem !important;margin-left:-7.2rem !important}.mx-lg-n76{margin-right:-7.6rem !important;margin-left:-7.6rem !important}.mx-lg-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-lg-n90{margin-right:-9rem !important;margin-left:-9rem !important}.mx-lg-n98{margin-right:-9.8rem !important;margin-left:-9.8rem !important}.mx-lg-n106{margin-right:-10.6rem !important;margin-left:-10.6rem !important}.mx-lg-n110{margin-right:-11rem !important;margin-left:-11rem !important}.mx-lg-n118{margin-right:-11.8rem !important;margin-left:-11.8rem !important}.mx-lg-n128{margin-right:-12.8rem !important;margin-left:-12.8rem !important}.mx-lg-n144{margin-right:-14.4rem !important;margin-left:-14.4rem !important}.mx-lg-n148{margin-right:-14.8rem !important;margin-left:-14.8rem !important}.mx-lg-n176{margin-right:-17.6rem !important;margin-left:-17.6rem !important}.my-lg-n2{margin-top:-0.2rem !important;margin-bottom:-0.2rem !important}.my-lg-n4{margin-top:-0.4rem !important;margin-bottom:-0.4rem !important}.my-lg-n6{margin-top:-0.6rem !important;margin-bottom:-0.6rem !important}.my-lg-n8{margin-top:-0.8rem !important;margin-bottom:-0.8rem !important}.my-lg-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n12{margin-top:-1.2rem !important;margin-bottom:-1.2rem !important}.my-lg-n14{margin-top:-1.4rem !important;margin-bottom:-1.4rem !important}.my-lg-n16{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important}.my-lg-n18{margin-top:-1.8rem !important;margin-bottom:-1.8rem !important}.my-lg-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-lg-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-lg-n24{margin-top:-2.4rem !important;margin-bottom:-2.4rem !important}.my-lg-n26{margin-top:-2.6rem !important;margin-bottom:-2.6rem !important}.my-lg-n28{margin-top:-2.8rem !important;margin-bottom:-2.8rem !important}.my-lg-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-lg-n32{margin-top:-3.2rem !important;margin-bottom:-3.2rem !important}.my-lg-n36{margin-top:-3.6rem !important;margin-bottom:-3.6rem !important}.my-lg-n38{margin-top:-3.8rem !important;margin-bottom:-3.8rem !important}.my-lg-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-lg-n44{margin-top:-4.4rem !important;margin-bottom:-4.4rem !important}.my-lg-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-lg-n52{margin-top:-5.2rem !important;margin-bottom:-5.2rem !important}.my-lg-n56{margin-top:-5.6rem !important;margin-bottom:-5.6rem !important}.my-lg-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-lg-n64{margin-top:-6.4rem !important;margin-bottom:-6.4rem !important}.my-lg-n68{margin-top:-6.8rem !important;margin-bottom:-6.8rem !important}.my-lg-n72{margin-top:-7.2rem !important;margin-bottom:-7.2rem !important}.my-lg-n76{margin-top:-7.6rem !important;margin-bottom:-7.6rem !important}.my-lg-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-lg-n90{margin-top:-9rem !important;margin-bottom:-9rem !important}.my-lg-n98{margin-top:-9.8rem !important;margin-bottom:-9.8rem !important}.my-lg-n106{margin-top:-10.6rem !important;margin-bottom:-10.6rem !important}.my-lg-n110{margin-top:-11rem !important;margin-bottom:-11rem !important}.my-lg-n118{margin-top:-11.8rem !important;margin-bottom:-11.8rem !important}.my-lg-n128{margin-top:-12.8rem !important;margin-bottom:-12.8rem !important}.my-lg-n144{margin-top:-14.4rem !important;margin-bottom:-14.4rem !important}.my-lg-n148{margin-top:-14.8rem !important;margin-bottom:-14.8rem !important}.my-lg-n176{margin-top:-17.6rem !important;margin-bottom:-17.6rem !important}.mt-lg-n2{margin-top:-0.2rem !important}.mt-lg-n4{margin-top:-0.4rem !important}.mt-lg-n6{margin-top:-0.6rem !important}.mt-lg-n8{margin-top:-0.8rem !important}.mt-lg-n10{margin-top:-1rem !important}.mt-lg-n12{margin-top:-1.2rem !important}.mt-lg-n14{margin-top:-1.4rem !important}.mt-lg-n16{margin-top:-1.6rem !important}.mt-lg-n18{margin-top:-1.8rem !important}.mt-lg-n20{margin-top:-2rem !important}.mt-lg-n22{margin-top:-2.2rem !important}.mt-lg-n24{margin-top:-2.4rem !important}.mt-lg-n26{margin-top:-2.6rem !important}.mt-lg-n28{margin-top:-2.8rem !important}.mt-lg-n30{margin-top:-3rem !important}.mt-lg-n32{margin-top:-3.2rem !important}.mt-lg-n36{margin-top:-3.6rem !important}.mt-lg-n38{margin-top:-3.8rem !important}.mt-lg-n40{margin-top:-4rem !important}.mt-lg-n44{margin-top:-4.4rem !important}.mt-lg-n48{margin-top:-4.8rem !important}.mt-lg-n52{margin-top:-5.2rem !important}.mt-lg-n56{margin-top:-5.6rem !important}.mt-lg-n60{margin-top:-6rem !important}.mt-lg-n64{margin-top:-6.4rem !important}.mt-lg-n68{margin-top:-6.8rem !important}.mt-lg-n72{margin-top:-7.2rem !important}.mt-lg-n76{margin-top:-7.6rem !important}.mt-lg-n80{margin-top:-8rem !important}.mt-lg-n90{margin-top:-9rem !important}.mt-lg-n98{margin-top:-9.8rem !important}.mt-lg-n106{margin-top:-10.6rem !important}.mt-lg-n110{margin-top:-11rem !important}.mt-lg-n118{margin-top:-11.8rem !important}.mt-lg-n128{margin-top:-12.8rem !important}.mt-lg-n144{margin-top:-14.4rem !important}.mt-lg-n148{margin-top:-14.8rem !important}.mt-lg-n176{margin-top:-17.6rem !important}.me-lg-n2{margin-right:-0.2rem !important}.me-lg-n4{margin-right:-0.4rem !important}.me-lg-n6{margin-right:-0.6rem !important}.me-lg-n8{margin-right:-0.8rem !important}.me-lg-n10{margin-right:-1rem !important}.me-lg-n12{margin-right:-1.2rem !important}.me-lg-n14{margin-right:-1.4rem !important}.me-lg-n16{margin-right:-1.6rem !important}.me-lg-n18{margin-right:-1.8rem !important}.me-lg-n20{margin-right:-2rem !important}.me-lg-n22{margin-right:-2.2rem !important}.me-lg-n24{margin-right:-2.4rem !important}.me-lg-n26{margin-right:-2.6rem !important}.me-lg-n28{margin-right:-2.8rem !important}.me-lg-n30{margin-right:-3rem !important}.me-lg-n32{margin-right:-3.2rem !important}.me-lg-n36{margin-right:-3.6rem !important}.me-lg-n38{margin-right:-3.8rem !important}.me-lg-n40{margin-right:-4rem !important}.me-lg-n44{margin-right:-4.4rem !important}.me-lg-n48{margin-right:-4.8rem !important}.me-lg-n52{margin-right:-5.2rem !important}.me-lg-n56{margin-right:-5.6rem !important}.me-lg-n60{margin-right:-6rem !important}.me-lg-n64{margin-right:-6.4rem !important}.me-lg-n68{margin-right:-6.8rem !important}.me-lg-n72{margin-right:-7.2rem !important}.me-lg-n76{margin-right:-7.6rem !important}.me-lg-n80{margin-right:-8rem !important}.me-lg-n90{margin-right:-9rem !important}.me-lg-n98{margin-right:-9.8rem !important}.me-lg-n106{margin-right:-10.6rem !important}.me-lg-n110{margin-right:-11rem !important}.me-lg-n118{margin-right:-11.8rem !important}.me-lg-n128{margin-right:-12.8rem !important}.me-lg-n144{margin-right:-14.4rem !important}.me-lg-n148{margin-right:-14.8rem !important}.me-lg-n176{margin-right:-17.6rem !important}.mb-lg-n2{margin-bottom:-0.2rem !important}.mb-lg-n4{margin-bottom:-0.4rem !important}.mb-lg-n6{margin-bottom:-0.6rem !important}.mb-lg-n8{margin-bottom:-0.8rem !important}.mb-lg-n10{margin-bottom:-1rem !important}.mb-lg-n12{margin-bottom:-1.2rem !important}.mb-lg-n14{margin-bottom:-1.4rem !important}.mb-lg-n16{margin-bottom:-1.6rem !important}.mb-lg-n18{margin-bottom:-1.8rem !important}.mb-lg-n20{margin-bottom:-2rem !important}.mb-lg-n22{margin-bottom:-2.2rem !important}.mb-lg-n24{margin-bottom:-2.4rem !important}.mb-lg-n26{margin-bottom:-2.6rem !important}.mb-lg-n28{margin-bottom:-2.8rem !important}.mb-lg-n30{margin-bottom:-3rem !important}.mb-lg-n32{margin-bottom:-3.2rem !important}.mb-lg-n36{margin-bottom:-3.6rem !important}.mb-lg-n38{margin-bottom:-3.8rem !important}.mb-lg-n40{margin-bottom:-4rem !important}.mb-lg-n44{margin-bottom:-4.4rem !important}.mb-lg-n48{margin-bottom:-4.8rem !important}.mb-lg-n52{margin-bottom:-5.2rem !important}.mb-lg-n56{margin-bottom:-5.6rem !important}.mb-lg-n60{margin-bottom:-6rem !important}.mb-lg-n64{margin-bottom:-6.4rem !important}.mb-lg-n68{margin-bottom:-6.8rem !important}.mb-lg-n72{margin-bottom:-7.2rem !important}.mb-lg-n76{margin-bottom:-7.6rem !important}.mb-lg-n80{margin-bottom:-8rem !important}.mb-lg-n90{margin-bottom:-9rem !important}.mb-lg-n98{margin-bottom:-9.8rem !important}.mb-lg-n106{margin-bottom:-10.6rem !important}.mb-lg-n110{margin-bottom:-11rem !important}.mb-lg-n118{margin-bottom:-11.8rem !important}.mb-lg-n128{margin-bottom:-12.8rem !important}.mb-lg-n144{margin-bottom:-14.4rem !important}.mb-lg-n148{margin-bottom:-14.8rem !important}.mb-lg-n176{margin-bottom:-17.6rem !important}.ms-lg-n2{margin-left:-0.2rem !important}.ms-lg-n4{margin-left:-0.4rem !important}.ms-lg-n6{margin-left:-0.6rem !important}.ms-lg-n8{margin-left:-0.8rem !important}.ms-lg-n10{margin-left:-1rem !important}.ms-lg-n12{margin-left:-1.2rem !important}.ms-lg-n14{margin-left:-1.4rem !important}.ms-lg-n16{margin-left:-1.6rem !important}.ms-lg-n18{margin-left:-1.8rem !important}.ms-lg-n20{margin-left:-2rem !important}.ms-lg-n22{margin-left:-2.2rem !important}.ms-lg-n24{margin-left:-2.4rem !important}.ms-lg-n26{margin-left:-2.6rem !important}.ms-lg-n28{margin-left:-2.8rem !important}.ms-lg-n30{margin-left:-3rem !important}.ms-lg-n32{margin-left:-3.2rem !important}.ms-lg-n36{margin-left:-3.6rem !important}.ms-lg-n38{margin-left:-3.8rem !important}.ms-lg-n40{margin-left:-4rem !important}.ms-lg-n44{margin-left:-4.4rem !important}.ms-lg-n48{margin-left:-4.8rem !important}.ms-lg-n52{margin-left:-5.2rem !important}.ms-lg-n56{margin-left:-5.6rem !important}.ms-lg-n60{margin-left:-6rem !important}.ms-lg-n64{margin-left:-6.4rem !important}.ms-lg-n68{margin-left:-6.8rem !important}.ms-lg-n72{margin-left:-7.2rem !important}.ms-lg-n76{margin-left:-7.6rem !important}.ms-lg-n80{margin-left:-8rem !important}.ms-lg-n90{margin-left:-9rem !important}.ms-lg-n98{margin-left:-9.8rem !important}.ms-lg-n106{margin-left:-10.6rem !important}.ms-lg-n110{margin-left:-11rem !important}.ms-lg-n118{margin-left:-11.8rem !important}.ms-lg-n128{margin-left:-12.8rem !important}.ms-lg-n144{margin-left:-14.4rem !important}.ms-lg-n148{margin-left:-14.8rem !important}.ms-lg-n176{margin-left:-17.6rem !important}.p-lg-0{padding:0 !important}.p-lg-2{padding:.2rem !important}.p-lg-4{padding:.4rem !important}.p-lg-6{padding:.6rem !important}.p-lg-8{padding:.8rem !important}.p-lg-10{padding:1rem !important}.p-lg-12{padding:1.2rem !important}.p-lg-14{padding:1.4rem !important}.p-lg-16{padding:1.6rem !important}.p-lg-18{padding:1.8rem !important}.p-lg-20{padding:2rem !important}.p-lg-22{padding:2.2rem !important}.p-lg-24{padding:2.4rem !important}.p-lg-26{padding:2.6rem !important}.p-lg-28{padding:2.8rem !important}.p-lg-30{padding:3rem !important}.p-lg-32{padding:3.2rem !important}.p-lg-36{padding:3.6rem !important}.p-lg-38{padding:3.8rem !important}.p-lg-40{padding:4rem !important}.p-lg-44{padding:4.4rem !important}.p-lg-48{padding:4.8rem !important}.p-lg-52{padding:5.2rem !important}.p-lg-56{padding:5.6rem !important}.p-lg-60{padding:6rem !important}.p-lg-64{padding:6.4rem !important}.p-lg-68{padding:6.8rem !important}.p-lg-72{padding:7.2rem !important}.p-lg-76{padding:7.6rem !important}.p-lg-80{padding:8rem !important}.p-lg-90{padding:9rem !important}.p-lg-98{padding:9.8rem !important}.p-lg-106{padding:10.6rem !important}.p-lg-110{padding:11rem !important}.p-lg-118{padding:11.8rem !important}.p-lg-128{padding:12.8rem !important}.p-lg-144{padding:14.4rem !important}.p-lg-148{padding:14.8rem !important}.p-lg-176{padding:17.6rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-2{padding-right:.2rem !important;padding-left:.2rem !important}.px-lg-4{padding-right:.4rem !important;padding-left:.4rem !important}.px-lg-6{padding-right:.6rem !important;padding-left:.6rem !important}.px-lg-8{padding-right:.8rem !important;padding-left:.8rem !important}.px-lg-10{padding-right:1rem !important;padding-left:1rem !important}.px-lg-12{padding-right:1.2rem !important;padding-left:1.2rem !important}.px-lg-14{padding-right:1.4rem !important;padding-left:1.4rem !important}.px-lg-16{padding-right:1.6rem !important;padding-left:1.6rem !important}.px-lg-18{padding-right:1.8rem !important;padding-left:1.8rem !important}.px-lg-20{padding-right:2rem !important;padding-left:2rem !important}.px-lg-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-lg-24{padding-right:2.4rem !important;padding-left:2.4rem !important}.px-lg-26{padding-right:2.6rem !important;padding-left:2.6rem !important}.px-lg-28{padding-right:2.8rem !important;padding-left:2.8rem !important}.px-lg-30{padding-right:3rem !important;padding-left:3rem !important}.px-lg-32{padding-right:3.2rem !important;padding-left:3.2rem !important}.px-lg-36{padding-right:3.6rem !important;padding-left:3.6rem !important}.px-lg-38{padding-right:3.8rem !important;padding-left:3.8rem !important}.px-lg-40{padding-right:4rem !important;padding-left:4rem !important}.px-lg-44{padding-right:4.4rem !important;padding-left:4.4rem !important}.px-lg-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-lg-52{padding-right:5.2rem !important;padding-left:5.2rem !important}.px-lg-56{padding-right:5.6rem !important;padding-left:5.6rem !important}.px-lg-60{padding-right:6rem !important;padding-left:6rem !important}.px-lg-64{padding-right:6.4rem !important;padding-left:6.4rem !important}.px-lg-68{padding-right:6.8rem !important;padding-left:6.8rem !important}.px-lg-72{padding-right:7.2rem !important;padding-left:7.2rem !important}.px-lg-76{padding-right:7.6rem !important;padding-left:7.6rem !important}.px-lg-80{padding-right:8rem !important;padding-left:8rem !important}.px-lg-90{padding-right:9rem !important;padding-left:9rem !important}.px-lg-98{padding-right:9.8rem !important;padding-left:9.8rem !important}.px-lg-106{padding-right:10.6rem !important;padding-left:10.6rem !important}.px-lg-110{padding-right:11rem !important;padding-left:11rem !important}.px-lg-118{padding-right:11.8rem !important;padding-left:11.8rem !important}.px-lg-128{padding-right:12.8rem !important;padding-left:12.8rem !important}.px-lg-144{padding-right:14.4rem !important;padding-left:14.4rem !important}.px-lg-148{padding-right:14.8rem !important;padding-left:14.8rem !important}.px-lg-176{padding-right:17.6rem !important;padding-left:17.6rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-2{padding-top:.2rem !important;padding-bottom:.2rem !important}.py-lg-4{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-lg-6{padding-top:.6rem !important;padding-bottom:.6rem !important}.py-lg-8{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-lg-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-12{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-lg-14{padding-top:1.4rem !important;padding-bottom:1.4rem !important}.py-lg-16{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-lg-18{padding-top:1.8rem !important;padding-bottom:1.8rem !important}.py-lg-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-lg-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-lg-24{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-lg-26{padding-top:2.6rem !important;padding-bottom:2.6rem !important}.py-lg-28{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-lg-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-lg-32{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-lg-36{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-lg-38{padding-top:3.8rem !important;padding-bottom:3.8rem !important}.py-lg-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-lg-44{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-lg-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-lg-52{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-lg-56{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-lg-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-lg-64{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-lg-68{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-lg-72{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-lg-76{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-lg-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-lg-90{padding-top:9rem !important;padding-bottom:9rem !important}.py-lg-98{padding-top:9.8rem !important;padding-bottom:9.8rem !important}.py-lg-106{padding-top:10.6rem !important;padding-bottom:10.6rem !important}.py-lg-110{padding-top:11rem !important;padding-bottom:11rem !important}.py-lg-118{padding-top:11.8rem !important;padding-bottom:11.8rem !important}.py-lg-128{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-lg-144{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-lg-148{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-lg-176{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-2{padding-top:.2rem !important}.pt-lg-4{padding-top:.4rem !important}.pt-lg-6{padding-top:.6rem !important}.pt-lg-8{padding-top:.8rem !important}.pt-lg-10{padding-top:1rem !important}.pt-lg-12{padding-top:1.2rem !important}.pt-lg-14{padding-top:1.4rem !important}.pt-lg-16{padding-top:1.6rem !important}.pt-lg-18{padding-top:1.8rem !important}.pt-lg-20{padding-top:2rem !important}.pt-lg-22{padding-top:2.2rem !important}.pt-lg-24{padding-top:2.4rem !important}.pt-lg-26{padding-top:2.6rem !important}.pt-lg-28{padding-top:2.8rem !important}.pt-lg-30{padding-top:3rem !important}.pt-lg-32{padding-top:3.2rem !important}.pt-lg-36{padding-top:3.6rem !important}.pt-lg-38{padding-top:3.8rem !important}.pt-lg-40{padding-top:4rem !important}.pt-lg-44{padding-top:4.4rem !important}.pt-lg-48{padding-top:4.8rem !important}.pt-lg-52{padding-top:5.2rem !important}.pt-lg-56{padding-top:5.6rem !important}.pt-lg-60{padding-top:6rem !important}.pt-lg-64{padding-top:6.4rem !important}.pt-lg-68{padding-top:6.8rem !important}.pt-lg-72{padding-top:7.2rem !important}.pt-lg-76{padding-top:7.6rem !important}.pt-lg-80{padding-top:8rem !important}.pt-lg-90{padding-top:9rem !important}.pt-lg-98{padding-top:9.8rem !important}.pt-lg-106{padding-top:10.6rem !important}.pt-lg-110{padding-top:11rem !important}.pt-lg-118{padding-top:11.8rem !important}.pt-lg-128{padding-top:12.8rem !important}.pt-lg-144{padding-top:14.4rem !important}.pt-lg-148{padding-top:14.8rem !important}.pt-lg-176{padding-top:17.6rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-2{padding-right:.2rem !important}.pe-lg-4{padding-right:.4rem !important}.pe-lg-6{padding-right:.6rem !important}.pe-lg-8{padding-right:.8rem !important}.pe-lg-10{padding-right:1rem !important}.pe-lg-12{padding-right:1.2rem !important}.pe-lg-14{padding-right:1.4rem !important}.pe-lg-16{padding-right:1.6rem !important}.pe-lg-18{padding-right:1.8rem !important}.pe-lg-20{padding-right:2rem !important}.pe-lg-22{padding-right:2.2rem !important}.pe-lg-24{padding-right:2.4rem !important}.pe-lg-26{padding-right:2.6rem !important}.pe-lg-28{padding-right:2.8rem !important}.pe-lg-30{padding-right:3rem !important}.pe-lg-32{padding-right:3.2rem !important}.pe-lg-36{padding-right:3.6rem !important}.pe-lg-38{padding-right:3.8rem !important}.pe-lg-40{padding-right:4rem !important}.pe-lg-44{padding-right:4.4rem !important}.pe-lg-48{padding-right:4.8rem !important}.pe-lg-52{padding-right:5.2rem !important}.pe-lg-56{padding-right:5.6rem !important}.pe-lg-60{padding-right:6rem !important}.pe-lg-64{padding-right:6.4rem !important}.pe-lg-68{padding-right:6.8rem !important}.pe-lg-72{padding-right:7.2rem !important}.pe-lg-76{padding-right:7.6rem !important}.pe-lg-80{padding-right:8rem !important}.pe-lg-90{padding-right:9rem !important}.pe-lg-98{padding-right:9.8rem !important}.pe-lg-106{padding-right:10.6rem !important}.pe-lg-110{padding-right:11rem !important}.pe-lg-118{padding-right:11.8rem !important}.pe-lg-128{padding-right:12.8rem !important}.pe-lg-144{padding-right:14.4rem !important}.pe-lg-148{padding-right:14.8rem !important}.pe-lg-176{padding-right:17.6rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-2{padding-bottom:.2rem !important}.pb-lg-4{padding-bottom:.4rem !important}.pb-lg-6{padding-bottom:.6rem !important}.pb-lg-8{padding-bottom:.8rem !important}.pb-lg-10{padding-bottom:1rem !important}.pb-lg-12{padding-bottom:1.2rem !important}.pb-lg-14{padding-bottom:1.4rem !important}.pb-lg-16{padding-bottom:1.6rem !important}.pb-lg-18{padding-bottom:1.8rem !important}.pb-lg-20{padding-bottom:2rem !important}.pb-lg-22{padding-bottom:2.2rem !important}.pb-lg-24{padding-bottom:2.4rem !important}.pb-lg-26{padding-bottom:2.6rem !important}.pb-lg-28{padding-bottom:2.8rem !important}.pb-lg-30{padding-bottom:3rem !important}.pb-lg-32{padding-bottom:3.2rem !important}.pb-lg-36{padding-bottom:3.6rem !important}.pb-lg-38{padding-bottom:3.8rem !important}.pb-lg-40{padding-bottom:4rem !important}.pb-lg-44{padding-bottom:4.4rem !important}.pb-lg-48{padding-bottom:4.8rem !important}.pb-lg-52{padding-bottom:5.2rem !important}.pb-lg-56{padding-bottom:5.6rem !important}.pb-lg-60{padding-bottom:6rem !important}.pb-lg-64{padding-bottom:6.4rem !important}.pb-lg-68{padding-bottom:6.8rem !important}.pb-lg-72{padding-bottom:7.2rem !important}.pb-lg-76{padding-bottom:7.6rem !important}.pb-lg-80{padding-bottom:8rem !important}.pb-lg-90{padding-bottom:9rem !important}.pb-lg-98{padding-bottom:9.8rem !important}.pb-lg-106{padding-bottom:10.6rem !important}.pb-lg-110{padding-bottom:11rem !important}.pb-lg-118{padding-bottom:11.8rem !important}.pb-lg-128{padding-bottom:12.8rem !important}.pb-lg-144{padding-bottom:14.4rem !important}.pb-lg-148{padding-bottom:14.8rem !important}.pb-lg-176{padding-bottom:17.6rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-2{padding-left:.2rem !important}.ps-lg-4{padding-left:.4rem !important}.ps-lg-6{padding-left:.6rem !important}.ps-lg-8{padding-left:.8rem !important}.ps-lg-10{padding-left:1rem !important}.ps-lg-12{padding-left:1.2rem !important}.ps-lg-14{padding-left:1.4rem !important}.ps-lg-16{padding-left:1.6rem !important}.ps-lg-18{padding-left:1.8rem !important}.ps-lg-20{padding-left:2rem !important}.ps-lg-22{padding-left:2.2rem !important}.ps-lg-24{padding-left:2.4rem !important}.ps-lg-26{padding-left:2.6rem !important}.ps-lg-28{padding-left:2.8rem !important}.ps-lg-30{padding-left:3rem !important}.ps-lg-32{padding-left:3.2rem !important}.ps-lg-36{padding-left:3.6rem !important}.ps-lg-38{padding-left:3.8rem !important}.ps-lg-40{padding-left:4rem !important}.ps-lg-44{padding-left:4.4rem !important}.ps-lg-48{padding-left:4.8rem !important}.ps-lg-52{padding-left:5.2rem !important}.ps-lg-56{padding-left:5.6rem !important}.ps-lg-60{padding-left:6rem !important}.ps-lg-64{padding-left:6.4rem !important}.ps-lg-68{padding-left:6.8rem !important}.ps-lg-72{padding-left:7.2rem !important}.ps-lg-76{padding-left:7.6rem !important}.ps-lg-80{padding-left:8rem !important}.ps-lg-90{padding-left:9rem !important}.ps-lg-98{padding-left:9.8rem !important}.ps-lg-106{padding-left:10.6rem !important}.ps-lg-110{padding-left:11rem !important}.ps-lg-118{padding-left:11.8rem !important}.ps-lg-128{padding-left:12.8rem !important}.ps-lg-144{padding-left:14.4rem !important}.ps-lg-148{padding-left:14.8rem !important}.ps-lg-176{padding-left:17.6rem !important}.gap-lg-0{gap:0 !important}.gap-lg-2{gap:.2rem !important}.gap-lg-4{gap:.4rem !important}.gap-lg-6{gap:.6rem !important}.gap-lg-8{gap:.8rem !important}.gap-lg-10{gap:1rem !important}.gap-lg-12{gap:1.2rem !important}.gap-lg-14{gap:1.4rem !important}.gap-lg-16{gap:1.6rem !important}.gap-lg-18{gap:1.8rem !important}.gap-lg-20{gap:2rem !important}.gap-lg-22{gap:2.2rem !important}.gap-lg-24{gap:2.4rem !important}.gap-lg-26{gap:2.6rem !important}.gap-lg-28{gap:2.8rem !important}.gap-lg-30{gap:3rem !important}.gap-lg-32{gap:3.2rem !important}.gap-lg-36{gap:3.6rem !important}.gap-lg-38{gap:3.8rem !important}.gap-lg-40{gap:4rem !important}.gap-lg-44{gap:4.4rem !important}.gap-lg-48{gap:4.8rem !important}.gap-lg-52{gap:5.2rem !important}.gap-lg-56{gap:5.6rem !important}.gap-lg-60{gap:6rem !important}.gap-lg-64{gap:6.4rem !important}.gap-lg-68{gap:6.8rem !important}.gap-lg-72{gap:7.2rem !important}.gap-lg-76{gap:7.6rem !important}.gap-lg-80{gap:8rem !important}.gap-lg-90{gap:9rem !important}.gap-lg-98{gap:9.8rem !important}.gap-lg-106{gap:10.6rem !important}.gap-lg-110{gap:11rem !important}.gap-lg-118{gap:11.8rem !important}.gap-lg-128{gap:12.8rem !important}.gap-lg-144{gap:14.4rem !important}.gap-lg-148{gap:14.8rem !important}.gap-lg-176{gap:17.6rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-2{row-gap:.2rem !important}.row-gap-lg-4{row-gap:.4rem !important}.row-gap-lg-6{row-gap:.6rem !important}.row-gap-lg-8{row-gap:.8rem !important}.row-gap-lg-10{row-gap:1rem !important}.row-gap-lg-12{row-gap:1.2rem !important}.row-gap-lg-14{row-gap:1.4rem !important}.row-gap-lg-16{row-gap:1.6rem !important}.row-gap-lg-18{row-gap:1.8rem !important}.row-gap-lg-20{row-gap:2rem !important}.row-gap-lg-22{row-gap:2.2rem !important}.row-gap-lg-24{row-gap:2.4rem !important}.row-gap-lg-26{row-gap:2.6rem !important}.row-gap-lg-28{row-gap:2.8rem !important}.row-gap-lg-30{row-gap:3rem !important}.row-gap-lg-32{row-gap:3.2rem !important}.row-gap-lg-36{row-gap:3.6rem !important}.row-gap-lg-38{row-gap:3.8rem !important}.row-gap-lg-40{row-gap:4rem !important}.row-gap-lg-44{row-gap:4.4rem !important}.row-gap-lg-48{row-gap:4.8rem !important}.row-gap-lg-52{row-gap:5.2rem !important}.row-gap-lg-56{row-gap:5.6rem !important}.row-gap-lg-60{row-gap:6rem !important}.row-gap-lg-64{row-gap:6.4rem !important}.row-gap-lg-68{row-gap:6.8rem !important}.row-gap-lg-72{row-gap:7.2rem !important}.row-gap-lg-76{row-gap:7.6rem !important}.row-gap-lg-80{row-gap:8rem !important}.row-gap-lg-90{row-gap:9rem !important}.row-gap-lg-98{row-gap:9.8rem !important}.row-gap-lg-106{row-gap:10.6rem !important}.row-gap-lg-110{row-gap:11rem !important}.row-gap-lg-118{row-gap:11.8rem !important}.row-gap-lg-128{row-gap:12.8rem !important}.row-gap-lg-144{row-gap:14.4rem !important}.row-gap-lg-148{row-gap:14.8rem !important}.row-gap-lg-176{row-gap:17.6rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-2{column-gap:.2rem !important}.column-gap-lg-4{column-gap:.4rem !important}.column-gap-lg-6{column-gap:.6rem !important}.column-gap-lg-8{column-gap:.8rem !important}.column-gap-lg-10{column-gap:1rem !important}.column-gap-lg-12{column-gap:1.2rem !important}.column-gap-lg-14{column-gap:1.4rem !important}.column-gap-lg-16{column-gap:1.6rem !important}.column-gap-lg-18{column-gap:1.8rem !important}.column-gap-lg-20{column-gap:2rem !important}.column-gap-lg-22{column-gap:2.2rem !important}.column-gap-lg-24{column-gap:2.4rem !important}.column-gap-lg-26{column-gap:2.6rem !important}.column-gap-lg-28{column-gap:2.8rem !important}.column-gap-lg-30{column-gap:3rem !important}.column-gap-lg-32{column-gap:3.2rem !important}.column-gap-lg-36{column-gap:3.6rem !important}.column-gap-lg-38{column-gap:3.8rem !important}.column-gap-lg-40{column-gap:4rem !important}.column-gap-lg-44{column-gap:4.4rem !important}.column-gap-lg-48{column-gap:4.8rem !important}.column-gap-lg-52{column-gap:5.2rem !important}.column-gap-lg-56{column-gap:5.6rem !important}.column-gap-lg-60{column-gap:6rem !important}.column-gap-lg-64{column-gap:6.4rem !important}.column-gap-lg-68{column-gap:6.8rem !important}.column-gap-lg-72{column-gap:7.2rem !important}.column-gap-lg-76{column-gap:7.6rem !important}.column-gap-lg-80{column-gap:8rem !important}.column-gap-lg-90{column-gap:9rem !important}.column-gap-lg-98{column-gap:9.8rem !important}.column-gap-lg-106{column-gap:10.6rem !important}.column-gap-lg-110{column-gap:11rem !important}.column-gap-lg-118{column-gap:11.8rem !important}.column-gap-lg-128{column-gap:12.8rem !important}.column-gap-lg-144{column-gap:14.4rem !important}.column-gap-lg-148{column-gap:14.8rem !important}.column-gap-lg-176{column-gap:17.6rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-2{margin:.2rem !important}.m-xl-4{margin:.4rem !important}.m-xl-6{margin:.6rem !important}.m-xl-8{margin:.8rem !important}.m-xl-10{margin:1rem !important}.m-xl-12{margin:1.2rem !important}.m-xl-14{margin:1.4rem !important}.m-xl-16{margin:1.6rem !important}.m-xl-18{margin:1.8rem !important}.m-xl-20{margin:2rem !important}.m-xl-22{margin:2.2rem !important}.m-xl-24{margin:2.4rem !important}.m-xl-26{margin:2.6rem !important}.m-xl-28{margin:2.8rem !important}.m-xl-30{margin:3rem !important}.m-xl-32{margin:3.2rem !important}.m-xl-36{margin:3.6rem !important}.m-xl-38{margin:3.8rem !important}.m-xl-40{margin:4rem !important}.m-xl-44{margin:4.4rem !important}.m-xl-48{margin:4.8rem !important}.m-xl-52{margin:5.2rem !important}.m-xl-56{margin:5.6rem !important}.m-xl-60{margin:6rem !important}.m-xl-64{margin:6.4rem !important}.m-xl-68{margin:6.8rem !important}.m-xl-72{margin:7.2rem !important}.m-xl-76{margin:7.6rem !important}.m-xl-80{margin:8rem !important}.m-xl-90{margin:9rem !important}.m-xl-98{margin:9.8rem !important}.m-xl-106{margin:10.6rem !important}.m-xl-110{margin:11rem !important}.m-xl-118{margin:11.8rem !important}.m-xl-128{margin:12.8rem !important}.m-xl-144{margin:14.4rem !important}.m-xl-148{margin:14.8rem !important}.m-xl-176{margin:17.6rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-2{margin-right:.2rem !important;margin-left:.2rem !important}.mx-xl-4{margin-right:.4rem !important;margin-left:.4rem !important}.mx-xl-6{margin-right:.6rem !important;margin-left:.6rem !important}.mx-xl-8{margin-right:.8rem !important;margin-left:.8rem !important}.mx-xl-10{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-12{margin-right:1.2rem !important;margin-left:1.2rem !important}.mx-xl-14{margin-right:1.4rem !important;margin-left:1.4rem !important}.mx-xl-16{margin-right:1.6rem !important;margin-left:1.6rem !important}.mx-xl-18{margin-right:1.8rem !important;margin-left:1.8rem !important}.mx-xl-20{margin-right:2rem !important;margin-left:2rem !important}.mx-xl-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-xl-24{margin-right:2.4rem !important;margin-left:2.4rem !important}.mx-xl-26{margin-right:2.6rem !important;margin-left:2.6rem !important}.mx-xl-28{margin-right:2.8rem !important;margin-left:2.8rem !important}.mx-xl-30{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-32{margin-right:3.2rem !important;margin-left:3.2rem !important}.mx-xl-36{margin-right:3.6rem !important;margin-left:3.6rem !important}.mx-xl-38{margin-right:3.8rem !important;margin-left:3.8rem !important}.mx-xl-40{margin-right:4rem !important;margin-left:4rem !important}.mx-xl-44{margin-right:4.4rem !important;margin-left:4.4rem !important}.mx-xl-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-xl-52{margin-right:5.2rem !important;margin-left:5.2rem !important}.mx-xl-56{margin-right:5.6rem !important;margin-left:5.6rem !important}.mx-xl-60{margin-right:6rem !important;margin-left:6rem !important}.mx-xl-64{margin-right:6.4rem !important;margin-left:6.4rem !important}.mx-xl-68{margin-right:6.8rem !important;margin-left:6.8rem !important}.mx-xl-72{margin-right:7.2rem !important;margin-left:7.2rem !important}.mx-xl-76{margin-right:7.6rem !important;margin-left:7.6rem !important}.mx-xl-80{margin-right:8rem !important;margin-left:8rem !important}.mx-xl-90{margin-right:9rem !important;margin-left:9rem !important}.mx-xl-98{margin-right:9.8rem !important;margin-left:9.8rem !important}.mx-xl-106{margin-right:10.6rem !important;margin-left:10.6rem !important}.mx-xl-110{margin-right:11rem !important;margin-left:11rem !important}.mx-xl-118{margin-right:11.8rem !important;margin-left:11.8rem !important}.mx-xl-128{margin-right:12.8rem !important;margin-left:12.8rem !important}.mx-xl-144{margin-right:14.4rem !important;margin-left:14.4rem !important}.mx-xl-148{margin-right:14.8rem !important;margin-left:14.8rem !important}.mx-xl-176{margin-right:17.6rem !important;margin-left:17.6rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-2{margin-top:.2rem !important;margin-bottom:.2rem !important}.my-xl-4{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-xl-6{margin-top:.6rem !important;margin-bottom:.6rem !important}.my-xl-8{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-xl-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-12{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-xl-14{margin-top:1.4rem !important;margin-bottom:1.4rem !important}.my-xl-16{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-xl-18{margin-top:1.8rem !important;margin-bottom:1.8rem !important}.my-xl-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-xl-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-xl-24{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-xl-26{margin-top:2.6rem !important;margin-bottom:2.6rem !important}.my-xl-28{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-xl-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-32{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-xl-36{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-xl-38{margin-top:3.8rem !important;margin-bottom:3.8rem !important}.my-xl-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-xl-44{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-xl-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-xl-52{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-xl-56{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-xl-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-xl-64{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-xl-68{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-xl-72{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-xl-76{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-xl-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-xl-90{margin-top:9rem !important;margin-bottom:9rem !important}.my-xl-98{margin-top:9.8rem !important;margin-bottom:9.8rem !important}.my-xl-106{margin-top:10.6rem !important;margin-bottom:10.6rem !important}.my-xl-110{margin-top:11rem !important;margin-bottom:11rem !important}.my-xl-118{margin-top:11.8rem !important;margin-bottom:11.8rem !important}.my-xl-128{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-xl-144{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-xl-148{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-xl-176{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-2{margin-top:.2rem !important}.mt-xl-4{margin-top:.4rem !important}.mt-xl-6{margin-top:.6rem !important}.mt-xl-8{margin-top:.8rem !important}.mt-xl-10{margin-top:1rem !important}.mt-xl-12{margin-top:1.2rem !important}.mt-xl-14{margin-top:1.4rem !important}.mt-xl-16{margin-top:1.6rem !important}.mt-xl-18{margin-top:1.8rem !important}.mt-xl-20{margin-top:2rem !important}.mt-xl-22{margin-top:2.2rem !important}.mt-xl-24{margin-top:2.4rem !important}.mt-xl-26{margin-top:2.6rem !important}.mt-xl-28{margin-top:2.8rem !important}.mt-xl-30{margin-top:3rem !important}.mt-xl-32{margin-top:3.2rem !important}.mt-xl-36{margin-top:3.6rem !important}.mt-xl-38{margin-top:3.8rem !important}.mt-xl-40{margin-top:4rem !important}.mt-xl-44{margin-top:4.4rem !important}.mt-xl-48{margin-top:4.8rem !important}.mt-xl-52{margin-top:5.2rem !important}.mt-xl-56{margin-top:5.6rem !important}.mt-xl-60{margin-top:6rem !important}.mt-xl-64{margin-top:6.4rem !important}.mt-xl-68{margin-top:6.8rem !important}.mt-xl-72{margin-top:7.2rem !important}.mt-xl-76{margin-top:7.6rem !important}.mt-xl-80{margin-top:8rem !important}.mt-xl-90{margin-top:9rem !important}.mt-xl-98{margin-top:9.8rem !important}.mt-xl-106{margin-top:10.6rem !important}.mt-xl-110{margin-top:11rem !important}.mt-xl-118{margin-top:11.8rem !important}.mt-xl-128{margin-top:12.8rem !important}.mt-xl-144{margin-top:14.4rem !important}.mt-xl-148{margin-top:14.8rem !important}.mt-xl-176{margin-top:17.6rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-2{margin-right:.2rem !important}.me-xl-4{margin-right:.4rem !important}.me-xl-6{margin-right:.6rem !important}.me-xl-8{margin-right:.8rem !important}.me-xl-10{margin-right:1rem !important}.me-xl-12{margin-right:1.2rem !important}.me-xl-14{margin-right:1.4rem !important}.me-xl-16{margin-right:1.6rem !important}.me-xl-18{margin-right:1.8rem !important}.me-xl-20{margin-right:2rem !important}.me-xl-22{margin-right:2.2rem !important}.me-xl-24{margin-right:2.4rem !important}.me-xl-26{margin-right:2.6rem !important}.me-xl-28{margin-right:2.8rem !important}.me-xl-30{margin-right:3rem !important}.me-xl-32{margin-right:3.2rem !important}.me-xl-36{margin-right:3.6rem !important}.me-xl-38{margin-right:3.8rem !important}.me-xl-40{margin-right:4rem !important}.me-xl-44{margin-right:4.4rem !important}.me-xl-48{margin-right:4.8rem !important}.me-xl-52{margin-right:5.2rem !important}.me-xl-56{margin-right:5.6rem !important}.me-xl-60{margin-right:6rem !important}.me-xl-64{margin-right:6.4rem !important}.me-xl-68{margin-right:6.8rem !important}.me-xl-72{margin-right:7.2rem !important}.me-xl-76{margin-right:7.6rem !important}.me-xl-80{margin-right:8rem !important}.me-xl-90{margin-right:9rem !important}.me-xl-98{margin-right:9.8rem !important}.me-xl-106{margin-right:10.6rem !important}.me-xl-110{margin-right:11rem !important}.me-xl-118{margin-right:11.8rem !important}.me-xl-128{margin-right:12.8rem !important}.me-xl-144{margin-right:14.4rem !important}.me-xl-148{margin-right:14.8rem !important}.me-xl-176{margin-right:17.6rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-2{margin-bottom:.2rem !important}.mb-xl-4{margin-bottom:.4rem !important}.mb-xl-6{margin-bottom:.6rem !important}.mb-xl-8{margin-bottom:.8rem !important}.mb-xl-10{margin-bottom:1rem !important}.mb-xl-12{margin-bottom:1.2rem !important}.mb-xl-14{margin-bottom:1.4rem !important}.mb-xl-16{margin-bottom:1.6rem !important}.mb-xl-18{margin-bottom:1.8rem !important}.mb-xl-20{margin-bottom:2rem !important}.mb-xl-22{margin-bottom:2.2rem !important}.mb-xl-24{margin-bottom:2.4rem !important}.mb-xl-26{margin-bottom:2.6rem !important}.mb-xl-28{margin-bottom:2.8rem !important}.mb-xl-30{margin-bottom:3rem !important}.mb-xl-32{margin-bottom:3.2rem !important}.mb-xl-36{margin-bottom:3.6rem !important}.mb-xl-38{margin-bottom:3.8rem !important}.mb-xl-40{margin-bottom:4rem !important}.mb-xl-44{margin-bottom:4.4rem !important}.mb-xl-48{margin-bottom:4.8rem !important}.mb-xl-52{margin-bottom:5.2rem !important}.mb-xl-56{margin-bottom:5.6rem !important}.mb-xl-60{margin-bottom:6rem !important}.mb-xl-64{margin-bottom:6.4rem !important}.mb-xl-68{margin-bottom:6.8rem !important}.mb-xl-72{margin-bottom:7.2rem !important}.mb-xl-76{margin-bottom:7.6rem !important}.mb-xl-80{margin-bottom:8rem !important}.mb-xl-90{margin-bottom:9rem !important}.mb-xl-98{margin-bottom:9.8rem !important}.mb-xl-106{margin-bottom:10.6rem !important}.mb-xl-110{margin-bottom:11rem !important}.mb-xl-118{margin-bottom:11.8rem !important}.mb-xl-128{margin-bottom:12.8rem !important}.mb-xl-144{margin-bottom:14.4rem !important}.mb-xl-148{margin-bottom:14.8rem !important}.mb-xl-176{margin-bottom:17.6rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-2{margin-left:.2rem !important}.ms-xl-4{margin-left:.4rem !important}.ms-xl-6{margin-left:.6rem !important}.ms-xl-8{margin-left:.8rem !important}.ms-xl-10{margin-left:1rem !important}.ms-xl-12{margin-left:1.2rem !important}.ms-xl-14{margin-left:1.4rem !important}.ms-xl-16{margin-left:1.6rem !important}.ms-xl-18{margin-left:1.8rem !important}.ms-xl-20{margin-left:2rem !important}.ms-xl-22{margin-left:2.2rem !important}.ms-xl-24{margin-left:2.4rem !important}.ms-xl-26{margin-left:2.6rem !important}.ms-xl-28{margin-left:2.8rem !important}.ms-xl-30{margin-left:3rem !important}.ms-xl-32{margin-left:3.2rem !important}.ms-xl-36{margin-left:3.6rem !important}.ms-xl-38{margin-left:3.8rem !important}.ms-xl-40{margin-left:4rem !important}.ms-xl-44{margin-left:4.4rem !important}.ms-xl-48{margin-left:4.8rem !important}.ms-xl-52{margin-left:5.2rem !important}.ms-xl-56{margin-left:5.6rem !important}.ms-xl-60{margin-left:6rem !important}.ms-xl-64{margin-left:6.4rem !important}.ms-xl-68{margin-left:6.8rem !important}.ms-xl-72{margin-left:7.2rem !important}.ms-xl-76{margin-left:7.6rem !important}.ms-xl-80{margin-left:8rem !important}.ms-xl-90{margin-left:9rem !important}.ms-xl-98{margin-left:9.8rem !important}.ms-xl-106{margin-left:10.6rem !important}.ms-xl-110{margin-left:11rem !important}.ms-xl-118{margin-left:11.8rem !important}.ms-xl-128{margin-left:12.8rem !important}.ms-xl-144{margin-left:14.4rem !important}.ms-xl-148{margin-left:14.8rem !important}.ms-xl-176{margin-left:17.6rem !important}.ms-xl-auto{margin-left:auto !important}.m-xl-n2{margin:-0.2rem !important}.m-xl-n4{margin:-0.4rem !important}.m-xl-n6{margin:-0.6rem !important}.m-xl-n8{margin:-0.8rem !important}.m-xl-n10{margin:-1rem !important}.m-xl-n12{margin:-1.2rem !important}.m-xl-n14{margin:-1.4rem !important}.m-xl-n16{margin:-1.6rem !important}.m-xl-n18{margin:-1.8rem !important}.m-xl-n20{margin:-2rem !important}.m-xl-n22{margin:-2.2rem !important}.m-xl-n24{margin:-2.4rem !important}.m-xl-n26{margin:-2.6rem !important}.m-xl-n28{margin:-2.8rem !important}.m-xl-n30{margin:-3rem !important}.m-xl-n32{margin:-3.2rem !important}.m-xl-n36{margin:-3.6rem !important}.m-xl-n38{margin:-3.8rem !important}.m-xl-n40{margin:-4rem !important}.m-xl-n44{margin:-4.4rem !important}.m-xl-n48{margin:-4.8rem !important}.m-xl-n52{margin:-5.2rem !important}.m-xl-n56{margin:-5.6rem !important}.m-xl-n60{margin:-6rem !important}.m-xl-n64{margin:-6.4rem !important}.m-xl-n68{margin:-6.8rem !important}.m-xl-n72{margin:-7.2rem !important}.m-xl-n76{margin:-7.6rem !important}.m-xl-n80{margin:-8rem !important}.m-xl-n90{margin:-9rem !important}.m-xl-n98{margin:-9.8rem !important}.m-xl-n106{margin:-10.6rem !important}.m-xl-n110{margin:-11rem !important}.m-xl-n118{margin:-11.8rem !important}.m-xl-n128{margin:-12.8rem !important}.m-xl-n144{margin:-14.4rem !important}.m-xl-n148{margin:-14.8rem !important}.m-xl-n176{margin:-17.6rem !important}.mx-xl-n2{margin-right:-0.2rem !important;margin-left:-0.2rem !important}.mx-xl-n4{margin-right:-0.4rem !important;margin-left:-0.4rem !important}.mx-xl-n6{margin-right:-0.6rem !important;margin-left:-0.6rem !important}.mx-xl-n8{margin-right:-0.8rem !important;margin-left:-0.8rem !important}.mx-xl-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n12{margin-right:-1.2rem !important;margin-left:-1.2rem !important}.mx-xl-n14{margin-right:-1.4rem !important;margin-left:-1.4rem !important}.mx-xl-n16{margin-right:-1.6rem !important;margin-left:-1.6rem !important}.mx-xl-n18{margin-right:-1.8rem !important;margin-left:-1.8rem !important}.mx-xl-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xl-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-xl-n24{margin-right:-2.4rem !important;margin-left:-2.4rem !important}.mx-xl-n26{margin-right:-2.6rem !important;margin-left:-2.6rem !important}.mx-xl-n28{margin-right:-2.8rem !important;margin-left:-2.8rem !important}.mx-xl-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xl-n32{margin-right:-3.2rem !important;margin-left:-3.2rem !important}.mx-xl-n36{margin-right:-3.6rem !important;margin-left:-3.6rem !important}.mx-xl-n38{margin-right:-3.8rem !important;margin-left:-3.8rem !important}.mx-xl-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xl-n44{margin-right:-4.4rem !important;margin-left:-4.4rem !important}.mx-xl-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-xl-n52{margin-right:-5.2rem !important;margin-left:-5.2rem !important}.mx-xl-n56{margin-right:-5.6rem !important;margin-left:-5.6rem !important}.mx-xl-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xl-n64{margin-right:-6.4rem !important;margin-left:-6.4rem !important}.mx-xl-n68{margin-right:-6.8rem !important;margin-left:-6.8rem !important}.mx-xl-n72{margin-right:-7.2rem !important;margin-left:-7.2rem !important}.mx-xl-n76{margin-right:-7.6rem !important;margin-left:-7.6rem !important}.mx-xl-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-xl-n90{margin-right:-9rem !important;margin-left:-9rem !important}.mx-xl-n98{margin-right:-9.8rem !important;margin-left:-9.8rem !important}.mx-xl-n106{margin-right:-10.6rem !important;margin-left:-10.6rem !important}.mx-xl-n110{margin-right:-11rem !important;margin-left:-11rem !important}.mx-xl-n118{margin-right:-11.8rem !important;margin-left:-11.8rem !important}.mx-xl-n128{margin-right:-12.8rem !important;margin-left:-12.8rem !important}.mx-xl-n144{margin-right:-14.4rem !important;margin-left:-14.4rem !important}.mx-xl-n148{margin-right:-14.8rem !important;margin-left:-14.8rem !important}.mx-xl-n176{margin-right:-17.6rem !important;margin-left:-17.6rem !important}.my-xl-n2{margin-top:-0.2rem !important;margin-bottom:-0.2rem !important}.my-xl-n4{margin-top:-0.4rem !important;margin-bottom:-0.4rem !important}.my-xl-n6{margin-top:-0.6rem !important;margin-bottom:-0.6rem !important}.my-xl-n8{margin-top:-0.8rem !important;margin-bottom:-0.8rem !important}.my-xl-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n12{margin-top:-1.2rem !important;margin-bottom:-1.2rem !important}.my-xl-n14{margin-top:-1.4rem !important;margin-bottom:-1.4rem !important}.my-xl-n16{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important}.my-xl-n18{margin-top:-1.8rem !important;margin-bottom:-1.8rem !important}.my-xl-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xl-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-xl-n24{margin-top:-2.4rem !important;margin-bottom:-2.4rem !important}.my-xl-n26{margin-top:-2.6rem !important;margin-bottom:-2.6rem !important}.my-xl-n28{margin-top:-2.8rem !important;margin-bottom:-2.8rem !important}.my-xl-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xl-n32{margin-top:-3.2rem !important;margin-bottom:-3.2rem !important}.my-xl-n36{margin-top:-3.6rem !important;margin-bottom:-3.6rem !important}.my-xl-n38{margin-top:-3.8rem !important;margin-bottom:-3.8rem !important}.my-xl-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xl-n44{margin-top:-4.4rem !important;margin-bottom:-4.4rem !important}.my-xl-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-xl-n52{margin-top:-5.2rem !important;margin-bottom:-5.2rem !important}.my-xl-n56{margin-top:-5.6rem !important;margin-bottom:-5.6rem !important}.my-xl-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xl-n64{margin-top:-6.4rem !important;margin-bottom:-6.4rem !important}.my-xl-n68{margin-top:-6.8rem !important;margin-bottom:-6.8rem !important}.my-xl-n72{margin-top:-7.2rem !important;margin-bottom:-7.2rem !important}.my-xl-n76{margin-top:-7.6rem !important;margin-bottom:-7.6rem !important}.my-xl-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-xl-n90{margin-top:-9rem !important;margin-bottom:-9rem !important}.my-xl-n98{margin-top:-9.8rem !important;margin-bottom:-9.8rem !important}.my-xl-n106{margin-top:-10.6rem !important;margin-bottom:-10.6rem !important}.my-xl-n110{margin-top:-11rem !important;margin-bottom:-11rem !important}.my-xl-n118{margin-top:-11.8rem !important;margin-bottom:-11.8rem !important}.my-xl-n128{margin-top:-12.8rem !important;margin-bottom:-12.8rem !important}.my-xl-n144{margin-top:-14.4rem !important;margin-bottom:-14.4rem !important}.my-xl-n148{margin-top:-14.8rem !important;margin-bottom:-14.8rem !important}.my-xl-n176{margin-top:-17.6rem !important;margin-bottom:-17.6rem !important}.mt-xl-n2{margin-top:-0.2rem !important}.mt-xl-n4{margin-top:-0.4rem !important}.mt-xl-n6{margin-top:-0.6rem !important}.mt-xl-n8{margin-top:-0.8rem !important}.mt-xl-n10{margin-top:-1rem !important}.mt-xl-n12{margin-top:-1.2rem !important}.mt-xl-n14{margin-top:-1.4rem !important}.mt-xl-n16{margin-top:-1.6rem !important}.mt-xl-n18{margin-top:-1.8rem !important}.mt-xl-n20{margin-top:-2rem !important}.mt-xl-n22{margin-top:-2.2rem !important}.mt-xl-n24{margin-top:-2.4rem !important}.mt-xl-n26{margin-top:-2.6rem !important}.mt-xl-n28{margin-top:-2.8rem !important}.mt-xl-n30{margin-top:-3rem !important}.mt-xl-n32{margin-top:-3.2rem !important}.mt-xl-n36{margin-top:-3.6rem !important}.mt-xl-n38{margin-top:-3.8rem !important}.mt-xl-n40{margin-top:-4rem !important}.mt-xl-n44{margin-top:-4.4rem !important}.mt-xl-n48{margin-top:-4.8rem !important}.mt-xl-n52{margin-top:-5.2rem !important}.mt-xl-n56{margin-top:-5.6rem !important}.mt-xl-n60{margin-top:-6rem !important}.mt-xl-n64{margin-top:-6.4rem !important}.mt-xl-n68{margin-top:-6.8rem !important}.mt-xl-n72{margin-top:-7.2rem !important}.mt-xl-n76{margin-top:-7.6rem !important}.mt-xl-n80{margin-top:-8rem !important}.mt-xl-n90{margin-top:-9rem !important}.mt-xl-n98{margin-top:-9.8rem !important}.mt-xl-n106{margin-top:-10.6rem !important}.mt-xl-n110{margin-top:-11rem !important}.mt-xl-n118{margin-top:-11.8rem !important}.mt-xl-n128{margin-top:-12.8rem !important}.mt-xl-n144{margin-top:-14.4rem !important}.mt-xl-n148{margin-top:-14.8rem !important}.mt-xl-n176{margin-top:-17.6rem !important}.me-xl-n2{margin-right:-0.2rem !important}.me-xl-n4{margin-right:-0.4rem !important}.me-xl-n6{margin-right:-0.6rem !important}.me-xl-n8{margin-right:-0.8rem !important}.me-xl-n10{margin-right:-1rem !important}.me-xl-n12{margin-right:-1.2rem !important}.me-xl-n14{margin-right:-1.4rem !important}.me-xl-n16{margin-right:-1.6rem !important}.me-xl-n18{margin-right:-1.8rem !important}.me-xl-n20{margin-right:-2rem !important}.me-xl-n22{margin-right:-2.2rem !important}.me-xl-n24{margin-right:-2.4rem !important}.me-xl-n26{margin-right:-2.6rem !important}.me-xl-n28{margin-right:-2.8rem !important}.me-xl-n30{margin-right:-3rem !important}.me-xl-n32{margin-right:-3.2rem !important}.me-xl-n36{margin-right:-3.6rem !important}.me-xl-n38{margin-right:-3.8rem !important}.me-xl-n40{margin-right:-4rem !important}.me-xl-n44{margin-right:-4.4rem !important}.me-xl-n48{margin-right:-4.8rem !important}.me-xl-n52{margin-right:-5.2rem !important}.me-xl-n56{margin-right:-5.6rem !important}.me-xl-n60{margin-right:-6rem !important}.me-xl-n64{margin-right:-6.4rem !important}.me-xl-n68{margin-right:-6.8rem !important}.me-xl-n72{margin-right:-7.2rem !important}.me-xl-n76{margin-right:-7.6rem !important}.me-xl-n80{margin-right:-8rem !important}.me-xl-n90{margin-right:-9rem !important}.me-xl-n98{margin-right:-9.8rem !important}.me-xl-n106{margin-right:-10.6rem !important}.me-xl-n110{margin-right:-11rem !important}.me-xl-n118{margin-right:-11.8rem !important}.me-xl-n128{margin-right:-12.8rem !important}.me-xl-n144{margin-right:-14.4rem !important}.me-xl-n148{margin-right:-14.8rem !important}.me-xl-n176{margin-right:-17.6rem !important}.mb-xl-n2{margin-bottom:-0.2rem !important}.mb-xl-n4{margin-bottom:-0.4rem !important}.mb-xl-n6{margin-bottom:-0.6rem !important}.mb-xl-n8{margin-bottom:-0.8rem !important}.mb-xl-n10{margin-bottom:-1rem !important}.mb-xl-n12{margin-bottom:-1.2rem !important}.mb-xl-n14{margin-bottom:-1.4rem !important}.mb-xl-n16{margin-bottom:-1.6rem !important}.mb-xl-n18{margin-bottom:-1.8rem !important}.mb-xl-n20{margin-bottom:-2rem !important}.mb-xl-n22{margin-bottom:-2.2rem !important}.mb-xl-n24{margin-bottom:-2.4rem !important}.mb-xl-n26{margin-bottom:-2.6rem !important}.mb-xl-n28{margin-bottom:-2.8rem !important}.mb-xl-n30{margin-bottom:-3rem !important}.mb-xl-n32{margin-bottom:-3.2rem !important}.mb-xl-n36{margin-bottom:-3.6rem !important}.mb-xl-n38{margin-bottom:-3.8rem !important}.mb-xl-n40{margin-bottom:-4rem !important}.mb-xl-n44{margin-bottom:-4.4rem !important}.mb-xl-n48{margin-bottom:-4.8rem !important}.mb-xl-n52{margin-bottom:-5.2rem !important}.mb-xl-n56{margin-bottom:-5.6rem !important}.mb-xl-n60{margin-bottom:-6rem !important}.mb-xl-n64{margin-bottom:-6.4rem !important}.mb-xl-n68{margin-bottom:-6.8rem !important}.mb-xl-n72{margin-bottom:-7.2rem !important}.mb-xl-n76{margin-bottom:-7.6rem !important}.mb-xl-n80{margin-bottom:-8rem !important}.mb-xl-n90{margin-bottom:-9rem !important}.mb-xl-n98{margin-bottom:-9.8rem !important}.mb-xl-n106{margin-bottom:-10.6rem !important}.mb-xl-n110{margin-bottom:-11rem !important}.mb-xl-n118{margin-bottom:-11.8rem !important}.mb-xl-n128{margin-bottom:-12.8rem !important}.mb-xl-n144{margin-bottom:-14.4rem !important}.mb-xl-n148{margin-bottom:-14.8rem !important}.mb-xl-n176{margin-bottom:-17.6rem !important}.ms-xl-n2{margin-left:-0.2rem !important}.ms-xl-n4{margin-left:-0.4rem !important}.ms-xl-n6{margin-left:-0.6rem !important}.ms-xl-n8{margin-left:-0.8rem !important}.ms-xl-n10{margin-left:-1rem !important}.ms-xl-n12{margin-left:-1.2rem !important}.ms-xl-n14{margin-left:-1.4rem !important}.ms-xl-n16{margin-left:-1.6rem !important}.ms-xl-n18{margin-left:-1.8rem !important}.ms-xl-n20{margin-left:-2rem !important}.ms-xl-n22{margin-left:-2.2rem !important}.ms-xl-n24{margin-left:-2.4rem !important}.ms-xl-n26{margin-left:-2.6rem !important}.ms-xl-n28{margin-left:-2.8rem !important}.ms-xl-n30{margin-left:-3rem !important}.ms-xl-n32{margin-left:-3.2rem !important}.ms-xl-n36{margin-left:-3.6rem !important}.ms-xl-n38{margin-left:-3.8rem !important}.ms-xl-n40{margin-left:-4rem !important}.ms-xl-n44{margin-left:-4.4rem !important}.ms-xl-n48{margin-left:-4.8rem !important}.ms-xl-n52{margin-left:-5.2rem !important}.ms-xl-n56{margin-left:-5.6rem !important}.ms-xl-n60{margin-left:-6rem !important}.ms-xl-n64{margin-left:-6.4rem !important}.ms-xl-n68{margin-left:-6.8rem !important}.ms-xl-n72{margin-left:-7.2rem !important}.ms-xl-n76{margin-left:-7.6rem !important}.ms-xl-n80{margin-left:-8rem !important}.ms-xl-n90{margin-left:-9rem !important}.ms-xl-n98{margin-left:-9.8rem !important}.ms-xl-n106{margin-left:-10.6rem !important}.ms-xl-n110{margin-left:-11rem !important}.ms-xl-n118{margin-left:-11.8rem !important}.ms-xl-n128{margin-left:-12.8rem !important}.ms-xl-n144{margin-left:-14.4rem !important}.ms-xl-n148{margin-left:-14.8rem !important}.ms-xl-n176{margin-left:-17.6rem !important}.p-xl-0{padding:0 !important}.p-xl-2{padding:.2rem !important}.p-xl-4{padding:.4rem !important}.p-xl-6{padding:.6rem !important}.p-xl-8{padding:.8rem !important}.p-xl-10{padding:1rem !important}.p-xl-12{padding:1.2rem !important}.p-xl-14{padding:1.4rem !important}.p-xl-16{padding:1.6rem !important}.p-xl-18{padding:1.8rem !important}.p-xl-20{padding:2rem !important}.p-xl-22{padding:2.2rem !important}.p-xl-24{padding:2.4rem !important}.p-xl-26{padding:2.6rem !important}.p-xl-28{padding:2.8rem !important}.p-xl-30{padding:3rem !important}.p-xl-32{padding:3.2rem !important}.p-xl-36{padding:3.6rem !important}.p-xl-38{padding:3.8rem !important}.p-xl-40{padding:4rem !important}.p-xl-44{padding:4.4rem !important}.p-xl-48{padding:4.8rem !important}.p-xl-52{padding:5.2rem !important}.p-xl-56{padding:5.6rem !important}.p-xl-60{padding:6rem !important}.p-xl-64{padding:6.4rem !important}.p-xl-68{padding:6.8rem !important}.p-xl-72{padding:7.2rem !important}.p-xl-76{padding:7.6rem !important}.p-xl-80{padding:8rem !important}.p-xl-90{padding:9rem !important}.p-xl-98{padding:9.8rem !important}.p-xl-106{padding:10.6rem !important}.p-xl-110{padding:11rem !important}.p-xl-118{padding:11.8rem !important}.p-xl-128{padding:12.8rem !important}.p-xl-144{padding:14.4rem !important}.p-xl-148{padding:14.8rem !important}.p-xl-176{padding:17.6rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-2{padding-right:.2rem !important;padding-left:.2rem !important}.px-xl-4{padding-right:.4rem !important;padding-left:.4rem !important}.px-xl-6{padding-right:.6rem !important;padding-left:.6rem !important}.px-xl-8{padding-right:.8rem !important;padding-left:.8rem !important}.px-xl-10{padding-right:1rem !important;padding-left:1rem !important}.px-xl-12{padding-right:1.2rem !important;padding-left:1.2rem !important}.px-xl-14{padding-right:1.4rem !important;padding-left:1.4rem !important}.px-xl-16{padding-right:1.6rem !important;padding-left:1.6rem !important}.px-xl-18{padding-right:1.8rem !important;padding-left:1.8rem !important}.px-xl-20{padding-right:2rem !important;padding-left:2rem !important}.px-xl-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-xl-24{padding-right:2.4rem !important;padding-left:2.4rem !important}.px-xl-26{padding-right:2.6rem !important;padding-left:2.6rem !important}.px-xl-28{padding-right:2.8rem !important;padding-left:2.8rem !important}.px-xl-30{padding-right:3rem !important;padding-left:3rem !important}.px-xl-32{padding-right:3.2rem !important;padding-left:3.2rem !important}.px-xl-36{padding-right:3.6rem !important;padding-left:3.6rem !important}.px-xl-38{padding-right:3.8rem !important;padding-left:3.8rem !important}.px-xl-40{padding-right:4rem !important;padding-left:4rem !important}.px-xl-44{padding-right:4.4rem !important;padding-left:4.4rem !important}.px-xl-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-xl-52{padding-right:5.2rem !important;padding-left:5.2rem !important}.px-xl-56{padding-right:5.6rem !important;padding-left:5.6rem !important}.px-xl-60{padding-right:6rem !important;padding-left:6rem !important}.px-xl-64{padding-right:6.4rem !important;padding-left:6.4rem !important}.px-xl-68{padding-right:6.8rem !important;padding-left:6.8rem !important}.px-xl-72{padding-right:7.2rem !important;padding-left:7.2rem !important}.px-xl-76{padding-right:7.6rem !important;padding-left:7.6rem !important}.px-xl-80{padding-right:8rem !important;padding-left:8rem !important}.px-xl-90{padding-right:9rem !important;padding-left:9rem !important}.px-xl-98{padding-right:9.8rem !important;padding-left:9.8rem !important}.px-xl-106{padding-right:10.6rem !important;padding-left:10.6rem !important}.px-xl-110{padding-right:11rem !important;padding-left:11rem !important}.px-xl-118{padding-right:11.8rem !important;padding-left:11.8rem !important}.px-xl-128{padding-right:12.8rem !important;padding-left:12.8rem !important}.px-xl-144{padding-right:14.4rem !important;padding-left:14.4rem !important}.px-xl-148{padding-right:14.8rem !important;padding-left:14.8rem !important}.px-xl-176{padding-right:17.6rem !important;padding-left:17.6rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-2{padding-top:.2rem !important;padding-bottom:.2rem !important}.py-xl-4{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-xl-6{padding-top:.6rem !important;padding-bottom:.6rem !important}.py-xl-8{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-xl-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-12{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-xl-14{padding-top:1.4rem !important;padding-bottom:1.4rem !important}.py-xl-16{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-xl-18{padding-top:1.8rem !important;padding-bottom:1.8rem !important}.py-xl-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-xl-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-xl-24{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-xl-26{padding-top:2.6rem !important;padding-bottom:2.6rem !important}.py-xl-28{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-xl-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-xl-32{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-xl-36{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-xl-38{padding-top:3.8rem !important;padding-bottom:3.8rem !important}.py-xl-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-xl-44{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-xl-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-xl-52{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-xl-56{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-xl-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-xl-64{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-xl-68{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-xl-72{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-xl-76{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-xl-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-xl-90{padding-top:9rem !important;padding-bottom:9rem !important}.py-xl-98{padding-top:9.8rem !important;padding-bottom:9.8rem !important}.py-xl-106{padding-top:10.6rem !important;padding-bottom:10.6rem !important}.py-xl-110{padding-top:11rem !important;padding-bottom:11rem !important}.py-xl-118{padding-top:11.8rem !important;padding-bottom:11.8rem !important}.py-xl-128{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-xl-144{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-xl-148{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-xl-176{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-2{padding-top:.2rem !important}.pt-xl-4{padding-top:.4rem !important}.pt-xl-6{padding-top:.6rem !important}.pt-xl-8{padding-top:.8rem !important}.pt-xl-10{padding-top:1rem !important}.pt-xl-12{padding-top:1.2rem !important}.pt-xl-14{padding-top:1.4rem !important}.pt-xl-16{padding-top:1.6rem !important}.pt-xl-18{padding-top:1.8rem !important}.pt-xl-20{padding-top:2rem !important}.pt-xl-22{padding-top:2.2rem !important}.pt-xl-24{padding-top:2.4rem !important}.pt-xl-26{padding-top:2.6rem !important}.pt-xl-28{padding-top:2.8rem !important}.pt-xl-30{padding-top:3rem !important}.pt-xl-32{padding-top:3.2rem !important}.pt-xl-36{padding-top:3.6rem !important}.pt-xl-38{padding-top:3.8rem !important}.pt-xl-40{padding-top:4rem !important}.pt-xl-44{padding-top:4.4rem !important}.pt-xl-48{padding-top:4.8rem !important}.pt-xl-52{padding-top:5.2rem !important}.pt-xl-56{padding-top:5.6rem !important}.pt-xl-60{padding-top:6rem !important}.pt-xl-64{padding-top:6.4rem !important}.pt-xl-68{padding-top:6.8rem !important}.pt-xl-72{padding-top:7.2rem !important}.pt-xl-76{padding-top:7.6rem !important}.pt-xl-80{padding-top:8rem !important}.pt-xl-90{padding-top:9rem !important}.pt-xl-98{padding-top:9.8rem !important}.pt-xl-106{padding-top:10.6rem !important}.pt-xl-110{padding-top:11rem !important}.pt-xl-118{padding-top:11.8rem !important}.pt-xl-128{padding-top:12.8rem !important}.pt-xl-144{padding-top:14.4rem !important}.pt-xl-148{padding-top:14.8rem !important}.pt-xl-176{padding-top:17.6rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-2{padding-right:.2rem !important}.pe-xl-4{padding-right:.4rem !important}.pe-xl-6{padding-right:.6rem !important}.pe-xl-8{padding-right:.8rem !important}.pe-xl-10{padding-right:1rem !important}.pe-xl-12{padding-right:1.2rem !important}.pe-xl-14{padding-right:1.4rem !important}.pe-xl-16{padding-right:1.6rem !important}.pe-xl-18{padding-right:1.8rem !important}.pe-xl-20{padding-right:2rem !important}.pe-xl-22{padding-right:2.2rem !important}.pe-xl-24{padding-right:2.4rem !important}.pe-xl-26{padding-right:2.6rem !important}.pe-xl-28{padding-right:2.8rem !important}.pe-xl-30{padding-right:3rem !important}.pe-xl-32{padding-right:3.2rem !important}.pe-xl-36{padding-right:3.6rem !important}.pe-xl-38{padding-right:3.8rem !important}.pe-xl-40{padding-right:4rem !important}.pe-xl-44{padding-right:4.4rem !important}.pe-xl-48{padding-right:4.8rem !important}.pe-xl-52{padding-right:5.2rem !important}.pe-xl-56{padding-right:5.6rem !important}.pe-xl-60{padding-right:6rem !important}.pe-xl-64{padding-right:6.4rem !important}.pe-xl-68{padding-right:6.8rem !important}.pe-xl-72{padding-right:7.2rem !important}.pe-xl-76{padding-right:7.6rem !important}.pe-xl-80{padding-right:8rem !important}.pe-xl-90{padding-right:9rem !important}.pe-xl-98{padding-right:9.8rem !important}.pe-xl-106{padding-right:10.6rem !important}.pe-xl-110{padding-right:11rem !important}.pe-xl-118{padding-right:11.8rem !important}.pe-xl-128{padding-right:12.8rem !important}.pe-xl-144{padding-right:14.4rem !important}.pe-xl-148{padding-right:14.8rem !important}.pe-xl-176{padding-right:17.6rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-2{padding-bottom:.2rem !important}.pb-xl-4{padding-bottom:.4rem !important}.pb-xl-6{padding-bottom:.6rem !important}.pb-xl-8{padding-bottom:.8rem !important}.pb-xl-10{padding-bottom:1rem !important}.pb-xl-12{padding-bottom:1.2rem !important}.pb-xl-14{padding-bottom:1.4rem !important}.pb-xl-16{padding-bottom:1.6rem !important}.pb-xl-18{padding-bottom:1.8rem !important}.pb-xl-20{padding-bottom:2rem !important}.pb-xl-22{padding-bottom:2.2rem !important}.pb-xl-24{padding-bottom:2.4rem !important}.pb-xl-26{padding-bottom:2.6rem !important}.pb-xl-28{padding-bottom:2.8rem !important}.pb-xl-30{padding-bottom:3rem !important}.pb-xl-32{padding-bottom:3.2rem !important}.pb-xl-36{padding-bottom:3.6rem !important}.pb-xl-38{padding-bottom:3.8rem !important}.pb-xl-40{padding-bottom:4rem !important}.pb-xl-44{padding-bottom:4.4rem !important}.pb-xl-48{padding-bottom:4.8rem !important}.pb-xl-52{padding-bottom:5.2rem !important}.pb-xl-56{padding-bottom:5.6rem !important}.pb-xl-60{padding-bottom:6rem !important}.pb-xl-64{padding-bottom:6.4rem !important}.pb-xl-68{padding-bottom:6.8rem !important}.pb-xl-72{padding-bottom:7.2rem !important}.pb-xl-76{padding-bottom:7.6rem !important}.pb-xl-80{padding-bottom:8rem !important}.pb-xl-90{padding-bottom:9rem !important}.pb-xl-98{padding-bottom:9.8rem !important}.pb-xl-106{padding-bottom:10.6rem !important}.pb-xl-110{padding-bottom:11rem !important}.pb-xl-118{padding-bottom:11.8rem !important}.pb-xl-128{padding-bottom:12.8rem !important}.pb-xl-144{padding-bottom:14.4rem !important}.pb-xl-148{padding-bottom:14.8rem !important}.pb-xl-176{padding-bottom:17.6rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-2{padding-left:.2rem !important}.ps-xl-4{padding-left:.4rem !important}.ps-xl-6{padding-left:.6rem !important}.ps-xl-8{padding-left:.8rem !important}.ps-xl-10{padding-left:1rem !important}.ps-xl-12{padding-left:1.2rem !important}.ps-xl-14{padding-left:1.4rem !important}.ps-xl-16{padding-left:1.6rem !important}.ps-xl-18{padding-left:1.8rem !important}.ps-xl-20{padding-left:2rem !important}.ps-xl-22{padding-left:2.2rem !important}.ps-xl-24{padding-left:2.4rem !important}.ps-xl-26{padding-left:2.6rem !important}.ps-xl-28{padding-left:2.8rem !important}.ps-xl-30{padding-left:3rem !important}.ps-xl-32{padding-left:3.2rem !important}.ps-xl-36{padding-left:3.6rem !important}.ps-xl-38{padding-left:3.8rem !important}.ps-xl-40{padding-left:4rem !important}.ps-xl-44{padding-left:4.4rem !important}.ps-xl-48{padding-left:4.8rem !important}.ps-xl-52{padding-left:5.2rem !important}.ps-xl-56{padding-left:5.6rem !important}.ps-xl-60{padding-left:6rem !important}.ps-xl-64{padding-left:6.4rem !important}.ps-xl-68{padding-left:6.8rem !important}.ps-xl-72{padding-left:7.2rem !important}.ps-xl-76{padding-left:7.6rem !important}.ps-xl-80{padding-left:8rem !important}.ps-xl-90{padding-left:9rem !important}.ps-xl-98{padding-left:9.8rem !important}.ps-xl-106{padding-left:10.6rem !important}.ps-xl-110{padding-left:11rem !important}.ps-xl-118{padding-left:11.8rem !important}.ps-xl-128{padding-left:12.8rem !important}.ps-xl-144{padding-left:14.4rem !important}.ps-xl-148{padding-left:14.8rem !important}.ps-xl-176{padding-left:17.6rem !important}.gap-xl-0{gap:0 !important}.gap-xl-2{gap:.2rem !important}.gap-xl-4{gap:.4rem !important}.gap-xl-6{gap:.6rem !important}.gap-xl-8{gap:.8rem !important}.gap-xl-10{gap:1rem !important}.gap-xl-12{gap:1.2rem !important}.gap-xl-14{gap:1.4rem !important}.gap-xl-16{gap:1.6rem !important}.gap-xl-18{gap:1.8rem !important}.gap-xl-20{gap:2rem !important}.gap-xl-22{gap:2.2rem !important}.gap-xl-24{gap:2.4rem !important}.gap-xl-26{gap:2.6rem !important}.gap-xl-28{gap:2.8rem !important}.gap-xl-30{gap:3rem !important}.gap-xl-32{gap:3.2rem !important}.gap-xl-36{gap:3.6rem !important}.gap-xl-38{gap:3.8rem !important}.gap-xl-40{gap:4rem !important}.gap-xl-44{gap:4.4rem !important}.gap-xl-48{gap:4.8rem !important}.gap-xl-52{gap:5.2rem !important}.gap-xl-56{gap:5.6rem !important}.gap-xl-60{gap:6rem !important}.gap-xl-64{gap:6.4rem !important}.gap-xl-68{gap:6.8rem !important}.gap-xl-72{gap:7.2rem !important}.gap-xl-76{gap:7.6rem !important}.gap-xl-80{gap:8rem !important}.gap-xl-90{gap:9rem !important}.gap-xl-98{gap:9.8rem !important}.gap-xl-106{gap:10.6rem !important}.gap-xl-110{gap:11rem !important}.gap-xl-118{gap:11.8rem !important}.gap-xl-128{gap:12.8rem !important}.gap-xl-144{gap:14.4rem !important}.gap-xl-148{gap:14.8rem !important}.gap-xl-176{gap:17.6rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-2{row-gap:.2rem !important}.row-gap-xl-4{row-gap:.4rem !important}.row-gap-xl-6{row-gap:.6rem !important}.row-gap-xl-8{row-gap:.8rem !important}.row-gap-xl-10{row-gap:1rem !important}.row-gap-xl-12{row-gap:1.2rem !important}.row-gap-xl-14{row-gap:1.4rem !important}.row-gap-xl-16{row-gap:1.6rem !important}.row-gap-xl-18{row-gap:1.8rem !important}.row-gap-xl-20{row-gap:2rem !important}.row-gap-xl-22{row-gap:2.2rem !important}.row-gap-xl-24{row-gap:2.4rem !important}.row-gap-xl-26{row-gap:2.6rem !important}.row-gap-xl-28{row-gap:2.8rem !important}.row-gap-xl-30{row-gap:3rem !important}.row-gap-xl-32{row-gap:3.2rem !important}.row-gap-xl-36{row-gap:3.6rem !important}.row-gap-xl-38{row-gap:3.8rem !important}.row-gap-xl-40{row-gap:4rem !important}.row-gap-xl-44{row-gap:4.4rem !important}.row-gap-xl-48{row-gap:4.8rem !important}.row-gap-xl-52{row-gap:5.2rem !important}.row-gap-xl-56{row-gap:5.6rem !important}.row-gap-xl-60{row-gap:6rem !important}.row-gap-xl-64{row-gap:6.4rem !important}.row-gap-xl-68{row-gap:6.8rem !important}.row-gap-xl-72{row-gap:7.2rem !important}.row-gap-xl-76{row-gap:7.6rem !important}.row-gap-xl-80{row-gap:8rem !important}.row-gap-xl-90{row-gap:9rem !important}.row-gap-xl-98{row-gap:9.8rem !important}.row-gap-xl-106{row-gap:10.6rem !important}.row-gap-xl-110{row-gap:11rem !important}.row-gap-xl-118{row-gap:11.8rem !important}.row-gap-xl-128{row-gap:12.8rem !important}.row-gap-xl-144{row-gap:14.4rem !important}.row-gap-xl-148{row-gap:14.8rem !important}.row-gap-xl-176{row-gap:17.6rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-2{column-gap:.2rem !important}.column-gap-xl-4{column-gap:.4rem !important}.column-gap-xl-6{column-gap:.6rem !important}.column-gap-xl-8{column-gap:.8rem !important}.column-gap-xl-10{column-gap:1rem !important}.column-gap-xl-12{column-gap:1.2rem !important}.column-gap-xl-14{column-gap:1.4rem !important}.column-gap-xl-16{column-gap:1.6rem !important}.column-gap-xl-18{column-gap:1.8rem !important}.column-gap-xl-20{column-gap:2rem !important}.column-gap-xl-22{column-gap:2.2rem !important}.column-gap-xl-24{column-gap:2.4rem !important}.column-gap-xl-26{column-gap:2.6rem !important}.column-gap-xl-28{column-gap:2.8rem !important}.column-gap-xl-30{column-gap:3rem !important}.column-gap-xl-32{column-gap:3.2rem !important}.column-gap-xl-36{column-gap:3.6rem !important}.column-gap-xl-38{column-gap:3.8rem !important}.column-gap-xl-40{column-gap:4rem !important}.column-gap-xl-44{column-gap:4.4rem !important}.column-gap-xl-48{column-gap:4.8rem !important}.column-gap-xl-52{column-gap:5.2rem !important}.column-gap-xl-56{column-gap:5.6rem !important}.column-gap-xl-60{column-gap:6rem !important}.column-gap-xl-64{column-gap:6.4rem !important}.column-gap-xl-68{column-gap:6.8rem !important}.column-gap-xl-72{column-gap:7.2rem !important}.column-gap-xl-76{column-gap:7.6rem !important}.column-gap-xl-80{column-gap:8rem !important}.column-gap-xl-90{column-gap:9rem !important}.column-gap-xl-98{column-gap:9.8rem !important}.column-gap-xl-106{column-gap:10.6rem !important}.column-gap-xl-110{column-gap:11rem !important}.column-gap-xl-118{column-gap:11.8rem !important}.column-gap-xl-128{column-gap:12.8rem !important}.column-gap-xl-144{column-gap:14.4rem !important}.column-gap-xl-148{column-gap:14.8rem !important}.column-gap-xl-176{column-gap:17.6rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-2{margin:.2rem !important}.m-xxl-4{margin:.4rem !important}.m-xxl-6{margin:.6rem !important}.m-xxl-8{margin:.8rem !important}.m-xxl-10{margin:1rem !important}.m-xxl-12{margin:1.2rem !important}.m-xxl-14{margin:1.4rem !important}.m-xxl-16{margin:1.6rem !important}.m-xxl-18{margin:1.8rem !important}.m-xxl-20{margin:2rem !important}.m-xxl-22{margin:2.2rem !important}.m-xxl-24{margin:2.4rem !important}.m-xxl-26{margin:2.6rem !important}.m-xxl-28{margin:2.8rem !important}.m-xxl-30{margin:3rem !important}.m-xxl-32{margin:3.2rem !important}.m-xxl-36{margin:3.6rem !important}.m-xxl-38{margin:3.8rem !important}.m-xxl-40{margin:4rem !important}.m-xxl-44{margin:4.4rem !important}.m-xxl-48{margin:4.8rem !important}.m-xxl-52{margin:5.2rem !important}.m-xxl-56{margin:5.6rem !important}.m-xxl-60{margin:6rem !important}.m-xxl-64{margin:6.4rem !important}.m-xxl-68{margin:6.8rem !important}.m-xxl-72{margin:7.2rem !important}.m-xxl-76{margin:7.6rem !important}.m-xxl-80{margin:8rem !important}.m-xxl-90{margin:9rem !important}.m-xxl-98{margin:9.8rem !important}.m-xxl-106{margin:10.6rem !important}.m-xxl-110{margin:11rem !important}.m-xxl-118{margin:11.8rem !important}.m-xxl-128{margin:12.8rem !important}.m-xxl-144{margin:14.4rem !important}.m-xxl-148{margin:14.8rem !important}.m-xxl-176{margin:17.6rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-2{margin-right:.2rem !important;margin-left:.2rem !important}.mx-xxl-4{margin-right:.4rem !important;margin-left:.4rem !important}.mx-xxl-6{margin-right:.6rem !important;margin-left:.6rem !important}.mx-xxl-8{margin-right:.8rem !important;margin-left:.8rem !important}.mx-xxl-10{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-12{margin-right:1.2rem !important;margin-left:1.2rem !important}.mx-xxl-14{margin-right:1.4rem !important;margin-left:1.4rem !important}.mx-xxl-16{margin-right:1.6rem !important;margin-left:1.6rem !important}.mx-xxl-18{margin-right:1.8rem !important;margin-left:1.8rem !important}.mx-xxl-20{margin-right:2rem !important;margin-left:2rem !important}.mx-xxl-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-xxl-24{margin-right:2.4rem !important;margin-left:2.4rem !important}.mx-xxl-26{margin-right:2.6rem !important;margin-left:2.6rem !important}.mx-xxl-28{margin-right:2.8rem !important;margin-left:2.8rem !important}.mx-xxl-30{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-32{margin-right:3.2rem !important;margin-left:3.2rem !important}.mx-xxl-36{margin-right:3.6rem !important;margin-left:3.6rem !important}.mx-xxl-38{margin-right:3.8rem !important;margin-left:3.8rem !important}.mx-xxl-40{margin-right:4rem !important;margin-left:4rem !important}.mx-xxl-44{margin-right:4.4rem !important;margin-left:4.4rem !important}.mx-xxl-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-xxl-52{margin-right:5.2rem !important;margin-left:5.2rem !important}.mx-xxl-56{margin-right:5.6rem !important;margin-left:5.6rem !important}.mx-xxl-60{margin-right:6rem !important;margin-left:6rem !important}.mx-xxl-64{margin-right:6.4rem !important;margin-left:6.4rem !important}.mx-xxl-68{margin-right:6.8rem !important;margin-left:6.8rem !important}.mx-xxl-72{margin-right:7.2rem !important;margin-left:7.2rem !important}.mx-xxl-76{margin-right:7.6rem !important;margin-left:7.6rem !important}.mx-xxl-80{margin-right:8rem !important;margin-left:8rem !important}.mx-xxl-90{margin-right:9rem !important;margin-left:9rem !important}.mx-xxl-98{margin-right:9.8rem !important;margin-left:9.8rem !important}.mx-xxl-106{margin-right:10.6rem !important;margin-left:10.6rem !important}.mx-xxl-110{margin-right:11rem !important;margin-left:11rem !important}.mx-xxl-118{margin-right:11.8rem !important;margin-left:11.8rem !important}.mx-xxl-128{margin-right:12.8rem !important;margin-left:12.8rem !important}.mx-xxl-144{margin-right:14.4rem !important;margin-left:14.4rem !important}.mx-xxl-148{margin-right:14.8rem !important;margin-left:14.8rem !important}.mx-xxl-176{margin-right:17.6rem !important;margin-left:17.6rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-2{margin-top:.2rem !important;margin-bottom:.2rem !important}.my-xxl-4{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-xxl-6{margin-top:.6rem !important;margin-bottom:.6rem !important}.my-xxl-8{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-xxl-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-12{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-xxl-14{margin-top:1.4rem !important;margin-bottom:1.4rem !important}.my-xxl-16{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-xxl-18{margin-top:1.8rem !important;margin-bottom:1.8rem !important}.my-xxl-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-xxl-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-xxl-24{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-xxl-26{margin-top:2.6rem !important;margin-bottom:2.6rem !important}.my-xxl-28{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-xxl-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-32{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-xxl-36{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-xxl-38{margin-top:3.8rem !important;margin-bottom:3.8rem !important}.my-xxl-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxl-44{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-xxl-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-xxl-52{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-xxl-56{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-xxl-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-xxl-64{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-xxl-68{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-xxl-72{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-xxl-76{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-xxl-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-xxl-90{margin-top:9rem !important;margin-bottom:9rem !important}.my-xxl-98{margin-top:9.8rem !important;margin-bottom:9.8rem !important}.my-xxl-106{margin-top:10.6rem !important;margin-bottom:10.6rem !important}.my-xxl-110{margin-top:11rem !important;margin-bottom:11rem !important}.my-xxl-118{margin-top:11.8rem !important;margin-bottom:11.8rem !important}.my-xxl-128{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-xxl-144{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-xxl-148{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-xxl-176{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-2{margin-top:.2rem !important}.mt-xxl-4{margin-top:.4rem !important}.mt-xxl-6{margin-top:.6rem !important}.mt-xxl-8{margin-top:.8rem !important}.mt-xxl-10{margin-top:1rem !important}.mt-xxl-12{margin-top:1.2rem !important}.mt-xxl-14{margin-top:1.4rem !important}.mt-xxl-16{margin-top:1.6rem !important}.mt-xxl-18{margin-top:1.8rem !important}.mt-xxl-20{margin-top:2rem !important}.mt-xxl-22{margin-top:2.2rem !important}.mt-xxl-24{margin-top:2.4rem !important}.mt-xxl-26{margin-top:2.6rem !important}.mt-xxl-28{margin-top:2.8rem !important}.mt-xxl-30{margin-top:3rem !important}.mt-xxl-32{margin-top:3.2rem !important}.mt-xxl-36{margin-top:3.6rem !important}.mt-xxl-38{margin-top:3.8rem !important}.mt-xxl-40{margin-top:4rem !important}.mt-xxl-44{margin-top:4.4rem !important}.mt-xxl-48{margin-top:4.8rem !important}.mt-xxl-52{margin-top:5.2rem !important}.mt-xxl-56{margin-top:5.6rem !important}.mt-xxl-60{margin-top:6rem !important}.mt-xxl-64{margin-top:6.4rem !important}.mt-xxl-68{margin-top:6.8rem !important}.mt-xxl-72{margin-top:7.2rem !important}.mt-xxl-76{margin-top:7.6rem !important}.mt-xxl-80{margin-top:8rem !important}.mt-xxl-90{margin-top:9rem !important}.mt-xxl-98{margin-top:9.8rem !important}.mt-xxl-106{margin-top:10.6rem !important}.mt-xxl-110{margin-top:11rem !important}.mt-xxl-118{margin-top:11.8rem !important}.mt-xxl-128{margin-top:12.8rem !important}.mt-xxl-144{margin-top:14.4rem !important}.mt-xxl-148{margin-top:14.8rem !important}.mt-xxl-176{margin-top:17.6rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-2{margin-right:.2rem !important}.me-xxl-4{margin-right:.4rem !important}.me-xxl-6{margin-right:.6rem !important}.me-xxl-8{margin-right:.8rem !important}.me-xxl-10{margin-right:1rem !important}.me-xxl-12{margin-right:1.2rem !important}.me-xxl-14{margin-right:1.4rem !important}.me-xxl-16{margin-right:1.6rem !important}.me-xxl-18{margin-right:1.8rem !important}.me-xxl-20{margin-right:2rem !important}.me-xxl-22{margin-right:2.2rem !important}.me-xxl-24{margin-right:2.4rem !important}.me-xxl-26{margin-right:2.6rem !important}.me-xxl-28{margin-right:2.8rem !important}.me-xxl-30{margin-right:3rem !important}.me-xxl-32{margin-right:3.2rem !important}.me-xxl-36{margin-right:3.6rem !important}.me-xxl-38{margin-right:3.8rem !important}.me-xxl-40{margin-right:4rem !important}.me-xxl-44{margin-right:4.4rem !important}.me-xxl-48{margin-right:4.8rem !important}.me-xxl-52{margin-right:5.2rem !important}.me-xxl-56{margin-right:5.6rem !important}.me-xxl-60{margin-right:6rem !important}.me-xxl-64{margin-right:6.4rem !important}.me-xxl-68{margin-right:6.8rem !important}.me-xxl-72{margin-right:7.2rem !important}.me-xxl-76{margin-right:7.6rem !important}.me-xxl-80{margin-right:8rem !important}.me-xxl-90{margin-right:9rem !important}.me-xxl-98{margin-right:9.8rem !important}.me-xxl-106{margin-right:10.6rem !important}.me-xxl-110{margin-right:11rem !important}.me-xxl-118{margin-right:11.8rem !important}.me-xxl-128{margin-right:12.8rem !important}.me-xxl-144{margin-right:14.4rem !important}.me-xxl-148{margin-right:14.8rem !important}.me-xxl-176{margin-right:17.6rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-2{margin-bottom:.2rem !important}.mb-xxl-4{margin-bottom:.4rem !important}.mb-xxl-6{margin-bottom:.6rem !important}.mb-xxl-8{margin-bottom:.8rem !important}.mb-xxl-10{margin-bottom:1rem !important}.mb-xxl-12{margin-bottom:1.2rem !important}.mb-xxl-14{margin-bottom:1.4rem !important}.mb-xxl-16{margin-bottom:1.6rem !important}.mb-xxl-18{margin-bottom:1.8rem !important}.mb-xxl-20{margin-bottom:2rem !important}.mb-xxl-22{margin-bottom:2.2rem !important}.mb-xxl-24{margin-bottom:2.4rem !important}.mb-xxl-26{margin-bottom:2.6rem !important}.mb-xxl-28{margin-bottom:2.8rem !important}.mb-xxl-30{margin-bottom:3rem !important}.mb-xxl-32{margin-bottom:3.2rem !important}.mb-xxl-36{margin-bottom:3.6rem !important}.mb-xxl-38{margin-bottom:3.8rem !important}.mb-xxl-40{margin-bottom:4rem !important}.mb-xxl-44{margin-bottom:4.4rem !important}.mb-xxl-48{margin-bottom:4.8rem !important}.mb-xxl-52{margin-bottom:5.2rem !important}.mb-xxl-56{margin-bottom:5.6rem !important}.mb-xxl-60{margin-bottom:6rem !important}.mb-xxl-64{margin-bottom:6.4rem !important}.mb-xxl-68{margin-bottom:6.8rem !important}.mb-xxl-72{margin-bottom:7.2rem !important}.mb-xxl-76{margin-bottom:7.6rem !important}.mb-xxl-80{margin-bottom:8rem !important}.mb-xxl-90{margin-bottom:9rem !important}.mb-xxl-98{margin-bottom:9.8rem !important}.mb-xxl-106{margin-bottom:10.6rem !important}.mb-xxl-110{margin-bottom:11rem !important}.mb-xxl-118{margin-bottom:11.8rem !important}.mb-xxl-128{margin-bottom:12.8rem !important}.mb-xxl-144{margin-bottom:14.4rem !important}.mb-xxl-148{margin-bottom:14.8rem !important}.mb-xxl-176{margin-bottom:17.6rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-2{margin-left:.2rem !important}.ms-xxl-4{margin-left:.4rem !important}.ms-xxl-6{margin-left:.6rem !important}.ms-xxl-8{margin-left:.8rem !important}.ms-xxl-10{margin-left:1rem !important}.ms-xxl-12{margin-left:1.2rem !important}.ms-xxl-14{margin-left:1.4rem !important}.ms-xxl-16{margin-left:1.6rem !important}.ms-xxl-18{margin-left:1.8rem !important}.ms-xxl-20{margin-left:2rem !important}.ms-xxl-22{margin-left:2.2rem !important}.ms-xxl-24{margin-left:2.4rem !important}.ms-xxl-26{margin-left:2.6rem !important}.ms-xxl-28{margin-left:2.8rem !important}.ms-xxl-30{margin-left:3rem !important}.ms-xxl-32{margin-left:3.2rem !important}.ms-xxl-36{margin-left:3.6rem !important}.ms-xxl-38{margin-left:3.8rem !important}.ms-xxl-40{margin-left:4rem !important}.ms-xxl-44{margin-left:4.4rem !important}.ms-xxl-48{margin-left:4.8rem !important}.ms-xxl-52{margin-left:5.2rem !important}.ms-xxl-56{margin-left:5.6rem !important}.ms-xxl-60{margin-left:6rem !important}.ms-xxl-64{margin-left:6.4rem !important}.ms-xxl-68{margin-left:6.8rem !important}.ms-xxl-72{margin-left:7.2rem !important}.ms-xxl-76{margin-left:7.6rem !important}.ms-xxl-80{margin-left:8rem !important}.ms-xxl-90{margin-left:9rem !important}.ms-xxl-98{margin-left:9.8rem !important}.ms-xxl-106{margin-left:10.6rem !important}.ms-xxl-110{margin-left:11rem !important}.ms-xxl-118{margin-left:11.8rem !important}.ms-xxl-128{margin-left:12.8rem !important}.ms-xxl-144{margin-left:14.4rem !important}.ms-xxl-148{margin-left:14.8rem !important}.ms-xxl-176{margin-left:17.6rem !important}.ms-xxl-auto{margin-left:auto !important}.m-xxl-n2{margin:-0.2rem !important}.m-xxl-n4{margin:-0.4rem !important}.m-xxl-n6{margin:-0.6rem !important}.m-xxl-n8{margin:-0.8rem !important}.m-xxl-n10{margin:-1rem !important}.m-xxl-n12{margin:-1.2rem !important}.m-xxl-n14{margin:-1.4rem !important}.m-xxl-n16{margin:-1.6rem !important}.m-xxl-n18{margin:-1.8rem !important}.m-xxl-n20{margin:-2rem !important}.m-xxl-n22{margin:-2.2rem !important}.m-xxl-n24{margin:-2.4rem !important}.m-xxl-n26{margin:-2.6rem !important}.m-xxl-n28{margin:-2.8rem !important}.m-xxl-n30{margin:-3rem !important}.m-xxl-n32{margin:-3.2rem !important}.m-xxl-n36{margin:-3.6rem !important}.m-xxl-n38{margin:-3.8rem !important}.m-xxl-n40{margin:-4rem !important}.m-xxl-n44{margin:-4.4rem !important}.m-xxl-n48{margin:-4.8rem !important}.m-xxl-n52{margin:-5.2rem !important}.m-xxl-n56{margin:-5.6rem !important}.m-xxl-n60{margin:-6rem !important}.m-xxl-n64{margin:-6.4rem !important}.m-xxl-n68{margin:-6.8rem !important}.m-xxl-n72{margin:-7.2rem !important}.m-xxl-n76{margin:-7.6rem !important}.m-xxl-n80{margin:-8rem !important}.m-xxl-n90{margin:-9rem !important}.m-xxl-n98{margin:-9.8rem !important}.m-xxl-n106{margin:-10.6rem !important}.m-xxl-n110{margin:-11rem !important}.m-xxl-n118{margin:-11.8rem !important}.m-xxl-n128{margin:-12.8rem !important}.m-xxl-n144{margin:-14.4rem !important}.m-xxl-n148{margin:-14.8rem !important}.m-xxl-n176{margin:-17.6rem !important}.mx-xxl-n2{margin-right:-0.2rem !important;margin-left:-0.2rem !important}.mx-xxl-n4{margin-right:-0.4rem !important;margin-left:-0.4rem !important}.mx-xxl-n6{margin-right:-0.6rem !important;margin-left:-0.6rem !important}.mx-xxl-n8{margin-right:-0.8rem !important;margin-left:-0.8rem !important}.mx-xxl-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxl-n12{margin-right:-1.2rem !important;margin-left:-1.2rem !important}.mx-xxl-n14{margin-right:-1.4rem !important;margin-left:-1.4rem !important}.mx-xxl-n16{margin-right:-1.6rem !important;margin-left:-1.6rem !important}.mx-xxl-n18{margin-right:-1.8rem !important;margin-left:-1.8rem !important}.mx-xxl-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xxl-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-xxl-n24{margin-right:-2.4rem !important;margin-left:-2.4rem !important}.mx-xxl-n26{margin-right:-2.6rem !important;margin-left:-2.6rem !important}.mx-xxl-n28{margin-right:-2.8rem !important;margin-left:-2.8rem !important}.mx-xxl-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xxl-n32{margin-right:-3.2rem !important;margin-left:-3.2rem !important}.mx-xxl-n36{margin-right:-3.6rem !important;margin-left:-3.6rem !important}.mx-xxl-n38{margin-right:-3.8rem !important;margin-left:-3.8rem !important}.mx-xxl-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xxl-n44{margin-right:-4.4rem !important;margin-left:-4.4rem !important}.mx-xxl-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-xxl-n52{margin-right:-5.2rem !important;margin-left:-5.2rem !important}.mx-xxl-n56{margin-right:-5.6rem !important;margin-left:-5.6rem !important}.mx-xxl-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xxl-n64{margin-right:-6.4rem !important;margin-left:-6.4rem !important}.mx-xxl-n68{margin-right:-6.8rem !important;margin-left:-6.8rem !important}.mx-xxl-n72{margin-right:-7.2rem !important;margin-left:-7.2rem !important}.mx-xxl-n76{margin-right:-7.6rem !important;margin-left:-7.6rem !important}.mx-xxl-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-xxl-n90{margin-right:-9rem !important;margin-left:-9rem !important}.mx-xxl-n98{margin-right:-9.8rem !important;margin-left:-9.8rem !important}.mx-xxl-n106{margin-right:-10.6rem !important;margin-left:-10.6rem !important}.mx-xxl-n110{margin-right:-11rem !important;margin-left:-11rem !important}.mx-xxl-n118{margin-right:-11.8rem !important;margin-left:-11.8rem !important}.mx-xxl-n128{margin-right:-12.8rem !important;margin-left:-12.8rem !important}.mx-xxl-n144{margin-right:-14.4rem !important;margin-left:-14.4rem !important}.mx-xxl-n148{margin-right:-14.8rem !important;margin-left:-14.8rem !important}.mx-xxl-n176{margin-right:-17.6rem !important;margin-left:-17.6rem !important}.my-xxl-n2{margin-top:-0.2rem !important;margin-bottom:-0.2rem !important}.my-xxl-n4{margin-top:-0.4rem !important;margin-bottom:-0.4rem !important}.my-xxl-n6{margin-top:-0.6rem !important;margin-bottom:-0.6rem !important}.my-xxl-n8{margin-top:-0.8rem !important;margin-bottom:-0.8rem !important}.my-xxl-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxl-n12{margin-top:-1.2rem !important;margin-bottom:-1.2rem !important}.my-xxl-n14{margin-top:-1.4rem !important;margin-bottom:-1.4rem !important}.my-xxl-n16{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important}.my-xxl-n18{margin-top:-1.8rem !important;margin-bottom:-1.8rem !important}.my-xxl-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xxl-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-xxl-n24{margin-top:-2.4rem !important;margin-bottom:-2.4rem !important}.my-xxl-n26{margin-top:-2.6rem !important;margin-bottom:-2.6rem !important}.my-xxl-n28{margin-top:-2.8rem !important;margin-bottom:-2.8rem !important}.my-xxl-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xxl-n32{margin-top:-3.2rem !important;margin-bottom:-3.2rem !important}.my-xxl-n36{margin-top:-3.6rem !important;margin-bottom:-3.6rem !important}.my-xxl-n38{margin-top:-3.8rem !important;margin-bottom:-3.8rem !important}.my-xxl-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xxl-n44{margin-top:-4.4rem !important;margin-bottom:-4.4rem !important}.my-xxl-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-xxl-n52{margin-top:-5.2rem !important;margin-bottom:-5.2rem !important}.my-xxl-n56{margin-top:-5.6rem !important;margin-bottom:-5.6rem !important}.my-xxl-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xxl-n64{margin-top:-6.4rem !important;margin-bottom:-6.4rem !important}.my-xxl-n68{margin-top:-6.8rem !important;margin-bottom:-6.8rem !important}.my-xxl-n72{margin-top:-7.2rem !important;margin-bottom:-7.2rem !important}.my-xxl-n76{margin-top:-7.6rem !important;margin-bottom:-7.6rem !important}.my-xxl-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-xxl-n90{margin-top:-9rem !important;margin-bottom:-9rem !important}.my-xxl-n98{margin-top:-9.8rem !important;margin-bottom:-9.8rem !important}.my-xxl-n106{margin-top:-10.6rem !important;margin-bottom:-10.6rem !important}.my-xxl-n110{margin-top:-11rem !important;margin-bottom:-11rem !important}.my-xxl-n118{margin-top:-11.8rem !important;margin-bottom:-11.8rem !important}.my-xxl-n128{margin-top:-12.8rem !important;margin-bottom:-12.8rem !important}.my-xxl-n144{margin-top:-14.4rem !important;margin-bottom:-14.4rem !important}.my-xxl-n148{margin-top:-14.8rem !important;margin-bottom:-14.8rem !important}.my-xxl-n176{margin-top:-17.6rem !important;margin-bottom:-17.6rem !important}.mt-xxl-n2{margin-top:-0.2rem !important}.mt-xxl-n4{margin-top:-0.4rem !important}.mt-xxl-n6{margin-top:-0.6rem !important}.mt-xxl-n8{margin-top:-0.8rem !important}.mt-xxl-n10{margin-top:-1rem !important}.mt-xxl-n12{margin-top:-1.2rem !important}.mt-xxl-n14{margin-top:-1.4rem !important}.mt-xxl-n16{margin-top:-1.6rem !important}.mt-xxl-n18{margin-top:-1.8rem !important}.mt-xxl-n20{margin-top:-2rem !important}.mt-xxl-n22{margin-top:-2.2rem !important}.mt-xxl-n24{margin-top:-2.4rem !important}.mt-xxl-n26{margin-top:-2.6rem !important}.mt-xxl-n28{margin-top:-2.8rem !important}.mt-xxl-n30{margin-top:-3rem !important}.mt-xxl-n32{margin-top:-3.2rem !important}.mt-xxl-n36{margin-top:-3.6rem !important}.mt-xxl-n38{margin-top:-3.8rem !important}.mt-xxl-n40{margin-top:-4rem !important}.mt-xxl-n44{margin-top:-4.4rem !important}.mt-xxl-n48{margin-top:-4.8rem !important}.mt-xxl-n52{margin-top:-5.2rem !important}.mt-xxl-n56{margin-top:-5.6rem !important}.mt-xxl-n60{margin-top:-6rem !important}.mt-xxl-n64{margin-top:-6.4rem !important}.mt-xxl-n68{margin-top:-6.8rem !important}.mt-xxl-n72{margin-top:-7.2rem !important}.mt-xxl-n76{margin-top:-7.6rem !important}.mt-xxl-n80{margin-top:-8rem !important}.mt-xxl-n90{margin-top:-9rem !important}.mt-xxl-n98{margin-top:-9.8rem !important}.mt-xxl-n106{margin-top:-10.6rem !important}.mt-xxl-n110{margin-top:-11rem !important}.mt-xxl-n118{margin-top:-11.8rem !important}.mt-xxl-n128{margin-top:-12.8rem !important}.mt-xxl-n144{margin-top:-14.4rem !important}.mt-xxl-n148{margin-top:-14.8rem !important}.mt-xxl-n176{margin-top:-17.6rem !important}.me-xxl-n2{margin-right:-0.2rem !important}.me-xxl-n4{margin-right:-0.4rem !important}.me-xxl-n6{margin-right:-0.6rem !important}.me-xxl-n8{margin-right:-0.8rem !important}.me-xxl-n10{margin-right:-1rem !important}.me-xxl-n12{margin-right:-1.2rem !important}.me-xxl-n14{margin-right:-1.4rem !important}.me-xxl-n16{margin-right:-1.6rem !important}.me-xxl-n18{margin-right:-1.8rem !important}.me-xxl-n20{margin-right:-2rem !important}.me-xxl-n22{margin-right:-2.2rem !important}.me-xxl-n24{margin-right:-2.4rem !important}.me-xxl-n26{margin-right:-2.6rem !important}.me-xxl-n28{margin-right:-2.8rem !important}.me-xxl-n30{margin-right:-3rem !important}.me-xxl-n32{margin-right:-3.2rem !important}.me-xxl-n36{margin-right:-3.6rem !important}.me-xxl-n38{margin-right:-3.8rem !important}.me-xxl-n40{margin-right:-4rem !important}.me-xxl-n44{margin-right:-4.4rem !important}.me-xxl-n48{margin-right:-4.8rem !important}.me-xxl-n52{margin-right:-5.2rem !important}.me-xxl-n56{margin-right:-5.6rem !important}.me-xxl-n60{margin-right:-6rem !important}.me-xxl-n64{margin-right:-6.4rem !important}.me-xxl-n68{margin-right:-6.8rem !important}.me-xxl-n72{margin-right:-7.2rem !important}.me-xxl-n76{margin-right:-7.6rem !important}.me-xxl-n80{margin-right:-8rem !important}.me-xxl-n90{margin-right:-9rem !important}.me-xxl-n98{margin-right:-9.8rem !important}.me-xxl-n106{margin-right:-10.6rem !important}.me-xxl-n110{margin-right:-11rem !important}.me-xxl-n118{margin-right:-11.8rem !important}.me-xxl-n128{margin-right:-12.8rem !important}.me-xxl-n144{margin-right:-14.4rem !important}.me-xxl-n148{margin-right:-14.8rem !important}.me-xxl-n176{margin-right:-17.6rem !important}.mb-xxl-n2{margin-bottom:-0.2rem !important}.mb-xxl-n4{margin-bottom:-0.4rem !important}.mb-xxl-n6{margin-bottom:-0.6rem !important}.mb-xxl-n8{margin-bottom:-0.8rem !important}.mb-xxl-n10{margin-bottom:-1rem !important}.mb-xxl-n12{margin-bottom:-1.2rem !important}.mb-xxl-n14{margin-bottom:-1.4rem !important}.mb-xxl-n16{margin-bottom:-1.6rem !important}.mb-xxl-n18{margin-bottom:-1.8rem !important}.mb-xxl-n20{margin-bottom:-2rem !important}.mb-xxl-n22{margin-bottom:-2.2rem !important}.mb-xxl-n24{margin-bottom:-2.4rem !important}.mb-xxl-n26{margin-bottom:-2.6rem !important}.mb-xxl-n28{margin-bottom:-2.8rem !important}.mb-xxl-n30{margin-bottom:-3rem !important}.mb-xxl-n32{margin-bottom:-3.2rem !important}.mb-xxl-n36{margin-bottom:-3.6rem !important}.mb-xxl-n38{margin-bottom:-3.8rem !important}.mb-xxl-n40{margin-bottom:-4rem !important}.mb-xxl-n44{margin-bottom:-4.4rem !important}.mb-xxl-n48{margin-bottom:-4.8rem !important}.mb-xxl-n52{margin-bottom:-5.2rem !important}.mb-xxl-n56{margin-bottom:-5.6rem !important}.mb-xxl-n60{margin-bottom:-6rem !important}.mb-xxl-n64{margin-bottom:-6.4rem !important}.mb-xxl-n68{margin-bottom:-6.8rem !important}.mb-xxl-n72{margin-bottom:-7.2rem !important}.mb-xxl-n76{margin-bottom:-7.6rem !important}.mb-xxl-n80{margin-bottom:-8rem !important}.mb-xxl-n90{margin-bottom:-9rem !important}.mb-xxl-n98{margin-bottom:-9.8rem !important}.mb-xxl-n106{margin-bottom:-10.6rem !important}.mb-xxl-n110{margin-bottom:-11rem !important}.mb-xxl-n118{margin-bottom:-11.8rem !important}.mb-xxl-n128{margin-bottom:-12.8rem !important}.mb-xxl-n144{margin-bottom:-14.4rem !important}.mb-xxl-n148{margin-bottom:-14.8rem !important}.mb-xxl-n176{margin-bottom:-17.6rem !important}.ms-xxl-n2{margin-left:-0.2rem !important}.ms-xxl-n4{margin-left:-0.4rem !important}.ms-xxl-n6{margin-left:-0.6rem !important}.ms-xxl-n8{margin-left:-0.8rem !important}.ms-xxl-n10{margin-left:-1rem !important}.ms-xxl-n12{margin-left:-1.2rem !important}.ms-xxl-n14{margin-left:-1.4rem !important}.ms-xxl-n16{margin-left:-1.6rem !important}.ms-xxl-n18{margin-left:-1.8rem !important}.ms-xxl-n20{margin-left:-2rem !important}.ms-xxl-n22{margin-left:-2.2rem !important}.ms-xxl-n24{margin-left:-2.4rem !important}.ms-xxl-n26{margin-left:-2.6rem !important}.ms-xxl-n28{margin-left:-2.8rem !important}.ms-xxl-n30{margin-left:-3rem !important}.ms-xxl-n32{margin-left:-3.2rem !important}.ms-xxl-n36{margin-left:-3.6rem !important}.ms-xxl-n38{margin-left:-3.8rem !important}.ms-xxl-n40{margin-left:-4rem !important}.ms-xxl-n44{margin-left:-4.4rem !important}.ms-xxl-n48{margin-left:-4.8rem !important}.ms-xxl-n52{margin-left:-5.2rem !important}.ms-xxl-n56{margin-left:-5.6rem !important}.ms-xxl-n60{margin-left:-6rem !important}.ms-xxl-n64{margin-left:-6.4rem !important}.ms-xxl-n68{margin-left:-6.8rem !important}.ms-xxl-n72{margin-left:-7.2rem !important}.ms-xxl-n76{margin-left:-7.6rem !important}.ms-xxl-n80{margin-left:-8rem !important}.ms-xxl-n90{margin-left:-9rem !important}.ms-xxl-n98{margin-left:-9.8rem !important}.ms-xxl-n106{margin-left:-10.6rem !important}.ms-xxl-n110{margin-left:-11rem !important}.ms-xxl-n118{margin-left:-11.8rem !important}.ms-xxl-n128{margin-left:-12.8rem !important}.ms-xxl-n144{margin-left:-14.4rem !important}.ms-xxl-n148{margin-left:-14.8rem !important}.ms-xxl-n176{margin-left:-17.6rem !important}.p-xxl-0{padding:0 !important}.p-xxl-2{padding:.2rem !important}.p-xxl-4{padding:.4rem !important}.p-xxl-6{padding:.6rem !important}.p-xxl-8{padding:.8rem !important}.p-xxl-10{padding:1rem !important}.p-xxl-12{padding:1.2rem !important}.p-xxl-14{padding:1.4rem !important}.p-xxl-16{padding:1.6rem !important}.p-xxl-18{padding:1.8rem !important}.p-xxl-20{padding:2rem !important}.p-xxl-22{padding:2.2rem !important}.p-xxl-24{padding:2.4rem !important}.p-xxl-26{padding:2.6rem !important}.p-xxl-28{padding:2.8rem !important}.p-xxl-30{padding:3rem !important}.p-xxl-32{padding:3.2rem !important}.p-xxl-36{padding:3.6rem !important}.p-xxl-38{padding:3.8rem !important}.p-xxl-40{padding:4rem !important}.p-xxl-44{padding:4.4rem !important}.p-xxl-48{padding:4.8rem !important}.p-xxl-52{padding:5.2rem !important}.p-xxl-56{padding:5.6rem !important}.p-xxl-60{padding:6rem !important}.p-xxl-64{padding:6.4rem !important}.p-xxl-68{padding:6.8rem !important}.p-xxl-72{padding:7.2rem !important}.p-xxl-76{padding:7.6rem !important}.p-xxl-80{padding:8rem !important}.p-xxl-90{padding:9rem !important}.p-xxl-98{padding:9.8rem !important}.p-xxl-106{padding:10.6rem !important}.p-xxl-110{padding:11rem !important}.p-xxl-118{padding:11.8rem !important}.p-xxl-128{padding:12.8rem !important}.p-xxl-144{padding:14.4rem !important}.p-xxl-148{padding:14.8rem !important}.p-xxl-176{padding:17.6rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-2{padding-right:.2rem !important;padding-left:.2rem !important}.px-xxl-4{padding-right:.4rem !important;padding-left:.4rem !important}.px-xxl-6{padding-right:.6rem !important;padding-left:.6rem !important}.px-xxl-8{padding-right:.8rem !important;padding-left:.8rem !important}.px-xxl-10{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-12{padding-right:1.2rem !important;padding-left:1.2rem !important}.px-xxl-14{padding-right:1.4rem !important;padding-left:1.4rem !important}.px-xxl-16{padding-right:1.6rem !important;padding-left:1.6rem !important}.px-xxl-18{padding-right:1.8rem !important;padding-left:1.8rem !important}.px-xxl-20{padding-right:2rem !important;padding-left:2rem !important}.px-xxl-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-xxl-24{padding-right:2.4rem !important;padding-left:2.4rem !important}.px-xxl-26{padding-right:2.6rem !important;padding-left:2.6rem !important}.px-xxl-28{padding-right:2.8rem !important;padding-left:2.8rem !important}.px-xxl-30{padding-right:3rem !important;padding-left:3rem !important}.px-xxl-32{padding-right:3.2rem !important;padding-left:3.2rem !important}.px-xxl-36{padding-right:3.6rem !important;padding-left:3.6rem !important}.px-xxl-38{padding-right:3.8rem !important;padding-left:3.8rem !important}.px-xxl-40{padding-right:4rem !important;padding-left:4rem !important}.px-xxl-44{padding-right:4.4rem !important;padding-left:4.4rem !important}.px-xxl-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-xxl-52{padding-right:5.2rem !important;padding-left:5.2rem !important}.px-xxl-56{padding-right:5.6rem !important;padding-left:5.6rem !important}.px-xxl-60{padding-right:6rem !important;padding-left:6rem !important}.px-xxl-64{padding-right:6.4rem !important;padding-left:6.4rem !important}.px-xxl-68{padding-right:6.8rem !important;padding-left:6.8rem !important}.px-xxl-72{padding-right:7.2rem !important;padding-left:7.2rem !important}.px-xxl-76{padding-right:7.6rem !important;padding-left:7.6rem !important}.px-xxl-80{padding-right:8rem !important;padding-left:8rem !important}.px-xxl-90{padding-right:9rem !important;padding-left:9rem !important}.px-xxl-98{padding-right:9.8rem !important;padding-left:9.8rem !important}.px-xxl-106{padding-right:10.6rem !important;padding-left:10.6rem !important}.px-xxl-110{padding-right:11rem !important;padding-left:11rem !important}.px-xxl-118{padding-right:11.8rem !important;padding-left:11.8rem !important}.px-xxl-128{padding-right:12.8rem !important;padding-left:12.8rem !important}.px-xxl-144{padding-right:14.4rem !important;padding-left:14.4rem !important}.px-xxl-148{padding-right:14.8rem !important;padding-left:14.8rem !important}.px-xxl-176{padding-right:17.6rem !important;padding-left:17.6rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-2{padding-top:.2rem !important;padding-bottom:.2rem !important}.py-xxl-4{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-xxl-6{padding-top:.6rem !important;padding-bottom:.6rem !important}.py-xxl-8{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-xxl-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-12{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-xxl-14{padding-top:1.4rem !important;padding-bottom:1.4rem !important}.py-xxl-16{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-xxl-18{padding-top:1.8rem !important;padding-bottom:1.8rem !important}.py-xxl-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-xxl-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-xxl-24{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-xxl-26{padding-top:2.6rem !important;padding-bottom:2.6rem !important}.py-xxl-28{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-xxl-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-xxl-32{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-xxl-36{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-xxl-38{padding-top:3.8rem !important;padding-bottom:3.8rem !important}.py-xxl-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-xxl-44{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-xxl-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-xxl-52{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-xxl-56{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-xxl-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-xxl-64{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-xxl-68{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-xxl-72{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-xxl-76{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-xxl-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-xxl-90{padding-top:9rem !important;padding-bottom:9rem !important}.py-xxl-98{padding-top:9.8rem !important;padding-bottom:9.8rem !important}.py-xxl-106{padding-top:10.6rem !important;padding-bottom:10.6rem !important}.py-xxl-110{padding-top:11rem !important;padding-bottom:11rem !important}.py-xxl-118{padding-top:11.8rem !important;padding-bottom:11.8rem !important}.py-xxl-128{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-xxl-144{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-xxl-148{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-xxl-176{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-2{padding-top:.2rem !important}.pt-xxl-4{padding-top:.4rem !important}.pt-xxl-6{padding-top:.6rem !important}.pt-xxl-8{padding-top:.8rem !important}.pt-xxl-10{padding-top:1rem !important}.pt-xxl-12{padding-top:1.2rem !important}.pt-xxl-14{padding-top:1.4rem !important}.pt-xxl-16{padding-top:1.6rem !important}.pt-xxl-18{padding-top:1.8rem !important}.pt-xxl-20{padding-top:2rem !important}.pt-xxl-22{padding-top:2.2rem !important}.pt-xxl-24{padding-top:2.4rem !important}.pt-xxl-26{padding-top:2.6rem !important}.pt-xxl-28{padding-top:2.8rem !important}.pt-xxl-30{padding-top:3rem !important}.pt-xxl-32{padding-top:3.2rem !important}.pt-xxl-36{padding-top:3.6rem !important}.pt-xxl-38{padding-top:3.8rem !important}.pt-xxl-40{padding-top:4rem !important}.pt-xxl-44{padding-top:4.4rem !important}.pt-xxl-48{padding-top:4.8rem !important}.pt-xxl-52{padding-top:5.2rem !important}.pt-xxl-56{padding-top:5.6rem !important}.pt-xxl-60{padding-top:6rem !important}.pt-xxl-64{padding-top:6.4rem !important}.pt-xxl-68{padding-top:6.8rem !important}.pt-xxl-72{padding-top:7.2rem !important}.pt-xxl-76{padding-top:7.6rem !important}.pt-xxl-80{padding-top:8rem !important}.pt-xxl-90{padding-top:9rem !important}.pt-xxl-98{padding-top:9.8rem !important}.pt-xxl-106{padding-top:10.6rem !important}.pt-xxl-110{padding-top:11rem !important}.pt-xxl-118{padding-top:11.8rem !important}.pt-xxl-128{padding-top:12.8rem !important}.pt-xxl-144{padding-top:14.4rem !important}.pt-xxl-148{padding-top:14.8rem !important}.pt-xxl-176{padding-top:17.6rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-2{padding-right:.2rem !important}.pe-xxl-4{padding-right:.4rem !important}.pe-xxl-6{padding-right:.6rem !important}.pe-xxl-8{padding-right:.8rem !important}.pe-xxl-10{padding-right:1rem !important}.pe-xxl-12{padding-right:1.2rem !important}.pe-xxl-14{padding-right:1.4rem !important}.pe-xxl-16{padding-right:1.6rem !important}.pe-xxl-18{padding-right:1.8rem !important}.pe-xxl-20{padding-right:2rem !important}.pe-xxl-22{padding-right:2.2rem !important}.pe-xxl-24{padding-right:2.4rem !important}.pe-xxl-26{padding-right:2.6rem !important}.pe-xxl-28{padding-right:2.8rem !important}.pe-xxl-30{padding-right:3rem !important}.pe-xxl-32{padding-right:3.2rem !important}.pe-xxl-36{padding-right:3.6rem !important}.pe-xxl-38{padding-right:3.8rem !important}.pe-xxl-40{padding-right:4rem !important}.pe-xxl-44{padding-right:4.4rem !important}.pe-xxl-48{padding-right:4.8rem !important}.pe-xxl-52{padding-right:5.2rem !important}.pe-xxl-56{padding-right:5.6rem !important}.pe-xxl-60{padding-right:6rem !important}.pe-xxl-64{padding-right:6.4rem !important}.pe-xxl-68{padding-right:6.8rem !important}.pe-xxl-72{padding-right:7.2rem !important}.pe-xxl-76{padding-right:7.6rem !important}.pe-xxl-80{padding-right:8rem !important}.pe-xxl-90{padding-right:9rem !important}.pe-xxl-98{padding-right:9.8rem !important}.pe-xxl-106{padding-right:10.6rem !important}.pe-xxl-110{padding-right:11rem !important}.pe-xxl-118{padding-right:11.8rem !important}.pe-xxl-128{padding-right:12.8rem !important}.pe-xxl-144{padding-right:14.4rem !important}.pe-xxl-148{padding-right:14.8rem !important}.pe-xxl-176{padding-right:17.6rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-2{padding-bottom:.2rem !important}.pb-xxl-4{padding-bottom:.4rem !important}.pb-xxl-6{padding-bottom:.6rem !important}.pb-xxl-8{padding-bottom:.8rem !important}.pb-xxl-10{padding-bottom:1rem !important}.pb-xxl-12{padding-bottom:1.2rem !important}.pb-xxl-14{padding-bottom:1.4rem !important}.pb-xxl-16{padding-bottom:1.6rem !important}.pb-xxl-18{padding-bottom:1.8rem !important}.pb-xxl-20{padding-bottom:2rem !important}.pb-xxl-22{padding-bottom:2.2rem !important}.pb-xxl-24{padding-bottom:2.4rem !important}.pb-xxl-26{padding-bottom:2.6rem !important}.pb-xxl-28{padding-bottom:2.8rem !important}.pb-xxl-30{padding-bottom:3rem !important}.pb-xxl-32{padding-bottom:3.2rem !important}.pb-xxl-36{padding-bottom:3.6rem !important}.pb-xxl-38{padding-bottom:3.8rem !important}.pb-xxl-40{padding-bottom:4rem !important}.pb-xxl-44{padding-bottom:4.4rem !important}.pb-xxl-48{padding-bottom:4.8rem !important}.pb-xxl-52{padding-bottom:5.2rem !important}.pb-xxl-56{padding-bottom:5.6rem !important}.pb-xxl-60{padding-bottom:6rem !important}.pb-xxl-64{padding-bottom:6.4rem !important}.pb-xxl-68{padding-bottom:6.8rem !important}.pb-xxl-72{padding-bottom:7.2rem !important}.pb-xxl-76{padding-bottom:7.6rem !important}.pb-xxl-80{padding-bottom:8rem !important}.pb-xxl-90{padding-bottom:9rem !important}.pb-xxl-98{padding-bottom:9.8rem !important}.pb-xxl-106{padding-bottom:10.6rem !important}.pb-xxl-110{padding-bottom:11rem !important}.pb-xxl-118{padding-bottom:11.8rem !important}.pb-xxl-128{padding-bottom:12.8rem !important}.pb-xxl-144{padding-bottom:14.4rem !important}.pb-xxl-148{padding-bottom:14.8rem !important}.pb-xxl-176{padding-bottom:17.6rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-2{padding-left:.2rem !important}.ps-xxl-4{padding-left:.4rem !important}.ps-xxl-6{padding-left:.6rem !important}.ps-xxl-8{padding-left:.8rem !important}.ps-xxl-10{padding-left:1rem !important}.ps-xxl-12{padding-left:1.2rem !important}.ps-xxl-14{padding-left:1.4rem !important}.ps-xxl-16{padding-left:1.6rem !important}.ps-xxl-18{padding-left:1.8rem !important}.ps-xxl-20{padding-left:2rem !important}.ps-xxl-22{padding-left:2.2rem !important}.ps-xxl-24{padding-left:2.4rem !important}.ps-xxl-26{padding-left:2.6rem !important}.ps-xxl-28{padding-left:2.8rem !important}.ps-xxl-30{padding-left:3rem !important}.ps-xxl-32{padding-left:3.2rem !important}.ps-xxl-36{padding-left:3.6rem !important}.ps-xxl-38{padding-left:3.8rem !important}.ps-xxl-40{padding-left:4rem !important}.ps-xxl-44{padding-left:4.4rem !important}.ps-xxl-48{padding-left:4.8rem !important}.ps-xxl-52{padding-left:5.2rem !important}.ps-xxl-56{padding-left:5.6rem !important}.ps-xxl-60{padding-left:6rem !important}.ps-xxl-64{padding-left:6.4rem !important}.ps-xxl-68{padding-left:6.8rem !important}.ps-xxl-72{padding-left:7.2rem !important}.ps-xxl-76{padding-left:7.6rem !important}.ps-xxl-80{padding-left:8rem !important}.ps-xxl-90{padding-left:9rem !important}.ps-xxl-98{padding-left:9.8rem !important}.ps-xxl-106{padding-left:10.6rem !important}.ps-xxl-110{padding-left:11rem !important}.ps-xxl-118{padding-left:11.8rem !important}.ps-xxl-128{padding-left:12.8rem !important}.ps-xxl-144{padding-left:14.4rem !important}.ps-xxl-148{padding-left:14.8rem !important}.ps-xxl-176{padding-left:17.6rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-2{gap:.2rem !important}.gap-xxl-4{gap:.4rem !important}.gap-xxl-6{gap:.6rem !important}.gap-xxl-8{gap:.8rem !important}.gap-xxl-10{gap:1rem !important}.gap-xxl-12{gap:1.2rem !important}.gap-xxl-14{gap:1.4rem !important}.gap-xxl-16{gap:1.6rem !important}.gap-xxl-18{gap:1.8rem !important}.gap-xxl-20{gap:2rem !important}.gap-xxl-22{gap:2.2rem !important}.gap-xxl-24{gap:2.4rem !important}.gap-xxl-26{gap:2.6rem !important}.gap-xxl-28{gap:2.8rem !important}.gap-xxl-30{gap:3rem !important}.gap-xxl-32{gap:3.2rem !important}.gap-xxl-36{gap:3.6rem !important}.gap-xxl-38{gap:3.8rem !important}.gap-xxl-40{gap:4rem !important}.gap-xxl-44{gap:4.4rem !important}.gap-xxl-48{gap:4.8rem !important}.gap-xxl-52{gap:5.2rem !important}.gap-xxl-56{gap:5.6rem !important}.gap-xxl-60{gap:6rem !important}.gap-xxl-64{gap:6.4rem !important}.gap-xxl-68{gap:6.8rem !important}.gap-xxl-72{gap:7.2rem !important}.gap-xxl-76{gap:7.6rem !important}.gap-xxl-80{gap:8rem !important}.gap-xxl-90{gap:9rem !important}.gap-xxl-98{gap:9.8rem !important}.gap-xxl-106{gap:10.6rem !important}.gap-xxl-110{gap:11rem !important}.gap-xxl-118{gap:11.8rem !important}.gap-xxl-128{gap:12.8rem !important}.gap-xxl-144{gap:14.4rem !important}.gap-xxl-148{gap:14.8rem !important}.gap-xxl-176{gap:17.6rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-2{row-gap:.2rem !important}.row-gap-xxl-4{row-gap:.4rem !important}.row-gap-xxl-6{row-gap:.6rem !important}.row-gap-xxl-8{row-gap:.8rem !important}.row-gap-xxl-10{row-gap:1rem !important}.row-gap-xxl-12{row-gap:1.2rem !important}.row-gap-xxl-14{row-gap:1.4rem !important}.row-gap-xxl-16{row-gap:1.6rem !important}.row-gap-xxl-18{row-gap:1.8rem !important}.row-gap-xxl-20{row-gap:2rem !important}.row-gap-xxl-22{row-gap:2.2rem !important}.row-gap-xxl-24{row-gap:2.4rem !important}.row-gap-xxl-26{row-gap:2.6rem !important}.row-gap-xxl-28{row-gap:2.8rem !important}.row-gap-xxl-30{row-gap:3rem !important}.row-gap-xxl-32{row-gap:3.2rem !important}.row-gap-xxl-36{row-gap:3.6rem !important}.row-gap-xxl-38{row-gap:3.8rem !important}.row-gap-xxl-40{row-gap:4rem !important}.row-gap-xxl-44{row-gap:4.4rem !important}.row-gap-xxl-48{row-gap:4.8rem !important}.row-gap-xxl-52{row-gap:5.2rem !important}.row-gap-xxl-56{row-gap:5.6rem !important}.row-gap-xxl-60{row-gap:6rem !important}.row-gap-xxl-64{row-gap:6.4rem !important}.row-gap-xxl-68{row-gap:6.8rem !important}.row-gap-xxl-72{row-gap:7.2rem !important}.row-gap-xxl-76{row-gap:7.6rem !important}.row-gap-xxl-80{row-gap:8rem !important}.row-gap-xxl-90{row-gap:9rem !important}.row-gap-xxl-98{row-gap:9.8rem !important}.row-gap-xxl-106{row-gap:10.6rem !important}.row-gap-xxl-110{row-gap:11rem !important}.row-gap-xxl-118{row-gap:11.8rem !important}.row-gap-xxl-128{row-gap:12.8rem !important}.row-gap-xxl-144{row-gap:14.4rem !important}.row-gap-xxl-148{row-gap:14.8rem !important}.row-gap-xxl-176{row-gap:17.6rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-2{column-gap:.2rem !important}.column-gap-xxl-4{column-gap:.4rem !important}.column-gap-xxl-6{column-gap:.6rem !important}.column-gap-xxl-8{column-gap:.8rem !important}.column-gap-xxl-10{column-gap:1rem !important}.column-gap-xxl-12{column-gap:1.2rem !important}.column-gap-xxl-14{column-gap:1.4rem !important}.column-gap-xxl-16{column-gap:1.6rem !important}.column-gap-xxl-18{column-gap:1.8rem !important}.column-gap-xxl-20{column-gap:2rem !important}.column-gap-xxl-22{column-gap:2.2rem !important}.column-gap-xxl-24{column-gap:2.4rem !important}.column-gap-xxl-26{column-gap:2.6rem !important}.column-gap-xxl-28{column-gap:2.8rem !important}.column-gap-xxl-30{column-gap:3rem !important}.column-gap-xxl-32{column-gap:3.2rem !important}.column-gap-xxl-36{column-gap:3.6rem !important}.column-gap-xxl-38{column-gap:3.8rem !important}.column-gap-xxl-40{column-gap:4rem !important}.column-gap-xxl-44{column-gap:4.4rem !important}.column-gap-xxl-48{column-gap:4.8rem !important}.column-gap-xxl-52{column-gap:5.2rem !important}.column-gap-xxl-56{column-gap:5.6rem !important}.column-gap-xxl-60{column-gap:6rem !important}.column-gap-xxl-64{column-gap:6.4rem !important}.column-gap-xxl-68{column-gap:6.8rem !important}.column-gap-xxl-72{column-gap:7.2rem !important}.column-gap-xxl-76{column-gap:7.6rem !important}.column-gap-xxl-80{column-gap:8rem !important}.column-gap-xxl-90{column-gap:9rem !important}.column-gap-xxl-98{column-gap:9.8rem !important}.column-gap-xxl-106{column-gap:10.6rem !important}.column-gap-xxl-110{column-gap:11rem !important}.column-gap-xxl-118{column-gap:11.8rem !important}.column-gap-xxl-128{column-gap:12.8rem !important}.column-gap-xxl-144{column-gap:14.4rem !important}.column-gap-xxl-148{column-gap:14.8rem !important}.column-gap-xxl-176{column-gap:17.6rem !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: 1986px){.float-xxxxl-start{float:left !important}.float-xxxxl-end{float:right !important}.float-xxxxl-none{float:none !important}.object-fit-xxxxl-contain{object-fit:contain !important}.object-fit-xxxxl-cover{object-fit:cover !important}.object-fit-xxxxl-fill{object-fit:fill !important}.object-fit-xxxxl-scale{object-fit:scale-down !important}.object-fit-xxxxl-none{object-fit:none !important}.d-xxxxl-inline{display:inline !important}.d-xxxxl-inline-block{display:inline-block !important}.d-xxxxl-block{display:block !important}.d-xxxxl-grid{display:grid !important}.d-xxxxl-inline-grid{display:inline-grid !important}.d-xxxxl-table{display:table !important}.d-xxxxl-table-row{display:table-row !important}.d-xxxxl-table-cell{display:table-cell !important}.d-xxxxl-flex{display:flex !important}.d-xxxxl-inline-flex{display:inline-flex !important}.d-xxxxl-none{display:none !important}.flex-xxxxl-fill{flex:1 1 auto !important}.flex-xxxxl-row{flex-direction:row !important}.flex-xxxxl-column{flex-direction:column !important}.flex-xxxxl-row-reverse{flex-direction:row-reverse !important}.flex-xxxxl-column-reverse{flex-direction:column-reverse !important}.flex-xxxxl-grow-0{flex-grow:0 !important}.flex-xxxxl-grow-1{flex-grow:1 !important}.flex-xxxxl-shrink-0{flex-shrink:0 !important}.flex-xxxxl-shrink-1{flex-shrink:1 !important}.flex-xxxxl-wrap{flex-wrap:wrap !important}.flex-xxxxl-nowrap{flex-wrap:nowrap !important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxxxl-start{justify-content:flex-start !important}.justify-content-xxxxl-end{justify-content:flex-end !important}.justify-content-xxxxl-center{justify-content:center !important}.justify-content-xxxxl-between{justify-content:space-between !important}.justify-content-xxxxl-around{justify-content:space-around !important}.justify-content-xxxxl-evenly{justify-content:space-evenly !important}.align-items-xxxxl-start{align-items:flex-start !important}.align-items-xxxxl-end{align-items:flex-end !important}.align-items-xxxxl-center{align-items:center !important}.align-items-xxxxl-baseline{align-items:baseline !important}.align-items-xxxxl-stretch{align-items:stretch !important}.align-content-xxxxl-start{align-content:flex-start !important}.align-content-xxxxl-end{align-content:flex-end !important}.align-content-xxxxl-center{align-content:center !important}.align-content-xxxxl-between{align-content:space-between !important}.align-content-xxxxl-around{align-content:space-around !important}.align-content-xxxxl-stretch{align-content:stretch !important}.align-self-xxxxl-auto{align-self:auto !important}.align-self-xxxxl-start{align-self:flex-start !important}.align-self-xxxxl-end{align-self:flex-end !important}.align-self-xxxxl-center{align-self:center !important}.align-self-xxxxl-baseline{align-self:baseline !important}.align-self-xxxxl-stretch{align-self:stretch !important}.order-xxxxl-first{order:-1 !important}.order-xxxxl-0{order:0 !important}.order-xxxxl-1{order:1 !important}.order-xxxxl-2{order:2 !important}.order-xxxxl-3{order:3 !important}.order-xxxxl-4{order:4 !important}.order-xxxxl-5{order:5 !important}.order-xxxxl-last{order:6 !important}.m-xxxxl-0{margin:0 !important}.m-xxxxl-2{margin:.2rem !important}.m-xxxxl-4{margin:.4rem !important}.m-xxxxl-6{margin:.6rem !important}.m-xxxxl-8{margin:.8rem !important}.m-xxxxl-10{margin:1rem !important}.m-xxxxl-12{margin:1.2rem !important}.m-xxxxl-14{margin:1.4rem !important}.m-xxxxl-16{margin:1.6rem !important}.m-xxxxl-18{margin:1.8rem !important}.m-xxxxl-20{margin:2rem !important}.m-xxxxl-22{margin:2.2rem !important}.m-xxxxl-24{margin:2.4rem !important}.m-xxxxl-26{margin:2.6rem !important}.m-xxxxl-28{margin:2.8rem !important}.m-xxxxl-30{margin:3rem !important}.m-xxxxl-32{margin:3.2rem !important}.m-xxxxl-36{margin:3.6rem !important}.m-xxxxl-38{margin:3.8rem !important}.m-xxxxl-40{margin:4rem !important}.m-xxxxl-44{margin:4.4rem !important}.m-xxxxl-48{margin:4.8rem !important}.m-xxxxl-52{margin:5.2rem !important}.m-xxxxl-56{margin:5.6rem !important}.m-xxxxl-60{margin:6rem !important}.m-xxxxl-64{margin:6.4rem !important}.m-xxxxl-68{margin:6.8rem !important}.m-xxxxl-72{margin:7.2rem !important}.m-xxxxl-76{margin:7.6rem !important}.m-xxxxl-80{margin:8rem !important}.m-xxxxl-90{margin:9rem !important}.m-xxxxl-98{margin:9.8rem !important}.m-xxxxl-106{margin:10.6rem !important}.m-xxxxl-110{margin:11rem !important}.m-xxxxl-118{margin:11.8rem !important}.m-xxxxl-128{margin:12.8rem !important}.m-xxxxl-144{margin:14.4rem !important}.m-xxxxl-148{margin:14.8rem !important}.m-xxxxl-176{margin:17.6rem !important}.m-xxxxl-auto{margin:auto !important}.mx-xxxxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxxxl-2{margin-right:.2rem !important;margin-left:.2rem !important}.mx-xxxxl-4{margin-right:.4rem !important;margin-left:.4rem !important}.mx-xxxxl-6{margin-right:.6rem !important;margin-left:.6rem !important}.mx-xxxxl-8{margin-right:.8rem !important;margin-left:.8rem !important}.mx-xxxxl-10{margin-right:1rem !important;margin-left:1rem !important}.mx-xxxxl-12{margin-right:1.2rem !important;margin-left:1.2rem !important}.mx-xxxxl-14{margin-right:1.4rem !important;margin-left:1.4rem !important}.mx-xxxxl-16{margin-right:1.6rem !important;margin-left:1.6rem !important}.mx-xxxxl-18{margin-right:1.8rem !important;margin-left:1.8rem !important}.mx-xxxxl-20{margin-right:2rem !important;margin-left:2rem !important}.mx-xxxxl-22{margin-right:2.2rem !important;margin-left:2.2rem !important}.mx-xxxxl-24{margin-right:2.4rem !important;margin-left:2.4rem !important}.mx-xxxxl-26{margin-right:2.6rem !important;margin-left:2.6rem !important}.mx-xxxxl-28{margin-right:2.8rem !important;margin-left:2.8rem !important}.mx-xxxxl-30{margin-right:3rem !important;margin-left:3rem !important}.mx-xxxxl-32{margin-right:3.2rem !important;margin-left:3.2rem !important}.mx-xxxxl-36{margin-right:3.6rem !important;margin-left:3.6rem !important}.mx-xxxxl-38{margin-right:3.8rem !important;margin-left:3.8rem !important}.mx-xxxxl-40{margin-right:4rem !important;margin-left:4rem !important}.mx-xxxxl-44{margin-right:4.4rem !important;margin-left:4.4rem !important}.mx-xxxxl-48{margin-right:4.8rem !important;margin-left:4.8rem !important}.mx-xxxxl-52{margin-right:5.2rem !important;margin-left:5.2rem !important}.mx-xxxxl-56{margin-right:5.6rem !important;margin-left:5.6rem !important}.mx-xxxxl-60{margin-right:6rem !important;margin-left:6rem !important}.mx-xxxxl-64{margin-right:6.4rem !important;margin-left:6.4rem !important}.mx-xxxxl-68{margin-right:6.8rem !important;margin-left:6.8rem !important}.mx-xxxxl-72{margin-right:7.2rem !important;margin-left:7.2rem !important}.mx-xxxxl-76{margin-right:7.6rem !important;margin-left:7.6rem !important}.mx-xxxxl-80{margin-right:8rem !important;margin-left:8rem !important}.mx-xxxxl-90{margin-right:9rem !important;margin-left:9rem !important}.mx-xxxxl-98{margin-right:9.8rem !important;margin-left:9.8rem !important}.mx-xxxxl-106{margin-right:10.6rem !important;margin-left:10.6rem !important}.mx-xxxxl-110{margin-right:11rem !important;margin-left:11rem !important}.mx-xxxxl-118{margin-right:11.8rem !important;margin-left:11.8rem !important}.mx-xxxxl-128{margin-right:12.8rem !important;margin-left:12.8rem !important}.mx-xxxxl-144{margin-right:14.4rem !important;margin-left:14.4rem !important}.mx-xxxxl-148{margin-right:14.8rem !important;margin-left:14.8rem !important}.mx-xxxxl-176{margin-right:17.6rem !important;margin-left:17.6rem !important}.mx-xxxxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxxxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxxxl-2{margin-top:.2rem !important;margin-bottom:.2rem !important}.my-xxxxl-4{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-xxxxl-6{margin-top:.6rem !important;margin-bottom:.6rem !important}.my-xxxxl-8{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-xxxxl-10{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxxxl-12{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-xxxxl-14{margin-top:1.4rem !important;margin-bottom:1.4rem !important}.my-xxxxl-16{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-xxxxl-18{margin-top:1.8rem !important;margin-bottom:1.8rem !important}.my-xxxxl-20{margin-top:2rem !important;margin-bottom:2rem !important}.my-xxxxl-22{margin-top:2.2rem !important;margin-bottom:2.2rem !important}.my-xxxxl-24{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-xxxxl-26{margin-top:2.6rem !important;margin-bottom:2.6rem !important}.my-xxxxl-28{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-xxxxl-30{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxxxl-32{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-xxxxl-36{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-xxxxl-38{margin-top:3.8rem !important;margin-bottom:3.8rem !important}.my-xxxxl-40{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxxxl-44{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-xxxxl-48{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-xxxxl-52{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-xxxxl-56{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-xxxxl-60{margin-top:6rem !important;margin-bottom:6rem !important}.my-xxxxl-64{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-xxxxl-68{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-xxxxl-72{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-xxxxl-76{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-xxxxl-80{margin-top:8rem !important;margin-bottom:8rem !important}.my-xxxxl-90{margin-top:9rem !important;margin-bottom:9rem !important}.my-xxxxl-98{margin-top:9.8rem !important;margin-bottom:9.8rem !important}.my-xxxxl-106{margin-top:10.6rem !important;margin-bottom:10.6rem !important}.my-xxxxl-110{margin-top:11rem !important;margin-bottom:11rem !important}.my-xxxxl-118{margin-top:11.8rem !important;margin-bottom:11.8rem !important}.my-xxxxl-128{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-xxxxl-144{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-xxxxl-148{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-xxxxl-176{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-xxxxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxxxl-0{margin-top:0 !important}.mt-xxxxl-2{margin-top:.2rem !important}.mt-xxxxl-4{margin-top:.4rem !important}.mt-xxxxl-6{margin-top:.6rem !important}.mt-xxxxl-8{margin-top:.8rem !important}.mt-xxxxl-10{margin-top:1rem !important}.mt-xxxxl-12{margin-top:1.2rem !important}.mt-xxxxl-14{margin-top:1.4rem !important}.mt-xxxxl-16{margin-top:1.6rem !important}.mt-xxxxl-18{margin-top:1.8rem !important}.mt-xxxxl-20{margin-top:2rem !important}.mt-xxxxl-22{margin-top:2.2rem !important}.mt-xxxxl-24{margin-top:2.4rem !important}.mt-xxxxl-26{margin-top:2.6rem !important}.mt-xxxxl-28{margin-top:2.8rem !important}.mt-xxxxl-30{margin-top:3rem !important}.mt-xxxxl-32{margin-top:3.2rem !important}.mt-xxxxl-36{margin-top:3.6rem !important}.mt-xxxxl-38{margin-top:3.8rem !important}.mt-xxxxl-40{margin-top:4rem !important}.mt-xxxxl-44{margin-top:4.4rem !important}.mt-xxxxl-48{margin-top:4.8rem !important}.mt-xxxxl-52{margin-top:5.2rem !important}.mt-xxxxl-56{margin-top:5.6rem !important}.mt-xxxxl-60{margin-top:6rem !important}.mt-xxxxl-64{margin-top:6.4rem !important}.mt-xxxxl-68{margin-top:6.8rem !important}.mt-xxxxl-72{margin-top:7.2rem !important}.mt-xxxxl-76{margin-top:7.6rem !important}.mt-xxxxl-80{margin-top:8rem !important}.mt-xxxxl-90{margin-top:9rem !important}.mt-xxxxl-98{margin-top:9.8rem !important}.mt-xxxxl-106{margin-top:10.6rem !important}.mt-xxxxl-110{margin-top:11rem !important}.mt-xxxxl-118{margin-top:11.8rem !important}.mt-xxxxl-128{margin-top:12.8rem !important}.mt-xxxxl-144{margin-top:14.4rem !important}.mt-xxxxl-148{margin-top:14.8rem !important}.mt-xxxxl-176{margin-top:17.6rem !important}.mt-xxxxl-auto{margin-top:auto !important}.me-xxxxl-0{margin-right:0 !important}.me-xxxxl-2{margin-right:.2rem !important}.me-xxxxl-4{margin-right:.4rem !important}.me-xxxxl-6{margin-right:.6rem !important}.me-xxxxl-8{margin-right:.8rem !important}.me-xxxxl-10{margin-right:1rem !important}.me-xxxxl-12{margin-right:1.2rem !important}.me-xxxxl-14{margin-right:1.4rem !important}.me-xxxxl-16{margin-right:1.6rem !important}.me-xxxxl-18{margin-right:1.8rem !important}.me-xxxxl-20{margin-right:2rem !important}.me-xxxxl-22{margin-right:2.2rem !important}.me-xxxxl-24{margin-right:2.4rem !important}.me-xxxxl-26{margin-right:2.6rem !important}.me-xxxxl-28{margin-right:2.8rem !important}.me-xxxxl-30{margin-right:3rem !important}.me-xxxxl-32{margin-right:3.2rem !important}.me-xxxxl-36{margin-right:3.6rem !important}.me-xxxxl-38{margin-right:3.8rem !important}.me-xxxxl-40{margin-right:4rem !important}.me-xxxxl-44{margin-right:4.4rem !important}.me-xxxxl-48{margin-right:4.8rem !important}.me-xxxxl-52{margin-right:5.2rem !important}.me-xxxxl-56{margin-right:5.6rem !important}.me-xxxxl-60{margin-right:6rem !important}.me-xxxxl-64{margin-right:6.4rem !important}.me-xxxxl-68{margin-right:6.8rem !important}.me-xxxxl-72{margin-right:7.2rem !important}.me-xxxxl-76{margin-right:7.6rem !important}.me-xxxxl-80{margin-right:8rem !important}.me-xxxxl-90{margin-right:9rem !important}.me-xxxxl-98{margin-right:9.8rem !important}.me-xxxxl-106{margin-right:10.6rem !important}.me-xxxxl-110{margin-right:11rem !important}.me-xxxxl-118{margin-right:11.8rem !important}.me-xxxxl-128{margin-right:12.8rem !important}.me-xxxxl-144{margin-right:14.4rem !important}.me-xxxxl-148{margin-right:14.8rem !important}.me-xxxxl-176{margin-right:17.6rem !important}.me-xxxxl-auto{margin-right:auto !important}.mb-xxxxl-0{margin-bottom:0 !important}.mb-xxxxl-2{margin-bottom:.2rem !important}.mb-xxxxl-4{margin-bottom:.4rem !important}.mb-xxxxl-6{margin-bottom:.6rem !important}.mb-xxxxl-8{margin-bottom:.8rem !important}.mb-xxxxl-10{margin-bottom:1rem !important}.mb-xxxxl-12{margin-bottom:1.2rem !important}.mb-xxxxl-14{margin-bottom:1.4rem !important}.mb-xxxxl-16{margin-bottom:1.6rem !important}.mb-xxxxl-18{margin-bottom:1.8rem !important}.mb-xxxxl-20{margin-bottom:2rem !important}.mb-xxxxl-22{margin-bottom:2.2rem !important}.mb-xxxxl-24{margin-bottom:2.4rem !important}.mb-xxxxl-26{margin-bottom:2.6rem !important}.mb-xxxxl-28{margin-bottom:2.8rem !important}.mb-xxxxl-30{margin-bottom:3rem !important}.mb-xxxxl-32{margin-bottom:3.2rem !important}.mb-xxxxl-36{margin-bottom:3.6rem !important}.mb-xxxxl-38{margin-bottom:3.8rem !important}.mb-xxxxl-40{margin-bottom:4rem !important}.mb-xxxxl-44{margin-bottom:4.4rem !important}.mb-xxxxl-48{margin-bottom:4.8rem !important}.mb-xxxxl-52{margin-bottom:5.2rem !important}.mb-xxxxl-56{margin-bottom:5.6rem !important}.mb-xxxxl-60{margin-bottom:6rem !important}.mb-xxxxl-64{margin-bottom:6.4rem !important}.mb-xxxxl-68{margin-bottom:6.8rem !important}.mb-xxxxl-72{margin-bottom:7.2rem !important}.mb-xxxxl-76{margin-bottom:7.6rem !important}.mb-xxxxl-80{margin-bottom:8rem !important}.mb-xxxxl-90{margin-bottom:9rem !important}.mb-xxxxl-98{margin-bottom:9.8rem !important}.mb-xxxxl-106{margin-bottom:10.6rem !important}.mb-xxxxl-110{margin-bottom:11rem !important}.mb-xxxxl-118{margin-bottom:11.8rem !important}.mb-xxxxl-128{margin-bottom:12.8rem !important}.mb-xxxxl-144{margin-bottom:14.4rem !important}.mb-xxxxl-148{margin-bottom:14.8rem !important}.mb-xxxxl-176{margin-bottom:17.6rem !important}.mb-xxxxl-auto{margin-bottom:auto !important}.ms-xxxxl-0{margin-left:0 !important}.ms-xxxxl-2{margin-left:.2rem !important}.ms-xxxxl-4{margin-left:.4rem !important}.ms-xxxxl-6{margin-left:.6rem !important}.ms-xxxxl-8{margin-left:.8rem !important}.ms-xxxxl-10{margin-left:1rem !important}.ms-xxxxl-12{margin-left:1.2rem !important}.ms-xxxxl-14{margin-left:1.4rem !important}.ms-xxxxl-16{margin-left:1.6rem !important}.ms-xxxxl-18{margin-left:1.8rem !important}.ms-xxxxl-20{margin-left:2rem !important}.ms-xxxxl-22{margin-left:2.2rem !important}.ms-xxxxl-24{margin-left:2.4rem !important}.ms-xxxxl-26{margin-left:2.6rem !important}.ms-xxxxl-28{margin-left:2.8rem !important}.ms-xxxxl-30{margin-left:3rem !important}.ms-xxxxl-32{margin-left:3.2rem !important}.ms-xxxxl-36{margin-left:3.6rem !important}.ms-xxxxl-38{margin-left:3.8rem !important}.ms-xxxxl-40{margin-left:4rem !important}.ms-xxxxl-44{margin-left:4.4rem !important}.ms-xxxxl-48{margin-left:4.8rem !important}.ms-xxxxl-52{margin-left:5.2rem !important}.ms-xxxxl-56{margin-left:5.6rem !important}.ms-xxxxl-60{margin-left:6rem !important}.ms-xxxxl-64{margin-left:6.4rem !important}.ms-xxxxl-68{margin-left:6.8rem !important}.ms-xxxxl-72{margin-left:7.2rem !important}.ms-xxxxl-76{margin-left:7.6rem !important}.ms-xxxxl-80{margin-left:8rem !important}.ms-xxxxl-90{margin-left:9rem !important}.ms-xxxxl-98{margin-left:9.8rem !important}.ms-xxxxl-106{margin-left:10.6rem !important}.ms-xxxxl-110{margin-left:11rem !important}.ms-xxxxl-118{margin-left:11.8rem !important}.ms-xxxxl-128{margin-left:12.8rem !important}.ms-xxxxl-144{margin-left:14.4rem !important}.ms-xxxxl-148{margin-left:14.8rem !important}.ms-xxxxl-176{margin-left:17.6rem !important}.ms-xxxxl-auto{margin-left:auto !important}.m-xxxxl-n2{margin:-0.2rem !important}.m-xxxxl-n4{margin:-0.4rem !important}.m-xxxxl-n6{margin:-0.6rem !important}.m-xxxxl-n8{margin:-0.8rem !important}.m-xxxxl-n10{margin:-1rem !important}.m-xxxxl-n12{margin:-1.2rem !important}.m-xxxxl-n14{margin:-1.4rem !important}.m-xxxxl-n16{margin:-1.6rem !important}.m-xxxxl-n18{margin:-1.8rem !important}.m-xxxxl-n20{margin:-2rem !important}.m-xxxxl-n22{margin:-2.2rem !important}.m-xxxxl-n24{margin:-2.4rem !important}.m-xxxxl-n26{margin:-2.6rem !important}.m-xxxxl-n28{margin:-2.8rem !important}.m-xxxxl-n30{margin:-3rem !important}.m-xxxxl-n32{margin:-3.2rem !important}.m-xxxxl-n36{margin:-3.6rem !important}.m-xxxxl-n38{margin:-3.8rem !important}.m-xxxxl-n40{margin:-4rem !important}.m-xxxxl-n44{margin:-4.4rem !important}.m-xxxxl-n48{margin:-4.8rem !important}.m-xxxxl-n52{margin:-5.2rem !important}.m-xxxxl-n56{margin:-5.6rem !important}.m-xxxxl-n60{margin:-6rem !important}.m-xxxxl-n64{margin:-6.4rem !important}.m-xxxxl-n68{margin:-6.8rem !important}.m-xxxxl-n72{margin:-7.2rem !important}.m-xxxxl-n76{margin:-7.6rem !important}.m-xxxxl-n80{margin:-8rem !important}.m-xxxxl-n90{margin:-9rem !important}.m-xxxxl-n98{margin:-9.8rem !important}.m-xxxxl-n106{margin:-10.6rem !important}.m-xxxxl-n110{margin:-11rem !important}.m-xxxxl-n118{margin:-11.8rem !important}.m-xxxxl-n128{margin:-12.8rem !important}.m-xxxxl-n144{margin:-14.4rem !important}.m-xxxxl-n148{margin:-14.8rem !important}.m-xxxxl-n176{margin:-17.6rem !important}.mx-xxxxl-n2{margin-right:-0.2rem !important;margin-left:-0.2rem !important}.mx-xxxxl-n4{margin-right:-0.4rem !important;margin-left:-0.4rem !important}.mx-xxxxl-n6{margin-right:-0.6rem !important;margin-left:-0.6rem !important}.mx-xxxxl-n8{margin-right:-0.8rem !important;margin-left:-0.8rem !important}.mx-xxxxl-n10{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxxxl-n12{margin-right:-1.2rem !important;margin-left:-1.2rem !important}.mx-xxxxl-n14{margin-right:-1.4rem !important;margin-left:-1.4rem !important}.mx-xxxxl-n16{margin-right:-1.6rem !important;margin-left:-1.6rem !important}.mx-xxxxl-n18{margin-right:-1.8rem !important;margin-left:-1.8rem !important}.mx-xxxxl-n20{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xxxxl-n22{margin-right:-2.2rem !important;margin-left:-2.2rem !important}.mx-xxxxl-n24{margin-right:-2.4rem !important;margin-left:-2.4rem !important}.mx-xxxxl-n26{margin-right:-2.6rem !important;margin-left:-2.6rem !important}.mx-xxxxl-n28{margin-right:-2.8rem !important;margin-left:-2.8rem !important}.mx-xxxxl-n30{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xxxxl-n32{margin-right:-3.2rem !important;margin-left:-3.2rem !important}.mx-xxxxl-n36{margin-right:-3.6rem !important;margin-left:-3.6rem !important}.mx-xxxxl-n38{margin-right:-3.8rem !important;margin-left:-3.8rem !important}.mx-xxxxl-n40{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xxxxl-n44{margin-right:-4.4rem !important;margin-left:-4.4rem !important}.mx-xxxxl-n48{margin-right:-4.8rem !important;margin-left:-4.8rem !important}.mx-xxxxl-n52{margin-right:-5.2rem !important;margin-left:-5.2rem !important}.mx-xxxxl-n56{margin-right:-5.6rem !important;margin-left:-5.6rem !important}.mx-xxxxl-n60{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xxxxl-n64{margin-right:-6.4rem !important;margin-left:-6.4rem !important}.mx-xxxxl-n68{margin-right:-6.8rem !important;margin-left:-6.8rem !important}.mx-xxxxl-n72{margin-right:-7.2rem !important;margin-left:-7.2rem !important}.mx-xxxxl-n76{margin-right:-7.6rem !important;margin-left:-7.6rem !important}.mx-xxxxl-n80{margin-right:-8rem !important;margin-left:-8rem !important}.mx-xxxxl-n90{margin-right:-9rem !important;margin-left:-9rem !important}.mx-xxxxl-n98{margin-right:-9.8rem !important;margin-left:-9.8rem !important}.mx-xxxxl-n106{margin-right:-10.6rem !important;margin-left:-10.6rem !important}.mx-xxxxl-n110{margin-right:-11rem !important;margin-left:-11rem !important}.mx-xxxxl-n118{margin-right:-11.8rem !important;margin-left:-11.8rem !important}.mx-xxxxl-n128{margin-right:-12.8rem !important;margin-left:-12.8rem !important}.mx-xxxxl-n144{margin-right:-14.4rem !important;margin-left:-14.4rem !important}.mx-xxxxl-n148{margin-right:-14.8rem !important;margin-left:-14.8rem !important}.mx-xxxxl-n176{margin-right:-17.6rem !important;margin-left:-17.6rem !important}.my-xxxxl-n2{margin-top:-0.2rem !important;margin-bottom:-0.2rem !important}.my-xxxxl-n4{margin-top:-0.4rem !important;margin-bottom:-0.4rem !important}.my-xxxxl-n6{margin-top:-0.6rem !important;margin-bottom:-0.6rem !important}.my-xxxxl-n8{margin-top:-0.8rem !important;margin-bottom:-0.8rem !important}.my-xxxxl-n10{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxxxl-n12{margin-top:-1.2rem !important;margin-bottom:-1.2rem !important}.my-xxxxl-n14{margin-top:-1.4rem !important;margin-bottom:-1.4rem !important}.my-xxxxl-n16{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important}.my-xxxxl-n18{margin-top:-1.8rem !important;margin-bottom:-1.8rem !important}.my-xxxxl-n20{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xxxxl-n22{margin-top:-2.2rem !important;margin-bottom:-2.2rem !important}.my-xxxxl-n24{margin-top:-2.4rem !important;margin-bottom:-2.4rem !important}.my-xxxxl-n26{margin-top:-2.6rem !important;margin-bottom:-2.6rem !important}.my-xxxxl-n28{margin-top:-2.8rem !important;margin-bottom:-2.8rem !important}.my-xxxxl-n30{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xxxxl-n32{margin-top:-3.2rem !important;margin-bottom:-3.2rem !important}.my-xxxxl-n36{margin-top:-3.6rem !important;margin-bottom:-3.6rem !important}.my-xxxxl-n38{margin-top:-3.8rem !important;margin-bottom:-3.8rem !important}.my-xxxxl-n40{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xxxxl-n44{margin-top:-4.4rem !important;margin-bottom:-4.4rem !important}.my-xxxxl-n48{margin-top:-4.8rem !important;margin-bottom:-4.8rem !important}.my-xxxxl-n52{margin-top:-5.2rem !important;margin-bottom:-5.2rem !important}.my-xxxxl-n56{margin-top:-5.6rem !important;margin-bottom:-5.6rem !important}.my-xxxxl-n60{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xxxxl-n64{margin-top:-6.4rem !important;margin-bottom:-6.4rem !important}.my-xxxxl-n68{margin-top:-6.8rem !important;margin-bottom:-6.8rem !important}.my-xxxxl-n72{margin-top:-7.2rem !important;margin-bottom:-7.2rem !important}.my-xxxxl-n76{margin-top:-7.6rem !important;margin-bottom:-7.6rem !important}.my-xxxxl-n80{margin-top:-8rem !important;margin-bottom:-8rem !important}.my-xxxxl-n90{margin-top:-9rem !important;margin-bottom:-9rem !important}.my-xxxxl-n98{margin-top:-9.8rem !important;margin-bottom:-9.8rem !important}.my-xxxxl-n106{margin-top:-10.6rem !important;margin-bottom:-10.6rem !important}.my-xxxxl-n110{margin-top:-11rem !important;margin-bottom:-11rem !important}.my-xxxxl-n118{margin-top:-11.8rem !important;margin-bottom:-11.8rem !important}.my-xxxxl-n128{margin-top:-12.8rem !important;margin-bottom:-12.8rem !important}.my-xxxxl-n144{margin-top:-14.4rem !important;margin-bottom:-14.4rem !important}.my-xxxxl-n148{margin-top:-14.8rem !important;margin-bottom:-14.8rem !important}.my-xxxxl-n176{margin-top:-17.6rem !important;margin-bottom:-17.6rem !important}.mt-xxxxl-n2{margin-top:-0.2rem !important}.mt-xxxxl-n4{margin-top:-0.4rem !important}.mt-xxxxl-n6{margin-top:-0.6rem !important}.mt-xxxxl-n8{margin-top:-0.8rem !important}.mt-xxxxl-n10{margin-top:-1rem !important}.mt-xxxxl-n12{margin-top:-1.2rem !important}.mt-xxxxl-n14{margin-top:-1.4rem !important}.mt-xxxxl-n16{margin-top:-1.6rem !important}.mt-xxxxl-n18{margin-top:-1.8rem !important}.mt-xxxxl-n20{margin-top:-2rem !important}.mt-xxxxl-n22{margin-top:-2.2rem !important}.mt-xxxxl-n24{margin-top:-2.4rem !important}.mt-xxxxl-n26{margin-top:-2.6rem !important}.mt-xxxxl-n28{margin-top:-2.8rem !important}.mt-xxxxl-n30{margin-top:-3rem !important}.mt-xxxxl-n32{margin-top:-3.2rem !important}.mt-xxxxl-n36{margin-top:-3.6rem !important}.mt-xxxxl-n38{margin-top:-3.8rem !important}.mt-xxxxl-n40{margin-top:-4rem !important}.mt-xxxxl-n44{margin-top:-4.4rem !important}.mt-xxxxl-n48{margin-top:-4.8rem !important}.mt-xxxxl-n52{margin-top:-5.2rem !important}.mt-xxxxl-n56{margin-top:-5.6rem !important}.mt-xxxxl-n60{margin-top:-6rem !important}.mt-xxxxl-n64{margin-top:-6.4rem !important}.mt-xxxxl-n68{margin-top:-6.8rem !important}.mt-xxxxl-n72{margin-top:-7.2rem !important}.mt-xxxxl-n76{margin-top:-7.6rem !important}.mt-xxxxl-n80{margin-top:-8rem !important}.mt-xxxxl-n90{margin-top:-9rem !important}.mt-xxxxl-n98{margin-top:-9.8rem !important}.mt-xxxxl-n106{margin-top:-10.6rem !important}.mt-xxxxl-n110{margin-top:-11rem !important}.mt-xxxxl-n118{margin-top:-11.8rem !important}.mt-xxxxl-n128{margin-top:-12.8rem !important}.mt-xxxxl-n144{margin-top:-14.4rem !important}.mt-xxxxl-n148{margin-top:-14.8rem !important}.mt-xxxxl-n176{margin-top:-17.6rem !important}.me-xxxxl-n2{margin-right:-0.2rem !important}.me-xxxxl-n4{margin-right:-0.4rem !important}.me-xxxxl-n6{margin-right:-0.6rem !important}.me-xxxxl-n8{margin-right:-0.8rem !important}.me-xxxxl-n10{margin-right:-1rem !important}.me-xxxxl-n12{margin-right:-1.2rem !important}.me-xxxxl-n14{margin-right:-1.4rem !important}.me-xxxxl-n16{margin-right:-1.6rem !important}.me-xxxxl-n18{margin-right:-1.8rem !important}.me-xxxxl-n20{margin-right:-2rem !important}.me-xxxxl-n22{margin-right:-2.2rem !important}.me-xxxxl-n24{margin-right:-2.4rem !important}.me-xxxxl-n26{margin-right:-2.6rem !important}.me-xxxxl-n28{margin-right:-2.8rem !important}.me-xxxxl-n30{margin-right:-3rem !important}.me-xxxxl-n32{margin-right:-3.2rem !important}.me-xxxxl-n36{margin-right:-3.6rem !important}.me-xxxxl-n38{margin-right:-3.8rem !important}.me-xxxxl-n40{margin-right:-4rem !important}.me-xxxxl-n44{margin-right:-4.4rem !important}.me-xxxxl-n48{margin-right:-4.8rem !important}.me-xxxxl-n52{margin-right:-5.2rem !important}.me-xxxxl-n56{margin-right:-5.6rem !important}.me-xxxxl-n60{margin-right:-6rem !important}.me-xxxxl-n64{margin-right:-6.4rem !important}.me-xxxxl-n68{margin-right:-6.8rem !important}.me-xxxxl-n72{margin-right:-7.2rem !important}.me-xxxxl-n76{margin-right:-7.6rem !important}.me-xxxxl-n80{margin-right:-8rem !important}.me-xxxxl-n90{margin-right:-9rem !important}.me-xxxxl-n98{margin-right:-9.8rem !important}.me-xxxxl-n106{margin-right:-10.6rem !important}.me-xxxxl-n110{margin-right:-11rem !important}.me-xxxxl-n118{margin-right:-11.8rem !important}.me-xxxxl-n128{margin-right:-12.8rem !important}.me-xxxxl-n144{margin-right:-14.4rem !important}.me-xxxxl-n148{margin-right:-14.8rem !important}.me-xxxxl-n176{margin-right:-17.6rem !important}.mb-xxxxl-n2{margin-bottom:-0.2rem !important}.mb-xxxxl-n4{margin-bottom:-0.4rem !important}.mb-xxxxl-n6{margin-bottom:-0.6rem !important}.mb-xxxxl-n8{margin-bottom:-0.8rem !important}.mb-xxxxl-n10{margin-bottom:-1rem !important}.mb-xxxxl-n12{margin-bottom:-1.2rem !important}.mb-xxxxl-n14{margin-bottom:-1.4rem !important}.mb-xxxxl-n16{margin-bottom:-1.6rem !important}.mb-xxxxl-n18{margin-bottom:-1.8rem !important}.mb-xxxxl-n20{margin-bottom:-2rem !important}.mb-xxxxl-n22{margin-bottom:-2.2rem !important}.mb-xxxxl-n24{margin-bottom:-2.4rem !important}.mb-xxxxl-n26{margin-bottom:-2.6rem !important}.mb-xxxxl-n28{margin-bottom:-2.8rem !important}.mb-xxxxl-n30{margin-bottom:-3rem !important}.mb-xxxxl-n32{margin-bottom:-3.2rem !important}.mb-xxxxl-n36{margin-bottom:-3.6rem !important}.mb-xxxxl-n38{margin-bottom:-3.8rem !important}.mb-xxxxl-n40{margin-bottom:-4rem !important}.mb-xxxxl-n44{margin-bottom:-4.4rem !important}.mb-xxxxl-n48{margin-bottom:-4.8rem !important}.mb-xxxxl-n52{margin-bottom:-5.2rem !important}.mb-xxxxl-n56{margin-bottom:-5.6rem !important}.mb-xxxxl-n60{margin-bottom:-6rem !important}.mb-xxxxl-n64{margin-bottom:-6.4rem !important}.mb-xxxxl-n68{margin-bottom:-6.8rem !important}.mb-xxxxl-n72{margin-bottom:-7.2rem !important}.mb-xxxxl-n76{margin-bottom:-7.6rem !important}.mb-xxxxl-n80{margin-bottom:-8rem !important}.mb-xxxxl-n90{margin-bottom:-9rem !important}.mb-xxxxl-n98{margin-bottom:-9.8rem !important}.mb-xxxxl-n106{margin-bottom:-10.6rem !important}.mb-xxxxl-n110{margin-bottom:-11rem !important}.mb-xxxxl-n118{margin-bottom:-11.8rem !important}.mb-xxxxl-n128{margin-bottom:-12.8rem !important}.mb-xxxxl-n144{margin-bottom:-14.4rem !important}.mb-xxxxl-n148{margin-bottom:-14.8rem !important}.mb-xxxxl-n176{margin-bottom:-17.6rem !important}.ms-xxxxl-n2{margin-left:-0.2rem !important}.ms-xxxxl-n4{margin-left:-0.4rem !important}.ms-xxxxl-n6{margin-left:-0.6rem !important}.ms-xxxxl-n8{margin-left:-0.8rem !important}.ms-xxxxl-n10{margin-left:-1rem !important}.ms-xxxxl-n12{margin-left:-1.2rem !important}.ms-xxxxl-n14{margin-left:-1.4rem !important}.ms-xxxxl-n16{margin-left:-1.6rem !important}.ms-xxxxl-n18{margin-left:-1.8rem !important}.ms-xxxxl-n20{margin-left:-2rem !important}.ms-xxxxl-n22{margin-left:-2.2rem !important}.ms-xxxxl-n24{margin-left:-2.4rem !important}.ms-xxxxl-n26{margin-left:-2.6rem !important}.ms-xxxxl-n28{margin-left:-2.8rem !important}.ms-xxxxl-n30{margin-left:-3rem !important}.ms-xxxxl-n32{margin-left:-3.2rem !important}.ms-xxxxl-n36{margin-left:-3.6rem !important}.ms-xxxxl-n38{margin-left:-3.8rem !important}.ms-xxxxl-n40{margin-left:-4rem !important}.ms-xxxxl-n44{margin-left:-4.4rem !important}.ms-xxxxl-n48{margin-left:-4.8rem !important}.ms-xxxxl-n52{margin-left:-5.2rem !important}.ms-xxxxl-n56{margin-left:-5.6rem !important}.ms-xxxxl-n60{margin-left:-6rem !important}.ms-xxxxl-n64{margin-left:-6.4rem !important}.ms-xxxxl-n68{margin-left:-6.8rem !important}.ms-xxxxl-n72{margin-left:-7.2rem !important}.ms-xxxxl-n76{margin-left:-7.6rem !important}.ms-xxxxl-n80{margin-left:-8rem !important}.ms-xxxxl-n90{margin-left:-9rem !important}.ms-xxxxl-n98{margin-left:-9.8rem !important}.ms-xxxxl-n106{margin-left:-10.6rem !important}.ms-xxxxl-n110{margin-left:-11rem !important}.ms-xxxxl-n118{margin-left:-11.8rem !important}.ms-xxxxl-n128{margin-left:-12.8rem !important}.ms-xxxxl-n144{margin-left:-14.4rem !important}.ms-xxxxl-n148{margin-left:-14.8rem !important}.ms-xxxxl-n176{margin-left:-17.6rem !important}.p-xxxxl-0{padding:0 !important}.p-xxxxl-2{padding:.2rem !important}.p-xxxxl-4{padding:.4rem !important}.p-xxxxl-6{padding:.6rem !important}.p-xxxxl-8{padding:.8rem !important}.p-xxxxl-10{padding:1rem !important}.p-xxxxl-12{padding:1.2rem !important}.p-xxxxl-14{padding:1.4rem !important}.p-xxxxl-16{padding:1.6rem !important}.p-xxxxl-18{padding:1.8rem !important}.p-xxxxl-20{padding:2rem !important}.p-xxxxl-22{padding:2.2rem !important}.p-xxxxl-24{padding:2.4rem !important}.p-xxxxl-26{padding:2.6rem !important}.p-xxxxl-28{padding:2.8rem !important}.p-xxxxl-30{padding:3rem !important}.p-xxxxl-32{padding:3.2rem !important}.p-xxxxl-36{padding:3.6rem !important}.p-xxxxl-38{padding:3.8rem !important}.p-xxxxl-40{padding:4rem !important}.p-xxxxl-44{padding:4.4rem !important}.p-xxxxl-48{padding:4.8rem !important}.p-xxxxl-52{padding:5.2rem !important}.p-xxxxl-56{padding:5.6rem !important}.p-xxxxl-60{padding:6rem !important}.p-xxxxl-64{padding:6.4rem !important}.p-xxxxl-68{padding:6.8rem !important}.p-xxxxl-72{padding:7.2rem !important}.p-xxxxl-76{padding:7.6rem !important}.p-xxxxl-80{padding:8rem !important}.p-xxxxl-90{padding:9rem !important}.p-xxxxl-98{padding:9.8rem !important}.p-xxxxl-106{padding:10.6rem !important}.p-xxxxl-110{padding:11rem !important}.p-xxxxl-118{padding:11.8rem !important}.p-xxxxl-128{padding:12.8rem !important}.p-xxxxl-144{padding:14.4rem !important}.p-xxxxl-148{padding:14.8rem !important}.p-xxxxl-176{padding:17.6rem !important}.px-xxxxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxxxl-2{padding-right:.2rem !important;padding-left:.2rem !important}.px-xxxxl-4{padding-right:.4rem !important;padding-left:.4rem !important}.px-xxxxl-6{padding-right:.6rem !important;padding-left:.6rem !important}.px-xxxxl-8{padding-right:.8rem !important;padding-left:.8rem !important}.px-xxxxl-10{padding-right:1rem !important;padding-left:1rem !important}.px-xxxxl-12{padding-right:1.2rem !important;padding-left:1.2rem !important}.px-xxxxl-14{padding-right:1.4rem !important;padding-left:1.4rem !important}.px-xxxxl-16{padding-right:1.6rem !important;padding-left:1.6rem !important}.px-xxxxl-18{padding-right:1.8rem !important;padding-left:1.8rem !important}.px-xxxxl-20{padding-right:2rem !important;padding-left:2rem !important}.px-xxxxl-22{padding-right:2.2rem !important;padding-left:2.2rem !important}.px-xxxxl-24{padding-right:2.4rem !important;padding-left:2.4rem !important}.px-xxxxl-26{padding-right:2.6rem !important;padding-left:2.6rem !important}.px-xxxxl-28{padding-right:2.8rem !important;padding-left:2.8rem !important}.px-xxxxl-30{padding-right:3rem !important;padding-left:3rem !important}.px-xxxxl-32{padding-right:3.2rem !important;padding-left:3.2rem !important}.px-xxxxl-36{padding-right:3.6rem !important;padding-left:3.6rem !important}.px-xxxxl-38{padding-right:3.8rem !important;padding-left:3.8rem !important}.px-xxxxl-40{padding-right:4rem !important;padding-left:4rem !important}.px-xxxxl-44{padding-right:4.4rem !important;padding-left:4.4rem !important}.px-xxxxl-48{padding-right:4.8rem !important;padding-left:4.8rem !important}.px-xxxxl-52{padding-right:5.2rem !important;padding-left:5.2rem !important}.px-xxxxl-56{padding-right:5.6rem !important;padding-left:5.6rem !important}.px-xxxxl-60{padding-right:6rem !important;padding-left:6rem !important}.px-xxxxl-64{padding-right:6.4rem !important;padding-left:6.4rem !important}.px-xxxxl-68{padding-right:6.8rem !important;padding-left:6.8rem !important}.px-xxxxl-72{padding-right:7.2rem !important;padding-left:7.2rem !important}.px-xxxxl-76{padding-right:7.6rem !important;padding-left:7.6rem !important}.px-xxxxl-80{padding-right:8rem !important;padding-left:8rem !important}.px-xxxxl-90{padding-right:9rem !important;padding-left:9rem !important}.px-xxxxl-98{padding-right:9.8rem !important;padding-left:9.8rem !important}.px-xxxxl-106{padding-right:10.6rem !important;padding-left:10.6rem !important}.px-xxxxl-110{padding-right:11rem !important;padding-left:11rem !important}.px-xxxxl-118{padding-right:11.8rem !important;padding-left:11.8rem !important}.px-xxxxl-128{padding-right:12.8rem !important;padding-left:12.8rem !important}.px-xxxxl-144{padding-right:14.4rem !important;padding-left:14.4rem !important}.px-xxxxl-148{padding-right:14.8rem !important;padding-left:14.8rem !important}.px-xxxxl-176{padding-right:17.6rem !important;padding-left:17.6rem !important}.py-xxxxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxxxl-2{padding-top:.2rem !important;padding-bottom:.2rem !important}.py-xxxxl-4{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-xxxxl-6{padding-top:.6rem !important;padding-bottom:.6rem !important}.py-xxxxl-8{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-xxxxl-10{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxxxl-12{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-xxxxl-14{padding-top:1.4rem !important;padding-bottom:1.4rem !important}.py-xxxxl-16{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-xxxxl-18{padding-top:1.8rem !important;padding-bottom:1.8rem !important}.py-xxxxl-20{padding-top:2rem !important;padding-bottom:2rem !important}.py-xxxxl-22{padding-top:2.2rem !important;padding-bottom:2.2rem !important}.py-xxxxl-24{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-xxxxl-26{padding-top:2.6rem !important;padding-bottom:2.6rem !important}.py-xxxxl-28{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-xxxxl-30{padding-top:3rem !important;padding-bottom:3rem !important}.py-xxxxl-32{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-xxxxl-36{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-xxxxl-38{padding-top:3.8rem !important;padding-bottom:3.8rem !important}.py-xxxxl-40{padding-top:4rem !important;padding-bottom:4rem !important}.py-xxxxl-44{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-xxxxl-48{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-xxxxl-52{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-xxxxl-56{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-xxxxl-60{padding-top:6rem !important;padding-bottom:6rem !important}.py-xxxxl-64{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-xxxxl-68{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-xxxxl-72{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-xxxxl-76{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-xxxxl-80{padding-top:8rem !important;padding-bottom:8rem !important}.py-xxxxl-90{padding-top:9rem !important;padding-bottom:9rem !important}.py-xxxxl-98{padding-top:9.8rem !important;padding-bottom:9.8rem !important}.py-xxxxl-106{padding-top:10.6rem !important;padding-bottom:10.6rem !important}.py-xxxxl-110{padding-top:11rem !important;padding-bottom:11rem !important}.py-xxxxl-118{padding-top:11.8rem !important;padding-bottom:11.8rem !important}.py-xxxxl-128{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-xxxxl-144{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-xxxxl-148{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-xxxxl-176{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.pt-xxxxl-0{padding-top:0 !important}.pt-xxxxl-2{padding-top:.2rem !important}.pt-xxxxl-4{padding-top:.4rem !important}.pt-xxxxl-6{padding-top:.6rem !important}.pt-xxxxl-8{padding-top:.8rem !important}.pt-xxxxl-10{padding-top:1rem !important}.pt-xxxxl-12{padding-top:1.2rem !important}.pt-xxxxl-14{padding-top:1.4rem !important}.pt-xxxxl-16{padding-top:1.6rem !important}.pt-xxxxl-18{padding-top:1.8rem !important}.pt-xxxxl-20{padding-top:2rem !important}.pt-xxxxl-22{padding-top:2.2rem !important}.pt-xxxxl-24{padding-top:2.4rem !important}.pt-xxxxl-26{padding-top:2.6rem !important}.pt-xxxxl-28{padding-top:2.8rem !important}.pt-xxxxl-30{padding-top:3rem !important}.pt-xxxxl-32{padding-top:3.2rem !important}.pt-xxxxl-36{padding-top:3.6rem !important}.pt-xxxxl-38{padding-top:3.8rem !important}.pt-xxxxl-40{padding-top:4rem !important}.pt-xxxxl-44{padding-top:4.4rem !important}.pt-xxxxl-48{padding-top:4.8rem !important}.pt-xxxxl-52{padding-top:5.2rem !important}.pt-xxxxl-56{padding-top:5.6rem !important}.pt-xxxxl-60{padding-top:6rem !important}.pt-xxxxl-64{padding-top:6.4rem !important}.pt-xxxxl-68{padding-top:6.8rem !important}.pt-xxxxl-72{padding-top:7.2rem !important}.pt-xxxxl-76{padding-top:7.6rem !important}.pt-xxxxl-80{padding-top:8rem !important}.pt-xxxxl-90{padding-top:9rem !important}.pt-xxxxl-98{padding-top:9.8rem !important}.pt-xxxxl-106{padding-top:10.6rem !important}.pt-xxxxl-110{padding-top:11rem !important}.pt-xxxxl-118{padding-top:11.8rem !important}.pt-xxxxl-128{padding-top:12.8rem !important}.pt-xxxxl-144{padding-top:14.4rem !important}.pt-xxxxl-148{padding-top:14.8rem !important}.pt-xxxxl-176{padding-top:17.6rem !important}.pe-xxxxl-0{padding-right:0 !important}.pe-xxxxl-2{padding-right:.2rem !important}.pe-xxxxl-4{padding-right:.4rem !important}.pe-xxxxl-6{padding-right:.6rem !important}.pe-xxxxl-8{padding-right:.8rem !important}.pe-xxxxl-10{padding-right:1rem !important}.pe-xxxxl-12{padding-right:1.2rem !important}.pe-xxxxl-14{padding-right:1.4rem !important}.pe-xxxxl-16{padding-right:1.6rem !important}.pe-xxxxl-18{padding-right:1.8rem !important}.pe-xxxxl-20{padding-right:2rem !important}.pe-xxxxl-22{padding-right:2.2rem !important}.pe-xxxxl-24{padding-right:2.4rem !important}.pe-xxxxl-26{padding-right:2.6rem !important}.pe-xxxxl-28{padding-right:2.8rem !important}.pe-xxxxl-30{padding-right:3rem !important}.pe-xxxxl-32{padding-right:3.2rem !important}.pe-xxxxl-36{padding-right:3.6rem !important}.pe-xxxxl-38{padding-right:3.8rem !important}.pe-xxxxl-40{padding-right:4rem !important}.pe-xxxxl-44{padding-right:4.4rem !important}.pe-xxxxl-48{padding-right:4.8rem !important}.pe-xxxxl-52{padding-right:5.2rem !important}.pe-xxxxl-56{padding-right:5.6rem !important}.pe-xxxxl-60{padding-right:6rem !important}.pe-xxxxl-64{padding-right:6.4rem !important}.pe-xxxxl-68{padding-right:6.8rem !important}.pe-xxxxl-72{padding-right:7.2rem !important}.pe-xxxxl-76{padding-right:7.6rem !important}.pe-xxxxl-80{padding-right:8rem !important}.pe-xxxxl-90{padding-right:9rem !important}.pe-xxxxl-98{padding-right:9.8rem !important}.pe-xxxxl-106{padding-right:10.6rem !important}.pe-xxxxl-110{padding-right:11rem !important}.pe-xxxxl-118{padding-right:11.8rem !important}.pe-xxxxl-128{padding-right:12.8rem !important}.pe-xxxxl-144{padding-right:14.4rem !important}.pe-xxxxl-148{padding-right:14.8rem !important}.pe-xxxxl-176{padding-right:17.6rem !important}.pb-xxxxl-0{padding-bottom:0 !important}.pb-xxxxl-2{padding-bottom:.2rem !important}.pb-xxxxl-4{padding-bottom:.4rem !important}.pb-xxxxl-6{padding-bottom:.6rem !important}.pb-xxxxl-8{padding-bottom:.8rem !important}.pb-xxxxl-10{padding-bottom:1rem !important}.pb-xxxxl-12{padding-bottom:1.2rem !important}.pb-xxxxl-14{padding-bottom:1.4rem !important}.pb-xxxxl-16{padding-bottom:1.6rem !important}.pb-xxxxl-18{padding-bottom:1.8rem !important}.pb-xxxxl-20{padding-bottom:2rem !important}.pb-xxxxl-22{padding-bottom:2.2rem !important}.pb-xxxxl-24{padding-bottom:2.4rem !important}.pb-xxxxl-26{padding-bottom:2.6rem !important}.pb-xxxxl-28{padding-bottom:2.8rem !important}.pb-xxxxl-30{padding-bottom:3rem !important}.pb-xxxxl-32{padding-bottom:3.2rem !important}.pb-xxxxl-36{padding-bottom:3.6rem !important}.pb-xxxxl-38{padding-bottom:3.8rem !important}.pb-xxxxl-40{padding-bottom:4rem !important}.pb-xxxxl-44{padding-bottom:4.4rem !important}.pb-xxxxl-48{padding-bottom:4.8rem !important}.pb-xxxxl-52{padding-bottom:5.2rem !important}.pb-xxxxl-56{padding-bottom:5.6rem !important}.pb-xxxxl-60{padding-bottom:6rem !important}.pb-xxxxl-64{padding-bottom:6.4rem !important}.pb-xxxxl-68{padding-bottom:6.8rem !important}.pb-xxxxl-72{padding-bottom:7.2rem !important}.pb-xxxxl-76{padding-bottom:7.6rem !important}.pb-xxxxl-80{padding-bottom:8rem !important}.pb-xxxxl-90{padding-bottom:9rem !important}.pb-xxxxl-98{padding-bottom:9.8rem !important}.pb-xxxxl-106{padding-bottom:10.6rem !important}.pb-xxxxl-110{padding-bottom:11rem !important}.pb-xxxxl-118{padding-bottom:11.8rem !important}.pb-xxxxl-128{padding-bottom:12.8rem !important}.pb-xxxxl-144{padding-bottom:14.4rem !important}.pb-xxxxl-148{padding-bottom:14.8rem !important}.pb-xxxxl-176{padding-bottom:17.6rem !important}.ps-xxxxl-0{padding-left:0 !important}.ps-xxxxl-2{padding-left:.2rem !important}.ps-xxxxl-4{padding-left:.4rem !important}.ps-xxxxl-6{padding-left:.6rem !important}.ps-xxxxl-8{padding-left:.8rem !important}.ps-xxxxl-10{padding-left:1rem !important}.ps-xxxxl-12{padding-left:1.2rem !important}.ps-xxxxl-14{padding-left:1.4rem !important}.ps-xxxxl-16{padding-left:1.6rem !important}.ps-xxxxl-18{padding-left:1.8rem !important}.ps-xxxxl-20{padding-left:2rem !important}.ps-xxxxl-22{padding-left:2.2rem !important}.ps-xxxxl-24{padding-left:2.4rem !important}.ps-xxxxl-26{padding-left:2.6rem !important}.ps-xxxxl-28{padding-left:2.8rem !important}.ps-xxxxl-30{padding-left:3rem !important}.ps-xxxxl-32{padding-left:3.2rem !important}.ps-xxxxl-36{padding-left:3.6rem !important}.ps-xxxxl-38{padding-left:3.8rem !important}.ps-xxxxl-40{padding-left:4rem !important}.ps-xxxxl-44{padding-left:4.4rem !important}.ps-xxxxl-48{padding-left:4.8rem !important}.ps-xxxxl-52{padding-left:5.2rem !important}.ps-xxxxl-56{padding-left:5.6rem !important}.ps-xxxxl-60{padding-left:6rem !important}.ps-xxxxl-64{padding-left:6.4rem !important}.ps-xxxxl-68{padding-left:6.8rem !important}.ps-xxxxl-72{padding-left:7.2rem !important}.ps-xxxxl-76{padding-left:7.6rem !important}.ps-xxxxl-80{padding-left:8rem !important}.ps-xxxxl-90{padding-left:9rem !important}.ps-xxxxl-98{padding-left:9.8rem !important}.ps-xxxxl-106{padding-left:10.6rem !important}.ps-xxxxl-110{padding-left:11rem !important}.ps-xxxxl-118{padding-left:11.8rem !important}.ps-xxxxl-128{padding-left:12.8rem !important}.ps-xxxxl-144{padding-left:14.4rem !important}.ps-xxxxl-148{padding-left:14.8rem !important}.ps-xxxxl-176{padding-left:17.6rem !important}.gap-xxxxl-0{gap:0 !important}.gap-xxxxl-2{gap:.2rem !important}.gap-xxxxl-4{gap:.4rem !important}.gap-xxxxl-6{gap:.6rem !important}.gap-xxxxl-8{gap:.8rem !important}.gap-xxxxl-10{gap:1rem !important}.gap-xxxxl-12{gap:1.2rem !important}.gap-xxxxl-14{gap:1.4rem !important}.gap-xxxxl-16{gap:1.6rem !important}.gap-xxxxl-18{gap:1.8rem !important}.gap-xxxxl-20{gap:2rem !important}.gap-xxxxl-22{gap:2.2rem !important}.gap-xxxxl-24{gap:2.4rem !important}.gap-xxxxl-26{gap:2.6rem !important}.gap-xxxxl-28{gap:2.8rem !important}.gap-xxxxl-30{gap:3rem !important}.gap-xxxxl-32{gap:3.2rem !important}.gap-xxxxl-36{gap:3.6rem !important}.gap-xxxxl-38{gap:3.8rem !important}.gap-xxxxl-40{gap:4rem !important}.gap-xxxxl-44{gap:4.4rem !important}.gap-xxxxl-48{gap:4.8rem !important}.gap-xxxxl-52{gap:5.2rem !important}.gap-xxxxl-56{gap:5.6rem !important}.gap-xxxxl-60{gap:6rem !important}.gap-xxxxl-64{gap:6.4rem !important}.gap-xxxxl-68{gap:6.8rem !important}.gap-xxxxl-72{gap:7.2rem !important}.gap-xxxxl-76{gap:7.6rem !important}.gap-xxxxl-80{gap:8rem !important}.gap-xxxxl-90{gap:9rem !important}.gap-xxxxl-98{gap:9.8rem !important}.gap-xxxxl-106{gap:10.6rem !important}.gap-xxxxl-110{gap:11rem !important}.gap-xxxxl-118{gap:11.8rem !important}.gap-xxxxl-128{gap:12.8rem !important}.gap-xxxxl-144{gap:14.4rem !important}.gap-xxxxl-148{gap:14.8rem !important}.gap-xxxxl-176{gap:17.6rem !important}.row-gap-xxxxl-0{row-gap:0 !important}.row-gap-xxxxl-2{row-gap:.2rem !important}.row-gap-xxxxl-4{row-gap:.4rem !important}.row-gap-xxxxl-6{row-gap:.6rem !important}.row-gap-xxxxl-8{row-gap:.8rem !important}.row-gap-xxxxl-10{row-gap:1rem !important}.row-gap-xxxxl-12{row-gap:1.2rem !important}.row-gap-xxxxl-14{row-gap:1.4rem !important}.row-gap-xxxxl-16{row-gap:1.6rem !important}.row-gap-xxxxl-18{row-gap:1.8rem !important}.row-gap-xxxxl-20{row-gap:2rem !important}.row-gap-xxxxl-22{row-gap:2.2rem !important}.row-gap-xxxxl-24{row-gap:2.4rem !important}.row-gap-xxxxl-26{row-gap:2.6rem !important}.row-gap-xxxxl-28{row-gap:2.8rem !important}.row-gap-xxxxl-30{row-gap:3rem !important}.row-gap-xxxxl-32{row-gap:3.2rem !important}.row-gap-xxxxl-36{row-gap:3.6rem !important}.row-gap-xxxxl-38{row-gap:3.8rem !important}.row-gap-xxxxl-40{row-gap:4rem !important}.row-gap-xxxxl-44{row-gap:4.4rem !important}.row-gap-xxxxl-48{row-gap:4.8rem !important}.row-gap-xxxxl-52{row-gap:5.2rem !important}.row-gap-xxxxl-56{row-gap:5.6rem !important}.row-gap-xxxxl-60{row-gap:6rem !important}.row-gap-xxxxl-64{row-gap:6.4rem !important}.row-gap-xxxxl-68{row-gap:6.8rem !important}.row-gap-xxxxl-72{row-gap:7.2rem !important}.row-gap-xxxxl-76{row-gap:7.6rem !important}.row-gap-xxxxl-80{row-gap:8rem !important}.row-gap-xxxxl-90{row-gap:9rem !important}.row-gap-xxxxl-98{row-gap:9.8rem !important}.row-gap-xxxxl-106{row-gap:10.6rem !important}.row-gap-xxxxl-110{row-gap:11rem !important}.row-gap-xxxxl-118{row-gap:11.8rem !important}.row-gap-xxxxl-128{row-gap:12.8rem !important}.row-gap-xxxxl-144{row-gap:14.4rem !important}.row-gap-xxxxl-148{row-gap:14.8rem !important}.row-gap-xxxxl-176{row-gap:17.6rem !important}.column-gap-xxxxl-0{column-gap:0 !important}.column-gap-xxxxl-2{column-gap:.2rem !important}.column-gap-xxxxl-4{column-gap:.4rem !important}.column-gap-xxxxl-6{column-gap:.6rem !important}.column-gap-xxxxl-8{column-gap:.8rem !important}.column-gap-xxxxl-10{column-gap:1rem !important}.column-gap-xxxxl-12{column-gap:1.2rem !important}.column-gap-xxxxl-14{column-gap:1.4rem !important}.column-gap-xxxxl-16{column-gap:1.6rem !important}.column-gap-xxxxl-18{column-gap:1.8rem !important}.column-gap-xxxxl-20{column-gap:2rem !important}.column-gap-xxxxl-22{column-gap:2.2rem !important}.column-gap-xxxxl-24{column-gap:2.4rem !important}.column-gap-xxxxl-26{column-gap:2.6rem !important}.column-gap-xxxxl-28{column-gap:2.8rem !important}.column-gap-xxxxl-30{column-gap:3rem !important}.column-gap-xxxxl-32{column-gap:3.2rem !important}.column-gap-xxxxl-36{column-gap:3.6rem !important}.column-gap-xxxxl-38{column-gap:3.8rem !important}.column-gap-xxxxl-40{column-gap:4rem !important}.column-gap-xxxxl-44{column-gap:4.4rem !important}.column-gap-xxxxl-48{column-gap:4.8rem !important}.column-gap-xxxxl-52{column-gap:5.2rem !important}.column-gap-xxxxl-56{column-gap:5.6rem !important}.column-gap-xxxxl-60{column-gap:6rem !important}.column-gap-xxxxl-64{column-gap:6.4rem !important}.column-gap-xxxxl-68{column-gap:6.8rem !important}.column-gap-xxxxl-72{column-gap:7.2rem !important}.column-gap-xxxxl-76{column-gap:7.6rem !important}.column-gap-xxxxl-80{column-gap:8rem !important}.column-gap-xxxxl-90{column-gap:9rem !important}.column-gap-xxxxl-98{column-gap:9.8rem !important}.column-gap-xxxxl-106{column-gap:10.6rem !important}.column-gap-xxxxl-110{column-gap:11rem !important}.column-gap-xxxxl-118{column-gap:11.8rem !important}.column-gap-xxxxl-128{column-gap:12.8rem !important}.column-gap-xxxxl-144{column-gap:14.4rem !important}.column-gap-xxxxl-148{column-gap:14.8rem !important}.column-gap-xxxxl-176{column-gap:17.6rem !important}.text-xxxxl-start{text-align:left !important}.text-xxxxl-end{text-align:right !important}.text-xxxxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}@font-face{font-family:"Alpha";font-display: swap;src:url("https://www.poliform.it/wp-content/themes/poliform2025/build/fonts/Alpha-Medium.woff2") format("woff2"),url("https://www.poliform.it/wp-content/themes/poliform2025/build/fonts/Alpha-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Alpha";font-display: swap;src:url("https://www.poliform.it/wp-content/themes/poliform2025/build/fonts/Alpha-Bold.woff2") format("woff2"),url("https://www.poliform.it/wp-content/themes/poliform2025/build/fonts/Alpha-Bold.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Alpha";font-display: swap;src:url("https://www.poliform.it/wp-content/themes/poliform2025/build/fonts/Alpha-Bold.woff2") format("woff2"),url("https://www.poliform.it/wp-content/themes/poliform2025/build/fonts/Alpha-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Magister";font-display: swap;src:url("https://www.poliform.it/wp-content/themes/poliform2025/build/fonts/Magister-Neretta.woff2") format("woff2"),url("https://www.poliform.it/wp-content/themes/poliform2025/build/fonts/Magister-Neretta.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}.btn-primary{--bs-btn-color: #000;--bs-btn-bg: transparent;--bs-btn-border-color: #000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #000;--bs-btn-hover-border-color: #000;border-width:0 0 1px;min-height:3.6rem;line-height:3.4rem;padding:0 1.2rem;text-transform:uppercase;background-image:none;display:inline-flex;cursor:pointer;-webkit-appearance:none;justify-content:center;align-items:center;text-align:center;white-space:nowrap;font-family:"Alpha",sans-serif;border-style:solid;outline:0 !important;box-shadow:unset !important;text-decoration:none !important;letter-spacing:.02em;--bs-btn-active-color: var(--bs-btn-hover-color);--bs-btn-active-bg: var(--bs-btn-hover-bg);--bs-btn-active-border-color: var(--bs-btn-hover-border-color);--bs-btn-disabled-color: var(--bs-btn-color);--bs-btn-disabled-bg: var(--bs-btn-bg);--bs-btn-disabled-border-color: var(--bs-btn-hover-color);--bs-btn-font-size: 1.2rem}@media(min-width: 992px){.btn-primary{min-width:9rem}}@media(max-width: 991px){.btn-primary{min-width:8rem}}.btn-primary-inverted{--bs-btn-color: #fff;--bs-btn-bg: #000;--bs-btn-border-color: #fff;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #fff;--bs-btn-hover-border-color: #000;border-width:0 0 1px;min-height:3.6rem;line-height:3.4rem;padding:0 1.2rem;text-transform:uppercase;background-image:none;display:inline-flex;cursor:pointer;-webkit-appearance:none;justify-content:center;align-items:center;text-align:center;white-space:nowrap;font-family:"Alpha",sans-serif;border-style:solid;outline:0 !important;box-shadow:unset !important;text-decoration:none !important;letter-spacing:.02em;--bs-btn-active-color: var(--bs-btn-hover-color);--bs-btn-active-bg: var(--bs-btn-hover-bg);--bs-btn-active-border-color: var(--bs-btn-hover-border-color);--bs-btn-disabled-color: var(--bs-btn-color);--bs-btn-disabled-bg: var(--bs-btn-bg);--bs-btn-disabled-border-color: var(--bs-btn-hover-color);--bs-btn-font-size: 1.2rem}@media(min-width: 992px){.btn-primary-inverted{min-width:9rem}}@media(max-width: 991px){.btn-primary-inverted{min-width:8rem}}@media(min-width: 992px){.tabs .btn-primary-inverted{min-width:8.5rem}}@media(max-width: 991px){.tabs .btn-primary-inverted{min-width:10.4rem}}.btn-primary-inverted.auto{min-width:auto}.btn-secondary{--bs-btn-color: #000;--bs-btn-bg: transparent;--bs-btn-border-color: #000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #000;--bs-btn-hover-border-color: #000;text-transform:uppercase;border-width:1px;min-height:3.6rem;line-height:3.4rem;padding:0 1.2rem;text-transform:uppercase;background-image:none;display:inline-flex;cursor:pointer;-webkit-appearance:none;justify-content:center;align-items:center;text-align:center;white-space:nowrap;font-family:"Alpha",sans-serif;border-style:solid;outline:0 !important;box-shadow:unset !important;text-decoration:none !important;letter-spacing:.02em;--bs-btn-active-color: var(--bs-btn-hover-color);--bs-btn-active-bg: var(--bs-btn-hover-bg);--bs-btn-active-border-color: var(--bs-btn-hover-border-color);--bs-btn-disabled-color: var(--bs-btn-color);--bs-btn-disabled-bg: var(--bs-btn-bg);--bs-btn-disabled-border-color: var(--bs-btn-hover-color);--bs-btn-font-size: 1.2rem}@media(min-width: 992px){.btn-secondary{min-width:9rem}}@media(max-width: 991px){.btn-secondary{min-width:8rem}}.btn-secondary-inverted{--bs-btn-color: #fff;--bs-btn-bg: transparent;--bs-btn-border-color: #fff;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #fff;--bs-btn-hover-border-color: #fff;border-width:0 0 1px;min-height:3.6rem;line-height:3.4rem;padding:0 1.2rem;text-transform:uppercase;background-image:none;display:inline-flex;cursor:pointer;-webkit-appearance:none;justify-content:center;align-items:center;text-align:center;white-space:nowrap;font-family:"Alpha",sans-serif;border-style:solid;outline:0 !important;box-shadow:unset !important;text-decoration:none !important;letter-spacing:.02em;--bs-btn-active-color: var(--bs-btn-hover-color);--bs-btn-active-bg: var(--bs-btn-hover-bg);--bs-btn-active-border-color: var(--bs-btn-hover-border-color);--bs-btn-disabled-color: var(--bs-btn-color);--bs-btn-disabled-bg: var(--bs-btn-bg);--bs-btn-disabled-border-color: var(--bs-btn-hover-color);--bs-btn-font-size: 1.2rem}@media(min-width: 992px){.btn-secondary-inverted{min-width:9rem}}@media(max-width: 991px){.btn-secondary-inverted{min-width:8rem}}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #000;--bs-btn-border-color: #000;--bs-btn-hover-color: #000;--bs-btn-hover-bg: transparent;--bs-btn-hover-border-color: #000;border-width:0 0 1px;min-height:3.6rem;line-height:3.4rem;padding:0 1.2rem;text-transform:uppercase;background-image:none;display:inline-flex;cursor:pointer;-webkit-appearance:none;justify-content:center;align-items:center;text-align:center;white-space:nowrap;font-family:"Alpha",sans-serif;border-style:solid;outline:0 !important;box-shadow:unset !important;text-decoration:none !important;letter-spacing:.02em;--bs-btn-active-color: var(--bs-btn-hover-color);--bs-btn-active-bg: var(--bs-btn-hover-bg);--bs-btn-active-border-color: var(--bs-btn-hover-border-color);--bs-btn-disabled-color: var(--bs-btn-color);--bs-btn-disabled-bg: var(--bs-btn-bg);--bs-btn-disabled-border-color: var(--bs-btn-hover-color);--bs-btn-font-size: 1.2rem}@media(min-width: 992px){.btn-dark{min-width:9rem}}@media(max-width: 991px){.btn-dark{min-width:8rem}}.btn-text{--bs-btn-color: #000;--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: #767674;--bs-btn-hover-bg: transparent;--bs-btn-hover-border-color: transparent;--bs-btn-border-radius: 0;--bs-btn-box-shadow: none;--bs-btn-focus-box-shadow: none;--bs-btn-padding-x: 0;--bs-btn-padding-y: 0;--bs-btn-border-width: 0;--bs-btn-font-family: Alpha, sans-serif;display:inline-flex;align-items:baseline;justify-content:center;gap:.8rem;text-transform:uppercase}.btn-text.accordion-button{--bs-accordion-active-color: #000;--bs-accordion-active-bg: #ffffff;--bs-accordion-border-color: transparent;--bs-accordion-btn-focus-box-shadow: transparent;--bs-accordion-btn-padding-y: 0;--bs-accordion-btn-padding-x: 0}.btn-text.accordion-button::after{display:none}.btn-icon{flex-shrink:0;width:1.2rem;height:.8rem}.btn-icon.btn-icon--size-mod{height:1.2rem}.btn-icon.btn-icon--no-active-mod:not(.collapsed .btn-icon.btn-icon--no-active-mod){display:none}.collapsed .btn-icon.btn-icon--active-mod{display:none}.form-check-btn{--bs-btn-color: #767674;--bs-btn-active-color: #767674;--bs-btn-active-bg: transparent;--bs-btn-active-border-color: transparent;--bs-btn-active-shadow: none;--bs-btn-focus-box-shadow: none;--bs-btn-box-shadow: none;--bs-btn-border-width: 0;--bs-btn-padding-y: 0;--bs-btn-font-size: inherit;--bs-btn-line-height: inherit;padding-inline:2.4rem 0}.pull-right-modal .form-check-btn{--bs-btn-color: #000;--bs-btn-active-color: #000}.form-check-btn::before{--bs-btn-active-color: #000;position:absolute;top:.291em;inset-inline-start:0;width:.8rem;height:.8rem;border:1px solid #c8c7c4;background:rgba(0, 0, 0, 0);transition:background-color .3s ease,border-color .3s ease;content:""}.form-check-btn:hover::before,.form-check-btn:focus::before{border-color:var(--bs-btn-active-color)}.btn-check:focus+.form-check-btn::before{border-color:var(--bs-btn-active-color)}.btn-check:checked+.form-check-btn::before{background:var(--bs-btn-active-color) !important;border-color:var(--bs-btn-active-color) !important}.form-check-btn a{color:#000;text-decoration:none;transition:opacity .3s ease}.form-check-btn a:hover,.form-check-btn a:focus{opacity:.5}.header{--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: transparent;position:fixed;top:0;left:0;z-index:100;height:var(--height-header);width:calc(100vw - var(--scrollbar-width, 0));font-size:1.2rem;background-color:#fff;transition:border-color .15s ease-in-out,z-index 0s ease-in-out .5s;will-change:transform}.modal-open .header{z-index:2;transition:border-color .15s ease-in-out,z-index 0s ease-in-out 0s}.modal-open2 .header{z-index:999999;transition:border-color .15s ease-in-out,z-index 0s ease-in-out 0s}.header::before{content:""}@media(min-width: 992px){.header::before{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:1rem;background-color:inherit}}@media(max-width: 991px){.header::before{position:fixed;top:0;left:0;z-index:1;width:100vw;height:100dvh;background-color:rgba(0, 0, 0, 0.3);opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease}}.body--open_menu_state .header::before{opacity:1;visibility:visible}.body--open_dropdown_state .header{--bs-border-color: rgba(0, 0, 0, 0.3)}.header .nav-link{--bs-nav-link-font-size: 1.2rem;--bs-nav-link-color: $black;--bs-nav-link-hover-color: rgba(0, 0, 0, 0.5)}.header .nav-link .display-6,.header .nav-link .btn-text{letter-spacing:.02em}.header .nav-link .display-5,.header .nav-link .stores--lines-mod .card-stores__content>*,.stores--lines-mod .header .nav-link .card-stores__content>*,.header .nav-link .gform_confirmation_message{line-height:1.5;letter-spacing:0}@media(min-width: 992px)and (max-width: 1199px){.header .nav-link .display-7{font-size:1.1rem}}.header .nav-link .header__btn_icon{flex-shrink:0;width:1.2rem;height:1.2rem;margin-left:auto}.header .nav-link[aria-current=page]{text-decoration:underline;text-underline-offset:.18em}@media(max-width: 991px){.header button.nav-link{display:flex;align-items:center}}.header__logo{display:block}@media(min-width: 992px){.header__logo{height:2.4rem}}@media(min-width: 992px)and (max-width: 1199px){.header__logo{height:1.9rem}}@media(min-width: 768px)and (max-width: 991px){.header__logo{height:2rem}}@media(max-width: 767px){.header__logo{height:1.6rem}}.header__logo img{object-position:left}@media(min-width: 768px)and (max-width: 991px){.header__nav{padding:calc(var(--height-header) + .5rem) 0 1.6rem}}@media(min-width: 576px)and (max-width: 991px){.header__nav{padding:calc(var(--height-header) + .5rem) 0 1.6rem;width:min(37.5rem,100vw)}}@media(max-width: 991px){.header__nav{position:fixed;top:0;right:0;z-index:1;height:100dvh;margin-inline:auto;background-color:#fff;box-shadow:0 2px .8rem rgba(0, 0, 0, 0.15);transition:transform .6s ease;will-change:transform}}@media(max-width: 767px){.header__nav{padding:calc(var(--height-header) + 1.2rem) 0 1.6rem}}@media(max-width: 575px){.header__nav{width:100%}}@media(min-width: 576px)and (max-width: 991px){.header__nav:not(.body--open_menu_state .header__nav){transform:translateX(101%)}}@media(max-width: 575px){.header__nav:not(.body--open_menu_state .header__nav){transform:translateY(-101%)}}@media(max-width: 991px){.header__nav .nav-link{--bs-nav-link-padding-y: 3px;width:100%}}@media(max-width: 991px){.header__nav_in{flex-wrap:nowrap;height:100%}}@media(min-width: 992px){.header__nav_in .display-7{letter-spacing:.02em}}.header__action_icon{display:block;margin-left:3px;color:#000;transition:color .15s ease-in-out}@media(min-width: 992px){.header__action_icon{width:1.2rem;height:1.2rem}}@media(max-width: 991px){.header__action_icon{width:1.8rem;height:1.8rem}}.header__action_icon:hover,.header__action_icon:focus{color:rgba(0, 0, 0, 0.5)}.header__dropdown{max-height:0;transition:box-shadow .5s ease-in-out}@media(min-width: 992px){.header__dropdown{top:calc(100% + 1px);background-color:#fff;overflow:hidden}}@media(max-width: 991px){.header__dropdown{top:0}}@media(max-width: 991px){.header__dropdown:not([data-mobile-dropdown=false]){height:100%;max-height:none !important;pointer-events:none}}@media(max-width: 991px){.header__dropdown:not([data-mobile-dropdown=false])::before{position:absolute;top:0;left:0;z-index:1;width:calc(100% - 4px);height:13rem;background-color:#fff;content:""}}@media(max-width: 991px){.header__dropdown[data-mobile-dropdown=false]{position:relative !important;z-index:2;max-height:none !important;box-shadow:none !important}}@media(min-width: 992px){.header__dropdown.header__dropdown--overflow_state{overflow-y:auto}}.header__dropdown.header__dropdown--active_state{box-shadow:0 2px .8rem rgba(0, 0, 0, 0.15)}.header__dropdown.header__dropdown--active_state::before,.header__dropdown.header__dropdown--active_state::after{opacity:1}.header__dropdown_in{pointer-events:none;transition:clip-path .4s ease,opacity .3s ease}@media(max-width: 991px){.header__dropdown_in:not([data-mobile-dropdown=false] .header__dropdown_in){padding-top:13.8rem !important;height:100%;background-color:#fff;opacity:0;pointer-events:none}}@media(max-width: 767px){.header__dropdown_in:not([data-mobile-dropdown=false] .header__dropdown_in){padding-top:15.1rem !important}}@media(max-width: 991px){.header__dropdown_in:not([data-mobile-dropdown=false] .header__dropdown_in) .js-header-back-btn>span:not(.header__btn_bask_icon){transform:translateX(-6rem);transition:transform .4s ease}}@media(max-width: 991px){[data-mobile-dropdown=false] .header__dropdown_in{padding:0 !important;clip-path:inset(0 0 0% 0);pointer-events:all}}@media(min-width: 992px){.header__dropdown_in .nav-link{padding-block:0}}.header__dropdown.header__dropdown--active_state .header__dropdown_in{clip-path:inset(0% 0% 0% 0%);pointer-events:auto}@media(max-width: 991px){.header__dropdown.header__dropdown--active_state .header__dropdown_in{opacity:1;transition:clip-path .4s ease,opacity .4s ease}}@media(max-width: 991px){.header__dropdown.header__dropdown--active_state .header__dropdown_in .js-header-back-btn>span:not(.header__btn_bask_icon){transform:translateX(0)}}.header__dropdown_sublist:not(:last-child){margin-bottom:3.2rem}@media(max-width: 991px){.header__dropdown_sublist,.header__dropdown_list{padding-left:6rem}}.header__dropdown_sublist_item:last-child{margin-bottom:0 !important}.header__dropdown_sublist_wrap:last-child{margin-bottom:0 !important}.header__dropdown_sublist_wrap a.mega_link:hover,.header__dropdown_sublist_wrap a.mega_link:focus{color:rgba(0, 0, 0, 0.5)}.header__btn_bask_icon{width:1.2rem;height:1.2rem}@media(max-width: 991px){.header__menu_trigger{position:relative;z-index:5;width:1.6rem;height:1.4rem}.header__menu_trigger span,.header__menu_trigger::before,.header__menu_trigger::after{position:absolute;right:0;width:100%;height:2px;background-color:#000;transition:all .3s ease 0s;content:""}.header__menu_trigger::before{top:0}.header__menu_trigger::after{bottom:0}.header__menu_trigger span{top:calc(50% - 1px);transform-origin:right}.body--open_menu_state .header__menu_trigger span{transform:scale(0)}.body--open_menu_state .header__menu_trigger::before{top:calc(50% - 1px);transform:rotate(-45deg)}.body--open_menu_state .header__menu_trigger::after{bottom:calc(50% - 1px);transform:rotate(45deg)}}.section{position:relative;width:100%;font-size:1rem}.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:192rem}.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{padding:0}@media(min-width: 992px){.container-xxl{max-width:114.2rem}}@media(max-width: 991px){.container-xxl{max-width:73.6rem}}@media(min-width: 992px){.container-xl{max-width:90.6rem}}@media(min-width: 992px){.container-lg{max-width:78.9rem}}@media(max-width: 991px){.container-lg{max-width:48.6rem}}@media(min-width: 992px){.container-md{max-width:67.2rem}}@media(max-width: 991px){.container-md{max-width:48.6rem}}@media(min-width: 992px){.container-sm{max-width:54.9rem}}@media(max-width: 991px){.container-sm{max-width:36rem}}.footer{font-family:"Alpha",sans-serif !important}@media(max-width: 767px){.body--modal_state .footer{padding-bottom:6.4rem !important}}.footer__content a{transition:color .2s ease}.footer__content a:hover,.footer__content a:focus-visible{color:#767674 !important}.custom-footer__accordion_item:not(:last-child){border-bottom:1px solid rgba(255, 255, 255, 0.5019607843)}.custom-footer__accordion_button{font-weight:500}.custom-footer__accordion_button:after{background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 3.75L6.00073 7.872L10.5 3.75' stroke='white' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.custom-footer__accordion_button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 3.75L6.00073 7.872L10.5 3.75' stroke='white' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.custom-footer__accordion_list_item{line-height:1 !important}.custom-footer__accordion_list_item--desk_mod{line-height:1.36 !important}@media(min-width: 992px){.footer__nav{margin-bottom:16.6rem !important}}.footer__nav_title{font-weight:500 !important;line-height:1 !important}@media(max-width: 991px){.footer__nav_title{font-size:1.4rem !important}}.custom-footer__form{line-height:0 !important}.footer__nav_form_label{font-weight:500}@media(max-width: 991px){.footer__nav_form_label{font-size:1.4rem !important}}.footer__nav_form_label:not(:last-child){margin-bottom:.6rem}.custom-footer__input{line-height:1 !important}@media(min-width: 768px){.custom-footer__input{font-size:1.2rem}}@media(max-width: 767px){.custom-footer__input{font-size:1.2rem}}.footer__input{height:4.8rem}.footer__input::placeholder{color:#c8c7c4}.footer__button{min-width:auto !important;transition:color .2s ease,background-color .2s ease}.footer__button:hover,.footer__button:focus-visible{color:#313131 !important;background-color:#fff !important}@media(max-width: 767px){.footer__bottom_row p,.footer__bottom_row a{font-size:1.2rem}}.text-content>*:last-child{margin-bottom:0 !important}.text-content-title-top-offset{margin-top:-0.25em}@media(min-width: 992px){.product-card__image-hover{opacity:0;transition:opacity .3s ease}}@media(min-width: 992px){.product-card__badge{top:2rem;left:2rem}}@media(min-width: 576px)and (max-width: 991px){.product-card__badge{top:1.2rem;left:1.2rem}}@media(max-width: 575px){.product-card__badge{top:.8rem;left:.8rem}}@media(min-width: 992px){.product-card__icons{position:absolute;top:1.6rem;right:1.6rem;opacity:0;transition:opacity .3s ease}}.product-card__icon{width:1.6rem;height:1.6rem;color:#c8c7c4}@media(min-width: 992px){.product-card__icon{color:#fff}}@media(min-width: 992px){.product-card:hover .product-card__icons,.product-card:hover .product-card__image-hover{opacity:1}}@media(min-width: 992px){.product-card:hover .product-card__icons .icon{color:#fff}}.product-card__icon .icon.save-icon svg{fill:rgba(0, 0, 0, 0)}.product-card:hover .product-card__icon:hover .icon{transition:color .2s ease}@media(min-width: 992px){.product-card:hover .product-card__icon:hover .icon{color:#767674}}@media(max-width: 991px){.product-card:hover .product-card__icon:hover .icon{color:#000}}.product-card:hover .product-card__icon:active .icon.save-icon svg{transition:fill .2s ease}@media(min-width: 992px){.product-card:hover .product-card__icon:active .icon.save-icon svg{fill:#767674}}@media(max-width: 991px){.product-card:hover .product-card__icon:active .icon.save-icon svg{fill:#000}}.product-card__icons.product-card__icons--visible{opacity:1;transition:opacity .3s ease}.product-card__icons.product-card__icons--visible .save-icon svg{fill:#000;color:#000;transition:all .3s ease}@media(min-width: 992px){.product-card__icons.product-card__icons--visible .download-icon{opacity:0;transition:opacity .3s ease}}@media(min-width: 992px){.product-card:hover .product-card__icons.product-card__icons--visible .save-icon svg{fill:#fff;color:#fff}}@media(min-width: 992px){.product-card:hover .product-card__icons.product-card__icons--visible .download-icon{opacity:1}}.product-card:hover .product-card__icons.product-card__icons--visible .product-card__icon:active .icon.save-icon svg{transition:fill .2s ease}@media(min-width: 992px){.product-card:hover .product-card__icons.product-card__icons--visible .product-card__icon:active .icon.save-icon svg{fill:#fff}}@media(max-width: 991px){.product-card:hover .product-card__icons.product-card__icons--visible .product-card__icon:active .icon.save-icon svg{fill:#000}}.wishlist-modal{top:var(--height-header);z-index:101;opacity:0;pointer-events:none;box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.15);transform:translateX(105%);transition:all .4s ease}@media(min-width: 992px){.wishlist-modal{right:3.2rem}}@media(max-width: 991px){.wishlist-modal{right:1.6rem;margin-left:16px}}.wishlist-modal.open{opacity:1;pointer-events:auto;transform:translateX(0%)}.wishlist-modal__body{z-index:101;height:14rem}@media(min-width: 576px){.wishlist-modal__body{width:40.5rem}}@media(max-width: 575px){.wishlist-modal__body{width:auto}}.wishlist-modal__icon{width:1.2rem;height:1.2rem}.wishlist-modal__icon svg{stroke:#000;transition:stroke .2s ease}.wishlist-modal__btn:hover svg{stroke:#767674}.open-link{align-content:center;background:#f7f5f4;border-radius:4px;transition:all .3s ease;cursor:pointer;-webkit-appearance:none;outline:0 !important;box-shadow:unset !important;letter-spacing:.02em}@media(min-width: 992px){.open-link{min-height:11rem}}@media(max-width: 991px){.open-link{min-height:8.8rem}}.open-link:hover{background:#ebebeb !important}@media(min-width: 992px){.open-link.open-link--v2-mod{min-height:11.6rem}}@media(max-width: 991px){.open-link.open-link--v2-mod{min-height:11.4rem}}@media(min-width: 992px){.open-link.open-link--v3-mod{min-height:11.6rem}}@media(min-width: 576px)and (max-width: 991px){.open-link.open-link--v3-mod{min-height:8.9rem}}@media(max-width: 575px){.open-link.open-link--v3-mod{min-height:9.4rem}}.open-link__icon{width:1.8rem;height:1.8rem}.open-link__icon .icon svg{fill:rgba(0, 0, 0, 0)}.projects-item{text-decoration:none}@media(min-width: 576px){.projects-item:not(.projects-item__height-mod,.projects-item__big-height-mod,.projects-item__hero-image-mod,.projects-item__hero-image-mod-2,.projects-item__hero-video-mod,.projects-item__projects-mod){aspect-ratio:1.7777777778}}@media(max-width: 575px){.projects-item:not(.projects-item__height-mod,.projects-item__big-height-mod,.projects-item__hero-image-mod,.projects-item__hero-image-mod-2,.projects-item__hero-video-mod,.projects-item__projects-mod){aspect-ratio:.75}}@media(min-width: 992px){.projects-item.projects-item__height-mod{aspect-ratio:2.3333333333}}@media(min-width: 576px)and (max-width: 991px){.projects-item.projects-item__height-mod{aspect-ratio:2.3333333333}}@media(max-width: 575px){.projects-item.projects-item__height-mod{aspect-ratio:1.7777777778}}@media(min-width: 576px){.projects-item.projects-item__big-height-mod{aspect-ratio:0.8695652174}}@media(max-width: 575px){.projects-item.projects-item__big-height-mod{aspect-ratio:.75}}@media(min-width: 992px){.projects-item.projects-item__hero-image-mod{height:40.9090909091vw}}@media(min-width: 768px)and (max-width: 991px){.projects-item.projects-item__hero-image-mod{height:31.5rem}}@media(max-width: 767px){.projects-item.projects-item__hero-image-mod{height:47.4rem}}@media(min-width: 576px){.projects-item.projects-item__hero-image-mod-2{aspect-ratio:2.3333333333}}@media(max-width: 575px){.projects-item.projects-item__hero-image-mod-2{aspect-ratio:.75}}@media(min-width: 992px){.projects-item.projects-item__hero-video-mod{aspect-ratio:2.3333333333}}@media(min-width: 768px)and (max-width: 991px){.projects-item.projects-item__hero-video-mod{aspect-ratio:2.3333333333}}@media(max-width: 767px){.projects-item.projects-item__hero-video-mod{height:45.6rem}}@media(min-width: 992px){.projects-item.projects-item__projects-mod{height:42.8571428571vw !important;aspect-ratio:unset !important}}@media(min-width: 576px)and (max-width: 991px){.projects-item.projects-item__projects-mod{height:41.4rem !important;aspect-ratio:unset !important}}@media(max-width: 575px){.projects-item.projects-item__projects-mod{height:51.4666666667vw !important;aspect-ratio:unset !important}}.projects-item:hover .projects-item-text{margin-top:-2rem}.projects-item:not(.projects-item__none-mod):hover:before{opacity:.4}.projects-item:not(.projects-item__hero-image-mod):hover:before{opacity:.4}.projects-item.projects-item__product:before{opacity:.4}.projects-item:not(.projects-item__none-mod)::before{content:"";background-color:#000;opacity:.3;z-index:1;transition:opacity .3s ease-in-out;position:absolute;top:0;bottom:0;right:0;left:0}.projects-item.projects-item__hero-image-mod::before{content:"";background-color:#000;opacity:.2;z-index:1;transition:opacity .3s ease-in-out;position:absolute;top:0;bottom:0;right:0;left:0}.projects-item.projects-item__hero-image-mod.projects-item__product:before{opacity:.4}.projects-item:not(.projects-item__none-bottom-mod,.projects-item__none-mod)::after{margin-top:auto;height:22.9rem;content:"";background:linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);opacity:.4;z-index:1;position:absolute;top:0;bottom:0;right:0;left:0}.projects-item-text{margin:0;transition:all .3s ease-in-out}@media(min-width: 992px){.custom_ratio{height:42.8571428571vw}}@media(min-width: 576px)and (max-width: 991px){.custom_ratio{height:41.4rem}}@media(max-width: 575px){.custom_ratio{height:51.4666666667vw}}.get_in_touch{display:block !important;opacity:0;pointer-events:none}.get_in_touch .modal-content{pointer-events:none}.get_in_touch .modal.show:has(.modal__wrapper)~.modal-backdrop.show{opacity:0 !important}.get_in_touch.show{opacity:1;pointer-events:auto}.get_in_touch.show .modal-content{pointer-events:auto}.get_in_touch .modal-custom__body{max-height:30rem;overflow-y:auto}.get_in_touch .modal__icon{width:1.4rem;height:1.4rem}.get_in_touch .modal__close_button{top:calc(100% + 1.2rem);width:3.2rem;height:3.2rem;z-index:1001;transition:color .2s ease}.get_in_touch .modal__close_button_icon{transition:color .2s ease}.get_in_touch .modal__close_button_icon svg{color:#000}.modal__close_button:hover .get_in_touch .modal__close_button_icon svg,.modal__close_button:focus-visible .get_in_touch .modal__close_button_icon svg{color:#767674}.get_in_touch .modal__wrapper{max-width:32rem;padding-bottom:4.4rem}@media(min-width: 992px){.get_in_touch .modal__wrapper{bottom:3.2rem;right:3.2rem}}@media(max-width: 991px){.get_in_touch .modal__wrapper{bottom:1.6rem;right:1.6rem}}.get_in_touch .modal-dialog{transform:none !important}.modal__open_button_icon{width:1.4rem !important;height:1.4rem !important}.modal__open_button_icon svg{transition:color .2s ease}.modal__open_button:hover .modal__open_button_icon svg,.modal__open_button:focus-visible .modal__open_button_icon svg{color:#767674 !important}.modal__open_button{width:3.2rem;height:3.2rem;background-color:#fff;box-shadow:0 2px .8rem 0 rgba(0, 0, 0, 0.1490196078);transition:background-color .2s ease;z-index:1001}@media(min-width: 992px){.modal__open_button{bottom:3.2rem;right:3.2rem}}@media(max-width: 991px){.modal__open_button{bottom:1.6rem;right:1.6rem}}.modal__open_button:hover,.modal__open_button:focus-visible{background-color:#fff}.download-modal{display:none !important}.download-modal.show{display:block !important}.download-modal.show::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);z-index:1040}.download-modal.show .modal-dialog{overflow-y:auto}.download-modal .download-modal__wrapper{top:50%;left:50%;transform:translate(-50%, -50%) !important;width:90%;max-width:120rem;padding-bottom:0;z-index:1050;height:75%}@media(max-width: 991px){.download-modal .download-modal__wrapper{width:95%;max-height:90vh;overflow-y:auto}}.download-modal .download-modal__wrapper .modal-body{max-height:100%}.download-modal .download-modal__wrapper .modal-body .gform_description{text-align:center}.download-modal .download-modal__dialog{width:100%;max-width:none}.download-modal .modal__close_button{top:2.4rem;right:2.4rem;z-index:1060}@media(max-width: 991px){.download-modal .modal__close_button{top:1.6rem;right:1.6rem}}.showefy-modal{display:none !important}.showefy-modal.show{display:block !important}.showefy-modal.show::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);z-index:1040}.showefy-modal.show .modal-dialog{overflow-y:auto}.showefy-modal .showefy-modal__wrapper{top:50%;left:50%;transform:translate(-50%, -50%) !important;width:85%;max-width:90rem;padding:3.2rem;z-index:1050;max-height:85vh;overflow-y:auto;background:#fff;border-radius:0 !important}@media(max-width: 991px){.showefy-modal .showefy-modal__wrapper{width:90%;padding:2.4rem;max-height:90vh}}@media(max-width: 767px){.showefy-modal .showefy-modal__wrapper{width:95%;padding:2rem}}.showefy-modal .showefy-modal__wrapper .modal-body{padding:0;max-height:100%}.showefy-modal .showefy-modal__wrapper .modal-body .gform_wrapper{margin:0}.showefy-modal .showefy-modal__wrapper .modal-body .gform_heading{margin-bottom:2.4rem}.showefy-modal .showefy-modal__wrapper .modal-body .gform_title{font-size:2.4rem;margin-bottom:1.2rem}@media(max-width: 767px){.showefy-modal .showefy-modal__wrapper .modal-body .gform_title{font-size:2rem}}.showefy-modal .showefy-modal__wrapper .modal-body .gform_description{text-align:center;margin-bottom:2rem}.showefy-modal .showefy-modal__dialog{width:100%;max-width:none;margin:0}.showefy-modal .modal__close_button{top:1.6rem;right:1.6rem;z-index:1060;width:3.2rem;height:3.2rem;padding:0;display:flex;align-items:center;justify-content:center;background:rgba(0, 0, 0, 0);border:none;cursor:pointer;transition:opacity .2s ease}@media(max-width: 767px){.showefy-modal .modal__close_button{top:1.2rem;right:1.2rem;width:2.8rem;height:2.8rem}}.showefy-modal .modal__close_button:hover{opacity:.7}.showefy-modal .modal__close_button .modal__close_button_icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.showefy-modal .modal__close_button .modal__close_button_icon svg{width:2rem;height:2rem;color:#000}@media(max-width: 767px){.showefy-modal .modal__close_button .modal__close_button_icon svg{width:1.8rem;height:1.8rem}}.showefy-modal .modal-dialog{transform:none !important}.showefy-modal.showefy-child-modal-open{display:block !important;z-index:9999990 !important}.showefy-modal.showefy-child-modal-open .showefy-modal__wrapper{z-index:999999 !important}.showefy-child-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);z-index:1999;animation:fadeIn .15s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}body.showefy-modal-active{overflow:hidden}.showefy-close-btn{top:1.6rem;right:1.6rem;z-index:2002;width:3.2rem;height:3.2rem;padding:0;display:flex;align-items:center;justify-content:center;background:rgba(0, 0, 0, 0);border:none;cursor:pointer;transition:opacity .2s ease}@media(max-width: 767px){.showefy-close-btn{top:1.2rem;right:1.2rem;width:2.8rem;height:2.8rem}}.showefy-close-btn:hover{opacity:.7}.showefy-close-btn .showefy-close-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.showefy-close-btn .showefy-close-icon svg{width:2rem;height:2rem;color:#000}@media(max-width: 767px){.showefy-close-btn .showefy-close-icon svg{width:1.8rem;height:1.8rem}}.home-products-item{text-decoration:none}.home-products-item:not(.home-products-item__category-mod){aspect-ratio:.75}.home-products-item.home-products-item__category-mod{aspect-ratio:0.8695652174}.home-products-item::before{content:"";background-color:#000;opacity:.3;z-index:1;position:absolute;top:0;bottom:0;right:0;left:0}.home-products-item-text{color:#fff}.home-products-hover{opacity:0;transition:opacity .3s ease-in-out}.home-products-item:hover .home-products-hover{opacity:1}@media(min-width: 992px){.home-products-btn{bottom:4rem}}@media(max-width: 991px){.home-products-btn{bottom:2.6rem}}@media(max-width: 991px){.home-products-item__category-mod .home-products-btn{display:none}}@media(min-width: 992px){.home-catalog-btn{position:absolute;bottom:0;left:-2.6rem;right:0;display:flex;justify-content:center}}@media(min-width: 992px){.home-catalog-title{margin-top:-9.2rem;margin-left:-2.6rem;max-width:17.8rem}}@media(max-width: 991px){.home-catalog-title{margin-bottom:2.4rem;max-width:11.8rem}.home-catalog-title br{display:none}}.catalog_item{width:32rem}.catalog_item:hover .catalog_item__image_block:before{opacity:.4}.catalog_item:hover .catalog_item__image_link{opacity:1}.catalog_item__image_block:before{content:"";background-color:#000;opacity:0;z-index:1;transition:opacity .3s ease-in-out;position:absolute;top:0;bottom:0;right:0;left:0}.catalog_item__image_link{padding:2.6rem;color:#fff;text-decoration:none;opacity:0;transition:opacity .3s ease-in-out;position:absolute;top:0;bottom:0;right:0;left:0}.catalog_item__image_icon{height:1rem;width:1rem;margin-left:.8rem}.catalog_item__link{text-decoration:none}.catalog_item__link:hover{text-decoration:underline}.catalog_item__icon{width:1.2rem;height:1.2rem;margin-left:.7rem}.experience-image:before{content:"";background-color:#000;opacity:.5;z-index:1;position:absolute;top:0;bottom:0;right:0;left:0}@media(max-width: 767px){.experience-text{max-width:22.3rem}}@media(max-width: 575px){.experience-text{min-height:9.8rem}}@media(min-width: 576px)and (max-width: 991px){.catalog-text__bottom-mod{margin-bottom:8.6rem !important}}@media(max-width: 991px){.catalog_item__size--mod{width:23.4rem}}@media(min-width: 768px)and (max-width: 991px){.catalog_item__size--mod{width:23.4rem}}@media(max-width: 767px){.catalog_item__size--mod{width:16.4rem}}@media(min-width: 992px){.banner{max-height:calc(100vh - (var(--height-header) + 4.8rem))}}.banner-arrow{display:block;width:2.4rem !important;height:2.4rem !important;appearance:none;-webkit-appearance:none;transition:color .2s ease}.banner-arrow:hover,.banner-arrow:focus{text-decoration:none}@media(hover: hover){.banner-arrow:focus-visible,.banner-arrow:hover{color:#737369 !important}}.banner-video{max-height:100%;height:100% !important;max-height:calc(100vh - (var(--height-header) + 4.8rem))}.banner-video::after{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.4);content:""}.gallery-slider{position:relative}.gallery-slider .max-h-custom{max-height:80rem}@media(max-width: 991px){.gallery-slider .max-h-custom{max-height:50rem}}.gallery-slider__slide{height:auto !important}@media(min-width: 992px){.gallery-slider__slide.custom{width:62.5%}}@media(min-width: 768px)and (max-width: 991px){.gallery-slider__slide.custom{width:75%}}@media(max-width: 767px){.gallery-slider__slide.custom{width:83.2%}}@media(min-width: 768px){.gallery-slider__slide.w-lg-50{width:50%}}@media(max-width: 767px){.gallery-slider__slide.w-lg-50{display:flex;width:66.3%}}@media(min-width: 992px){.gallery-slider__custom_aspect--mod{height:42.8571428571vw !important;aspect-ratio:unset !important}}@media(min-width: 576px)and (max-width: 991px){.gallery-slider__custom_aspect--mod{height:41.4rem !important;aspect-ratio:unset !important}}@media(max-width: 575px){.gallery-slider__custom_aspect--mod{height:51.4666666667vw !important;aspect-ratio:unset !important}}.gallery-slider__pagination{position:absolute;left:50%;transform:translateX(-50%)}@media(min-width: 992px){.gallery-slider__pagination{bottom:-2.6rem}}@media(max-width: 991px){.gallery-slider__pagination{bottom:-1.6rem}}@media(min-width: 1986px){.statistics-item{aspect-ratio:1}}@media(min-width: 992px)and (max-width: 1985px){.statistics-item{min-height:calc(25vw - 2.4rem - 1.6rem)}}@media(min-width: 768px)and (max-width: 991px){.statistics-item{min-height:calc(50vw - 1.6rem - 1.6rem)}}@media(max-width: 767px){.statistics-item{min-height:calc(50vw - .8rem - 1.6rem)}}@media(min-width: 992px){.statistics-item{border-radius:.4rem}}@media(max-width: 991px){.statistics-item{border-radius:.8rem}}@media(min-width: 768px)and (max-width: 991px){.statistics-item__text{font-size:1.2rem !important}}@media(min-width: 768px)and (max-width: 991px){.statistics-item__number{font-size:6.4rem !important}}@media(max-width: 374px){.statistics-item__number{font-size:3.6rem !important}}.hotspot-image{position:relative}.col-6.offset-6 .ratio-3x4{aspect-ratio:672/774}.hotspot-image__point{z-index:10;padding:.5rem;transform:translate(-0.5rem, -0.5rem);pointer-events:all !important}.hotspot-image__point::after{display:block;width:1rem;height:1rem;border-radius:50%;background-color:#fff;content:""}.hotspot-image__label{max-width:20rem;left:100%;top:.2em;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease}@media(hover: hover){.hotspot-image__point:focus-visible .hotspot-image__label,.hotspot-image__point:hover .hotspot-image__label{transform:translateX(0.4em);opacity:1}}@media(max-width: 991px){.interview_v2 br{display:none}}.interview_v2 .display-5,.interview_v2 .stores--lines-mod .card-stores__content>*,.stores--lines-mod .interview_v2 .card-stores__content>*,.interview_v2 .gform_confirmation_message{letter-spacing:0}@media(max-width: 991px){.interview_v2 .display-5 p,.interview_v2 .stores--lines-mod .card-stores__content>* p,.stores--lines-mod .interview_v2 .card-stores__content>* p,.interview_v2 .gform_confirmation_message p{line-height:1.35}}@media(min-width: 992px){.interview_v2 .display-5 p:not(:last-child),.interview_v2 .stores--lines-mod .card-stores__content>* p:not(:last-child),.stores--lines-mod .interview_v2 .card-stores__content>* p:not(:last-child),.interview_v2 .gform_confirmation_message p:not(:last-child){margin-bottom:2.2rem}}@media(max-width: 991px){.interview_v2 .display-5 p:not(:last-child),.interview_v2 .stores--lines-mod .card-stores__content>* p:not(:last-child),.stores--lines-mod .interview_v2 .card-stores__content>* p:not(:last-child),.interview_v2 .gform_confirmation_message p:not(:last-child){margin-bottom:1.6rem}}.interview_v2__dropdown{height:0px;overflow:hidden;will-change:height}@media(min-width: 992px){.interview_v2__dropdown_in{padding-top:11.4rem;margin-bottom:4.6rem}}@media(min-width: 768px)and (max-width: 991px){.interview_v2__dropdown_in{padding-top:5.4rem;margin-bottom:7.8rem}}@media(max-width: 767px){.interview_v2__dropdown_in{padding-top:5.4rem;margin-bottom:3.2rem}}@media(min-width: 768px){.interview_v2__content picture{aspect-ratio:1.8}}@media(max-width: 767px){.interview_v2__content picture{aspect-ratio:1.32}}@media(min-width: 992px){.interview_v2__content:not(:last-child){margin-bottom:9.8rem}}@media(max-width: 991px){.interview_v2__content:not(:last-child){margin-bottom:6rem}}.finishes_block__in:last-child{margin-bottom:0 !important}.finishes_block--open_state .finishes_block__item{display:block !important}.finishes_block__content{display:none !important}.finishes_block__content.finishes_block__content--active_state{display:block !important}.finishes_block__content_close{width:1.2rem;height:1.2rem}.finishes_block__info p{margin-bottom:0}.finishes_block__content_close_icon{width:1.2rem;height:1.2rem}.finishes_block__btn:before{content:attr(data-open)}.finishes_block--open_state .finishes_block__btn:before{content:attr(data-close)}.finishes{display:block;transition:opacity .3s,filter .3s}.finishes_block--active_state .finishes.finishes--trigger_mod{opacity:.4}.finishes.finishes--trigger_mod.finishes--active_state{opacity:1}.finishes:hover{filter:drop-shadow(0 0 10px rgba(0, 0, 0, 0.2))}.finishes__decor{position:relative;width:3.2rem;height:3.2rem;z-index:1}.finishes__decor:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:#000;backdrop-filter:blur(100px);opacity:.6}.dimensions__img{aspect-ratio:1.91}@media(min-width: 768px){.dimensions__img img{object-position:top left}}@media(max-width: 991px){.dimensions__img img{object-position:top center}}.archive__image{position:relative;overflow:hidden}.archive__image:before{position:absolute;inset:0;z-index:1;background:#000;transition:opacity .3s ease,background .3s ease;content:""}.archive__image::before{opacity:0}.archive__image:hover::before,.archive__image:focus::before{opacity:.3}@media(min-width: 576px){.archive-swiper{overflow:visible !important}}@media(min-width: 1200px){.archive-swiper__wrapper{left:calc(-16.6666666667vw + 37.3333333333px);width:calc(100% + 16.6666666667vw + 37.3333333333px)}}@media(min-width: 992px)and (max-width: 1199px){.archive-swiper__wrapper{left:calc(-16.6666666667vw + 18.6666666667px);width:calc(100% + 16.6666666667vw + 32px)}}@media(min-width: 576px)and (max-width: 991px){.archive-swiper__wrapper{left:calc(-16.6666666667vw - 5.3333333333px);width:calc(100% + 16.6666666667vw + 21.3333333333px)}}.pull-right-modal{background:rgba(0, 0, 0, 0);pointer-events:none;overflow:hidden;transition:background .5s ease-out}@media(min-width: 992px){.pull-right-modal{--bs-modal-width: 40.5rem}}@media(max-width: 991px){.pull-right-modal{--bs-modal-width: 37.7rem}}@media(max-width: 575px){.pull-right-modal{justify-content:center;align-items:center;padding:0 16px}}.pull-right-modal.show{pointer-events:auto}@media(min-width: 576px){.pull-right-modal.show{background:rgba(0, 0, 0, 0.5019607843)}}@media(max-width: 575px){.pull-right-modal.show{background:rgba(0, 0, 0, 0.8)}}.pull-right-modal.show .modal-content{pointer-events:auto}.pull-right-modal .modal-content{pointer-events:none}.pull-right-modal.pull-right__modal .modal-dialog{transition:transform .5s ease-out}@media(min-width: 576px){.pull-right-modal.pull-right__modal .modal-dialog{position:absolute;top:0;right:0;height:100%;width:100%;transform:translateX(150%)}}@media(max-width: 575px){.pull-right-modal.pull-right__modal .modal-dialog{position:relative;max-width:34.3rem !important;transform:translateY(150%)}}@media(min-width: 576px){.pull-right-modal.pull-right__modal.show .modal-dialog{transform:translateX(1px)}}@media(max-width: 575px){.pull-right-modal.pull-right__modal.show .modal-dialog{transform:translateY(0%)}}@media(min-width: 992px){.pull-right-modal.pull-right__modal--v2-mod{--bs-modal-width: 46.8rem}}@media(max-width: 767px){.pull-right-modal.pull-right__modal--v2-mod{--bs-modal-width: 34.3rem}}.pull-right-modal.pull-right__modal--v2-mod .modal-dialog{position:absolute;top:0;right:0;height:100%;width:100%;transition:transform .5s ease-out}@media(min-width: 576px){.pull-right-modal.pull-right__modal--v2-mod .modal-dialog{transform:translateX(105%)}}@media(max-width: 575px){.pull-right-modal.pull-right__modal--v2-mod .modal-dialog{transform:translatey(-105%)}}@media(min-width: 576px){.pull-right-modal.pull-right__modal--v2-mod.show .modal-dialog{transform:translateX(1px)}}@media(max-width: 575px){.pull-right-modal.pull-right__modal--v2-mod.show .modal-dialog{transform:translateY(1px)}}.pull-right-modal__icon{width:1.2rem;height:1.2rem}.pull-right-modal__icon svg{stroke:#000;transition:stroke .2s ease}.pull-right-modal__btn:hover svg{stroke:#767674}.tabs:not(:last-child){margin-bottom:3.2rem}.tabs form{font-family:"Alpha",sans-serif;color:#767674}.tabs .nav-tabs .nav-link{--bs-nav-link-padding-y: 0;--bs-nav-link-padding-x: 1.2rem;--bs-nav-tabs-link-active-bg: transparent;line-height:1.2}.nav-tabs{font-family:"Alpha",sans-serif;border-bottom:none;margin:0 -3.2rem;padding:0 3.2rem}.nav-tabs .nav-link{color:#c8c7c4;border:none}.nav-tabs .nav-link:first-child{padding-left:0}.nav-tabs::-webkit-scrollbar{width:0;height:0}.form-item input,.form-item select{height:4.8rem}.form-item input::placeholder,.form-item select::placeholder{color:#767674}.form-item input[type=number]::-webkit-outer-spin-button,.form-item input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-item input[type=number]{-moz-appearance:textfield}.form-item textarea{resize:none}@media(min-width: 992px){.form-item textarea{height:35.2rem}}@media(max-width: 991px){.form-item textarea{height:43.8rem}}.form-item textarea::placeholder{color:#767674}.form-control,.form-select{--bs-box-shadow-inset: none;--bs-border-color: #c8c7c4;color:#767674}.form-control:hover,.form-control:focus,.form-select:hover,.form-select:focus{border-color:#000}.textarea-counter{position:absolute;bottom:1rem;left:1.4rem}.file-upload input{position:absolute;top:0;left:0;z-index:2;opacity:0;width:100%;height:100%;cursor:pointer}.file-upload__label{position:relative}.file-upload__label,.file-upload__preview{height:4.8rem;display:flex;align-items:center;justify-content:start}.file-upload__text{height:100%;display:flex;align-items:center;justify-content:start}.file-upload__icon{position:absolute;top:50%;right:.4rem;width:2.4rem;height:2.4rem;margin-top:-1.2rem;padding:3px}.tabs_tech__img{height:9.2rem}.custom-popover{position:absolute;pointer-events:none}@media(min-width: 992px){.custom-popover{inset:2rem}}@media(min-width: 768px)and (max-width: 991px){.custom-popover{inset:1.2rem}}@media(max-width: 767px){.custom-popover{inset:.8rem}}.custom-popover>*{pointer-events:auto}.popover.popover--custom_mod{--bs-popover-arrow-width: 0;--bs-popover-arrow-height: 0;--bs-popover-box-shadow: none;--bs-popover-body-color: #fff;--bs-popover-body-padding-y: 2rem;--bs-popover-body-padding-x: 2.4rem;--bs-popover-border-radius: 0;--bs-popover-border-width: 0;top:0 !important;max-height:100%;overflow:auto;will-change:transform}@media(min-width: 768px){.popover.popover--custom_mod{--bs-popover-max-width: 32rem;--bs-body-bg: rgba(0, 0, 0, 0.6);left:4.2rem !important;transform:translateX(-1rem) !important;backdrop-filter:blur(50px);transition:transform .5s ease,opacity .5s ease}}@media(max-width: 767px){.popover.popover--custom_mod{--bs-popover-max-width: 100%;--bs-body-bg: rgba(0, 0, 0, 0.8);position:fixed !important;left:0 !important;bottom:0 !important;width:100% !important;height:100% !important;padding:1.6rem;display:flex;transform:translate(0) !important;transition:opacity .8s ease}}.popover.popover--custom_mod .popover-arrow{display:none !important}@media(max-width: 767px){.popover.popover--custom_mod .popover-body{width:100%;max-width:34.4rem;margin:auto;padding:4.8rem 2.8rem;background-color:rgba(0, 0, 0, 0.6);backdrop-filter:blur(50px);transform:translateY(80vh);transition:transform .8s ease;will-change:transform}}.popover.popover--custom_mod .custom-popover__close{position:absolute;top:0;right:0;width:4.8rem;height:4.8rem;padding:1.8rem;color:#fff}@media(min-width: 768px){.popover.popover--custom_mod .custom-popover__close{display:none}}@media(min-width: 768px){.popover.popover--custom_mod.show{transform:translateX(0) !important}}@media(max-width: 767px){.popover.popover--custom_mod.show .popover-body{transform:translateY(0)}}.custom-popover__trigger{--bs-bg-opacity: 0.6}.custom-popover__trigger:focus{background:red}@media(min-width: 768px){.custom-popover__trigger{width:3.2rem;height:3.2rem}}@media(max-width: 767px){.custom-popover__trigger{width:2.4rem;height:2.4rem}}@media(max-width: 767px){.strengths_slider__block{grid-auto-rows:1fr}}@media(min-width: 992px){.strengths_slider__container{min-height:58.8rem}}@media(max-width: 767px){.strengths_slider__container{min-height:fit-content}}.strengths_slider__wrapper{border-radius:4px}.strengths_slider__pagination{position:absolute;left:50%;bottom:2rem;transform:translateX(-50%)}.strengths__slide_content{max-width:80rem}@media(min-width: 992px){.strengths__slide_number,.strengths__slide_subtitle,.strengths__slide_text{font-size:1.6rem !important}}@media(min-width: 768px)and (max-width: 991px){.strengths__slide_number,.strengths__slide_subtitle,.strengths__slide_text{font-size:1.4rem !important}}@media(max-width: 767px){.strengths__slide_number,.strengths__slide_subtitle,.strengths__slide_text{font-size:1.2rem !important}}.our-history__swiper{overflow:visible !important}.our-history-year{color:#c8c7c4;transition:color .3s ease-in-out}.swiper-slide-active .our-history-year,.swiper-slide:hover .our-history-year{color:#000}.our-history-img:after{position:absolute;left:-3.2rem;right:-3.2rem;bottom:-3.6rem;z-index:-1;content:"";border-bottom:1px solid #c8c7c4}.our-history-wrapper .swiper-slide:first-child .our-history-img:after{left:-100%}.our-history-wrapper .swiper-slide:last-child .our-history-img:after{right:-100%}.our-history-img:before{position:absolute;left:0;right:0;bottom:-4.2rem;margin:0 auto;width:1.2rem;height:1.2rem;content:"";background-color:#c8c7c4;border-radius:100%;transition:background-color .3s ease-in-out}.swiper-slide-active .our-history-img:before,.swiper-slide:hover .our-history-img:before{background-color:#000}.article-content{color:#000;font-family:"Alpha",sans-serif}.article-content>figure{position:relative;display:flex;align-items:center;overflow:hidden}@media(min-width: 992px){.article-content>figure{margin-bottom:9.6rem}}@media(max-width: 991px){.article-content>figure{margin-bottom:4.8rem}}.article-content>figure img{width:100%;height:100%;object-fit:cover}@media(min-width: 992px){.article-content p{margin-bottom:9.6rem;font-size:1.4rem}}@media(max-width: 991px){.article-content p{margin-bottom:4.8rem;font-size:1.4rem}}@media(min-width: 992px){.article-content p+p{margin-top:-7.2rem}}@media(max-width: 991px){.article-content p+p{margin-top:-2.4rem}}.article-content__icons a{width:1.8rem;height:1.8rem;flex-shrink:0}.article-content__icons .mail-icon svg{fill:rgba(0, 0, 0, 0)}.article-content__link{color:#000;transition:color .3s ease}.article-content__link:hover{color:#767674}.news-article-swiper{position:relative;width:100%;margin-left:auto;margin-right:0;cursor:grab;clip-path:polygon(0 0, 1000% 0, 1000% 1000%, 0 1000%)}@media(min-width: 992px){.news-article-swiper:not(:last-child){margin-bottom:9.6rem}}@media(max-width: 991px){.news-article-swiper:not(:last-child){margin-bottom:4.8rem}}.news-article-swiper .news-article-img{object-fit:cover}.news-article-swiper .swiper-slide{width:auto}@media(min-width: 992px){.news-article-swiper__picture{height:44.5rem}}@media(min-width: 576px)and (max-width: 991px){.news-article-swiper__picture{height:20.3rem}}@media(max-width: 575px){.news-article-swiper__picture{height:21.2rem}}.news-article-swiper__content{width:calc(100% + var(--container-indent)) !important;height:100% !important}@media(min-width: 992px){.news-article-swiper__content{--container-indent: calc((100vw - 73.8rem) / 2)}}@media(min-width: 576px)and (max-width: 991px){.news-article-swiper__content{--container-indent: calc((100vw - 52rem) / 2)}}@media(max-width: 575px){.news-article-swiper__content{--container-indent: auto}}.generic-swiper{position:relative;width:100%;margin-left:auto;margin-right:0;cursor:grab;clip-path:polygon(0 0, 1000% 0, 1000% 1000%, 0 1000%)}@media(min-width: 992px){.generic-swiper:not(:last-child){margin-bottom:9.6rem}}@media(max-width: 991px){.generic-swiper:not(:last-child){margin-bottom:4.8rem}}.generic-swiper .news-article-img{object-fit:cover}.generic-swiper .swiper-slide{width:auto}@media(min-width: 992px){.generic-swiper__picture{height:50rem}}@media(min-width: 576px)and (max-width: 991px){.generic-swiper__picture{height:20.3rem}}@media(max-width: 575px){.generic-swiper__picture{height:25rem}}.generic-swiper__content{width:100%;height:100% !important}@media(min-width: 992px){.generic-swiper__content{--container-indent: calc((100vw - 73.8rem) / 2)}}@media(min-width: 576px)and (max-width: 991px){.generic-swiper__content{--container-indent: calc((100vw - 52rem) / 2)}}@media(max-width: 575px){.generic-swiper__content{--container-indent: auto}}.article-header__link{left:0;color:#767674;transition:color .2s ease}@media(min-width: 992px){.article-header__link{top:0;transform:translate(0, 0)}}@media(max-width: 991px){.article-header__link{top:50%;transform:translate(0, -50%)}}.article-header__link:hover{color:#000}.article-header__icon{width:.4rem;height:.9rem}.company-map,.company-map__img{border-radius:.4rem}@media(min-width: 1200px){.company-map,.company-map__img{aspect-ratio:1376/672}}@media(min-width: 768px)and (max-width: 1199px){.company-map,.company-map__img{aspect-ratio:736/415}}@media(max-width: 767px){.company-map,.company-map__img{aspect-ratio:457/736}}.company-map__point__title{white-space:nowrap;transition:opacity .3s ease-in-out}@media(max-width: 767px){.company-map__point__title{margin-bottom:3px;font-size:.87rem !important;line-height:1 !important}}@media(min-width: 992px){.company-map__point__link:hover .company-map__point__title{opacity:.6}}.company-map__point__subtitle{white-space:nowrap;transition:opacity .3s ease-in-out}@media(max-width: 767px){.company-map__point__subtitle{font-size:.87rem !important;line-height:1 !important}}@media(min-width: 992px){.company-map__point__link:hover .company-map__point__subtitle{opacity:.6}}@media(max-width: 767px){.company-map__cities__name{font-size:.75rem !important;line-height:1 !important}}.company-map__point__link{pointer-events:initial}.company-map__point__link:before{position:absolute;top:0;content:"";background-color:#767674;border-radius:100%;pointer-events:all;transition:transform .3s ease-in-out,background-color .3s ease-in-out}@media(min-width: 768px){.company-map__point__link:before{margin-top:.3rem;width:1rem;height:1rem}}@media(max-width: 767px){.company-map__point__link:before{margin-top:.1rem;width:.6rem;height:.6rem}}@media(min-width: 768px){.company-map__point--start-mod:not(.company-map__point--md-end-mod) .company-map__point__link:before{left:-2.2rem}}@media(max-width: 767px){.company-map__point--start-mod:not(.company-map__point--md-end-mod) .company-map__point__link:before{left:-1.4rem}}@media(min-width: 768px){.company-map__point--start-mod.company-map__point--md-end-mod .company-map__point__link:before{right:-2.2rem}}@media(max-width: 767px){.company-map__point--start-mod.company-map__point--md-end-mod .company-map__point__link:before{left:-1.4rem}}@media(min-width: 768px){.company-map__point--end-mod:not(.company-map__point--md-start-mod) .company-map__point__link:before{right:-2.2rem}}@media(max-width: 767px){.company-map__point--end-mod:not(.company-map__point--md-start-mod) .company-map__point__link:before{right:-1.4rem}}@media(min-width: 768px){.company-map__point--end-mod.company-map__point--md-start-mod .company-map__point__link:before{left:-2.2rem}}@media(max-width: 767px){.company-map__point--end-mod.company-map__point--md-start-mod .company-map__point__link:before{right:-1.4rem}}@media(min-width: 1200px){.company-map__point--mod-0 .company-map__point__link:before{margin-top:.8rem}}@media(min-width: 576px)and (max-width: 991px){.company-map__point__link span{font-size:1rem !important}}@media(min-width: 992px){.company-map__point__link:hover:before{transform:scale(1.2);background-color:#000}}@media(min-width: 1200px){.company-map__point--mod-0{margin-left:19.6%;margin-top:-13.4%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__point--mod-0{margin-left:26.3%;margin-top:-17.3%}}@media(max-width: 767px){.company-map__point--mod-0{margin-left:7.8%;margin-top:-32.3%}}@media(max-width: 374px){.company-map__point--mod-0{margin-left:-2%}}@media(min-width: 1200px){.company-map__point--mod-1{margin-left:17.5%;margin-top:-7.9%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__point--mod-1{margin-left:24.9%;margin-top:-10.5%}}@media(max-width: 767px){.company-map__point--mod-1{margin-left:10.4%;margin-top:-19.4%}}@media(max-width: 374px){.company-map__point--mod-1{margin-left:2.4%;margin-top:-18.4%}}@media(min-width: 1200px){.company-map__point--mod-2{margin-left:4.8%;margin-top:1.5%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__point--mod-2{margin-left:8.3%;margin-top:1.8%}}@media(max-width: 767px){.company-map__point--mod-2{margin-left:14.5%;margin-top:4.3%}}@media(max-width: 374px){.company-map__point--mod-2{margin-left:16.5%;margin-top:7.3%}}@media(min-width: 1200px){.company-map__point--mod-3{margin-left:-1.7%;margin-top:-1.8%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__point--mod-3{margin-left:-2.2%;margin-top:-3.1%}}@media(max-width: 767px){.company-map__point--mod-3{margin-left:-1.7%;margin-top:-4.2%}}@media(max-width: 374px){.company-map__point--mod-3{margin-left:1.3%;margin-top:-4.6%}}@media(min-width: 1200px){.company-map__point--mod-4{margin-left:-8.7%;margin-top:1.5%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__point--mod-4{margin-left:-14%;margin-top:1.8%}}@media(max-width: 767px){.company-map__point--mod-4{margin-left:-22.1%;margin-top:4.4%}}@media(max-width: 374px){.company-map__point--mod-4{margin-top:7.4%;margin-left:-28.1%}}@media(min-width: 1200px){.company-map__point--mod-5{margin-left:-16.8%;margin-top:-1.8%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__point--mod-5{margin-left:-26.8%;margin-top:-3%}}@media(max-width: 767px){.company-map__point--mod-5{margin-left:-42.5%;margin-top:-4.3%}}@media(max-width: 374px){.company-map__point--mod-5{margin-left:-47.5%;margin-top:-3.3%}}@media(min-width: 1200px){.company-map__point--mod-6{margin-left:-28.9%;margin-top:12%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__point--mod-6{margin-left:-40.7%;margin-top:14.8%}}@media(max-width: 767px){.company-map__point--mod-6{margin-left:-41.6%;margin-top:33.3%}}@media(min-width: 1200px){.company-map__point--mod-7{margin-left:-22.2%;margin-top:-9.7%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__point--mod-7{margin-left:-29.8%;margin-top:-12.4%}}@media(max-width: 767px){.company-map__point--mod-7{margin-left:-32.5%;margin-top:-23.8%}}@media(min-width: 1200px){.company-map__point--mod-8{margin-left:-9.4%;margin-top:-17.7%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__point--mod-8{margin-left:-13.9%;margin-top:-22.6%}}@media(max-width: 767px){.company-map__point--mod-8{margin-left:-24%;margin-top:-42.4%}}.company-map__city:before{position:absolute;width:0;height:0;content:""}@media(min-width: 1200px){.company-map__city:before{border-left:.5rem solid rgba(0, 0, 0, 0);border-right:.5rem solid rgba(0, 0, 0, 0);border-bottom:1rem solid #767674}}@media(min-width: 768px)and (max-width: 1199px){.company-map__city:before{border-left:.4rem solid rgba(0, 0, 0, 0);border-right:.4rem solid rgba(0, 0, 0, 0);border-bottom:.8rem solid #767674}}@media(max-width: 767px){.company-map__city:before{border-left:.3rem solid rgba(0, 0, 0, 0);border-right:.3rem solid rgba(0, 0, 0, 0);border-bottom:.6rem solid #767674}}@media(min-width: 1200px){.company-map__city:nth-child(1):before{top:.4rem;left:1.5rem}}@media(min-width: 768px)and (max-width: 1199px){.company-map__city:nth-child(1):before{top:.3rem;left:1.4rem}}@media(max-width: 767px){.company-map__city:nth-child(1):before{top:0;left:1.1rem}}@media(min-width: 1200px){.company-map__city:nth-child(1){margin-top:-23.3%;margin-left:12.4%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__city:nth-child(1){margin-top:-27%;margin-left:15.6%}}@media(max-width: 767px){.company-map__city:nth-child(1){margin-top:-63.4%;margin-left:33.5%}}@media(max-width: 374px){.company-map__city:nth-child(1){margin-top:-72.4%}}.company-map__city:nth-child(2):before{transform:rotate(90deg)}@media(min-width: 1200px){.company-map__city:nth-child(2):before{top:2.3rem;right:-2rem}}@media(min-width: 768px)and (max-width: 1199px){.company-map__city:nth-child(2):before{top:2.3rem;right:-1.8rem}}@media(max-width: 767px){.company-map__city:nth-child(2):before{top:1.3rem;right:-1.2rem}}@media(min-width: 1200px){.company-map__city:nth-child(2){margin-top:10.9%;margin-left:37.3%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__city:nth-child(2){margin-top:17.9%;margin-left:41.3%}}@media(max-width: 767px){.company-map__city:nth-child(2){margin-top:42.5%;margin-left:36.8%}}@media(max-width: 374px){.company-map__city:nth-child(2){margin-left:33.8%}}.company-map__city:nth-child(3):before{transform:rotate(180deg)}@media(min-width: 1200px){.company-map__city:nth-child(3):before{top:4.3rem;left:2.1rem}}@media(min-width: 768px)and (max-width: 1199px){.company-map__city:nth-child(3):before{top:4.1rem;left:1.7rem}}@media(max-width: 767px){.company-map__city:nth-child(3):before{top:2.5rem;left:1.3rem}}@media(min-width: 1200px){.company-map__city:nth-child(3){margin-top:19.3%;margin-left:-18%}}@media(min-width: 768px)and (max-width: 1199px){.company-map__city:nth-child(3){margin-top:19.9%;margin-left:-22%}}@media(max-width: 767px){.company-map__city:nth-child(3){margin-top:54.3%;margin-left:-45.4%}}@media(max-width: 374px){.company-map__city:nth-child(3){margin-top:63.3%}}.custom-search-button{right:.8rem;transition:color .3s ease}.custom-search-button:hover,.custom-search-button:focus{color:rgba(0, 0, 0, 0.6)}@media(min-width: 576px){.custom-search-button{width:2.8rem}}@media(max-width: 575px){.custom-search-button{width:fit-content}}.inp-height-48{height:4.8rem}.placeholder-gray::placeholder{color:#c8c7c4}@media(min-width: 768px){.custom-location-list{max-height:69.4rem}}@media(min-width: 0)and (max-width: 767px){.custom-location-list{max-height:90rem}}.custom-location-list::-webkit-scrollbar{width:.4rem;background-color:#f7f5f4}.custom-location-list::-webkit-scrollbar-thumb{border-radius:.6rem;background-color:#767674}.custom-location-list::-webkit-scrollbar-thumb:hover{background-color:#000}.card-location:not(.active){border-color:#c8c7c4 !important}.card-location{cursor:pointer;transition:border-color .3s}.card-location:hover{border-color:#000 !important}.card-location:not(.active) address{margin-bottom:0}@media(max-width: 575px){.card-location address{margin-bottom:2.4rem}}.card-location__image{flex:0 0 13.8rem;min-width:16.2rem;max-width:55%;transition:all .5s ease}@media(max-width: 575px){.card-location__image{margin-bottom:2.2rem}}@media(min-width: 768px)and (max-width: 991px){.card-location__image{flex:0 1 12.4rem}}.card-location:not(.active) .card-location__image{position:absolute;top:0;left:0;z-index:-1;width:0;height:0;flex-basis:0;opacity:0}.card-location:not(.active) .btn-primary{position:absolute;top:0;left:0;width:0;height:0;font-size:0;opacity:0;visibility:hidden;transition:0s}@media(max-width: 575px){.d-max-md-none{display:none !important}}@media(min-width: 0){.min-h-xs-458{min-height:45.8rem}}@media(min-width: 992px){.min-h-lg-774{min-height:77.4rem}}.hide-clear-icon::-ms-clear,.hide-clear-icon::-ms-reveal{display:none}.hide-clear-icon::-webkit-search-decoration,.hide-clear-icon::-webkit-search-cancel-button,.hide-clear-icon::-webkit-search-results-button,.hide-clear-icon::-webkit-search-results-decoration{display:none}.stores .accordion-body .display-5,.stores .accordion-body .stores--lines-mod .card-stores__content>*,.stores--lines-mod .stores .accordion-body .card-stores__content>*,.stores .accordion-body .gform_confirmation_message{letter-spacing:0}@media(max-width: 991px){.stores .accordion-body .display-5,.stores .accordion-body .stores--lines-mod .card-stores__content>*,.stores--lines-mod .stores .accordion-body .card-stores__content>*,.stores .accordion-body .gform_confirmation_message{line-height:1.33}}.stores .accordion-button:focus{z-index:auto}.stores__filter-item{--bs-nav-link-hover-color: #000}.stores__switch-btn{--bs-nav-link-hover-color: #767674}.stores__switch-icon{width:1.2rem;height:.8rem}.stores--lines-mod .stores__switch-icon.stores__switch_icon--lines-mod{display:none}.stores__switch-icon.stores__switch_icon--grid-mod{display:none}.stores--lines-mod .stores__switch-icon.stores__switch_icon--grid-mod{display:block}.stores__list-header{display:flex}@media(min-width: 992px){.stores__list-header{margin:0 -1.6rem}}@media(max-width: 991px){.stores__list-header{margin:0 -0.8rem}}.stores__list-header:not(.stores--lines-mod .stores__list-header){display:none}.stores__list-header:first-child{margin-top:0 !important}@media(min-width: 992px){.stores__list-header-item{padding:0 1.6rem}}@media(max-width: 991px){.stores__list-header-item{padding:0 .8rem}}@media(min-width: 768px){.stores__list-header-item:nth-child(1){width:33.333%}}@media(max-width: 767px){.stores__list-header-item:nth-child(1){width:50%}}@media(min-width: 768px){.stores__list-header-item:nth-child(2){width:33.333%}}@media(max-width: 767px){.stores__list-header-item:nth-child(2){width:25%}}.stores__list-header-item:nth-child(3){width:16.666%}@media(max-width: 991px){.stores__list-header-item:nth-child(3){margin-inline-start:auto}}@media(max-width: 767px){.stores__list-header-item:nth-child(3){display:none}}@media(min-width: 768px)and (max-width: 991px){.stores--v2-mod .stores__list-header-item:nth-child(3){margin-left:0}}.stores__list-header-item:nth-child(4){margin-inline-start:auto}@media(max-width: 991px){.stores__list-header-item:nth-child(4):not(.stores--v2-mod .stores__list-header-item){display:none}}@media(min-width: 992px){.stores__list:not(:last-child){margin-bottom:12.6rem}}@media(min-width: 768px)and (max-width: 991px){.stores__list:not(:last-child){margin-bottom:9.6rem}}@media(max-width: 767px){.stores__list:not(:last-child){margin-bottom:11.6rem}}.stores--lines-mod .stores__list{margin-inline:0 !important;margin-top:0 !important}.stores--lines-mod .stores__item{width:100% !important;padding:0 !important;margin-top:0 !important;border-top:1px solid #c8c7c4}.card-stores{--bs-accordion-active-color: #000;--bs-accordion-active-bg: #ffffff;--bs-accordion-border-color: transparent;--bs-accordion-btn-focus-box-shadow: transparent;position:relative;text-decoration:none}@media(min-width: 992px){.stores--lines-mod .card-stores{padding:1.2rem 0}}@media(min-width: 768px)and (max-width: 991px){.stores--lines-mod .card-stores{padding:1.3rem 0}}@media(max-width: 767px){.stores--lines-mod .card-stores{padding:.9rem 0}}@media(min-width: 992px){.stores--v2-mod.stores--lines-mod .card-stores{padding:1.4rem 0}}@media(max-width: 767px){.stores--v2-mod.stores--lines-mod .card-stores{padding:1.1rem 0}}.card-stores__image{position:relative;overflow:hidden}.card-stores__image:before{position:absolute;inset:0;z-index:1;background:#000;transition:opacity .3s ease,background .3s ease;content:""}.card-stores__image::before{opacity:0}.card-stores__image:hover::before,.card-stores__image:focus::before{opacity:.3}.stores--lines-mod .card-stores__image{position:absolute;bottom:0;left:60.5%;z-index:99;width:23.8rem;opacity:0;will-change:transform;pointer-events:none}.card-stores__image:not(.stores--lines-mod .card-stores__image){transform:translate(0, 0) !important}@media(any-hover: hover)and (min-width: 992px){.stores--lines-mod .card-stores:not([aria-expanded=true]):hover .card-stores__image{opacity:1}}.modal-open .stores--lines-mod .card-stores:hover .card-stores__image{opacity:0}.card-stores__content.display-5,.stores--lines-mod .card-stores__content>.card-stores__content,.card-stores__content.gform_confirmation_message{letter-spacing:0}.stores--lines-mod .card-stores__content{display:flex !important;text-align:start !important}@media(min-width: 992px){.stores--lines-mod .card-stores__content{margin:0 -1.6rem}}@media(max-width: 991px){.stores--lines-mod .card-stores__content{margin:0 -0.8rem}}.stores--lines-mod .card-stores__content>*{transition:color .3s ease;letter-spacing:inherit !important}@media(min-width: 992px){.stores--lines-mod .card-stores__content>*{padding:0 1.6rem}}@media(max-width: 991px){.stores--lines-mod .card-stores__content>*{padding:0 .8rem}}.stores--lines-mod .card-stores__content:not(.card-stores:hover .card-stores__content,.card-stores:focus .card-stores__content),.stores--lines-mod .card-stores__content:not(.collapsed .card-stores__content){color:#000 !important}.card-stores__title{font-size:inherit}@media(min-width: 992px){.card-stores__title:not(.stores--lines-mod .card-stores__title){margin-bottom:-1px}}@media(min-width: 768px)and (max-width: 991px){.card-stores__title:not(.stores--lines-mod .card-stores__title){margin-bottom:2px}}@media(max-width: 767px){.card-stores__title:not(.stores--lines-mod .card-stores__title){margin-bottom:4px}}@media(min-width: 768px){.stores--lines-mod .card-stores__title{width:33.333%}}@media(max-width: 767px){.stores--lines-mod .card-stores__title{width:50%}}.stores--lines-mod .card-stores:hover .card-stores__title,.stores--lines-mod .card-stores:focus .card-stores__title{color:inherit !important}.card-stores--color-state .card-stores__title{color:#767674 !important}.card-stores__title .accordion-button[aria-expanded=true]{color:#000 !important}@media(max-width: 767px){.card-stores__address:not(.stores--lines-mod .card-stores__address){display:none}}@media(min-width: 768px){.stores--lines-mod .card-stores__address{width:33.333%}}@media(max-width: 767px){.stores--lines-mod .card-stores__address{width:50%}}@media(max-width: 767px){.stores--v2-mod .card-stores__address{width:33.333%}}.card-stores--color-state .card-stores__address{color:#767674 !important}.card-stores__address .accordion-button[aria-expanded=true]{color:#000 !important}@media(max-width: 991px){.card-stores__country{margin-inline-start:auto}}@media(min-width: 768px){.card-stores__country:not(.stores--lines-mod .card-stores__country){display:none}}.stores--lines-mod .card-stores__country{width:16.666%}@media(max-width: 767px){.stores--lines-mod .card-stores__country{display:none}}@media(min-width: 768px)and (max-width: 991px){.stores--v2-mod.stores--lines-mod .card-stores__country{margin-left:0}}.card-stores--color-state .card-stores__country{color:#767674 !important}.card-stores__country .accordion-button[aria-expanded=true]{color:#000 !important}.card-stores__contact:not(.stores--lines-mod .card-stores__contact){display:none}.stores--lines-mod .card-stores__contact{margin-inline-start:auto}@media(max-width: 991px){.stores--lines-mod:not(.stores--v2-mod) .card-stores__contact{display:none}}.card-stores--color-state .card-stores__contact{color:#767674 !important}.card-stores__contact .accordion-button[aria-expanded=true]{color:#000 !important}.gallery-left-clip-content{clip-path:polygon(0 0, 999% 0, 999% 100%, 0 100%)}@media(min-width: 992px){.gallery-left-clip-content{padding-right:3.2rem}}@media(min-width: 768px){.gallery-left-clip-content{position:relative}}.gallery-left-clip-content.col-12{padding-left:0;margin-left:calc(var(--bs-gutter-x)*.5)}@media(max-width: 767px){.gallery-left-clip-content.col-12{margin-left:-1.6rem;padding-left:2.4rem;width:calc(100% + 2.4rem);max-width:none}}.lapalma_hero__title{line-height:1 !important}@media(min-width: 768px){.lapalma_hero__info{grid-row:2/3}}.lapalma_hero__description{grid-row:3/4}@media(min-width: 768px){.lapalma_hero__image_wrapper{grid-column:7/13 !important;grid-row:span 4}}@media(max-width: 767px){.lapalma_hero__image_wrapper{grid-row:2/3}}.crumbs.crumbs__footer--mod:not(:first-child){border-top:1px solid #c8c7c4}@media(min-width: 992px){.crumbs.crumbs__footer--mod:not(:first-child){margin:0 -3.2rem !important;width:calc(100% + 6.4rem)}}@media(max-width: 991px){.crumbs.crumbs__footer--mod:not(:first-child){margin:0 -1.6rem !important;width:calc(100% + 3.2rem)}}.crumbs__footer--mod{display:inline-flex !important;flex-wrap:wrap;justify-content:center;width:100%}@media(min-width: 992px){.crumbs__footer--mod{padding-top:4rem}}@media(max-width: 991px){.crumbs__footer--mod{padding-top:2rem}}.crumbs__item{font-family:"Alpha",sans-serif}@media(min-width: 992px){.crumbs__item a{font-size:1.4rem}}@media(max-width: 991px){.crumbs__item a{font-size:1.2rem}}.crumbs__link{padding-right:3px;transition:color .2s ease}.crumbs__link:hover,.crumbs__link:focus{color:#c8c7c4 !important}.crumbs__footer--mod .crumbs__link{color:#000 !important}.crumbs__footer--mod .crumbs__link:hover,.crumbs__footer--mod .crumbs__link:focus{color:#767674 !important}@media(min-width: 992px){.crumbs__footer--mod .crumbs__link{font-size:1.4rem !important}}@media(max-width: 991px){.crumbs__footer--mod .crumbs__link{font-size:1.4rem !important}}@media(min-width: 992px){.crumbs__footer--mod .crumbs__link--current_mod{font-size:1.4rem}}@media(max-width: 991px){.crumbs__footer--mod .crumbs__link--current_mod{font-size:1.4rem}}.tech-header{top:var(--height-header);left:0;z-index:99;width:calc(100vw - var(--scrollbar-width, 0))}.tech-header__link{color:#767674;transition:color .2s ease}.tech-header__link span{white-space:nowrap}.tech-header__link--active{color:#000}.tech-header__link:hover{color:#000}.tech-header-swiper{position:relative;width:100%}.tech-header-swiper .swiper{overflow:visible !important}@media(min-width: 992px){.tech-header-swiper__slide{min-height:5.7rem}}@media(min-width: 576px)and (max-width: 991px){.tech-header-swiper__slide{min-height:5.5rem}}@media(max-width: 575px){.tech-header-swiper__slide{min-height:3.9rem}}.tech-header-swiper-wrapper{background:#eeecea}.tech-header-swiper .is-scrolling .tech-header-swiper-wrapper{background:#f7f5f4}@media(min-width: 768px){.technical-card__badge{top:1.2rem;left:1.2rem}}@media(max-width: 767px){.technical-card__badge{top:.8rem;left:.8rem}}.technical-card__title{color:#000;transition:color .3s ease}.technical-card__title:hover{color:#767674}.technical_data__slider_pagination{z-index:1}@media(min-width: 992px){.technical_data__slider_pagination{transform:translateY(-4rem)}}@media(max-width: 991px){.technical_data__slider_pagination{transform:translateY(-2.4rem)}}.hotel-block__img:before{content:"";background-color:#000;opacity:0;z-index:1;transition:opacity .3s ease-in-out;position:absolute;top:0;bottom:0;right:0;left:0}.hotel-block:hover .hotel-block__img:before{opacity:.3}@media(max-width: 767px){.technical_description__text{min-height:30rem}}.technical_description--slider_mod .technical_description__text{min-height:unset}.page-progress-bar{top:calc(var(--height-header) - 2px);z-index:100;height:2px}.map,[role=region]{background-color:#c8c7c4}.map-cluster{z-index:0;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;font-family:"Alpha",sans-serif;font-weight:400;font-size:1.2rem;color:#fff !important;background-color:rgba(0, 0, 0, 0.9)}#map-nav-dealers .map-cluster{color:#000 !important;background-color:rgba(255, 255, 255, 0.9)}#map-nav-general .map-cluster{color:#000 !important;background-color:rgba(211, 210, 208, 0.9)}.cluster-all{background:#000;color:#fff}.cluster-mono{background:#000;color:#fff !important}.cluster-premium{background:#fff;color:#000 !important}.cluster-multi{background:gray;color:#000}.gm-style-cc{display:none !important}.map-tabs-list{width:100%;display:flex;gap:2.4rem;justify-content:center}.map-tabs-link{transition:color .3s ease-in-out}.map-tabs-link.active{color:#000 !important}.map-tabs-link:hover,.map-tabs-link:focus{text-decoration:none}@media(hover: hover){.map-tabs-link:focus-visible,.map-tabs-link:hover{color:#000 !important}}.related-articles-swiper .swiper{width:100%}@media(min-width: 992px){.related-articles-swiper .swiper{display:flex;justify-content:center}}@media(min-width: 992px){.related-articles-swiper .swiper-wrapper{width:100%}}@media(min-width: 992px){.related-articles-swiper .swiper-slide{padding:0 32px}}@media(max-width: 575px){.interview__image_custom--mod{aspect-ratio:343/256 !important}}.acordion-tab-button.active{color:#000 !important}.custom-technical-mob-accordion__button::after{display:none}.custom-technical-mob-accordion__button:not(.collapsed){color:#000 !important}@media(max-width: 991px){.custom-technical-accordion>:last-child{border-bottom:var(--bs-border-width) solid #c8c7c4}}.text-wrapper p:last-child{margin-bottom:0}.custom-technical-accordion__button:after{width:1.2rem !important;height:1.2rem !important;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23c8c7c4' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>") !important;background-size:contain !important}.tech-page-title__link{color:#767674;transition:color .2s ease}.tech-page-title__link:hover{color:#000}.tech-page-title__icon{width:.6rem;height:1.1rem}.address-modal{display:block !important;z-index:-1;opacity:0;pointer-events:none;background:rgba(0, 0, 0, 0.5);transition:z-index 0s !important}.address-modal .address-modal__in{pointer-events:none;margin:auto;height:unset !important}.address-modal .modal.show:has(.modal__wrapper)~.modal-backdrop.show{opacity:0 !important}@media(min-width: 992px){.address-modal .address-modal__list_item{max-width:14.4rem}}@media(max-width: 991px){.address-modal .address-modal__list_item{max-width:11.8rem}}.address-modal.show{opacity:1;pointer-events:auto;z-index:10}.address-modal.show .modal-content{pointer-events:auto}.address-modal .modal__wrapper{padding-bottom:4.4rem}.address-modal .modal__wrapper_in{transition:transform .6s ease !important;will-change:transform !important;transform:translateY(10rem) !important}.address-modal.show .modal__wrapper_in{transform:translateY(0rem) !important}.address-modal .modal-custom__body{max-height:30rem;overflow-y:auto}.address-modal .modal__icon{width:1.4rem;height:1.4rem}.address-modal .modal__icon svg{fill:none !important}.address-modal .modal__open_button,.address-modal .modal__close_button{width:4.8rem;height:4.8rem;z-index:1001;box-shadow:unset;transition:background-color .2s ease}.address-modal .modal__close_button{top:calc(100% + 1.2rem)}@media(min-width: 992px){.address-modal .modal__open_button,.address-modal .modal__wrapper{bottom:3.2rem;right:3.2rem}}@media(max-width: 991px){.address-modal .modal__open_button,.address-modal .modal__wrapper{bottom:1.6rem;right:1.6rem}}.address-modal .modal__open_button:hover,.address-modal .modal__open_button:focus-visible{background-color:#fff}.address-modal .modal__close_button_icon svg,.address-modal .modal__open_button_icon svg,.address-modal .modal__icon svg{stroke:#000;transition:stroke .2s ease}.modal__close_button:hover .address-modal .modal__close_button_icon svg,.modal__close_button:focus-visible .address-modal .modal__close_button_icon svg{stroke:#767674 !important}.modal__open_button:hover .address-modal .modal__open_button_icon svg,.modal__open_button:focus-visible .address-modal .modal__open_button_icon svg{stroke:#767674 !important}.address-modal .custom-modal__content{width:32rem;box-shadow:0 2px .8rem 0 rgba(0, 0, 0, 0.1490196078)}.tech_slider__pagination{position:absolute;left:50%;bottom:-2rem;transform:translateX(-50%)}.share-icons a{width:1.8rem;height:1.8rem;flex-shrink:0}.share-icons .mail-icon svg{fill:rgba(0, 0, 0, 0)}.share-icons__link{color:#000;transition:color .3s ease}.share-icons__link:hover{color:#767674}.tech_modal{display:block !important;height:calc(100% - var(--height-header));margin-top:var(--height-header);opacity:0;pointer-events:none;z-index:-1}.tech_modal.show{opacity:1;pointer-events:auto;z-index:99}.tech_modal.show .modal-content{pointer-events:auto}.tech_modal .modal-dialog{max-width:100%;height:100%;transform:none !important}.tech_modal .modal-content{position:relative;width:100%;height:auto;min-height:100%;border:none;pointer-events:none}.tech_modal .tech-header{top:var(--height-header)}.tech_modal .tech-body{padding:calc(var(--height-header) + var(--height-tech-header)) 0 0}@media(min-width: 992px){.swiper-button-prev,.swiper-button-next{z-index:1;pointer-events:auto;cursor:pointer}}@media(max-width: 991px){.swiper-button-prev,.swiper-button-next{display:none}}@media(min-width: 992px){.slider--horizontal_mod .swiper-button-prev,.related-articles-swiper--horizontal_mod .swiper-button-prev,.free-mode-slider-block--horizontal_mod .swiper-button-prev,.home-catalog-wrapper--horizontal_mod .swiper-button-prev,.center-mode-slider-wrapper--horizontal_mod .swiper-button-prev,.gallery-slider--horizontal_mod .swiper-button-prev,.news-article-swiper--horizontal_mod .swiper-button-prev,.home-products-wrapper--horizontal_mod .swiper-button-prev,.swiper-container--horizontal_mod .swiper-button-prev,.archive-swiper-block--horizontal_mod .swiper-button-prev,.slider--horizontal_mod .swiper-button-next,.related-articles-swiper--horizontal_mod .swiper-button-next,.free-mode-slider-block--horizontal_mod .swiper-button-next,.home-catalog-wrapper--horizontal_mod .swiper-button-next,.center-mode-slider-wrapper--horizontal_mod .swiper-button-next,.gallery-slider--horizontal_mod .swiper-button-next,.news-article-swiper--horizontal_mod .swiper-button-next,.home-products-wrapper--horizontal_mod .swiper-button-next,.swiper-container--horizontal_mod .swiper-button-next,.archive-swiper-block--horizontal_mod .swiper-button-next{width:14%}}@media(min-width: 992px){.slider--vertical_mod .swiper-button-prev,.gallery-slider--vertical_mod .swiper-button-prev,.slider--vertical_mod .swiper-button-next,.gallery-slider--vertical_mod .swiper-button-next{width:50%}}.monobrand-booking-page .header__nav ul li:not(:last-child){display:none}@font-face{font-family:"swiper-icons";font-display: swap;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0, 0, 0, 0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ts-control{border:1px solid #d0d0d0;padding:8px 8px;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:none;border-radius:3px;display:flex;flex-wrap:wrap}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default !important}.focus .ts-control{box-shadow:none}.ts-control>*{vertical-align:baseline;display:inline-block}.ts-wrapper.multi .ts-control>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.ts-control>input{flex:1 1 auto;min-width:7rem;display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important;box-shadow:none !important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:none !important}.has-items .ts-control>input{margin:0 4px !important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px !important}.disabled .ts-control{opacity:.5;background-color:#fafafa}.input-hidden .ts-control>input{opacity:0;position:absolute;left:-10000px}.ts-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:.25rem 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);border-radius:0 0 3px 3px}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:rgba(125, 168, 208, 0.2);border-radius:1px}.ts-dropdown .option,.ts-dropdown .optgroup-header,.ts-dropdown .no-results,.ts-dropdown .create{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{opacity:1;cursor:pointer}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.ts-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:rgba(48, 48, 48, 0.5)}.ts-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.ts-dropdown .spinner::after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 rgba(0, 0, 0, 0) #d0d0d0 rgba(0, 0, 0, 0);animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ts-dropdown-content{overflow:hidden auto;max-height:200px;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:rgba(0, 0, 0, 0) !important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden !important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button: 1em}.plugin-clear_button .clear-button{opacity:0;position:absolute;top:50%;transform:translateY(-50%);right:2px;margin-right:0 !important;background:rgba(0, 0, 0, 0) !important;transition:opacity .5s;cursor:pointer}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:color-mix(#fff, #d0d0d0, 85%);border-radius:3px 3px 0 0}.ts-wrapper .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input.focus.dropdown-active .ts-control{box-shadow:none;border:1px solid #d0d0d0}.plugin-dropdown_input .dropdown-input{border:1px solid #d0d0d0;border-width:0 0 1px;display:block;padding:8px 8px;box-shadow:none;width:100%;background:rgba(0, 0, 0, 0)}.plugin-dropdown_input .items-placeholder{border:0 none !important;box-shadow:none !important;width:100%}.plugin-dropdown_input.has-items .items-placeholder,.plugin-dropdown_input.dropdown-active .items-placeholder{display:none !important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:rgba(0, 0, 0, 0)}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:rgba(0, 0, 0, 0)}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.ts-dropdown.plugin-optgroup_columns .optgroup::before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.ts-wrapper.plugin-remove_button .item{display:inline-flex;align-items:center}.ts-wrapper.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0 6px;border-radius:0 2px 2px 0;box-sizing:border-box}.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0, 0, 0, 0.05)}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}.ts-wrapper.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0 !important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #d0d0d0;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0 !important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #d0d0d0;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#cacaca}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}:root{--ts-pr-clear-button: 0px;--ts-pr-caret: 0px;--ts-pr-min: 0.75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important}.ts-control.rtl{padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important}.ts-wrapper{position:relative}.ts-dropdown,.ts-control,.ts-control input{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.ts-wrapper{display:block;width:100%}.ts-wrapper.dropdown-active .ts-dropdown{margin-top:0}.ts-wrapper.dropdown-active .ts-control::after{transform:rotateX(-180deg) translateY(50%)}.ts-wrapper .ts-control{position:relative}.ts-wrapper .ts-control::after{content:"";position:absolute;top:50%;right:1rem;transform:translateY(-50%);background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggaWQ9IlhNTElEXzIyNV8iIGQ9Ik0zMjUuNjA3LDc5LjM5M2MtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWwtMTM5LjM5LDEzOS4zOTNMMjUuNjA3LDc5LjM5Mw0KCWMtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWMtNS44NTgsNS44NTgtNS44NTgsMTUuMzU1LDAsMjEuMjEzbDE1MC4wMDQsMTUwYzIuODEzLDIuODEzLDYuNjI4LDQuMzkzLDEwLjYwNiw0LjM5Mw0KCXM3Ljc5NC0xLjU4MSwxMC42MDYtNC4zOTRsMTQ5Ljk5Ni0xNTBDMzMxLjQ2NSw5NC43NDksMzMxLjQ2NSw4NS4yNTEsMzI1LjYwNyw3OS4zOTN6Ii8+DQo8L3N2Zz4=);transform-origin:center;transition:transform .3s ease}.ts-wrapper .ts-control input::-webkit-input-placeholder{color:var(--bs-secondary-color)}.ts-wrapper .ts-control input::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}.ts-wrapper .ts-control input:-ms-input-placeholder{color:var(--bs-secondary-color)}.ts-wrapper .option{transition:background .3s ease,color .3s ease}.ts-wrapper .option:not(:last-child){border-bottom:.1rem solid #c8c7c4}.ts-wrapper .option.selected,.ts-wrapper .option.selected.active{background-color:#f7f5f4}.ts-wrapper .option.active:not(.selected){background-color:#f7f5f4}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.store-select .ts-control{--ts-pr-min: 2.4rem;padding:1rem 1.2rem;min-height:4.8rem;align-items:center;font-family:"Alpha",sans-serif;letter-spacing:.01em;border-color:#c8c7c4;border-radius:0;transition:border-color .3s ease}.store-select .ts-control:hover:not([aria-expanded=true]),.store-select .ts-control:focus:not([aria-expanded=true]){border-color:#000}.tabs .store-select .ts-control{font-size:inherit}.store-select .ts-control input:not(.tabs .store-select .ts-control input){position:absolute;top:0;left:0;width:0;height:0}.tabs .store-select .ts-control input{height:100%;font-size:inherit;caret-color:rgba(0, 0, 0, 0)}.store-select .ts-control::after{width:1.2rem;height:1.2rem}.store-select .ts-dropdown-content{max-height:24rem}.store-select .option{padding:1rem 1.2rem;font-family:"Alpha",sans-serif;letter-spacing:.01em;text-align:left;color:#767674}.store-select .option[data-value=""]{display:none}.store-select.store-select--search-mod.ts-wrapper.dropdown-active .ts-control{border-bottom:0 !important}.store-select.store-select--search-mod.ts-wrapper .dropdown-input-wrap{height:3.2rem;padding:0 1.2rem;margin-bottom:1.2rem}.store-select.store-select--search-mod.ts-wrapper .dropdown-input-wrap input{position:relative;height:100%;padding-right:4rem;border-width:1px;border-color:#c8c7c4;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTM5MzkgOC43TDExIDEwLjVNMTAuNCA1LjdDMTAuNCA4LjAxOTYgOC41MTk2IDkuOSA2LjIgOS45QzMuODgwNCA5LjkgMiA4LjAxOTYgMiA1LjdDMiAzLjM4MDQgMy44ODA0IDEuNSA2LjIgMS41QzguNTE5NiAxLjUgMTAuNCAzLjM4MDQgMTAuNCA1LjdaIiBzdHJva2U9IiM3Njc2NzQiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=) no-repeat right 1.2rem center}.store-select.store-select--search-mod.ts-wrapper .option{padding-block:.8rem;border:0}.store-select.store-select--search-mod.ts-wrapper .option[data-value=""]{display:none}.store-select.ts-wrapper .ts-control .item[data-value=""]{color:#767674}.store-select .option{letter-spacing:.01em;font-size:1.2rem}.map-select .ts-control{color:#000}@media(max-width: 991px){.map-select .ts-control{font-size:1.2rem}}.map-select .option{display:flex;align-items:center;min-height:4.8rem}@font-face{font-family:"Alpha";font-display: swap;src:url("https://www.poliform.it/wp-content/themes/poliform2025/build/fonts/Alpha-Regular.woff2") format("woff2"),url("https://www.poliform.it/wp-content/themes/poliform2025/build/fonts/Alpha-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}:root{font-size:10px;--bs-body-font-size: 16px;--bs-body-bg: #fff;--bs-border-radius: 0;--bs-link-color-rgb: #000;--bs-link-hover-color-rgb: #000;--bs-progress-bar-bg: #000}@media(min-width: 992px){:root{--height-header: 8rem;--height-tech-header: 5.3rem}}@media(min-width: 576px)and (max-width: 991px){:root{--height-tech-header: 6.3rem;--height-header: 4.5rem}}@media(max-width: 575px){:root{--height-header: 5.6rem;--height-tech-header: 5.2rem}}html{height:100%;font-size:10px}body{position:relative;display:flex;height:100%;font-size:1.6rem;padding:0 !important;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100vw;overflow-x:hidden}@supports(display: grid){body{display:block}}body.modal-open,body.modal-open2,body.body--open_menu_state{overflow:hidden}body:has(.get_in_touch.show){overflow-y:auto !important}.privacy-policy .section ul:not(.list-unstyled):not(.map-tabs-list) li:not(.crumbs__item),.builder .section ul:not(.list-unstyled):not(.map-tabs-list) li:not(.crumbs__item){list-style-type:disc !important}.preloader{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;opacity:1;transition:opacity .3s;z-index:1000}.body--loaded .preloader{pointer-events:none;opacity:0}.wrapper{position:relative;width:100%;display:flex;flex-direction:column;min-height:100%;height:auto !important;overflow-x:hidden;padding-right:var(--scrollbar-width, 0)}body:has(.get_in_touch.show) .wrapper{padding-right:0}.header{height:var(--height-header)}.base{width:100%;position:relative;padding:var(--height-header) 0 0;flex:1 0 auto}.base>.tech-body{padding:calc(var(--height-header) + var(--height-tech-header)) 0 0}.icon svg{display:block;width:100%;height:100%;fill:currentColor}@media(max-width: 991px){.mob-hidden{display:none}}@media(hover: hover){a:focus-visible,a:hover{text-decoration:none}}.font-secondary{font-family:"Magister",sans-serif !important}.font-alpha{font-family:"Alpha",sans-serif}blockquote{margin:0}cite{font-style:normal}b,strong{font-weight:600}@media(min-width: 992px){.display-1{font-size:4.8rem}}@media(max-width: 991px){.display-1{font-size:2.8rem}}@media(min-width: 992px){.display-2{font-size:3.6rem}}@media(max-width: 991px){.display-2{font-size:2rem}}@media(min-width: 992px){.display-3{font-size:2.2rem}}@media(max-width: 991px){.display-3{font-size:1.6rem}}@media(min-width: 992px){.display-4{font-size:1.6rem}}@media(max-width: 991px){.display-4{font-size:1.6rem}}@media(min-width: 992px){.display-5,.gform_confirmation_message,.stores--lines-mod .card-stores__content>*{font-size:1.4rem}}@media(max-width: 991px){.display-5,.gform_confirmation_message,.stores--lines-mod .card-stores__content>*{font-size:1.4rem}}@media(min-width: 992px){.display-6,.btn-text{font-size:1.2rem}}@media(max-width: 991px){.display-6,.btn-text{font-size:1.2rem}}@media(min-width: 992px){.display-7{font-size:1.2rem}}@media(max-width: 991px){.display-7{font-size:1.4rem}}@media(min-width: 992px){.display-8{font-size:6.4rem}}@media(max-width: 991px){.display-8{font-size:4.8rem}}@media(min-width: 992px){.ratio-lg-none{aspect-ratio:unset !important}}.ratio-1x1-15{aspect-ratio:0.8695652174}@media(min-width: 768px){.ratio.ratio-md-1x1-15{aspect-ratio:0.8695652174}}@media(min-width: 992px){.ratio.ratio.ratio-lg-1x1-15{aspect-ratio:0.8695652174}}.ratio-1x1{aspect-ratio:1}@media(min-width: 768px){.ratio.ratio-md-1x1{aspect-ratio:1}}@media(min-width: 992px){.ratio.ratio.ratio-lg-1x1{aspect-ratio:1}}.ratio-3x4{aspect-ratio:.75}@media(min-width: 768px){.ratio.ratio-md-3x4{aspect-ratio:.75}}@media(min-width: 992px){.ratio.ratio.ratio-lg-3x4{aspect-ratio:.75}}.ratio-4x3{aspect-ratio:1.3333333333}@media(min-width: 768px){.ratio.ratio-md-4x3{aspect-ratio:1.3333333333}}@media(min-width: 992px){.ratio.ratio.ratio-lg-4x3{aspect-ratio:1.3333333333}}.ratio-16x9{aspect-ratio:1.7777777778}@media(min-width: 768px){.ratio.ratio-md-16x9{aspect-ratio:1.7777777778}}@media(min-width: 992px){.ratio.ratio.ratio-lg-16x9{aspect-ratio:1.7777777778}}.ratio-13x17{aspect-ratio:0.7647058824}@media(min-width: 768px){.ratio.ratio-md-13x17{aspect-ratio:0.7647058824}}@media(min-width: 992px){.ratio.ratio.ratio-lg-13x17{aspect-ratio:0.7647058824}}.ratio-7x3{aspect-ratio:2.3333333333}@media(min-width: 768px){.ratio.ratio-md-7x3{aspect-ratio:2.3333333333}}@media(min-width: 992px){.ratio.ratio.ratio-lg-7x3{aspect-ratio:2.3333333333}}.ratio-8x6{aspect-ratio:1.3333333333}@media(min-width: 768px){.ratio.ratio-md-8x6{aspect-ratio:1.3333333333}}@media(min-width: 992px){.ratio.ratio.ratio-lg-8x6{aspect-ratio:1.3333333333}}.ratio-21x9{aspect-ratio:2.3333333333}@media(min-width: 768px){.ratio.ratio-md-21x9{aspect-ratio:2.3333333333}}@media(min-width: 992px){.ratio.ratio.ratio-lg-21x9{aspect-ratio:2.3333333333}}.ratio-17x1{aspect-ratio:1.71}@media(min-width: 768px){.ratio.ratio-md-17x1{aspect-ratio:1.71}}@media(min-width: 992px){.ratio.ratio.ratio-lg-17x1{aspect-ratio:1.71}}.ratio-15x1{aspect-ratio:1.54}@media(min-width: 768px){.ratio.ratio-md-15x1{aspect-ratio:1.54}}@media(min-width: 992px){.ratio.ratio.ratio-lg-15x1{aspect-ratio:1.54}}.ratio-14x1{aspect-ratio:1.4}@media(min-width: 768px){.ratio.ratio-md-14x1{aspect-ratio:1.4}}@media(min-width: 992px){.ratio.ratio.ratio-lg-14x1{aspect-ratio:1.4}}.display-1{line-height:1.25}.display-2{line-height:1.333}@media(max-width: 991px){.display-2.display-2--size-mod{font-size:1.6rem}}.display-3{line-height:1.333}.display-4{line-height:1.35}.display-5,.gform_confirmation_message,.stores--lines-mod .card-stores__content>*{line-height:1.42;letter-spacing:.01em}@media(max-width: 991px){.display-5.display-5--size-mod,.display-5--size-mod.gform_confirmation_message,.stores--lines-mod .card-stores__content>.display-5--size-mod{font-size:1.6rem}}.display-6,.btn-text{line-height:1.33;letter-spacing:.01em}.display-7{letter-spacing:.01em}@media(min-width: 992px){.display-7{line-height:1.33}}@media(max-width: 991px){.display-7{line-height:1.38}}@media(max-width: 991px){.display-7.display-7--size-mod{font-size:1.2rem}}@media(max-width: 991px){.display-7.display-7--big-size-mod{font-size:1.6rem}}.display-8{line-height:1}.display-9{line-height:1.4;letter-spacing:.01em}@media(min-width: 992px){.display-9{font-size:1.4rem}}@media(max-width: 991px){.display-9{font-size:1.2rem}}.letter-spasing-0{letter-spacing:0 !important}.pin-spacer{min-width:100% !important}.ui legend{margin-top:1rem;display:block;color:rgba(128, 128, 128, 0.849);font-weight:700;text-decoration:underline}.swiper-pagination-bullets{margin-inline:auto;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.swiper-pagination-bullet{position:relative;flex-shrink:0;background-color:#000;border-radius:50%;opacity:.5;cursor:pointer;transition:opacity .3s ease,transform .3s ease}@media(min-width: 992px){.swiper-pagination-bullet{width:.6rem;height:.6rem;margin:0 3px}}@media(max-width: 991px){.swiper-pagination-bullet{width:.4rem;height:.4rem;margin:0 2px}}.swiper-pagination-bullet:only-child{display:none}.swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):not(.swiper-pagination-bullet-active-main,.swiper-pagination-bullet-active){transform:scale(0)}@media(min-width: 992px){.swiper-pagination-bullet:not(.swiper-pagination-bullet-active).swiper-pagination-bullet-active-main{width:.6rem;height:.6rem}}@media(max-width: 991px){.swiper-pagination-bullet:not(.swiper-pagination-bullet-active).swiper-pagination-bullet-active-main{width:.4rem;height:.4rem}}.swiper-pagination-bullet:not(.swiper-pagination-bullet-active).swiper-pagination-bullet-active-next,.swiper-pagination-bullet:not(.swiper-pagination-bullet-active).swiper-pagination-bullet-active-prev{transform:scale(0.66)}@media(min-width: 576px){.w-sm-85{width:85% !important}}@media(min-width: 768px){.w-md-50{width:50% !important}}@media(min-width: 768px){.px-md-32{padding-inline:3.2rem}}.row-gap-48{row-gap:48px}@media(min-width: 0){.ratio-xs-3x4{aspect-ratio:.75}}@media(min-width: 768px){.ratio-md-16x9{aspect-ratio:1.7777777778}}@media(min-width: 768px){.ratio-md-16x9.archive-img{aspect-ratio:1.8018018018}}@media(min-width: 992px){.ratio-lg-none{aspect-ratio:initial}}.hide-search-clear-button::-ms-clear,.hide-search-clear-button::-ms-reveal{display:none}.hide-search-clear-button::-webkit-search-decoration,.hide-search-clear-button::-webkit-search-cancel-button,.hide-search-clear-button::-webkit-search-results-button,.hide-search-clear-button::-webkit-search-results-decoration{display:none}.mix-blend-multiply{mix-blend-mode:multiply}@media(max-width: 575px){.max-sm-d-none{display:none !important}}input{caret-color:currentColor}.hover-input{transition:border-color .3s ease}.hover-input:hover,.hover-input:focus{border-color:#000 !important}.disable-underline{text-decoration:none}@media(min-width: 992px){.lg-flex-nowrap{flex-wrap:nowrap !important}}.transition-color-03{transition:color .3s ease}.hover-metal:hover{color:#767674}.last-mb-0:last-child{margin-bottom:0 !important}.last-mb-0 p:last-child{margin-bottom:0 !important}.fancybox__container{--fancybox-bg: rgba(0, 0, 0, 0.5)}.fancybox__container .fancybox__content{width:50rem !important;height:auto !important;max-width:90vw;aspect-ratio:1}.fancybox__container .fancybox__caption{width:50rem !important;max-width:90vw}.fancybox__container .fancybox__caption p{color:#c8c7c4}@media(min-width: 992px){.overflow-y-lg-auto{overflow-y:auto !important}}@media(max-width: 991px){.overflow-y-max-lg-auto{overflow-y:auto !important}}@media(min-width: 768px){.w-md-75{width:75% !important}}@media(min-width: 992px){.w-lg-50{width:50% !important}}.tag{text-decoration:none;transition:background-color .3s ease}.tag:hover,.tag:focus-visible{background-color:#eeecea !important}.slider-pagination{position:absolute;left:50%;transform:translateX(-50%)}@media(min-width: 992px){.slider-pagination{bottom:-2.6rem}}@media(max-width: 991px){.slider-pagination{bottom:-1.6rem}}@media(min-width: 992px){.news-article-swiper .slider-pagination{left:78%}}@media(min-width: 768px)and (max-width: 991px){.news-article-swiper .slider-pagination{left:76%}}.z-index-101{z-index:101}.plyr__video-embed__container,.plyr iframe,.plyr,.plyr .plyr__video-wrapper{width:100%;height:100%;padding-bottom:0 !important;transform:translateY(0) !important}.js-video-item{overflow:hidden}.js-video-item.provider-mode .js-video-inner:not(.ratio-16x9 .js-video-item.provider-mode .js-video-inner){position:absolute;width:auto !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important}@media screen and (max-aspect-ratio: 16/9){.js-video-item.provider-mode .js-video-inner:not(.ratio-16x9 .js-video-item.provider-mode .js-video-inner){height:max(100%,100vh) !important;width:auto !important}}@media screen and (min-aspect-ratio: 16/9){.js-video-item.provider-mode .js-video-inner:not(.ratio-16x9 .js-video-item.provider-mode .js-video-inner){width:100% !important;height:auto !important}}.plyr iframe{pointer-events:none}.fade-out-anim{opacity:0;transition:opacity .5s ease-out}.social-hidden{display:none}#contactBar{transition:transform .3s ease,opacity .3s ease;box-sizing:border-box}#contactBar.sticky{position:fixed;left:0;z-index:99}.social_icon{width:1.2rem;height:1.2rem}.calendly-inline-widget iframe{min-height:100vh;height:100%}@media screen and (min-width: 768px){.video-cropped{position:relative !important;overflow:hidden}.video-cropped .cropped-video{transform:scale(1.15);transform-origin:center center;object-fit:cover}}